/* ===========================================================
   Odigío — Design System
   Palette: Sage + Blush + Ivory · warm, cozy, professional
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,300..700,0..100&family=Manrope:wght@300..800&family=Caveat:wght@400;600&display=swap');

:root {
  /* Sage */
  --sage-50: #F1F4EB;
  --sage-100: #DCE5CF;
  --sage-200: #BFCEAB;
  --sage-300: #9CAE89;
  --sage-500: #6F8460;
  --sage-700: #4D5F40;
  --sage-900: #2E3A26;

  /* Blush */
  --blush-50: #FBF1EC;
  --blush-100: #F2DDD0;
  --blush-200: #E5BFB1;
  --blush-300: #D49E89;
  --blush-500: #B57864;
  --blush-700: #8A553E;

  /* Ivory + neutrals */
  --ivory: #FBF7EF;
  --ivory-deep: #F2EBDC;
  --cream: #F6F0E2;
  --paper: #FFFCF5;

  /* Ink */
  --ink: #2E2A22;
  --ink-soft: #5A5142;
  --ink-faint: #8C8270;

  /* Accents */
  --gold: #C9A35E;
  --gold-soft: #E4C998;

  /* System */
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 44px;
  --shadow-sm: 0 2px 12px rgba(46, 42, 34, 0.06);
  --shadow: 0 12px 40px -16px rgba(46, 42, 34, 0.18);
  --shadow-lg: 0 24px 70px -24px rgba(77, 95, 64, 0.28);
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Fonts */
  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  --script: "Caveat", cursive;
}

/* -------- Reset -------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  font-weight: 400;
  letter-spacing: 0.005em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.18  0 0 0 0 0.16  0 0 0 0 0.13  0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* -------- Typography -------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--sage-900);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 0.6em;
  font-variation-settings: "opsz" 90, "SOFT" 50;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); letter-spacing: -0.015em; }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1em; color: var(--ink-soft); }
.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-500);
  margin-bottom: 1.2em;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--sage-300);
}
.script {
  font-family: var(--script);
  font-weight: 600;
  color: var(--blush-500);
  font-size: 1.4em;
  line-height: 1;
}
em { font-style: italic; color: var(--sage-700); font-family: var(--serif); }
strong { color: var(--sage-900); font-weight: 600; }

/* -------- Layout -------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; position: relative; z-index: 2; }
section { padding: 100px 0; position: relative; }
@media (max-width: 720px) { section { padding: 70px 0; } }

/* -------- Nav -------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(251, 247, 239, 0.82);
  border-bottom: 1px solid rgba(156, 174, 137, 0.18);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.logo {
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
  color: var(--sage-900);
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 100, "SOFT" 80;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.logo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blush-300);
  display: inline-block;
}
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 0.94rem;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
  transition: color 0.3s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--sage-700); }
.nav-links a.active::after, .nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--sage-300);
}
.nav-cta {
  background: var(--sage-700);
  color: var(--ivory) !important;
  padding: 11px 22px !important;
  border-radius: 999px;
  font-weight: 500;
  transition: all 0.3s var(--ease);
}
.nav-cta:hover { background: var(--sage-900); color: var(--ivory) !important; }
.nav-cta::after { display: none !important; }

.menu-btn {
  display: none;
  padding: 8px;
  color: var(--sage-700);
}
@media (max-width: 880px) {
  .nav-links {
    position: fixed;
    top: 68px;
    left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    padding: 16px 28px 28px;
    border-bottom: 1px solid var(--sage-100);
    transform: translateY(-120%);
    transition: transform 0.4s var(--ease);
    align-items: stretch;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links li { border-bottom: 1px solid var(--sage-100); }
  .nav-links li:last-child { border-bottom: none; margin-top: 12px; }
  .nav-links a { padding: 14px 0; display: block; }
  .nav-cta { text-align: center; }
  .menu-btn { display: block; }
}

/* -------- Buttons -------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.96rem;
  transition: all 0.35s var(--ease);
  cursor: pointer;
  white-space: nowrap;
  border: none;
}
.btn-primary {
  background: var(--sage-700);
  color: var(--ivory);
  box-shadow: 0 6px 24px -8px rgba(77, 95, 64, 0.5);
}
.btn-primary:hover {
  background: var(--sage-900);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -8px rgba(77, 95, 64, 0.6);
}
.btn-blush {
  background: var(--blush-300);
  color: var(--ivory);
  box-shadow: 0 6px 24px -8px rgba(212, 158, 137, 0.6);
}
.btn-blush:hover { background: var(--blush-500); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--sage-700);
  border: 1px solid var(--sage-300);
}
.btn-ghost:hover { background: var(--sage-100); border-color: var(--sage-500); }
.btn .arrow { transition: transform 0.3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* -------- Hero (Home) -------- */
.hero {
  padding: 80px 0 110px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -180px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--sage-100) 0%, transparent 65%);
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -120px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, var(--blush-50) 0%, transparent 65%);
  z-index: 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-grid h1 {
  font-size: clamp(2.6rem, 5.8vw, 4.6rem);
  margin-bottom: 24px;
}
.hero-grid h1 .accent {
  font-style: italic;
  font-family: var(--serif);
  color: var(--blush-500);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero-grid h1 .underline {
  position: relative;
  display: inline-block;
}
.hero-grid h1 .underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
  background: var(--blush-100);
  z-index: -1;
  border-radius: 4px;
}
.hero-lede {
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 540px;
  line-height: 1.6;
  margin-bottom: 36px;
}
.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-mini-stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.mini-stat strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.85rem;
  color: var(--sage-700);
  line-height: 1.1;
  font-weight: 500;
}
.mini-stat span {
  font-size: 0.82rem;
  color: var(--ink-faint);
  letter-spacing: 0.05em;
}

.hero-visual {
  position: relative;
  height: 560px;
}
.hero-card {
  position: absolute;
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 24px;
  overflow: hidden;
}
.hero-card-main {
  top: 30px;
  left: 40px;
  width: 75%;
  height: 380px;
  background: linear-gradient(135deg, var(--sage-200), var(--sage-500));
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ivory);
}
.hero-card-main .quote-mark {
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 0.5;
  opacity: 0.5;
}
.hero-card-main p {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--ivory);
  line-height: 1.35;
  font-style: italic;
}
.hero-card-main .author {
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--sage-100);
  font-style: normal;
}
.hero-card-stat {
  bottom: 0;
  right: 0;
  width: 60%;
  background: var(--blush-100);
  padding: 28px;
  text-align: left;
}
.hero-card-stat strong {
  font-family: var(--serif);
  font-size: 3rem;
  color: var(--blush-700);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  font-variation-settings: "opsz" 144;
}
.hero-card-stat span { font-size: 0.92rem; color: var(--ink-soft); }
.hero-card-badge {
  top: 0;
  right: 0;
  background: var(--ivory);
  padding: 16px 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.hero-card-badge .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage-500);
  position: relative;
}
.hero-card-badge .live-dot::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: var(--sage-300);
  opacity: 0.4;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.6); opacity: 0; }
}

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { height: 440px; max-width: 460px; margin: 0 auto; }
  .hero-card-main { width: 80%; left: 0; }
  .hero-card-stat { width: 65%; }
}
@media (max-width: 520px) {
  .hero-visual { height: 380px; }
  .hero-card-main { height: 280px; padding: 24px; }
  .hero-card-main p { font-size: 1.05rem; }
  .hero-card-stat strong { font-size: 2.2rem; }
}

/* -------- Section heads -------- */
.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}
.section-head.left { text-align: left; margin: 0 0 60px; }
.section-head h2 .accent {
  font-style: italic;
  color: var(--blush-500);
  font-family: var(--serif);
}
.section-head p { font-size: 1.1rem; margin-top: 14px; }

/* -------- Cards -------- */
.card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 32px;
  transition: all 0.4s var(--ease);
  border: 1px solid rgba(156, 174, 137, 0.12);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

/* -------- Services preview cards -------- */
.services-bg { background: var(--cream); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.svc {
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  position: relative;
  transition: all 0.4s var(--ease);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.svc.featured {
  background: linear-gradient(160deg, var(--sage-300) 0%, var(--sage-500) 100%);
  color: var(--ivory);
}
.svc.featured h3, .svc.featured p, .svc.featured ul { color: var(--ivory); }
.svc.featured .svc-price strong { color: var(--ivory); }
.svc.featured .badge {
  background: var(--blush-100);
  color: var(--blush-700);
}
.svc .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.7rem;
  background: var(--sage-100);
  color: var(--sage-700);
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
.svc h3 { margin-bottom: 12px; }
.svc-tag {
  font-family: var(--script);
  font-size: 1.4rem;
  color: var(--blush-500);
  margin-bottom: 8px;
  display: block;
}
.svc.featured .svc-tag { color: var(--blush-100); }
.svc-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}
.svc-list li {
  padding: 7px 0 7px 26px;
  position: relative;
  font-size: 0.94rem;
  border-bottom: 1px dashed rgba(0,0,0,0.08);
}
.svc.featured .svc-list li { border-color: rgba(255,255,255,0.2); }
.svc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236F8460' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.svc.featured .svc-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F2DDD0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.svc-price {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.svc.featured .svc-price { border-color: rgba(255,255,255,0.2); }
.svc-price strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--sage-700);
  font-weight: 500;
}

/* -------- Stats strip -------- */
.stats {
  background: var(--sage-700);
  color: var(--ivory);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 400px; height: 400px;
  background: radial-gradient(circle, var(--sage-500) 0%, transparent 65%);
  opacity: 0.5;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 400;
  color: var(--ivory);
  line-height: 1;
  font-variation-settings: "opsz" 144, "SOFT" 60;
  display: block;
  margin-bottom: 10px;
}
.stat-label {
  font-size: 0.86rem;
  color: var(--sage-100);
  letter-spacing: 0.08em;
}
@media (max-width: 720px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

/* -------- Testimonials -------- */
.tm-wrap { background: var(--cream); }
.tm-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 12px 4px 32px;
  scrollbar-width: thin;
  scrollbar-color: var(--sage-300) transparent;
}
.tm-track::-webkit-scrollbar { height: 6px; }
.tm-track::-webkit-scrollbar-thumb { background: var(--sage-300); border-radius: 99px; }
.tm-card {
  flex: 0 0 min(420px, 85vw);
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  scroll-snap-align: start;
  border: 1px solid rgba(156, 174, 137, 0.18);
  position: relative;
}
.tm-card .quote-icon {
  font-family: var(--serif);
  font-size: 4.5rem;
  line-height: 0.5;
  color: var(--blush-200);
  position: absolute;
  top: 32px;
  right: 28px;
}
.tm-card p {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 20px;
  font-variation-settings: "opsz" 90;
}
.tm-author { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.tm-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush-200), var(--sage-300));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  color: var(--ivory);
  font-weight: 500;
  font-size: 1.05rem;
}
.tm-author strong { display: block; font-size: 0.95rem; color: var(--sage-900); font-weight: 600; }
.tm-author span { font-size: 0.82rem; color: var(--ink-faint); }

/* -------- Footer -------- */
.foot {
  background: var(--sage-900);
  color: var(--sage-100);
  padding: 80px 0 30px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 56px;
}
.foot-brand .logo { color: var(--ivory); margin-bottom: 14px; }
.foot-brand p { color: var(--sage-100); opacity: 0.7; font-size: 0.92rem; max-width: 320px; }
.foot h4 {
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blush-200);
  margin-bottom: 18px;
  font-weight: 600;
}
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot ul li { margin-bottom: 10px; }
.foot ul a {
  color: var(--sage-100);
  opacity: 0.75;
  font-size: 0.92rem;
  transition: all 0.3s var(--ease);
}
.foot ul a:hover { opacity: 1; color: var(--blush-200); }
.foot-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.foot-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease);
}
.foot-social a:hover { background: var(--blush-300); color: var(--sage-900); }
.foot-bot {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.84rem;
  color: var(--sage-100);
  opacity: 0.6;
}
@media (max-width: 880px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
}

/* -------- Page hero -------- */
.page-hero {
  padding: 80px 0 60px;
  background: linear-gradient(180deg, var(--ivory) 0%, var(--cream) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, var(--sage-100) 0%, transparent 70%);
  opacity: 0.7;
  z-index: 0;
}
.page-hero > .wrap { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero h1 .accent { font-style: italic; color: var(--blush-500); }
.page-hero p { font-size: 1.15rem; max-width: 580px; margin: 0 auto; }

/* -------- About -------- */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.about-portrait {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--blush-100), var(--sage-200));
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-portrait-deco {
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 6rem;
  color: rgba(255,255,255,0.6);
  font-variation-settings: "opsz" 144;
}
.about-portrait-tag {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  background: rgba(46, 58, 38, 0.7);
  backdrop-filter: blur(8px);
  color: var(--ivory);
  padding: 16px 20px;
  border-radius: var(--radius);
  text-align: left;
}
.about-portrait-tag strong { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--ivory); margin-bottom: 4px; }
.about-portrait-tag span { font-size: 0.88rem; color: var(--sage-100); }

.about-text .script { display: block; margin-bottom: 8px; }
.about-quote {
  margin-top: 40px;
  padding: 28px 32px;
  background: var(--cream);
  border-left: 3px solid var(--blush-300);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--sage-700);
}
@media (max-width: 880px) {
  .about-intro { grid-template-columns: 1fr; gap: 50px; }
  .about-portrait { max-width: 420px; margin: 0 auto; }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.value-card {
  background: var(--paper);
  padding: 36px 28px;
  border-radius: var(--radius);
  text-align: left;
  transition: all 0.4s var(--ease);
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.value-icon {
  width: 52px;
  height: 52px;
  background: var(--sage-100);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sage-700);
  margin-bottom: 20px;
}
.value-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.value-card p { font-size: 0.96rem; margin-bottom: 0; }

.timeline { position: relative; max-width: 760px; margin: 40px auto 0; padding-left: 30px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--sage-300) 0%, var(--blush-200) 100%);
}
.tl-item { margin-bottom: 36px; position: relative; }
.tl-item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blush-300);
  box-shadow: 0 0 0 4px var(--ivory), 0 0 0 5px var(--sage-300);
}
.tl-year {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--blush-500);
  font-style: italic;
  margin-bottom: 4px;
  font-weight: 500;
}
.tl-item h4 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 6px; color: var(--sage-900); font-weight: 500; }
.tl-item p { font-size: 0.96rem; margin-bottom: 0; }

/* -------- Services page -------- */
.svc-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid var(--sage-100);
}
.svc-detail:last-child { border-bottom: none; }
.svc-detail:nth-child(even) > .svc-detail-img { order: 2; }
.svc-detail-img {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--sage-200), var(--blush-200));
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-detail-img.alt { background: linear-gradient(135deg, var(--blush-100), var(--sage-300)); }
.svc-detail-img.alt2 { background: linear-gradient(135deg, var(--sage-500), var(--sage-200)); }
.svc-detail-img.alt3 { background: linear-gradient(135deg, var(--blush-300), var(--blush-100)); }
.svc-detail-img svg { width: 65%; height: auto; opacity: 0.85; }
.svc-detail h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.svc-meta {
  display: flex;
  gap: 24px;
  margin: 16px 0 24px;
  flex-wrap: wrap;
}
.svc-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.svc-meta-item svg { color: var(--sage-500); }
.svc-bullets { list-style: none; padding: 0; margin: 20px 0; }
.svc-bullets li {
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px dashed var(--sage-100);
  font-size: 0.96rem;
}
.svc-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  background: var(--sage-100);
  color: var(--sage-700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
}
@media (max-width: 880px) {
  .svc-detail { grid-template-columns: 1fr; gap: 30px; padding: 50px 0; }
  .svc-detail:nth-child(even) > .svc-detail-img { order: 0; }
}

/* -------- Quiz -------- */
.quiz-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: var(--paper);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 50px 48px;
  position: relative;
  overflow: hidden;
}
.quiz-wrap::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, var(--blush-100), transparent 70%);
}
.quiz-progress {
  display: flex;
  gap: 6px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.quiz-dot {
  flex: 1;
  height: 4px;
  background: var(--sage-100);
  border-radius: 2px;
  transition: background 0.5s var(--ease);
}
.quiz-dot.active { background: var(--sage-500); }
.quiz-q { font-size: 0.85rem; color: var(--sage-500); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; font-weight: 600; position: relative; z-index: 1; }
.quiz-question {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  line-height: 1.2;
  color: var(--sage-900);
  margin-bottom: 32px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.quiz-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; position: relative; z-index: 1; }
.quiz-option {
  padding: 18px 24px;
  background: var(--ivory);
  border: 1.5px solid var(--sage-100);
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  color: var(--ink);
  transition: all 0.3s var(--ease);
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  width: 100%;
}
.quiz-option:hover { border-color: var(--sage-300); background: var(--sage-50); }
.quiz-option.selected { border-color: var(--sage-500); background: var(--sage-50); }
.quiz-option .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--sage-300);
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s var(--ease);
}
.quiz-option.selected .dot { border-color: var(--sage-700); background: var(--sage-700); }
.quiz-option.selected .dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--ivory);
  border-radius: 50%;
}
.quiz-nav { display: flex; justify-content: space-between; gap: 12px; position: relative; z-index: 1; }
.quiz-result { display: none; text-align: center; position: relative; z-index: 1; }
.quiz-result.active { display: block; }
.quiz-result-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: var(--blush-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz-result h3 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); margin-bottom: 12px; }
.quiz-score {
  font-family: var(--serif);
  font-size: 4rem;
  color: var(--blush-500);
  font-style: italic;
  line-height: 1;
  margin: 20px 0;
}
.quiz-cta { display: flex; gap: 12px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
@media (max-width: 560px) {
  .quiz-wrap { padding: 36px 28px; }
}

/* -------- Roadmap -------- */
.roadmap-wrap { padding: 80px 0; }
.roadmap-svg-wrap {
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  margin-bottom: 60px;
  box-shadow: var(--shadow-sm);
  overflow-x: auto;
}
.roadmap-svg-wrap svg { min-width: 760px; margin: 0 auto; display: block; }
.role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.role-card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 32px 28px;
  border-top: 4px solid var(--sage-300);
  transition: all 0.4s var(--ease);
  position: relative;
}
.role-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.role-card:nth-child(2n) { border-top-color: var(--blush-300); }
.role-card:nth-child(3n) { border-top-color: var(--sage-500); }
.role-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.role-tag {
  font-family: var(--script);
  color: var(--blush-500);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 6px;
}
.role-card p { font-size: 0.95rem; margin-bottom: 16px; }
.role-pay {
  display: inline-block;
  background: var(--sage-100);
  color: var(--sage-700);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* -------- Resources / Blog -------- */
.cat-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
  justify-content: center;
}
.cat-tab {
  padding: 10px 20px;
  background: var(--paper);
  border: 1px solid var(--sage-100);
  border-radius: 999px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.3s var(--ease);
  font-family: var(--sans);
}
.cat-tab:hover { border-color: var(--sage-300); color: var(--sage-700); }
.cat-tab.active { background: var(--sage-700); color: var(--ivory); border-color: var(--sage-700); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
}
.blog-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.4s var(--ease);
  cursor: pointer;
  border: 1px solid rgba(156, 174, 137, 0.12);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-thumb {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--sage-200), var(--blush-200));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.blog-thumb.t2 { background: linear-gradient(135deg, var(--blush-100), var(--sage-300)); }
.blog-thumb.t3 { background: linear-gradient(135deg, var(--sage-500), var(--blush-200)); }
.blog-thumb.t4 { background: linear-gradient(135deg, var(--blush-300), var(--sage-200)); }
.blog-thumb.t5 { background: linear-gradient(135deg, var(--sage-300), var(--sage-500)); }
.blog-thumb.t6 { background: linear-gradient(135deg, var(--blush-200), var(--blush-300)); }
.blog-thumb-label {
  font-family: var(--serif);
  font-size: 3.4rem;
  color: rgba(255,255,255,0.45);
  font-style: italic;
  font-variation-settings: "opsz" 144;
}
.blog-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--paper);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--sage-700);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.blog-body { padding: 24px 26px; }
.blog-meta { font-size: 0.78rem; color: var(--ink-faint); margin-bottom: 8px; }
.blog-card h3 { font-size: 1.2rem; margin-bottom: 10px; line-height: 1.25; }
.blog-card p { font-size: 0.92rem; margin-bottom: 16px; }
.blog-link { font-size: 0.88rem; color: var(--sage-700); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

/* -------- FAQ -------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--paper);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid rgba(156, 174, 137, 0.18);
  transition: all 0.3s var(--ease);
}
.faq-item:hover { border-color: var(--sage-300); }
.faq-item.open { border-color: var(--sage-300); }
.faq-q {
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--sage-900);
  font-weight: 500;
  gap: 16px;
  width: 100%;
  text-align: left;
}
.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--sage-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
  color: var(--sage-700);
}
.faq-item.open .faq-toggle { background: var(--sage-700); color: var(--ivory); transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.4s var(--ease);
  padding: 0 28px;
}
.faq-item.open .faq-a { max-height: 500px; padding: 0 28px 24px; }
.faq-a p { font-size: 0.98rem; margin-bottom: 0; color: var(--ink-soft); }

/* -------- Lead magnet -------- */
.freebie-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  background: linear-gradient(135deg, var(--cream), var(--blush-50));
  padding: 60px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}
.freebie-wrap::before {
  content: "";
  position: absolute;
  bottom: -60px; right: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, var(--sage-200), transparent 70%);
  opacity: 0.5;
}
.freebie-content { position: relative; z-index: 1; }
.freebie-content .eyebrow { color: var(--blush-500); }
.freebie-content .eyebrow::before { background: var(--blush-300); }
.freebie-form { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.input-row { display: flex; gap: 12px; flex-wrap: wrap; }
.input-row .input { flex: 1; min-width: 200px; }
.input {
  padding: 15px 20px;
  background: var(--paper);
  border: 1.5px solid var(--sage-100);
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  width: 100%;
  transition: all 0.3s var(--ease);
}
.input:focus {
  outline: none;
  border-color: var(--sage-500);
  box-shadow: 0 0 0 4px rgba(156, 174, 137, 0.15);
}
textarea.input { font-family: var(--sans); resize: vertical; min-height: 120px; }
.freebie-visual { position: relative; z-index: 1; perspective: 1000px; }
.freebie-book {
  aspect-ratio: 3/4;
  background: var(--paper);
  border-radius: 8px 12px 12px 8px;
  box-shadow: var(--shadow-lg);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transform: rotateY(-8deg) rotateX(2deg);
  transition: transform 0.5s var(--ease);
  border-left: 5px solid var(--blush-300);
}
.freebie-book:hover { transform: rotateY(-3deg) rotateX(0); }
.freebie-book h3 { font-size: 1.6rem; line-height: 1.15; color: var(--sage-900); margin-bottom: 8px; }
.freebie-book .num {
  font-family: var(--serif);
  font-size: 4.5rem;
  color: var(--blush-200);
  line-height: 1;
  font-variation-settings: "opsz" 144;
}
.freebie-book .label { font-family: var(--script); color: var(--blush-500); font-size: 1.3rem; }
.freebie-pages-tag {
  position: absolute;
  top: 22px;
  right: -16px;
  background: var(--sage-700);
  color: var(--ivory);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  z-index: 2;
}
@media (max-width: 880px) {
  .freebie-wrap { grid-template-columns: 1fr; padding: 40px 32px; }
  .freebie-book { max-width: 280px; margin: 0 auto; }
}

/* -------- Contact -------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 48px;
}
.contact-info { background: var(--sage-700); color: var(--ivory); padding: 48px 40px; border-radius: var(--radius-lg); position: relative; overflow: hidden; }
.contact-info::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, var(--sage-500), transparent 70%);
}
.contact-info > * { position: relative; z-index: 1; }
.contact-info h2 { color: var(--ivory); font-size: 2rem; }
.contact-info p { color: var(--sage-100); opacity: 0.9; }
.contact-list { list-style: none; padding: 0; margin: 32px 0 0; }
.contact-list li { display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start; }
.contact-list svg { color: var(--blush-200); flex-shrink: 0; margin-top: 3px; }
.contact-list strong { display: block; color: var(--ivory); font-weight: 600; margin-bottom: 2px; font-size: 0.95rem; }
.contact-list span { color: var(--sage-100); opacity: 0.85; font-size: 0.92rem; line-height: 1.5; }
.contact-list a { color: var(--sage-100); opacity: 0.85; transition: opacity 0.3s; }
.contact-list a:hover { opacity: 1; color: var(--blush-200); }
.contact-form {
  background: var(--paper);
  padding: 48px 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.contact-form h3 { font-size: 1.6rem; margin-bottom: 18px; }
.field-group { margin-bottom: 18px; }
.field-group label {
  display: block;
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin-bottom: 6px;
  font-weight: 500;
}
@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* -------- Success stories -------- */
.story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
.story-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  transition: all 0.4s var(--ease);
  border: 1px solid rgba(156, 174, 137, 0.18);
}
.story-card:nth-child(3n+1) { background: var(--cream); }
.story-card:nth-child(3n+2) { background: var(--blush-50); }
.story-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.story-quote-mark {
  font-family: var(--serif);
  font-size: 5rem;
  color: var(--blush-200);
  line-height: 0.5;
  margin-bottom: 16px;
  display: block;
  font-variation-settings: "opsz" 144;
}
.story-card p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 24px;
  font-variation-settings: "opsz" 90;
}
.story-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(156, 174, 137, 0.2); }
.story-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush-200), var(--sage-300));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ivory);
  font-weight: 500;
}
.story-author strong { display: block; color: var(--sage-900); font-weight: 600; }
.story-author .role { font-size: 0.84rem; color: var(--blush-500); font-style: italic; }

/* -------- Final CTA -------- */
.final-cta {
  background: var(--sage-900);
  color: var(--ivory);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, var(--sage-700), transparent 60%);
  opacity: 0.6;
}
.final-cta > .wrap { position: relative; z-index: 1; max-width: 720px; }
.final-cta h2 { color: var(--ivory); }
.final-cta h2 .accent { color: var(--blush-200); font-style: italic; }
.final-cta p { color: var(--sage-100); font-size: 1.15rem; opacity: 0.9; max-width: 540px; margin: 0 auto 32px; }

/* -------- Media -------- */
.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.media-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(156, 174, 137, 0.18);
  transition: all 0.4s var(--ease);
}
.media-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.media-card .badge-row { display: flex; align-items: center; gap: 14px; }
.media-card h3 { font-size: 1.4rem; margin-bottom: 6px; }
.media-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sage-100);
  color: var(--sage-700);
  flex-shrink: 0;
}
.spotify-icon { background: var(--sage-100); color: #1DB954; }
.youtube-icon { background: var(--blush-100); color: #C8362F; }
.insta-icon { background: linear-gradient(135deg, var(--blush-200), var(--blush-300)); color: var(--ivory); }
@media (max-width: 720px) {
  .media-grid { grid-template-columns: 1fr; }
}

/* -------- Animations -------- */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in.d1 { transition-delay: 0.1s; }
.fade-in.d2 { transition-delay: 0.2s; }
.fade-in.d3 { transition-delay: 0.3s; }
.fade-in.d4 { transition-delay: 0.4s; }

/* Utility */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 20px; }
.text-blush { color: var(--blush-500); }
.text-sage { color: var(--sage-700); }
