:root {
  --bg: #f6f0e7;
  --paper: #fffaf3;
  --ink: #24140d;
  --muted: #73645b;
  --espresso: #3a2015;
  --espresso-2: #4c2a1c;
  --caramel: #b8814c;
  --gold: #c89b67;
  --cream: #eadcc9;
  --line: rgba(58, 32, 21, .14);
  --shadow: 0 30px 80px rgba(48, 25, 15, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 120px 0; }
.eyebrow {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
  color: var(--caramel);
}
h1, h2, h3 { font-family: "Playfair Display", serif; }
h1, h2 { letter-spacing: -.035em; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  transition: .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(246, 240, 231, .88);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 56px; height: 56px; object-fit: contain; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: "Playfair Display", serif; font-size: 20px; font-weight: 600; }
.brand-text small { margin-top: 5px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav a:not(.nav-cta) { position: relative; }
.nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--espresso); transition: .25s ease;
}
.nav a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--espresso); color: #fffaf3; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s ease; }

.hero { position: relative; min-height: 100vh; padding: 145px 0 90px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.hero-copy h1 { margin: 0; font-size: clamp(58px, 7vw, 96px); line-height: .94; font-weight: 600; max-width: 760px; }
.hero-copy h1 em { font-weight: 500; color: var(--caramel); }
.hero-text { max-width: 640px; margin: 28px 0 34px; color: var(--muted); line-height: 1.8; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: .25s ease; }
.btn-primary { background: var(--espresso); color: #fff; box-shadow: 0 12px 30px rgba(58, 32, 21, .18); }
.btn-primary:hover { transform: translateY(-2px); background: #2f190f; }
.btn-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.btn-secondary:hover { background: rgba(255,255,255,.55); transform: translateY(-2px); }
.hero-stats { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 650px; }
.hero-stats div { display: flex; flex-direction: column; gap: 4px; }
.hero-stats strong { font-family: "Playfair Display", serif; font-size: 22px; }
.hero-stats span { font-size: 12px; color: var(--muted); }
.hero-visual { position: relative; }
.hero-image-card { position: relative; border-radius: 240px 240px 30px 30px; overflow: hidden; box-shadow: var(--shadow); min-height: 650px; }
.hero-image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,15,8,.42), transparent 52%); }
.hero-image-card img { height: 650px; object-fit: cover; }
.image-badge { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; color: #fff; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(255,255,255,.45); padding-top: 18px; }
.image-badge span { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
.image-badge strong { font-family: "Playfair Display", serif; font-size: 24px; }
.floating-note { position: absolute; top: 18%; left: -48px; background: var(--paper); padding: 14px 20px; border-radius: 999px; box-shadow: 0 16px 38px rgba(45,24,15,.14); font-size: 13px; font-weight: 700; transform: rotate(-7deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .55; }
.glow-one { width: 340px; height: 340px; background: #e8c89b; top: 2%; right: -100px; }
.glow-two { width: 220px; height: 220px; background: #d9b18a; bottom: 6%; left: -90px; }

.marquee { overflow: hidden; background: var(--espresso); color: #f7eadb; border-block: 1px solid rgba(255,255,255,.08); }
.marquee-track { display: flex; width: max-content; gap: 24px; align-items: center; padding: 16px 0; animation: scroll 26s linear infinite; font-size: 12px; letter-spacing: .18em; font-weight: 700; }
.marquee-track i { color: var(--gold); font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.story-images { position: relative; min-height: 650px; }
.story-main { height: 580px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.story-small-wrap { position: absolute; width: 48%; right: -8%; bottom: -34px; padding: 10px; background: var(--bg); border-radius: 18px; }
.story-small { height: 240px; object-fit: cover; border-radius: 12px; }
.section-copy h2, .section-heading h2, .experience-copy h2, .contact-card h2 { margin: 0 0 24px; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.section-copy > p, .section-heading > p, .experience-copy > p { color: var(--muted); line-height: 1.8; font-size: 16px; }
.story-points { margin-top: 36px; display: grid; gap: 18px; }
.story-points > div { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: start; padding-top: 18px; border-top: 1px solid var(--line); }
.story-points span { font-size: 11px; font-weight: 700; color: var(--caramel); }
.story-points p { margin: 0; color: var(--muted); line-height: 1.6; }
.story-points strong { color: var(--ink); }

.menu-section { background: #efe4d5; }
.center { text-align: center; max-width: 760px; margin: 0 auto; }
.section-heading > p:last-child { max-width: 620px; margin: 0 auto; }
.menu-tabs { display: flex; justify-content: center; gap: 8px; margin: 40px auto 34px; }
.tab-btn { border: 1px solid var(--line); background: rgba(255,255,255,.35); color: var(--ink); border-radius: 999px; padding: 11px 18px; font-weight: 700; cursor: pointer; }
.tab-btn.active { background: var(--espresso); color: #fff; border-color: var(--espresso); }
.menu-panel { display: none; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.menu-panel.active { display: grid; }
.menu-card { display: grid; grid-template-columns: 58px 1fr auto; gap: 18px; align-items: center; background: rgba(255,250,243,.76); border: 1px solid rgba(58,32,21,.08); border-radius: 18px; padding: 24px; transition: .25s ease; }
.menu-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(58,32,21,.08); }
.menu-icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--espresso); color: #fff6e8; font-size: 22px; }
.menu-card h3 { margin: 0 0 5px; font-size: 22px; }
.menu-card p { margin: 0; color: var(--muted); font-size: 13px; }
.menu-card > span { font-weight: 800; white-space: nowrap; }

.experience { background: var(--espresso); color: #f9efe3; }
.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.experience-copy .eyebrow { color: #d4aa76; }
.experience-copy > p { color: #cfbeb2; }
.feature-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.feature-list li { display: flex; gap: 12px; align-items: center; color: #e4d5ca; }
.feature-list span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #d6b17d; }
.experience-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 260px 260px; gap: 14px; }
.experience-gallery img { height: 100%; object-fit: cover; border-radius: 18px; }
.gallery-tall { grid-row: span 2; }

.quote-section { padding-top: 90px; padding-bottom: 90px; }
.quote-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 64px 26px; text-align: center; box-shadow: 0 24px 65px rgba(58,32,21,.07); }
.quote-card img { width: 82px; height: 82px; object-fit: contain; margin: 0 auto 20px; }
.quote-card p { font-family: "Playfair Display", serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.2; max-width: 850px; margin: 0 auto 18px; }
.quote-card span { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }

.contact { padding-top: 40px; }
.contact-card { background: #d6b17d; border-radius: 34px; padding: 72px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; }
.contact-card .eyebrow { color: #6f4325; }
.contact-card h2 { max-width: 620px; }
.contact-card > div:first-child > p:last-child { color: #5d4637; max-width: 650px; line-height: 1.7; }
.contact-details { display: grid; gap: 18px; align-content: center; }
.contact-details div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(58,32,21,.18); }
.contact-details span { color: #74583f; }
.contact-details strong { text-align: right; }
.contact-details strong a, .footer-bottom a { color: inherit; text-decoration: none; }
.contact-details strong a:hover, .footer-bottom a:hover { text-decoration: underline; }

.contact-actions { grid-column: 1 / -1; display: flex; gap: 12px; flex-wrap: wrap; }
.btn-secondary.light { border-color: rgba(58,32,21,.22); background: rgba(255,255,255,.18); }

footer { padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.2fr .8fr; gap: 60px; align-items: center; }
.footer-brand img { width: 62px; height: 62px; }
.footer-grid p { color: var(--muted); margin: 0; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 18px; flex-wrap: wrap; font-size: 14px; font-weight: 700; }
.footer-bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav { position: fixed; top: 76px; left: 20px; right: 20px; display: grid; gap: 0; padding: 14px; background: rgba(255,250,243,.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .25s ease; }
  .nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav a { padding: 14px 12px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .menu-toggle { display: block; }
  .hero-grid, .split-grid, .experience-grid, .contact-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-visual { max-width: 720px; }
  .hero-image-card, .hero-image-card img { min-height: 560px; height: 560px; }
  .floating-note { left: 18px; }
  .split-grid { gap: 70px; }
  .story-images { max-width: 760px; }
  .story-small-wrap { right: 2%; }
  .experience-grid { gap: 48px; }
  .contact-card { padding: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 82px 0; }
  .nav-wrap { height: 74px; }
  .brand-text strong { font-size: 18px; }
  .brand-text small { font-size: 10px; }
  .brand img { width: 44px; height: 44px; }
  .hero { padding-top: 110px; }
  .hero-copy h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-text { font-size: 15px; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; gap: 12px; }
  .hero-stats div { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .hero-image-card { border-radius: 160px 160px 26px 26px; }
  .hero-image-card, .hero-image-card img { height: 470px; min-height: 470px; }
  .image-badge { left: 20px; right: 20px; bottom: 20px; }
  .image-badge strong { font-size: 19px; }
  .floating-note { display: none; }
  .story-images { min-height: auto; padding-bottom: 80px; }
  .story-main { height: 450px; }
  .story-small-wrap { width: 56%; bottom: 4px; }
  .story-small { height: 170px; }
  .menu-panel.active { grid-template-columns: 1fr; }
  .menu-card { grid-template-columns: 50px 1fr; }
  .menu-card > span { grid-column: 2; }
  .experience-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 180px; }
  .gallery-tall { grid-column: 1 / -1; grid-row: auto; }
  .quote-card { padding: 46px 18px; }
  .contact-card { padding: 38px 24px; border-radius: 24px; }
  .contact-details div { flex-direction: column; gap: 5px; }
  .contact-details strong { text-align: left; }
  .contact-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid p { grid-column: auto; grid-row: auto; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}
