:root{
  --dark:#160f08;
  --dark2:#24180d;
  --gold:#d7b15a;
  --gold2:#8f6826;
  --red:#8b1e2d;
  --cream:#fff8ea;
  --line:#eadcc8;
  --text:#15110e;
  --muted:#74685e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 12% 10%,rgba(215,177,90,.13),transparent 28%),
    radial-gradient(circle at 92% 28%,rgba(139,30,45,.07),transparent 25%),
    linear-gradient(135deg,#fff,#fff8ea 55%,#fff);
}
a{color:inherit}
.alh-public-top{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.alh-public-top-inner{
  max-width:1220px;
  margin:0 auto;
  padding:16px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.alh-logo{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-weight:1000;
}
.alh-logo-mark{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,var(--red),#420915);
  color:#fff;
  border:2px solid rgba(215,177,90,.45);
  font-family:Georgia,serif;
  font-size:28px;
}
.alh-logo span{
  font-family:Georgia,serif;
  font-size:24px;
  line-height:1;
}
.alh-nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.alh-btn{
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:2px solid var(--line);
  background:#fff;
  color:var(--text);
  font-weight:1000;
  text-decoration:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.alh-btn.dark{
  background:linear-gradient(135deg,var(--dark2),#070504);
  color:#fff;
  border-color:rgba(215,177,90,.35);
}
.alh-btn.gold{
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#160f08;
  border-color:rgba(111,77,24,.25);
}
.alh-shell{
  max-width:1220px;
  margin:0 auto;
  padding:46px 22px 70px;
}
.alh-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:26px;
  align-items:start;
  margin-bottom:26px;
}
.alh-kicker{
  display:inline-flex;
  padding:10px 15px;
  border:2px solid var(--line);
  border-radius:999px;
  color:var(--red);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.14em;
  background:#fff;
  margin-bottom:18px;
}
h1{
  font-family:Georgia,serif;
  font-size:clamp(52px,7vw,86px);
  line-height:.92;
  letter-spacing:-.06em;
  margin:0 0 22px;
}
.alh-lead{
  font-size:20px;
  line-height:1.55;
  color:#6d5f54;
  max-width:680px;
}
.alh-card{
  background:rgba(255,255,255,.94);
  border:2px solid rgba(111,77,24,.26);
  outline:1px solid rgba(215,177,90,.18);
  outline-offset:4px;
  border-radius:30px;
  padding:24px;
  box-shadow:0 18px 55px rgba(32,20,8,.12);
}
.alh-card h2{
  margin:0 0 15px;
  font-family:Georgia,serif;
  font-size:36px;
  line-height:1;
}
.alh-info-row{
  padding:13px 0;
  border-top:1px solid var(--line);
}
.alh-info-row strong{display:block;margin-bottom:5px}
.alh-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:24px;
  align-items:start;
}
.alh-tools{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 18px;
}
.alh-search{
  flex:1;
  min-width:240px;
  min-height:50px;
  border:2px solid var(--line);
  border-radius:999px;
  padding:0 18px;
  font-size:16px;
  background:#fff;
}
.alh-tabs{
  display:flex;
  gap:10px;
  overflow:auto;
  padding:4px 0 16px;
}
.alh-tab{
  white-space:nowrap;
  min-height:44px;
  border-radius:999px;
  border:2px solid var(--line);
  background:#fff;
  font-weight:1000;
  padding:0 15px;
  cursor:pointer;
}
.alh-tab.active{
  background:linear-gradient(135deg,var(--dark2),#070504);
  color:#fff;
  border-color:rgba(215,177,90,.35);
}
.alh-category{
  margin:22px 0 12px;
  padding:16px 18px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--dark2),#070504);
  color:#f8ead0;
  font-family:Georgia,serif;
  font-size:28px;
  font-weight:1000;
}
.alh-item{
  display:grid;
  grid-template-columns:78px 1fr auto;
  gap:15px;
  align-items:center;
  padding:14px;
  border:1px solid var(--line);
  background:#fffdf8;
  border-radius:22px;
  margin-bottom:12px;
}
.alh-item img{
  width:78px;
  height:78px;
  border-radius:18px;
  object-fit:cover;
  border:2px solid var(--line);
  background:#fff8e8;
}
.alh-item-img-empty{
  width:78px;
  height:78px;
  border-radius:18px;
  display:grid;
  place-items:center;
  border:2px dashed var(--line);
  background:#fff8e8;
  color:var(--gold2);
  font-weight:1000;
}
.alh-item strong{
  display:block;
  font-size:18px;
}
.alh-item small{
  display:block;
  margin-top:5px;
  color:var(--muted);
  line-height:1.35;
}
.alh-price{
  color:var(--red);
  font-weight:1000;
  white-space:nowrap;
}
.alh-add{
  margin-top:8px;
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  border:0;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#160f08;
  font-weight:1000;
  cursor:pointer;
}
.alh-cart{
  position:sticky;
  top:92px;
}
.alh-cart-list{
  display:grid;
  gap:10px;
  margin:12px 0;
}
.alh-cart-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  padding:12px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fffaf2;
}
.alh-qty{
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:flex-end;
}
.alh-qty button{
  width:32px;
  height:32px;
  border-radius:50%;
  border:0;
  background:var(--dark);
  color:#fff;
  font-weight:1000;
  cursor:pointer;
}
.alh-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:2px solid var(--line);
  margin-top:14px;
  padding-top:14px;
  font-size:24px;
  font-weight:1000;
  color:var(--red);
}
.alh-form{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.alh-form label{
  font-weight:1000;
}
.alh-form input,
.alh-form textarea{
  width:100%;
  min-height:48px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
  font:inherit;
}
.alh-form textarea{min-height:90px;resize:vertical}
.alh-radio{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.alh-radio label{
  display:flex;
  gap:7px;
  align-items:center;
  padding:10px 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fffaf2;
}
.alh-notice{
  padding:14px 16px;
  border-radius:20px;
  background:#fff8e8;
  border:1px solid var(--line);
  color:#6f4d18;
  font-weight:900;
  margin:12px 0;
}
.alh-success{
  padding:16px;
  border-radius:22px;
  background:#ecfff1;
  border:1px solid #b9edc4;
  color:#17632c;
  font-weight:1000;
  margin-top:14px;
}
.alh-empty{
  padding:24px;
  border:2px dashed var(--line);
  border-radius:24px;
  text-align:center;
  color:var(--muted);
  font-weight:1000;
}
.alh-price-page .alh-layout{
  grid-template-columns:1fr;
}
@media(max-width:980px){
  .alh-hero,.alh-layout{grid-template-columns:1fr}
  .alh-cart{position:static}
}
@media(max-width:640px){
  .alh-public-top-inner{align-items:flex-start}
  .alh-logo span{font-size:20px}
  .alh-shell{padding:30px 14px 60px}
  .alh-item{grid-template-columns:62px 1fr}
  .alh-item > div:last-child{grid-column:1/-1}
  .alh-item img,.alh-item-img-empty{width:62px;height:62px}
}

/* ALHAMBRA PHASE 47.4 HOME MENU */
.alh-home-menu-cms{
  padding:70px 20px;
  background:
    radial-gradient(circle at 10% 20%,rgba(215,177,90,.12),transparent 25%),
    linear-gradient(135deg,#fff,#fff8ea);
}
.alh-home-menu-inner{
  max-width:1120px;
  margin:0 auto;
  background:rgba(255,255,255,.92);
  border:2px solid rgba(111,77,24,.26);
  outline:1px solid rgba(215,177,90,.18);
  outline-offset:4px;
  border-radius:34px;
  padding:28px;
  box-shadow:0 18px 55px rgba(32,20,8,.12);
}
.alh-home-menu-inner h2{
  margin:0 0 10px;
  font-family:Georgia,serif;
  font-size:clamp(38px,5vw,66px);
  line-height:.95;
  letter-spacing:-.05em;
}
.alh-home-menu-inner p{
  color:#74685e;
  font-size:18px;
}
