/* ============================================================
   Web fonts — self-hosted (no external requests).
   DM Sans + Playfair Display are variable fonts: a single woff2 per
   subset covers the entire weight range used by the site.
   Subsets shipped: latin + latin-ext (covers IT/EN and Western Europe).
   Files in /fonts/, ~113 KB total.
   ============================================================ */

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('/fonts/dm-sans-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('/fonts/dm-sans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url('/fonts/playfair-display-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url('/fonts/playfair-display-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   Cookit — Landing teaser
   Palette:
     --cream       #FDFAE7
     --sand        #EAECCA
     --olive-dark  #454724
     --olive       #7A9040
     --olive-soft  #ACBD6F
     --orange      #F16F33
     --orange-dark #C94F1A
     --error       #B83D2E
   ============================================================ */

:root {
    --cream: #FDFAE7;
    --sand: #EAECCA;
    --olive-dark: #454724;
    --olive: #7A9040;
    --olive-soft: #ACBD6F;
    --orange: #F16F33;
    --orange-dark: #C94F1A;
    --error: #B83D2E;

    --text: #454724;
    --text-muted: #6B6D43;
    --text-soft: #8C8D6A;

    --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
    --font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    --container: 1180px;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 28px;
    --radius-pill: 999px;

    --shadow-sm: 0 1px 2px rgba(69, 71, 36, 0.04), 0 2px 10px rgba(69, 71, 36, 0.05);
    --shadow-md: 0 4px 18px rgba(69, 71, 36, 0.06), 0 14px 44px rgba(69, 71, 36, 0.08);

    --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--text);
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

img,
svg {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s var(--ease);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 3px;
    border-radius: 4px;
}

h1, h2, h3, h4 {
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: var(--olive-dark);
    margin: 0;
}

p {
    margin: 0;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 28px;
}

/* ---------- A11y skip link ---------- */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--olive-dark);
    color: var(--cream);
    padding: 12px 18px;
    border-radius: 0 0 var(--radius-sm) 0;
    font-size: 14px;
    z-index: 100;
}

.skip-link:focus {
    left: 0;
}

/* ---------- Typography helpers ---------- */
.eyebrow {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--olive);
    margin: 0 0 22px;
}

.eyebrow--light {
    color: var(--olive-soft);
}

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(253, 250, 231, 0.88);
    backdrop-filter: saturate(140%) blur(12px);
    -webkit-backdrop-filter: saturate(140%) blur(12px);
    border-bottom: 1px solid rgba(69, 71, 36, 0.06);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 76px;
}

.brand {
    display: inline-flex;
    align-items: center;
    color: var(--olive-dark);
    transition: opacity 0.2s var(--ease);
}

.brand:hover {
    opacity: 0.75;
}

.brand__logo {
    width: 118px;
    height: auto;
}

.brand__logo--footer {
    width: 130px;
    color: var(--cream);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* ---------- Lang toggle ---------- */
.lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--text-soft);
}

.lang-toggle__btn {
    border: 0;
    background: none;
    cursor: pointer;
    padding: 4px 6px;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    border-radius: 4px;
    transition: color 0.2s var(--ease);
}

.lang-toggle__btn.is-active {
    color: var(--olive-dark);
    font-weight: 600;
}

.lang-toggle__btn:hover {
    color: var(--olive-dark);
}

.lang-toggle__sep {
    color: rgba(69, 71, 36, 0.25);
}

/* ---------- CTA ---------- */
.cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    background: var(--orange);
    color: var(--cream);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: var(--radius-pill);
    border: 0;
    cursor: pointer;
    transition: background 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease), color 0.25s var(--ease);
}

.cta:hover,
.cta:focus-visible {
    background: var(--orange-dark);
    color: var(--cream);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(241, 111, 51, 0.25);
}

.cta--small {
    padding: 10px 18px;
    font-size: 13px;
}

.cta--primary {
    padding: 16px 30px;
    font-size: 15px;
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    padding: 110px 0 140px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(172, 189, 111, 0.14), transparent 50%),
        radial-gradient(circle at 0% 100%, rgba(241, 111, 51, 0.10), transparent 55%);
    pointer-events: none;
}

.hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero__title {
    font-size: clamp(48px, 7.4vw, 92px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.02;
    margin: 0 0 28px;
}

.hero__subtitle {
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.55;
    color: var(--text-muted);
    max-width: 540px;
    margin: 0 0 40px;
}

.hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.hero__microtext {
    font-size: 13px;
    color: var(--text-soft);
    letter-spacing: 0.02em;
}

/* Hero visual: organic blobs + ring */
.hero__visual {
    position: relative;
    height: 440px;
    pointer-events: none;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(0.5px);
}

.blob--sand {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 30% 30%, var(--sand), rgba(234, 236, 202, 0));
    top: 20px;
    right: -20px;
}

.blob--olive {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at 60% 40%, rgba(172, 189, 111, 0.45), rgba(172, 189, 111, 0));
    bottom: 40px;
    left: 20px;
}

.blob--orange {
    width: 140px;
    height: 140px;
    background: radial-gradient(circle at 50% 50%, rgba(241, 111, 51, 0.3), rgba(241, 111, 51, 0));
    top: 200px;
    right: 80px;
}

.hero__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    border: 1px solid rgba(122, 144, 64, 0.35);
    border-radius: 50%;
}

.hero__ring::after {
    content: "";
    position: absolute;
    inset: -40px;
    border: 1px dashed rgba(122, 144, 64, 0.2);
    border-radius: 50%;
}

/* ---------- Vision (dark olive block) ---------- */
.vision {
    background: var(--olive-dark);
    color: var(--cream);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.vision::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(241, 111, 51, 0.10), transparent 45%),
        radial-gradient(circle at 10% 90%, rgba(172, 189, 111, 0.10), transparent 50%);
    pointer-events: none;
}

.vision__inner {
    position: relative;
    max-width: 760px;
}

.vision__title {
    color: var(--cream);
    font-size: clamp(36px, 5.2vw, 62px);
    margin: 0 0 32px;
    letter-spacing: -0.02em;
}

.vision__body {
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.65;
    color: rgba(253, 250, 231, 0.82);
}

/* ---------- Sections (generic) ---------- */
.section__header {
    max-width: 700px;
    margin: 0 0 64px;
}

.section__title {
    font-size: clamp(34px, 4.5vw, 56px);
    margin: 0 0 18px;
    letter-spacing: -0.015em;
}

/* ---------- Pillars ---------- */
.pillars {
    padding: 130px 0;
}

.pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pillar {
    background: var(--sand);
    border-radius: var(--radius-md);
    padding: 40px 32px 36px;
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.pillar:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.pillar__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--cream);
    color: var(--olive);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: background 0.3s var(--ease), color 0.3s var(--ease);
}

.pillar:hover .pillar__icon {
    background: var(--olive-dark);
    color: var(--cream);
}

.pillar__icon svg {
    width: 28px;
    height: 28px;
}

.pillar__title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.pillar__text {
    font-size: 15.5px;
    line-height: 1.6;
    color: var(--text-muted);
}

/* ---------- Why (Perché ora) ---------- */
.why {
    background: var(--sand);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}

.why__inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 80px;
    align-items: center;
}

.why__body {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-muted);
    max-width: 520px;
}

/* Teaser: stylized phone-ish element with abstract lines */
.why__teaser {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.teaser__label {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--olive);
    background: var(--cream);
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(122, 144, 64, 0.18);
}

.teaser__frame {
    position: relative;
    width: 240px;
    height: 380px;
    background: linear-gradient(160deg, var(--cream) 0%, var(--sand) 100%);
    border-radius: 32px;
    border: 1px solid rgba(69, 71, 36, 0.10);
    box-shadow: var(--shadow-md);
    padding: 32px 28px;
    overflow: hidden;
}

.teaser__frame::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background: rgba(69, 71, 36, 0.10);
    border-radius: 999px;
}

.teaser__line {
    position: absolute;
    background: rgba(69, 71, 36, 0.10);
    border-radius: 6px;
}

.teaser__line--1 {
    top: 70px;
    left: 28px;
    width: 65%;
    height: 14px;
    background: var(--olive-soft);
    opacity: 0.55;
}

.teaser__line--2 {
    top: 96px;
    left: 28px;
    width: 80%;
    height: 8px;
}

.teaser__line--3 {
    top: 112px;
    left: 28px;
    width: 45%;
    height: 8px;
}

.teaser__dot {
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, var(--orange), var(--orange-dark));
    box-shadow: 0 12px 28px rgba(241, 111, 51, 0.3);
}

/* ---------- Contact ---------- */
.contact {
    padding: 130px 0;
}

.contact__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.contact__header {
    margin: 0 0 56px;
}

.contact__lead {
    font-size: 18px;
    line-height: 1.65;
    color: var(--text-muted);
    max-width: 580px;
    margin: 0 auto;
}

/* Email card (visible until BBCRM form is wired) */
.contact__email-card {
    background: var(--sand);
    border-radius: var(--radius-md);
    padding: 56px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.contact__email-label {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--olive);
}

.contact__email-link {
    font-family: var(--font-serif);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    color: var(--olive-dark);
    letter-spacing: -0.01em;
    padding: 4px 8px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.contact__email-link:hover,
.contact__email-link:focus-visible {
    color: var(--orange-dark);
    border-bottom-color: var(--orange);
}

.contact__email-note {
    font-size: 14px;
    color: var(--text-soft);
}

/* Form (hidden until BBCRM integration).
   Note: NO `display` here — let the [hidden] attribute work via the UA stylesheet.
   The active-state rule below adds `display: grid` when the form is enabled. */
.contact__form {
    gap: 18px;
    text-align: left;
    margin: 0 auto;
    max-width: 560px;
}

.field {
    display: grid;
    gap: 8px;
}

.field label {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.field input,
.field select,
.field textarea {
    font: inherit;
    color: var(--olive-dark);
    background: var(--cream);
    border: 1px solid rgba(69, 71, 36, 0.18);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--orange);
    outline: none;
    box-shadow: 0 0 0 3px rgba(241, 111, 51, 0.15);
}

.field--checkbox {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 12px;
}

.field--checkbox input {
    margin-top: 4px;
    accent-color: var(--orange);
}

.field--checkbox label {
    font-size: 14px;
    color: var(--text-muted);
}

.field--checkbox label a {
    color: var(--olive-dark);
    text-decoration: underline;
    text-decoration-color: rgba(69, 71, 36, 0.3);
}

.field--error input,
.field--error select,
.field--error textarea {
    border-color: var(--error);
    box-shadow: 0 0 0 3px rgba(184, 61, 46, 0.12);
}

.field__error {
    font-size: 13px;
    color: var(--error);
    margin-top: 4px;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.form__microtext {
    font-size: 13px;
    color: var(--text-soft);
    text-align: center;
    margin-top: 8px;
}

/* Form visibility flag — flipped by JS / future BBCRM hook.
   When activating, the JS handler should also remove the `hidden` attribute
   from the <form>; this rule wins over [hidden] either way (higher specificity). */
body[data-form-state="active"] .contact__email-card {
    display: none;
}

body[data-form-state="active"] .contact__form {
    display: grid;
}

/* ---------- Legal page (/privacy/) ---------- */
html[lang="en"] [data-lang-content="it"] { display: none; }
html[lang="en"] [data-lang-content="en"] { display: block; }
html[lang="it"] [data-lang-content="en"] { display: none; }
html[lang="it"] [data-lang-content="it"] { display: block; }

.legal {
    padding: 80px 0 120px;
    background: var(--cream);
}

.legal__back {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
    padding: 6px 4px;
    transition: color 0.2s var(--ease);
}

.legal__back:hover,
.legal__back:focus-visible {
    color: var(--olive-dark);
}

.legal__doc {
    max-width: 740px;
    margin: 0 auto;
}

.legal__header {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(69, 71, 36, 0.10);
}

.legal__updated {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--olive);
    margin: 0 0 14px;
}

.legal__title {
    font-size: clamp(34px, 4.5vw, 52px);
    margin: 0;
    letter-spacing: -0.015em;
}

.legal__doc h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 48px 0 16px;
    letter-spacing: -0.005em;
}

.legal__doc p {
    margin: 0 0 16px;
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 16px;
}

.legal__doc ul,
.legal__doc ol {
    margin: 0 0 18px;
    padding-left: 22px;
    color: var(--text-muted);
}

.legal__doc li {
    margin-bottom: 8px;
    line-height: 1.65;
    font-size: 16px;
}

.legal__doc strong {
    color: var(--olive-dark);
    font-weight: 600;
}

.legal__doc a {
    color: var(--olive-dark);
    text-decoration: underline;
    text-decoration-color: rgba(69, 71, 36, 0.3);
    text-underline-offset: 2px;
    transition: color 0.2s var(--ease), text-decoration-color 0.2s var(--ease);
}

.legal__doc a:hover,
.legal__doc a:focus-visible {
    color: var(--orange-dark);
    text-decoration-color: var(--orange);
}

.legal__doc code {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
    font-size: 0.92em;
    background: var(--sand);
    padding: 1px 6px;
    border-radius: 4px;
    color: var(--olive-dark);
}

.legal__intro {
    background: var(--sand);
    border-radius: var(--radius-md);
    padding: 22px 26px;
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--olive-dark);
}

.legal__intro:last-of-type {
    margin-bottom: 40px;
}

.legal__contact {
    display: grid;
    gap: 4px;
    padding: 22px 26px;
    background: var(--sand);
    border-radius: var(--radius-md);
    margin: 0 0 24px;
    font-size: 15px;
    color: var(--text-muted);
}

/* ---------- Footer ---------- */
.site-footer {
    background: var(--olive-dark);
    color: rgba(253, 250, 231, 0.75);
    padding: 80px 0 36px;
    font-size: 14px;
    line-height: 1.65;
}

.site-footer__inner {
    display: grid;
    gap: 48px;
}

.site-footer__brand {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(253, 250, 231, 0.10);
}

.site-footer__tag {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 18px;
    color: var(--olive-soft);
}

.site-footer__meta {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.site-footer__legal {
    font-size: 14px;
    color: rgba(253, 250, 231, 0.7);
    max-width: 720px;
}

.site-footer__legal strong {
    color: var(--cream);
    font-weight: 500;
}

.site-footer__legal a {
    color: var(--olive-soft);
    border-bottom: 1px solid rgba(172, 189, 111, 0.4);
}

.site-footer__legal a:hover {
    color: var(--cream);
    border-color: var(--cream);
}

.site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    font-size: 13px;
    color: rgba(253, 250, 231, 0.55);
    padding-top: 24px;
    border-top: 1px solid rgba(253, 250, 231, 0.08);
}

.site-footer__bottom a {
    color: var(--olive-soft);
}

.site-footer__bottom a:hover {
    color: var(--cream);
}

.site-footer__bottom span[aria-hidden="true"] {
    color: rgba(253, 250, 231, 0.25);
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .site-header__inner {
        height: 68px;
    }

    .site-header__actions {
        gap: 16px;
    }

    .brand__logo {
        width: 96px;
    }

    .hero {
        padding: 72px 0 90px;
    }

    .hero__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero__visual {
        height: 280px;
        order: -1;
    }

    .blob--sand {
        width: 220px;
        height: 220px;
    }

    .blob--olive {
        width: 140px;
        height: 140px;
    }

    .blob--orange {
        width: 100px;
        height: 100px;
        top: 130px;
    }

    .hero__ring {
        width: 200px;
        height: 200px;
    }

    .vision {
        padding: 90px 0;
    }

    .pillars,
    .why,
    .contact {
        padding: 90px 0;
    }

    .pillars__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why__inner {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .why__teaser {
        order: -1;
    }

    .section__header {
        margin-bottom: 48px;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 16px;
    }

    .container {
        padding: 0 22px;
    }

    .cta--small {
        padding: 9px 14px;
        font-size: 12px;
    }

    .hero__subtitle {
        font-size: 17px;
    }

    .pillar {
        padding: 32px 26px;
    }

    .contact__email-card {
        padding: 40px 24px;
    }

    .site-footer {
        padding: 60px 0 32px;
    }

    .site-footer__brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
}

/* ---------- Motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}
