

/* Épicerie étudiants — feuille de styles unique.
   Générée par build/build.sh : ne pas éditer ici.
   Sources : tokens/*.css puis ui_kits/website/site.css. */

:root {
--brand-ink: #063F45;
--brand-ink-700: #0A545B;
--brand-ink-300: #6E9698;
--brand-coral: #F55445;
--brand-coral-600: #E24B39;
--brand-coral-200: #FCD9D2;
--brand-aqua: #089AA3;
--brand-aqua-600: #027880;
--brand-aqua-200: #C2E6E8;
--brand-sun: #FAA608;
--brand-sun-600: #E08C00;
--brand-sun-200: #FDE6BB;
--brand-leaf: #78A51E;
--brand-leaf-600: #5E8526;
--brand-leaf-200: #DCEBC2;
--brand-sun-text: #916003;
--brand-coral-text: #D11C0B;
--brand-leaf-text: #547315;
--brand-aqua-text: #06757C;
--brand-grape-text: #92548C;
--brand-grape: #A05C9A;
--brand-grape-200: #EBD9EA;
--cream: #FCF4ED;
--cream-deep: #FAEFE1;
--paper: #FCFAF7;
--white: #FFFFFF;
--line: #EBE3D6;
--line-soft: #F1EADD;
--ink-900: #1B2E2F;
--ink-700: #3D5557;
--ink-500: #5C7071;
--ink-400: #8A9C9B;
--ink-300: #B4C0BE;
--tint-leaf: #F1F6EA;
--tint-coral: #FDF3EC;
--tint-aqua: #ECF6F6;
--tint-sun: #FEF6E4;
--bg-page: var(--cream);
--bg-section: var(--paper);
--surface-card: var(--white);
--surface-footer: var(--brand-ink);
--text-strong: var(--brand-ink);
--text-body: var(--ink-700);
--text-muted: var(--ink-500);
--text-on-dark: #EAF3F2;
--text-on-dark-muted: #9FC0C0;
--link: var(--brand-aqua);
--link-hover: var(--brand-aqua-600);
--accent: var(--brand-coral);
--accent-hover: var(--brand-coral-600);
--border: var(--line);
--border-strong: #DCD2C2;
--focus-ring: var(--brand-aqua);
--success: var(--brand-leaf);
--success-fg: var(--brand-leaf-600);
--warning: var(--brand-sun);
--warning-fg: var(--brand-sun-600);
--danger: var(--brand-coral);
--info: var(--brand-aqua);
}
:root {
--font-display: 'Baloo 2', 'Trebuchet MS', system-ui, sans-serif;
--font-body: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-script: 'Brush Script MT', cursive;
--fw-regular: 400;
--fw-medium: 500;
--fw-semibold: 600;
--fw-bold: 700;
--fs-display: 3.5rem;
--fs-h1: 2.5rem;
--fs-h2: 2rem;
--fs-h3: 1.5rem;
--fs-h4: 1.25rem;
--fs-lg: 1.125rem;
--fs-base: 1rem;
--fs-sm: 0.875rem;
--fs-xs: 0.75rem;
--lh-tight: 1.1;
--lh-snug: 1.25;
--lh-normal: 1.55;
--lh-relaxed: 1.7;
--ls-tight: -0.01em;
--ls-normal: 0;
--ls-wide: 0.04em;
--ls-wider: 0.12em;
--type-display-family: var(--font-display);
--type-display-weight: var(--fw-semibold);
--type-heading-family: var(--font-display);
--type-heading-weight: var(--fw-semibold);
--type-body-family: var(--font-body);
--type-body-weight: var(--fw-regular);
--type-label-family: var(--font-body);
--type-label-weight: var(--fw-bold);
--type-button-family: var(--font-display);
--type-button-weight: var(--fw-medium);
}
:root {
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.5rem;
--space-6: 2rem;
--space-7: 2.5rem;
--space-8: 3rem;
--space-9: 4rem;
--space-10: 5rem;
--space-12: 7rem;
--container-max: 1140px;
--container-pad: var(--space-5);
--section-y: var(--space-10);
--gap-card: var(--space-5);
}
:root {
--radius-xs: 6px;
--radius-sm: 10px;
--radius-md: 16px;
--radius-lg: 22px;
--radius-xl: 32px;
--radius-pill: 999px;
--border-width: 1px;
--border-width-strong: 2px;
--shadow-xs: 0 1px 2px rgba(6, 63, 69, 0.05);
--shadow-sm: 0 2px 8px rgba(6, 63, 69, 0.06);
--shadow-md: 0 8px 24px rgba(6, 63, 69, 0.08);
--shadow-lg: 0 16px 40px rgba(6, 63, 69, 0.12);
--shadow-coral: 0 10px 24px rgba(245, 84, 69, 0.28);
--shadow-ink: 0 10px 24px rgba(6, 63, 69, 0.22);
--focus-ring-width: 3px;
--focus-ring-color: rgba(8, 154, 163, 0.45);
--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
--ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
--dur-fast: 120ms;
--dur: 200ms;
--dur-slow: 360ms;
}
*, *::before, *::after { box-sizing: border-box; }
body {
margin: 0;
font-family: var(--font-body);
font-weight: var(--fw-regular);
font-size: var(--fs-base);
line-height: var(--lh-normal);
color: var(--text-body);
background: var(--bg-page);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5 {
font-family: var(--font-display);
font-weight: var(--fw-semibold);
line-height: var(--lh-snug);
color: var(--text-strong);
margin: 0 0 0.5em;
letter-spacing: var(--ls-tight);
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
p { margin: 0 0 1em; text-wrap: pretty; }
a {
color: var(--link);
text-decoration: none;
font-weight: var(--fw-bold);
transition: color var(--dur) var(--ease-out);
}
a:hover { color: var(--link-hover); }
strong, b { font-weight: var(--fw-bold); }
::selection { background: var(--brand-coral-200); color: var(--brand-ink); }
.script-accent {
font-family: var(--font-script);
font-weight: 400;
color: var(--brand-coral);
letter-spacing: 0;
}
.eyebrow {
font-family: var(--font-body);
font-weight: var(--fw-bold);
font-size: var(--fs-sm);
letter-spacing: var(--ls-wide);
text-transform: uppercase;
color: var(--brand-aqua);
}
.ee-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5em;
font-family: var(--font-display);
font-weight: var(--fw-medium);
font-size: var(--fs-base);
line-height: 1;
border: 2px solid transparent;
border-radius: var(--radius-pill);
padding: 0.72em 1.5em;
cursor: pointer;
text-decoration: none;
white-space: nowrap;
transition: transform var(--dur-fast) var(--ease-out),
background-color var(--dur) var(--ease-out),
box-shadow var(--dur) var(--ease-out),
border-color var(--dur) var(--ease-out),
color var(--dur) var(--ease-out);
}
.ee-btn:active { transform: translateY(1px) scale(0.985); }
.ee-btn:focus-visible {
outline: none;
box-shadow: 0 0 0 var(--focus-ring-width) var(--focus-ring-color);
}
.ee-btn[disabled], .ee-btn[aria-disabled="true"] {
opacity: 0.5; cursor: not-allowed; pointer-events: none;
}
.ee-btn__icon { display: inline-flex; width: 1.15em; height: 1.15em; }
.ee-btn__icon svg { width: 100%; height: 100%; }
.ee-btn--sm { font-size: var(--fs-sm); padding: 0.55em 1.1em; }
.ee-btn--lg { font-size: var(--fs-lg); padding: 0.85em 1.8em; }
.ee-btn--block { display: flex; width: 100%; }
.ee-btn--primary { background: var(--brand-ink); color: #fff; }
.ee-btn--primary:hover { background: var(--brand-ink-700); color: #fff; box-shadow: var(--shadow-ink); }
.ee-btn--accent { background: var(--brand-coral); color: #fff; }
.ee-btn--accent:hover { background: var(--brand-coral-600); color: #fff; box-shadow: var(--shadow-coral); }
.ee-btn--success { background: var(--brand-leaf); color: #fff; }
.ee-btn--success:hover { background: var(--brand-leaf-600); color: #fff; box-shadow: 0 10px 24px rgba(120,165,30,0.30); }
.ee-btn--secondary { background: transparent; color: var(--brand-ink); border-color: var(--brand-ink); }
.ee-btn--secondary:hover { background: var(--brand-ink); color: #fff; }
.ee-btn--ghost { background: transparent; color: var(--brand-ink); }
.ee-btn--ghost:hover { background: rgba(6,63,69,0.07); color: var(--brand-ink); }
.ee-btn--whatsapp { background: #fff; color: var(--brand-ink); }
.ee-btn--whatsapp:hover { background: var(--cream); color: var(--brand-ink); box-shadow: var(--shadow-lg); }
.ee-btn--link {
background: transparent; color: var(--brand-aqua); border: 0; padding: 0.2em 0;
border-radius: 0;
}
.ee-btn--link:hover { color: var(--brand-aqua-600); transform: none; }
.ee-btn--link:active { transform: none; }
.ee-iconbtn {
display: inline-flex; align-items: center; justify-content: center;
width: 2.75rem; height: 2.75rem; padding: 0;
border-radius: var(--radius-pill);
border: 2px solid transparent;
background: var(--white);
color: var(--brand-ink);
cursor: pointer; box-shadow: var(--shadow-sm);
transition: transform var(--dur-fast) var(--ease-out),
background-color var(--dur) var(--ease-out),
color var(--dur) var(--ease-out);
}
.ee-iconbtn:hover { transform: translateY(-1px); color: var(--brand-coral); }
.ee-iconbtn:active { transform: translateY(0) scale(0.95); }
.ee-iconbtn:focus-visible { outline: none; box-shadow: 0 0 0 var(--focus-ring-width) var(--focus-ring-color); }
.ee-iconbtn svg { width: 1.3rem; height: 1.3rem; }
.ee-iconbtn--sm { width: 2.1rem; height: 2.1rem; }
.ee-iconbtn--sm svg { width: 1.05rem; height: 1.05rem; }
.ee-iconbtn--solid { background: var(--brand-ink); color: #fff; }
.ee-iconbtn--solid:hover { background: var(--brand-ink-700); color: #fff; }
.ee-badge {
display: inline-flex; align-items: center; gap: 0.4em;
font-family: var(--font-body); font-weight: var(--fw-bold);
font-size: var(--fs-xs); line-height: 1;
padding: 0.42em 0.8em; border-radius: var(--radius-pill);
letter-spacing: 0.01em;
}
.ee-badge--ink   { background: var(--brand-ink); color: #fff; }
.ee-badge--coral { background: var(--brand-coral-200); color: var(--brand-coral-600); }
.ee-badge--aqua  { background: var(--brand-aqua-200); color: var(--brand-aqua-600); }
.ee-badge--leaf  { background: var(--brand-leaf-200); color: var(--brand-leaf-600); }
.ee-badge--sun   { background: var(--brand-sun-200); color: var(--brand-sun-600); }
.ee-badge--grape { background: var(--brand-grape-200); color: var(--brand-grape); }
.ee-badge--outline { background: transparent; border: 1.5px solid var(--border-strong); color: var(--text-body); }
.ee-badge__dot { width: 0.5em; height: 0.5em; border-radius: 50%; background: currentColor; }
.ee-tag {
display: inline-flex; align-items: center; gap: 0.45em;
font-family: var(--font-body); font-weight: var(--fw-semibold); font-size: var(--fs-sm);
padding: 0.45em 0.9em; border-radius: var(--radius-pill);
background: var(--white); color: var(--brand-ink);
border: 1.5px solid var(--line); box-shadow: var(--shadow-xs);
cursor: default;
}
.ee-tag--active { background: var(--brand-ink); color: #fff; border-color: var(--brand-ink); }
.ee-tag__x { display: inline-flex; opacity: 0.6; cursor: pointer; }
.ee-tag__x:hover { opacity: 1; }
.ee-card {
background: var(--surface-card);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
padding: var(--space-6);
transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.ee-card--tint-leaf  { background: var(--tint-leaf);  border-color: transparent; }
.ee-card--tint-coral { background: var(--tint-coral); border-color: transparent; }
.ee-card--tint-aqua  { background: var(--tint-aqua);  border-color: transparent; }
.ee-card--tint-sun   { background: var(--tint-sun);   border-color: transparent; }
.ee-card--flat { box-shadow: none; }
.ee-card--hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ee-card__title { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h4); color: var(--brand-ink); margin: 0 0 0.35em; }
.ee-card__body { color: var(--text-body); font-size: var(--fs-base); }
.ee-feature { display: flex; align-items: center; gap: var(--space-3); }
.ee-feature__icon {
flex: none; width: 2.5rem; height: 2.5rem; border-radius: var(--radius-pill);
display: inline-flex; align-items: center; justify-content: center; color: #fff;
}
.ee-feature__icon svg { width: 1.25rem; height: 1.25rem; }
.ee-feature__icon--leaf  { background: var(--brand-leaf); }
.ee-feature__icon--sun   { background: var(--brand-sun); }
.ee-feature__icon--coral { background: var(--brand-coral); }
.ee-feature__icon--aqua  { background: var(--brand-aqua); }
.ee-feature__label { font-weight: var(--fw-bold); color: var(--brand-ink); font-size: var(--fs-lg); }
.ee-step { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-3); }
.ee-step__num {
width: 1.75rem; height: 1.75rem; border-radius: var(--radius-pill);
background: var(--brand-leaf); color: #fff;
display: inline-flex; align-items: center; justify-content: center;
font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm);
}
.ee-step__num--leaf  { background: var(--brand-leaf); }
.ee-step__num--sun   { background: var(--brand-sun); }
.ee-step__num--aqua  { background: var(--brand-aqua); }
.ee-step__num--coral { background: var(--brand-coral); }
.ee-step__title { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h4); color: var(--brand-ink); margin: 0; }
.ee-step__body { color: var(--text-muted); font-size: var(--fs-sm); margin: 0; }
.ee-field { display: flex; flex-direction: column; gap: 0.4rem; }
.ee-field__label { font-weight: var(--fw-bold); font-size: var(--fs-sm); color: var(--brand-ink); }
.ee-input {
font-family: var(--font-body); font-size: var(--fs-base); color: var(--ink-900);
background: var(--white); border: 1.5px solid var(--border-strong);
border-radius: var(--radius-md); padding: 0.7em 1em;
transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
width: 100%;
}
.ee-input::placeholder { color: var(--ink-400); }
.ee-input:hover { border-color: var(--ink-400); }
.ee-input:focus { outline: none; border-color: var(--brand-aqua); box-shadow: 0 0 0 3px var(--focus-ring-color); }
.ee-input--error { border-color: var(--brand-coral); }
.ee-field__hint { font-size: var(--fs-xs); color: var(--text-muted); }
.ee-field__hint--error { color: var(--brand-coral-600); }
.ee-check { display: inline-flex; align-items: center; gap: 0.6rem; cursor: pointer; font-size: var(--fs-base); color: var(--text-body); user-select: none; }
.ee-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.ee-check__box {
width: 1.35rem; height: 1.35rem; border-radius: 7px; flex: none;
border: 2px solid var(--border-strong); background: var(--white);
display: inline-flex; align-items: center; justify-content: center;
transition: background-color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out); color: #fff;
}
.ee-check__box svg { width: 0.9rem; height: 0.9rem; opacity: 0; transform: scale(0.6); transition: opacity var(--dur) var(--ease-bounce), transform var(--dur) var(--ease-bounce); }
.ee-check input:checked + .ee-check__box { background: var(--brand-aqua); border-color: var(--brand-aqua); }
.ee-check input:checked + .ee-check__box svg { opacity: 1; transform: scale(1); }
.ee-check input:focus-visible + .ee-check__box { box-shadow: 0 0 0 3px var(--focus-ring-color); }
.ee-check--radio .ee-check__box { border-radius: 50%; }
.site { background: var(--cream); }
html.site-is-loading { overflow: hidden; }
.site-loader {
position: fixed; inset: 0; z-index: 1000;
display: grid; place-items: center;
padding: var(--space-4);
contain: strict;
backface-visibility: hidden;
background: #fff;
transform: translateY(0);
transition: transform 280ms cubic-bezier(.76, 0, .24, 1);
}
.site-loader.is-leaving { transform: translateY(-100%); pointer-events: none; }
.site-loader__media,
.site-loader__fallback {
grid-area: 1 / 1;
display: block;
width: min(54vw, 360px);
aspect-ratio: 1;
object-fit: contain;
}
.site-loader__media { opacity: 0; background: #fff; transition: opacity 160ms ease; }
.site-loader.is-video-ready .site-loader__media { opacity: 1; }
.site-loader__fallback { display: none; }
.site-loader.is-fallback .site-loader__fallback { display: block; }
.site-loader__text {
position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
@media (prefers-reduced-motion: reduce) {
.site-loader { display: none; transition-duration: 1ms; }
}
@media (max-width: 620px) {
.site-loader__media,
.site-loader__fallback { width: min(68vw, 300px); }
}
:root { --wrap: 1320px; }
.announce,
.site-nav,
.hero,
.band,
.site-foot__inner,
.site-foot__bar {
padding-inline: max(var(--space-6), calc((100% - var(--wrap)) / 2));
}
@media (max-width: 620px) {
.announce, .site-nav, .hero, .band,
.site-foot__inner, .site-foot__bar { padding-inline: var(--space-4); }
}
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
.rich-color--coral { color: var(--brand-coral-text); }
.rich-color--aqua { color: var(--brand-aqua-text); }
.rich-color--leaf { color: var(--brand-leaf-text); }
.rich-color--sun { color: var(--brand-sun-text); }
.rich-color--ink { color: var(--ink); }
[id] { scroll-margin-top: 96px; }
html:not(.no-js) .reveal { opacity: 0; transform: translateY(22px); }
@media (prefers-reduced-motion: reduce) {
html:not(.no-js) .reveal { opacity: 1; transform: none; }
}
a, button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(8, 154, 163, 0.18); }
a:focus-visible, button:focus-visible, .ee-btn:focus-visible {
outline: var(--focus-ring-width) solid var(--focus-ring);
outline-offset: 3px;
border-radius: var(--radius-xs);
}
.skip-link {
position: absolute; left: 50%; top: 0; transform: translate(-50%, -120%);
z-index: 100; background: var(--brand-ink); color: #fff;
padding: 12px 20px; border-radius: 0 0 var(--radius-md) var(--radius-md);
font-weight: 700; transition: transform var(--dur) var(--ease-out);
}
.skip-link:focus-visible { transform: translate(-50%, 0); color: #fff; }
.announce {
display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
background: var(--brand-ink); color: var(--text-on-dark);
font-size: 14px; padding: 10px var(--space-6);
}
.announce strong { color: #fff; }
.announce__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-sun); box-shadow: 0 0 0 0 rgba(250,166,8,.6); animation: pulse 2.4s var(--ease-out) infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(250,166,8,0); } 100% { box-shadow: 0 0 0 0 rgba(250,166,8,0); } }
.announce__link { display: inline-flex; align-items: center; gap: 5px; color: var(--brand-sun); font-size: 13px; }
.announce__link svg { width: 14px; height: 14px; }
.site-nav {
position: sticky; top: 0; z-index: 40;
padding-block: var(--space-3);
transition: padding-block var(--dur-slow) var(--ease-out);
}
.site-nav.is-stuck { padding-block: 10px; }
.site-nav__bar {
position: relative;
display: flex; align-items: center; gap: var(--space-5);
max-width: var(--wrap); margin-inline: auto;
padding: 10px var(--space-4) 10px var(--space-5);
border-radius: var(--radius-pill);
background: rgba(252, 244, 237, 0.72);
border: 1px solid transparent;
backdrop-filter: saturate(180%) blur(16px);
-webkit-backdrop-filter: saturate(180%) blur(16px);
transition: background var(--dur) var(--ease-out),
border-color var(--dur) var(--ease-out),
box-shadow var(--dur) var(--ease-out),
padding var(--dur-slow) var(--ease-out);
}
.site-nav.is-stuck .site-nav__bar {
background: rgba(255, 255, 255, 0.86);
border-color: var(--line);
box-shadow: var(--shadow-md);
padding-block: 7px;
}
.site-nav__brand { display: flex; align-items: center; text-decoration: none; }
.site-nav__logo {
height: 100px; width: auto; display: block;
transition: height var(--dur-slow) var(--ease-out), transform var(--dur) var(--ease-bounce);
}
.site-nav.is-stuck .site-nav__logo { height: 72px; }
.site-nav__brand:hover .site-nav__logo { transform: scale(1.04) rotate(-1.5deg); }
.site-nav__links { display: flex; align-items: center; gap: 4px; margin-left: auto; margin-right: var(--space-3); }
.site-nav__link {
position: relative;
font-family: var(--font-body); font-weight: 700; font-size: 15px;
color: var(--brand-ink); white-space: nowrap;
padding: 9px 14px; border-radius: var(--radius-pill);
transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
.site-nav__link:hover { background: rgba(8, 154, 163, 0.10); color: var(--brand-aqua-text); }
.site-nav__link.is-active { background: var(--brand-aqua-600); color: #fff; }
.site-nav__link.is-active:hover { background: var(--brand-aqua-text); color: #fff; }
.site-nav__cta { flex: none; }
.site-nav__burger {
display: none; background: var(--white); border: 1px solid var(--line);
color: var(--brand-ink); border-radius: var(--radius-pill); padding: 10px; cursor: pointer;
flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.site-nav__burger span {
display: block; width: 21px; height: 2px; border-radius: 2px;
background: currentColor; transform-origin: center;
transition: transform 220ms var(--ease-out), opacity 160ms var(--ease-out);
}
.site-nav.is-open .site-nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-nav.is-open .site-nav__burger span:nth-child(2) { opacity: 0; }
.site-nav.is-open .site-nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.site-nav__scrim, .site-nav__mobile-cta, .site-nav__menu-head, .site-nav__menu-help { display: none; }
.hero {
position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
gap: var(--space-7); align-items: center;
padding-block: var(--space-8) var(--space-9);
overflow: hidden;
}
.hero__glow {
position: absolute; inset: -20% -10% auto -10%; height: 130%;
background:
radial-gradient(42% 55% at 78% 22%, rgba(8,154,163,.13), transparent 70%),
radial-gradient(38% 50% at 12% 12%, rgba(250,166,8,.14), transparent 70%),
radial-gradient(46% 58% at 40% 96%, rgba(245,84,69,.10), transparent 70%);
pointer-events: none;
}
.hero__copy, .hero__media { position: relative; z-index: 1; }
.hero__badge {
display: inline-flex; align-items: center; gap: 7px;
background: var(--white); border: 1px solid var(--line);
border-radius: var(--radius-pill); padding: 6px 14px;
font-size: 13px; font-weight: 800; color: var(--brand-ink);
box-shadow: var(--shadow-xs); margin-bottom: var(--space-4);
}
.hero__badge svg { width: 15px; height: 15px; color: var(--brand-sun); }
.hero__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(38px, 5vw, 58px); line-height: 1.06; margin: 0 0 var(--space-4); letter-spacing: -0.02em; text-wrap: balance; }
.hero__ink { color: var(--brand-ink); }
.hero__coral { color: var(--brand-coral); }
.hero__lead { font-size: 18px; line-height: 1.6; color: var(--ink-700); max-width: 46ch; margin: 0 0 var(--space-5); }
.hero__lead strong { color: var(--brand-ink); }
.hero__bullets { list-style: none; padding: 0; margin: 0 0 var(--space-6); display: flex; flex-direction: column; gap: var(--space-3); }
.hero__bullets li { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 16px; color: var(--brand-ink); }
.hero__check { flex: none; width: 26px; height: 26px; border-radius: var(--radius-pill); background: var(--brand-leaf); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.hero__check svg { width: 15px; height: 15px; stroke-width: 3; }
.hero__cta { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.hero__media { position: relative; display: flex; justify-content: flex-end; }
.hero__photo { width: 100%; max-width: 680px; height: auto; display: block; }
.hero__chip {
position: absolute; background: var(--white); border-radius: var(--radius-lg);
box-shadow: var(--shadow-md); padding: 14px 18px; display: flex; align-items: center; gap: 10px;
animation: float 6s ease-in-out infinite;
}
@keyframes float { 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .hero__chip { animation: none; } }
.hero__chip--price { left: 0; bottom: 46px; }
.hero__chip--date { right: 0; top: 6px; animation-delay: -3s; }
.hero__chip--date svg { width: 22px; height: 22px; color: var(--brand-aqua); }
.hero__chip--date span { font-size: 12px; line-height: 1.35; color: var(--ink-500); }
.hero__chip--date strong { color: var(--brand-ink); font-size: 13px; }
.hero__chip-num { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--brand-coral-text); line-height: 1; }
.hero__chip-lab { font-size: 12px; line-height: 1.3; color: var(--ink-500); font-weight: 600; }
.band { padding-block: var(--space-8); }
.band--full { padding-inline: var(--space-6); }
.band--tight { padding-block: var(--space-6); }
.band--cream { background: var(--white); padding-block: var(--space-8); }
.sec-head { text-align: center; max-width: 60ch; margin: 0 auto var(--space-7); }
.sec-head--left { text-align: left; margin: 0 0 var(--space-6); }
.sec-eyebrow {
display: inline-block; font-weight: 800; font-size: 12px; letter-spacing: .12em;
text-transform: uppercase; color: var(--brand-aqua-text); margin-bottom: 10px;
}
.sec-title {
display: flex; align-items: center; justify-content: center; gap: 14px;
font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3.2vw, 36px);
color: var(--brand-ink); margin: 0; letter-spacing: -0.015em; text-wrap: balance;
}
.sec-head--left .sec-title { justify-content: flex-start; font-size: clamp(24px, 2.6vw, 30px); }
.sec-lead { font-size: 16px; line-height: 1.6; color: var(--ink-500); margin: var(--space-3) 0 0; }
.sec-head--left .sec-lead { max-width: 42ch; }
.sparks {
flex: none; fill: var(--brand-aqua);
align-self: flex-start;
width: 0.78em; height: 0.78em;
margin-top: -0.34em;
}
.sec-title > .sparks:first-child { transform: scaleX(-1); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-4); }
.feature-card {
border-radius: var(--radius-lg); padding: var(--space-6) var(--space-5);
display: flex; flex-direction: column; align-items: flex-start;
border: 1px solid transparent;
transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-card--leaf  { background: #F5F8F0; }
.feature-card--sun   { background: #FDF8ED; }
.feature-card--aqua  { background: #F0F5F3; }
.feature-card--coral { background: #FDF3EE; }
.feature-card__icon { width: 48px; height: 48px; border-radius: 14px; background: var(--white); display: inline-flex; align-items: center; justify-content: center; margin-bottom: var(--space-4); box-shadow: var(--shadow-xs); }
.feature-card__icon svg { width: 24px; height: 24px; stroke-width: 2.2; }
.feature-card__icon--leaf  { color: var(--brand-leaf); }
.feature-card__icon--sun   { color: var(--brand-sun-text); }
.feature-card__icon--aqua  { color: var(--brand-aqua); }
.feature-card__icon--coral { color: var(--brand-coral); }
.feature-card__title { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--brand-ink); margin: 0 0 var(--space-2); line-height: 1.25; text-wrap: balance; }
.feature-card__body { color: var(--ink-500); font-size: 14px; line-height: 1.55; margin: 0 0 var(--space-4); flex: 1; }
.feature-card__link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; }
.feature-card__link svg { width: 15px; height: 15px; transition: transform var(--dur) var(--ease-out); }
.feature-card__link:hover svg { transform: translateX(3px); }
.feature-card--leaf  .feature-card__link { color: var(--brand-leaf-text); }
.feature-card--sun   .feature-card__link { color: var(--brand-sun-text); }
.feature-card--aqua  .feature-card__link { color: var(--brand-aqua-text); }
.feature-card--coral .feature-card__link { color: var(--brand-coral-text); }
.basket-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-5); align-items: stretch; }
.basket {
position: relative; background: var(--white); border: 1px solid var(--line);
border-radius: var(--radius-xl); padding: var(--space-6);
display: flex; flex-direction: column; gap: var(--space-4);
transition: transform var(--dur-slow) var(--ease-bounce),
box-shadow var(--dur-slow) var(--ease-out),
border-color var(--dur) var(--ease-out);
}
.basket:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.basket--leaf:hover  { border-color: var(--brand-leaf); }
.basket--coral:hover { border-color: var(--brand-coral); }
.basket--aqua:hover  { border-color: var(--brand-aqua); }
.basket__price { transition: transform var(--dur-slow) var(--ease-bounce); transform-origin: left center; }
.basket:hover .basket__price { transform: scale(1.06); }
@media (prefers-reduced-motion: reduce) {
.basket:hover, .basket:hover .basket__price { transform: none; }
}
.basket.is-featured { border-color: var(--brand-coral); border-width: 2px; box-shadow: var(--shadow-md); margin-block: calc(var(--space-4) * -1); padding-block: calc(var(--space-6) + var(--space-4)); }
.basket.is-featured:hover { box-shadow: var(--shadow-coral); }
.basket__flag {
position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
background: var(--brand-coral); color: #fff; font-size: 12px; font-weight: 800;
padding: 6px 15px; border-radius: var(--radius-pill); box-shadow: var(--shadow-coral);
}
.basket__flag svg { width: 13px; height: 13px; fill: currentColor; }
.basket__head { padding-bottom: var(--space-4); border-bottom: 1px solid var(--line-soft); }
.basket__price-row { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); margin-bottom: 6px; }
.basket__price { display: flex; align-items: baseline; gap: 3px; margin: 0; font-family: var(--font-display); font-weight: 700; line-height: 1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.basket__price span { font-size: 58px; }
.basket__price small { font-size: 26px; }
.basket--leaf  .basket__price { color: var(--brand-leaf-text); }
.basket--coral .basket__price { color: var(--brand-coral-text); }
.basket--aqua  .basket__price { color: var(--brand-aqua-text); }
.basket__preview {
display: inline-flex; align-items: center; gap: 7px; flex: none;
padding: 8px 12px; border: 1px solid var(--line); border-radius: var(--radius-pill);
background: var(--cream); color: var(--brand-ink); font-size: 12px; font-weight: 800;
text-decoration: none; box-shadow: var(--shadow-xs);
transition: transform var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.basket__preview svg { width: 15px; height: 15px; }
.basket__preview:hover { transform: translateY(-2px); border-color: var(--brand-aqua); background: var(--tint-aqua); }
.basket__name { font-family: var(--font-display); font-weight: 600; font-size: 21px; color: var(--brand-ink); margin: 0 0 4px; }
.basket__tagline { font-size: 14px; color: var(--ink-500); margin: 0; }
.basket__pay { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 13px; font-weight: 700; color: var(--brand-aqua-text); background: var(--tint-aqua); border-radius: var(--radius-pill); padding: 6px 13px; margin: 0; }
.basket__pay svg { width: 15px; height: 15px; }
.basket__items { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.basket__items li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--ink-700); line-height: 1.45; }
.basket__items svg { width: 17px; height: 17px; flex: none; margin-top: 2px; stroke-width: 3; }
.basket--leaf  .basket__items svg { color: var(--brand-leaf); }
.basket--coral .basket__items svg { color: var(--brand-coral); }
.basket--aqua  .basket__items svg { color: var(--brand-aqua); }
.basket__note { font-size: 13.5px; line-height: 1.5; color: var(--ink-500); margin: 0; }
.basket-foot {
display: flex; align-items: center; justify-content: center; gap: 10px;
margin: var(--space-7) 0 0; font-size: 15px; color: var(--ink-700);
}
.basket-foot svg { width: 18px; height: 18px; flex: none; color: var(--brand-aqua-text); }
.basket-viewer {
width: min(620px, calc(100vw - 32px)); max-width: none; padding: 0;
border: 0; border-radius: var(--radius-xl); background: var(--white);
color: var(--brand-ink); box-shadow: var(--shadow-lg); overflow: hidden;
}
.basket-viewer::backdrop { background: rgba(4, 48, 53, .72); backdrop-filter: blur(5px); }
.basket-viewer__panel { padding: var(--space-4); }
.basket-viewer__head { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); padding: 2px 2px var(--space-4); }
.basket-viewer__eyebrow { color: var(--brand-coral-text); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.basket-viewer__head h2 { margin: 3px 0 0; font-family: var(--font-display); font-size: 25px; line-height: 1.1; }
.basket-viewer__close { display: grid; place-items: center; width: 42px; height: 42px; flex: none; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); color: var(--brand-ink); cursor: pointer; }
.basket-viewer__close:hover { background: var(--tint-aqua); border-color: var(--brand-aqua); }
.basket-viewer__close svg { width: 20px; height: 20px; }
.basket-viewer__figure { margin: 0; }
.basket-viewer__figure img { display: block; width: 100%; max-height: min(68vh, 720px); object-fit: contain; border-radius: var(--radius-lg); background: var(--cream-deep); }
.basket-viewer__figure figcaption { padding: 12px 4px 2px; color: var(--ink-500); font-size: 13px; line-height: 1.45; }
.basket-viewer.is-fallback-open {
position: fixed; inset: 0; z-index: 120; width: 100%; height: 100%; max-height: none;
padding: 16px; border-radius: 0; background: rgba(4, 48, 53, .72);
backdrop-filter: blur(5px); overflow: auto;
}
.basket-viewer.is-fallback-open .basket-viewer__panel {
width: min(620px, 100%); margin: max(16px, calc((100vh - 760px) / 2)) auto;
border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-lg);
}
.access-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-4); }
.access {
display: flex; gap: var(--space-4); background: var(--white);
border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-5);
transition: transform var(--dur-slow) var(--ease-bounce),
box-shadow var(--dur-slow) var(--ease-out),
border-color var(--dur) var(--ease-out);
}
.access:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.access--aqua:hover  { border-color: var(--brand-aqua); }
.access--sun:hover   { border-color: var(--brand-sun); }
.access--coral:hover { border-color: var(--brand-coral); }
.access--leaf:hover  { border-color: var(--brand-leaf); }
.access > div { min-width: 0; }
.access__icon {
flex: none; width: 46px; height: 46px; border-radius: 14px;
display: inline-flex; align-items: center; justify-content: center; color: #fff;
transition: transform var(--dur-slow) var(--ease-bounce);
}
.access:hover .access__icon { transform: scale(1.08) rotate(-4deg); }
.access__icon svg { width: 22px; height: 22px; }
.access__icon--aqua  { background: var(--brand-aqua);  box-shadow: 0 6px 16px rgba(8, 154, 163, 0.28); }
.access__icon--sun   { background: var(--brand-sun);   box-shadow: 0 6px 16px rgba(250, 166, 8, 0.28); }
.access__icon--coral { background: var(--brand-coral); box-shadow: var(--shadow-coral); }
.access__icon--leaf  { background: var(--brand-leaf);  box-shadow: 0 6px 16px rgba(120, 165, 30, 0.28); }
.access__who { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--brand-ink); margin: 0 0 10px; line-height: 1.25; }
.access__doc {
display: flex; align-items: flex-start; gap: 9px; margin: 0;
font-size: 13.5px; line-height: 1.5; color: var(--ink-700);
padding: 9px 12px; border-radius: var(--radius-sm);
}
.access__doc svg { width: 15px; height: 15px; flex: none; margin-top: 2px; }
.access--aqua  .access__doc { background: var(--tint-aqua); }
.access--sun   .access__doc { background: var(--tint-sun); }
.access--coral .access__doc { background: var(--tint-coral); }
.access--leaf  .access__doc { background: var(--tint-leaf); }
.access--aqua  .access__doc svg { color: var(--brand-aqua-text); }
.access--sun   .access__doc svg { color: var(--brand-sun-text); }
.access--coral .access__doc svg { color: var(--brand-coral-text); }
.access--leaf  .access__doc svg { color: var(--brand-leaf-text); }
@media (prefers-reduced-motion: reduce) {
.access:hover, .access:hover .access__icon { transform: none; }
}
.access-note { display: flex; gap: 12px; align-items: flex-start; margin-top: var(--space-4); padding: var(--space-4) var(--space-5); background: var(--tint-sun); border-radius: var(--radius-lg); }
.access-note svg { width: 20px; height: 20px; flex: none; margin-top: 2px; color: var(--brand-sun-text); }
.access-note p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-700); }
.access-note strong { color: var(--brand-ink); }
.membership { display: flex; align-items: center; gap: var(--space-5); flex-wrap: wrap; margin-top: var(--space-4); padding: var(--space-5) var(--space-6); background: var(--brand-ink); border-radius: var(--radius-lg); }
.membership__price { flex: none; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.membership__price span { font-family: var(--font-display); font-weight: 700; font-size: 38px; color: var(--brand-sun); }
.membership__price small { font-size: 12px; color: var(--text-on-dark-muted); margin-top: 4px; }
.membership > div:nth-child(2) { flex: 1; min-width: 260px; }
.membership__title { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: #fff; margin: 0 0 6px; }
.membership__text { font-size: 14px; line-height: 1.6; color: var(--text-on-dark-muted); margin: 0; }
.membership__text strong { color: #fff; }
.step-row { display: flex; align-items: flex-start; justify-content: center; gap: var(--space-3); }
.step-cell {
flex: 1; max-width: 240px; display: flex; flex-direction: column;
align-items: center; text-align: center; gap: var(--space-3);
}
.step-illus {
width: 150px; height: 150px; object-fit: contain; padding: 18px;
border-radius: var(--radius-pill); background: var(--white);
transition: transform var(--dur-slow) var(--ease-bounce);
}
.step-cell:hover .step-illus { transform: translateY(-6px) rotate(-3deg); }
.step-arrow {
flex: none; margin-top: 18px;
fill: var(--brand-aqua); stroke: var(--brand-aqua);
stroke-width: 1.6; stroke-linejoin: round; paint-order: stroke fill;
}
.step-cell .ee-step { align-items: center; text-align: center; }
.ee-step__title { font-size: 17px; }
.ee-step__body { font-size: 14px; }
.distrib { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: var(--space-7); align-items: stretch; }
.distrib__list { display: flex; flex-direction: column; gap: var(--space-5); }
.distrib__item { display: flex; gap: 16px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-5); transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.distrib__item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.distrib__pin { flex: none; width: 34px; height: 34px; border-radius: var(--radius-pill); display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.distrib__pin svg { width: 17px; height: 17px; }
.distrib__pin--aqua  { background: var(--brand-aqua); }
.distrib__pin--coral { background: var(--brand-coral); }
.distrib__name { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--brand-ink); margin: 0 0 5px; }
.distrib__tag { font-family: var(--font-body); font-weight: 800; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--radius-pill); }
.distrib__tag--aqua { background: var(--brand-aqua-200); color: var(--brand-aqua-text); }
.distrib__tag--coral { background: var(--brand-coral-200); color: var(--brand-coral-text); }
.distrib__line { font-size: 14px; color: var(--ink-500); line-height: 1.5; }
.distrib__hours { font-variant-numeric: tabular-nums; display: flex; align-items: center; gap: 7px; width: fit-content; font-size: 13.5px; color: var(--brand-ink); background: var(--tint-aqua); border-radius: var(--radius-pill); padding: 7px 14px; margin: 12px 0 0; }
.distrib__hours svg { width: 15px; height: 15px; color: var(--brand-aqua-text); }
.distrib__link { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; font-size: 13.5px; color: var(--brand-aqua-text); margin-top: 12px; }
.distrib__link svg { width: 14px; height: 14px; transition: transform var(--dur) var(--ease-out); }
.distrib__link:hover svg { transform: translateX(3px); }
.distrib__map { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); min-height: 420px; }
.distrib__map-canvas { position: absolute; inset: 0; background: var(--cream-deep); }
.map-pin { display: block; width: 34px; height: 34px; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); border: 3px solid #fff; box-shadow: var(--shadow-md); }
.map-pin--aqua { background: var(--brand-aqua); }
.map-pin--coral { background: var(--brand-coral); }
.leaflet-popup-content { font-family: var(--font-body); font-size: 13.5px; line-height: 1.5; }
.leaflet-popup-content strong { font-family: var(--font-display); color: var(--brand-ink); }
.leaflet-container a.leaflet-popup-close-button { color: var(--ink-500); }
.infos { max-width: var(--wrap); margin-inline: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-4); background: var(--brand-ink); border-radius: var(--radius-xl); padding: var(--space-6); }
.info { display: flex; gap: 14px; }
.info__icon { flex: none; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.09); color: var(--brand-sun); display: inline-flex; align-items: center; justify-content: center; }
.info__icon svg { width: 21px; height: 21px; }
.info__title { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: #fff; margin: 0 0 5px; }
.info__body { font-size: 14px; line-height: 1.55; color: var(--text-on-dark-muted); margin: 0; }
.partners__lab { text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); margin: 0 0 var(--space-5); }
.partners {
display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
align-items: center; justify-items: center; gap: var(--space-6);
}
.partner {
height: 60px; width: auto; max-width: 100%; object-fit: contain;
transition: transform var(--dur) var(--ease-out);
}
.partner:hover { transform: translateY(-3px); }
.partner--tall { height: 92px; }
.partner--wide { height: 40px; }
.wa {
max-width: var(--wrap); margin-inline: auto; position: relative; overflow: hidden;
background: linear-gradient(120deg, #063F45 0%, #0A555C 55%, #06666D 100%);
border-radius: var(--radius-xl);
display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr); gap: var(--space-6);
align-items: center; padding: var(--space-7);
}
.wa::after {
content: ''; position: absolute; right: -8%; top: -40%;
width: 460px; height: 460px; border-radius: 50%;
background: radial-gradient(circle, rgba(250,166,8,.16), transparent 65%);
pointer-events: none;
}
.wa__copy { position: relative; z-index: 1; }
.wa__eyebrow {
display: inline-flex; align-items: center; gap: 8px;
background: rgba(255,255,255,.12); color: #fff;
border-radius: var(--radius-pill); padding: 6px 14px;
font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
margin-bottom: var(--space-4);
}
.wa__eyebrow svg { width: 15px; height: 15px; color: var(--brand-sun); }
.wa__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(24px, 2.6vw, 32px); color: #fff; margin: 0 0 var(--space-3); letter-spacing: -0.015em; }
.wa__text { color: var(--text-on-dark-muted); font-size: 15.5px; line-height: 1.6; margin: 0 0 var(--space-4); max-width: 46ch; }
.wa__list { list-style: none; padding: 0; margin: 0 0 var(--space-5); display: flex; flex-direction: column; gap: 10px; }
.wa__list li { display: flex; align-items: center; gap: 10px; color: var(--text-on-dark); font-size: 15px; font-weight: 600; }
.wa__list svg { width: 18px; height: 18px; flex: none; stroke-width: 3; color: var(--brand-sun); }
.wa__media { position: relative; display: flex; justify-content: center; align-items: flex-end; align-self: stretch; }
.wa__phone { width: 305px; max-width: 100%; height: auto; margin-bottom: calc(var(--space-7) * -1); }
.wa__heart { position: absolute; right: -6px; top: 4px; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-5); }
.news-card {
display: block; background: var(--white); border: 1px solid var(--line);
border-radius: var(--radius-lg); overflow: hidden; text-decoration: none;
transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.news-card__media { position: relative; overflow: hidden; height: 190px; }
.news-badge {
position: absolute; left: 14px; top: 14px; z-index: 1;
border-radius: var(--radius-md); box-shadow: var(--shadow-sm); color: #fff;
}
.news-badge--date {
display: flex; flex-direction: column; align-items: center; justify-content: center;
width: 54px; padding: 8px 0; line-height: 1.1;
font-variant-numeric: tabular-nums;
}
.news-badge--date strong { font-family: var(--font-display); font-weight: 700; font-size: 22px; }
.news-badge--date span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; opacity: .9; }
.news-badge--label {
display: inline-flex; align-items: center; gap: 6px;
padding: 7px 13px; border-radius: var(--radius-pill);
font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.news-badge--label svg { width: 14px; height: 14px; }
.news-card--coral .news-badge { background: var(--brand-coral); }
.news-card--sun   .news-badge { background: var(--brand-sun-text); }
.news-card--aqua  .news-badge { background: var(--brand-aqua); }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease-out); }
.news-card:hover .news-card__media img { transform: scale(1.05); }
.news-card__body { padding: var(--space-5); }
.news-card__title { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--brand-ink); margin: 0 0 var(--space-2); line-height: 1.25; text-wrap: balance; }
.news-card__text { font-size: 14px; color: var(--ink-500); line-height: 1.55; margin: 0 0 var(--space-4); }
.news-card__link { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; font-size: 14px; }
.news-card__link svg { width: 15px; height: 15px; transition: transform var(--dur) var(--ease-out); }
.news-card--coral .news-card__link { color: var(--brand-coral-text); }
.news-card--sun   .news-card__link { color: var(--brand-sun-text); }
.news-card--aqua  .news-card__link { color: var(--brand-aqua-text); }
.news-card:hover .news-card__link svg { transform: translateX(3px); }
.helper { max-width: var(--wrap); margin-inline: auto; background: var(--white); border-radius: var(--radius-xl); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; overflow: hidden; }
.helper__copy { padding: var(--space-8) var(--space-7); }
.helper__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3vw, 34px); color: var(--brand-ink); margin: 0 0 var(--space-3); letter-spacing: -0.015em; }
.helper__text { font-size: 16px; line-height: 1.6; color: var(--ink-700); margin: 0 0 var(--space-5); max-width: 40ch; }
.helper__ways { list-style: none; padding: 0; margin: 0 0 var(--space-5); display: flex; flex-direction: column; gap: 12px; }
.helper__ways li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; color: var(--brand-ink); }
.helper__way-icon { flex: none; width: 34px; height: 34px; border-radius: var(--radius-pill); background: var(--white); color: var(--brand-coral-text); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-xs); }
.helper__way-icon svg { width: 17px; height: 17px; }
.helper__cta { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.helper__photo { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }
.post-shell { padding-block: var(--space-7) var(--space-9); }
.post-grid {
display: grid; grid-template-columns: minmax(0, 1fr) 320px;
gap: var(--space-8); align-items: start;
max-width: var(--blog); margin-inline: auto;
}
.crumbs { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; font-size: 13px; color: var(--ink-500); margin-bottom: var(--space-5); }
.crumbs a { font-weight: 600; color: var(--brand-aqua-text); }
.crumbs svg { width: 13px; height: 13px; color: var(--ink-300); }
.crumbs [aria-current] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 40ch; }
:root { --blog: 1120px; }
.blog-head { padding-block: var(--space-8) 0; }
.blog-head__inner { max-width: var(--blog); margin-inline: auto; }
.blog-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.08; letter-spacing: -0.02em; color: var(--brand-ink); margin: 0 0 var(--space-4); }
.blog-lead { font-size: 19px; line-height: 1.6; color: var(--ink-700); max-width: 58ch; margin: 0; }
.post__meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-500); margin: 0 0 var(--space-4); }
.post__cat { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--radius-pill); color: #fff; }
.post__cat--coral { background: var(--brand-coral); }
.post__cat--sun { background: var(--brand-sun-text); }
.post__cat--aqua { background: var(--brand-aqua); }
.post__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: -0.02em; color: var(--brand-ink); margin: 0 0 var(--space-4); text-wrap: balance; }
.post__lead { font-size: 19px; line-height: 1.65; color: var(--ink-700); margin: 0 0 var(--space-6); }
.post__cover { display: block; width: 100%; height: auto; border-radius: var(--radius-xl); margin-bottom: var(--space-6); }
.post__body { font-size: 18px; line-height: 1.75; color: var(--ink-700); }
.post__body > p { margin: 0 0 var(--space-5); }
.post__h { font-family: var(--font-display); font-weight: 600; font-size: 25px; color: var(--brand-ink); margin: var(--space-7) 0 var(--space-4); }
.post__body > .post__h:first-child { margin-top: 0; }
.post__list { list-style: none; padding: 0; margin: 0 0 var(--space-5); display: flex; flex-direction: column; gap: 12px; }
.post__list li { display: flex; align-items: flex-start; gap: 11px; }
.post__list svg { width: 18px; height: 18px; flex: none; margin-top: 6px; stroke-width: 3; }
.post__note { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-4) var(--space-5); font-size: 16px; line-height: 1.6; margin: 0 0 var(--space-5); }
.post__note svg { width: 19px; height: 19px; flex: none; margin-top: 4px; }
.post--coral .post__list svg, .post--coral .post__note svg { color: var(--brand-coral-text); }
.post--sun   .post__list svg, .post--sun   .post__note svg { color: var(--brand-sun-text); }
.post--aqua  .post__list svg, .post--aqua  .post__note svg { color: var(--brand-aqua-text); }
.share { display: flex; align-items: center; gap: 10px; padding-top: var(--space-6); border-top: 1px solid var(--line); margin-top: var(--space-7); }
.share__lab { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--brand-ink); margin-right: 4px; }
.share__lab svg { width: 16px; height: 16px; color: var(--ink-500); }
.share__btn { width: 38px; height: 38px; border-radius: var(--radius-pill); background: var(--white); color: var(--brand-ink); display: inline-flex; align-items: center; justify-content: center; transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out); }
.share__btn:hover { background: var(--brand-ink); color: #fff; }
.share__btn svg { width: 17px; height: 17px; }
.post__next {
display: flex; align-items: center; gap: var(--space-4);
margin-top: var(--space-6); padding: var(--space-5);
background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
transition: background var(--dur) var(--ease-out);
}
.post__next:hover { background: var(--cream); }
.post__next-lab { flex: none; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-500); }
.post__next-title { flex: 1; min-width: 0; font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--brand-ink); }
@media (max-width: 420px) {
.post__next { flex-wrap: wrap; }
.post__next-lab { flex-basis: 100%; }
}
.post__next svg { flex: none; width: 20px; height: 20px; color: var(--brand-aqua-text); transition: transform var(--dur) var(--ease-out); }
.post__next:hover svg { transform: translateX(4px); }
.feature-post { display: block; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.feature-post:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-post__media { position: relative; height: 320px; overflow: hidden; }
.feature-post__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feature-post__body { padding: var(--space-6); }
.feature-post__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; color: var(--brand-ink); margin: 0 0 var(--space-3); text-wrap: balance; }
.feature-post__text { font-size: 16.5px; line-height: 1.6; color: var(--ink-500); margin: 0 0 var(--space-4); }
.feature-post--coral .news-card__link { color: var(--brand-coral-text); }
.feature-post--sun   .news-card__link { color: var(--brand-sun-text); }
.feature-post--aqua  .news-card__link { color: var(--brand-aqua-text); }
.blog-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-5); margin-top: var(--space-5); }
.news-more { text-align: center; margin: var(--space-7) 0 0; }
.news-card__date { display: block; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 8px; }
.aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: var(--space-4); }
.aside__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-5); }
.aside__card--dark { background: var(--brand-ink); color: var(--text-on-dark); }
.aside__title { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--brand-ink); margin: 0 0 var(--space-4); }
.aside__card--dark .aside__title { color: #fff; }
.aside__title svg { width: 18px; height: 18px; color: var(--brand-aqua-text); }
.aside__card--dark .aside__title svg { color: var(--brand-sun); }
.aside__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-4); }
.aside__list li { display: flex; flex-direction: column; gap: 3px; font-size: 14px; line-height: 1.5; color: var(--ink-500); }
.aside__list strong { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--brand-ink); }
.aside__list--links { gap: 10px; }
.aside__list--links a { font-size: 14px; font-weight: 600; color: var(--brand-aqua-text); overflow-wrap: anywhere; }
.aside__prices { list-style: none; padding: 0; margin: 0 0 var(--space-4); display: flex; flex-direction: column; gap: 10px; }
.aside__prices li { display: flex; align-items: baseline; gap: 10px; font-size: 14px; color: var(--text-on-dark-muted); }
.aside__prices span { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--brand-sun); min-width: 46px; font-variant-numeric: tabular-nums; }
.aside__fine { font-size: 13px; line-height: 1.5; color: var(--text-on-dark-muted); margin: 0 0 var(--space-4); }
.aside__social { display: flex; gap: 8px; margin-top: var(--space-4); }
.aside__social a { width: 36px; height: 36px; border-radius: var(--radius-pill); background: var(--white); color: var(--brand-ink); display: inline-flex; align-items: center; justify-content: center; transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out); }
.aside__social a:hover { background: var(--brand-coral); color: #fff; }
.aside__social svg { width: 17px; height: 17px; }
.faq { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: var(--space-3); }
.faq__item {
background: var(--white); border: 1px solid var(--line);
border-radius: var(--radius-lg); overflow: hidden;
transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.faq__item:hover, .faq__item[open] { border-color: var(--brand-aqua-200); box-shadow: var(--shadow-sm); }
.faq__q {
display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
padding: var(--space-5); cursor: pointer; list-style: none;
font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--brand-ink);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:focus-visible { outline: var(--focus-ring-width) solid var(--focus-ring); outline-offset: -4px; border-radius: var(--radius-lg); }
.faq__q > svg {
flex: none; width: 32px; height: 32px; padding: 6px; border-radius: 50%;
background: var(--tint-aqua); color: var(--brand-aqua-text);
transition: transform var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.faq__item[open] .faq__q > svg { transform: rotate(180deg); background: var(--brand-aqua-200); }
.faq__a { margin: 0; padding: 0 var(--space-5) var(--space-5); font-size: 16px; line-height: 1.7; color: var(--ink-700); }
@supports (interpolate-size: allow-keywords) {
.faq { interpolate-size: allow-keywords; }
.faq__item::details-content {
block-size: 0; overflow: hidden;
transition: block-size var(--dur-slow) var(--ease-out),
content-visibility var(--dur-slow) allow-discrete;
}
.faq__item[open]::details-content { block-size: auto; }
}
@media (prefers-reduced-motion: reduce) {
.faq__item::details-content { transition: none; }
.faq__q > svg { transition: background var(--dur) var(--ease-out); }
}
.legal { max-width: 780px; margin-inline: auto; padding-block: var(--space-8) var(--space-9); }
.legal__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4vw, 44px); line-height: 1.1; letter-spacing: -0.02em; color: var(--brand-ink); margin: 0 0 var(--space-4); }
.legal__lead { font-size: 18px; line-height: 1.6; color: var(--ink-700); margin: 0 0 var(--space-7); }
.legal__body { font-size: 17px; line-height: 1.75; color: var(--ink-700); }
.legal__body > p { margin: 0 0 var(--space-5); }
.legal__body .post__h { font-size: 22px; }
.legal__body .post__list svg { color: var(--brand-aqua-text); }
.legal__body .post__note svg { color: var(--brand-aqua-text); }
.post__todo {
display: flex; align-items: flex-start; gap: 12px;
background: var(--tint-sun); border: 1px solid var(--brand-sun);
border-radius: var(--radius-lg); padding: var(--space-4) var(--space-5);
font-size: 16px; line-height: 1.6; color: var(--brand-ink); margin: 0 0 var(--space-5);
}
.post__todo svg { width: 19px; height: 19px; flex: none; margin-top: 4px; color: var(--brand-sun-text); }
.legal__nav { display: flex; flex-wrap: wrap; gap: var(--space-5); margin: var(--space-8) 0 0; padding-top: var(--space-6); border-top: 1px solid var(--line); }
.legal__nav a { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; color: var(--brand-aqua-text); }
.legal__nav svg { width: 15px; height: 15px; }
.site-foot__legal { display: flex; align-items: center; gap: var(--space-3); flex-wrap: wrap; }
.site-foot__legal a { font-weight: 400; font-size: 13px; color: var(--text-on-dark-muted); }
.site-foot__legal a:hover { color: #fff; }
.ha {
width: min(1060px, calc(100vw - 2 * var(--space-5)));
max-width: none; height: min(940px, calc(100vh - 2 * var(--space-5)));
max-height: calc(100vh - 2 * var(--space-5));
padding: 0; border: 0; border-radius: var(--radius-xl);
background: var(--white); color: var(--text-body);
box-shadow: var(--shadow-lg); overflow: hidden;
}
.ha::backdrop { background: rgba(6, 63, 69, 0.55); backdrop-filter: blur(3px); }
.ha[open] { display: flex; flex-direction: column; }
.ha__head {
display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
padding: var(--space-5) var(--space-6); border-bottom: 1px solid var(--line);
}
.ha__title { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--brand-ink); margin: 0; }
.ha__close {
flex: none; width: 40px; height: 40px; border: 0; border-radius: var(--radius-pill);
background: var(--cream); color: var(--brand-ink); cursor: pointer;
display: inline-flex; align-items: center; justify-content: center;
transition: background var(--dur) var(--ease-out);
}
.ha__close:hover { background: var(--cream-deep); }
.ha__close svg { width: 20px; height: 20px; }
.ha__body {
flex: 1; min-height: 0; background: var(--white);
padding: 0 var(--space-5) var(--space-5);
}
.ha__frame {
width: 100%; height: 100%; min-height: 620px; border: 0; display: block;
border-radius: var(--radius-md); overflow: hidden;
}
.ha__tools { display: flex; align-items: center; gap: var(--space-3); }
.ha__out {
display: inline-flex; align-items: center; gap: 7px;
font-size: 13.5px; font-weight: 700; color: var(--brand-aqua-text);
padding: 8px 14px; border-radius: var(--radius-pill);
transition: background var(--dur) var(--ease-out);
}
.ha__out:hover { background: rgba(8, 154, 163, 0.10); }
.ha__out svg { width: 15px; height: 15px; }
@media (max-width: 620px) {
.ha { width: 100vw; max-height: 100vh; height: 100vh; border-radius: 0; }
.ha__head { padding-inline: var(--space-4); }
.ha__body { padding: 0 var(--space-3) var(--space-3); }
.ha__out span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
}
.site-foot { background: var(--brand-ink); color: var(--text-on-dark); margin-top: var(--space-7); }
.site-foot__inner { display: grid; grid-template-columns: 1.3fr 1fr 1fr 0.8fr; min-width: 0; gap: var(--space-6); padding-block: var(--space-9) var(--space-6); }
.site-foot__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.site-foot__logo { height: 92px; width: auto; display: block; }
.site-foot__tag { font-size: 14px; line-height: 1.6; color: var(--text-on-dark-muted); margin: 0; }
.site-foot__col h3 { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: #fff; margin: 0 0 var(--space-4); }
.site-foot__col p { font-size: 14px; color: var(--text-on-dark-muted); display: flex; gap: 9px; margin: 0 0 var(--space-3); line-height: 1.55; }
.site-foot__col p svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--brand-aqua-200); }
.site-foot__col strong { color: #fff; }
.site-foot__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.site-foot__links a { font-size: 14px; font-weight: 400; color: var(--text-on-dark-muted); }
.site-foot__links a:hover { color: #fff; }
.site-foot__bar {
border-top: 1px solid rgba(255,255,255,0.12);
display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center;
gap: var(--space-4); padding-block: var(--space-4);
font-size: 13px; color: var(--text-on-dark-muted);
}
.site-foot__legal { justify-self: start; }
.site-foot__by {
justify-self: center;
display: inline-flex; align-items: center; gap: 9px;
font-size: 13px; font-weight: 400; color: var(--text-on-dark-muted);
white-space: nowrap;
}
.site-foot__by img { height: 17px; width: auto; opacity: .85; transition: opacity var(--dur) var(--ease-out); }
.site-foot__by:hover { color: #fff; }
.site-foot__by:hover img { opacity: 1; }
.site-foot__social { justify-self: end; display: flex; gap: 10px; }
.site-foot__social-link { width: 36px; height: 36px; border-radius: var(--radius-pill); background: rgba(255,255,255,.10); color: var(--text-on-dark); display: inline-flex; align-items: center; justify-content: center; transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out); }
.site-foot__social-link:hover { background: var(--brand-coral); color: #fff; }
.site-foot__social-link svg { width: 18px; height: 18px; }
@media (max-width: 1040px) {
.feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.basket-grid, .news-grid { grid-template-columns: minmax(0, 1fr); }
.distrib { grid-template-columns: minmax(0, 1fr); }
.distrib__map { min-height: 320px; }
.infos { grid-template-columns: minmax(0, 1fr); gap: var(--space-5); }
.partners { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-6); }
.post-grid { grid-template-columns: minmax(0, 1fr); gap: var(--space-7); }
.aside { position: static; }
.blog-list { grid-template-columns: minmax(0, 1fr); }
.feature-post__media { height: 240px; }
}
@media (max-width: 1100px) {
html, body { overflow-x: hidden; }
html.menu-is-open { overflow: hidden; }
.site-nav { isolation: isolate; padding-inline: max(12px, env(safe-area-inset-left)); }
.site-nav__bar { z-index: 2; }
.site-nav__burger { display: inline-flex; margin-left: auto; }
.site-nav__cta { display: none; }
.site-nav__link { min-height: 44px; display: flex; align-items: center; }
.site-nav__burger { min-width: 44px; min-height: 44px; }
.site-nav__bar { padding-right: var(--space-3); }
.site-nav__scrim {
position: fixed; inset: 0; z-index: 1; display: block;
border: 0; background: rgba(6, 63, 69, .52);
backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
opacity: 0; pointer-events: none;
transition: opacity 220ms var(--ease-out);
}
.site-nav.is-open .site-nav__scrim { opacity: 1; pointer-events: auto; }
.site-nav__links {
display: flex; position: fixed; z-index: 5;
inset: 0 0 0 auto; width: min(88vw, 390px); height: 100dvh;
margin: 0; padding: max(18px, env(safe-area-inset-top)) 18px max(20px, env(safe-area-inset-bottom));
flex-direction: column; align-items: stretch; gap: 4px;
overflow-y: auto; overscroll-behavior: contain;
background: var(--white); border-left: 1px solid var(--line);
border-radius: 28px 0 0 28px; box-shadow: -18px 0 50px rgba(6,63,69,.18);
filter: none; backdrop-filter: none; -webkit-backdrop-filter: none;
-webkit-font-smoothing: antialiased;
visibility: hidden; pointer-events: none;
transform: translateX(104%); transform-origin: right center;
transition: transform 260ms cubic-bezier(.22,1,.36,1), visibility 260ms;
}
.site-nav.is-open .site-nav__links {
visibility: visible; pointer-events: auto; transform: translateX(0);
}
.site-nav.is-open .site-nav__bar {
z-index: 2;
backdrop-filter: none; -webkit-backdrop-filter: none;
}
.site-nav__menu-head {
display: flex; align-items: center; justify-content: space-between;
min-height: 52px; margin-bottom: 16px; padding: 0 2px 14px;
border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 850;
}
.site-nav__menu-close {
display: inline-grid; place-items: center; width: 44px; height: 44px;
padding: 0; border: 1px solid var(--line); border-radius: 50%;
background: var(--cream); color: var(--brand-ink); cursor: pointer;
}
.site-nav__menu-close:hover { background: var(--brand-aqua-100); }
.site-nav__menu-close svg { width: 20px; height: 20px; }
.site-nav__link {
min-height: 52px; padding: 13px 16px; border-radius: 14px;
font-size: 17px; font-weight: 750;
}
.site-nav__link.is-active { background: var(--brand-aqua-100); color: var(--brand-aqua-text); }
.site-nav__menu-help {
display: block; margin: auto 4px 8px; padding-top: 24px;
color: var(--text-muted); font-size: 13px;
}
.site-nav__mobile-cta {
display: flex; align-items: center; justify-content: center; gap: 8px;
min-height: 54px; margin-top: 0; padding: 13px 18px;
border-radius: 16px; background: var(--brand-coral); color: #fff;
font-weight: 800;
}
.site-nav__mobile-cta:hover { background: var(--brand-coral-text); color: #fff; }
.site-nav__mobile-cta svg { width: 17px; height: 17px; }
.step-row { flex-wrap: wrap; justify-content: center; gap: var(--space-6) var(--space-5); }
.step-cell { flex: 1 1 200px; max-width: 260px; }
.step-arrow { display: none; }
}
@media (max-width: 920px) {
.wa { grid-template-columns: 1fr; padding: var(--space-6); text-align: center; }
.wa__text { margin-inline: auto; }
.wa__list { align-items: center; }
.wa__media { margin-top: var(--space-5); }
.wa__phone { width: 200px; margin-bottom: calc(var(--space-6) * -1); }
.wa__heart { left: 2%; right: auto; top: 10px; }
.step-illus { width: 120px; height: 120px; }
.hero { grid-template-columns: 1fr; padding-bottom: var(--space-7); }
.hero__media { justify-content: flex-start; }
.hero__chip--price { left: auto; right: 10px; bottom: -14px; }
.hero__chip--date { display: none; }
.access-grid, .helper { grid-template-columns: minmax(0, 1fr); }
.site-foot__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-foot__bar { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.site-foot__legal, .site-foot__by, .site-foot__social { justify-self: center; }
}
@media (max-width: 620px) {
.site-nav { padding-block: 8px; }
.site-nav__bar { padding: 7px 8px 7px 14px; }
.site-nav__logo, .site-nav.is-stuck .site-nav__logo { height: 54px; }
.band, .band--tight { padding-block: var(--space-6); }
.band--full { padding-inline: var(--space-4); }
.feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.partners { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-5); }
.partner { height: 44px; }
.partner--tall { height: 66px; }
.partner--wide { height: 30px; }
.site-foot__inner { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1100px) {
.site-nav__links, .site-nav__scrim { transition-duration: 1ms; }
}
@media (max-width: 400px) {
.feature-grid, .partners, .site-foot__inner { grid-template-columns: minmax(0, 1fr); }
.hero__title { font-size: 32px; }
.ee-btn { white-space: normal; padding-inline: 1.1em; }
.basket, .access, .distrib__item { padding: var(--space-4); }
}
.cc {
position: fixed; inset: auto 0 0 0; z-index: 90;
padding: var(--space-4);
animation: cc-up 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cc[hidden] { display: none; }
@keyframes cc-up { from { transform: translateY(110%); } }
@media (prefers-reduced-motion: reduce) { .cc { animation: none; } }
.cc__box {
display: grid; grid-template-columns: minmax(0, 1fr) auto;
gap: var(--space-5); align-items: center;
max-width: var(--wrap); margin-inline: auto;
padding: var(--space-5) var(--space-6);
border-radius: var(--radius-xl);
background: var(--white);
box-shadow: var(--shadow-lg);
border: 2px solid var(--brand-ink);
}
.cc__text p { margin: 0; font-size: 0.94rem; line-height: 1.55; color: var(--ink-700); }
.cc__title {
display: flex; align-items: center; gap: var(--space-2);
font-family: var(--font-display); font-weight: 700;
font-size: 1.15rem; color: var(--brand-ink);
margin-bottom: var(--space-2) !important;
}
.cc__title svg { width: 22px; height: 22px; color: var(--brand-sun); }
.cc__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-3); }
.cc__actions .ee-btn { white-space: nowrap; }
.cc__actions .ee-btn--ghost,
.ccp__foot .ee-btn--ghost {
border: 2px solid var(--brand-ink);
background: var(--white);
color: var(--brand-ink);
}
.cc__actions .ee-btn--ghost:hover,
.ccp__foot .ee-btn--ghost:hover { background: var(--cream); color: var(--brand-ink); }
.cc__link {
border: 0; background: none; cursor: pointer; padding: var(--space-2);
font: inherit; font-size: 0.9rem; font-weight: 600;
color: var(--ink-500); text-decoration: underline;
text-underline-offset: 3px; border-radius: var(--radius-sm);
}
.cc__link:hover { color: var(--brand-ink); }
@media (max-width: 900px) {
.cc__box { grid-template-columns: minmax(0, 1fr); gap: var(--space-4); }
.cc__actions { justify-content: stretch; }
.cc__actions .ee-btn { flex: 1 1 auto; justify-content: center; }
.cc__link { flex-basis: 100%; text-align: center; }
}
@media (max-width: 620px) {
.cc { padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); }
.cc__box { gap: 9px; padding: 12px; border-width: 1px; border-radius: 18px; }
.cc__text p { font-size: 0.78rem; line-height: 1.35; }
.cc__title { gap: 6px; font-size: 0.96rem; margin-bottom: 4px !important; }
.cc__title svg { width: 17px; height: 17px; }
.cc__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.cc__actions .ee-btn {
min-height: 44px; padding: 8px 10px; font-size: 0.78rem; line-height: 1.15;
}
.cc__link { grid-column: 1 / -1; min-height: 32px; padding: 4px; font-size: 0.78rem; }
}
.ccp {
width: min(620px, calc(100vw - 2 * var(--space-4)));
max-width: none; max-height: calc(100vh - 2 * var(--space-5));
padding: var(--space-7); border: 0; border-radius: var(--radius-xl);
background: var(--white); color: var(--text-body);
box-shadow: var(--shadow-lg);
}
.ccp::backdrop { background: rgba(6, 63, 69, 0.55); backdrop-filter: blur(3px); }
.ccp__close { position: absolute; top: var(--space-4); right: var(--space-4); margin: 0; }
.ccp__close button {
display: grid; place-items: center; width: 38px; height: 38px;
border: 0; border-radius: 50%; cursor: pointer;
background: var(--cream); color: var(--brand-ink);
}
.ccp__close button:hover { background: var(--brand-ink); color: var(--white); }
.ccp__close svg { width: 20px; height: 20px; }
.ccp__title {
font-family: var(--font-display); font-size: 1.5rem; font-weight: 800;
color: var(--brand-ink); margin: 0 var(--space-8) var(--space-2) 0;
}
.ccp__lead { margin: 0 0 var(--space-5); font-size: 0.94rem; color: var(--ink-500); }
.ccp__row {
display: grid; grid-template-columns: minmax(0, 1fr) auto;
gap: var(--space-4); align-items: start;
padding: var(--space-4) 0; border-top: 1px solid var(--ink-300);
}
label.ccp__row { cursor: pointer; }
.ccp__name { margin: 0 0 4px; font-weight: 700; color: var(--brand-ink); }
.ccp__desc { margin: 0; font-size: 0.88rem; line-height: 1.5; color: var(--ink-500); }
.ccp__always {
font-size: 0.78rem; font-weight: 700; white-space: nowrap;
padding: 5px 12px; border-radius: var(--radius-pill);
background: var(--cream); color: var(--brand-aqua-text);
}
.ccp__switch {
appearance: none; -webkit-appearance: none;
flex: none; width: 52px; height: 30px; margin: 2px 0 0; cursor: pointer;
border-radius: var(--radius-pill); background: var(--ink-300);
position: relative; transition: background 0.2s;
}
.ccp__switch::after {
content: ''; position: absolute; top: 3px; left: 3px;
width: 24px; height: 24px; border-radius: 50%;
background: var(--white); box-shadow: var(--shadow-xs);
transition: transform 0.2s;
}
.ccp__switch:checked { background: var(--brand-leaf); }
.ccp__switch:checked::after { transform: translateX(22px); }
.ccp__switch:focus-visible { outline: 3px solid var(--brand-aqua); outline-offset: 2px; }
.ccp__foot {
display: flex; flex-wrap: wrap; gap: var(--space-3);
margin-top: var(--space-6); padding-top: var(--space-5);
border-top: 1px solid var(--ink-300);
}
.ccp__foot .ee-btn { flex: 1 1 auto; justify-content: center; }
.ccp__more { margin: var(--space-4) 0 0; font-size: 0.88rem; }
.ccp__more a { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-aqua-text); }
.ccp__more svg { width: 16px; height: 16px; }
@media (max-width: 520px) {
.ccp { padding: var(--space-5); }
.ccp__foot .ee-btn { flex-basis: 100%; }
}
.site-foot__cc {
border: 0; background: none; padding: 0; cursor: pointer;
font: inherit; color: inherit; text-decoration: underline;
text-underline-offset: 3px; opacity: 0.85;
}
.site-foot__cc:hover { opacity: 1; }
.post__cta { margin: var(--space-5) 0; }
.nf { padding-block: clamp(var(--space-8), 9vw, var(--space-12)); text-align: center; }
.nf__code {
font-family: var(--font-display); font-weight: 800;
font-size: clamp(4.5rem, 16vw, 9rem); line-height: 0.9;
color: var(--brand-coral); opacity: 0.22; margin: 0;
}
.nf__title {
font-family: var(--font-display); font-weight: 800;
font-size: clamp(1.9rem, 5vw, 3rem); color: var(--brand-ink);
margin: calc(-1 * var(--space-4)) 0 var(--space-3);
}
.nf__lead {
max-width: 46ch; margin: 0 auto var(--space-8);
font-size: 1.05rem; color: var(--ink-500);
}
.nf__grid {
display: grid; gap: var(--space-4); text-align: left;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
max-width: 760px; margin-inline: auto;
}
.nf__card {
display: grid; grid-template-columns: auto minmax(0, 1fr) auto;
grid-template-areas: 'icone titre fleche' 'icone texte fleche';
gap: 2px var(--space-4); align-items: center;
padding: var(--space-5); border-radius: var(--radius-lg);
background: var(--white); border: 2px solid transparent;
box-shadow: var(--shadow-sm); text-decoration: none;
transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.nf__card:hover {
transform: translateY(-3px); border-color: var(--brand-aqua);
box-shadow: var(--shadow-md);
}
.nf__icon {
grid-area: icone; display: grid; place-items: center;
width: 46px; height: 46px; border-radius: 50%;
background: var(--cream); color: var(--brand-aqua-text);
}
.nf__icon svg { width: 22px; height: 22px; }
.nf__card-title { grid-area: titre; font-weight: 700; color: var(--brand-ink); }
.nf__card-text { grid-area: texte; font-size: 0.88rem; color: var(--ink-500); }
.nf__card > svg {
grid-area: fleche; width: 20px; height: 20px; color: var(--brand-coral);
transition: transform 0.2s;
}
.nf__card:hover > svg { transform: translateX(4px); }
.nf__help { margin: var(--space-8) 0 0; color: var(--ink-500); }
.nf__help a { color: var(--brand-aqua-text); font-weight: 600; }
.news-all { display: flex; justify-content: center; margin: var(--space-7) 0 0; }
.news-all .ee-btn--ghost {
border: 2px solid var(--brand-ink); background: var(--white); color: var(--brand-ink);
}
.news-all .ee-btn--ghost:hover { background: var(--brand-ink); color: var(--white); }
.site-foot__col p a,
.site-foot__brand a {
color: #fff;
text-decoration: underline;
text-underline-offset: 2px;
}
.site-foot__col p a:hover,
.site-foot__brand a:hover { color: var(--brand-aqua-200); }
.site-foot__col p a { display: inline-block; padding-block: 5px; }
