@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap');

:root {
  --ink: #172127;
  --muted: #5d686d;
  --ice: #f4f8f7;
  --blue: #dfecef;
  --amber: #d99419;
  --amber-dark: #9b5d08;
  --honey: #f4c662;
  --line: rgba(33, 55, 63, .15);
  --glass: rgba(255, 255, 255, .62);
  --shadow: 0 22px 55px rgba(62, 78, 82, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 82% 3%, rgba(236, 181, 69, .18), transparent 28rem), linear-gradient(135deg, #f9fbfa 0%, #eff5f4 48%, #f8f4ea 100%); font-family: "Manrope", sans-serif; line-height: 1.7; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, black, transparent 60%); z-index: -1; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: "Newsreader", serif; line-height: 1.08; letter-spacing: -.025em; margin: 0 0 .55em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.9rem); }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
h3 { font-size: 1.65rem; }
p { margin: 0 0 1.1rem; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { max-width: 1480px; margin: 0 auto; height: 92px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.05rem; font-weight: 500; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { width: 26px; aspect-ratio: 1; display: inline-block; transform: rotate(45deg); background: linear-gradient(135deg, #fff 4%, var(--honey) 40%, var(--amber-dark)); border: 1px solid rgba(255,255,255,.8); box-shadow: inset 4px 4px 9px rgba(255,255,255,.8), 0 5px 12px rgba(155,93,8,.22); }
.main-nav { display: flex; gap: clamp(1rem, 2.3vw, 2.5rem); align-items: center; }
.main-nav a { text-decoration: none; font-size: .84rem; font-weight: 600; letter-spacing: .04em; }
.main-nav a[aria-current="page"] { color: var(--amber-dark); }
.nav-toggle { display: none; }
.hero, .page-hero, .section, .cards, .article, .contact-layout, .quote-block, .cta-panel, .not-found { max-width: 1320px; margin-left: auto; margin-right: auto; }
.home-hero { min-height: calc(100vh - 92px); padding: 7vh 3vw 11vh; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 6vw, 7rem); }
.hero-copy { padding-left: 2vw; }
.hero-copy h1 { max-width: 850px; }
.lead { font-size: clamp(1.12rem, 1.6vw, 1.4rem); color: var(--muted); max-width: 760px; line-height: 1.6; }
.eyebrow { color: var(--amber-dark); text-transform: uppercase; letter-spacing: .17em; font-size: .73rem; font-weight: 700; }
.actions { display: flex; gap: 1.7rem; align-items: center; margin-top: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; border: 1px solid rgba(255,255,255,.72); border-radius: 9px; padding: .92rem 1.4rem; color: #251800; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(244,198,98,.76) 22%, #d99116 78%); box-shadow: inset 2px 2px 5px white, inset -2px -2px 6px rgba(119,68,0,.2), 0 8px 18px rgba(120,80,15,.16); font: 700 .84rem "Manrope"; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: inset 1px 1px 4px white, 0 12px 22px rgba(120,80,15,.24); }
.button-ghost { background: rgba(255,255,255,.68); box-shadow: inset 1px 1px 4px white; }
.text-link { display: inline-flex; gap: .7rem; align-items: center; font-weight: 700; font-size: .88rem; text-underline-offset: 5px; }
.text-link span { color: var(--amber-dark); font-size: 1.2rem; }
.hero-visual { position: relative; padding: 1.1rem; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.33); box-shadow: var(--shadow); backdrop-filter: blur(15px); }
.hero-visual::before { content: ""; position: absolute; inset: -20px 20% 65% -28px; z-index: -1; background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(126,174,184,.18)); border: 1px solid white; transform: rotate(-3deg); }
.hero-visual img { width: 100%; height: 66vh; min-height: 470px; object-fit: cover; filter: saturate(.72) sepia(.08); }
.signal-card { position: absolute; left: -3.2rem; bottom: 2.2rem; width: min(340px, 75%); padding: 1.5rem; border: 1px solid rgba(255,255,255,.8); background: rgba(244,248,247,.82); backdrop-filter: blur(17px); box-shadow: var(--shadow); }
.signal-card span, .signal-card strong, .signal-card a { display: block; }
.signal-card span { color: var(--amber-dark); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.signal-card strong { font-family: "Newsreader"; font-size: 1.35rem; line-height: 1.2; margin: .5rem 0 1rem; }
.signal-card a { font-size: .75rem; font-weight: 700; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 100%; padding: 1.5rem max(5vw, calc((100vw - 1220px)/2)); background: rgba(223,236,239,.62); border-block: 1px solid rgba(255,255,255,.8); }
.trust-strip p { margin: 0; padding: .7rem 2rem; border-right: 1px solid var(--line); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.trust-strip p:last-child { border: 0; }
.trust-strip span { color: var(--amber-dark); margin-right: 1rem; }
.section { padding: 8rem 3vw; }
.split-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; }
.split-intro p { font-size: 1.08rem; color: var(--muted); }
.cards { padding: 0 3vw 8rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.glass-card { border: 1px solid rgba(255,255,255,.86); background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(223,236,239,.4)); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.service-card { padding: .75rem; }
.service-card img { height: 250px; width: 100%; object-fit: cover; filter: saturate(.6); }
.service-card div { padding: 1.5rem 1.2rem .8rem; }
.service-card p { color: var(--muted); font-size: .92rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.1rem; }
.post-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; margin-bottom: 1.5rem; filter: saturate(.65); }
.post-card h2, .post-card h3 { margin-bottom: .45rem; }
.post-card h2 a, .post-card h3 a { text-decoration: none; }
.post-card p { color: var(--muted); }
.meta { color: var(--amber-dark) !important; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem !important; font-weight: 700; }
.quote-block { margin-top: 3rem; margin-bottom: 9rem; padding: 5rem 7vw; position: relative; background: linear-gradient(135deg, rgba(219,233,236,.85), rgba(255,248,229,.65)); border: 1px solid white; box-shadow: var(--shadow); }
.quote-block::before { content: "“"; color: rgba(217,148,25,.3); position: absolute; top: -.6rem; left: 2rem; font: 9rem "Newsreader"; }
blockquote { margin: 0; font: 500 clamp(1.8rem, 3.3vw, 3.2rem)/1.28 "Newsreader"; max-width: 1000px; }
.quote-block > p { color: var(--muted); margin: 2rem 0 0; }
.cta-panel { margin-bottom: 8rem; padding: 4rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: linear-gradient(120deg, #233238, #3b4849); color: white; position: relative; overflow: hidden; }
.cta-panel::after { content: ""; position: absolute; width: 250px; height: 250px; right: -80px; top: -120px; border-radius: 50%; background: rgba(217,148,25,.35); filter: blur(5px); }
.cta-panel .button { position: relative; z-index: 1; flex: none; }
.cta-panel h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.site-footer { padding: 5rem max(5vw, calc((100vw - 1220px)/2)) 2rem; background: #e5eceb; display: grid; grid-template-columns: 2fr 1.2fr 1fr; gap: 3rem; border-top: 1px solid white; }
.site-footer h2 { font: 700 .75rem "Manrope"; text-transform: uppercase; letter-spacing: .12em; }
.site-footer p, .site-footer address { color: var(--muted); font-style: normal; font-size: .85rem; }
.site-footer > div:last-of-type a { display: block; font-size: .85rem; margin-bottom: .45rem; }
.footer-brand { margin-bottom: 1rem; }
.copyright { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1.5rem; margin-top: 2rem !important; }
.page-hero { padding: 11vh 3vw 8vh; text-align: center; }
.page-hero h1 { font-size: clamp(3.6rem, 7vw, 7.3rem); max-width: 1000px; margin-inline: auto; }
.page-hero .lead { margin-inline: auto; }
.service-list { padding-top: 4rem; }
.service-list article { display: grid; grid-template-columns: 70px .75fr 1fr; gap: 3vw; align-items: center; padding: 2rem 0; border-top: 1px solid var(--line); }
.service-list img { height: 300px; width: 100%; object-fit: cover; filter: saturate(.62); }
.service-number { font-family: "Newsreader"; color: var(--amber-dark); font-size: 1.8rem; align-self: start; }
.pricing-note { max-width: 800px; margin: 0 auto 8rem; padding: 3rem; text-align: center; background: rgba(255,255,255,.58); border: 1px solid white; }
.pricing-note h2 { font-size: 2.2rem; }
.magazine-grid { max-width: 1200px; margin: 0 auto; padding: 4rem 3vw 10rem; }
.plan-grid { padding-top: 4rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.plan-grid article { padding: 2.5rem; background: rgba(255,255,255,.58); border: 1px solid white; min-height: 310px; }
.plan-grid span { color: var(--amber-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.plan-grid h2 { font-size: 2rem; margin-top: 2rem; }
.editorial-method { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.editorial-method ol { margin: 0; padding: 0; list-style: none; counter-reset: criteria; }
.editorial-method li { counter-increment: criteria; padding: 1.2rem 0 1.2rem 3.5rem; border-top: 1px solid var(--line); position: relative; }
.editorial-method li::before { content: "0" counter(criteria); position: absolute; left: 0; color: var(--amber-dark); font-family: "Newsreader"; font-size: 1.35rem; }
.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 6vw; padding-top: 3rem; }
.contact-form { padding: 2.5rem; }
.field { margin-bottom: 1.25rem; }
label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: .4rem; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: .9rem; background: rgba(255,255,255,.72); color: var(--ink); font: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--honey); outline-offset: 2px; }
.check { display: flex; gap: .6rem; font-weight: 400; margin: 1.5rem 0 .2rem; }
.check input { width: auto; margin-top: .4rem; }
.field-error, .island-error { display: block; color: #8c241b; font-size: .76rem; margin-top: .3rem; }
.form-status { margin: 1rem 0 0; font-weight: 700; }
.contact-card { padding: 3rem 0; }
.contact-card address { font-style: normal; }
.legal-content { max-width: 820px; padding-top: 2rem; }
.legal-content section { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.legal-content h2 { font-size: 2rem; }
.article { padding: 9vh 3vw 10rem; }
.article-header { max-width: 970px; text-align: center; margin: 0 auto 4rem; }
.article-header h1 { font-size: clamp(3.2rem, 6vw, 6rem); }
.article-header .lead { margin-inline: auto; }
.article-cover { width: 100%; max-height: 620px; object-fit: cover; filter: saturate(.65); }
.article-body { max-width: 760px; margin: 4rem auto; }
.article-body p { font-size: 1.07rem; color: #3f4b50; }
.article-intro { font: 500 1.5rem/1.55 "Newsreader" !important; color: var(--ink) !important; }
.article-body section { margin: 3rem 0; }
.article-body h2 { font-size: 2.3rem; }
.note { padding: 2rem; margin-top: 3rem; border-left: 4px solid var(--amber); background: rgba(255,255,255,.58); }
.note p { margin: .5rem 0 0; }
.article-footer { max-width: 760px; margin: auto; padding-top: 2rem; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.article-footer p { margin: 0; font-family: "Newsreader"; font-size: 1.4rem; }
.not-found { min-height: 75vh; padding: 12vh 3vw; text-align: center; }
.not-found h1 { font-size: clamp(3rem, 6vw, 5.7rem); max-width: 800px; margin-inline: auto; }
.not-found > p:not(.error-code,.eyebrow) { color: var(--muted); margin-bottom: 2rem; }
.error-code { font: 600 8rem/1 "Newsreader"; color: rgba(217,148,25,.22); margin: 0; }
.cookie-banner { position: fixed; z-index: 50; left: 2rem; right: 2rem; bottom: 1.5rem; max-width: 1050px; margin: auto; padding: 1.2rem 1.5rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem 2rem; align-items: center; background: rgba(245,248,247,.91); backdrop-filter: blur(18px); border: 1px solid white; box-shadow: 0 20px 60px rgba(30,40,44,.25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: .2rem 0 0; font-size: .78rem; color: var(--muted); }
.cookie-actions { display: flex; gap: .7rem; }
.cookie-banner .island-error { grid-column: 1/-1; color: #8c241b; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .nav-toggle { display: block; border: 1px solid var(--line); background: rgba(255,255,255,.6); padding: .6rem .8rem; font: 700 .78rem "Manrope"; }
  .main-nav { display: none; position: absolute; z-index: 20; top: 70px; left: 3vw; right: 3vw; padding: 1.2rem; flex-direction: column; align-items: stretch; background: rgba(247,250,249,.97); border: 1px solid white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .home-hero { grid-template-columns: 1fr; padding-top: 8vh; }
  .hero-visual { margin-left: 3rem; }
  .hero-visual img { height: 55vh; }
  .split-intro, .editorial-method, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .service-grid, .post-grid, .plan-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:last-child, .plan-grid article:last-child { grid-column: 1/-1; }
  .service-list article { grid-template-columns: 45px 1fr; }
  .service-list article > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  h1 { font-size: 3.2rem; }
  .home-hero { padding-inline: 5vw; }
  .hero-copy { padding: 0; }
  .hero-visual { margin: 1rem 0 0 1rem; padding: .55rem; }
  .hero-visual img { min-height: 400px; }
  .signal-card { left: -1rem; bottom: 1rem; }
  .trust-strip, .service-grid, .post-grid, .plan-grid { grid-template-columns: 1fr; }
  .trust-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 5rem 5vw; }
  .cards { padding-inline: 5vw; }
  .service-grid article:last-child, .plan-grid article:last-child { grid-column: auto; }
  .section-heading, .cta-panel, .article-footer { align-items: flex-start; flex-direction: column; }
  .quote-block { margin-inline: 3vw; padding: 4rem 7vw; }
  .cta-panel { margin-inline: 3vw; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  .service-list article { display: block; }
  .service-number { margin-bottom: 1rem; }
  .service-list img { margin-bottom: 1.5rem; }
  .contact-form { padding: 1.4rem; }
  .cookie-banner { left: .7rem; right: .7rem; bottom: .7rem; grid-template-columns: 1fr; }
  .cookie-actions { flex-wrap: wrap; }
}
