
:root{
  --cream:#f5ead9;
  --cream-2:#fbf4ea;
  --paper:#fffaf2;
  --ink:#35281b;
  --brown:#4a3827;
  --gold:#b77a18;
  --gold-2:#d3a24b;
  --line:rgba(53,40,27,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--cream);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.shell{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(250,242,229,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px}
.brand img{
  width:145px;
  height:auto;
  object-fit:contain;
}
.nav-links{display:flex;align-items:center;gap:28px;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;font-weight:650}
.nav-links a{padding:10px 0;border-bottom:1px solid transparent}
.nav-links a:hover,.nav-links a.active{border-color:var(--gold)}
.nav-right{display:flex;align-items:center;gap:13px}
.social{font-weight:800;font-size:.9rem}
.age-pill{border:1px solid var(--gold);padding:9px 12px;font-size:.75rem}
.menu-btn{display:none;background:transparent;border:0;font-size:1.5rem;color:var(--ink)}
.hero{
  min-height:610px;
  background:
    radial-gradient(circle at 83% 12%, rgba(214,164,81,.18), transparent 32%),
    linear-gradient(180deg,#fbf2e4 0%,#f4e6d2 100%);
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:56px;
  align-items:center;
  padding:58px 0;
}
.hero-copy{
  text-align:left;
  position:relative;
  z-index:2;
  padding-left:6px;
}
.hero-mark{
  width:300px;
  max-width:92%;
  height:auto;
  margin:0 0 18px;
}
.kicker{
  font-size:.82rem;
  letter-spacing:.24em;
  text-transform:uppercase;
  font-weight:750;
  margin-top:2px;
}
.kicker:after{
  content:"";
  display:block;
  width:48px;
  height:1px;
  background:var(--gold);
  margin-top:18px;
}
.tagline{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.72rem;
  line-height:1.35;
  letter-spacing:.10em;
  text-transform:uppercase;
  margin:24px 0 30px;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 24px;border:1px solid var(--gold);background:transparent;
  text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:.75rem;
  transition:.2s ease;
}
.btn:hover{background:var(--ink);color:white;border-color:var(--ink);transform:translateY(-1px)}
.hero-photo{
  position:relative;
  overflow:hidden;
  box-shadow:0 24px 55px rgba(37,25,14,.18);
  border:1px solid rgba(91,64,34,.10);
  transform:none;
}
.hero-photo img{
  width:100%;
  height:505px;
  object-fit:cover;
  object-position:center;
}
.hero-photo:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
}
.benefits{background:var(--cream-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefit{padding:34px 18px;text-align:center;position:relative}
.benefit:not(:last-child):after{content:"";position:absolute;right:0;top:28%;bottom:28%;width:1px;background:var(--gold)}
.benefit-icon{font-size:1.7rem;color:var(--gold);margin-bottom:7px}
.benefit strong{display:block;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;line-height:1.45}
.section{padding:88px 0}
.section.alt{background:var(--cream-2)}
.section-title{text-align:center;font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:2rem;letter-spacing:.06em;margin:0}
.section-sub{text-align:center;max-width:690px;margin:14px auto 0;line-height:1.7;color:#625140}
.gold-line{width:48px;height:1px;background:var(--gold);margin:18px auto 42px}
.flavor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.flavor-card{text-align:center}
.flavor-img{
  aspect-ratio: .74/1;
  overflow:hidden;
  background:#efe5d7;
  box-shadow:0 14px 28px rgba(54,38,20,.09)
}
.flavor-img img{width:100%;height:100%;object-fit:cover;object-position:center}
.flavor-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;font-weight:400;letter-spacing:.12em;margin:20px 0 9px}
.flavor-card p{font-size:.92rem;line-height:1.6;color:#625140;margin:0 auto;max-width:220px}
.lifestyle{
  min-height:370px;
  background:
    linear-gradient(90deg,rgba(30,20,12,.68) 0%,rgba(30,20,12,.4) 42%,rgba(30,20,12,.12) 72%),
    url("assets/rooftop.jpg") center/cover no-repeat;
  color:white;
  display:flex;align-items:center
}
.lifestyle-copy{max-width:520px;padding:70px 0}
.lifestyle h2{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;font-size:2.6rem;letter-spacing:.08em;margin:0 0 14px}
.lifestyle p{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:1.35rem;line-height:1.5;margin:0 0 30px}
.lifestyle .btn{color:white;border-color:#d7aa58}
.cta{text-align:center;padding:70px 0;background:var(--cream-2)}
.cta h2{font-family:Georgia,"Times New Roman",serif;font-size:2rem;font-weight:400;letter-spacing:.06em;margin:0}
.cta p{font-family:Georgia,"Times New Roman",serif;font-style:italic;margin:14px 0 24px;color:#5b4938}
.site-footer{background:#332417;color:#f4eadb}
.footer-row{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.footer-links{display:flex;gap:24px;flex-wrap:wrap}
.page-hero{
  min-height:430px;display:flex;align-items:flex-end;padding:70px 0;
  background:
    linear-gradient(180deg,rgba(31,21,12,.04),rgba(31,21,12,.68)),
    var(--bg) center/cover no-repeat;
  color:white;
}
.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:4rem;font-weight:400;letter-spacing:.05em;margin:0}
.page-hero p{font-size:1.08rem;max-width:620px;line-height:1.7;margin:12px 0 0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.split img{width:100%;height:560px;object-fit:cover}
.eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:800}
.copy h2{font-family:Georgia,"Times New Roman",serif;font-size:2.7rem;font-weight:400;margin:14px 0}
.copy p{line-height:1.8;color:#5e4b3a}
.find-card,.merch-card,.contact-card{background:var(--paper);border:1px solid var(--line);padding:34px}
.find-grid,.merch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.find-card h3,.merch-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;font-weight:400}
.muted{color:#6e5a46;line-height:1.65}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}
.field input,.field textarea{
  border:1px solid var(--line);background:#fffaf2;padding:14px 15px;font:inherit;color:var(--ink)
}
.field textarea{min-height:160px;resize:vertical}
.note{font-size:.82rem;color:#725f4b;margin-top:18px}
.mobile-panel{display:none}
@media (max-width:900px){
  .nav-links,.nav-right .social{display:none}
  .menu-btn{display:block}
  .mobile-panel.open{display:block;padding:0 20px 20px;background:var(--cream-2)}
  .mobile-panel a{display:block;padding:12px 0;border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.14em;font-size:.8rem}
  .hero{min-height:auto}
  .hero-grid,.split{grid-template-columns:1fr}
  .hero-grid{padding:34px 0 42px}
  .hero-photo{transform:none}
  .hero-photo img{height:420px}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .benefit:nth-child(2):after{display:none}
  .flavor-grid{grid-template-columns:1fr 1fr}
  .find-grid,.merch-grid{grid-template-columns:1fr}
  .page-hero h1{font-size:3rem}
  .split img{height:440px}
}
@media (max-width:620px){
  .shell{width:min(100% - 28px,1180px)}
  .nav{height:74px}
  .brand img{width:122px;height:46px}
  .age-pill{padding:7px 10px}
  .hero{background-position:62% center}
  .hero-grid{gap:22px}
  .hero-mark{width:285px}
  .tagline{font-size:1.25rem}
  .hero-photo img{height:330px}
  .section{padding:58px 0}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .benefit{padding:25px 10px}
  .benefit strong{font-size:.66rem}
  .flavor-grid{grid-template-columns:1fr 1fr;gap:16px}
  .flavor-card h3{font-size:1rem}
  .flavor-card p{font-size:.8rem}
  .lifestyle h2{font-size:2rem}
  .lifestyle p{font-size:1.1rem}
  .cta h2{font-size:1.5rem}
  .footer-row{flex-direction:column;justify-content:center;padding:24px 0;text-align:center}
  .page-hero{min-height:340px}
  .page-hero h1{font-size:2.5rem}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
}

/* V2 hero polish */
@media (min-width:901px){
  .hero .shell{width:min(1220px,calc(100% - 56px))}
}
@media (max-width:900px){
  .hero{
    background:linear-gradient(180deg,#fbf2e4 0%,#f4e6d2 100%);
  }
  .hero-copy{
    text-align:center;
    padding-left:0;
  }
  .hero-mark{
    margin-left:auto;
    margin-right:auto;
    width:260px;
  }
  .kicker:after{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-photo img{
    height:420px;
  }
}
@media (max-width:620px){
  .hero-mark{width:225px}
  .tagline{font-size:1.12rem;letter-spacing:.08em}
  .hero-photo img{height:315px}
}

.footer-socials{display:flex;align-items:center;gap:16px;font-size:.95rem;font-weight:800}
.footer-socials a,.nav-right a.social{transition:opacity .2s ease,transform .2s ease}
.footer-socials a:hover,.nav-right a.social:hover{opacity:.65;transform:translateY(-1px)}
.contact-link{border-bottom:1px solid var(--gold);padding-bottom:2px}
.contact-link:hover{color:var(--gold)}
