/* ============================================================
   Zavia GIS Consulting — v4 design system
   Bold editorial typography, forest + gold accents, animated motifs.
   ============================================================ */

:root {
  --forest:        #1F4D3A;
  --forest-deep:   #0F2A22;
  --forest-soft:   #2E6850;
  --gold:          #C99846;
  --gold-soft:     #E8C788;
  --cream:         #FBF7EE;
  --sage:          #EAF2EE;
  --mint:          #F4FAF7;
  --ink:           #11221C;
  --stone:         #5C6B66;
  --stone-soft:    #8E9994;
  --line:          #DCE5DF;
  --line-soft:     #ECF1ED;
  --white:         #FFFFFF;
  --font-sans:     "Inter", "Avenir Next", "Segoe UI", Roboto, system-ui, sans-serif;
  --font-display:  "Inter", "Avenir Next", "Segoe UI", Roboto, system-ui, sans-serif;
  --font-mono:     "JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;
  --container:     1240px;
  --container-tight: 960px;
  --radius:        18px;
  --radius-lg:     28px;
  --radius-sm:     10px;
  --shadow-sm:     0 2px 10px rgba(15,42,34,.06);
  --shadow-md:     0 10px 30px rgba(15,42,34,.10);
  --shadow-lg:     0 24px 60px rgba(15,42,34,.16);
  --shadow-glow:   0 0 0 6px rgba(201,152,70,.18);
  --ease:          cubic-bezier(.2,.7,.2,1);
  --t-fast:        .18s;
  --t-med:         .32s;
  --t-slow:        .55s;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-sans); color: var(--ink); background: var(--white); font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg, video { max-width: 100%; display: block; }
a { color: var(--forest); text-decoration: none; transition: color var(--t-fast) var(--ease); }
a:hover { color: var(--gold); }
hr { border: 0; height: 1px; background: var(--line); margin: 3rem 0; }
::selection { background: var(--gold); color: var(--forest-deep); }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); margin: 0 0 .5em; line-height: 1.12; letter-spacing: -0.02em; }
h1 { font-weight: 900; font-size: clamp(2.4rem, 5.5vw, 4.6rem); letter-spacing: -0.035em; line-height: 1.04; }
h2 { font-weight: 800; font-size: clamp(1.8rem, 3.2vw, 2.8rem); letter-spacing: -0.025em; line-height: 1.1; }
h3 { font-weight: 700; font-size: clamp(1.2rem, 1.6vw, 1.4rem); }
h4 { font-weight: 700; font-size: 1.1rem; }
p { margin: 0 0 1rem; color: var(--ink); }
p.lead, .lead { font-size: clamp(1.1rem, 1.4vw, 1.3rem); line-height: 1.55; color: var(--stone); font-weight: 400; }
small, .muted { color: var(--stone); }
strong { font-weight: 700; }
.h-display { font-weight: 900; font-size: clamp(2.6rem, 6.5vw, 5.4rem); letter-spacing: -0.04em; line-height: 1.0; }

.eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-mono); font-size: .8rem; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; display: inline-block; }
.eyebrow.num::before { display: none; }
.eyebrow.num .num-label { font-variant-numeric: tabular-nums; color: var(--gold); font-weight: 600; letter-spacing: .04em; margin-right: .5rem; }

.pullquote { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.3; letter-spacing: -0.02em; color: var(--ink); padding: 2rem 0 2rem 2.2rem; border-left: 4px solid var(--gold); position: relative; }
.pullquote::before { content: "\201C"; position: absolute; top: -.5rem; left: 1rem; font-size: 4rem; line-height: 1; color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.pullquote .attrib { display: block; margin-top: 1rem; font-family: var(--font-mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--stone); font-weight: 500; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container.tight { max-width: var(--container-tight); }
.section { padding: clamp(4rem, 9vw, 8rem) 0; }
.section-sm { padding: clamp(3rem, 6vw, 5rem) 0; }
.section.alt { background: var(--cream); }
.section.dark { background: var(--forest-deep); color: var(--mint); }
.section.dark h1, .section.dark h2, .section.dark h3 { color: var(--white); }
.section.dark p, .section.dark .lead { color: rgba(255,255,255,.78); }
.section.dark .eyebrow { color: var(--gold-soft); }
.section.sage { background: var(--sage); }
.grid { display: grid; gap: 2rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
.split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: start; }
.split.flip { grid-template-columns: 1fr 1.4fr; }
@media (max-width: 900px) { .split, .split.flip { grid-template-columns: 1fr; gap: 2rem; } }
.stack > * + * { margin-top: 1.5rem; }
.center { text-align: center; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: 1rem; letter-spacing: -0.005em; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease), background var(--t-fast) var(--ease), color var(--t-fast) var(--ease); white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--forest); color: var(--white); box-shadow: var(--shadow-md); }
.btn-primary:hover { background: var(--forest-deep); color: var(--white); box-shadow: var(--shadow-lg); }
.btn-secondary { background: var(--white); color: var(--forest); border-color: var(--line); }
.btn-secondary:hover { background: var(--cream); color: var(--forest-deep); border-color: var(--gold); }
.btn-gold { background: var(--gold); color: var(--forest-deep); box-shadow: var(--shadow-md); }
.btn-gold:hover { background: var(--gold-soft); color: var(--forest-deep); }
.btn-ghost { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn-ghost:hover { background: var(--forest); color: var(--white); }
.btn .arrow { transition: transform var(--t-fast) var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line-soft); }
.site-header .nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 1rem; }
.logo-wrap { display: flex; align-items: center; gap: .75rem; }
.logo-wrap img { height: 44px; width: auto; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text strong { color: var(--forest); font-weight: 800; font-size: .98rem; letter-spacing: -0.01em; }
.logo-text span { color: var(--stone); font-size: .76rem; letter-spacing: .01em; }
@media (max-width: 980px) { .logo-text { display: none; } }
.nav-links { display: flex; gap: 1.8rem; align-items: center; font-size: .95rem; font-weight: 500; }
.nav-links a { color: var(--ink); position: relative; padding: .35rem 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform var(--t-fast) var(--ease); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--forest); }
.nav-links a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: .75rem; }
@media (max-width: 980px) { .nav-links { display: none; } .nav-actions .btn-primary { display: none; } }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; cursor: pointer; position: relative; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); border-radius: 2px; transition: all var(--t-fast) var(--ease); }
.nav-toggle span { top: 50%; transform: translateY(-50%); }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { bottom: -7px; top: auto; }
@media (max-width: 980px) { .nav-toggle { display: block; } }
.mobile-menu { display: none; padding-bottom: 1rem; }
.mobile-menu.open { display: flex; flex-direction: column; gap: .9rem; padding: .5rem 0 1.5rem; border-top: 1px solid var(--line-soft); }
.mobile-menu a { color: var(--ink); font-size: 1.05rem; font-weight: 500; padding: .5rem 0; }
.mobile-menu a:hover { color: var(--forest); }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--forest-deep) 0%, var(--forest) 100%); color: var(--white); padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 7vw, 7rem); }
.hero .container { position: relative; z-index: 2; }
.hero h1, .hero h2 { color: var(--white); }
.hero p, .hero .lead { color: rgba(255,255,255,.82); }
.hero .eyebrow { color: var(--gold-soft); }
.hero .hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3rem; align-items: center; }
@media (max-width: 900px) { .hero .hero-grid { grid-template-columns: 1fr; gap: 2rem; } }
.hero .badge-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.25rem; }
.hero .h-display .gold { color: var(--gold); font-style: italic; }
.hero .small-trust { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.4rem; font-family: var(--font-mono); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-soft); }
.hero .small-trust::before { content: ""; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(201,152,70,.2); }

.hero-motif { position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: radial-gradient(ellipse at 80% 20%, rgba(201,152,70,.18), transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(46,104,80,.22), transparent 55%); z-index: 0; }
.hero-motif svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-motif svg path { fill: none; stroke: rgba(201,152,70,.25); stroke-width: 1.2; animation: drift 18s linear infinite; }
.hero-motif svg path:nth-child(2) { stroke: rgba(255,255,255,.12); animation-duration: 24s; }
.hero-motif svg path:nth-child(3) { stroke: rgba(201,152,70,.18); animation-duration: 30s; }
.hero-motif svg path:nth-child(4) { stroke: rgba(255,255,255,.08); animation-duration: 36s; }
@keyframes drift { 0% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-12px,6px,0); } 100% { transform: translate3d(0,0,0); } }

.hero-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--forest-deep); aspect-ratio: 4/3.2; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .94; }
.hero-visual .float-card { position: absolute; left: -18px; bottom: -18px; background: var(--cream); border-radius: 16px; padding: 14px 18px; display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow-lg); max-width: 78%; border: 1px solid var(--line); }
.hero-visual .float-card .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--forest); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 700; }
.hero-visual .float-card strong { color: var(--ink); font-size: .95rem; display: block; }
.hero-visual .float-card small { color: var(--stone); }

.page-hero { position: relative; padding: clamp(5rem, 8vw, 7rem) 0 clamp(3rem, 5vw, 4.5rem); background: radial-gradient(ellipse at 90% 0%, rgba(201,152,70,.10), transparent 55%), linear-gradient(180deg, var(--cream) 0%, var(--white) 100%); border-bottom: 1px solid var(--line-soft); }
.page-hero .grid-2 { gap: 3rem; align-items: center; }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 2.2vw, 2.2rem); transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease), border-color var(--t-med) var(--ease); }
.card.lift:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-soft); }
.card .icon-box { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--sage), var(--mint)); color: var(--forest); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; position: relative; }
.card.gold .icon-box { background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: var(--forest-deep); }
.card .icon-box::after { content: ""; position: absolute; inset: -6px; border-radius: 18px; border: 1px dashed var(--line); opacity: 0; transition: opacity var(--t-med) var(--ease); }
.card.lift:hover .icon-box::after { opacity: 1; }
.card.numbered { position: relative; padding-top: 2.4rem; }
.card.numbered .num { position: absolute; top: 1.2rem; right: 1.4rem; font-family: var(--font-mono); font-size: 2rem; font-weight: 700; color: var(--gold); opacity: .35; letter-spacing: -0.04em; }
.card.feature { padding: 2rem; }
.card.feature h3 { margin: 0 0 .5rem; font-size: 1.4rem; }
.card.feature p { color: var(--stone); }

.check-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .55rem; }
.check-list li { position: relative; padding-left: 1.7rem; color: var(--ink); font-size: .98rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .35em; width: 14px; height: 14px; border-radius: 50%; background-image: linear-gradient(135deg, var(--forest), var(--forest-soft)); }
.check-list li::after { content: ""; position: absolute; left: 4px; top: .55em; width: 5px; height: 9px; border: solid var(--white); border-width: 0 2px 2px 0; transform: rotate(45deg); }

.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
@media (max-width: 900px) { .stat-row { grid-template-columns: repeat(2, 1fr); } }
.stat { border-top: 2px solid var(--gold); padding-top: 1.2rem; }
.stat .num { font-family: var(--font-display); font-weight: 900; font-size: clamp(2.4rem, 3.6vw, 3.4rem); letter-spacing: -0.04em; color: var(--forest-deep); line-height: 1; }
.stat .label { margin-top: .55rem; font-size: .92rem; color: var(--stone); letter-spacing: .01em; }

.badge { display: inline-flex; align-items: center; padding: 6px 14px; border-radius: 999px; font-size: .82rem; font-weight: 500; background: var(--sage); color: var(--forest); border: 1px solid transparent; }
.badge.gold { background: rgba(201,152,70,.16); color: #7a5a17; }
.badge.outline { background: transparent; border-color: var(--line); color: var(--stone); }
.badge.dark { background: rgba(255,255,255,.12); color: var(--white); border-color: rgba(255,255,255,.18); }
.inline-list { display: flex; flex-wrap: wrap; gap: .55rem; }

.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; font-size: .98rem; }
thead { background: var(--forest); color: var(--white); }
th, td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line); }
thead th { font-weight: 600; letter-spacing: .01em; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: var(--mint); }
.decision-table th, .decision-table td { font-size: 1rem; }
.decision-table td:first-child { font-weight: 500; }
.decision-table td:last-child { font-weight: 600; color: var(--forest); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; counter-reset: step; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; position: relative; transition: border-color var(--t-med) var(--ease); }
.step:hover { border-color: var(--gold-soft); }
.step .num { font-family: var(--font-mono); font-size: .85rem; letter-spacing: .14em; color: var(--gold); font-weight: 600; margin-bottom: 1rem; display: block; }
.step h3 { margin: 0 0 .55rem; }
.step p { color: var(--stone); margin: 0; }

.cta-panel { background-image: radial-gradient(ellipse at 90% 50%, rgba(201,152,70,.22), transparent 55%), linear-gradient(135deg, var(--forest-deep), var(--forest) 60%); color: var(--white); border-radius: var(--radius-lg); padding: clamp(2.4rem, 4vw, 3.6rem); display: grid; grid-template-columns: 1.6fr 1fr; gap: 2rem; align-items: center; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cta-panel h2 { color: var(--white); margin-bottom: .5rem; }
.cta-panel p { color: rgba(255,255,255,.82); margin-bottom: 0; }
.cta-panel .eyebrow { color: var(--gold-soft); }
.cta-panel .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }
@media (max-width: 800px) { .cta-panel { grid-template-columns: 1fr; } .cta-panel .cta-actions { justify-content: flex-start; } }

.footer { background: var(--forest-deep); color: var(--mint); padding: 4rem 0 2rem; }
.footer .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2rem; }
@media (max-width: 900px) { .footer .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer .footer-grid { grid-template-columns: 1fr; } }
.footer h3 { color: var(--white); font-size: .92rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; margin-bottom: 1rem; font-family: var(--font-mono); }
.footer a { color: rgba(255,255,255,.78); display: block; padding: .25rem 0; font-size: .95rem; transition: color var(--t-fast) var(--ease); }
.footer a:hover { color: var(--gold-soft); }
.footer small { color: rgba(255,255,255,.55); }
.footer .footer-bar { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .85rem; color: rgba(255,255,255,.55); }
.footer .footer-bar a { display: inline; color: rgba(255,255,255,.7); margin-left: 1.2rem; padding: 0; font-size: .85rem; }

.contact-form .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 700px) { .contact-form .form-grid { grid-template-columns: 1fr; } }
.contact-form label { display: block; font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: .35rem; letter-spacing: -0.005em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1.5px solid var(--line); font-size: 16px; font-family: inherit; color: var(--ink); background: var(--white); transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: none; border-color: var(--forest); box-shadow: 0 0 0 4px rgba(31,77,58,.12); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form .form-note { font-size: .82rem; color: var(--stone); margin: .8rem 0; }
.notice { padding: 14px 18px; border-radius: 12px; background: rgba(201,152,70,.10); border-left: 3px solid var(--gold); color: var(--ink); font-size: .92rem; margin: 1rem 0; }
.notice strong { color: var(--forest-deep); }

.leadmagnet { background: linear-gradient(135deg, var(--cream), #FFF6E2); border: 1px solid var(--gold-soft); border-radius: var(--radius-lg); padding: 2.4rem; display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; align-items: center; }
@media (max-width: 800px) { .leadmagnet { grid-template-columns: 1fr; } }
.leadmagnet .lm-visual { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; text-align: center; box-shadow: var(--shadow-md); transform: rotate(-2deg); transition: transform var(--t-med) var(--ease); }
.leadmagnet .lm-visual:hover { transform: rotate(0deg) scale(1.02); }
.leadmagnet .lm-visual h4 { margin: .55rem 0 0; font-size: 1rem; color: var(--forest-deep); }
.leadmagnet .lm-visual .pdf-icon { width: 80px; height: 100px; background: var(--forest); border-radius: 8px; margin: 0 auto; position: relative; color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 700; font-size: .7rem; letter-spacing: .1em; }

.funnel-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
@media (max-width: 800px) { .funnel-split { grid-template-columns: 1fr; } }
.funnel-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; transition: border-color var(--t-med) var(--ease), transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease); position: relative; overflow: hidden; display: block; }
.funnel-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow-md); }
.funnel-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--forest), var(--gold)); opacity: 0; transition: opacity var(--t-med) var(--ease); }
.funnel-card:hover::before { opacity: 1; }
.funnel-card .eyebrow { color: var(--gold); }
.funnel-card h3 { font-size: 1.4rem; margin-bottom: .55rem; }
.funnel-card p { color: var(--stone); }
.funnel-card .funnel-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; color: var(--forest); font-weight: 600; font-size: .95rem; }
.funnel-card .funnel-link:hover { color: var(--gold); }

.best-for { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.5rem; }
@media (max-width: 900px) { .best-for { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .best-for { grid-template-columns: 1fr; } }
.best-for .item { padding: 1rem 1.1rem; background: var(--white); border: 1px solid var(--line); border-radius: 14px; font-size: .95rem; color: var(--ink); display: flex; align-items: center; gap: .75rem; transition: all var(--t-fast) var(--ease); }
.best-for .item:hover { border-color: var(--gold); background: var(--cream); }
.best-for .item .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

.faq-list { display: grid; gap: .5rem; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: border-color var(--t-fast) var(--ease); }
.faq-item:hover { border-color: var(--gold-soft); }
.faq-item summary { cursor: pointer; padding: 1.2rem 1.5rem; font-weight: 600; font-size: 1.05rem; color: var(--ink); list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--font-mono); font-size: 1.4rem; color: var(--gold); transition: transform var(--t-fast) var(--ease); flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 1.5rem 1.4rem; color: var(--stone); line-height: 1.65; }
.faq-item .answer p { color: var(--stone); }
.faq-item .answer p:last-child { margin-bottom: 0; }

.sample-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: all var(--t-med) var(--ease); display: flex; flex-direction: column; }
.sample-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--gold-soft); }
.sample-card .img { aspect-ratio: 4 / 3; background: var(--sage); position: relative; overflow: hidden; cursor: zoom-in; }
.sample-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.sample-card:hover .img img { transform: scale(1.04); }
.sample-card .img::after { content: "Click to enlarge"; position: absolute; bottom: 12px; left: 12px; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 600; padding: 5px 11px; border-radius: 999px; letter-spacing: .04em; opacity: 0; transform: translateY(8px); transition: all var(--t-med) var(--ease); }
.sample-card:hover .img::after { opacity: 1; transform: translateY(0); }
.sample-card .content { padding: 1.6rem 1.8rem 1.8rem; }
.sample-card h3 { margin: .35rem 0 .55rem; font-size: 1.25rem; }
.sample-card p { margin: 0; color: var(--stone); font-size: .96rem; }

.lightbox { position: fixed; inset: 0; background: rgba(15,42,34,.92); display: none; align-items: center; justify-content: center; padding: 5vh 3vw; z-index: 100; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox .close { position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: var(--white); color: var(--ink); display: flex; align-items: center; justify-content: center; border: 0; cursor: pointer; font-size: 1.4rem; box-shadow: var(--shadow-md); }

.avatar-z { width: clamp(180px, 22vw, 240px); height: clamp(180px, 22vw, 240px); border-radius: 50%; background: radial-gradient(ellipse at 30% 30%, var(--gold-soft), transparent 50%), linear-gradient(135deg, var(--forest), var(--forest-deep)); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: clamp(5.5rem, 9vw, 8rem); letter-spacing: -0.06em; box-shadow: var(--shadow-lg); position: relative; border: 4px solid var(--gold); margin: 0 auto; }

.creds-list { display: grid; gap: .85rem; margin-top: 1.2rem; }
.cred { display: grid; grid-template-columns: 24px 1fr; gap: .9rem; align-items: start; }
.cred .check { width: 22px; height: 22px; border-radius: 6px; background: var(--forest); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; margin-top: .15rem; }
.cred strong { display: block; color: var(--ink); margin-bottom: .15rem; }
.cred span { color: var(--stone); font-size: .9rem; }

.sticky-cta { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; background: var(--forest); color: var(--white); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-lg); z-index: 40; align-items: center; justify-content: space-between; gap: .75rem; }
.sticky-cta strong { color: var(--white); font-weight: 600; font-size: .92rem; }
.sticky-cta .btn { padding: 8px 16px; font-size: .85rem; }
@media (max-width: 720px) { .sticky-cta { display: flex; } body { padding-bottom: 80px; } }

.image-shell { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); background: var(--sage); }
.image-shell img { width: 100%; height: auto; display: block; }
.hide-mobile {}
@media (max-width: 760px) { .hide-mobile { display: none !important; } }

/* ---------- Avatar photo (Zara on About) ---------- */
.avatar-photo {
  width: clamp(220px, 26vw, 320px);
  height: clamp(220px, 26vw, 320px);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--gold);
  margin: 0 auto;
  position: relative;
  background: var(--sage);
}
.avatar-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.avatar-photo::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px dashed var(--gold-soft);
  opacity: .5;
  pointer-events: none;
}
