/* Amador Cocina Fina — preview concept by Octopuss-AI
   Design system: Limón (moody candlelit brasserie, dark editorial)
   Palette: black olive #1d0b0d · forest ink #103b15 · lemon zest #f7ea48 ·
   warm cream #fcf9f0 · sage mist #dbe2dc · pure white #ffffff
   Type: DM Sans (free substitute for VenusCom) — wide positive tracking,
   flat surfaces, zero radius, no shadows. */

:root {
  --olive: #1d0b0d;
  --forest: #103b15;
  --lemon: #f7ea48;
  --cream: #fcf9f0;
  --mist: #dbe2dc;
  --white: #ffffff;
  --cream-dim: rgba(252, 249, 240, .78);
  --olive-dim: rgba(29, 11, 13, .8);
  --hairline: rgba(252, 249, 240, .16);
  --display: "DM Sans", -apple-system, "Segoe UI", sans-serif;
  --body: "DM Sans", -apple-system, "Segoe UI", sans-serif;
  --mono: "DM Sans", -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: var(--cream);
  background: var(--olive);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- type ---------- */
h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 1.1; }
h1 { font-size: clamp(46px, 6.5vw, 75px); font-weight: 400; line-height: 1.01; letter-spacing: .04em; color: var(--lemon); }
h1 em { font-style: italic; color: var(--cream); }
h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; letter-spacing: .04em; }
h3 { font-size: clamp(20px, 2.2vw, 26px); line-height: 1.2; letter-spacing: .02em; }
.eyebrow {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--lemon);
  display: block;
  margin-bottom: 18px;
}
.lede { font-size: clamp(18px, 2vw, 20px); line-height: 1.3; letter-spacing: .02em; color: var(--cream-dim); max-width: 58ch; }

/* ---------- ticker ---------- */
.ticker {
  background: var(--olive);
  color: var(--cream-dim);
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
  white-space: nowrap;
  padding: 9px 0;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.ticker__track { display: inline-block; animation: tick 36s linear infinite; }
.ticker__track span { margin-right: 3.2em; }
.ticker__track b { color: var(--lemon); font-weight: 500; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- header ---------- */
.site-head { background: var(--olive); border-bottom: 1px solid var(--hairline); position: sticky; top: 0; z-index: 40; }
.site-head__in { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 24px; max-width: 1200px; margin: 0 auto; }
.brand img { height: 44px; width: auto; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a {
  font-family: var(--mono); font-size: 14px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase;
  text-decoration: none; color: var(--cream); padding: 6px 0;
  border: 1px solid transparent; border-radius: 1px; transition: color .3s var(--ease), border-color .3s var(--ease);
}
.nav a:hover { color: var(--lemon); }
.nav a[aria-current="page"] { border-color: var(--white); padding: 6px 10px; }
.btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--mono); font-size: 15px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  padding: 13px 22px; border-radius: 1px; border: 1px solid var(--lemon);
  background: var(--lemon); color: var(--olive);
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn:hover { background: var(--cream); border-color: var(--cream); color: var(--olive); }
.btn--ghost { background: transparent; border-color: var(--cream); color: var(--cream); }
.btn--ghost:hover { background: var(--cream); border-color: var(--cream); color: var(--olive); }
.btn--cream { background: transparent; border-color: var(--cream); color: var(--cream); }
.btn--cream:hover { background: var(--cream); border-color: var(--cream); color: var(--olive); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(44px, 7vw, 84px) 0 0; }

/* Spotlight (hero beam) — one-shot soft light pool, settled state is the default.
   Decorative only: pointer-events none, animation gated behind html.js:not(.noanim). */
.spotlight {
  position: absolute; top: 0; left: 0;
  width: min(1200px, 140vw); aspect-ratio: 1 / 1;
  pointer-events: none;
  background: radial-gradient(closest-side, rgba(252, 249, 240, .10), rgba(252, 249, 240, .045) 45%, rgba(252, 249, 240, 0) 72%);
  opacity: 1;
  transform: translate(-50%, -40%) scale(1);
}
@keyframes spot-in {
  from { opacity: 0; transform: translate(-72%, -62%) scale(.5); }
  to   { opacity: 1; transform: translate(-50%, -40%) scale(1); }
}
html.js:not(.noanim) .spotlight { animation: spot-in 2s var(--ease) .75s backwards; }

.hero__grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__panel { border-radius: 0; overflow: hidden; }
.hero__panel img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.hero__ctas { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 32px; }
.hero__sub { margin-top: 24px; }

/* credential strip */
.cred { position: relative; border-top: 1px solid var(--hairline); margin-top: clamp(48px, 6vw, 72px); }
.cred__in { display: flex; flex-wrap: wrap; gap: 10px 48px; align-items: baseline; justify-content: space-between; padding: 24px; max-width: 1200px; margin: 0 auto; }
.cred__item { font-family: var(--mono); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-dim); }
.cred__item b { color: var(--lemon); font-weight: 500; }

/* ---------- sections ---------- */
.sec { padding: clamp(44px, 6vw, 60px) 0; }
.sec--almond { background: var(--cream); color: var(--olive); }
.sec--almond h1, .sec--almond h2, .sec--almond h3 { color: var(--forest); }
.sec--almond .eyebrow { color: var(--forest); }
.sec--almond .lede { color: var(--olive-dim); }
.sec--dark { background: var(--olive); color: var(--cream); }
.sec--dark .eyebrow { color: var(--lemon); }
.sec--dark .lede { color: var(--cream-dim); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px); align-items: center; }
.split > figure img { border-radius: 0; width: 100%; height: 100%; object-fit: cover; }

/* photo trio — edge-to-edge tiles, no chrome */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.trio--duo { grid-template-columns: repeat(2, 1fr); }
.trio figure { overflow: hidden; border-radius: 0; }
.trio img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; transition: transform .4s var(--ease); }
.trio figure:hover img { transform: scale(1.035); }

/* menu teaser cards — flat cream panels, hairline borders, zero radius */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.card {
  background: var(--cream); border: 1px solid var(--mist); border-radius: 0;
  padding: 30px; display: flex; flex-direction: column; gap: 15px;
  transition: border-color .3s var(--ease);
}
.card:hover { border-color: var(--forest); }
.card h3 { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; color: var(--forest); }
.card h3 span { font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--forest); white-space: nowrap; }
.card ul { list-style: none; color: var(--olive-dim); font-size: 15px; line-height: 1.6; }
.card ul li + li { margin-top: 8px; }
.card a { margin-top: auto; font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--forest); text-decoration: none; border-bottom: 1px solid transparent; align-self: flex-start; padding-bottom: 2px; }
.card a:hover { border-color: var(--forest); }

/* ---------- menus page ---------- */
.menu-head { padding: clamp(44px, 6vw, 72px) 0 clamp(28px, 4vw, 48px); }
.menu-nav { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.menu-nav a {
  font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; text-decoration: none;
  padding: 10px 18px; border: 1px solid rgba(252, 249, 240, .4); border-radius: 1px; color: var(--cream);
  transition: color .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.menu-nav a:hover { border-color: var(--lemon); color: var(--lemon); }
.mcat { margin-top: clamp(36px, 5vw, 56px); }
.mcat > h3 { color: var(--cream); padding-bottom: 14px; border-bottom: 1px solid var(--lemon); display: inline-block; letter-spacing: .03em; }
.mcat > p.note { font-family: var(--mono); font-size: 13px; letter-spacing: .08em; color: var(--cream-dim); margin-top: 10px; }
.mlist { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 56px; }
.mitem { break-inside: avoid; }
.mitem h4 { font-family: var(--body); font-weight: 600; font-size: 16px; letter-spacing: .02em; color: var(--cream); display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.mitem h4 .price { font-family: var(--mono); font-weight: 500; font-size: 14px; color: var(--lemon); white-space: nowrap; }
.mitem p { color: var(--cream-dim); font-size: 14.5px; line-height: 1.6; margin-top: 4px; }
.mlist--simple { grid-template-columns: 1fr 1fr; }
.mlist--simple .mitem h4 { font-weight: 400; font-size: 15px; }
.tasting-box { background: var(--olive); color: var(--cream); border-radius: 0; padding: clamp(32px, 5vw, 60px); margin-top: 30px; }
.tasting-box ol { list-style: none; counter-reset: c; margin-top: 30px; max-width: 62ch; }
.tasting-box ol li { counter-increment: c; padding: 15px 0; border-bottom: 1px solid var(--hairline); display: flex; gap: 18px; align-items: baseline; font-size: 15.5px; }
.tasting-box ol li::before { content: counter(c, decimal-leading-zero); font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--lemon); }
.tasting-box .price-line { font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--lemon); margin-top: 26px; }
.fineprint { font-size: 13px; color: var(--cream-dim); margin-top: clamp(36px, 5vw, 56px); max-width: 78ch; }

/* ---------- chef page ---------- */
.chef-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 6vw, 88px); align-items: start; }
.chef-grid figure { position: sticky; top: 110px; }
.chef-grid figure img { border-radius: 0; }
.chef-grid figcaption { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-dim); margin-top: 12px; }
.bio p + p { margin-top: 20px; }
.bio p { color: var(--cream); }
.milestones { margin-top: 44px; border-top: 1px solid var(--hairline); }
.milestones li { list-style: none; display: flex; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--hairline); align-items: baseline; }
.milestones li b { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--lemon); min-width: 130px; }
.milestones li span { font-size: 15px; color: var(--cream); }

/* pull quote */
.pull { font-family: var(--display); font-weight: 400; font-size: clamp(26px, 3.2vw, 36px); line-height: 1.25; letter-spacing: .03em; max-width: 24ch; color: var(--cream); }
.pull b { color: var(--lemon); font-weight: 500; font-style: normal; }
.sec--dark .pull b { color: var(--lemon); }

/* ---------- contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 6vw, 88px); align-items: start; }
.info-list { list-style: none; margin-top: 34px; }
.info-list li { padding: 18px 0; border-bottom: 1px solid var(--hairline); display: grid; grid-template-columns: 130px 1fr; gap: 18px; align-items: baseline; }
.info-list li b { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--lemon); }
.info-list a { color: var(--cream); text-decoration-color: var(--lemon); text-underline-offset: 3px; }
.hours { width: 100%; border-collapse: collapse; margin-top: 34px; }
.hours td { padding: 13px 0; border-bottom: 1px solid var(--hairline); font-size: 15px; }
.hours td:first-child { font-family: var(--mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--cream); }
.hours td:last-child { text-align: right; color: var(--cream-dim); }
.hours .closed td:last-child { color: var(--lemon); font-family: var(--mono); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- CTA band — Forest Ink accent surface ---------- */
.band { background: var(--forest); color: var(--cream); }
.band .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px; padding-top: clamp(44px, 6vw, 60px); padding-bottom: clamp(44px, 6vw, 60px); }
.band h2 { color: var(--cream); max-width: 18ch; }
.band .eyebrow { color: var(--lemon); }

/* ---------- footer ---------- */
.site-foot { background: var(--olive); border-top: 1px solid var(--hairline); color: var(--cream); padding: clamp(48px, 6vw, 60px) 0 34px; }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.foot-grid img { height: 52px; width: auto; margin-bottom: 18px; }
.foot-grid h4 { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--lemon); margin-bottom: 16px; }
.foot-grid p, .foot-grid a { font-size: 14.5px; color: var(--cream-dim); line-height: 1.8; text-decoration: none; }
.foot-grid a:hover { color: var(--lemon); }
.foot-grid ul { list-style: none; }
.foot-base { border-top: 1px solid var(--hairline); margin-top: 48px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 30px; justify-content: space-between; font-size: 13px; color: rgba(252, 249, 240, .65); }
.foot-base a { color: rgba(252, 249, 240, .8); }

/* ---------- reveals (strict motion budget: opacity/translate only) ---------- */
html.js:not(.noanim) .rv { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.js:not(.noanim) .rv.in { opacity: 1; transform: none; }
html.js:not(.noanim) .rv.d1 { transition-delay: .08s; }
html.js:not(.noanim) .rv.d2 { transition-delay: .16s; }
html.js:not(.noanim) .rv.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html.js .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ticker__track { animation: none; }
  .spotlight { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (min-width: 940px) {
  h1 { letter-spacing: .06em; }
}
@media (max-width: 940px) {
  .hero__grid, .split, .chef-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero__panel img { aspect-ratio: 4 / 3; }
  .chef-grid figure { position: static; max-width: 460px; }
  .cards, .trio { grid-template-columns: 1fr 1fr; }
  .mlist { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .site-head__in { flex-wrap: wrap; justify-content: center; padding: 12px 16px; gap: 10px; }
  .nav { gap: 14px; flex-wrap: wrap; justify-content: center; }
  .head-cta { display: none; }
  .cards, .trio { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .cred__in { flex-direction: column; gap: 8px; }
  .info-list li { grid-template-columns: 1fr; gap: 4px; }
}

/* --- Octopuss preview: keep the hero CTA clear of the fixed claim bar --- */
@media (min-width: 900px){
  .hero{ padding-top:64px; }
  .hero__panel img{ max-height:420px; width:auto; height:auto; object-fit:contain; }
  .hero__grid{ align-items:center; }
}
