:root {
  --ink: #0a0a0b;
  --paper: #f5f2eb;
  --white: #fff;
  --pink: #ff315f;
  --cyan: #25f4ee;
  --yellow: #ffd84d;
  --mint: #a6f6dd;
  --line: rgba(10, 10, 11, .16);
  --muted: #65615b;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; transition: background .2s, border-color .2s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(245, 242, 235, .93); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; width: min(1240px, calc(100% - 48px)); height: 82px; margin: auto; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: flex-end; gap: 8px; text-decoration: none; }
.brand__mark { position: relative; font-family: var(--display); font-size: 32px; line-height: .8; letter-spacing: -.04em; }
.brand__mark::before, .brand__mark::after { position: absolute; z-index: -1; content: "BJN"; inset: 0; }
.brand__mark::before { color: var(--cyan); transform: translate(-2px, -1px); }
.brand__mark::after { color: var(--pink); transform: translate(2px, 1px); }
.brand__country { padding-bottom: 1px; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 13px; font-weight: 720; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta):hover { color: var(--pink); }
.nav-cta { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; transition: color .2s, background .2s; }
.nav-cta:hover { color: var(--white); background: var(--ink); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--ink); place-items: center; }
.menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 2px; background: #fff; transition: transform .2s; }

.hero { position: relative; padding-top: 82px; background: var(--paper); overflow: hidden; }
.hero__noise { position: absolute; inset: 0; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E"); pointer-events: none; }
.hero__content { position: relative; display: grid; width: min(1240px, calc(100% - 48px)); min-height: 700px; margin: auto; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 36px; }
.kicker { display: flex; margin: 0 0 24px; align-items: center; gap: 10px; color: #514d47; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kicker span { width: 26px; height: 3px; background: var(--pink); }
.hero h1, .section h2, .contact-section h2 { margin: 0; font-family: var(--display); font-size: clamp(62px, 7.25vw, 112px); font-weight: 900; line-height: .84; letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; }
.hero h1 em, .section h2 em, .contact-section h2 em { position: relative; z-index: 0; color: var(--pink); font-style: normal; }
.hero h1 em::after { position: absolute; z-index: -1; right: -10px; bottom: 7px; left: -4px; height: 16px; background: var(--cyan); content: ""; transform: rotate(-1.4deg); }
.hero__lead { max-width: 590px; margin: 32px 0 0; color: #4f4b45; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.hero__actions { display: flex; margin-top: 34px; align-items: center; gap: 22px; }
.button { display: inline-flex; min-height: 54px; padding: 0 22px; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: #fff; background: var(--ink); box-shadow: 5px 5px 0 var(--pink); }
.button--dark:hover { box-shadow: 2px 2px 0 var(--cyan); }
.button--text { min-height: auto; padding: 12px 0; border-bottom: 1px solid var(--ink); border-radius: 0; }
.hero__note { display: flex; margin: 28px 0 0; align-items: center; gap: 8px; color: #65615b; font-size: 12px; font-weight: 650; }
.hero__note span { color: #18b77a; font-size: 10px; }

.hero__visual { position: relative; min-height: 610px; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(10, 10, 11, .13); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit--one { width: 520px; height: 520px; }
.orbit--two { width: 390px; height: 390px; border-style: dashed; }
.phone { position: absolute; z-index: 2; top: 50%; left: 50%; width: 266px; height: 520px; padding: 9px; border: 2px solid #000; border-radius: 38px; background: #0b0b0d; box-shadow: 22px 28px 0 var(--cyan), -18px -18px 0 var(--pink); transform: translate(-50%, -50%) rotate(5deg); }
.phone__top { position: absolute; z-index: 2; top: 17px; left: 50%; width: 82px; height: 21px; border-radius: 20px; background: #0b0b0d; transform: translateX(-50%); }
.phone__top span { position: absolute; top: 8px; right: 13px; width: 5px; height: 5px; border-radius: 50%; background: #333; }
.phone__screen { position: relative; height: 100%; border-radius: 29px; background: #17171b; overflow: hidden; }
.phone__screen::before { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: var(--pink); content: ""; right: -180px; bottom: -30px; filter: blur(2px); }
.phone__screen::after { position: absolute; width: 220px; height: 220px; border: 40px solid var(--cyan); border-radius: 50%; content: ""; left: -140px; top: 80px; opacity: .9; }
.live-label { position: absolute; z-index: 2; top: 49px; left: 22px; padding: 5px 10px; border-radius: 6px; color: #fff; background: rgba(255,255,255,.12); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.live-label i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--pink); }
.screen-copy { position: absolute; z-index: 2; top: 135px; left: 22px; color: #fff; }
.screen-copy small { font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.screen-copy strong { display: block; margin-top: 13px; font-family: var(--display); font-size: 43px; line-height: .86; text-transform: uppercase; }
.screen-copy em { color: var(--yellow); font-style: normal; }
.screen-wave { position: absolute; z-index: 2; right: 20px; bottom: 24px; left: 20px; height: 46px; background: repeating-linear-gradient(90deg, #fff 0 2px, transparent 2px 7px); clip-path: polygon(0 48%, 4% 45%, 8% 62%, 12% 28%, 16% 70%, 20% 20%, 24% 76%, 28% 38%, 32% 54%, 36% 43%, 40% 64%, 44% 20%, 48% 78%, 52% 35%, 56% 60%, 60% 39%, 64% 56%, 68% 23%, 72% 75%, 76% 45%, 80% 58%, 84% 32%, 88% 70%, 92% 40%, 96% 55%, 100% 48%, 100% 52%, 0 52%); opacity: .85; }
.float-card { position: absolute; z-index: 4; display: flex; padding: 13px 16px; align-items: center; gap: 11px; border: 1px solid #000; background: #fff; box-shadow: 6px 6px 0 #000; transform: rotate(-3deg); }
.float-card--commission { top: 95px; right: -8px; }
.float-card--sample { bottom: 90px; left: -4px; transform: rotate(3deg); }
.float-card__icon { display: grid; width: 34px; height: 34px; border-radius: 50%; background: var(--yellow); place-items: center; font-weight: 900; }
.float-card small, .float-card strong { display: block; }
.float-card small { font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.float-card strong { font-size: 13px; }
.mx-stamp { position: absolute; z-index: 3; right: 25px; bottom: 64px; display: grid; width: 84px; height: 84px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); place-items: center; text-align: center; transform: rotate(-9deg); }
.mx-stamp span { align-self: end; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.mx-stamp strong { align-self: start; font-family: var(--display); font-size: 33px; line-height: 1; }

.marquee { position: relative; z-index: 3; overflow: hidden; border-block: 1px solid var(--ink); color: #fff; background: var(--ink); transform: rotate(-1deg) scale(1.01); }
.marquee__track { display: flex; width: max-content; padding: 13px 0; align-items: center; animation: marquee 32s linear infinite; }
.marquee span { font-family: var(--display); font-size: 20px; letter-spacing: .045em; white-space: nowrap; }
.marquee i { margin: 0 25px; color: var(--pink); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 116px max(24px, calc((100vw - 1240px) / 2)); }
.section__label { display: flex; margin-bottom: 34px; align-items: center; gap: 10px; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section__label span { display: grid; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; place-items: center; letter-spacing: 0; }
.section__label--light { color: #fff; }
.intro { background: #fff; }
.intro__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; }
.intro h2, .support h2, .catalog-callout h2, .process h2, .faq h2 { font-size: clamp(52px, 6vw, 88px); }
.intro__copy { padding-top: 8px; }
.intro__copy p { margin: 0 0 20px; color: #4e4b47; font-size: clamp(17px, 1.6vw, 21px); }
.intro__copy p:first-child { color: var(--ink); font-weight: 650; }
.studio-story { position: relative; min-height: 520px; margin: 78px 0 0; border: 1px solid var(--ink); background: #dcd7ce; overflow: hidden; }
.studio-story::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,9,.68) 0%, rgba(8,8,9,.3) 32%, transparent 62%); content: ""; pointer-events: none; }
.studio-story img { display: block; width: 100%; height: 520px; object-fit: cover; }
.studio-story figcaption { position: absolute; z-index: 2; top: 50%; left: clamp(24px, 5vw, 70px); display: grid; width: min(410px, calc(100% - 48px)); color: #fff; transform: translateY(-50%); }
.studio-story__tag { width: fit-content; margin-bottom: 22px; padding: 7px 10px; color: var(--ink); background: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.studio-story strong { font-family: var(--display); font-size: clamp(44px, 5vw, 68px); line-height: .9; text-transform: uppercase; }
.studio-story small { max-width: 380px; margin-top: 24px; color: rgba(255,255,255,.83); font-size: 11px; line-height: 1.55; }
.principles { display: grid; margin-top: 74px; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.principles div { display: grid; padding: 28px 30px 0 0; gap: 8px; border-right: 1px solid var(--line); }
.principles div + div { padding-left: 30px; }
.principles div:last-child { border: 0; }
.principles strong { font-size: 15px; }
.principles span { color: var(--muted); font-size: 14px; }

.support { color: #fff; background: var(--ink); }
.support__heading { display: grid; margin-bottom: 66px; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.support__heading > p { max-width: 430px; margin: 0 0 5px; color: #aaa8a4; font-size: 17px; }
.support h2 em { color: var(--cyan); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.service-card { position: relative; min-height: 390px; padding: 24px; color: var(--ink); border: 1px solid rgba(255,255,255,.25); overflow: hidden; }
.service-card--pink { background: #ff6688; }
.service-card--mint { background: var(--mint); }
.service-card--yellow { background: var(--yellow); }
.service-card--white { background: #f6f3ec; }
.service-card__number { display: block; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.service-card__icon { display: grid; width: 78px; height: 78px; margin: 56px 0 48px; border: 2px solid var(--ink); border-radius: 50%; font-size: 31px; font-weight: 800; place-items: center; }
.service-card h3 { margin: 0 0 13px; font-family: var(--display); font-size: 28px; line-height: .95; text-transform: uppercase; }
.service-card p { margin: 0; font-size: 13px; line-height: 1.55; }

.catalog-callout { display: grid; background: var(--paper); grid-template-columns: 1fr 1fr; align-items: center; gap: 96px; }
.catalog-callout__visual { position: relative; min-height: 540px; }
.catalog-callout__visual::before { position: absolute; inset: 45px 25px; border: 1px dashed rgba(0,0,0,.25); border-radius: 50%; content: ""; }
.product-tile { position: absolute; display: grid; width: 230px; height: 290px; padding: 18px; border: 2px solid var(--ink); align-content: space-between; box-shadow: 9px 9px 0 var(--ink); font-family: var(--display); text-transform: uppercase; }
.product-tile span { font-size: 23px; line-height: .95; }
.product-tile b { font-size: 72px; line-height: .8; }
.product-tile--one { z-index: 2; top: 30px; left: 10px; background: var(--pink); transform: rotate(-7deg); }
.product-tile--two { z-index: 3; top: 116px; left: 34%; background: var(--cyan); transform: rotate(5deg); }
.product-tile--three { z-index: 1; top: 206px; right: 0; background: var(--yellow); transform: rotate(-3deg); }
.catalog-callout__copy > p { max-width: 560px; margin: 26px 0; color: #56524c; font-size: 18px; }
.catalog-callout__copy > small { display: block; max-width: 520px; margin-top: 24px; color: #747069; font-size: 11px; }

.process { background: #fff; }
.process__top { display: flex; margin-bottom: 55px; align-items: end; justify-content: space-between; gap: 30px; }
.process__top .section__label { margin-bottom: 0; }
.steps { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.steps li { display: grid; min-height: 140px; padding: 27px 0; border-bottom: 1px solid var(--line); grid-template-columns: 100px 1fr; align-items: center; transition: padding-left .2s, background .2s; }
.steps li:hover { padding-left: 15px; background: #f8f5ee; }
.steps > li > span { display: grid; width: 50px; height: 50px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 24px; place-items: center; }
.steps div { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; }
.steps h3, .steps p { margin: 0; }
.steps h3 { font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.steps p { max-width: 500px; color: var(--muted); }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; background: var(--paper); }
.faq__list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; min-height: 86px; padding: 22px 0; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 25px; font-weight: 300; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 650px; margin: -4px 45px 25px 0; color: var(--muted); }

.contact-section { position: relative; display: grid; min-height: 620px; padding: 100px 24px; color: #fff; background: var(--pink); place-items: center; overflow: hidden; text-align: center; }
.contact-section::before, .contact-section::after { position: absolute; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.contact-section::before { width: 700px; height: 700px; left: -280px; top: -250px; }
.contact-section::after { width: 500px; height: 500px; right: -170px; bottom: -250px; }
.contact-section__shape { position: absolute; width: 220px; height: 220px; background: var(--cyan); clip-path: polygon(50% 0, 61% 35%, 100% 22%, 71% 50%, 100% 78%, 61% 65%, 50% 100%, 39% 65%, 0 78%, 29% 50%, 0 22%, 39% 35%); opacity: .9; right: 10%; top: 11%; transform: rotate(12deg); }
.contact-section__content { position: relative; z-index: 2; }
.contact-section__content > p { margin: 0 0 20px; font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.contact-section h2 { font-size: clamp(72px, 9vw, 132px); }
.contact-section h2 em { color: #fff; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--ink); }
.button--light { margin-top: 42px; color: var(--ink); background: #fff; box-shadow: 6px 6px 0 var(--ink); }
.contact-section small { display: block; margin-top: 23px; }

.site-footer { display: grid; padding: 55px max(24px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--ink); grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 30px; }
.site-footer__brand { display: flex; align-items: flex-end; gap: 10px; }
.site-footer__brand strong { font-family: var(--display); font-size: 40px; line-height: .8; }
.site-footer__brand span { font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.site-footer p { margin: 0; color: #aaa8a4; font-size: 12px; }
.site-footer nav { display: flex; gap: 18px; font-size: 12px; }
.site-footer a { text-decoration: none; }
.site-footer > small { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.17); color: #777; font-size: 9px; }

.whatsapp-fab { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: flex; min-height: 48px; padding: 0 17px; align-items: center; gap: 8px; border-radius: 999px; color: #fff; background: #14875d; box-shadow: 0 7px 26px rgba(0,0,0,.22); font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .2s; }
.whatsapp-fab:hover { transform: translateY(-3px); }
.whatsapp-fab svg { width: 19px; fill: currentColor; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero__content { min-height: auto; padding-block: 90px 80px; grid-template-columns: 1fr; }
  .hero__copy { max-width: 720px; }
  .hero__visual { min-height: 580px; }
  .orbit--one { width: 480px; height: 480px; }
  .float-card--commission { right: 8%; }
  .float-card--sample { left: 8%; }
  .intro__grid, .support__heading, .catalog-callout, .faq { grid-template-columns: 1fr; gap: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 340px; }
  .catalog-callout__visual { max-width: 680px; width: 100%; margin: auto; order: 2; }
  .catalog-callout__copy { order: 1; }
  .principles { grid-template-columns: 1fr; }
  .principles div, .principles div + div { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps div { grid-template-columns: .8fr 1.2fr; }
  .faq__heading { max-width: 600px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .nav-wrap { width: calc(100% - 32px); height: 68px; }
  .site-header { background: rgba(245, 242, 235, .95); }
  .menu-button { display: grid; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; display: flex; padding: 40px 24px; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  .site-nav.is-open { transform: none; }
  .site-nav a { padding: 20px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 30px; text-transform: uppercase; }
  .nav-cta { margin-top: 18px; padding-inline: 18px !important; border: 0 !important; border-radius: 0; color: #fff; background: var(--ink); text-align: center; }
  .hero { padding-top: 68px; }
  .hero__content { width: calc(100% - 32px); padding-block: 66px 50px; gap: 24px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero h1 em::after { height: 10px; bottom: 4px; }
  .hero__lead { margin-top: 24px; font-size: 17px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .button--text { width: fit-content; align-self: center; }
  .hero__visual { min-height: 500px; transform: scale(.88); transform-origin: center; }
  .phone { width: 238px; height: 465px; }
  .orbit--one { width: 410px; height: 410px; }
  .orbit--two { width: 320px; height: 320px; }
  .float-card { padding: 10px 12px; }
  .float-card--commission { top: 56px; right: -3%; }
  .float-card--sample { bottom: 49px; left: -3%; }
  .mx-stamp { right: 0; bottom: 29px; }
  .section { padding: 80px 20px; }
  .intro h2, .support h2, .catalog-callout h2, .process h2, .faq h2 { font-size: clamp(50px, 15vw, 68px); }
  .intro__grid { gap: 34px; }
  .studio-story { min-height: 500px; margin-top: 52px; }
  .studio-story::after { background: linear-gradient(0deg, rgba(8,8,9,.78) 0%, rgba(8,8,9,.12) 70%); }
  .studio-story img { height: 500px; object-position: 66% center; }
  .studio-story figcaption { top: auto; right: 22px; bottom: 28px; left: 22px; width: auto; transform: none; }
  .studio-story strong { font-size: 43px; }
  .studio-story small { margin-top: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .service-card__icon { margin: 42px 0 38px; }
  .catalog-callout { gap: 20px; }
  .catalog-callout__visual { min-height: 420px; transform: scale(.82); transform-origin: left top; width: 120%; margin-bottom: -70px; }
  .product-tile { width: 190px; height: 240px; }
  .product-tile--two { left: 28%; }
  .process__top { align-items: flex-start; flex-direction: column; }
  .steps li { grid-template-columns: 62px 1fr; align-items: start; }
  .steps div { grid-template-columns: 1fr; gap: 8px; }
  .steps h3 { font-size: 27px; }
  .steps p { font-size: 14px; }
  .steps > li > span { width: 42px; height: 42px; }
  .faq { gap: 35px; }
  summary { min-height: 78px; font-size: 15px; }
  .contact-section { min-height: 560px; }
  .contact-section h2 { font-size: clamp(68px, 20vw, 92px); }
  .contact-section__shape { right: -50px; top: 20px; }
  .site-footer { padding-block: 45px 90px; grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .whatsapp-fab span { display: none; }
  .whatsapp-fab { width: 52px; height: 52px; padding: 0; justify-content: center; }
}

@media (max-width: 390px) {
  .hero__visual { margin-inline: -18px; transform: scale(.78); }
  .float-card--commission { right: -7%; }
  .float-card--sample { left: -8%; }
  .catalog-callout__visual { margin-left: -22px; transform: scale(.72); width: 140%; margin-bottom: -110px; }
  .contact-section h2 { font-size: 66px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
