:root {
  --green-deep:   #1B4A1E;
  --green-med:    #2D6B32;
  --green-light:  #E8F0E9;
  --gold:         #CB8901;
  --gold-dark:    #8B5E00;
  --gold-pale:    #F5E8C8;
  --cream:        #FAF8F3;
  --warm-white:   #FFFEF9;
  --text:         #1A1A18;
  --text-muted:   #5A5A52;
  --border-light: #EDE8DE;
  --border:       #D6CFC0;
  --serif:        'Playfair Display', Georgia, serif;
  --sans:         'DM Sans', system-ui, sans-serif;
  --body-serif:   'Source Serif 4', Georgia, serif;
  --r:            6px;
  --rlg:          12px;
  --ease:         0.3s ease;
  --shadow:       0 2px 20px rgba(27,74,30,0.08);
  --shadow-lg:    0 8px 40px rgba(27,74,30,0.14);
}

/* Skip link */
.skip-link { position: absolute; top: -48px; left: 16px; z-index: 9999; padding: 10px 18px; background: var(--green-deep); color: #fff; font-size: 0.9rem; font-weight: 600; border-radius: 0 0 var(--r) var(--r); text-decoration: none; transition: top 0.2s; }
.skip-link:focus { top: 0; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--sans); color: var(--text); background: var(--warm-white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* TYPOGRAPHY */
.section-label { font-family: var(--sans); font-size: 0.95rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 14px; }
.section-label--light { color: rgba(203,137,1,0.85); }
.section-headline { font-family: var(--serif); font-size: clamp(1.75rem, 3.5vw, 2.6rem); font-weight: 600; line-height: 1.2; color: var(--text); margin-bottom: 20px; }
.eyebrow { font-family: var(--sans); font-size: 0.95rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 18px; border-left: 3px solid var(--gold); padding-left: 12px; }

/* BUTTONS */
.btn { display: inline-block; padding: 13px 28px; border-radius: var(--r); font-family: var(--sans); font-size: 0.975rem; font-weight: 600; letter-spacing: 0.04em; transition: var(--ease); cursor: pointer; text-align: center; }
.btn--primary { background: var(--green-deep); color: #fff; border: 2px solid var(--green-deep); }
.btn--primary:hover { background: var(--green-med); border-color: var(--green-med); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(27,74,30,0.2); }
.btn--ghost { background: transparent; color: var(--green-deep); border: 2px solid var(--border); }
.btn--ghost:hover { border-color: var(--green-deep); background: var(--green-light); }
.btn--nav { background: var(--green-deep); color: #fff; border: 2px solid var(--green-deep); padding: 9px 20px; font-size: 0.8rem; }
.btn--nav:hover { background: var(--green-med); border-color: var(--green-med); }
.btn--light { background: #fff; color: var(--green-deep); border: 2px solid #fff; }
.btn--light:hover { background: var(--gold-pale); border-color: var(--gold-pale); }
.btn--full { width: 100%; display: block; padding: 15px; }

/* FADE IN */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in--delay { transition-delay: 0.2s; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,254,249,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-light); transition: box-shadow var(--ease); }
.nav.scrolled { box-shadow: var(--shadow); }
.nav__inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; height: 88px; display: flex; align-items: center; gap: 24px; }
.nav__brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav__logo-img { height: 62px; width: auto; flex-shrink: 0; display: block; }
.nav__tagline { font-size: 0.95rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dark); font-weight: 600; }
.nav__links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav__links a { font-size: 0.95rem; font-weight: 500; color: var(--text-muted); transition: color var(--ease); }
.nav__links a:hover { color: var(--green-deep); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; margin-left: auto; padding: 4px; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--green-deep); border-radius: 2px; transition: var(--ease); }

/* HERO */
.hero { padding: 140px 0 80px; background: var(--warm-white); position: relative; overflow: hidden; min-height: 90vh; display: flex; align-items: center; }
.hero__bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 40% at 70% 40%, rgba(203,137,1,0.06) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 20% 80%, rgba(27,74,30,0.05) 0%, transparent 60%); pointer-events: none; }
.hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero__headline { font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 600; line-height: 1.15; color: var(--text); margin-bottom: 20px; }
.hero__em { color: var(--gold); font-style: italic; }
.hero__clean-line { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.2rem); font-style: italic; color: var(--gold); font-weight: 500; margin-bottom: 20px; line-height: 1.2; }
.hero__sub { font-size: 1.15rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 28px; max-width: 440px; font-family: var(--body-serif); }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.hero__trust { font-family: var(--body-serif); font-size: 0.95rem; font-style: italic; color: var(--text-muted); }
.hero__visual { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.hero__ghee-img { width: 340px; height: 340px; object-fit: contain; filter: drop-shadow(0 12px 32px rgba(27,74,30,0.18)); }
.jar-pills { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; max-width: 340px; }
.jar-pill { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.06em; padding: 4px 10px; border-radius: 100px; background: var(--green-light); color: var(--green-deep); text-transform: uppercase; border: 1px solid rgba(27,74,30,0.15); }

/* PROBLEM */
.problem { background: var(--green-deep); padding: 76px 0; color: #fff; }
.problem .section-label { color: rgba(203,137,1,0.85); }
.problem__header { max-width: 680px; margin-bottom: 60px; }
.problem__headline { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 600; line-height: 1.2; color: #fff; margin-bottom: 20px; }
.problem__headline::after { content: ''; display: block; width: 48px; height: 3px; background: var(--gold); margin-top: 20px; }
.problem__body { font-family: var(--body-serif); font-size: 1.15rem; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 12px; }
.problem__close { font-family: var(--serif); font-size: 1.2rem; font-style: italic; color: var(--gold); }
.problem__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.problem-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--rlg); padding: 28px 24px; transition: var(--ease); }
.problem-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(203,137,1,0.4); }
.problem-card__icon { font-size: 1.2rem; color: var(--gold); margin-bottom: 14px; }
.problem-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.problem-card p { font-size: 1rem; color: rgba(255,255,255,0.7); line-height: 1.6; }

/* PRODUCT */
.product { padding: 76px 0; background: var(--cream); }
.product__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 16px; }
.product__body { font-family: var(--body-serif); font-size: 1.15rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.product__tagline { font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: var(--green-deep); margin-bottom: 28px; }
.product__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.product-card { background: var(--warm-white); border: 1px solid var(--border-light); border-radius: var(--rlg); padding: 24px 20px; transition: var(--ease); }
.product-card:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-2px); }
.product-card__icon { margin-bottom: 12px; }
.product-card__icon svg { width: 22px; height: 22px; }
.product-card h3 { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.product-card p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.55; }

/* EVERYDAY USE */
.everyday { padding: 76px 0; background: var(--warm-white); text-align: center; }
.everyday__body { font-family: var(--body-serif); font-size: 1.15rem; color: var(--text-muted); line-height: 1.7; max-width: 600px; margin: 0 auto 48px; }
.everyday__tiles { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 36px; }
.use-tile { display: flex; flex-direction: column; align-items: center; gap: 0; width: 200px; border-radius: var(--rlg); overflow: hidden; border: 1px solid var(--border-light); transition: var(--ease); background: var(--cream); }
.use-tile:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.use-tile__img { width: 100%; height: 150px; object-fit: cover; display: block; }
.use-tile__label { font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--text); padding: 12px 16px; letter-spacing: 0.02em; }
.everyday__note { font-family: var(--body-serif); font-size: 1rem; font-style: italic; color: var(--text-muted); }

/* DIFFERENTIATION */
.differentiation { background: var(--green-deep); padding: 76px 0; color: #fff; }
.diff__header { max-width: 640px; margin-bottom: 56px; }
.diff__headline { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 600; line-height: 1.2; color: #fff; margin-bottom: 16px; }
.diff__sub { font-family: var(--body-serif); font-size: 1.1rem; color: rgba(255,255,255,0.75); line-height: 1.65; }
.diff__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.diff-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--rlg); padding: 32px 24px; transition: var(--ease); }
.diff-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(203,137,1,0.5); transform: translateY(-3px); }
.diff-card__check { font-size: 1rem; color: var(--gold); font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1.5px solid rgba(203,137,1,0.5); border-radius: 50%; }
.diff-card h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.diff-card p { font-size: 0.97rem; color: rgba(255,255,255,0.7); line-height: 1.6; }

/* PROCESS */
.process { padding: 76px 0; background: var(--cream); }
.process__header { max-width: 720px; margin-bottom: 48px; }
.process__body { font-family: var(--body-serif); font-size: 1.15rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.process__explain { font-family: var(--body-serif); font-size: 1rem; font-style: italic; color: var(--text-muted); border-left: 2px solid var(--gold); padding-left: 14px; }
.process__grid { display: none; }
.process-show { margin-bottom: 40px; }
.process-show__stage { position: relative; width: 100%; aspect-ratio: 16 / 9; max-height: 560px; border-radius: var(--rlg); overflow: hidden; background: var(--green-deep); border: 1px solid var(--border-light); box-shadow: var(--shadow-lg); cursor: pointer; }
.process-show__intro { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 56px 64px; background: linear-gradient(135deg, var(--green-deep) 0%, #143a17 100%); color: #fff; z-index: 3; transition: opacity 0.5s ease, transform 0.5s ease; }
.process-show__intro::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 80% 50%, rgba(203,137,1,0.18) 0%, transparent 70%); pointer-events: none; }
.process-show.is-playing .process-show__intro { opacity: 0; transform: scale(1.02); pointer-events: none; }
.process-show__intro-eyebrow { font-family: var(--sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; border-left: 2px solid var(--gold); padding-left: 10px; position: relative; }
.process-show__intro-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 600; line-height: 1.12; margin-bottom: 16px; color: #fff; position: relative; }
.process-show__intro-sub { font-family: var(--body-serif); font-size: 1.1rem; color: rgba(255,255,255,0.78); line-height: 1.55; margin-bottom: 28px; max-width: 420px; position: relative; }
.process-show__intro-cue { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); padding: 10px 18px; border: 1px solid rgba(203,137,1,0.4); border-radius: 100px; background: rgba(203,137,1,0.08); position: relative; }
.process-show__intro-arrow { display: inline-block; transition: transform 0.4s ease; }
.process-show__stage:hover .process-show__intro-arrow { transform: translateX(4px); }
.process-show__frames { position: absolute; inset: 0; z-index: 1; }
.process-show__frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.6s cubic-bezier(0.4, 0, 0.2, 1); }
.process-show__frame.is-active { opacity: 1; }
.process-show__caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 32px; display: flex; align-items: flex-end; gap: 20px; z-index: 2; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.78) 100%); color: #fff; opacity: 0; transform: translateY(12px); transition: opacity 0.4s ease, transform 0.4s ease; }
.process-show.is-playing .process-show__caption { opacity: 1; transform: translateY(0); }
.process-show__num { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; color: var(--gold); line-height: 1; flex-shrink: 0; font-style: italic; }
.process-show__title { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; color: #fff; line-height: 1.2; margin-bottom: 4px; }
.process-show__copy { font-family: var(--body-serif); font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.5; }
.process-show__dots { list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding: 0; margin: 24px 0 0; counter-reset: dot; }
.process-show__dots li { display: flex; }
.process-show__dots button { flex: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 12px 4px 0; border-top: 2px solid var(--border); transition: var(--ease); text-align: left; }
.process-show__dots button span { display: none; }
.process-show__dots button em { font-family: var(--sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; color: var(--text-muted); font-style: normal; line-height: 1.3; counter-increment: dot; }
.process-show__dots button em::before { content: counter(dot, decimal-leading-zero) "  "; font-family: var(--serif); font-style: italic; color: var(--border); font-weight: 500; }
.process-show__dots button:hover { border-top-color: var(--gold); }
.process-show__dots button:hover em { color: var(--green-deep); }
.process-show__dots .is-current button { border-top-color: var(--gold); }
.process-show__dots .is-current button em { color: var(--green-deep); }
.process-show__dots .is-current button em::before { color: var(--gold); }
.process-show__playbtn { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.28); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left: auto; transition: background var(--ease), border-color var(--ease); }
.process-show__playbtn:hover { background: rgba(255,255,255,0.24); border-color: rgba(255,255,255,0.5); }
.process-show__icon-pause,
.process-show__icon-play { width: 16px; height: 16px; display: block; }
.process-show__icon-play { display: none; }
.process-show__playbtn.is-paused .process-show__icon-pause { display: none; }
.process-show__playbtn.is-paused .process-show__icon-play { display: block; }
.process__close { font-family: var(--body-serif); font-size: 1.1rem; color: var(--text-muted); line-height: 1.65; max-width: 760px; border-left: 2px solid var(--gold); padding-left: 14px; }
.process__close-label { font-family: var(--serif); font-style: italic; color: var(--green-deep); font-weight: 600; }

/* SOURCING */
.sourcing { padding: 76px 0; background: var(--warm-white); position: relative; overflow: hidden; }
.sourcing__bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 80% 50%, rgba(232,240,233,0.7) 0%, transparent 70%); pointer-events: none; }
.sourcing__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; }
.sourcing__body { font-family: var(--body-serif); font-size: 1.15rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; }
.sourcing__points { display: flex; flex-direction: column; gap: 20px; }
.sourcing-point { display: flex; gap: 16px; align-items: flex-start; }
.sourcing-point__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-top: 6px; flex-shrink: 0; }
.sourcing-point strong { display: block; font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.sourcing-point p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.55; }
.sourcing__map { display: flex; justify-content: center; }
.map-img { width: 100%; max-width: 460px; border-radius: var(--rlg); box-shadow: var(--shadow-lg); border: 1px solid var(--border); display: block; }

/* VISION */
.vision { background: var(--green-deep); padding: 76px 0; text-align: center; color: #fff; position: relative; overflow: hidden; }
.vision::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(203,137,1,0.08) 0%, transparent 70%); }
.vision__inner { position: relative; max-width: 680px; margin: 0 auto; }
.vision__headline { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; color: #fff; margin-bottom: 20px; }
.vision__headline em { font-style: italic; color: var(--gold); }
.vision__body { font-family: var(--body-serif); font-size: 1.1rem; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 36px; }

/* EARLY ACCESS */
.early-access { padding: 76px 0; background: var(--cream); }
.early-access__inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.early-access__sub { font-family: var(--body-serif); font-size: 1.1rem; color: var(--text-muted); line-height: 1.65; margin-top: 4px; margin-bottom: 20px; }
.early-access__form { background: var(--warm-white); border: 1px solid var(--border-light); border-radius: var(--rlg); padding: 36px 32px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group--full { grid-column: 1 / -1; }
.form-group label { font-size: 0.88rem; font-weight: 600; color: var(--text-muted); letter-spacing: 0.04em; text-transform: uppercase; }
.label-optional { font-weight: 400; color: var(--border); text-transform: none; letter-spacing: 0; }
.form-group input,
.form-group select { padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--r); font-family: var(--sans); font-size: 1rem; color: var(--text); background: var(--warm-white); transition: border-color var(--ease); outline: none; appearance: none; -webkit-appearance: none; }
.form-group input:focus,
.form-group select:focus { border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(27,74,30,0.08); }
.form-group input::placeholder { color: var(--border); }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235A5A52' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; cursor: pointer; }
.early-access__form .btn--primary { margin-top: 6px; }
.form-note { font-size: 0.75rem; color: var(--text-muted); text-align: center; margin-top: 12px; }
.form-success { margin-top: 16px; padding: 14px 16px; background: var(--green-light); border: 1px solid rgba(27,74,30,0.2); border-radius: var(--r); text-align: center; display: none; }
.form-success p { font-size: 0.875rem; color: var(--green-deep); font-weight: 500; }

/* FOUNDER */
.founder { padding: 76px 0; background: var(--warm-white); }
.founder__inner { max-width: 720px; margin: 0 auto; }
.founder-card { background: var(--cream); border: 1px solid var(--border-light); border-radius: var(--rlg); padding: 48px 40px; position: relative; }
.founder-card::before { content: '\201C'; position: absolute; top: 24px; left: 36px; font-family: var(--serif); font-size: 5rem; line-height: 1; color: rgba(203,137,1,0.15); pointer-events: none; }
.founder-card__avatar { width: 56px; height: 56px; background: var(--green-deep); color: #fff; border-radius: 50%; font-family: var(--serif); font-size: 1.4rem; font-weight: 600; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.founder-card__quote { font-family: var(--body-serif); font-size: 1.05rem; line-height: 1.75; color: var(--text-muted); margin-bottom: 28px; }
.founder-card__quote p + p { margin-top: 14px; }
.founder-card__sig { display: flex; flex-direction: column; gap: 2px; padding-top: 20px; border-top: 1px solid var(--border-light); }
.founder-card__sig strong { font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--text); }
.founder-card__sig span { font-size: 0.8rem; color: var(--text-muted); }

/* FAQ */
.faq { padding: 64px 0; background: var(--cream); }
.faq .section-headline { margin-bottom: 32px; }
.faq__list { max-width: 100%; display: flex; flex-direction: column; border: 1px solid var(--border-light); border-radius: var(--rlg); overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-item:last-child { border-bottom: none; }
.faq-item__q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; text-align: left; font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--text); background: var(--warm-white); gap: 16px; transition: background var(--ease); }
.faq-item__q:hover { background: var(--green-light); }
.faq-item__q.open { background: var(--green-light); color: var(--green-deep); }
.faq-item__arrow { font-size: 1.2rem; font-weight: 400; color: var(--gold); flex-shrink: 0; transition: transform var(--ease); line-height: 1; font-family: var(--sans); }
.faq-item__q.open .faq-item__arrow { transform: rotate(45deg); }
.faq-item__a { display: none; padding: 0 24px 20px; background: var(--warm-white); }
.faq-item__a.open { display: block; }
.faq-item__a p { font-family: var(--body-serif); font-size: 1.05rem; color: var(--text-muted); line-height: 1.65; }
.faq-item__a p + p { margin-top: 10px; }

/* FOOTER */
.footer { background: #F5F0E8; color: var(--text-muted); }
.footer__inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; padding: 52px 24px 40px; max-width: 1160px; margin: 0 auto; }
.footer__logo-img { width: 160px; height: auto; display: block; margin-bottom: 16px; }
.footer__tagline { font-family: var(--body-serif); font-size: 0.95rem; font-style: italic; color: var(--gold-dark); margin-bottom: 10px; }
.footer__desc { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }
.footer__links h4,
.footer__contact h4 { font-family: var(--sans); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; }
.footer__links ul { display: flex; flex-direction: column; gap: 10px; }
.footer__links a { font-size: 0.97rem; color: var(--text); transition: color var(--ease); }
.footer__links a:hover { color: var(--green-deep); }
.footer__contact a { font-size: 0.97rem; color: var(--text); transition: color var(--ease); display: block; }
.footer__contact a:hover { color: var(--green-deep); }
.footer__bottom { border-top: 1px solid var(--border); }
.footer__bottom-inner { padding: 24px; max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer__legal { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; max-width: 600px; }
.footer__copy { font-size: 0.85rem; color: var(--text-muted); white-space: nowrap; }

/* FAQ layout */
.faq__layout { display: block; }
.faq__logo-col { display: none; }
.faq__content-col .faq__list { max-width: 100%; }
.faq__content-col .section-headline { max-width: 100%; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .problem__cards, .diff__cards { grid-template-columns: repeat(2, 1fr); }
  .process__grid { grid-template-columns: repeat(2, 1fr); }
  .process-show__stage { aspect-ratio: 4 / 3; }
  .process-show__intro { padding: 36px 32px; }
  .process-show__dots { grid-template-columns: repeat(3, 1fr); row-gap: 16px; }
}
@media (max-width: 768px) {
  .nav__links { display: none; }
  .nav__links.open { display: flex; flex-direction: column; position: fixed; top: 88px; left: 0; right: 0; background: var(--warm-white); border-bottom: 1px solid var(--border-light); padding: 24px; gap: 20px; box-shadow: var(--shadow-lg); }
  .nav__toggle { display: flex; }
  .btn--nav { display: none; }
  .hero { padding: 100px 0 48px; min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__ghee-img { width: 260px; height: 260px; }
  .problem__cards, .diff__cards { grid-template-columns: 1fr; }
  .process__grid { grid-template-columns: 1fr; }
  .process-show__stage { aspect-ratio: 1 / 1; }
  .process-show__intro { padding: 28px 24px; }
  .process-show__caption { padding: 20px; }
  .process-show__dots { grid-template-columns: repeat(2, 1fr); }
  .product__inner { grid-template-columns: 1fr; }
  .product__cards { grid-template-columns: 1fr 1fr; }
  .everyday__tiles { gap: 12px; }
  .use-tile { width: 160px; }
  .use-tile__img { height: 120px; }
  .sourcing__inner { grid-template-columns: 1fr; }
  .sourcing__map { display: none; }
  .early-access__inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom-inner { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; text-align: center; }
  .product__cards { grid-template-columns: 1fr; }
  .founder-card { padding: 32px 24px; }
  .early-access__form { padding: 24px 20px; }
  .use-tile { width: 140px; }
}
