/* Marché de Gros — layered marketing composition inspired by the supplied Porto reference. */
:root {
  --gold: #f4692b;
  --gold-dark: #b84010;
  --gold-light: #ff9e6e;
  --gold-soft: #fce9dd;
  --cream: #fff;
  --ink: #242529;
  --ink-2: #44444b;
  --muted: #73737c;
  --line: #e9e9ed;
  --white: #fff;
  --green: #7042dc;
  --radius: 24px;
  --font: "Lexend", system-ui, -apple-system, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { font-family: var(--font); color: var(--ink); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
h1, h2, h3 { text-wrap: balance; font-weight: 500; }
h1 { font-size: clamp(3rem, 4.8vw, 4.25rem); letter-spacing: -.055em; line-height: 1.12; }
h2 { font-size: clamp(2.1rem, 3.65vw, 3.25rem); letter-spacing: -.045em; line-height: 1.17; font-weight: 400; }
h3 { font-size: 1.15rem; letter-spacing: -.025em; line-height: 1.4; font-weight: 500; }
.hl { color: var(--ink); font-weight: 600; }
.hl-gold { color: var(--gold-light); font-weight: 500; }
.cta-final .hl-gold { color: var(--green); font-weight: 600; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-size: .65rem; line-height: 1.5; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.35rem; }
.eyebrow::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.eyebrow--light { color: var(--gold-light); }
.section-head { max-width: 860px; margin: 0 0 3.4rem; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; font-weight: 700; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: background .2s, transform .2s; line-height: 1.4; }
.btn svg { flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: #222329; color: white; }
.btn--gold:hover { background: #7042dc; }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: #eeeae1; }
.btn--sm { padding: .8rem 1.1rem; font-size: .78rem; }
.btn--lg { padding: 1rem 1.25rem; font-size: .85rem; }
.btn--xl { padding: 1.1rem 1.3rem; font-size: .95rem; }
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav.scrolled { box-shadow: 0 4px 18px #202a2408; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 86px; }
.nav__logo { display: inline-flex; align-items: center; gap: .8rem; font-size: .9rem; font-weight: 700; letter-spacing: -.025em; flex-shrink: 0; }
.nav__logo img { height: 34px; width: auto; }
.nav__logo span { border-left: 1px solid var(--line); padding-left: .8rem; }
.nav__logo em { font-style: normal; }
.nav__links { display: flex; gap: 1.6rem; }
.nav__links a { font-size: .77rem; font-weight: 600; }
.nav__links a:hover { color: var(--gold-dark); }
.nav__actions { display: flex; align-items: center; }
.nav__burger { display: none; border: 0; background: transparent; padding: 12px; cursor: pointer; flex-direction: column; gap: 5px; }
.nav__burger span { display: block; width: 23px; height: 2px; background: var(--ink); }
.hero { position: relative; padding-top: 92px; overflow: hidden; background: radial-gradient(ellipse at 90% 30%, #f4f0fc 0, transparent 55%), #fff; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 3.5rem; align-items: center; z-index: 1; }
.badge { display: inline-flex; align-items: center; gap: .65rem; font-size: .75rem; font-weight: 400; margin-bottom: 1.6rem; color: var(--muted); }
.badge__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.hero h1 { max-width: 650px; }
.title-line { display: block; }
.hero h1 .stroke-gold, .title-emphasis { font-weight: 600; }
.stroke-gold { display: inline-block; color: inherit; position: relative; z-index: 0; }
.stroke-gold::after { content: ""; position: absolute; height: .17em; background: linear-gradient(90deg,var(--highlight-start, #f9b995),var(--highlight-end, #d4bcfb)); left: 0; right: 0; bottom: .09em; z-index: -1; border-radius: 50%; transform: rotate(-2deg); }
.hero__sub { font-size: 1rem; color: var(--muted); margin: 1.6rem 0 1.7rem; max-width: 29rem; }
.hero__sub strong { display: block; margin-top: .4rem; color: var(--ink-2); font-weight: 600; }
.hero__cta { display: flex; gap: .65rem; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 1.8rem; margin-top: 2rem; align-items: center; padding-top: 1.2rem; }
.hstat strong { display: block; font-size: 1.8rem; font-weight: 500; letter-spacing: -.045em; line-height: 1.3; }
.hstat span { font-size: .66rem; color: var(--muted); }
.hstat__sep { width: 1px; height: 30px; background: var(--line); }
.hero__marquee { background: linear-gradient(110deg,#f7ebe4,#eee7fb); overflow: hidden; margin-top: 5rem; padding: 1.4rem 0; transform: rotate(-1.5deg) scale(1.02); margin-bottom: 18px; }
.marquee__track { display: flex; justify-content: center; gap: 2rem; white-space: nowrap; width: max-content; min-width: 100%; font-size: .9rem; font-weight: 700; }
.marquee__track i { font-style: normal; color: #a086cc; }
/* Show one complete, static sector strip; repeated markup is decorative. */
.marquee__track > :nth-child(n+13) { display: none; }
.constat { padding: 7rem 0; }
.constat__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5.5rem; align-items: center; }
.constat__media { position: relative; }
.constat__media img { width: 100%; height: auto; aspect-ratio: 1.16; object-fit: cover; border-radius: 24px; }
.constat__tag { position: absolute; bottom: 18px; left: 18px; right: 18px; display: flex; align-items: center; gap: .6rem; padding: .9rem 1rem; border-radius: 8px; background: var(--cream); font-size: .7rem; font-weight: 700; }
.constat__tag svg { flex-shrink: 0; }
.constat__copy p { color: var(--muted); margin-top: 1.4rem; font-size: .94rem; }
.constat__solution { display: flex; gap: .8rem; border-top: 1px solid var(--line); padding-top: 1.4rem; margin-top: 1.5rem; }
.constat__solution svg { flex-shrink: 0; margin-top: 4px; }
.constat__solution p { margin: 0; font-size: .87rem; }
.constat__solution strong { color: var(--ink); }
.steps { background: #f7f5fb; padding: 6rem 0; }
.steps__track { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5rem; }
.steps__line, .step__icon { display: none; }
.step { border-top: 1px solid #d8cfe7; padding-top: 1.1rem; }
.step__num { font-size: 2.6rem; font-weight: 500; line-height: 1; color: var(--green); letter-spacing: -.07em; margin-bottom: 2rem; }
.step__num::before { content: '0'; }
.step h3 { font-size: 1.03rem; margin-bottom: .8rem; max-width: 20ch; }
.step p { color: #696572; font-size: .78rem; line-height: 1.8; }
.gains { padding: 6rem 0; }
.gains__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.gcard { border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem; }
.gcard:first-child { background: #f0eafa; border-color: transparent; }
.gcard__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 2.2rem; color: var(--green); }
.gcard__icon svg { width: 30px; height: 30px; }
.gcard h3 { margin-bottom: .9rem; font-size: 1.2rem; }
.gcard p { color: var(--muted); font-size: .82rem; }
.why { padding: 5.5rem 0; background: var(--ink); color: #fff; }
.why__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 6rem; align-items: center; }
.why p { font-size: .94rem; color: #cecad5; margin-top: 1.5rem; }
.why__list { display: grid; gap: 1rem; margin-top: 2rem; }
.why__list li { display: flex; align-items: center; gap: .7rem; font-size: .8rem; }
.why__list svg { flex-shrink: 0; }
.why__map { position: relative; display: grid; place-items: center; }
.tn-map { width: min(380px,100%); }
.why__stat-card { position: absolute; bottom: 8%; right: 0; background: #35313f; border: 1px solid #595064; border-radius: 12px; padding: 1rem 1.6rem; text-align: center; }
.why__stat-card strong { display: block; color: var(--gold-light); font-size: 2rem; letter-spacing: -.05em; }
.why__stat-card span { font-size: .7rem; color: #e5dfeb; }
.cta-final { padding: 6.5rem 0; }
.cta-final__inner { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 6rem; align-items: start; }
.cta-final__copy { padding-top: 1.5rem; }
.cta-final__copy > p { color: var(--muted); margin-top: 1.6rem; font-size: .94rem; }
.cta-final__note { display: block; color: var(--green); font-size: .8rem; font-weight: 700; margin-top: 2rem; }
.cta-final__reassure { grid-column: 2; display: flex; gap: .5rem; align-items: flex-start; font-size: .7rem; color: var(--muted); margin-top: 1rem; }
.cta-final__reassure svg { flex-shrink: 0; margin-top: 2px; color: var(--green); }
.lead-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; border: 1px solid var(--line); padding: 2rem; border-radius: 20px; background: white; }
.field { display: grid; gap: .45rem; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.lead-form label { font-size: .73rem; font-weight: 700; }
.lead-form input, .lead-form select { width: 100%; min-width: 0; border: 1px solid var(--line); padding: .85rem .8rem; background: var(--cream); border-radius: 7px; font-size: .82rem; color: var(--ink); }
.lead-form input::placeholder { color: #72776f; }
.lead-form input:focus, .lead-form select:focus { outline: 2px solid var(--green); outline-offset: 2px; }
.form-success { grid-column: 1/-1; display: flex; align-items: center; gap: .7rem; padding: 1rem; border-radius: 8px; background: #eaf1e9; color: #285435; font-size: .85rem; }
.form-success svg { flex-shrink: 0; }
.faq { padding: 5rem 0 6rem; background: #f7f6fa; }
.faq__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.faq__item { border-bottom: 1px solid #dedbe4; }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; font-size: .98rem; font-weight: 500; letter-spacing: -.02em; cursor: pointer; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__chev { flex-shrink: 0; width: 30px; height: 30px; display: grid; place-items: center; background: white; border-radius: 50%; }
.faq__item[open] .faq__chev { transform: rotate(180deg); background: var(--gold); }
.faq__body { color: var(--muted); font-size: .83rem; padding: 0 2rem 1.3rem 0; }
.footer { padding: 2.7rem 0; background: var(--ink); color: #d6d2dc; }
.footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 1.2rem 3rem; align-items: center; }
.footer p { max-width: 400px; font-size: .75rem; grid-column: 1; }
.footer__links { display: flex; gap: 1.5rem; grid-column: 2; grid-row: 1; font-size: .75rem; }
.footer__copy { font-size: .65rem; grid-column: 2; grid-row: 2; }
.nav__logo--footer span { border-color: #52614b; }
@media (max-width: 1100px) {
 .nav__links { gap: 1rem; }
 .nav__logo { font-size: .78rem; }
 .hero__inner { gap: 2rem; }
 .hero h1 { font-size: clamp(2.8rem,4.8vw,3.4rem); }
 .hero__stats { gap: 1.2rem; }
 .constat__inner, .why__inner, .cta-final__inner, .faq__inner { gap: 3rem; }
 .gains__grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
 .container { width: calc(100% - 48px); }
 .nav__inner { min-height: 72px; }
 .nav__links { display: none; }
 .nav__actions .btn { display: none; }
 .nav__burger { display: flex; }
 .nav__links.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; padding: 1.4rem 24px; flex-direction: column; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px #202a2410; }
 .nav__links a { padding: .35rem 0; font-size: .9rem; }
 .hero { padding-top: 40px; }
 .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
 .hero h1 { font-size: clamp(3rem,7.5vw,4.5rem); max-width: 650px; }
 .hero__sub { max-width: 550px; }
 .hero__visual { width: 100%; max-width: 640px; margin-inline: auto; }

 .hero__stats { justify-content: flex-start; gap: 2rem; }


 .marquee__track { justify-content: flex-start; gap: 1.5rem; padding-inline: 24px; }
 .hero__marquee { overflow-x: auto; margin-top: 2.5rem; }
 .constat, .steps, .gains, .why, .cta-final, .faq { padding: 4.5rem 0; }
 .constat__inner, .why__inner, .cta-final__inner, .faq__inner { grid-template-columns: 1fr; }
 .constat__media img { aspect-ratio: 1.5; }
 .steps__track { grid-template-columns: repeat(2,1fr); gap: 2.4rem; }
 .step:last-child { grid-column: 1 / -1; }
 .step__num { margin-bottom: 1.3rem; }
 .step p { font-size: .87rem; }
 .why__map { max-width: 420px; width: 100%; margin: auto; }
 .cta-final__reassure { grid-column: 1; margin-top: -1.5rem; }
 .faq__inner { gap: 0; }
 .faq .section-head { margin-bottom: 1rem; }
 .footer__inner { grid-template-columns: 1fr; }
 .footer__links, .footer__copy { grid-column: 1; grid-row: auto; }
}
@media (max-width: 480px) {
 .container { width: calc(100% - 40px); }
 .nav__logo img { height: 30px; }
 .hero h1 { font-size: clamp(2.3rem,10.6vw,3rem); }
 h2 { font-size: clamp(1.85rem,8vw,2.4rem); letter-spacing: -.04em; }
 .badge { font-size: .59rem; letter-spacing: .04em; }
 .hero__cta { gap: .4rem; }
 .btn--lg { font-size: .76rem; padding: .95rem .8rem; }
 .hero__stats { gap: 1rem; justify-content: space-between; }
 .hstat strong { font-size: 1.65rem; }
 .hstat span { font-size: .61rem; }
 .hstat__sep { display: none; }
 .gains__grid { grid-template-columns: 1fr; }
 .gcard { padding: 1.5rem; }
 .gcard__icon { margin-bottom: 1rem; }
 .steps__track { grid-template-columns: 1fr; }
 .step { display: grid; grid-template-columns: 48px 1fr; column-gap: 1rem; }
 .step__num { grid-row: 1/3; font-size: 2rem; }
 .step h3 { font-size: 1rem; }
 .section-head { margin-bottom: 2.2rem; }
 .constat__tag { font-size: .6rem; left: 10px; right: 10px; bottom: 10px; }
 .lead-form { grid-template-columns: 1fr; padding: 1.4rem; }
 .lead-form input, .lead-form select { font-size: 16px; }
 .cta-final__inner { gap: 2rem; }
 .cta-final__reassure { margin-top: -1rem; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Three staggered columns, like the supplied marketing reference. UI stays crisp at every size. */
.hero__watermark { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: clamp(4rem,12vw,12rem); line-height: 1; letter-spacing: -.06em; color: #f0eef3; font-weight: 700; pointer-events: none; }
.badge__pill { padding: .35rem .75rem; background: linear-gradient(110deg,#e96b32,#a55aca); color: #fff; border-radius: 999px; font-size: .7rem; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 1.3rem; margin: 1.6rem 0 1.8rem; }
.hero__checks > span { display: flex; align-items: center; gap: .6rem; font-size: .71rem; font-weight: 500; }
.hero__checks i { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #eae6f0; box-shadow: 0 5px 12px #24252907; border-radius: 50%; color: #8757cd; font-style: normal; background: #fff; }
.commerce-collage { display: grid; grid-template-columns: .9fr 1.12fr .88fr; gap: 14px; position: relative; min-width: 0; align-items: center; padding: 0 0 30px; }
.collage-col { display: grid; gap: 16px; min-width: 0; }
.collage-col--one { margin-top: 64px; }
.collage-col--two { margin-top: -28px; }
.collage-col--three { margin-top: 100px; }
.mini-pill { display: flex; align-items: center; gap: 5px; background: #fff; border: 1px solid #f3f0f5; padding: 8px 6px; border-radius: 6px; box-shadow: 0 8px 24px #2c17370b; font-size: 7px; font-weight: 500; width: max-content; max-width: 110%; margin-left: 10px; position: relative; z-index: 2; }
.mini-check { color: #fff; background: #a478da; border-radius: 50%; width: 15px; height: 15px; display: grid; place-items: center; font-size: 9px; }
.catalog-poster { padding: 22px 12px 16px; background: linear-gradient(145deg,#ad7ef1,#7044d5); border-radius: 7px; color: white; position: relative; box-shadow: 0 12px 22px #7d47b715; }
.poster-label { display: block; font-size: 6px; font-weight: 500; letter-spacing: .12em; padding-bottom: 25px; }
.poster-word, .catalog-poster > strong { display: block; white-space: nowrap; font-size: clamp(13px,1.8vw,26px); line-height: 1.5; letter-spacing: -.055em; text-align: center; }
.poster-word { -webkit-text-stroke: 1px #d0b6f6; color: transparent; }
.catalog-poster > strong { border: 2px solid #242529; color: #242529; background: #d8f0e9; transform: rotate(-5deg) scale(1.09); }
.poster-bottom { display: flex; gap: 6px; align-items: center; font-size: 7px; line-height: 1.7; padding-top: 24px; }
.poster-bottom b { font-size: 30px; }
.catalog-tags { display: flex; gap: 4px; padding: 8px; background: #fff; box-shadow: 0 8px 24px #2c17370b; border-radius: 5px; transform: translateX(-6px); }
.catalog-tags span { font-size: 6px; border-radius: 20px; background: #f0eaf8; padding: 5px; }
.network-card { padding: 15px 12px; width: 90%; justify-self: center; background: #fff; border-radius: 9px; box-shadow: 0 10px 35px #2b1b370b; text-align: center; }
.network-dots { display: flex; justify-content: center; padding-bottom: 8px; }
.network-dots i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; border: 2px solid #fff; margin-left: -4px; background: #d7c3f7; font-size: 12px; color: #673aa6; font-style: normal; }
.network-dots i:nth-child(2) { background: #ffd6bd; color: #a45021; }.network-dots i:nth-child(3) { background: #d7eee3; color: #487e5d; }
.network-card strong { display: block; font-size: 9px; font-weight: 500; }.network-card > span { display: block; font-size: 6px; color: var(--muted); margin-top: 4px; }
.catalog-window { background: #fff; border: 1px solid #f1edf5; border-radius: 8px; overflow: hidden; box-shadow: 0 15px 40px #2b173a14; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 13px 10px; border-bottom: 1px solid #f4f1f6; font-size: 12px; }.catalog-toolbar b { letter-spacing: -.06em; }.catalog-toolbar b span { color: #eb6b27; font-weight: 400; }
.catalog-profile { display: flex; align-items: center; gap: 5px; padding: 10px 8px; }.profile-mark { display: grid; place-items: center; width: 22px; height: 22px; background: #fce4d7; color: #d9581a; border: 2px solid #ed8654; border-radius: 50%; font-size: 12px; }.catalog-profile b { display: block; font-size: 7px; font-weight: 500; }.catalog-profile small { display: block; font-size: 5px; color: #888; }.verified { color: #8a5cce; font-size: 10px; }
.catalog-window > img { width: 100%; height: auto; aspect-ratio: .88; object-fit: cover; }
.catalog-caption { padding: 12px; }.catalog-status { font-size: 5px; color: #8b62bd; font-weight: 600; letter-spacing: .06em; }.catalog-caption > strong { display: block; font-size: 10px; font-weight: 500; line-height: 1.6; margin-top: 5px; }.catalog-bottom { display: flex; justify-content: space-between; font-size: 6px; color: #6c6376; padding-top: 12px; }
.mini-pill--order { transform: translateX(-18px); }
.messages-card { min-height: 290px; padding: 25px 12px 12px; border-radius: 7px; background: #f0eee9; border: 4px solid #fff; box-shadow: 0 10px 25px #2a183507; }
.message-symbol { width: 40px; height: 40px; border: 2px solid #759989; color: #759989; margin: 0 auto 12px; border-radius: 50%; display: grid; place-items: center; font-size: 27px; }.message-label { display: block; text-align: center; font-size: 6px; letter-spacing: .08em; color: #7c817c; margin-bottom: 24px; }
.message { padding: 9px 7px; border-radius: 7px 7px 7px 0; margin-bottom: 12px; background: #fff; font-size: 7px; line-height: 1.6; width: 92%; }.message--out { margin-left: auto; background: #d8eadf; border-radius: 7px 7px 0 7px; }.message--out > span { display: block; text-align: right; color: #60956e; font-size: 6px; }
.message-compose { border-radius: 20px; background: #fff; padding: 8px 6px; margin-top: 25px; font-size: 5px; display: flex; justify-content: space-between; align-items: center; color: #9b97a1; }.message-compose b { background: #769b87; color: white; border-radius: 50%; width: 12px; height: 12px; text-align: center; }
.delivery-card { display: flex; align-items: center; gap: 8px; background: #e7dcf8; border-radius: 7px; padding: 14px 8px; transform: translateX(8px); }.delivery-icon { font-size: 24px; color: #7b50b7; }.delivery-card strong { display: block; font-weight: 500; font-size: 8px; }.delivery-card div > span { display: block; font-size: 6px; margin-top: 4px; color: #81718f; }
.collage-caption { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; font-size: 7px; color: #96919d; }
@media (max-width: 860px) {
 .hero__inner { grid-template-columns: 1fr; }
 .hero__watermark { top: 10px; }
 .hero__visual { max-width: 570px; }
 .commerce-collage { margin-top: 30px; }
 .poster-word, .catalog-poster > strong { font-size: clamp(18px,4vw,26px); }
}
@media (max-width: 480px) {
 .commerce-collage { gap: 8px; }
 .collage-col { gap: 10px; }.collage-col--one { margin-top: 35px; }.collage-col--three { margin-top: 65px; }
 .catalog-poster { padding-inline: 8px; }.poster-word, .catalog-poster > strong { font-size: 16px; }
 .poster-label { font-size: 5px; }.poster-bottom { font-size: 6px; }
 .messages-card { padding: 18px 6px 10px; min-height: 255px; }
 .mini-pill { font-size: 5px; padding: 5px; margin-left: 0; }.mini-pill--order { transform: none; }
 .catalog-tags { gap: 2px; padding: 5px; }.catalog-tags span { font-size: 4px; padding: 3px; }
 .delivery-card { padding: 10px 5px; gap: 4px; }.delivery-card strong { font-size: 6px; }.delivery-card div > span { font-size: 5px; }
 .catalog-caption { padding: 8px; }.catalog-caption > strong { font-size: 8px; }.catalog-profile { padding: 8px 5px; }
 .hero__checks { gap: 1rem; }.hero__checks > span { font-size: .63rem; }
 .hero__watermark { font-size: 3.7rem; top: 4px; }
}

/* Microinteractions: short, deliberate motion; all content is visible without JS. */
:root { --ease-out: cubic-bezier(.22,1,.36,1); }
.btn { transition: background .25s, transform .3s var(--ease-out), box-shadow .3s; }
.btn svg, .btn--ghost > span { transition: transform .3s var(--ease-out); }
.btn:hover svg, .btn:focus-visible svg { transform: translateX(4px); }
.btn--ghost:hover > span { transform: translate(2px,-2px); }
.btn:active { transform: translateY(0) scale(.97); }
.nav { transition: box-shadow .3s, background .3s; }
.nav__links a { position: relative; transition: color .2s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease-out); }
.nav__links a:hover::after, .nav__links a:focus-visible::after { transform: scaleX(1); }
.nav__burger span { transition: transform .25s, opacity .2s; }
.nav__burger[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
.gcard { transition: transform .35s var(--ease-out), box-shadow .35s, border-color .35s; }
.gcard__icon, .step__num { transition: transform .35s var(--ease-out); }
.catalog-window, .catalog-poster, .messages-card { transition: translate .45s var(--ease-out), box-shadow .45s; }
.faq__chev { transition: transform .3s var(--ease-out), background .3s; }
.faq__item summary { transition: color .2s; }
.faq__item summary:hover { color: var(--green); }
.field label { transition: color .2s; }
.field:focus-within label { color: var(--green); }
.lead-form input, .lead-form select { transition: border-color .2s, box-shadow .2s, background .2s; }
.lead-form input:focus, .lead-form select:focus { box-shadow: 0 0 0 5px #7042dc0a; }
@media (hover: hover) and (pointer: fine) {
 .gcard:hover { transform: translateY(-5px); border-color: #d8c8ef; box-shadow: 0 15px 35px #38235409; }
 .gcard:hover .gcard__icon { transform: rotate(-7deg) translateY(-2px); }
 .step:hover .step__num { transform: translateY(-3px); }
 .catalog-window:hover, .catalog-poster:hover, .messages-card:hover { translate: 0 -5px; box-shadow: 0 18px 40px #38235416; }
}
@keyframes underline-draw { from { transform: rotate(-2deg) scaleX(0); } to { transform: rotate(-2deg) scaleX(1); } }
@keyframes route-travel { to { stroke-dashoffset: -64; } }
@keyframes node-arrive { 0% { scale: .8; opacity: 0; } 45% { opacity: .65; } 100% { scale: 2.5; opacity: 0; } }
@media (prefers-reduced-motion: no-preference) {
 :is(h1, h2, h3).is-revealed .stroke-gold::after { transform-origin: left; animation: underline-draw .85s var(--ease-out) .2s both; }
 .why__map.is-revealed .map-route { animation: route-travel 2.4s linear 1; }
 .why__map.is-revealed .pulse { fill: none; stroke: var(--gold); stroke-width: 3; transform-box: fill-box; transform-origin: center; animation: node-arrive 1.2s var(--ease-out) var(--d) 1 both; }
}
@media (prefers-reduced-motion: reduce) {
 *, *::before, *::after { animation: none !important; transition: none !important; }
 .gcard:hover, .step:hover .step__num, .gcard:hover .gcard__icon, .btn:hover, .btn:active, .btn:hover svg { transform: none; }
 .catalog-window:hover, .catalog-poster:hover, .messages-card:hover { translate: none; }
}

/* Carry the hero's marker treatment through every heading level. */
h2 .stroke-gold::after { height: .18em; bottom: .06em; }
h3 .stroke-gold::after { height: .16em; bottom: .02em; }
h3 .stroke-gold { font-weight: 600; }
.why { --highlight-start: #bd623d; --highlight-end: #8657b8; }
.why .title-emphasis { color: var(--gold-light); }
@media (prefers-reduced-motion: no-preference) {
 h3.is-revealed .stroke-gold::after { animation-delay: .35s; animation-duration: .65s; }
}
