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

:root {
  --ink: #182126;
  --muted: #5d686c;
  --ice: #edf6f8;
  --ice-strong: #dcecf0;
  --amber: #d88a19;
  --honey: #f5bd55;
  --smoke: #6d7476;
  --paper: #fbfdfd;
  --line: rgba(47, 71, 79, .18);
  --shadow: 0 24px 70px rgba(35, 56, 62, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 10%, rgba(245, 189, 85, .18), transparent 23rem),
    linear-gradient(135deg, #f8fcfd 0%, #edf5f6 48%, #fcfaf4 100%);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { display: block; width: 100%; object-fit: cover; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(247, 252, 252, .82); backdrop-filter: blur(18px); }
.nav-shell { width: min(1160px, calc(100% - 2rem)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); border-radius: 12px 4px 12px 4px; color: #5d3902; background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(245,189,85,.82)); box-shadow: inset 0 0 14px rgba(255,255,255,.9), 0 5px 16px rgba(178,111,12,.15); }
nav { display: flex; align-items: center; gap: 1.45rem; }
nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.nav-cta, .button { border-radius: 5px 14px 5px 14px; color: #402b0b; background: linear-gradient(135deg, #ffd47a, var(--honey)); box-shadow: inset 0 1px rgba(255,255,255,.8), 0 8px 22px rgba(206,131,23,.18); }
.nav-cta { padding: .65rem 1rem; }
.nav-toggle { display: none; }
main { overflow: hidden; }
.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5rem; padding-block: 5rem; }
.eyebrow { display: inline-flex; gap: .5rem; align-items: center; color: #8a570b; font-size: .77rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--amber); }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-family: "Newsreader", serif; }
h1 { max-width: 760px; margin: 1.2rem 0; font-size: clamp(3rem, 6vw, 5.7rem); font-weight: 500; }
h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 500; }
h3 { font-size: 1.12rem; }
.lead { max-width: 650px; color: var(--muted); font-size: 1.15rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.25rem; border: 1px solid rgba(191,112,0,.2); font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.button.secondary { color: var(--ink); background: rgba(255,255,255,.5); border-color: var(--line); box-shadow: none; backdrop-filter: blur(8px); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -1.2rem 3rem 3rem -1.2rem; border: 1px solid rgba(216,138,25,.35); border-radius: 110px 18px 90px 20px; }
.hero-visual img { position: relative; height: 520px; border-radius: 110px 18px 90px 20px; filter: saturate(.8) contrast(1.05); box-shadow: var(--shadow); }
.frost-note { position: absolute; right: -1.5rem; bottom: 2rem; width: 220px; padding: 1.1rem; border: 1px solid rgba(255,255,255,.8); border-radius: 6px 22px 6px 22px; background: rgba(242,249,250,.75); backdrop-filter: blur(15px); box-shadow: var(--shadow); font-size: .88rem; }
.frost-note strong { display: block; color: #9b6007; font-size: 1.7rem; font-family: "Newsreader"; }
.section { padding-block: 6.5rem; }
.section-head { max-width: 740px; margin-bottom: 2.7rem; }
.section-head h2 { margin: .7rem 0; }
.section-head p { color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.card { position: relative; overflow: hidden; padding: 1.7rem; border: 1px solid rgba(255,255,255,.82); border-radius: 8px 28px 8px 28px; background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(222,238,241,.46)); box-shadow: 0 15px 40px rgba(58,79,84,.08); backdrop-filter: blur(12px); }
.card::after { content: ""; position: absolute; right: -30px; bottom: -45px; width: 120px; height: 120px; border-radius: 50%; background: rgba(245,189,85,.16); filter: blur(3px); }
.card-index { color: var(--amber); font-family: "Newsreader"; font-size: 2rem; }
.card p { color: var(--muted); }
.card a { position: relative; z-index: 1; font-weight: 700; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5rem; }
.split img { height: 500px; border-radius: 20px 90px 20px 90px; box-shadow: var(--shadow); }
.quote { margin: 2rem 0 0; padding-left: 1.5rem; border-left: 2px solid var(--amber); font-family: "Newsreader"; font-size: 1.45rem; }
.quote cite { display: block; margin-top: .8rem; color: var(--muted); font: .8rem "Manrope"; }
.band { padding: 4rem; border: 1px solid rgba(255,255,255,.85); border-radius: 12px 70px 12px 70px; background: linear-gradient(120deg, rgba(224,240,243,.8), rgba(255,222,155,.56)); box-shadow: var(--shadow); }
.page-hero { padding: 6rem 0 3rem; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.article-card { overflow: hidden; padding: 0; }
.article-card img { height: 210px; }
.article-card > div { padding: 1.5rem; }
.tag { color: #925c09; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.content { width: min(780px, calc(100% - 2rem)); margin: 0 auto; padding: 1rem 0 6rem; }
.content h2 { margin-top: 2.5rem; font-size: 2rem; }
.content li { margin-bottom: .55rem; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; padding-bottom: 6rem; }
form { display: grid; gap: 1rem; padding: 2rem; }
label { display: grid; gap: .35rem; font-size: .88rem; font-weight: 700; }
input, textarea, select { width: 100%; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 6px 14px 6px 14px; color: var(--ink); background: rgba(255,255,255,.7); font: inherit; }
textarea { min-height: 140px; resize: vertical; }
.form-status { min-height: 1.5em; font-weight: 600; }
.error { color: #a12d1d; }
.success { color: #246337; }
footer { padding: 4.5rem max(1rem, calc((100% - 1160px)/2)); color: #eaf3f4; background: #253238; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .6fr; gap: 4rem; }
.footer-grid h2 { font: 700 .8rem "Manrope"; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid p { color: #bdcacc; }
.footer-grid > div:last-child { display: grid; align-content: start; gap: .35rem; }
.copyright { padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.13); color: #9facaf; font-size: .8rem; }
.cookie-banner { position: fixed; z-index: 30; left: 50%; bottom: 1rem; transform: translateX(-50%); width: min(760px, calc(100% - 2rem)); padding: 1.2rem; border: 1px solid rgba(255,255,255,.9); border-radius: 8px 25px 8px 25px; background: rgba(238,247,248,.94); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.cookie-banner p { margin: .2rem 0; font-size: .84rem; }
.cookie-actions { display: flex; gap: .5rem; margin-top: .8rem; }
[hidden] { display: none !important; }

@media (max-width: 820px) {
  .nav-toggle { display: block; padding: .5rem; border: 1px solid var(--line); background: transparent; }
  nav { position: absolute; top: 76px; left: 1rem; right: 1rem; display: none; align-items: stretch; flex-direction: column; padding: 1rem; border: 1px solid var(--line); background: #f7fbfb; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .hero, .split, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero { padding-block: 3rem; }
  .hero-visual img { height: 420px; }
  .grid-3, .article-grid { grid-template-columns: 1fr; }
  .section { padding-block: 4rem; }
  .band { padding: 2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}
