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

:root {
  color-scheme: light;
  --paper: #f7f3eb;
  --paper-deep: #efe7d9;
  --ink: #26372c;
  --ink-soft: #566256;
  --orange: #f47732;
  --orange-deep: #d95c23;
  --yellow: #f5cc79;
  --green: #72845f;
  --line: #dcd5c8;
  --white: #fffdf8;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', 'Arial', sans-serif;
  --display: 'Manrope', 'Arial', sans-serif;
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: #f7cd7c; }

.ticker {
  position: sticky;
  z-index: 30;
  top: 0;
  overflow: hidden;
  height: 34px;
  color: #fff8ed;
  background: var(--ink);
  white-space: nowrap;
}
.skip-link { position: fixed; z-index: 110; top: 7px; left: 8px; padding: 8px 12px; transform: translateY(-150%); border-radius: 4px; color: white; background: var(--ink); font-size: 12px; }
.skip-link:focus { transform: translateY(0); }
.ticker__track {
  display: flex;
  width: max-content;
  height: 34px;
  align-items: center;
  gap: 28px;
  padding-left: 25px;
  animation: ticker-scroll 58s linear infinite;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ticker__track i { color: var(--yellow); font-size: 15px; font-style: normal; }
@keyframes ticker-scroll { to { transform: translateX(-44%); } }

.site-header {
  position: sticky;
  z-index: 29;
  top: 34px;
  display: flex;
  height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(5.6vw, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid rgb(38 55 44 / 10%);
  background: rgb(247 243 235 / 95%);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: -.07em; }
.brand img { width: 41px; height: 41px; }
.brand__dot { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 39px); font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-contact), .nav-more > summary { transition: color .2s ease; }
.main-nav > a:not(.nav-contact):hover, .nav-more > summary:hover { color: var(--orange-deep); }
.nav-contact { display: inline-flex; align-items: center; gap: 11px; padding: 12px 18px; border-radius: 999px; color: white; background: var(--ink); transition: background .2s, transform .2s; }
.nav-contact:hover { transform: translateY(-2px); background: var(--orange-deep); }
.nav-contact svg, .button svg, .arrow-link svg, .resource-link > svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-more { position: relative; }
.nav-more summary { display: flex; align-items: center; gap: 7px; cursor: pointer; list-style: none; }
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more[open] summary span { transform: rotate(180deg); }
.nav-more summary span { transition: transform .2s ease; }
.nav-menu { position: absolute; top: calc(100% + 20px); left: -22px; display: grid; min-width: 205px; gap: 2px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 20px 50px rgb(38 55 44 / 12%); }
.nav-menu a { padding: 9px 11px; border-radius: 8px; font-size: 12px; }
.nav-menu a:hover { color: var(--orange-deep); background: var(--paper); }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; min-height: 606px; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; padding: 64px max(8vw, calc((100vw - 1210px) / 2)) 68px; }
.hero__copy { position: relative; z-index: 2; max-width: 560px; padding: 18px 0 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #6c765f; font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgb(244 119 50 / 13%); }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .page-hero h1 { margin: 23px 0 20px; font-family: var(--display); font-size: clamp(48px, 6vw, 78px); font-weight: 600; letter-spacing: -.075em; line-height: .99; }
.hero h1 em, .page-hero h1 em { color: var(--orange-deep); font-family: var(--serif); font-weight: 400; letter-spacing: -.065em; }
.hero__copy > p { max-width: 455px; margin-bottom: 28px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: white; background: var(--ink); }
.button--dark:hover { background: #405641; }
.button--orange { color: white; background: var(--orange-deep); }
.button--orange:hover { background: #bd471a; }
.button--outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.button--outline:hover { color: white; background: var(--ink); }
.button--cream { color: var(--ink); background: var(--white); }
.button--cream:hover { background: var(--yellow); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.text-link::after { width: 18px; height: 1px; background: var(--orange); content: ""; transition: width .2s; }
.text-link:hover::after { width: 30px; }
.hero__note { display: flex; align-items: center; gap: 13px; margin-top: 54px; color: var(--ink-soft); font-size: 11px; line-height: 1.35; }
.note-stamp { display: grid; width: 47px; height: 47px; place-content: center; border: 1px solid #d3c29e; border-radius: 50%; color: var(--orange-deep); font-size: 10px; font-weight: 800; line-height: 1.1; text-align: center; transform: rotate(-10deg); }
.hero__art { position: relative; width: min(100%, 620px); justify-self: end; }
.hero__art > img { width: 100%; height: auto; }
.hero-tag { position: absolute; display: grid; width: 90px; height: 90px; place-content: center; border-radius: 50%; color: var(--ink); background: var(--white); box-shadow: 0 10px 36px rgb(38 55 44 / 13%); font-family: var(--serif); font-size: 13px; font-style: italic; line-height: 1.1; text-align: center; transform: rotate(8deg); }
.hero-tag--top { top: 13%; right: 2%; }
.hero-tag--bottom { bottom: 8%; left: 2%; width: 103px; height: 103px; color: white; background: var(--green); transform: rotate(-9deg); }
.hero__scribble { position: absolute; top: 15%; left: 50%; color: var(--orange); font-size: 34px; animation: float 4s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-8px) rotate(24deg); } }

.quick-facts { display: grid; grid-template-columns: 1fr 1fr 1fr 1.2fr; align-items: center; padding: 20px max(8vw, calc((100vw - 1210px) / 2)); color: white; background: var(--ink); }
.quick-facts > div { display: flex; align-items: center; gap: 12px; padding: 4px 20px; border-right: 1px solid rgb(255 255 255 / 18%); font-size: 11px; line-height: 1.4; }
.quick-facts > div:first-child { padding-left: 0; }
.fact-number { color: var(--yellow); font-family: var(--serif); font-size: 26px; font-style: italic; }
.quick-facts > a { justify-self: end; color: var(--yellow); font-size: 11px; font-weight: 600; }
.quick-facts > a span { margin-left: 10px; font-size: 17px; }
.section-wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.home-intro { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: clamp(45px, 8vw, 118px); padding-top: 104px; padding-bottom: 104px; }
.intro-illustration { position: relative; }
.intro-illustration img { width: 100%; border-radius: 6px; }
.sticker { position: absolute; right: -20px; bottom: 23px; display: grid; width: 93px; height: 93px; place-content: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 10px; font-weight: 800; line-height: 1.15; text-align: center; transform: rotate(8deg); }
.intro-copy h2, .section-heading h2, .home-bottom h2, .contact-details h2, .contact-form h2, .map-section h2, .calculator-section h2 { margin: 15px 0 19px; font-family: var(--display); font-size: clamp(30px, 4vw, 47px); font-weight: 600; letter-spacing: -.06em; line-height: 1.09; }
.intro-copy p, .section-heading > p, .home-bottom p, .contact-details > p, .map-section > div > p, .calculator-section > div > p { max-width: 470px; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.arrow-link { margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--orange); }
.offer-section { padding: 93px 0 100px; background: #eee8dc; }
.section-heading { max-width: 620px; margin-bottom: 39px; }
.section-heading h2 { margin-bottom: 13px; }
.section-heading > p { margin-bottom: 0; }
.image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.image-card { overflow: hidden; background: var(--paper); }
.image-card > img { width: 100%; aspect-ratio: 1.45; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.25,1); }
.image-card:hover > img { transform: scale(1.035); }
.image-card__copy { padding: 22px 22px 25px; }
.image-card__copy .eyebrow { font-size: 9px; }
.image-card h3 { margin: 11px 0 7px; font-family: var(--display); font-size: 19px; letter-spacing: -.04em; }
.image-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.center-cta { margin-top: 35px; text-align: center; }
.quote-band { position: relative; display: flex; min-height: 290px; flex-direction: column; align-items: center; justify-content: center; padding: 55px 25px; color: white; background: var(--green); text-align: center; }
.quote-band::before, .quote-band::after { position: absolute; top: 50%; width: 15%; height: 1px; background: rgb(255 255 255 / 27%); content: ""; }
.quote-band::before { left: 6%; }
.quote-band::after { right: 6%; }
.quote-mark { height: 32px; color: var(--yellow); font-family: var(--serif); font-size: 55px; line-height: 1; }
.quote-band blockquote { max-width: 650px; margin: 15px 0 18px; font-family: var(--serif); font-size: clamp(25px, 3.8vw, 39px); font-style: italic; line-height: 1.25; }
.quote-band > span { color: #e6e8d8; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.home-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding-top: 95px; padding-bottom: 95px; }
.home-bottom > img { width: 100%; border-radius: 5px; }
.home-bottom p { margin-bottom: 22px; }
.resource-strip { padding: 69px max(6vw, calc((100vw - 1120px) / 2)) 88px; background: var(--paper-deep); }
.resource-strip .section-heading { margin-bottom: 23px; }
.resource-strip .section-heading h2 { font-size: clamp(27px, 3.6vw, 40px); }
.resource-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.resource-link { display: flex; min-height: 103px; align-items: center; gap: 14px; padding: 17px 18px; border: 1px solid #d4cbb9; background: var(--paper); transition: border-color .2s, transform .2s; }
.resource-link:hover { transform: translateY(-3px); border-color: var(--orange); }
.resource-link > svg:first-child { flex: 0 0 auto; width: 25px; height: 25px; color: var(--orange-deep); }
.resource-link > span { display: grid; flex: 1; gap: 4px; }
.resource-link b { font-size: 12px; }
.resource-link small { color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.resource-link > svg:last-child { width: 16px; height: 16px; }

.page-hero { padding-top: 31px; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; color: #777e70; font-size: 10px; }
.breadcrumbs a { text-decoration: underline; text-decoration-color: #beb9ac; text-underline-offset: 3px; }
.page-hero__grid { display: grid; grid-template-columns: 1fr .76fr; align-items: center; gap: 55px; padding: 51px 0 72px; }
.page-hero h1 { margin: 16px 0 17px; font-size: clamp(43px, 5.5vw, 68px); }
.page-hero__grid > div:first-child { max-width: 590px; }
.page-lead { max-width: 550px; margin: 0 0 23px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.page-hero__image { position: relative; }
.page-hero__image::after { position: absolute; z-index: -1; right: -14px; bottom: -14px; width: 65%; height: 70%; border-radius: 50% 45% 30% 40%; background: #f4d591; content: ""; }
.page-hero__image img { width: 100%; border-radius: 4px; }
.article-content { max-width: 940px; padding-top: 16px; padding-bottom: 79px; }
.article-section { display: grid; grid-template-columns: 69px minmax(0, 1fr); gap: 18px; padding: 31px 0 34px; border-top: 1px solid var(--line); }
.article-section__number { padding-top: 4px; color: var(--orange-deep); font-family: var(--serif); font-size: 18px; font-style: italic; }
.article-section h2, .glossary-item h2 { margin: 0 0 11px; font-family: var(--display); font-size: clamp(20px, 2.5vw, 27px); font-weight: 600; letter-spacing: -.045em; line-height: 1.23; }
.article-section p, .glossary-item p { max-width: 720px; margin: 0 0 13px; color: var(--ink-soft); font-size: 14px; line-height: 1.85; }
.check-list { display: grid; gap: 7px; margin: 15px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 18px 1fr; gap: 5px; color: #485548; font-size: 12px; line-height: 1.6; }
.check-list li span { color: var(--orange-deep); font-size: 12px; }
.article-content--glossary { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 42px; padding-top: 0; }
.article-content--glossary .section-heading { grid-column: 1 / -1; margin-bottom: 18px; padding-top: 10px; }
.glossary-item { padding: 21px 0 19px; border-top: 1px solid var(--line); }
.glossary-item h2 { margin-bottom: 7px; font-size: 18px; }
.glossary-item p { margin: 0; font-size: 12px; line-height: 1.7; }
.page-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 49px max(8vw, calc((100vw - 1120px) / 2)); background: var(--green); color: white; }
.page-cta h2 { max-width: 650px; margin: 8px 0; font-family: var(--display); font-size: clamp(25px, 3vw, 36px); font-weight: 600; letter-spacing: -.05em; line-height: 1.15; }
.page-cta p { margin: 0; color: #e3e6d9; font-size: 12px; }
.page-cta .eyebrow { color: var(--yellow); }
.page-cta .button { flex: 0 0 auto; }

.contact-block { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(43px, 8vw, 110px); padding-top: 15px; padding-bottom: 88px; }
.contact-details h2 { margin-bottom: 14px; }
.contact-details > p { margin-bottom: 24px; font-size: 13px; }
.contact-line { display: grid; grid-template-columns: 39px 1fr 16px; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.contact-line:last-of-type { border-bottom: 1px solid var(--line); }
.contact-icon { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; color: var(--orange-deep); background: #f1e4cf; font-size: 18px; }
.contact-line small { display: block; margin-bottom: 2px; color: #7b806f; font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.contact-line > span:last-child { color: var(--orange-deep); }
.address-note { display: flex; gap: 27px; margin-top: 20px; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.address-note b { color: var(--ink); }
.contact-form { padding: 29px 31px 26px; border: 1px solid #e0d9cb; background: var(--white); box-shadow: 0 20px 55px rgb(66 60 43 / 5%); }
.contact-form h2 { margin: 7px 0 18px; font-size: 30px; }
.contact-form > label, .form-row > label { display: grid; gap: 7px; margin: 0 0 15px; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea, .calculator input { width: 100%; min-height: 44px; padding: 11px 13px; border: 1px solid #dcd6ca; border-radius: 3px; outline: none; color: var(--ink); background: #fffefb; font-size: 12px; font-weight: 400; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .calculator input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgb(114 132 95 / 12%); }
.contact-form textarea { min-height: 104px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder, .calculator input::placeholder { color: #9c9e92; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.optional { color: #8a8b80; font-weight: 400; }
.consent-check { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 9px !important; color: var(--ink-soft); font-size: 10px !important; font-weight: 400 !important; line-height: 1.55; }
.consent-check input { flex: 0 0 15px; width: 15px; min-height: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--green); }
.consent-check a { color: var(--orange-deep); text-decoration: underline; text-underline-offset: 2px; }
.contact-form button { margin-top: 3px; }
.form-hint, .form-feedback { margin: 12px 0 0; color: #777e70; font-size: 10px; }
.form-feedback { color: var(--green); }
.map-section { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 65px; padding-top: 57px; padding-bottom: 100px; border-top: 1px solid var(--line); }
.map-section h2 { font-size: 36px; }
.map-section > div > p { margin-bottom: 14px; font-size: 12px; }
.map-section .button { margin-top: 4px; }
.map-note { margin: 10px 0 0 !important; color: #878b7c !important; font-size: 9px !important; }
.map-frame { position: relative; display: grid; min-height: 335px; place-items: center; overflow: hidden; border: 1px solid #d8d1c2; background: #e9eee2; }
.map-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.map-frame > span { position: relative; z-index: 1; padding: 13px 18px; border-radius: 4px; background: var(--white); box-shadow: 0 9px 35px rgb(40 55 41 / 16%); font-size: 12px; font-weight: 700; line-height: 1.5; text-align: center; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.calculator-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: start; padding-top: 0; padding-bottom: 72px; }
.calculator-section h2 { font-size: 34px; }
.calculator-section > div > p { font-size: 12px; }
.calculator { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 24px; border: 1px solid #ded7c9; background: var(--white); }
.calculator label { display: grid; gap: 6px; font-size: 10px; font-weight: 700; }
.calculator .button { grid-column: 1 / -1; justify-self: start; }
.calc-result { grid-column: 1 / -1; display: block; min-height: 53px; padding: 12px; border: 1px solid #e8e1d4; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.calc-result strong { color: var(--ink); }
.calc-result small { display: block; margin-top: 4px; font-size: 9px; }

.site-footer { padding: 58px max(6vw, calc((100vw - 1180px) / 2)) 18px; color: #f5f2e8; background: #25352b; }
.footer-main { display: grid; grid-template-columns: 1.35fr 1fr 1.3fr 1fr; gap: 47px; padding-bottom: 45px; }
.brand--footer { font-size: 22px; }
.brand--footer .brand__dot { color: var(--yellow); }
.footer-brand > p { max-width: 245px; margin: 14px 0 19px; color: #c4cbbd; font-size: 11px; line-height: 1.75; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid #617064; border-radius: 50%; transition: background .2s, border .2s; }
.social-links a:hover { border-color: var(--orange); background: var(--orange-deep); }
.social-links svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-links a:nth-child(2) svg, .social-links a:nth-child(3) svg { fill: currentColor; stroke: none; }
.footer-main h2 { margin: 7px 0 14px; color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-main ul { display: grid; gap: 8px; margin: 0; padding: 0; color: #d0d5c9; font-size: 10px; line-height: 1.6; list-style: none; }
.footer-main li a:hover, .footer-cta:hover { color: var(--yellow); }
.text-button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; font-size: inherit; text-align: left; }
.text-button:hover { color: var(--yellow); }
.footer-cta { display: inline-block; margin-top: 14px; color: var(--yellow); font-size: 10px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 15px; border-top: 1px solid #536157; color: #b9c1b5; font-size: 9px; }

.whatsapp-float { position: fixed; z-index: 40; right: 23px; bottom: 22px; display: grid; width: 54px; height: 54px; place-items: center; border: 3px solid var(--paper); border-radius: 50%; color: white; background: #2dac69; box-shadow: 0 8px 24px rgb(31 64 42 / 24%); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }
.cookie-banner { position: fixed; z-index: 50; right: 22px; bottom: 20px; display: grid; width: min(565px, calc(100% - 30px)); grid-template-columns: 40px 1fr auto; gap: 12px; align-items: start; padding: 19px 44px 18px 18px; border: 1px solid #d8d1c2; background: var(--white); box-shadow: 0 15px 60px rgb(38 55 44 / 20%); }
.cookie-banner[hidden] { display: none; }
.cookie-symbol { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 19px; }
.cookie-copy strong { display: block; margin-bottom: 3px; font-size: 12px; }
.cookie-copy p { margin: 0 0 3px; color: var(--ink-soft); font-size: 10px; line-height: 1.55; }
.cookie-copy > a { color: var(--orange-deep); font-size: 9px; text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: 7px; align-self: center; }
.cookie-actions button { min-height: 34px; padding: 0 12px; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 700; }
.cookie-reject { color: var(--ink); background: transparent; }
.cookie-accept { color: white; background: var(--ink); }
.cookie-actions button:hover { border-color: var(--orange-deep); background: var(--orange-deep); color: white; }
.cookie-close { position: absolute; top: 5px; right: 9px; padding: 0 4px; border: 0; color: #737b70; background: none; cursor: pointer; font-size: 21px; line-height: 1; }
body:has(.cookie-banner:not([hidden])) .whatsapp-float { bottom: 135px; }
.page-loader { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; pointer-events: none; opacity: 0; background: var(--paper); transition: opacity .2s ease; }
.page-loader.is-visible { pointer-events: auto; opacity: 1; }
.page-loader.is-hidden { display: none; }
.loader-box { display: grid; justify-items: center; gap: 9px; color: var(--ink); font-family: var(--display); font-size: 19px; font-weight: 800; letter-spacing: -.06em; animation: loader-bob .7s ease-in-out infinite alternate; }
.loader-box img { width: 55px; height: 55px; }
.page-loader > i { position: absolute; bottom: calc(50% - 58px); width: 92px; height: 2px; overflow: hidden; background: #e7ddca; }
.page-loader > i::after { display: block; width: 40%; height: 100%; background: var(--orange); content: ""; animation: loader-line .7s ease-in-out infinite; }
@keyframes loader-bob { to { transform: translateY(-4px); } }
@keyframes loader-line { from { transform: translateX(-100%); } to { transform: translateX(260%); } }

@media (min-width: 1450px) {
  .hero { min-height: 670px; }
}
@media (max-width: 920px) {
  .site-header { padding-inline: 28px; }
  .main-nav { gap: 17px; }
  .main-nav > a, .nav-more summary { font-size: 11px; }
  .nav-contact { padding: 11px 14px; }
  .hero { min-height: 540px; padding-inline: 6vw; }
  .hero h1 { font-size: clamp(48px, 6.4vw, 65px); }
  .quick-facts { padding-inline: 6vw; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1.2fr; }
  .footer-main > div:last-child { grid-column: 2 / 4; }
  .contact-block { gap: 35px; }
  .map-section { gap: 35px; }
}
@media (max-width: 700px) {
  body { font-size: 15px; }
  .ticker { height: 31px; }
  .ticker__track { height: 31px; gap: 20px; font-size: 9px; }
  .site-header { top: 31px; height: 69px; padding-inline: 19px; }
  .brand { gap: 8px; font-size: 21px; }
  .brand img { width: 36px; height: 36px; }
  .menu-toggle { display: grid; width: 40px; height: 40px; align-content: center; justify-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 15px; height: 1.5px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 9px 20px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 22px rgb(38 55 44 / 7%); }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.nav-contact), .nav-more summary { padding: 12px 2px; border-bottom: 1px solid #e6dfd2; font-size: 13px; }
  .nav-more summary { justify-content: space-between; }
  .nav-menu { position: static; min-width: 0; padding: 4px 0 6px 12px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .nav-menu a { padding: 8px; }
  .nav-contact { justify-content: center; margin-top: 13px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 19px; padding: 54px 25px 40px; }
  .hero__copy { padding: 0; }
  .hero h1 { margin: 17px 0 15px; font-size: clamp(49px, 13vw, 68px); }
  .hero__copy > p { max-width: 390px; font-size: 14px; }
  .hero__actions { gap: 16px; }
  .button { min-height: 46px; padding: 12px 17px; font-size: 11px; }
  .hero__note { margin-top: 27px; }
  .hero__art { width: min(108%, 485px); justify-self: center; }
  .hero-tag { width: 74px; height: 74px; font-size: 11px; }
  .hero-tag--bottom { width: 84px; height: 84px; }
  .hero__scribble { top: auto; right: 9%; bottom: 16%; left: auto; }
  .quick-facts { grid-template-columns: repeat(3, 1fr); gap: 15px 0; padding: 20px 23px; }
  .quick-facts > div { gap: 8px; padding: 4px 8px; font-size: 9px; }
  .quick-facts > div:first-child { padding-left: 0; }
  .fact-number { font-size: 20px; }
  .quick-facts > a { grid-column: 1 / -1; justify-self: start; margin-top: 2px; padding-left: 1px; }
  .section-wrap { width: calc(100% - 42px); }
  .home-intro { grid-template-columns: 1fr; gap: 33px; padding-top: 63px; padding-bottom: 67px; }
  .intro-illustration { width: 92%; }
  .sticker { right: -18px; width: 77px; height: 77px; font-size: 8px; }
  .intro-copy h2, .section-heading h2, .home-bottom h2, .contact-details h2, .contact-form h2, .calculator-section h2 { font-size: 33px; }
  .intro-copy p, .section-heading > p, .home-bottom p { font-size: 13px; }
  .offer-section { padding: 64px 0 67px; }
  .section-heading { margin-bottom: 25px; }
  .image-grid { grid-template-columns: 1fr; gap: 15px; }
  .image-card { display: grid; grid-template-columns: .88fr 1fr; min-height: 150px; }
  .image-card > img { height: 100%; min-height: 150px; aspect-ratio: auto; }
  .image-card__copy { display: flex; flex-direction: column; justify-content: center; padding: 15px; }
  .image-card__copy .eyebrow { font-size: 8px; }
  .image-card h3 { font-size: 16px; }
  .image-card p { font-size: 10px; }
  .center-cta { margin-top: 24px; }
  .quote-band { min-height: 245px; padding-inline: 25px; }
  .quote-band::before, .quote-band::after { display: none; }
  .quote-band blockquote { font-size: 29px; }
  .home-bottom { grid-template-columns: 1fr; gap: 28px; padding-top: 64px; padding-bottom: 65px; }
  .home-bottom > img { grid-row: 1; }
  .resource-strip { padding: 57px 21px 64px; }
  .resource-links { grid-template-columns: 1fr; gap: 8px; }
  .resource-link { min-height: 82px; }
  .page-hero { padding-top: 22px; }
  .page-hero__grid { grid-template-columns: 1fr; gap: 24px; padding: 39px 0 42px; }
  .page-hero h1 { margin: 14px 0; font-size: clamp(43px, 11vw, 60px); }
  .page-lead { font-size: 13px; }
  .page-hero__image { width: 90%; }
  .page-hero__image::after { right: -10px; bottom: -10px; }
  .article-content { padding-top: 0; padding-bottom: 55px; }
  .article-section { grid-template-columns: 35px 1fr; gap: 8px; padding: 23px 0 25px; }
  .article-section h2 { font-size: 21px; }
  .article-section p { font-size: 12px; }
  .check-list li { font-size: 11px; }
  .article-content--glossary { grid-template-columns: 1fr; }
  .article-content--glossary .section-heading { grid-column: auto; }
  .page-cta { align-items: flex-start; flex-direction: column; gap: 22px; padding: 36px 23px; }
  .page-cta h2 { font-size: 27px; }
  .contact-block { grid-template-columns: 1fr; gap: 30px; padding-top: 0; padding-bottom: 57px; }
  .contact-details h2 { font-size: 36px; }
  .contact-form { padding: 23px 18px; }
  .contact-form h2 { font-size: 27px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .map-section { grid-template-columns: 1fr; gap: 26px; padding-top: 39px; padding-bottom: 62px; }
  .map-section h2 { font-size: 33px; }
  .map-frame { min-height: 260px; }
  .calculator-section { grid-template-columns: 1fr; gap: 21px; padding-bottom: 49px; }
  .calculator { padding: 17px; gap: 10px; }
  .site-footer { padding: 44px 22px 17px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 33px 22px; padding-bottom: 32px; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 4px; font-size: 8px; }
  .whatsapp-float { right: 13px; bottom: 14px; width: 49px; height: 49px; }
  body:has(.cookie-banner:not([hidden])) .whatsapp-float { bottom: 178px; }
  .cookie-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); grid-template-columns: 32px 1fr; gap: 10px; padding: 14px 34px 13px 13px; }
  .cookie-symbol { width: 31px; height: 31px; font-size: 16px; }
  .cookie-actions { grid-column: 2; justify-self: start; }
  .cookie-actions button { min-height: 31px; }
  .cookie-copy p { font-size: 9px; }
}
@media (max-width: 390px) {
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .quick-facts > div { padding-inline: 5px; }
  .image-card { grid-template-columns: 1fr; }
  .image-card > img { max-height: 190px; }
  .image-card__copy { padding: 13px 15px 16px; }
  .calculator { grid-template-columns: 1fr; }
  .calculator .button, .calc-result { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
