@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #201B19;
  --muted: #746C67;
  --line: #DDD5CD;
  --paper: #F5F1EC;
  --soft: #EDE5DC;
  --card-bg: #F9F6F2;
  --accent: #7B2935;
  --accent-strong: #5B1D28;
  --caramel: #B98055;
  --gold: #C89648;
  --dark: #251A18;
  --cream: #F8F4F0;
  --accent-dark: #251A18;
  --white: #FFFFFF;
  --display: 'Cormorant Garamond', Georgia, serif;
  --body: 'Manrope', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 17px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }

.section-shell { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.icon-arrow { width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em; }
.button span { margin-left: 18px; font-size: 18px; line-height: 0; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(245, 241, 236, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(32, 27, 25, .06); }
.site-header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; width: min(1320px, calc(100% - 80px)); margin: 0 auto; gap: 20px; transition: height .25s ease; }
.site-header.is-scrolled .site-header-inner { height: 68px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { display: grid; place-items: center; flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; background: var(--dark); color: var(--caramel); font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.brand-name { font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.1; color: var(--ink); white-space: nowrap; }
.site-header-right { display: flex; align-items: center; gap: 28px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { font-family: var(--body); font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); padding-bottom: 4px; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; white-space: nowrap; }
.site-nav a:hover { color: var(--ink); }
.site-nav a.is-active { color: var(--accent); border-bottom-color: var(--accent); }
.button-header-cta { display: inline-flex; align-items: center; padding: 15px 22px; border-radius: 10px; background: var(--accent); color: var(--white); font-family: var(--body); font-size: 14px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; transition: background .25s ease, transform .25s ease; }
.button-header-cta:hover { background: var(--accent-strong); transform: translateY(-1px); }
.button-header-cta:active { background: #4B1821; transform: translateY(0); }
.nav-burger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 40px; height: 40px; border: none; background: transparent; padding: 0; cursor: pointer; flex-shrink: 0; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.site-header.is-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.is-open .nav-burger span:nth-child(2) { opacity: 0; }
.site-header.is-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; flex-direction: column; padding: 8px 20px 24px; background: var(--paper); border-top: 1px solid var(--line); }
.site-header.is-open .mobile-nav { display: flex; }
.mobile-nav a { padding: 14px 2px; font-family: var(--body); font-size: 15px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-nav-cta { margin-top: 14px; display: flex; align-items: center; justify-content: center; padding: 15px 22px; border-radius: 10px; background: var(--accent); color: var(--white) !important; border-bottom: none !important; }
.mobile-nav-cta:hover { background: var(--accent-strong); }

@media (max-width: 900px) {
  .site-header-right { display: none; }
  .nav-burger { display: flex; }
}

.hero { min-height: 600px; padding: 90px 0 70px; position: relative; display: flex; align-items: center; gap: 4%; border-top: none; }
.hero-copy { max-width: 810px; flex: 1 1 auto; min-width: 0; order: 1; }
.eyebrow { margin: 0 0 29px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.01em; line-height: .97; }
h1 { margin-bottom: 28px; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.16; }
h1 em, h2 em { color: var(--accent-strong); font-style: normal; }
.hero-kicker { margin: 0 0 6px; font-family: var(--body); font-weight: 600; font-size: 14px; letter-spacing: .04em; color: var(--ink); }
.hero-kicker-sub { margin: 0 0 32px; font-family: var(--body); font-weight: 500; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.hero-subtitle { max-width: 500px; margin-bottom: 36px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 18px; }
.button { display: inline-flex; align-items: center; min-height: 52px; padding: 0 22px; font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--accent); }
.button-primary:hover { background: var(--accent-strong); }
.button-hero-primary { color: var(--white); background: var(--accent); }
.button-hero-primary:hover { background: var(--accent-strong); }
.button-hero-outline { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.button-hero-outline:hover { border-color: var(--accent); color: var(--accent); }
.hero-extra { margin: 0 0 28px; color: var(--muted); font-size: 13px; letter-spacing: .03em; }
.hero-photo { flex: 0 0 auto; order: 2; width: min(46%, 460px); aspect-ratio: 4 / 5; max-height: 640px; overflow: hidden; border: 1px solid var(--line); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.hero-advantages { background: var(--dark); }
.hero-advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.hero-adv-item { position: relative; padding: 44px 32px 40px 0; border-right: 1px solid rgba(243, 236, 225, .14); }
.hero-adv-item:last-child { border-right: none; padding-right: 0; }
.hero-adv-item:not(:first-child) { padding-left: 32px; }
.hero-adv-icon { display: block; width: 34px; height: 34px; margin-bottom: 22px; color: var(--caramel); }
.hero-adv-icon svg { width: 100%; height: 100%; }
.hero-adv-num { position: absolute; top: 44px; right: 32px; font-family: var(--display); font-size: 13px; font-weight: 600; color: rgba(243, 236, 225, .35); }
.hero-adv-item:last-child .hero-adv-num { right: 0; }
.hero-advantages h4 { margin: 0 0 10px; font-family: var(--body); font-weight: 700; font-size: 16px; letter-spacing: .01em; color: var(--cream); }
.hero-advantages p { margin: 0; color: rgba(243, 236, 225, .6); font-size: 14px; line-height: 1.5; }

section:not(.hero) { padding: 126px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 28% 1fr; align-items: start; margin-bottom: 73px; }
.section-heading .eyebrow { padding-top: 9px; }
h2 { margin: 0; font-size: clamp(44px, 6vw, 76px); }
h3 { margin-bottom: 11px; font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: -.01em; }
section.services { padding: 90px 0 100px; }
.services-intro { max-width: 800px; }
.services-eyebrow { margin: 0 0 20px; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--caramel); }
.services-title { margin: 0 0 24px; font-size: 52px; line-height: 1.05; }
.services-lead { max-width: 760px; margin: 0; font-family: var(--body); font-size: 18px; line-height: 1.6; font-weight: 400; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 56px; }
.service-card { background: var(--card-bg); border: 1px solid var(--line); border-radius: 14px; padding: 32px; min-height: 245px; display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: var(--caramel); box-shadow: 0 10px 35px rgba(32, 27, 25, .06); }
.service-card-icon { display: block; width: 34px; height: 34px; margin-bottom: 24px; color: var(--gold); }
.service-card-icon svg { width: 100%; height: 100%; }
.service-card h3 { max-width: 22ch; margin: 0 0 12px; font-size: 27px; line-height: 1.15; }
.service-card p { max-width: 36ch; margin: 0; font-family: var(--body); font-size: 16px; line-height: 1.6; font-weight: 400; color: var(--muted); }
.service-card .cta { margin-top: auto; padding-top: 22px; }
.service-card-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--caramel); color: var(--white); border: none; border-radius: 9px; padding: 15px 20px; font-family: var(--body); font-size: 14px; font-weight: 700; letter-spacing: .03em; transition: background .2s ease; }
.service-card-cta:hover { background: var(--accent); }

section.mini-product { padding: 0; border-top: none; background: var(--dark); color: var(--cream); }
.mini-product-inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: center; padding-top: 68px; padding-bottom: 68px; }
.mini-product-copy .eyebrow { color: var(--caramel); margin-bottom: 16px; }
.mini-product-title { margin: 0 0 16px; font-size: 34px; line-height: 1.12; color: var(--cream); }
.mini-product-lead { margin: 0 0 22px; max-width: 52ch; font-family: var(--body); font-size: 17px; line-height: 1.6; color: rgba(243, 236, 225, .75); }
.mini-product-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.mini-product-list li { position: relative; padding-left: 26px; font-family: var(--body); font-size: 15px; line-height: 1.5; color: rgba(243, 236, 225, .82); }
.mini-product-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--caramel); }
.mini-product-preview { position: relative; display: block; margin-top: 26px; max-width: 420px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(243, 236, 225, .14); }
.mini-product-preview img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s ease; }
.mini-product-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15, 10, 9, .78), rgba(15, 10, 9, 0) 55%); pointer-events: none; }
.mini-product-preview:hover img { transform: scale(1.04); }
.mini-product-preview-tag { position: absolute; z-index: 1; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 6px; background: rgba(37, 26, 24, .82); color: var(--cream); font-family: var(--body); font-size: 13px; font-weight: 700; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(243, 236, 225, .2); transition: background .2s ease, color .2s ease; }
.mini-product-preview:hover .mini-product-preview-tag { background: var(--caramel); color: var(--white); }
.mini-product-card { justify-self: center; text-align: center; background: rgba(243, 236, 225, .04); border: 1px solid rgba(243, 236, 225, .16); border-radius: 16px; padding: 36px 32px; width: 100%; max-width: 300px; }
.mini-product-price { display: block; font-family: var(--display); font-weight: 700; font-size: 40px; color: var(--white); }
.mini-product-time { display: block; margin: 6px 0 24px; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: rgba(243, 236, 225, .55); }
.mini-product-cta { width: 100%; justify-content: center; }
.mini-product-note { margin: 16px 0 0; font-size: 12px; color: rgba(243, 236, 225, .45); }


section.about-v2 { background: var(--soft); padding: 84px 0; }
.about-grid { display: grid; grid-template-columns: 39% 1fr; gap: 48px; align-items: start; }
.about-photo { position: sticky; top: 32px; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 5; }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.about-content { max-width: 680px; }
.about-eyebrow { margin: 0 0 14px; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--caramel); }
.about-name { margin: 0; font-size: 40px; line-height: 1.1; }
.about-role { margin: 6px 0 22px; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.about-text { max-width: 680px; margin: 0 0 15px; font-family: var(--body); font-size: 17px; line-height: 1.6; font-weight: 400; color: #5F5753; }
.about-text strong, .about-quote strong { font-weight: 700; color: var(--ink); }
.about-quote { margin: 20px 0; padding-left: 20px; border-left: 3px solid var(--accent); font-family: var(--body); font-size: 17px; line-height: 1.6; font-style: normal; color: #5F5753; }
.about-facts { margin: 28px 0 0; padding: 0; list-style: none; }
.about-facts li { padding: 13px 0; border-top: 1px solid var(--line); }
.about-facts h4 { margin: 0; font-family: var(--display); font-size: 19px; font-weight: 700; color: var(--ink); }
.about-facts p { margin: 3px 0 0; font-family: var(--body); font-size: 14px; line-height: 1.5; color: var(--muted); }

.diff-intro { max-width: 800px; }
.diff-eyebrow { margin: 0 0 20px; }
.diff-title { margin: 0 0 24px; font-size: 48px; line-height: 1.08; }
.diff-lead { max-width: 640px; margin: 0; font-family: var(--body); font-size: 18px; line-height: 1.6; font-weight: 400; color: var(--muted); }
.diff-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 64px; row-gap: 0; margin-top: 60px; border-top: 1px solid var(--line); }
.diff-item { padding: 38px 0; }
.diff-item:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
.diff-num { display: block; margin-bottom: 14px; font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--caramel); }
.diff-item h3 { margin: 0 0 10px; font-size: 24px; line-height: 1.2; }
.diff-item p { margin: 0; max-width: 46ch; font-family: var(--body); font-size: 15px; line-height: 1.6; font-weight: 400; color: var(--muted); }

.process-heading { margin-bottom: 65px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: flex; flex-direction: column; min-height: 0; height: 100%; padding: 20px 25px 28px 0; border-right: 1px solid var(--line); }
.process-list li:not(:first-child) { padding-left: 25px; }
.process-list li:last-child { border-right: 1px solid var(--line); }
.process-list span { display: block; margin-bottom: 32px; color: var(--accent-strong); font-size: 11px; }
.process-list strong { display: block; max-width: 170px; font-family: var(--display); font-size: 21px; font-weight: 700; line-height: 1.2; }
.process-list small { display: block; max-width: 210px; margin-top: 13px; color: var(--muted); font-size: 13px; line-height: 1.5; }

section.contact-section { padding: 0; color: var(--cream); background: var(--dark); border-top: none; }
.contact-inner-v2 { padding-top: 96px; padding-bottom: 96px; }
.contact-section .eyebrow { color: var(--caramel); }
.contact-section h2 em { color: var(--caramel); }
.contact-head { max-width: 640px; margin-bottom: 56px; }
.contact-lead { max-width: 480px; margin-top: 20px; color: rgba(243, 236, 225, .75); font-size: 16px; line-height: 1.55; }
.contact-quickinfo { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 26px; margin-top: 24px; font-size: 14px; color: rgba(243, 236, 225, .55); }
.contact-quickinfo a { color: var(--cream); }
.contact-quickinfo a:hover { color: var(--caramel); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-offer { background: rgba(243, 236, 225, .04); border: 1px solid rgba(243, 236, 225, .16); padding: 40px; }
.contact-offer h3 { font-family: var(--display); font-weight: 700; font-size: 26px; color: var(--cream); margin-bottom: 16px; }
.contact-offer p { color: rgba(243, 236, 225, .7); font-size: 16px; line-height: 1.6; margin-bottom: 30px; }
.contact-offer-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--cream); }
.button-outline { color: var(--cream); background: transparent; border: 1px solid rgba(243, 236, 225, .35); }
.button-outline:hover { border-color: var(--caramel); color: var(--caramel); }
.contact-links { display: flex; flex-direction: column; }
.contact-link-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 24px; border: 1px solid rgba(243, 236, 225, .16); border-bottom: none; font-size: 15px; color: var(--cream); transition: background .15s ease; }
.contact-links .contact-link-row:last-child { border-bottom: 1px solid rgba(243, 236, 225, .16); }
.contact-link-row:hover { background: rgba(243, 236, 225, .05); }
.contact-link-arrow { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--caramel); }
.site-footer { background: var(--dark); }
.site-footer-inner { color: rgba(243, 236, 225, .55); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding: 84px 0 56px; }
.footer-brand h3 { font-family: var(--display); font-weight: 700; font-size: 21px; color: var(--cream); margin-bottom: 16px; }
.footer-brand p { max-width: 320px; color: rgba(243, 236, 225, .6); font-size: 14px; line-height: 1.65; }
.footer-col-title { margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--caramel); }
.footer-col a { display: block; margin-bottom: 13px; font-size: 14px; color: rgba(243, 236, 225, .75); }
.footer-col a:hover { color: var(--caramel); }
.footer-bottom { padding: 26px 0 40px; border-top: 1px solid rgba(243, 236, 225, .16); }
.footer-bottom-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 12px 24px; margin-bottom: 20px; font-size: 12px; letter-spacing: .03em; color: rgba(243, 236, 225, .55); }
.footer-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom-links a { color: rgba(243, 236, 225, .55); }
.footer-bottom-links a:hover { color: var(--caramel); }
.footer-disclaimer { max-width: 900px; margin: 0; font-size: 12px; line-height: 1.65; color: rgba(243, 236, 225, .4); }

.legal-page { padding: 100px 0 130px; }
.legal-inner { max-width: 760px; margin: 0 auto; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 48px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.legal-back:hover { color: var(--ink); }
.legal-back svg { transform: rotate(225deg); width: 0.9em; height: 0.9em; }
.legal-inner h1 { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 4.5vw, 44px); letter-spacing: -.01em; line-height: 1.1; margin-bottom: 10px; }
.legal-updated { color: var(--muted); font-size: 13px; margin-bottom: 50px; }
.legal-inner h2 { font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: -.005em; line-height: 1.3; margin: 42px 0 14px; color: var(--accent-strong); }
.legal-inner p, .legal-inner li { font-size: 16px; line-height: 1.75; color: var(--ink); margin-bottom: 14px; }
.legal-inner ul, .legal-inner ol { padding-left: 20px; margin-bottom: 14px; }
.legal-intro { color: var(--muted); font-size: 16px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }

/* Report page (demo report) */
.report-page { padding: 100px 0 130px; }
.report-inner { max-width: 800px; margin: 0 auto; }
.report-eyebrow { margin: 0 0 14px; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--caramel); }
.report-inner h1 { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 4.5vw, 44px); letter-spacing: -.01em; line-height: 1.1; margin: 0 0 10px; }
.report-meta { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 28px; }
.report-disclaimer { background: rgba(185, 128, 85, .09); border: 1px solid rgba(185, 128, 85, .25); border-radius: 12px; padding: 16px 20px; font-size: 14px; line-height: 1.6; color: var(--ink); margin-bottom: 28px; }
.report-client { font-style: italic; color: var(--muted); font-size: 15px; line-height: 1.6; padding-bottom: 36px; border-bottom: 1px solid var(--line); margin-bottom: 44px; }

.report-section-title { display: flex; align-items: center; gap: 14px; font-family: var(--display); font-weight: 700; font-size: 26px; letter-spacing: -.005em; line-height: 1.25; color: var(--accent-strong); margin: 52px 0 20px; }
.report-section-title:first-of-type { margin-top: 0; }
.report-section-num { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--dark); color: var(--caramel); font-family: var(--body); font-size: 14px; font-weight: 700; }
.report-lead { color: var(--muted); font-style: italic; font-size: 15px; margin: -8px 0 20px; }
.report-footnote { color: var(--muted); font-size: 13px; margin-top: 12px; }

.report-quickgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0 0 24px; }
.report-quickgrid-item { padding: 20px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.report-quickgrid-item .label { margin: 0 0 8px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--caramel); }
.report-quickgrid-item p:last-child { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink); }

.report-advice { background: var(--dark); color: var(--cream); border-radius: 16px; padding: 28px 30px; margin: 0 0 22px; }
.report-advice-title { margin: 0 0 12px; font-family: var(--display); font-weight: 700; font-size: 19px; color: var(--caramel); }
.report-advice p { margin: 0 0 12px; font-size: 15px; line-height: 1.6; color: rgba(243, 236, 225, .88); }
.report-advice ul { margin: 0; padding-left: 20px; display: grid; gap: 8px; }
.report-advice li { font-size: 15px; line-height: 1.55; color: rgba(243, 236, 225, .82); }

.verdict-badge { display: flex; align-items: center; justify-content: center; text-align: center; width: 100%; box-sizing: border-box; padding: 18px 22px; border-radius: 12px; font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: .01em; color: var(--white); margin: 0 0 40px; }
.verdict-badge--good { background: #4C7A5A; }
.verdict-badge--caution { background: var(--caramel); }
.verdict-badge--hold { background: #A6633C; }
.verdict-badge--avoid { background: var(--accent); }

.report-table { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin: 0 0 10px; }
.report-table-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; padding: 14px 20px; }
.report-table-row:nth-child(odd) { background: var(--white); }
.report-table-row span:first-child { font-size: 13px; font-weight: 700; color: var(--muted); }
.report-table-row span:last-child { font-size: 15px; line-height: 1.5; color: var(--ink); }

.report-callout { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px 22px; border-radius: 12px; border-left: 3px solid var(--line); margin: 0 0 14px; }
.report-callout .tag { display: inline-flex; padding: 3px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.report-callout p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink); }
.report-callout--fact { border-left-color: var(--caramel); background: rgba(185, 128, 85, .07); }
.report-callout--fact .tag { background: rgba(185, 128, 85, .2); color: #8A5C37; }
.report-callout--insight { border-left-color: var(--accent); background: rgba(123, 41, 53, .05); }
.report-callout--insight .tag { background: rgba(123, 41, 53, .14); color: var(--accent); }
.report-callout--claim { border-left-color: var(--muted); background: rgba(116, 108, 103, .07); }
.report-callout--claim .tag { background: rgba(116, 108, 103, .18); color: var(--muted); }

.report-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 8px; }
.report-proscons h3 { font-family: var(--display); font-weight: 700; font-size: 18px; margin: 0 0 14px; color: var(--ink); }
.report-proscons ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.report-proscons li { position: relative; padding-left: 24px; font-size: 15px; line-height: 1.5; color: var(--ink); }
.report-proscons li::before { position: absolute; left: 0; top: 0; font-weight: 700; }
.report-pros li::before { content: "+"; color: #4C7A5A; }
.report-cons li::before { content: "–"; color: var(--accent); }

.report-numlist { margin: 0 0 32px; padding: 0; list-style: none; display: grid; gap: 12px; counter-reset: report-num; }
.report-numlist li { position: relative; padding-left: 40px; font-size: 15px; line-height: 1.55; color: var(--ink); counter-increment: report-num; }
.report-numlist li::before { content: counter(report-num); position: absolute; left: 0; top: 0; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); font-size: 12px; font-weight: 700; color: var(--muted); }
.report-numlist--flag li::before { background: rgba(123, 41, 53, .1); border-color: rgba(123, 41, 53, .3); color: var(--accent); }
.report-subtitle { font-family: var(--display); font-weight: 700; font-size: 18px; margin: 28px 0 14px; color: var(--ink); }
.report-subtitle:first-child { margin-top: 0; }

.report-upsell { color: var(--muted); font-style: italic; font-size: 14px; margin: -16px 0 40px; }

.report-signature { padding-top: 28px; border-top: 1px solid var(--line); margin-bottom: 28px; }
.report-signature .name { font-family: var(--display); font-weight: 700; font-size: 18px; margin: 0 0 4px; color: var(--ink); }
.report-signature p { margin: 0 0 4px; font-size: 14px; color: var(--muted); }

.report-disclosure { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; margin-bottom: 36px; }
.report-disclosure .title { font-weight: 700; font-size: 14px; margin: 0 0 8px; color: var(--ink); }
.report-disclosure p:last-child { margin: 0; font-size: 13px; line-height: 1.6; color: var(--muted); }

.report-cta { width: 100%; justify-content: center; box-sizing: border-box; }

@media (max-width: 1100px) and (min-width: 701px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .services-title { font-size: 46px; }
}

@media (max-width: 700px) {
  body { line-height: 1.5; }
  .section-shell { width: min(100% - 40px, 1160px); }
  .site-header-inner { width: min(100% - 40px, 1160px); height: 72px; gap: 12px; }
  .brand-name { font-size: 20px; }
  .brand-mark { width: 32px; height: 32px; }
  .site-header.is-scrolled .site-header-inner { height: 60px; }
  .hero { min-height: 0; padding: 30px 0 40px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero-photo { width: auto; aspect-ratio: 4 / 3; max-height: 42vh; max-width: none; align-self: stretch; order: 3; }
  .hero-copy { order: 1; }
  h1 { font-size: clamp(32px, 9vw, 46px); margin-bottom: 16px; }
  .hero-kicker { font-size: 13px; }
  .hero-kicker-sub { margin-bottom: 14px; font-size: 11px; }
  .hero-subtitle { max-width: none; font-size: 17px; line-height: 1.5; margin-bottom: 18px; }
  .hero-extra { margin-bottom: 20px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 0; }
  .hero-actions .button { justify-content: center; }
  .hero-advantages-grid { grid-template-columns: 1fr 1fr; }
  .hero-adv-item { padding: 28px 18px 26px 0; border-right: 1px solid rgba(243, 236, 225, .14); border-bottom: 1px solid rgba(243, 236, 225, .14); }
  .hero-adv-item:nth-child(2n) { border-right: none; padding-left: 18px; padding-right: 0; }
  .hero-adv-item:nth-last-child(-n+2) { border-bottom: none; }
  .hero-adv-num { top: 28px; }
  .hero-adv-item:last-child .hero-adv-num, .hero-adv-item:nth-child(2n) .hero-adv-num { right: 0; }
  section:not(.hero) { padding: 64px 0; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading .eyebrow { margin-bottom: 18px; }
  h2 { font-size: clamp(40px, 13vw, 64px); }
  section.services { padding: 48px 0 56px; }
  .services-title { font-size: 38px; }
  .services-lead { font-size: 17px; line-height: 1.5; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .service-card { padding: 24px; min-height: auto; }
  .service-card h3, .service-card p { max-width: none; }
  .service-card-cta { width: 100%; justify-content: center; }
  .mini-product-inner { display: flex; flex-direction: column; padding-top: 38px; padding-bottom: 38px; gap: 24px; }
  .mini-product-title { font-size: 28px; }
  .mini-product-lead { max-width: none; line-height: 1.5; }
  .mini-product-card { max-width: none; }
  section.about-v2 { padding: 48px 0; }
  .about-grid { display: flex; flex-direction: column; }
  .about-content { display: contents; }
  .about-photo { position: static; order: 4; width: 100%; aspect-ratio: 4 / 3; border-radius: 12px; margin: 28px 0; }
  .about-eyebrow { order: 1; }
  .about-name { order: 2; font-size: 34px; }
  .about-role { order: 3; }
  .about-text-1 { order: 5; }
  .about-text-2 { order: 6; }
  .about-quote { order: 7; }
  .about-text-3 { order: 8; }
  .about-facts { order: 9; }
  .about-content, .about-name, .about-text, .about-quote { max-width: none; }
  .about-text, .about-quote { font-size: 16px; line-height: 1.5; }
  .diff-title { font-size: 32px; }
  .diff-lead { font-size: 16px; line-height: 1.5; }
  .diff-grid { grid-template-columns: 1fr; column-gap: 0; margin-top: 28px; }
  .diff-item { padding: 22px 0; border-bottom: 1px solid var(--line) !important; }
  .diff-item:last-child { border-bottom: 0 !important; }
  .diff-item h3 { font-size: 21px; }
  .diff-item p { max-width: none; line-height: 1.5; }
  .process-list { display: block; }
  .process-list li, .process-list li:not(:first-child) { display: grid; grid-template-columns: 35px 1fr; min-height: 185px; height: auto; padding: 22px 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list span { margin: 0; }
  .process-list strong { max-width: none; font-size: 20px; }
  .process-list small { grid-column: 2; max-width: none; margin-top: 8px; }
  .process-list li:last-child { border-bottom: 0; }
  .contact-inner-v2 { padding-top: 62px; padding-bottom: 62px; }
  .contact-head { margin-bottom: 32px; }
  .contact-lead { line-height: 1.5; }
  .contact-grid { display: block; }
  .contact-offer { margin-bottom: 24px; padding: 24px; }
  .contact-offer p { line-height: 1.5; }
  .contact-link-row { padding: 18px 20px; font-size: 14px; }
  .footer-top { display: block; padding: 44px 0 8px; }
  .footer-brand { margin-bottom: 28px; }
  .footer-brand p { max-width: none; line-height: 1.5; }
  .footer-col { margin-bottom: 26px; }
  .footer-bottom { padding: 18px 0 28px; }
  .footer-bottom-row { display: block; }
  .footer-bottom-row span { display: block; margin-bottom: 14px; }
  .legal-page { padding: 48px 0 70px; }
  .legal-back { margin-bottom: 26px; }
  .legal-updated { margin-bottom: 28px; }
  .legal-inner p, .legal-inner li { line-height: 1.5; }
  .report-page { padding: 44px 0 62px; }
  .report-section-title { font-size: 22px; gap: 10px; margin: 40px 0 16px; }
  .report-section-num { width: 28px; height: 28px; font-size: 12px; }
  .report-quickgrid { grid-template-columns: 1fr; }
  .report-table-row { grid-template-columns: 1fr; gap: 4px; }
  .report-proscons { grid-template-columns: 1fr; gap: 28px; }
  .report-advice { padding: 22px 20px; }
  .verdict-badge { font-size: 18px; padding: 16px 18px; }
}
