/* ============================================
   AVENUE MEDFIELD — Modern Restaurant Stylesheet
   ============================================ */

:root {
  --bg: #0f0d0a;
  --bg-elev: #16130f;
  --surface: #1d1915;
  --ink: #f5efe4;
  --ink-dim: #c8bfae;
  --muted: #8a8170;
  --gold: #c9a96a;
  --gold-bright: #e2c281;
  --ember: #b04a2c;
  --line: rgba(245, 239, 228, 0.12);
  --line-strong: rgba(245, 239, 228, 0.22);

  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --display: "Italiana", "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 4px;
  --radius-lg: 14px;
  --shadow-lg: 0 30px 80px -20px rgba(0, 0, 0, 0.7);
  --max-w: 1280px;
  --nav-h: 76px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--gold-bright); }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; letter-spacing: .01em; line-height: 1.1; }
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }

.eyebrow {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }

/* ============= TOP STRIP ============= */
.topstrip {
  background: #0a0908;
  color: var(--ink-dim);
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.topstrip a { color: var(--gold); }

/* ============= NAV ============= */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 13, 10, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background .3s var(--ease);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
}
.brand {
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: .15em;
  color: var(--ink);
}
.brand span { color: var(--gold); }
.nav-links {
  display: flex;
  gap: 38px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-dim);
  position: relative;
  padding: 6px 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  cursor: pointer;
  transition: all .3s var(--ease);
  font-family: var(--sans);
}
.btn:hover {
  background: var(--gold);
  color: var(--bg);
  transform: translateY(-1px);
}
.btn.primary {
  background: var(--gold);
  color: var(--bg);
}
.btn.primary:hover { background: var(--gold-bright); }
.btn.ghost { border-color: var(--line-strong); color: var(--ink); }
.btn.sm { padding: 10px 20px; font-size: .7rem; }

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--ink);
  cursor: pointer;
  padding: 8px;
}
.mobile-toggle svg { width: 24px; height: 24px; }

/* ============= HERO ============= */
.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-h) - 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,13,10,.55) 0%, rgba(15,13,10,.85) 100%),
              url("https://images.squarespace-cdn.com/content/v1/56ce4e122fe13105d5cc8af1/1691689824231-544PQRY9RTZO90GMXD6M/1K0A0156-2.jpg") center/cover;
  transform: scale(1.05);
  animation: kenburns 20s ease-out infinite alternate;
}
@keyframes kenburns {
  to { transform: scale(1.15) translateY(-2%); }
}
.hero-content {
  position: relative;
  max-width: 880px;
  padding: 0 28px;
  animation: fadeUp 1.2s var(--ease) both;
}
.hero h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  margin: 22px 0;
}
.hero .tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--ink-dim);
  max-width: 600px;
  margin: 0 auto 38px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.scroll-cue {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink-dim);
  animation: bounce 2.4s ease-in-out infinite;
}
.scroll-cue::after {
  content: "";
  display: block;
  width: 1px; height: 36px;
  background: var(--gold);
  margin: 12px auto 0;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
  50% { transform: translateX(-50%) translateY(8px); opacity: .5; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============= SECTION ============= */
section { padding: 100px 0; position: relative; }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 64px; }
.section-head h2 { margin: 16px 0 18px; }
.section-head p { color: var(--ink-dim); font-family: var(--serif); font-style: italic; font-size: 1.15rem; }

.divider {
  width: 70px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto;
  position: relative;
}
.divider::before, .divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px; height: 4px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
}
.divider::before { left: -10px; }
.divider::after { right: -10px; }

/* ============= STORY ============= */
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.story-text p { margin-bottom: 22px; color: var(--ink-dim); font-size: 1.05rem; }
.story-text .lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--ink);
  margin-bottom: 28px;
  line-height: 1.4;
}
.story-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story-img::after {
  content: "EST. 2016";
  position: absolute;
  bottom: 20px; right: 20px;
  background: var(--bg);
  color: var(--gold);
  padding: 10px 18px;
  font-size: .7rem;
  letter-spacing: .3em;
  border: 1px solid var(--gold);
}

/* ============= SIGNATURE / FEATURES ============= */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .4s var(--ease);
}
.feature-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: var(--shadow-lg);
}
.feature-card .img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.feature-card .img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.feature-card:hover .img img { transform: scale(1.06); }
.feature-card .body { padding: 28px; }
.feature-card h3 { margin-bottom: 10px; color: var(--ink); }
.feature-card p { color: var(--ink-dim); font-size: .95rem; }
.feature-card .link {
  display: inline-block;
  margin-top: 18px;
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}

/* ============= GALLERY ============= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery-grid .tile {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  position: relative;
  background: var(--surface);
}
.gallery-grid .tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease);
}
.gallery-grid .tile:hover img { transform: scale(1.1); }
.gallery-grid .tile.tall { grid-row: span 2; aspect-ratio: 1/2; }
.gallery-grid .tile.wide { grid-column: span 2; aspect-ratio: 2/1; }

/* ============= CTA STRIP ============= */
.cta-strip {
  background: linear-gradient(135deg, var(--bg-elev), var(--surface));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 80px 0;
  text-align: center;
}
.cta-strip h2 { margin-bottom: 18px; }
.cta-strip p { color: var(--ink-dim); max-width: 540px; margin: 0 auto 32px; font-family: var(--serif); font-style: italic; font-size: 1.15rem; }

/* ============= INFO BLOCK ============= */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  text-align: center;
}
.info-grid h4 {
  font-size: .78rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--sans);
  margin-bottom: 16px;
}
.info-grid p, .info-grid li { color: var(--ink-dim); list-style: none; font-size: .95rem; line-height: 1.9; }

/* ============= FOOTER ============= */
footer {
  background: #0a0908;
  border-top: 1px solid var(--line);
  padding: 80px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 50px;
}
.footer-grid h5 {
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
  font-family: var(--sans);
  font-weight: 600;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a { color: var(--ink-dim); font-size: .9rem; }
.footer-brand { font-family: var(--display); font-size: 2rem; color: var(--ink); margin-bottom: 12px; }
.footer-brand span { color: var(--gold); }
.footer-tag { color: var(--ink-dim); font-family: var(--serif); font-style: italic; max-width: 320px; margin-bottom: 24px; }
.socials { display: flex; gap: 14px; }
.socials a {
  width: 38px; height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-dim);
  transition: all .3s var(--ease);
}
.socials a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.socials svg { width: 16px; height: 16px; }
.footer-base {
  border-top: 1px solid var(--line);
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--muted);
}

/* ============= PAGE HEADER ============= */
.page-header {
  padding: 140px 0 80px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--bg-elev), var(--bg));
}
.page-header h1 { margin: 18px 0 18px; }
.page-header p { color: var(--ink-dim); font-family: var(--serif); font-style: italic; font-size: 1.25rem; max-width: 640px; margin: 0 auto; }

/* ============= MENU PAGE ============= */
.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}
.menu-tab {
  padding: 12px 22px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--ink-dim);
  cursor: pointer;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition: all .3s var(--ease);
  font-family: var(--sans);
}
.menu-tab:hover { color: var(--ink); }
.menu-tab.active {
  color: var(--gold);
  border-color: var(--gold);
}

.menu-section { display: none; animation: fadeUp .5s var(--ease); }
.menu-section.active { display: block; }
.menu-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.menu-section-title h2 { margin-bottom: 10px; }
.menu-section-title p { color: var(--muted); font-style: italic; }

.menu-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 80px;
  max-width: 1100px;
  margin: 0 auto;
}
.menu-item {
  border-bottom: 1px dashed var(--line);
  padding-bottom: 24px;
}
.menu-item-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 8px;
}
.menu-item-name {
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--ink);
}
.menu-item-dots {
  flex: 1;
  border-bottom: 1px dotted var(--line-strong);
  margin: 0 8px 6px;
}
.menu-item-price { color: var(--gold); font-weight: 500; font-size: 1.05rem; }
.menu-item-desc { color: var(--ink-dim); font-size: .92rem; line-height: 1.6; }
.menu-item .tags { margin-top: 8px; display: flex; gap: 8px; flex-wrap: wrap; }
.tag {
  font-size: .65rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 3px 8px;
  border: 1px solid var(--line);
  border-radius: 3px;
}

/* ============= RESERVATIONS ============= */
.reservation-shell {
  max-width: 980px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.res-steps {
  display: flex;
  background: var(--bg-elev);
  border-bottom: 1px solid var(--line);
}
.res-step {
  flex: 1;
  padding: 20px 16px;
  text-align: center;
  position: relative;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.res-step .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  margin-right: 10px;
  font-family: var(--display);
  font-size: 1rem;
}
.res-step.active { color: var(--gold); }
.res-step.active .num { border-color: var(--gold); color: var(--gold); }
.res-step.done .num { background: var(--gold); color: var(--bg); border-color: var(--gold); }

.res-body { padding: 56px 48px; }
.res-pane { display: none; animation: fadeUp .4s var(--ease); }
.res-pane.active { display: block; }
.res-pane h3 { margin-bottom: 28px; text-align: center; }

.party-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  max-width: 720px;
  margin: 0 auto 30px;
}
.party-btn {
  aspect-ratio: 1;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.4rem;
  transition: all .25s var(--ease);
}
.party-btn:hover { border-color: var(--gold); color: var(--gold); }
.party-btn.selected { background: var(--gold); color: var(--bg); border-color: var(--gold); }

.date-input, .form-input, .form-select, .form-textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--line-strong);
  color: var(--ink);
  padding: 14px 18px;
  font-family: var(--sans);
  font-size: .95rem;
  border-radius: var(--radius);
  transition: border .25s var(--ease);
}
.date-input:focus, .form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.form-textarea { min-height: 120px; resize: vertical; font-family: var(--sans); }
.form-label {
  display: block;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 8px;
}
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 22px; }
.form-row.full { grid-template-columns: 1fr; }

.time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 12px;
  max-width: 720px;
  margin: 30px auto;
}
.time-btn {
  padding: 14px;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  cursor: pointer;
  font-size: .9rem;
  letter-spacing: .12em;
  transition: all .25s var(--ease);
  font-family: var(--sans);
}
.time-btn:hover:not(:disabled) { border-color: var(--gold); color: var(--gold); }
.time-btn.selected { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.time-btn:disabled { opacity: .3; cursor: not-allowed; text-decoration: line-through; }

.res-summary {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: var(--radius);
  max-width: 560px;
  margin: 0 auto 30px;
}
.res-summary-row {
  display: flex; justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.res-summary-row:last-child { border-bottom: none; }
.res-summary-row .label { color: var(--muted); font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; }
.res-summary-row .value { color: var(--ink); font-family: var(--display); font-size: 1.1rem; }

.res-actions { display: flex; justify-content: space-between; margin-top: 36px; gap: 14px; }

.confirmation-badge {
  text-align: center;
  padding: 40px 20px;
}
.confirmation-badge .check {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--bg);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.confirmation-badge .check svg { width: 36px; height: 36px; }
.confirmation-badge h2 { margin-bottom: 14px; }
.confirmation-code {
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--gold);
  letter-spacing: .2em;
  margin: 18px 0;
  padding: 12px 24px;
  border: 1px dashed var(--gold);
  display: inline-block;
}

/* ============= TEAM / BIOS ============= */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
}
.team-card {
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 28px;
  transition: all .3s var(--ease);
}
.team-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.team-photo {
  width: 140px; height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 22px;
  border: 2px solid var(--gold);
  padding: 4px;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.team-card h3 { margin-bottom: 6px; font-size: 1.6rem; }
.team-role { color: var(--gold); font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 16px; }
.team-bio { color: var(--ink-dim); font-size: .92rem; line-height: 1.7; }

/* ============= PRIVATE DINING ============= */
.space-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
}
.space-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.space-card .img { aspect-ratio: 16/10; overflow: hidden; }
.space-card .img img { width: 100%; height: 100%; object-fit: cover; }
.space-card .body { padding: 32px; }
.space-card h3 { margin-bottom: 14px; }
.space-card .meta { display: flex; gap: 22px; margin-bottom: 18px; flex-wrap: wrap; }
.space-card .meta-item {
  font-size: .8rem; color: var(--gold);
  display: flex; align-items: center; gap: 6px;
}
.space-card p { color: var(--ink-dim); font-size: .95rem; }

/* ============= EVENTS / QUARTERLY ============= */
.event-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 32px;
  transition: all .3s var(--ease);
}
.event-card:hover { border-color: var(--gold); }
.event-card .img { overflow: hidden; }
.event-card .img img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.event-card .body { padding: 36px 36px 36px 0; }
.event-date {
  display: inline-block;
  background: var(--gold);
  color: var(--bg);
  padding: 8px 16px;
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.event-card h3 { margin-bottom: 12px; }
.event-card .desc { color: var(--ink-dim); margin-bottom: 22px; }
.event-meta { display: flex; gap: 24px; margin-bottom: 22px; font-size: .85rem; color: var(--muted); }

/* ============= GIFT CARDS ============= */
.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 600px;
  margin: 0 auto 32px;
}
.amount-btn {
  padding: 24px 16px;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.4rem;
  transition: all .25s var(--ease);
}
.amount-btn:hover { border-color: var(--gold); color: var(--gold); }
.amount-btn.selected { background: var(--gold); color: var(--bg); border-color: var(--gold); }

.gift-preview {
  background: linear-gradient(135deg, #1d1915, #16130f);
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gift-preview::before, .gift-preview::after {
  content: "";
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 106, 0.15), transparent 70%);
}
.gift-preview::before { top: -100px; left: -100px; }
.gift-preview::after { bottom: -100px; right: -100px; }
.gift-preview .brand { font-size: 2.4rem; margin-bottom: 12px; }
.gift-preview .label { color: var(--gold); letter-spacing: .35em; font-size: .8rem; text-transform: uppercase; margin-bottom: 24px; }
.gift-preview .amt { font-family: var(--display); font-size: 4rem; color: var(--gold); margin: 12px 0; }
.gift-preview .recipient { color: var(--ink-dim); font-family: var(--serif); font-style: italic; }

/* ============= CAREERS / JOBS ============= */
.job-list { display: flex; flex-direction: column; gap: 16px; max-width: 900px; margin: 0 auto; }
.job-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  transition: all .3s var(--ease);
}
.job-card:hover { border-color: var(--gold); }
.job-card h3 { margin-bottom: 8px; }
.job-tags { display: flex; gap: 14px; flex-wrap: wrap; color: var(--muted); font-size: .82rem; }
.job-tags span::before { content: "•"; margin-right: 14px; color: var(--gold); }
.job-tags span:first-child::before { content: ""; margin: 0; }

/* ============= CONTACT ============= */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: start;
}
.contact-info h3 { margin-bottom: 18px; }
.contact-info .info-block { margin-bottom: 38px; }
.contact-info .info-block h4 {
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--sans);
  margin-bottom: 10px;
}
.contact-info .info-block p, .contact-info .info-block li { color: var(--ink-dim); list-style: none; line-height: 1.8; }

.map-embed {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 360px;
  margin-top: 30px;
  border: 1px solid var(--line);
}

/* ============= FAQ ============= */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--ink);
}
.faq-q .plus { color: var(--gold); font-size: 1.5rem; transition: transform .3s var(--ease); }
.faq-item.open .plus { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s var(--ease), padding .3s var(--ease);
  color: var(--ink-dim);
}
.faq-item.open .faq-a { max-height: 400px; padding-top: 18px; }

/* ============= GALLERY PAGE ============= */
.filter-bar {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 8px; margin-bottom: 50px;
}
.masonry {
  column-count: 4;
  column-gap: 14px;
}
.masonry .tile {
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
}
.masonry .tile img {
  width: 100%; display: block;
  transition: transform 1s var(--ease);
}
.masonry .tile:hover img { transform: scale(1.05); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  align-items: center; justify-content: center;
  z-index: 1000;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: var(--radius); }
.lightbox-close {
  position: absolute; top: 24px; right: 24px;
  background: none; border: none; color: var(--ink); cursor: pointer;
  font-size: 2.5rem;
  width: 50px; height: 50px;
  display: flex; align-items: center; justify-content: center;
}

/* ============= TOAST ============= */
.toast {
  position: fixed;
  bottom: 30px; right: 30px;
  background: var(--surface);
  border: 1px solid var(--gold);
  color: var(--ink);
  padding: 18px 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  transform: translateX(120%);
  transition: transform .4s var(--ease);
  z-index: 200;
  max-width: 360px;
}
.toast.show { transform: translateX(0); }
.toast .title { color: var(--gold); font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 6px; }

/* ============= REVEAL ANIMATION ============= */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============= RESPONSIVE ============= */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: var(--nav-h); left: 0; right: 0;
    background: var(--bg-elev);
    flex-direction: column;
    padding: 30px;
    border-bottom: 1px solid var(--line);
    gap: 22px;
  }
  .mobile-toggle { display: inline-flex; }
  .nav-cta-desktop { display: none; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .menu-items { grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .info-grid { grid-template-columns: 1fr; gap: 40px; }
  .event-card { grid-template-columns: 1fr; }
  .event-card .body { padding: 0 28px 32px; }
  .res-body { padding: 36px 22px; }
  .party-grid { grid-template-columns: repeat(4, 1fr); }
  .form-row { grid-template-columns: 1fr; gap: 16px; }
  .amount-grid { grid-template-columns: repeat(2, 1fr); }
  .masonry { column-count: 2; }
  .res-steps .res-step { font-size: .6rem; padding: 14px 6px; }
  .res-steps .res-step .num { width: 24px; height: 24px; margin-right: 4px; }
  .job-card { grid-template-columns: 1fr; gap: 16px; }
  section { padding: 70px 0; }
  .footer-base { flex-direction: column; gap: 14px; text-align: center; }
}
@media (max-width: 560px) {
  .masonry { column-count: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .tile.wide, .gallery-grid .tile.tall { grid-column: span 1; grid-row: span 1; aspect-ratio: 1; }
}
