:root{
  --cream:#F4F0E6; --cream-soft:#FAFAF8; --ink:#2B2927; --ink-strong:#201E1B; --sage:#8C8576; --sage-light:#B5A98A;
  --teal:#0D9E8F; --teal-deep:#0A7568;
  --border:#DDD5C0; --border-soft:#E7E2D4; --ink-soft:#3a342b; --panel:#F2EEE1;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Plus Jakarta Sans',sans-serif;
  background:var(--cream-soft);
  color:var(--ink);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--teal-deep)}
img{max-width:100%}

.wrap{max-width:760px;margin:0 auto;padding:0 32px}
.wrap-wide{max-width:960px;margin:0 auto;padding:0 32px}

nav{
  position:sticky;top:0;z-index:20;
  background:rgba(250,250,248,0.92);
  backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
  border-bottom:1px solid var(--border-soft);
}
.nav-inner{ padding:20px 0; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.nav-logo{ height:22px; width:auto; display:block; }
.nav-links{ display:flex; align-items:center; gap:28px; font-size:13.5px; font-weight:600; color:#75705F; }
.nav-links a{ text-decoration:none; color:#75705F; }
.nav-links a:hover{ color:var(--ink); }
.nav-cta{
  background:var(--ink-strong); color:var(--cream-soft) !important; padding:9px 18px;
  border-radius:100px; font-size:13px;
}
@media (max-width:560px){ .nav-links a:not(.nav-cta){ display:none; } }

header.hero{ padding:72px 0 48px; text-align:center; display:flex; flex-direction:column; align-items:center; }
header.hero.wide{ padding:88px 0 56px; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--panel); border:1px solid #E1DABF; border-radius:100px;
  padding:6px 14px 6px 10px; font-size:12px; font-weight:700; letter-spacing:0.04em;
  text-transform:uppercase; color:var(--teal-deep); margin-bottom:26px;
}
.eyebrow .dot{ width:6px; height:6px; border-radius:50%; background:var(--teal); display:inline-block; }
h1{
  font-family:'Fraunces',serif; font-weight:500; font-size:clamp(38px,6vw,54px);
  line-height:1.12; letter-spacing:-0.015em; margin-bottom:22px; max-width:640px;
}
header.hero:not(.wide) h1{ font-size:clamp(30px,4.4vw,40px); line-height:1.18; max-width:600px; }
.hero p{ font-size:18px; color:#5C5646; max-width:560px; }
header.hero:not(.wide) p{ font-size:16.5px; max-width:520px; }

section.block{ padding:44px 0; border-bottom:1px solid var(--border-soft); }
section.block:last-of-type{ border-bottom:none; }
.block-label{
  font-size:12px; letter-spacing:0.08em; text-transform:uppercase;
  color:#9A9483; font-weight:700; margin-bottom:18px;
}
h2{ font-family:'Fraunces',serif; font-weight:500; font-size:26px; margin-bottom:12px; letter-spacing:-0.005em; }
section.block > p{ font-size:15.5px; color:#4A4538; max-width:600px; margin-bottom:24px; }
section.block > p:last-child{ margin-bottom:0; }

.products{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
@media (max-width:640px){ .products{ grid-template-columns:1fr; } }
.product-card{
  background:#FFFFFC; border:1px solid var(--border-soft); border-radius:18px; padding:28px;
  box-shadow:0 1px 2px rgba(43,41,39,0.03); display:flex; flex-direction:column; gap:14px;
}
.product-card img{ width:44px; height:44px; border-radius:11px; object-fit:cover; }
.product-eyebrow{ font-size:11.5px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--sage-light); }
.product-card h3{ font-family:'Fraunces',serif; font-weight:500; font-size:22px; letter-spacing:-0.005em; }
.product-card p{ font-size:14.5px; color:#4A4538; flex:1; }
.product-card a{
  text-decoration:none; font-weight:600; font-size:13.5px; color:var(--teal-deep);
  border-bottom:1px solid var(--teal); align-self:flex-start; padding-bottom:2px;
}

.name-panel{ background:var(--panel); border-radius:18px; padding:32px 36px; }
.name-panel p{
  font-family:'Fraunces',serif; font-style:italic; font-weight:400; font-size:19px;
  line-height:1.5; color:var(--ink-soft); max-width:600px;
}

/* a plain, non-italic callout — used by the privacy page's "short version" box */
.callout-panel{ background:var(--panel); border-radius:18px; padding:28px 32px; }
.callout-panel p{ font-size:15.5px; color:var(--ink-soft); max-width:560px; }

.facts{ background:#FFFFFC; border:1px solid var(--border-soft); border-radius:16px; overflow:hidden; }
.fact-row{ display:flex; gap:24px; padding:16px 24px; border-bottom:1px solid var(--panel); font-size:14.5px; }
.fact-row:last-child{ border-bottom:none; }
.fact-label{ color:#9A9483; min-width:170px; flex-shrink:0; font-weight:600; }
.fact-value{ color:var(--ink-strong); }
@media (max-width:560px){ .fact-row{ flex-direction:column; gap:2px; } .fact-label{ min-width:0; } }

.people{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
@media (max-width:560px){ .people{ grid-template-columns:1fr; } }
.person-name{ font-family:'Fraunces',serif; font-size:17.5px; font-weight:500; margin-bottom:12px; }
.person p{ font-size:14px; color:#4A4538; }

.contacts{ display:flex; flex-wrap:wrap; gap:12px; }
.contact-pill{
  text-decoration:none; background:#FFFFFC; border:1px solid var(--border-soft); border-radius:14px;
  padding:14px 20px; display:block; min-width:200px;
}
.contact-label{ font-size:11px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:#9A9483; display:block; margin-bottom:2px; }
.contact-value{ color:var(--ink-strong); font-weight:600; font-size:14.5px; }

/* product-privacy-links list, used only by the privacy page */
.product-links{ display:flex; flex-direction:column; gap:10px; margin-top:8px; }
.product-links .pl-row{ display:flex; align-items:baseline; gap:10px; font-size:15px; }
.product-links .pl-name{ font-weight:700; min-width:90px; color:var(--ink-strong); }
.link-out{ font-weight:600; text-decoration:none; border-bottom:1px solid var(--teal); }

footer{ border-top:1px solid var(--border-soft); background:var(--panel); }
.footer-inner{ padding:44px 0; display:flex; justify-content:space-between; align-items:baseline; flex-wrap:wrap; gap:16px; }
.footer-est{ font-size:13px; color:#9A9483; }
.footer-est .brand{ margin-bottom:6px; font-family:'Fraunces',serif; font-size:15px; color:var(--ink-soft); }
.footer-est .brand span{ color:var(--sage-light); }
.footer-links{ display:flex; gap:20px; font-size:13px; color:#75705F; flex-wrap:wrap; }
.footer-links a{ text-decoration:none; color:#75705F; }
.footer-links a:hover{ color:var(--ink); }
