/* ============================================================
   THE PRIVACY BLUEPRINT — Complete Stylesheet
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #F5F0EB;
  --charcoal: #2C2C2C;
  --brown: #8B7355;
  --taupe: #A09080;
  --mid: #E2D9CE;
  --light: #EDE7DF;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.6;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

/* ============================================================
   NAVIGATION
   ============================================================ */

nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid var(--mid);
  padding: 0 4rem;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.nav-logo img { height: 38px; width: auto; }

.nav-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.nav-links a:hover, .nav-links a.active { opacity: 1; }

.nav-cta {
  background: var(--charcoal) !important;
  color: #fff !important;
  padding: 0.55rem 1.4rem !important;
  opacity: 1 !important;
  transition: background 0.25s !important;
}

.nav-cta:hover { background: var(--brown) !important; }

/* ============================================================
   BUTTONS
   ============================================================ */

.btn-primary {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: var(--charcoal);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.btn-primary:hover { background: var(--brown); }

.btn-secondary {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: transparent;
  color: var(--charcoal);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--charcoal);
  transition: all 0.25s;
  font-weight: 500;
  cursor: pointer;
}

.btn-secondary:hover { background: var(--charcoal); color: #fff; }

.btn-cream {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s;
  font-weight: 500;
}

.btn-cream:hover { background: #fff; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

/* ============================================================
   TYPOGRAPHY HELPERS
   ============================================================ */

.eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 1.2rem;
  font-family: 'DM Sans', sans-serif;
}

/* ============================================================
   HERO SPLIT (homepage & about)
   ============================================================ */

.hero-split {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 72px;
}

.hero-split .hero-image {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.hero-split .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-split .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 5rem;
  background: var(--cream);
}

.hero-split .hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 3.2vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  color: var(--charcoal);
}

.hero-sub {
  font-size: 0.95rem;
  color: #5a5a5a;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 420px;
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */

.page-hero {
  padding: 10rem 4rem 5rem;
  background: var(--cream);
  border-bottom: 1px solid var(--mid);
  max-width: 900px;
}

.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
}

.page-hero p {
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.8;
  max-width: 560px;
}

/* ============================================================
   INTRO SECTION
   ============================================================ */

.intro-section {
  padding: 6rem 4rem;
  background: var(--cream);
}

.intro-inner {
  max-width: 720px;
  margin: 0 auto;
}

.intro-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--charcoal);
}

.intro-inner p {
  font-size: 0.97rem;
  color: #5a5a5a;
  line-height: 1.85;
  margin-bottom: 1.2rem;
}

/* ============================================================
   CARDS SECTION
   ============================================================ */

.cards-section {
  padding: 6rem 4rem;
  background: var(--cream);
}

.cards-section.bg-light { background: var(--light); }

.section-header {
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.section-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--charcoal);
}

.cards-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.card {
  background: #fff;
  padding: 2.5rem 2rem;
  border: 1px solid var(--mid);
  transition: border-color 0.25s;
}

.card:hover { border-color: var(--brown); }

.card-icon {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: var(--charcoal);
}

.card p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.75;
}

.card-price {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--brown);
  font-weight: 500;
}

.card-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid var(--charcoal);
  padding-bottom: 0.1rem;
  transition: color 0.2s, border-color 0.2s;
}

.card-link:hover { color: var(--brown); border-color: var(--brown); }

/* ============================================================
   CTA BAND
   ============================================================ */

.cta-band {
  background: var(--taupe);
  padding: 7rem 4rem;
}

.cta-band-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.cta-band-inner blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  color: var(--cream);
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

.cta-band-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 1rem;
}

.cta-band-inner p {
  font-size: 0.95rem;
  color: rgba(245,240,235,0.8);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.cta-band-inner .btn-primary {
  background: var(--cream);
  color: var(--charcoal);
}

.cta-band-inner .btn-primary:hover { background: #fff; }

/* ============================================================
   SPLIT SECTION
   ============================================================ */

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.split-section.bg-cream .split-content { background: var(--cream); }

.split-image { overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; }

.split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  background: var(--cream);
}

.split-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: var(--charcoal);
}

.split-content p {
  font-size: 0.93rem;
  color: #5a5a5a;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.split-content .btn-primary { margin-top: 1rem; }

/* ============================================================
   SERVICE BLOCKS (Services page)
   ============================================================ */

.service-block {
  padding: 5.5rem 4rem;
  border-bottom: 1px solid var(--mid);
}

.service-block:last-of-type { border-bottom: none; }

.bg-cream { background: var(--cream); }
.bg-light { background: var(--light); }

.service-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 5rem;
  align-items: start;
}

.service-inner.reverse {
  grid-template-columns: 240px 1fr;
  direction: rtl;
}

.service-inner.reverse > * { direction: ltr; }

.service-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
}

.service-content p {
  font-size: 0.93rem;
  color: #5a5a5a;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.service-content .btn-primary { margin-top: 0.5rem; }

.service-tag {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--mid);
  padding: 0.35rem 0.85rem;
  margin-bottom: 1.5rem;
}

.coming-soon-tag { background: var(--mid); opacity: 0.6; }

.service-visual { padding-top: 4rem; }

.service-price-card {
  background: var(--charcoal);
  color: var(--cream);
  padding: 2rem;
  text-align: center;
}

.price-label {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.price-note {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
}

.service-list {
  list-style: none;
  margin: 1rem 0 1.5rem;
}

.service-list li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 0.9rem;
  color: #5a5a5a;
  position: relative;
  border-bottom: 1px solid var(--mid);
}

.service-list li:first-child { border-top: 1px solid var(--mid); }

.service-list li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--brown);
  font-size: 1.1rem;
  line-height: 1.4;
}

/* ============================================================
   PRODUCT SECTIONS (Templates page)
   ============================================================ */

.product-section {
  padding: 5.5rem 4rem;
  border-bottom: 1px solid var(--mid);
}

.product-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 5rem;
  align-items: start;
}

.product-inner.reverse {
  grid-template-columns: 220px 1fr;
  direction: rtl;
}

.product-inner.reverse > * { direction: ltr; }

.product-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
}

.coming-soon-title { opacity: 0.6; }

.product-content p {
  font-size: 0.93rem;
  color: #5a5a5a;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.price-now {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--brown);
}

.was {
  font-size: 1.1rem;
  text-decoration: line-through;
  opacity: 0.4;
  color: var(--charcoal);
}

.product-includes {
  list-style: none;
  margin: 0.5rem 0 1.5rem;
  border-top: 1px solid var(--mid);
  padding-top: 1.2rem;
}

.product-includes li {
  padding: 0.4rem 0 0.4rem 1.4rem;
  font-size: 0.87rem;
  color: #5a5a5a;
  position: relative;
}

.product-includes li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--brown);
  font-size: 1rem;
  line-height: 1.4;
}

.product-visual { padding-top: 4rem; }

.product-badge {
  background: var(--charcoal);
  color: var(--cream);
  padding: 2rem;
  text-align: center;
}

.coming-soon-badge { opacity: 0.5; }

.badge-label {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.badge-sub {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

/* ============================================================
   WHO LIST
   ============================================================ */

.who-list {
  list-style: none;
  margin: 1rem 0 1.2rem;
}

.who-list li {
  padding: 0.65rem 0 0.65rem 1.5rem;
  font-size: 0.9rem;
  color: #5a5a5a;
  position: relative;
  border-bottom: 1px solid var(--mid);
}

.who-list li:first-child { border-top: 1px solid var(--mid); }

.who-list li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--brown);
  font-size: 1.1rem;
  line-height: 1.4;
}

/* ============================================================
   POLICY PAGES
   ============================================================ */

.policy-page {
  padding: 10rem 4rem 6rem;
  max-width: 820px;
  margin: 0 auto;
}

.policy-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
}

.policy-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
}

.policy-page h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--charcoal);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.policy-page p {
  font-size: 0.93rem;
  color: #4a4a4a;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.policy-page ul {
  margin: 0.8rem 0 1.2rem 1.2rem;
}

.policy-page ul li {
  font-size: 0.93rem;
  color: #4a4a4a;
  line-height: 1.85;
  margin-bottom: 0.4rem;
}

.policy-page a { color: var(--brown); text-decoration: underline; }

.policy-provider {
  background: var(--light);
  border-left: 3px solid var(--brown);
  padding: 1.2rem 1.5rem;
  margin: 1.2rem 0 2rem;
}

.policy-provider p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

/* ============================================================
   FOOTER
   ============================================================ */

footer {
  background: var(--charcoal);
  color: var(--cream);
  padding: 5rem 4rem 3rem;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(245,240,235,0.12);
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  margin-bottom: 1.2rem;
}

.footer-logo img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.footer-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream);
}

.footer-tagline {
  font-size: 0.85rem;
  color: rgba(245,240,235,0.5);
  line-height: 1.7;
  max-width: 280px;
}

.footer-social {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.footer-social a {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-social a:hover { color: var(--cream); }

.footer-col h4 {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.4);
  margin-bottom: 1.3rem;
}

.footer-col ul { list-style: none; }

.footer-col ul li { margin-bottom: 0.7rem; }

.footer-col ul a {
  font-size: 0.85rem;
  color: rgba(245,240,235,0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col ul a:hover { color: var(--cream); }

.footer-bottom {
  max-width: 1200px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p, .footer-bottom a {
  font-size: 0.72rem;
  color: rgba(245,240,235,0.35);
  text-decoration: none;
}

.footer-bottom a:hover { color: rgba(245,240,235,0.6); }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  nav { padding: 0 2.5rem; }

  .hero-split { grid-template-columns: 1fr; min-height: auto; }
  .hero-split .hero-image { height: 55vw; min-height: 300px; }
  .hero-split .hero-content { padding: 4rem 2.5rem; }

  .intro-section { padding: 5rem 2.5rem; }
  .cards-section { padding: 5rem 2.5rem; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }

  .service-block { padding: 4rem 2.5rem; }
  .service-inner { grid-template-columns: 1fr; gap: 2rem; direction: ltr !important; }
  .service-inner.reverse { grid-template-columns: 1fr; }
  .service-inner.reverse > * { direction: ltr; }
  .service-visual { padding-top: 0; }

  .product-section { padding: 4rem 2.5rem; }
  .product-inner { grid-template-columns: 1fr; gap: 2rem; direction: ltr !important; }
  .product-inner.reverse { grid-template-columns: 1fr; }
  .product-visual { padding-top: 0; }

  .split-section { grid-template-columns: 1fr; }
  .split-image { height: 50vw; min-height: 280px; }
  .split-content { padding: 4rem 2.5rem; }

  .cta-band { padding: 5rem 2.5rem; }
  .page-hero { padding: 9rem 2.5rem 4rem; }

  footer { padding: 4rem 2.5rem 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 768px) {
  nav { padding: 0 1.5rem; }
  .nav-links { display: none; }

  .hero-split .hero-image { height: 60vw; }
  .hero-split .hero-content { padding: 3rem 1.5rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }

  .eyebrow { margin-bottom: 0.8rem; }

  .intro-section { padding: 4rem 1.5rem; }
  .cards-section { padding: 4rem 1.5rem; }
  .cards-grid { grid-template-columns: 1fr; }

  .cta-band { padding: 4rem 1.5rem; }
  .page-hero { padding: 7rem 1.5rem 3rem; }

  .service-block { padding: 3.5rem 1.5rem; }
  .product-section { padding: 3.5rem 1.5rem; }

  .split-content { padding: 3rem 1.5rem; }
  .split-image { height: 55vw; }

  footer { padding: 3.5rem 1.5rem 2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

  .policy-page { padding: 7rem 1.5rem 4rem; }
}

/* ============================================================
   HEALTH CHECK BAND
   ============================================================ */

.health-check-band {
  background: var(--brown);
  padding: 3.5rem 4rem;
}

.health-check-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.health-check-text .eyebrow { color: rgba(245,240,235,0.7); }

.health-check-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.health-check-text p {
  font-size: 0.9rem;
  color: rgba(245,240,235,0.8);
  line-height: 1.6;
}

.health-check-band .btn-primary {
  background: var(--cream);
  color: var(--charcoal);
  white-space: nowrap;
  flex-shrink: 0;
}

.health-check-band .btn-primary:hover { background: #fff; }

/* 4-column card grid */
.cards-grid-4 { grid-template-columns: repeat(4, 1fr); }

.card-highlight {
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.card-highlight h3,
.card-highlight p,
.card-highlight .card-price { color: var(--cream); }

.card-highlight .card-price { color: rgba(245,240,235,0.65); }

.card-highlight .card-link {
  color: var(--cream);
  border-bottom-color: rgba(245,240,235,0.5);
}

.card-highlight .card-link:hover { color: var(--mid); border-color: var(--mid); }

/* Product preview images */
.product-preview-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  margin-top: 2rem;
}

.coming-soon-img { filter: grayscale(0.4); opacity: 0.75; }

/* Download note */
.download-note {
  font-size: 0.75rem;
  color: var(--taupe);
  margin-top: 0.8rem;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .health-check-inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .health-check-band { padding: 3rem 2.5rem; }
  .cards-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .health-check-band { padding: 2.5rem 1.5rem; }
  .cards-grid-4 { grid-template-columns: 1fr; }
  .product-preview-img { height: 220px; }
}

/* ============================================================
   WAITLIST FORM
   ============================================================ */

.waitlist-form { margin-top: 0.5rem; }

.waitlist-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
  margin-bottom: 0.75rem;
}

.waitlist-fields input {
  flex: 1;
  min-width: 180px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--mid);
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.2s;
}

.waitlist-fields input:focus { border-color: var(--brown); }
.waitlist-fields input::placeholder { color: var(--taupe); }

@media (max-width: 600px) {
  .waitlist-fields { flex-direction: column; }
  .waitlist-fields input, .waitlist-fields .btn-primary { width: 100%; }
}

/* ============================================================
   EDITORIAL SECTIONS (replaces card boxes)
   ============================================================ */

.editorial-section {
  padding: 6rem 4rem;
  background: var(--cream);
}

.editorial-section.bg-light { background: var(--light); }

.editorial-section-header {
  max-width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--charcoal);
}

.editorial-section-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  color: var(--charcoal);
}

.editorial-list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.editorial-list-4 { grid-template-columns: repeat(4, 1fr); }
.editorial-list-3 { grid-template-columns: repeat(3, 1fr); }

.editorial-item {
  padding: 2.5rem 2.5rem 2.5rem 0;
  border-right: 1px solid var(--mid);
  display: flex;
  flex-direction: column;
}

.editorial-item:last-child { border-right: none; }
.editorial-item:not(:first-child) { padding-left: 2.5rem; padding-right: 2.5rem; }
.editorial-list-3 .editorial-item:last-child { padding-right: 0; }

.editorial-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1;
  margin-bottom: 1.5rem;
}

.editorial-item-accent .editorial-num { color: var(--brown); opacity: 0.5; }

.editorial-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.editorial-item p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.75;
  flex: 1;
}

.editorial-price {
  display: block;
  margin-top: 1.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--brown);
  font-weight: 500;
  text-transform: uppercase;
}

.editorial-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid var(--charcoal);
  padding-bottom: 0.1rem;
  transition: color 0.2s, border-color 0.2s;
  align-self: flex-start;
}

.editorial-link:hover { color: var(--brown); border-color: var(--brown); }

/* ============================================================
   VALUES DEFINITION LIST (About page)
   ============================================================ */

.values-definition-list {
  max-width: 1200px;
  margin: 0 auto;
}

.values-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 4rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--mid);
  align-items: baseline;
}

.values-row:last-child { border-bottom: none; }

.values-row h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--charcoal);
  font-style: italic;
}

.values-row p {
  font-size: 0.92rem;
  color: #5a5a5a;
  line-height: 1.8;
}

/* ============================================================
   THANK YOU PAGE
   ============================================================ */

.thankyou-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12rem 4rem 6rem;
  max-width: 700px;
}

.thankyou-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
  line-height: 1.1;
}

.thankyou-page p {
  font-size: 0.97rem;
  color: #5a5a5a;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.thankyou-links { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .editorial-section { padding: 5rem 2.5rem; }
  .editorial-list-4 { grid-template-columns: repeat(2, 1fr); }
  .editorial-list-3 { grid-template-columns: repeat(3, 1fr); }
  .editorial-item { border-right: none; border-bottom: 1px solid var(--mid); padding: 2rem 0; }
  .editorial-item:not(:first-child) { padding-left: 0; }
  .editorial-item:last-child { border-bottom: none; }
  .values-row { grid-template-columns: 200px 1fr; gap: 2.5rem; }
}

@media (max-width: 768px) {
  .editorial-section { padding: 4rem 1.5rem; }
  .editorial-list-4,
  .editorial-list-3 { grid-template-columns: 1fr; }
  .values-row { grid-template-columns: 1fr; gap: 0.5rem; padding: 1.8rem 0; }
  .thankyou-page { padding: 8rem 1.5rem 4rem; }
  .thankyou-links { flex-direction: column; }
}

/* ============================================================
   PRODUCT SPLIT LAYOUT (Templates page)
   ============================================================ */

.product-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.product-split-reverse { direction: rtl; }
.product-split-reverse > * { direction: ltr; }

.product-split-image {
  position: relative;
  overflow: hidden;
}

.product-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.coming-soon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--charcoal);
  color: var(--cream);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.6rem 1.4rem;
}

.product-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  background: inherit;
}

.product-split-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 1.2rem;
}

.product-split-content p {
  font-size: 0.93rem;
  color: #5a5a5a;
  line-height: 1.85;
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .product-split { grid-template-columns: 1fr; direction: ltr !important; min-height: auto; }
  .product-split-reverse > * { direction: ltr; }
  .product-split-image { height: 55vw; min-height: 260px; }
  .product-split-content { padding: 3.5rem 2.5rem; }
}

@media (max-width: 768px) {
  .product-split-image { height: 60vw; }
  .product-split-content { padding: 3rem 1.5rem; }
}

/* Or-email option under service CTAs */
.or-email {
  margin-top: 0.9rem;
  font-size: 0.82rem;
  color: var(--taupe);
}
.or-email a {
  color: var(--charcoal);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.or-email a:hover { color: var(--brown); }

/* Smaller image on About page */
.about-hero { min-height: 70vh; }
.about-hero .hero-image { max-height: 620px; }
.about-hero .hero-image img { object-position: top center; }

/* ============================================================
   COOKIE BANNER
   ============================================================ */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--charcoal);
  color: var(--cream);
  padding: 1.2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  z-index: 999;
  border-top: 1px solid rgba(245,240,235,0.1);
}

.cookie-banner p {
  font-size: 0.82rem;
  color: rgba(245,240,235,0.8);
  line-height: 1.6;
  margin: 0;
}

.cookie-banner a {
  color: var(--cream);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner a:hover { color: var(--mid); }

.cookie-dismiss {
  background: transparent;
  border: 1px solid rgba(245,240,235,0.4);
  color: var(--cream);
  padding: 0.5rem 1.4rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  flex-shrink: 0;
}

.cookie-dismiss:hover {
  background: rgba(245,240,235,0.1);
  border-color: rgba(245,240,235,0.7);
}

@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem 1.5rem;
    gap: 1rem;
  }
  .cookie-dismiss { align-self: flex-start; }
}
