/* Sawa — site styles. Values come straight from the design handoff (README.md). */

@font-face { font-family: 'Larken'; src: url('/fonts/larken-light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Courier Prime'; src: url('/fonts/courier-prime-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Courier Prime'; src: url('/fonts/courier-prime-bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ivory: #f3efe6;
  --navy: #0b1620;
  --ivory-ink: #eef0e9;
  --mint: #a9bfae;
  --deep: #4a6353;
  --active: #5f7a68;
  --gift: #15304e;
  --line: rgba(11, 22, 32, 0.2);
  --line-mint: rgba(169, 191, 174, 0.25);
  --gutter: clamp(20px, 4vw, 60px);
  --nav-h: 80px;
  --mono: 'Courier Prime', Courier, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ivory); -webkit-text-size-adjust: 100%; overflow-x: clip; }
html.is-menu { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Larken', Georgia, serif; font-weight: 300; font-synthesis: none; color: var(--navy); background: var(--ivory); line-height: 1.4; overflow-x: clip; }
body.drawer-open { overflow: hidden; }
h1, h2, h3, p, a, span, button, strong, b, label, input, textarea, address { font-weight: 300; font-synthesis: none; }
address { font-style: normal; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--deep); }
.on-navy a:hover { color: var(--mint); }
::selection { background: var(--mint); color: var(--navy); }
img { display: block; max-width: 100%; height: auto; }
main { display: block; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--navy); color: var(--ivory-ink); padding: 10px 14px; z-index: 100; }
.skip:focus { left: 8px; }

/* Type scale */
.label { font-size: 18px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--deep); }
.label--mint, .on-navy .label { color: var(--mint); }
.body { font-size: clamp(18px, 1.5vw, 22px); line-height: 1.7; margin: 0; }
.lead { font-size: clamp(26px, 2.8vw, 40px); line-height: 1.25; margin: 0; text-wrap: pretty; }
.page-title { font-size: clamp(32px, 4.5vw, 75px); line-height: 1; letter-spacing: -0.03em; text-transform: lowercase; margin: 0; }
.section-title { font-size: clamp(40px, 5vw, 80px); line-height: 1; letter-spacing: -0.02em; text-transform: lowercase; margin: 0; }
.u { border-bottom: 1px solid currentColor; }

/* Buttons */
.book { display: inline-flex; align-items: center; justify-content: center; background: var(--gift); color: var(--ivory); border: 1px solid var(--gift); border-radius: 4px; padding: 13px 24px; font-size: 17px; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; line-height: 1; }
.book:hover { background: var(--active); border-color: var(--active); color: var(--ivory); }
.book--block { display: flex; padding: 16px; }
/* On navy (the menu drawer), an ivory hairline keeps the button's edge visible. */
.drawer .book { border-color: rgba(243, 239, 230, 0.6); }
.btn { display: inline-block; align-self: flex-start; background: var(--navy); color: var(--ivory-ink); border: 0; padding: 18px 36px; font-family: inherit; font-size: 18px; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; line-height: 1.2; }
.btn:hover { background: var(--active); color: var(--ivory-ink); }
.on-navy .btn { background: var(--mint); color: var(--navy); }
.on-navy .btn:hover { background: var(--ivory-ink); color: var(--navy); }

/* Interior nav */
.nav { position: sticky; top: 0; z-index: 40; background: var(--ivory); color: var(--navy); border-bottom: 1px solid rgba(11, 22, 32, 0.15); }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px var(--gutter); }
.nav__logo { display: block; flex: none; line-height: 0; }
.nav__logo img { width: clamp(67px, 6.4vw, 88px); height: auto; }
.nav__links { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 30px); font-size: clamp(16px, 1.3vw, 19px); letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.nav__links a { border-bottom: 1px solid transparent; padding-bottom: 3px; }
.nav__links a[aria-current="page"] { color: var(--active); border-color: var(--active); }
.nav__links a[aria-label] { display: flex; align-items: center; line-height: 0; padding-bottom: 0; border: 0; }
.nav__right { display: flex; align-items: center; gap: 14px; }
/* A solid mint key the size of "Book now", so it reads as something to tap. */
.burger { flex: none; width: 46px; height: 46px; display: none; flex-direction: column; justify-content: center; align-items: center; gap: 6px; background: var(--mint); border: 0; border-radius: 4px; color: var(--navy); cursor: pointer; padding: 0; -webkit-tap-highlight-color: transparent; box-shadow: 0 1px 2px rgba(11, 22, 32, 0.18); transition: background-color 0.2s ease, transform 0.2s ease; }
.burger span { display: block; width: 20px; height: 2px; border-radius: 1px; background: currentColor; transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.burger span:last-child { width: 14px; transform: translateX(3px); }
@media (hover: hover) {
  .burger:hover { background: var(--ivory-ink); }
  .burger:hover span:last-child { transform: none; }
}
.burger:active { transform: scale(0.94); }
@media (max-width: 767px) {
  .nav__links { display: none; }
  .burger { display: flex; }
}

/* Drawer (mobile menu) */
.drawer { position: fixed; inset: 0; z-index: 50; background: var(--navy); color: var(--ivory-ink); display: flex; flex-direction: column; padding: 16px var(--gutter) 32px; }
.drawer[hidden] { display: none; }
/* Reveal: the navy drops like a curtain, then the links rise in one after another. */
.drawer { clip-path: inset(0 0 100% 0); transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.1s; }
.drawer.is-open { clip-path: inset(0 0 0 0); transition-duration: 0.65s; transition-delay: 0s; transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1); }
.drawer__top { opacity: 0; transition: opacity 0.2s ease; }
.drawer__links a, .drawer__bottom { opacity: 0; transform: translateY(18px); transition: opacity 0.2s ease, transform 0.2s ease; }
.drawer.is-open .drawer__top, .drawer.is-open .drawer__links a, .drawer.is-open .drawer__bottom { opacity: 1; transform: none; transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
.drawer.is-open .drawer__top { transition-delay: 0.3s; }
.drawer.is-open .drawer__links a:nth-child(1) { transition-delay: 0.32s; }
.drawer.is-open .drawer__links a:nth-child(2) { transition-delay: 0.37s; }
.drawer.is-open .drawer__links a:nth-child(3) { transition-delay: 0.42s; }
.drawer.is-open .drawer__links a:nth-child(4) { transition-delay: 0.47s; }
.drawer.is-open .drawer__links a:nth-child(5) { transition-delay: 0.52s; }
.drawer.is-open .drawer__links a:nth-child(6) { transition-delay: 0.57s; }
.drawer.is-open .drawer__links a:nth-child(7) { transition-delay: 0.62s; }
.drawer.is-open .drawer__links a:nth-child(8) { transition-delay: 0.67s; }
.drawer.is-open .drawer__links a:nth-child(n+9) { transition-delay: 0.72s; }
.drawer.is-open .drawer__bottom { transition-delay: 0.75s; }
.drawer__top { display: flex; align-items: center; justify-content: space-between; }
.drawer__top img { width: 80px; height: auto; }
.drawer__close { position: relative; flex: none; width: 46px; height: 46px; background: var(--mint); border: 0; border-radius: 4px; color: var(--navy); cursor: pointer; padding: 0; -webkit-tap-highlight-color: transparent; transition: background-color 0.2s ease, transform 0.2s ease; }
@media (hover: hover) { .drawer__close:hover { background: var(--ivory-ink); } }
/* The burger's two lines, crossed. */
.drawer__close span { position: absolute; left: 50%; top: 50%; width: 20px; height: 2px; margin: -1px 0 0 -10px; border-radius: 1px; background: currentColor; transform: rotate(45deg); }
.drawer__close span:last-child { transform: rotate(-45deg); }
.drawer__close:active { transform: scale(0.94); }
.drawer__links { display: flex; flex-direction: column; gap: 4px; margin: auto 0; font-size: clamp(32px, 8vw, 48px); line-height: 1.15; overflow-y: auto; padding: 24px 0; }
.drawer__links a { display: block; align-self: flex-start; color: var(--ivory-ink); }
.drawer__links a:hover { color: var(--mint); }
.drawer__links a[aria-current="page"] { color: var(--active); }
.drawer__bottom { display: flex; flex-direction: column; gap: 14px; }
.drawer__meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 18px; color: var(--mint); white-space: nowrap; }
.drawer__meta a { display: flex; align-items: center; line-height: 0; color: var(--mint); }
.drawer--home { padding: 26px var(--gutter) 32px; }
.drawer--home .drawer__top img { width: 96px; }
.drawer--home .drawer__links { gap: 6px; }
.drawer--home .drawer__bottom { gap: 16px; }

/* Home: hero */
.hero { position: relative; height: 100vh; height: 100svh; min-height: 640px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--ivory-ink); background: var(--navy); }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 65%; filter: saturate(1.35) contrast(1.1); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 22, 32, 0.55) 0%, rgba(11, 22, 32, 0) 26%, rgba(11, 22, 32, 0) 42%, rgba(11, 22, 32, 0.92) 100%); }
.hero__nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 26px var(--gutter); }
.hero__links { display: flex; align-items: center; gap: clamp(18px, 1.8vw, 30px); font-size: clamp(16px, 1.3vw, 19px); letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.hero__links a { color: var(--ivory-ink); }
.hero__links a:hover { color: var(--mint); }
.hero__links a[aria-label] { display: flex; align-items: center; line-height: 0; }
.hero__right { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nowline { font-size: 19px; color: var(--mint); white-space: nowrap; }
.burger--hero { box-shadow: 0 2px 10px rgba(11, 22, 32, 0.3); }
.hero__foot { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 0 var(--gutter) clamp(36px, 5vw, 56px); }
.hero__brand { display: flex; flex-direction: column; gap: 22px; }
.hero__brand h1 { margin: 0; line-height: 0; }
.hero__logo { width: clamp(144px, 24vw, 384px); height: auto; }
.hero__mobile-row { display: none; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; margin-left: 2px; }
.hero__mobile-row span { color: var(--mint); }
.hero__mobile-row a { display: flex; align-items: center; line-height: 0; color: var(--ivory-ink); }
.hero__info { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; font-size: 19px; letter-spacing: 0.1em; text-transform: uppercase; text-align: right; }
@media (max-width: 1439px) { .nowline { display: none; } }
@media (max-width: 767px) {
  .hero__links { display: none; }
  .burger--hero { display: flex; }
}
@media (max-width: 1023px) {
  .hero__right { gap: 14px; }
  .hero__info { display: none; }
  .hero__mobile-row { display: flex; }
}
/* Tablets and small laptops keep the full link row in both navs, tighter;
   "Reservations" goes, since Book now is beside it. The burger is for phones only. */
@media (min-width: 768px) and (max-width: 1199px) {
  .nav__links, .hero__links { font-size: 14px; letter-spacing: 0.06em; gap: 14px; }
  .nav__links a:first-child, .hero__links a:first-child { display: none; }
  .nav__in, .hero__nav { gap: 16px; }
  .nav .book, .hero .book { padding: 11px 16px; font-size: 14px; }
}
@media (min-width: 768px) and (max-width: 900px) {
  .nav__links, .hero__links { font-size: 13px; letter-spacing: 0.03em; gap: 10px; }
}
@media (max-width: 767px) {
  .hero { height: 78vh; height: 78svh; min-height: 520px; }
  .hero__img { object-position: 58% 100%; }
  .hero__logo { width: 120px; }
}

/* Home: story */
.story { background: var(--navy); color: var(--ivory-ink); padding: clamp(56px, 7vw, 100px) var(--gutter); display: flex; flex-direction: column; gap: clamp(40px, 5vw, 72px); }
/* The story's paragraphs, above the photo; the lead is set like the others. */
.story__intro { display: flex; flex-direction: column; gap: 28px; }
.story__intro .body { max-width: 56ch; line-height: 1.65; }
.story__lead { font-size: clamp(18px, 1.5vw, 22px); line-height: 1.65; margin: 0; max-width: 56ch; text-wrap: pretty; }
.story__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(40px, 4vw, 60px); align-items: start; }
.story__photo { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: 62% 100%; }
.story__text { display: flex; flex-direction: column; gap: 28px; }
.story__mint { color: var(--mint); }
.nyt { display: flex; flex-direction: column; gap: 18px; color: var(--ivory-ink); align-self: flex-start; border-top: 1px solid rgba(169, 191, 174, 0.4); padding-top: 28px; margin-top: 20px; }
.nyt:hover { color: var(--mint); }
.nyt__quote { font-size: clamp(24px, 2.6vw, 38px); line-height: 1.15; max-width: 24ch; text-wrap: pretty; }
.nyt__credit { display: flex; align-items: center; gap: 12px; font-size: clamp(22px, 2vw, 30px); line-height: 1; }
.nyt__credit img { height: clamp(24px, 2.2vw, 32px); width: auto; }
@media (max-width: 767px) {
  .story { padding: 44px 20px; gap: 28px; }
  .story__photo { display: none; }
  .story__grid { gap: 28px; }
  .story__intro, .story__text { gap: 20px; }
  .nyt { padding-top: 20px; margin-top: 8px; gap: 12px; }
}

/* Home: menus -- photos that cross-fade on their own (site.js), then Dinner
   and Brunch side by side, in one centered column */
.menus { display: flex; flex-direction: column; align-items: center; gap: clamp(40px, 5vw, 72px); padding: clamp(56px, 7vw, 100px) var(--gutter); }
.fader { position: relative; width: 100%; max-width: 1000px; aspect-ratio: 4 / 3; max-height: 72vh; overflow: hidden; background: var(--navy); }
.fader img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s ease; }
.fader img.is-on { opacity: 1; }
.services { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); width: 100%; max-width: 1000px; }
.service { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--navy); }
.service__name { font-size: clamp(48px, 6vw, 96px); line-height: 0.95; letter-spacing: -0.03em; }
.service__hours { display: flex; flex-direction: column; gap: 4px; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.5; }
.service__cta { margin-top: 8px; font-size: 18px; letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
@media (hover: hover) { .service:hover .service__cta, .service:hover .service__name { color: var(--deep); } }
@media (max-width: 767px) {
  .menus { gap: 36px; padding: 40px 20px 44px; }
  .fader { aspect-ratio: 4 / 5; max-height: none; }
  .services { grid-template-columns: 1fr; gap: 32px; }
  .service { gap: 12px; padding-top: 20px; }
  .service__name { font-size: 52px; }
  .service__cta { font-size: 15px; margin-top: 4px; }
}

/* Home: gallery */
.gallery { padding: clamp(64px, 8vw, 120px) var(--gutter); }
.gallery__ig { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 19px; color: var(--navy); margin-bottom: 20px; }
.gallery__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 4px; }
.gallery__grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
@media (max-width: 767px) {
  .gallery { padding: 24px 20px 44px; }
  .gallery__grid { grid-template-columns: 1fr 1fr; }
}

/* Footer */
.footer { background: var(--navy); color: var(--ivory-ink); padding: clamp(64px, 7vw, 100px) var(--gutter) 32px; }
.footer__grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(160px, 1fr) minmax(160px, 1fr); gap: 48px; align-items: end; }
.footer__brand { display: flex; flex-direction: column; gap: 24px; }
.footer__brand > a { display: block; line-height: 0; align-self: flex-start; }
.footer__brand img { width: 112px; height: auto; }
/* The address with the phone and email beside it. */
.footer__info { display: flex; flex-wrap: wrap; gap: 12px clamp(32px, 4vw, 64px); font-size: 19px; line-height: 1.6; }
.footer__col { display: flex; flex-direction: column; gap: 10px; font-size: 19px; line-height: 1.7; }
.footer a:hover { color: var(--mint); }
.footer__bar { margin-top: clamp(48px, 5vw, 72px); padding-top: 22px; border-top: 1px solid var(--line-mint); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 18px; }
/* Phones: the logo and address across the top, the two link columns side by side. */
@media (max-width: 767px) {
  .footer { padding-top: 48px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; align-items: start; }
  .footer__brand { grid-column: 1 / -1; gap: 16px; }
  .footer__brand img { width: 64px; }
  .footer__info { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer__info, .footer__col { font-size: 17px; }
  .footer__contact { min-width: 0; overflow-wrap: anywhere; }
  .footer__col { gap: 4px; line-height: 1.6; min-width: 0; }
  .footer__col a { overflow-wrap: anywhere; }
  .footer__bar { margin-top: 36px; font-size: 15px; }
}

/* Interior page header */
.page-head { padding: clamp(56px, 8vw, 120px) var(--gutter) clamp(40px, 5vw, 72px); display: flex; flex-direction: column; gap: 20px; }

/* Menu pages */
.subnav { position: sticky; top: var(--nav-h); z-index: 30; background: var(--ivory); border-bottom: 1px solid var(--line); padding: 0 var(--gutter); display: flex; align-items: center; gap: clamp(28px, 4vw, 64px); font-size: clamp(20px, 1.8vw, 28px); letter-spacing: 0.02em; text-transform: lowercase; overflow-x: auto; scrollbar-width: none; }
.subnav::-webkit-scrollbar { display: none; }
.subnav h1 { margin: 0; font-size: inherit; letter-spacing: inherit; line-height: inherit; }
.subnav a { display: block; padding: 22px 0; white-space: nowrap; }
.subnav h1 a { color: var(--deep); }
.menu-part { padding: clamp(40px, 5vw, 90px) var(--gutter) clamp(24px, 3vw, 40px); scroll-margin-top: 160px; }
.menu-part h2 { margin: 0 0 clamp(32px, 4vw, 64px); }
.menu-group { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); gap: clamp(12px, 2vw, 48px); padding: clamp(22px, 2.4vw, 36px) 0; border-top: 1px solid var(--line); }
/* Larken reads smaller than Courier at the same size, so the category is set larger than the dishes. */
.menu-group h3 { font-weight: 300; font-size: 28px; line-height: 1.2; text-transform: lowercase; margin: 0; }
.menu-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px clamp(40px, 5vw, 80px); }
.mi { display: flex; flex-direction: column; gap: 2px; min-width: 0; font-family: var(--mono); }
.mi span { font-weight: 400; }
.mi__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.mi .mi__name { font-size: 22px; line-height: 1.3; font-weight: 700; }
.mi__price { font-size: 18px; color: var(--deep); white-space: nowrap; }
.mi__desc { font-size: 16px; line-height: 1.45; text-wrap: pretty; }
.menu-cta { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding: clamp(48px, 6vw, 96px) var(--gutter); }
.menu-cta > span { font-size: clamp(22px, 2.2vw, 32px); line-height: 1.2; }
@media (max-width: 767px) {
  .menu-group, .menu-items { grid-template-columns: 1fr; }
  .menu-items { gap: 18px; }
  .menu-group h3 { font-size: 24px; }
  .mi .mi__name { font-size: 16px; }
  .mi__price { font-size: 15px; }
  .mi__desc { font-size: 15px; }
}

/* Private events */
.ev-hero { position: relative; min-height: clamp(480px, 70vh, 820px); display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: var(--ivory-ink); }
.ev-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ev-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 22, 32, 0.1) 0%, rgba(11, 22, 32, 0.85) 100%); }
.ev-hero__text { position: relative; padding: 0 var(--gutter) clamp(40px, 5vw, 64px); }
.ev-hero .page-title { font-size: clamp(32px, 4vw, 60px); max-width: 14ch; }
.ev-copy { padding: clamp(56px, 7vw, 100px) var(--gutter) clamp(40px, 5vw, 72px); }
.ev-copy__text { display: flex; flex-direction: column; gap: 24px; max-width: 60ch; }
/* The inquiry form, on the page's light ground, after the copy. */
.inquire { padding: 0 var(--gutter) clamp(64px, 8vw, 128px); }
.inquire .form { max-width: 760px; }
@media (max-width: 767px) {
  .ev-hero { min-height: clamp(340px, 50vh, 600px); }
}

/* Forms */
.form { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 24px clamp(16px, 2vw, 28px); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; margin: 0; }
/* Boxed fields: a light outline on a faint white fill, darker with a soft ring when in use. */
.field { display: flex; flex-direction: column; gap: 8px; font-size: 15px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--deep); }
.field input, .field textarea { background: rgba(255, 255, 255, 0.55); border: 1px solid rgba(11, 22, 32, 0.2); border-radius: 4px; color: var(--navy); font-family: inherit; font-size: 18px; letter-spacing: 0; text-transform: none; padding: 12px 14px; outline: none; width: 100%; min-height: 50px; transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease; }
.field input:hover, .field textarea:hover { border-color: rgba(11, 22, 32, 0.35); }
.field input::placeholder, .field textarea::placeholder { color: rgba(11, 22, 32, 0.4); }
.field textarea { resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus { border-color: var(--navy); background: #fff; box-shadow: 0 0 0 3px rgba(11, 22, 32, 0.08); }
.field--full { grid-column: 1 / -1; }
.form__actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
/* The send button matches the boxes and Book now: rounded, the same blue. */
.form .btn { border-radius: 4px; background: var(--gift); }
.form .btn:hover { background: var(--active); }
.form__status { font-size: 18px; color: var(--deep); }
.on-navy .field { color: var(--mint); }
.on-navy .field input, .on-navy .field textarea { background: rgba(238, 240, 233, 0.04); border-color: rgba(238, 240, 233, 0.3); color: var(--ivory-ink); color-scheme: dark; }
.on-navy .field input::placeholder, .on-navy .field textarea::placeholder { color: rgba(238, 240, 233, 0.4); }
.on-navy .field input:focus, .on-navy .field textarea:focus { border-color: var(--ivory-ink); background: rgba(238, 240, 233, 0.08); box-shadow: 0 0 0 3px rgba(238, 240, 233, 0.12); }
.on-navy .form__status { color: var(--mint); }

/* Hours & location */
.hours { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 96px); padding: 0 var(--gutter) clamp(64px, 8vw, 128px); align-items: start; }
.hours__list { display: flex; flex-direction: column; }
.hours__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 16px 24px; padding: 28px 0; border-top: 1px solid var(--line); }
.hours__row--last { border-bottom: 1px solid var(--line); }
.hours__row .label { padding-top: 6px; }
.hours__val { display: flex; flex-direction: column; gap: 10px; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.3; }
.hours__line { display: flex; justify-content: space-between; gap: 16px; }
.hours__media { display: flex; flex-direction: column; gap: 4px; }
/* Our own "Open in Maps", over the embed's, so it goes to the Google Maps link in the CMS.
   Google shows that button only below 400px wide; wider, it shows a place card instead
   (whose link goes to Sawa's listing), so ours steps aside. */
.hours__mapbox { position: relative; container-type: inline-size; }
.hours__open { position: absolute; top: 8px; left: 8px; z-index: 1; display: flex; align-items: center; min-width: 148px; height: 36px; padding: 0 14px; background: #fff; color: var(--navy); border-radius: 4px; box-shadow: 0 1px 4px rgba(11, 22, 32, 0.25); font-size: 15px; white-space: nowrap; }
.hours__open:hover { color: var(--deep); }
@container (min-width: 400px) { .hours__open { display: none; } }
.hours__map { width: 100%; aspect-ratio: 4 / 3; border: 0; display: block; filter: grayscale(1) contrast(1.05); background: #e5e2d9; }
.hours__photo { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
/* Phones: the label sits above its value, so days and times get the full width
   and never break inside "Wednesday – Saturday" or "5 – 10pm". */
@media (max-width: 767px) {
  .hours { grid-template-columns: 1fr; }
  .hours__row { grid-template-columns: 1fr; gap: 10px; padding: 22px 0; }
  .hours__row .label { padding-top: 0; }
  .hours__val { font-size: 19px; gap: 8px; }
  .hours__line span { white-space: nowrap; }
  .hours__photo { display: none; }
}

/* Gift card */
.gift { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 96px); align-items: center; padding: clamp(56px, 8vw, 120px) var(--gutter) clamp(64px, 8vw, 128px); min-height: 70vh; }
.gift__text { display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; }
.gift__text .btn { align-self: center; }
/* Buy a gift card: the Book now blue, a touch lighter than the ink, and rounded like it. */
.gift .btn { background: var(--gift); border-radius: 4px; }
.gift .btn:hover { background: var(--active); }
.card { position: relative; overflow: hidden; aspect-ratio: 1.586; border-radius: 12px; background: var(--gift); padding: clamp(20px, 3vw, 40px); display: flex; flex-direction: column; justify-content: space-between; color: var(--ivory-ink); border: 1px solid rgba(255, 255, 255, 0.55); box-shadow: 0 24px 48px rgba(11, 22, 32, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.12); }
.card:hover { color: var(--ivory-ink); }
.card::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.28) 58%, rgba(255, 255, 255, 0.14) 68%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%); }
.card::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.05) 100%); }
.card__top, .card__bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 16px; }
.card__top { align-items: flex-start; }
.card__top img { width: clamp(72px, 17.6%, 128px); height: auto; }
.card__top span { font-size: 18px; letter-spacing: 0.12em; text-transform: uppercase; }
.card__bottom { align-items: flex-end; font-size: clamp(15px, 1.3vw, 18px); letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 767px) { .gift { grid-template-columns: 1fr; } }

/* Press */
.featured { background: var(--navy); color: var(--ivory-ink); padding: clamp(56px, 7vw, 110px) var(--gutter); }
.featured__link { display: flex; flex-direction: column; gap: 24px; color: var(--ivory-ink); max-width: 1100px; }
.featured__link:hover { color: var(--mint); }
.featured__quote { font-size: clamp(32px, 4.5vw, 72px); line-height: 1.05; letter-spacing: -0.02em; text-wrap: pretty; }
.featured__credit { display: flex; align-items: center; gap: 14px; font-size: clamp(24px, 2.4vw, 38px); line-height: 1; }
.featured__credit img { height: clamp(26px, 2.6vw, 40px); width: auto; }
.press { padding: clamp(40px, 5vw, 72px) var(--gutter) clamp(64px, 8vw, 128px); }
.press__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.6fr); gap: 24px; align-items: baseline; padding: clamp(22px, 2.5vw, 34px) 0; border-bottom: 1px solid var(--line); color: var(--navy); }
.press__row:hover { color: var(--deep); }
.press__outlet { display: flex; align-items: center; gap: 14px; align-self: center; }
.press__icon { width: 32px; height: 32px; flex: none; border-radius: 7px; box-shadow: 0 0 0 1px rgba(11, 22, 32, 0.12); background: #fff; object-fit: cover; }
.press__title { font-size: clamp(22px, 2.2vw, 34px); line-height: 1.2; text-wrap: pretty; }
@media (max-width: 767px) { .press__row { grid-template-columns: 1fr; gap: 8px; } }

/* Careers */
.jobs { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: clamp(40px, 5vw, 96px); padding: 0 var(--gutter) clamp(64px, 8vw, 128px); align-items: start; }
.jobs__text { display: flex; flex-direction: column; gap: 24px; }
.jobs__form { border-top: 1px solid var(--line); padding-top: 36px; }
@media (max-width: 767px) { .jobs { grid-template-columns: 1fr; } }

/* Reservations / 404 */
.resv { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 96px); padding: 0 var(--gutter) clamp(64px, 8vw, 128px); align-items: start; }
.resv__text { display: flex; flex-direction: column; gap: 28px; align-items: flex-start; }
.resv__hours { display: flex; flex-direction: column; }
.resv__hours .hours__row { grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr); }
.resv__hours .hours__line span { white-space: nowrap; }
@media (max-width: 767px) {
  .resv { grid-template-columns: 1fr; }
  .resv__hours .hours__row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html.is-menu { scroll-behavior: auto; }
  .fader img { transition: none; }
  .drawer, .drawer.is-open, .drawer__top, .drawer__links a, .drawer__bottom { transition: none !important; }
}
