/* ============================================================
   Cairde Public House — SPORTS BAR build
   Dark, high-energy, game-day. Black + emerald + electric amber.
   ============================================================ */

:root {
  --bg: #0b0e12;
  --bg-2: #11161d;
  --bg-3: #1a212b;
  --line: #29333f;
  --green: #00c46a;      /* electric emerald — the Irish nod, but loud */
  --green-deep: #00913e;
  --amber: #ffb01f;      /* game-day pop / CTAs */
  --red: #ff3b3b;        /* LIVE */
  --text: #eef2f6;
  --muted: #9aa7b4;
  --white: #ffffff;
  --radius: 6px;
  --maxw: 1200px;
  --shadow: 0 14px 40px rgba(0,0,0,.5);
  --display: "Anton", Impact, sans-serif;
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); color: var(--text); background: var(--bg);
  line-height: 1.6; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--green); text-decoration: none; transition: color .2s; }
a:hover { color: var(--amber); }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1,h2,h3 { font-family: var(--display); font-weight: 400; line-height: .98; letter-spacing: .01em; text-transform: uppercase; }
h4 { font-family: var(--cond); text-transform: uppercase; letter-spacing: .06em; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--amber); color: #000; padding: 10px 16px; z-index: 1000; }
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; background: var(--amber); color: #1a1300;
  font-family: var(--cond); font-weight: 700; font-size: 1.05rem; text-transform: uppercase;
  letter-spacing: .08em; padding: 13px 30px; border-radius: var(--radius); border: 2px solid var(--amber);
  cursor: pointer; transition: all .15s;
}
.btn:hover { background: #ffc94d; border-color: #ffc94d; color: #1a1300; transform: translateY(-2px); }
.btn-lg { padding: 16px 38px; font-size: 1.2rem; }
.btn-sm { padding: 9px 18px; font-size: .95rem; }
.btn-ghost { background: transparent; color: var(--white); border-color: var(--line); }
.btn-ghost:hover { background: var(--white); color: #000; border-color: var(--white); }

/* ---------- Eyebrow / headings ---------- */
.eyebrow {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .18em;
  font-size: .95rem; font-weight: 700; color: var(--green); margin-bottom: 14px;
}
.eyebrow-dark { color: var(--green); }

.section { padding: 84px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(2.4rem, 5.5vw, 4rem); margin-bottom: 16px; }
.section-sub { color: var(--muted); font-size: 1.12rem; }
.section-dark { background: var(--bg-2); }
.section-muted { background: var(--bg-2); }
h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); }

/* ---------- Live ticker ---------- */
.ticker {
  background: var(--green); color: #00200f; overflow: hidden; white-space: nowrap;
  border-bottom: 2px solid #000;
}
.ticker-track {
  display: inline-block; padding: 9px 0; font-family: var(--cond); font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; font-size: .98rem;
  animation: scroll 26s linear infinite;
}
.ticker-track span { padding: 0 26px; }
.ticker-track .dot { color: #00200f; opacity: .5; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11,14,18,.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.brand:hover { color: var(--white); }
.brand-logo { height: 48px; width: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: 0 0 0 2px rgba(201,161,74,.55); }
.footer-brand .brand-logo { height: 54px; width: 54px; }
.brand-mark {
  font-family: var(--display); font-size: 1.15rem; background: var(--green); color: #00200f;
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: var(--radius);
  transform: skewX(-6deg);
}
.brand-name { font-family: var(--display); font-size: 1.5rem; line-height: .85; text-transform: uppercase; }
.brand-name small { display: block; font-family: var(--cond); font-size: .62rem; font-weight: 600;
  letter-spacing: .22em; color: var(--green); margin-top: 4px; }

.nav-menu { list-style: none; display: flex; align-items: center; gap: 26px; }
.nav-menu a { color: var(--text); font-family: var(--cond); font-weight: 600; font-size: 1.08rem;
  text-transform: uppercase; letter-spacing: .04em; }
.nav-menu a:hover { color: var(--green); }
.nav-menu .btn { color: #1a1300; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--text); transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  background:
    linear-gradient(180deg, rgba(8,11,15,.74) 0%, rgba(8,11,15,.7) 45%, rgba(8,11,15,.92) 92%, var(--bg) 100%),
    radial-gradient(circle at 78% 22%, rgba(0,196,106,.18), transparent 55%),
    url('assets/hero-tv.jpg');
  background-size: cover; background-position: center; background-repeat: no-repeat;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px;
  background: linear-gradient(90deg, var(--green), var(--amber), var(--red));
}
.hero-content { position: relative; z-index: 3; max-width: 880px; padding: 50px 24px 130px; }
.hero .eyebrow { color: var(--amber); }
.hero h1 { font-size: clamp(3.2rem, 10vw, 7rem); color: var(--white); margin-bottom: 18px; }
.hero h1 .hl { color: var(--green); }
.hero .lede { font-size: clamp(1.1rem, 2.2vw, 1.4rem); max-width: 620px; margin-bottom: 30px; color: #cdd6df; font-weight: 400; }
.hero .lede em { color: var(--amber); font-style: normal; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero-hours { font-family: var(--cond); font-size: 1.05rem; letter-spacing: .04em; color: var(--green); text-transform: uppercase; }

/* ---------- Strip / stats ---------- */
.strip { background: #000; border-bottom: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-item {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 30px 12px; text-align: center; border-left: 1px solid var(--line);
  font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
  font-size: 1rem; color: var(--muted);
}
.strip-item:first-child { border-left: 0; }
.strip-num { font-family: var(--display); font-size: 2.6rem; color: var(--green); line-height: 1; }

/* ---------- Two column ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col.reverse .col-media { order: -1; }
.col-text h2 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin-bottom: 18px; }
.col-text p { margin-bottom: 16px; color: #cdd6df; }
.col-text .btn { margin-top: 10px; }

.media-frame {
  position: relative; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(135deg, var(--bg-3), #0a0d11); border: 1px solid var(--line);
  box-shadow: var(--shadow); display: grid; place-items: center;
  background-size: cover; background-position: center;
}
.media-placeholder { color: var(--muted); font-family: var(--cond); font-size: 1rem; letter-spacing: .05em; }

/* ---------- Feature list ---------- */
.feature-list { list-style: none; margin: 8px 0 24px; }
.feature-list li { padding: 12px 0 12px 34px; position: relative; border-bottom: 1px solid var(--line);
  font-family: var(--cond); font-size: 1.15rem; letter-spacing: .01em; }
.feature-list li::before { content: "▸"; position: absolute; left: 4px; color: var(--green); font-size: 1.1rem; }
.feature-list li strong { color: var(--white); }

/* ---------- Menu highlight cards (home) ---------- */
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.menu-card {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; position: relative; transition: transform .15s, border-color .15s;
}
.menu-card:hover { transform: translateY(-5px); border-color: var(--green); }
.menu-card h3 { font-size: 1.55rem; margin-bottom: 8px; color: var(--white); }
.menu-card .price { font-family: var(--display); color: var(--amber); font-size: 1.15rem; }
.menu-card .price::before { content: "$"; font-size: .8em; opacity: .8; }
.menu-card p { color: var(--muted); font-size: .94rem; margin-top: 6px; }
.menu-card.featured { background: linear-gradient(160deg, rgba(0,196,106,.14), var(--bg-3)); border-color: var(--green); }
.tag {
  position: absolute; top: -13px; left: 22px; background: var(--amber); color: #1a1300;
  font-family: var(--cond); font-size: .8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; padding: 4px 13px; border-radius: 3px;
}

/* ---------- Seattle skyline silhouette ---------- */
.skyline { position: absolute; left: 0; right: 0; bottom: 5px; width: 100%; height: 130px; z-index: 1; display: block; pointer-events: none; }
.hero .skyline { color: #06080b; }
.page-hero .skyline { color: var(--bg); height: 92px; bottom: 4px; opacity: .9; }

/* ---------- Page hero (sub-pages) — photo background ---------- */
.page-hero { background: var(--bg-2); background-size: cover; background-position: center; border-bottom: 1px solid var(--line); padding: 90px 0 86px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,11,15,.78), rgba(8,11,15,.9)); z-index: 1; }
.page-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--green), var(--amber), var(--red)); z-index: 4; }
.page-hero .container { position: relative; z-index: 3; }
.page-hero .skyline { display: none; }
.page-hero h1 { font-size: clamp(2.6rem, 7vw, 5rem); color: var(--white); text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.page-hero p { color: #d6dde4; font-size: 1.15rem; max-width: 640px; margin: 14px auto 0; }

/* ---------- Full-width photo band (Seattle) ---------- */
.photo-band { position: relative; background-size: cover; background-position: center; background-attachment: fixed; padding: 130px 0; text-align: center; overflow: hidden; }
.photo-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,11,15,.5), rgba(8,11,15,.78)); }
.photo-band-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; padding: 0 24px; }
.photo-band h2 { font-size: clamp(2.4rem, 6.5vw, 4.6rem); color: var(--white); text-shadow: 0 2px 24px rgba(0,0,0,.55); }
.photo-band .eyebrow { color: var(--amber); }
.band-sub { color: #e6ebf0; font-size: 1.18rem; margin: 14px 0 28px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 14px; background: var(--bg-3); }
.faq-item h3 { font-size: 1.35rem; color: var(--white); margin-bottom: 8px; }
.faq-item p { color: var(--muted); }

/* ---------- Photo dish menu ---------- */
.dish-cat-title { font-size: clamp(1.7rem,3.6vw,2.3rem); color: var(--white); text-align: center; margin: 26px 0 4px; scroll-margin-top: 130px; }
.dish-cat-title::after { content: ""; display: block; width: 60px; height: 3px; background: var(--amber); margin: 12px auto 0; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 34px 0 60px; }
.dish-card { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .15s, border-color .15s; }
.dish-card:hover { transform: translateY(-5px); border-color: var(--green); }
.dish-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; background: var(--bg-2); }
.dish-photo-none { display: grid; place-items: center; font-size: 3rem; color: #23392c; background: linear-gradient(135deg, var(--bg-2), var(--bg-3)); }
.dish-body { padding: 16px 18px 20px; }
.dish-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.dish-name { font-family: var(--cond); font-weight: 600; font-size: 1.18rem; color: var(--white); text-transform: uppercase; letter-spacing: .02em; line-height: 1.15; }
.dish-price { font-family: var(--display); font-size: 1.25rem; color: var(--amber); white-space: nowrap; }
.dish-price::before { content: "$"; font-size: .8em; opacity: .8; }
.dish-desc { color: var(--muted); font-size: .92rem; margin-top: 7px; line-height: 1.5; }

/* ---------- Menu board ---------- */
.menu-board { columns: 2; column-gap: 48px; }
.menu-cat { break-inside: avoid; margin-bottom: 28px; display: inline-block; width: 100%; background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px 18px; }
.menu-cat h3 {
  font-size: 1.45rem; color: var(--white); padding-bottom: 10px; margin-bottom: 16px;
  border-bottom: 1px solid var(--line); letter-spacing: .03em;
}
.menu-cat h3::after { content: ""; display: block; width: 44px; height: 3px; background: var(--green); margin-top: 9px; }
.cat-note { font-family: var(--cond); color: var(--green); font-size: 1rem; margin: -8px 0 14px; letter-spacing: .03em; }
.menu-item { padding: 9px 0; border-bottom: 1px dashed rgba(41,51,63,.6); }
.menu-item:last-child { border-bottom: 0; }
.menu-item.featured { background: rgba(0,196,106,.08); border-left: 3px solid var(--amber); padding: 10px 14px; border-radius: 4px; margin-left: -14px; }
.mi-head { display: flex; align-items: baseline; gap: 6px; }
.mi-name { font-family: var(--cond); font-weight: 600; font-size: 1.08rem; color: var(--white); text-transform: uppercase; letter-spacing: .03em; }
.mi-name .star { font-family: var(--cond); font-style: normal; font-size: .72rem; color: var(--amber); letter-spacing: .06em; margin-left: 6px; white-space: nowrap; }
.mi-dots { flex: 1; border-bottom: 2px dotted var(--line); transform: translateY(-4px); min-width: 16px; }
.mi-price { font-family: var(--cond); font-weight: 700; font-size: 1.05rem; color: var(--amber); white-space: nowrap; }
.mi-price::before { content: "$"; font-size: .8em; opacity: .8; margin-right: 1px; }
.mi-price.np { font-family: var(--cond); font-size: 1.05rem; font-weight: 700; }
.mi-price.np::before { content: ""; }
.mi-desc { color: var(--muted); font-size: .88rem; margin-top: 3px; line-height: 1.5; }
.menu-foot { text-align: center; color: #6b7886; font-size: .88rem; margin-top: 30px; max-width: 720px; margin-left: auto; margin-right: auto; }
.menu-cta { text-align: center; margin-top: 46px; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item {
  aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  background: linear-gradient(135deg, var(--bg-3), #0a0d11);
  display: grid; place-items: center; background-size: cover; background-position: center; transition: transform .2s;
}
.gallery-item:hover { transform: scale(1.03); border-color: var(--green); }
.gallery-item span { color: var(--muted); font-family: var(--cond); font-size: .9rem; }

/* ---------- Contact / hours ---------- */
.contact-block { font-style: normal; margin-bottom: 28px; }
.contact-block p { margin-bottom: 12px; color: #cdd6df; }
.contact-block a { font-weight: 600; }
.hours-title { font-size: 1.8rem; margin-bottom: 12px; color: var(--white); }
.hours-table { width: 100%; border-collapse: collapse; margin-bottom: 28px; font-family: var(--cond); font-size: 1.12rem; }
.hours-table th, .hours-table td { text-align: left; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hours-table th { font-weight: 600; color: var(--text); text-transform: uppercase; letter-spacing: .04em; }
.hours-table td { text-align: right; color: var(--green); font-weight: 700; }
.map-frame { width: 100%; min-height: 400px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); filter: grayscale(.3) contrast(1.05); }

/* ---------- Footer ---------- */
.site-footer { background: #000; color: var(--muted); padding: 60px 0 0; border-top: 2px solid var(--green); }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand p { font-family: var(--display); font-size: 1.5rem; color: var(--white); line-height: 1; text-transform: uppercase; }
.footer-brand small { font-family: var(--cond); font-size: .85rem; color: var(--green); text-transform: uppercase; letter-spacing: .06em; }
.footer-col h4 { color: var(--green); font-size: 1.05rem; margin-bottom: 12px; }
.footer-col p { font-size: .95rem; line-height: 1.9; }
.footer-col a { color: var(--muted); }
.footer-col a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid var(--line); padding: 22px 24px; text-align: center; font-size: .85rem; color: #5d6b78; }

/* ---------- Responsive ---------- */
/* ---------- Social icons ---------- */
.socials-bar { display: flex; justify-content: center; gap: 14px; padding: 6px 24px 26px; }
.socials-bar a { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--text); transition: all .15s; }
.socials-bar a:hover { background: var(--green); color: #00200f; border-color: var(--green); transform: translateY(-2px); }
.socials-bar svg { width: 20px; height: 20px; fill: currentColor; }

/* ---------- Order / Reserve action cards ---------- */
.action-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 920px; margin: 0 auto; }
.action-card { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 44px 34px; text-align: center; transition: border-color .15s, transform .15s; }
.action-card:hover { border-color: var(--green); transform: translateY(-4px); }
.action-card .ac-icon { font-size: 2.4rem; display: block; margin-bottom: 12px; }
.action-card h3 { font-size: 1.9rem; color: var(--white); margin-bottom: 10px; }
.action-card p { color: var(--muted); margin-bottom: 24px; }
.woman-owned-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,161,74,.14);
  border: 1px solid var(--amber); color: var(--amber); font-family: var(--cond); font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; font-size: .9rem; padding: 7px 16px; border-radius: 50px; }

@media (max-width: 880px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: absolute; top: 70px; left: 0; right: 0; flex-direction: column;
    background: #000; padding: 22px 24px; gap: 18px; align-items: flex-start;
    border-bottom: 1px solid var(--line);
    transform: translateY(-160%); transition: transform .35s; box-shadow: var(--shadow);
  }
  .nav-menu.open { transform: translateY(0); }
  .nav-menu li, .nav-menu .btn { width: 100%; }
  .two-col { grid-template-columns: 1fr; gap: 36px; }
  .two-col.reverse .col-media { order: 0; }
  .photo-band { background-attachment: scroll; padding: 84px 0; }
  .menu-board { columns: 1; }
  .menu-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .dish-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-item:nth-child(3) { border-left: 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { padding: 0 18px; }
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 36px; }

  /* Hero — stop the giant text + dead space */
  .hero { min-height: 0; padding: 70px 0 0; align-items: flex-start; }
  .hero-content { padding: 8px 18px 90px; }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 3.4rem); margin-bottom: 14px; }
  .hero .eyebrow { font-size: .78rem; letter-spacing: .12em; }
  .hero .lede { font-size: 1.05rem; margin-bottom: 22px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { flex: 1 1 100%; text-align: center; }
  .hero .skyline { height: 80px; }

  /* Tighter stat strip */
  .strip-item { padding: 20px 8px; font-size: .85rem; }
  .strip-num { font-size: 2rem; }

  /* Page heroes */
  .page-hero { padding: 56px 0 56px; }
  .page-hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .page-hero p { font-size: 1.02rem; }

  /* Headings */
  h2, .section-head h2, .col-text h2 { font-size: clamp(1.9rem, 7.5vw, 2.4rem); }
  .dish-cat-title { font-size: 1.7rem; }
  .photo-band { padding: 70px 0; }
  .photo-band h2 { font-size: clamp(2rem, 9vw, 2.6rem); }

  /* One column everywhere */
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .menu-grid { grid-template-columns: 1fr; gap: 14px; }
  .dish-grid { grid-template-columns: 1fr; gap: 16px; }
  .action-cards { grid-template-columns: 1fr; gap: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; text-align: left; }
  .btn-lg { padding: 14px 26px; font-size: 1.05rem; }
  .map-frame { min-height: 300px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.3rem; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
}


/* ---------- Menu jump nav ---------- */
.jump-nav { position: sticky; top: 70px; z-index: 60; background: rgba(11,14,18,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.jump-nav-inner { display: flex; gap: 10px; overflow-x: auto; padding: 12px 24px; max-width: var(--maxw); margin: 0 auto; scrollbar-width: none; }
.jump-nav-inner::-webkit-scrollbar { display: none; }
.jump-nav a { flex-shrink: 0; font-family: var(--cond); font-weight: 600; font-size: .98rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text); border: 1px solid var(--line); border-radius: 50px; padding: 7px 18px; transition: all .15s; }
.jump-nav a:hover { border-color: var(--green); color: var(--green); }

/* ---------- Reservation form ---------- */
.res-form { max-width: 820px; margin: 0 auto; }
.hidden-field { position: absolute; left: -9999px; }
.res-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.res-field { display: flex; flex-direction: column; }
.res-field.res-full { grid-column: 1 / -1; }
.res-field label {
  font-family: var(--cond); font-weight: 600; text-transform: uppercase;
  letter-spacing: .06em; font-size: .92rem; color: var(--text); margin-bottom: 7px;
}
.res-field label span { color: var(--amber); }
.res-field input, .res-field select, .res-field textarea {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--text); font-family: var(--sans); font-size: 1rem; padding: 13px 14px;
  width: 100%; transition: border-color .15s, box-shadow .15s;
}
.res-field textarea { resize: vertical; min-height: 92px; }
.res-field input:focus, .res-field select:focus, .res-field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,196,106,.15);
}
.res-field input::placeholder, .res-field textarea::placeholder { color: #6b7886; }
.res-field select { appearance: none; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 19px) 55%, calc(100% - 14px) 55%;
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 40px; }
.res-hint { color: var(--muted); font-size: .82rem; margin-top: 7px; line-height: 1.4; }
.res-submit { text-align: center; margin-top: 28px; }
.res-note { color: var(--muted); font-size: .9rem; margin-top: 16px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* thank-you */
.thanks-wrap { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: 70px 24px; }
.thanks-wrap h1 { font-size: clamp(2.4rem, 6vw, 4rem); color: var(--white); margin-bottom: 16px; }
.thanks-wrap p { color: var(--muted); font-size: 1.15rem; max-width: 560px; margin: 0 auto 26px; }
.thanks-check { font-size: 3.4rem; margin-bottom: 14px; }

@media (max-width: 600px) {
  .res-grid { grid-template-columns: 1fr; gap: 15px; }
}
