@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Syne:wght@600;700&display=swap");

:root {
  --ink: #182127;
  --muted: #5c686d;
  --amber: #d78b18;
  --amber-dark: #9f5d08;
  --honey: #f8c75e;
  --ice: #eaf6f7;
  --frost: rgba(255, 255, 255, .72);
  --line: rgba(42, 62, 67, .16);
  --smoke: #34434a;
  --paper: #f8faf8;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(45, 57, 61, .11);
  --font-body: "Manrope", system-ui, sans-serif;
  --font-display: "Syne", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--font-body); }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 88% 8%, rgba(187, 231, 235, .5), transparent 27%), radial-gradient(circle at 12% 40%, rgba(248, 199, 94, .19), transparent 30%), linear-gradient(150deg, #fbfcfa 0%, #f0f7f7 100%); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: rgba(159, 93, 8, .45); text-underline-offset: .2em; }
a:hover { text-decoration-color: var(--amber); }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -.025em; margin: 0 0 .65em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.1em; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding-block: clamp(72px, 10vw, 130px); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow, .card-kicker { color: var(--amber-dark); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .77rem; margin-bottom: 1rem; }
.lede { max-width: 750px; color: var(--smoke); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.meta { color: var(--muted); font-size: .83rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid #b36b0c; border-radius: 12px; background: linear-gradient(145deg, #ffd773, #d98d1a); box-shadow: inset 0 1px rgba(255,255,255,.7), 0 8px 22px rgba(186, 111, 10, .2); color: #332006; font: 700 .9rem var(--font-body); text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: inset 0 1px rgba(255,255,255,.75), 0 12px 28px rgba(186, 111, 10, .3); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #167d8c; outline-offset: 3px; }
.button.small { min-height: 42px; padding: 0 18px; font-size: .82rem; }
.button:disabled { opacity: .6; cursor: wait; }
.arrow-link { color: var(--amber-dark); font-weight: 700; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248,250,248,.78); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px) saturate(120%); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-family: var(--font-display); text-decoration: none; }
.brand-mark { width: 34px; height: 38px; display: grid; place-items: center; border-radius: 8px 14px 8px 14px; color: #3d280b; background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(247,178,53,.9)); border: 1px solid rgba(159,93,8,.35); }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav a { font-size: .87rem; font-weight: 600; text-decoration: none; }
.main-nav .nav-cta { padding: 10px 16px; border: 1px solid var(--amber); border-radius: 10px; }
.nav-toggle { display: none; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: white; font: 700 .85rem var(--font-body); }

.hero { padding: clamp(48px, 7vw, 95px) 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(35px, 7vw, 85px); align-items: center; }
.hero-copy h1 { max-width: 760px; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin: 32px 0 42px; flex-wrap: wrap; }
.hero-facts { display: flex; gap: 0; margin: 0; }
.hero-facts div { padding-right: 25px; margin-right: 25px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border: 0; }
.hero-facts dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-facts dd { margin: 2px 0 0; font-weight: 700; font-size: .9rem; }
.hero-visual { position: relative; margin: 0; padding: 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 36px 12px 36px 12px; background: linear-gradient(145deg, rgba(255,255,255,.66), rgba(199,231,233,.35)); box-shadow: var(--shadow); }
.hero-visual::before { content:""; position:absolute; width:150px; height:150px; right:-40px; top:-35px; z-index:-1; border-radius:50%; background:radial-gradient(circle,#f9c85f,rgba(249,200,95,0)); }
.hero-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 25px 8px 25px 8px; }
.hero-visual figcaption { position: absolute; left: -32px; bottom: 42px; width: min(330px, 82%); padding: 22px; border: 1px solid rgba(255,255,255,.85); border-radius: 16px; background: rgba(248,250,248,.88); backdrop-filter: blur(15px); box-shadow: var(--shadow); }
.hero-visual figcaption span { display:block; color:var(--amber-dark); font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; }
.hero-visual figcaption strong { display:block; margin:6px 0; line-height:1.35; }
.hero-visual figcaption a { font-size:.8rem; font-weight:700; color:var(--amber-dark); text-decoration:none; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-head > div { max-width: 680px; }
.section-head > p { max-width: 440px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { overflow: hidden; border: 1px solid rgba(44,64,69,.13); border-radius: var(--radius); background: rgba(255,255,255,.7); box-shadow: 0 12px 40px rgba(44,64,69,.06); }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.card-body { padding: 26px; }
.card-body p:not(.card-kicker) { color: var(--muted); }
.card-body h3 a, .post-card h2 a, .post-card h3 a { text-decoration: none; }
.card-end { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); font-size: .86rem; }
.card-end a { color: var(--amber-dark); font-weight: 700; text-decoration: none; }
.proof-band, .method-band { padding: 95px 0; background: linear-gradient(115deg, #1e2b31, #34464c); color: #f8f5ec; position: relative; overflow: hidden; }
.proof-band::after, .method-band::after { content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 80% 20%,rgba(244,171,45,.2),transparent 30%),linear-gradient(120deg,transparent 45%,rgba(213,241,243,.06)); }
.proof-band .eyebrow, .method-band .eyebrow { color: var(--honey); }
.proof-grid { position:relative; z-index:1; display:grid; grid-template-columns:.7fr 1.2fr .7fr; gap:55px; align-items:start; }
blockquote { margin: 0; font: 600 clamp(1.25rem,2vw,1.65rem)/1.55 var(--font-display); }
blockquote footer { margin-top: 18px; color: #cbd7d9; font: 400 .82rem/1.5 var(--font-body); }
.proof-grid ol { list-style:none; margin:0; padding:0; }
.proof-grid li { padding:12px 0; border-bottom:1px solid rgba(255,255,255,.15); }
.proof-grid li strong { color:var(--honey); margin-right:12px; font-size:.75rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 18px 6px 18px 6px; margin-bottom: 22px; }
.post-card p { color: var(--muted); }
.post-grid.large { grid-template-columns: repeat(2, 1fr); gap: 55px 35px; }
.cta-panel { margin-block: 55px 110px; padding: clamp(30px,5vw,60px); display:flex; align-items:center; justify-content:space-between; gap:35px; border:1px solid rgba(176,110,15,.25); border-radius:30px 10px 30px 10px; background:linear-gradient(130deg,rgba(255,255,255,.7),rgba(247,190,78,.18)); box-shadow:var(--shadow); }
.cta-panel > div { max-width: 760px; }
.cta-panel h2 { font-size: clamp(1.8rem,3vw,2.8rem); }

.page-hero { padding: clamp(75px,11vw,145px) 0 65px; }
.page-hero h1 { max-width: 960px; font-size:clamp(2.8rem,6vw,5rem); }
.detail-hero, .article-hero { display:grid; grid-template-columns:1fr 1fr; gap:clamp(35px,7vw,90px); align-items:center; padding-block:clamp(65px,9vw,120px); }
.detail-hero img, .article-hero img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:32px 8px 32px 8px; box-shadow:var(--shadow); }
.detail-hero .price { font-weight:700; margin:28px 0 18px; }
.service-list { display:grid; gap:34px; }
.service-row { display:grid; grid-template-columns:.85fr 1.15fr; gap:42px; padding:20px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.66); }
.service-row > img { width:100%; height:100%; min-height:350px; object-fit:cover; border-radius:15px 5px 15px 5px; }
.service-row > div { padding:35px 30px 30px 0; }
.check-list { list-style:none; padding:0; margin:25px 0; }
.check-list li { padding:9px 0 9px 27px; position:relative; border-bottom:1px solid var(--line); }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--amber-dark); font-weight:700; }
.check-list.large { margin:0; font-size:1.05rem; }
.price-note { margin-top:25px; color:var(--muted); font-size:.83rem; }
.feature-list { list-style:none; padding:0; margin:35px 0 75px; }
.feature-list li { display:flex; gap:20px; padding:25px 0; border-bottom:1px solid var(--line); }
.feature-list li > span { flex:0 0 36px; width:36px; height:36px; display:grid; place-items:center; border-radius:50%; color:#51340a; background:var(--honey); }
.feature-list p { color:var(--muted); margin:.4em 0 0; }
.article-hero h1 { font-size:clamp(2.5rem,5vw,4.7rem); }
.article-body { max-width:760px; padding-bottom:120px; font-size:1.08rem; }
.article-body h2 { margin-top:2.2em; font-size:2rem; }
.article-lead { font-size:1.35rem; color:var(--smoke); }
.source-note { margin:55px 0; padding:25px; border-left:4px solid var(--amber); background:rgba(246,195,89,.13); }
.source-note p { margin:.4em 0 0; font-size:.92rem; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,8vw,90px); align-items:center; }
.rounded-image { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:32px 8px 32px 8px; }
.person-card { max-width:820px; display:grid; grid-template-columns:230px 1fr; gap:35px; align-items:center; padding:22px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.72); }
.person-card img { width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:15px 5px 15px 5px; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.process-grid article { padding:35px 27px; background:rgba(255,255,255,.85); }
.process-grid span { color:var(--amber-dark); font:700 .8rem var(--font-display); }
.process-grid h2 { margin-top:30px; font-size:1.45rem; }
.process-grid p { color:var(--muted); font-size:.9rem; }
.contact-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:60px; align-items:start; }
.contact-form { padding:clamp(25px,5vw,50px); border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.76); box-shadow:var(--shadow); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.field { margin-bottom:20px; }
.field label { display:block; margin-bottom:6px; font-size:.85rem; font-weight:700; }
input, textarea, select { width:100%; padding:13px 14px; border:1px solid #aab8ba; border-radius:8px; background:#fff; color:var(--ink); font:inherit; }
textarea { resize:vertical; }
[aria-invalid="true"] { border-color:#a73528; }
.field-error, .field-help { margin:5px 0 0; font-size:.78rem; }
.field-error { min-height:1em; color:#9b2e24; font-weight:600; }
.field-help { color:var(--muted); }
.checkbox { display:flex; gap:11px; align-items:start; margin:12px 0 7px; font-size:.82rem; }
.checkbox input { width:auto; margin-top:6px; }
.form-status, .inline-status { margin:15px 0 0; font-weight:700; }
.is-success { color:#176038; }
.is-error, .island-error { color:#9b2e24; }
.contact-aside { padding:20px; }
.contact-aside img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:20px 6px 20px 6px; margin-bottom:30px; }
.contact-aside h2 { font-size:1.6rem; }
.smallprint { color:var(--muted); font-size:.82rem; }
.legal { max-width:820px; padding-block:clamp(70px,10vw,130px); }
.legal h1 { font-size:clamp(2.6rem,6vw,4.8rem); }
.legal h2 { margin-top:2em; font-size:1.55rem; }
.legal code { padding:2px 6px; border-radius:4px; background:#e7eeee; }
.not-found { min-height:75vh; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; padding-block:70px; }
.not-found h1 { font-size:clamp(2.5rem,5vw,4.5rem); }
.not-found img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:35px 8px 35px 8px; }
.error-code { margin:0; color:rgba(207,126,18,.18); font:700 clamp(5rem,13vw,10rem)/.8 var(--font-display); }

.site-footer { padding-top:70px; color:#e9efef; background:#182329; }
.footer-grid { display:grid; grid-template-columns:1.5fr .7fr .8fr 1fr; gap:45px; padding-bottom:60px; }
.footer-grid h2 { color:var(--honey); font:700 .75rem var(--font-body); text-transform:uppercase; letter-spacing:.12em; }
.footer-grid a:not(.brand) { display:block; margin:7px 0; color:#d6dfe0; font-size:.86rem; text-decoration:none; }
.footer-grid p { color:#bac7c9; font-size:.85rem; }
.footer-brand { color:white; margin-bottom:18px; }
.copyright { padding:20px 0 30px; border-top:1px solid rgba(255,255,255,.12); color:#91a2a5; font-size:.75rem; }
.cookie-banner { position:fixed; z-index:50; left:20px; bottom:20px; width:min(620px,calc(100% - 40px)); padding:22px; display:grid; grid-template-columns:1fr auto; gap:20px; border:1px solid rgba(255,255,255,.85); border-radius:18px 6px 18px 6px; background:rgba(244,248,247,.94); backdrop-filter:blur(18px); box-shadow:0 20px 60px rgba(24,35,41,.28); }
.cookie-banner[hidden] { display:none; }
.cookie-banner p { margin:4px 0 0; font-size:.82rem; color:var(--muted); }
.cookie-actions { display:flex; gap:12px; align-items:center; }
.text-button { border:0; background:transparent; text-decoration:underline; cursor:pointer; font:600 .8rem var(--font-body); }
.inline-status { grid-column:1/-1; }

@media (max-width: 900px) {
  .nav-toggle { display:block; }
  .main-nav { position:absolute; left:20px; right:20px; top:70px; display:none; padding:20px; flex-direction:column; align-items:stretch; gap:5px; border:1px solid var(--line); border-radius:14px; background:#fbfcfa; box-shadow:var(--shadow); }
  .main-nav.is-open { display:flex; }
  .main-nav a { padding:10px; }
  .hero-grid, .detail-hero, .article-hero, .split, .contact-grid, .not-found { grid-template-columns:1fr; }
  .hero-visual { width:min(620px,100%); margin:auto; }
  .service-grid, .post-grid, .post-grid.large { grid-template-columns:repeat(2,1fr); }
  .proof-grid { grid-template-columns:1fr 1fr; }
  .proof-grid > div { grid-column:1/-1; }
  .process-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1.2fr 1fr; }
  .service-row { grid-template-columns:1fr; }
  .service-row > div { padding:15px; }
}

@media (max-width: 620px) {
  .shell { width:min(100% - 28px,1180px); }
  h1 { font-size:2.65rem; }
  .hero { padding-top:45px; }
  .hero-facts { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
  .hero-facts div { border:0; margin:0; padding:0; }
  .hero-visual figcaption { left:8px; bottom:15px; }
  .section-head { align-items:start; flex-direction:column; }
  .service-grid, .post-grid, .post-grid.large, .proof-grid, .process-grid, .footer-grid { grid-template-columns:1fr; }
  .cta-panel { align-items:flex-start; flex-direction:column; }
  .person-card { grid-template-columns:1fr; }
  .person-card img { max-width:260px; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .cookie-banner { grid-template-columns:1fr; }
  .cookie-actions { justify-content:flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition-duration:.01ms !important; }
}
