/* HAVEN ONE — landing page styles */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #F6F3EE;
  color: #1A1A1A;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #A57E5B; text-decoration: none; }
a:hover { color: #1A1A1A; }
::selection { background: #2F3B2E; color: #F6F3EE; }

.serif { font-family: 'Cormorant Garamond', serif; font-weight: 400; }
.eyebrow { font-size: 11px; letter-spacing: 0.28em; color: #A57E5B; margin-bottom: 16px; }
.container { max-width: 1200px; margin: 0 auto; }

/* Image crop frames (pan data applied by js/crop.js) */
.crop { position: relative; overflow: hidden; }
.crop img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 48px;
  background: rgba(246,243,238,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #E3DDD1;
}
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; letter-spacing: 0.3em; text-indent: 0.3em; color: #1A1A1A; }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: 11px; letter-spacing: 0.22em; }
.nav-links a { color: #55504F; }
.nav-links a:hover { color: #1A1A1A; }
.nav-cta { color: #F6F3EE !important; background: #1A1A1A; padding: 10px 22px; letter-spacing: 0.2em; }
.nav-cta:hover { background: #2F3B2E; color: #F6F3EE !important; }

/* Hero */
.hero { position: relative; height: 88vh; min-height: 560px; overflow: hidden; }
.hero .crop { position: absolute; left: 0; right: 0; bottom: 0; min-height: 100%; aspect-ratio: 16/9; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(246,243,238,0.15) 0%, transparent 30%, rgba(26,26,26,0.18) 100%); pointer-events: none; }
.hero-copy { position: absolute; left: 0; right: 0; top: 16%; text-align: center; padding: 0 24px; }
.hero-copy h1 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(40px, 5.4vw, 76px); line-height: 1.12; margin: 0; color: #1A1A1A; }
.hero-copy p { font-size: 13px; letter-spacing: 0.26em; color: #3A362F; margin: 26px 0 0; }
.btn-outline {
  display: inline-block; margin-top: 34px;
  font-size: 11px; letter-spacing: 0.24em; color: #1A1A1A;
  border: 1px solid #1A1A1A; padding: 14px 32px;
  background: rgba(246,243,238,0.55);
}
.btn-outline:hover { background: #1A1A1A; color: #F6F3EE; }

/* Intro */
.intro { padding: 140px 24px; text-align: center; }
.intro-statement { font-size: clamp(26px, 3vw, 40px); line-height: 1.4; max-width: 820px; margin: 0 auto; color: #1A1A1A; }
.intro-sub { font-size: 14px; line-height: 1.9; color: #55504F; max-width: 520px; margin: 28px auto 0; }

/* Ritual */
.ritual { padding: 0 48px 120px; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 40px; margin: 0; }
.ritual-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.ritual-grid figure { margin: 0; }
.ritual-grid .crop { width: 100%; aspect-ratio: 3/4; }
.ritual-grid figcaption { padding: 20px 4px 0; }
.ritual-grid figcaption span { font-family: 'Cormorant Garamond', serif; font-size: 22px; }
.ritual-grid figcaption p { font-size: 13px; line-height: 1.7; color: #55504F; margin: 8px 0 0; }

/* Product */
.product { background: #E7E1D6; padding: 120px 48px; }
.product-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 80px; align-items: center; }
.product-grid .crop { width: 100%; aspect-ratio: 4/5; }
.product h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 40px; line-height: 1.15; margin: 0 0 24px; }
.product-body { font-size: 14px; line-height: 1.9; color: #55504F; margin: 0 0 32px; max-width: 460px; }
.spec-list { display: flex; flex-direction: column; gap: 14px; font-size: 12px; letter-spacing: 0.14em; color: #3A362F; }
.spec-list div { display: flex; gap: 14px; align-items: baseline; }
.spec-list span:first-child { color: #A57E5B; }

/* Life band */
.life { position: relative; height: 74vh; min-height: 480px; overflow: hidden; }
.life .crop { position: absolute; inset: 0; }
.life-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(26,26,26,0.35) 100%); pointer-events: none; }
.life-copy { position: absolute; left: 0; right: 0; bottom: 48px; margin: 0 auto; max-width: 1200px; padding: 0 48px; }
.life-copy p { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.3; color: #F6F3EE; margin: 0; max-width: 520px; }

/* Food & social */
.food { padding: 120px 48px; }
.food-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 24px; align-items: start; }
.food-grid > .crop { width: 100%; aspect-ratio: 4/5; }
.food-text { position: sticky; top: 120px; padding: 40px 24px 0 40px; }
.food-text h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 40px; line-height: 1.15; margin: 0 0 24px; }
.food-text > p { font-size: 14px; line-height: 1.9; color: #55504F; margin: 0 0 40px; max-width: 440px; }
.food-text .crop { width: 100%; aspect-ratio: 4/3; }

/* Testimonials */
.testimonials { background: #2F3B2E; padding: 110px 48px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 64px; }
.testimonials-grid p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; line-height: 1.5; color: #F6F3EE; margin: 0 0 20px; }
.testimonials-grid .who { font-size: 10px; letter-spacing: 0.24em; color: #9BA394; }

/* Buy */
.buy { padding: 130px 48px; }
.buy-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.buy-inner h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 44px; margin: 0 0 56px; }
.buy-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 24px; text-align: left; }
.plan { border: 1px solid #D8D2C6; padding: 40px; background: #FDFCFA; position: relative; }
.plan.featured { border-color: #1A1A1A; }
.plan-badge { position: absolute; top: -11px; left: 32px; background: #1A1A1A; color: #F6F3EE; font-size: 9px; letter-spacing: 0.24em; padding: 5px 12px; }
.plan-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; margin-bottom: 8px; }
.plan-price { font-family: 'Cormorant Garamond', serif; font-size: 44px; line-height: 1; }
.plan-price small { font-size: 16px; color: #8A8378; }
.plan p { font-size: 12px; line-height: 1.8; color: #55504F; margin: 18px 0 28px; }
.btn-solid { display: block; text-align: center; font-size: 11px; letter-spacing: 0.24em; background: #1A1A1A; color: #F6F3EE !important; padding: 16px; }
.btn-solid:hover { background: #2F3B2E; }
.btn-ghost { display: block; text-align: center; font-size: 11px; letter-spacing: 0.24em; border: 1px solid #1A1A1A; color: #1A1A1A; padding: 15px; }
.btn-ghost:hover { background: #1A1A1A; color: #F6F3EE; }
.buy-note { font-size: 10px; letter-spacing: 0.2em; color: #8A8378; margin-top: 28px; }

/* FAQ */
.faq { padding: 0 48px 130px; }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-inner .eyebrow { text-align: center; margin-bottom: 40px; }
.faq details { border-top: 1px solid #D8D2C6; padding: 26px 4px; }
.faq details:last-of-type { border-bottom: 1px solid #D8D2C6; }
.faq summary { display: flex; justify-content: space-between; align-items: baseline; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .q { font-family: 'Cormorant Garamond', serif; font-size: 22px; }
.faq summary .plus { color: #A57E5B; font-size: 18px; }
.faq details p { font-size: 13px; line-height: 1.9; color: #55504F; margin: 16px 0 0; max-width: 620px; }

/* Footer */
.footer { background: #1A1A1A; padding: 72px 48px 48px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 40px; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 26px; letter-spacing: 0.3em; text-indent: 0.3em; color: #F6F3EE; }
.footer-tag { font-size: 10px; letter-spacing: 0.26em; color: #8A8378; margin-top: 14px; }
.footer-nav { display: flex; gap: 56px; font-size: 11px; letter-spacing: 0.2em; }
.footer-nav > div { display: flex; flex-direction: column; gap: 12px; }
.footer-nav a { color: #B7AD9D; }
.footer-nav a:hover { color: #F6F3EE; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 64px; padding-top: 24px; border-top: 1px solid #33302B; font-size: 9px; letter-spacing: 0.18em; color: #6B665D; }

/* Responsive */
@media (max-width: 900px) {
  .nav { padding: 16px 24px; }
  .nav-links { gap: 20px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .ritual, .product, .food, .testimonials, .buy, .faq { padding-left: 24px; padding-right: 24px; }
  .ritual-grid, .product-grid, .food-grid, .testimonials-grid, .buy-grid { grid-template-columns: 1fr; }
  .product-grid { gap: 40px; }
  .testimonials-grid { gap: 40px; }
  .food-text { position: static; padding: 32px 0 0; }
  .life-copy { left: 0; padding: 0 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
