:root {
  --forest-950: #071a14;
  --forest-900: #0b281f;
  --forest-800: #123c2f;
  --forest-700: #1d5947;
  --coral: #f15b3a;
  --coral-dark: #d94327;
  --ink: #16221d;
  --muted: #5f6d67;
  --paper: #f4f2ec;
  --paper-warm: #ebe7dc;
  --white: #ffffff;
  --line: #d9ddd8;
  --line-dark: rgba(255, 255, 255, 0.17);
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --container: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 15px; line-height: 1.6; }
body.is-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0; }
h1 { margin-bottom: 0; font-size: clamp(2.75rem, 4.8vw, 4.45rem); line-height: 0.98; }
h2 { margin-bottom: 0; font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1.04; }
h3 { margin-bottom: 0; line-height: 1.15; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--forest-700); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--coral); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.eyebrow.light > span { background: var(--coral); }

.site-header { position: sticky; top: 0; z-index: 50; color: var(--white); background: var(--forest-950); border-bottom: 1px solid rgba(255,255,255,.09); }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(4, 17, 13, .18); }
.header-inner { min-height: 72px; display: grid; grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr); align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; width: fit-content; }
.brand img { width: 42px; height: 42px; object-fit: cover; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: var(--display); font-size: 1rem; text-transform: uppercase; }
.brand small { margin-top: 4px; color: rgba(255,255,255,.6); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.site-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.header-instagram { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); }
.header-instagram svg { width: 18px; height: 18px; stroke-width: 1.8; }
.header-cta { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; color: var(--white); background: var(--coral); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.header-cta:hover, .button-primary:hover { background: var(--coral-dark); }
.header-cta svg { width: 16px; height: 16px; }
.menu-button { width: 42px; height: 42px; display: none; align-content: center; justify-items: center; gap: 5px; padding: 0; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.22); }
.menu-button span { width: 18px; height: 2px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--forest-950); }
.hero::after { position: absolute; top: 0; right: 0; bottom: 0; width: 34%; background: var(--forest-800); content: ""; }
.hero-layout { position: relative; z-index: 2; min-height: 580px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .72fr); gap: clamp(30px, 5vw, 74px); align-items: end; }
.hero-copy { align-self: center; max-width: 720px; padding: 62px 0 48px; }
.hero-copy h1 { max-width: 720px; }
.hero-lead { max-width: 640px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 1rem; }
.hero-lead strong { color: var(--white); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 0; border-radius: 2px; font-size: .76rem; font-weight: 800; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.button svg, .text-link svg { width: 17px; height: 17px; }
.button-primary { color: var(--white); background: var(--coral); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.45); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.text-link.dark { color: var(--forest-900); border-color: rgba(11,40,31,.35); }
.recognition { max-width: 590px; display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 22px; align-items: center; margin-top: 34px; padding: 18px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.recognition > strong { color: var(--coral); font-size: 1.5rem; line-height: 1; text-transform: uppercase; }
.recognition span { font-family: var(--display); font-size: 1rem; font-weight: 700; }
.recognition p { margin: 3px 0 0; color: rgba(255,255,255,.58); font-size: .78rem; }

.hero-people { position: relative; z-index: 2; height: 100%; min-height: 580px; margin: 0; display: grid; align-items: end; }
.hero-people-backdrop { position: absolute; right: 0; bottom: 0; width: 94%; height: 86%; background: var(--coral); opacity: .82; clip-path: polygon(19% 0,100% 0,100% 100%,0 100%); }
.hero-people img { position: relative; z-index: 2; width: 100%; max-height: 590px; object-fit: contain; object-position: center bottom; filter: drop-shadow(16px 10px 20px rgba(0,0,0,.2)); }
.hero-people figcaption { position: absolute; z-index: 3; right: 0; bottom: 18px; max-width: 250px; padding: 13px 16px; color: var(--forest-950); background: var(--white); border-left: 4px solid var(--coral); }
.hero-people figcaption span { display: block; color: var(--coral-dark); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.hero-people figcaption strong { display: block; margin-top: 3px; font-family: var(--display); font-size: .83rem; line-height: 1.25; }

.hero-facts { position: relative; z-index: 4; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px rgba(5,22,16,.12); }
.hero-facts > div { min-height: 96px; display: grid; align-content: center; gap: 2px; padding: 18px 22px; border-right: 1px solid var(--line); }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts strong { color: var(--forest-900); font-family: var(--display); font-size: 1.12rem; text-transform: uppercase; }
.hero-facts span { color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.authorized-brands div { display: flex; align-items: center; gap: 24px; margin-top: 4px; }
.authorized-brands img { width: 90px; height: 35px; object-fit: contain; object-position: left center; }

.audiences { padding: 60px 0 58px; background: var(--paper); }
.audiences-layout { display: grid; grid-template-columns: minmax(270px,.42fr) minmax(0,1fr); gap: 56px; align-items: end; }
.compact-heading h2 { max-width: 390px; font-size: clamp(1.8rem,2.7vw,2.65rem); }
.audience-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.audience-list article { min-height: 112px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 16px; align-items: start; padding: 22px 20px 18px 0; border-bottom: 1px solid var(--line); }
.audience-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.audience-list article:nth-child(even) { padding-left: 22px; }
.audience-list svg { width: 28px; height: 28px; color: var(--coral); stroke-width: 1.65; }
.audience-list h3 { margin: 0; color: var(--forest-900); font-size: .95rem; text-transform: uppercase; }
.audience-list p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; }

.brands { padding-top: 64px; background: var(--white); }
.section-intro { display: grid; grid-template-columns: minmax(0,.8fr) minmax(280px,.35fr); gap: 70px; align-items: end; margin-bottom: 38px; }
.section-intro h2 { max-width: 710px; }
.section-intro > p { margin: 0 0 4px; color: var(--muted); }
.brand-feature { padding: 40px 0; }
.brand-haskell { color: var(--ink); background: var(--paper-warm); }
.brand-ohmy { color: var(--white); background: var(--forest-800); }
.brand-feature-layout { min-height: 380px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(350px,.72fr); gap: 0; align-items: stretch; }
.brand-feature-layout.reverse { grid-template-columns: minmax(350px,.72fr) minmax(0,1.15fr); }
.brand-feature-layout.reverse figure { order: 2; }
.brand-feature figure { margin: 0; overflow: hidden; }
.brand-feature figure img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.brand-feature-copy { display: grid; align-content: center; padding: 40px 46px; background: var(--white); }
.brand-ohmy .brand-feature-copy { color: var(--white); background: var(--forest-950); }
.brand-logo { width: 112px; height: 50px; margin-bottom: 22px; object-fit: contain; object-position: left center; }
.brand-feature-copy h3 { max-width: 470px; color: var(--forest-900); font-size: clamp(1.65rem,2.5vw,2.45rem); }
.brand-ohmy .brand-feature-copy h3 { color: var(--white); }
.brand-feature-copy > p { max-width: 500px; margin: 16px 0 0; color: var(--muted); font-size: .9rem; }
.brand-ohmy .brand-feature-copy > p { color: rgba(255,255,255,.65); }
.brand-feature-copy ul { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.brand-ohmy .brand-feature-copy ul { border-color: var(--line-dark); }
.brand-feature-copy li { display: inline-flex; align-items: center; gap: 6px; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.brand-feature-copy li svg { width: 15px; height: 15px; color: var(--coral); }

.commercial { padding: 68px 0; color: var(--white); background: var(--forest-950); }
.commercial-layout { display: grid; grid-template-columns: minmax(0,.75fr) minmax(460px,1fr); gap: clamp(48px,7vw,100px); }
.commercial-copy > p:not(.eyebrow) { max-width: 540px; margin: 20px 0 0; color: rgba(255,255,255,.66); }
.commercial-photo { margin: 34px 0 0; }
.commercial-photo img { width: 100%; height: 215px; object-fit: cover; object-position: center 70%; background: var(--paper); }
.commercial-photo figcaption { padding-top: 10px; color: rgba(255,255,255,.48); font-size: .72rem; }
.service-flow { border-top: 1px solid var(--line-dark); }
.service-flow > article { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.service-flow > article > span { color: var(--coral); font-family: var(--display); font-weight: 700; }
.service-flow h3 { color: var(--white); font-size: 1rem; text-transform: uppercase; }
.service-flow p { margin: 5px 0 0; color: rgba(255,255,255,.56); font-size: .84rem; }
.service-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 28px; }
.service-values div { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 700; }
.service-values svg { flex: 0 0 auto; width: 21px; height: 21px; color: var(--coral); }

.coverage { padding: 68px 0 60px; background: var(--paper); }
.coverage-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(460px,1fr); gap: clamp(48px,8vw,120px); align-items: center; }
.coverage-highlight { max-width: 510px; }
.coverage-number { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 20px; align-items: end; margin-bottom: 22px; }
.coverage-number strong { color: var(--coral); font-family: var(--display); font-size: clamp(4.5rem,8vw,7.5rem); line-height: .82; }
.coverage-number span { max-width: 180px; padding-bottom: 4px; color: var(--forest-900); font-family: var(--display); font-size: 1.12rem; font-weight: 700; line-height: 1.2; }
.coverage-highlight > p:not(.eyebrow) { margin-bottom: 25px; color: var(--muted); }
.coverage-cities { padding-left: 36px; border-left: 1px solid #c9cec8; }
.coverage-cities-head { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 2px solid var(--forest-900); }
.coverage-cities-head > svg { width: 30px; height: 30px; color: var(--coral); }
.coverage-cities-head span { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.coverage-cities-head strong { display: block; margin-top: 2px; color: var(--forest-900); font-family: var(--display); font-size: 1.15rem; }
.coverage-cities ul { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; padding: 0; list-style: none; }
.coverage-cities li { display: flex; align-items: center; gap: 9px; min-height: 48px; border-bottom: 1px solid #d4d8d2; color: var(--forest-900); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.coverage-cities li:nth-child(odd) { border-right: 1px solid #d4d8d2; }
.coverage-cities li:nth-child(even) { padding-left: 20px; }
.coverage-cities li svg { width: 16px; height: 16px; color: var(--coral); }
.retail-partners { display: grid; grid-template-columns: minmax(280px,.62fr) minmax(0,1.38fr); align-items: stretch; margin-top: 44px; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.retail-partners-copy { display: grid; align-content: center; padding: 26px 28px; border-right: 1px solid var(--line); }
.retail-partners-copy span { color: var(--coral-dark); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.retail-partners-copy h3 { margin-top: 7px; color: var(--forest-900); font-size: 1.25rem; }
.retail-partners-copy p { margin: 8px 0 0; color: var(--muted); font-size: .75rem; }
.partner-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.partner-logo, .partner-more { min-height: 92px; display: grid; align-content: center; justify-items: center; padding: 14px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.partner-logo:nth-child(4n), .partner-more:nth-child(4n) { border-right: 0; }
.partner-logo:nth-last-child(-n+3), .partner-more { border-bottom: 0; }
.partner-logo img { width: auto; max-width: min(124px, 100%); height: 28px; object-fit: contain; object-position: center; }
.partner-logo span { margin-top: 6px; color: var(--muted); font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.partner-logo:hover img { transform: translateY(-1px); }
.partner-more { color: var(--white); background: var(--coral); }
.partner-more strong { font-family: var(--display); font-size: 1.8rem; line-height: 1; }
.partner-more span { margin-top: 4px; font-size: .68rem; font-weight: 800; text-transform: uppercase; }

.promoters { padding: 66px 0; background: var(--white); }
.promoters-head { display: grid; grid-template-columns: minmax(0,.7fr) minmax(430px,.65fr); gap: 60px; align-items: end; margin-bottom: 30px; }
.promoters-head h2 { font-size: clamp(2rem,3vw,2.9rem); }
.promoters-head > div:first-child > p:last-child { max-width: 660px; margin: 12px 0 0; color: var(--muted); }
.promoter-tools { display: grid; grid-template-columns: 1fr 190px; gap: 10px; }
.promoter-tools label { position: relative; }
.promoter-tools label svg { position: absolute; top: 50%; left: 14px; width: 18px; height: 18px; color: var(--muted); transform: translateY(-50%); }
.promoter-tools input, .promoter-tools select { width: 100%; min-height: 48px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 2px; outline: 0; }
.promoter-tools input { padding: 0 12px 0 42px; }
.promoter-tools select { padding: 0 12px; }
.promoter-tools input:focus, .promoter-tools select:focus { border-color: var(--forest-700); background: var(--white); }
.promoters-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.promoter-card { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 14px; align-items: center; min-height: 104px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promoter-photo { width: 72px; height: 72px; min-height: 0; background-image: url("../people/promotores/equipe-demonstracao.webp"); background-repeat: no-repeat; background-size: 300% 100%; background-position: var(--photo-position) center; border: 3px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.promoter-info { min-width: 0; display: grid; align-content: center; padding: 0; }
.promoter-demo { width: fit-content; margin-bottom: 4px; color: var(--coral-dark); font-size: .55rem; font-weight: 800; text-transform: uppercase; }
.promoter-card h3 { overflow-wrap: anywhere; color: var(--forest-900); font-size: .9rem; text-transform: uppercase; }
.promoter-city { display: flex; align-items: center; gap: 5px; margin: 3px 0 7px; color: var(--muted); font-size: .7rem; }
.promoter-city svg { width: 13px; height: 13px; }
.promoter-contacts { display: flex; flex-wrap: wrap; gap: 5px 10px; }
.promoter-contacts span, .promoter-contacts a { display: inline-flex; align-items: center; gap: 4px; color: var(--forest-700); font-size: .64rem; font-weight: 800; }
.promoter-contacts svg, .promoter-contacts img { width: 14px; height: 14px; }
.promoter-contacts a { color: #157b49; }
.promoter-empty { grid-column: 1/-1; display: flex; align-items: center; gap: 14px; min-height: 110px; padding: 22px; background: var(--paper); border-left: 4px solid var(--coral); }
.promoter-empty svg { width: 26px; height: 26px; color: var(--forest-700); }
.promoter-empty strong { display: block; font-family: var(--display); text-transform: uppercase; }
.promoter-empty p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }

.contact { padding: 66px 0; color: var(--white); background: var(--forest-800); }
.contact-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(460px,.82fr); gap: clamp(42px,6vw,82px); align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 20px 0 0; color: rgba(255,255,255,.66); }
.contact-links { display: grid; gap: 12px; margin-top: 32px; }
.contact-links a { display: flex; align-items: center; gap: 12px; width: fit-content; max-width: 100%; }
.contact-links a > svg { flex: 0 0 auto; width: 36px; height: 36px; padding: 8px; color: var(--white); background: var(--coral); }
.contact-links span { overflow-wrap: anywhere; font-size: .82rem; font-weight: 700; }
.contact-links small { display: block; color: rgba(255,255,255,.5); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.lead-form { width: 100%; max-width: 570px; display: grid; gap: 10px; justify-self: end; padding: 23px; color: var(--ink); background: var(--white); }
.form-heading { display: grid; gap: 2px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--coral-dark); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.form-heading strong { color: var(--forest-900); font-family: var(--display); font-size: 1.08rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 10px; }
.lead-form label { display: grid; gap: 5px; }
.lead-form label > span { color: var(--forest-900); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.lead-form input, .lead-form textarea { width: 100%; padding: 8px 10px; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-bottom-color: var(--line); border-radius: 0; outline: 0; resize: vertical; }
.lead-form input { min-height: 38px; }
.lead-form input:focus, .lead-form textarea:focus { background: var(--white); border-color: var(--forest-700); }
.lead-form .button { width: 100%; }
.lead-form > p { margin: -4px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }

.site-footer { padding: 0 0 18px; color: var(--white); background: var(--forest-950); }
.footer-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: center; padding: 42px 0; border-bottom: 1px solid var(--line-dark); }
.footer-cta span { color: var(--coral); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.footer-cta h2 { max-width: 640px; margin-top: 7px; color: var(--white); font-size: clamp(1.7rem,2.6vw,2.5rem); }
.footer-cta .button { min-width: 230px; }
.footer-main { display: grid; grid-template-columns: minmax(260px,1.25fr) .55fr .75fr minmax(250px,1fr); gap: 44px; align-items: start; padding: 42px 0 34px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; object-fit: cover; }
.footer-brand div { display: grid; line-height: 1.1; }
.footer-brand strong { font-family: var(--display); text-transform: uppercase; }
.footer-brand span { margin-top: 3px; color: rgba(255,255,255,.5); font-size: .65rem; text-transform: uppercase; }
.footer-about p { max-width: 340px; margin: 16px 0 0; color: rgba(255,255,255,.55); font-size: .76rem; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column > span { margin-bottom: 5px; color: var(--coral); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.footer-column > a { width: fit-content; max-width: 100%; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 700; }
.footer-column > p, .footer-column > small, .footer-column > address { margin: 2px 0 0; color: rgba(255,255,255,.42); font-size: .65rem; }
.footer-column > address { font-style: normal; }
.footer-marks { display: flex; align-items: center; gap: 8px; }
.footer-marks img { width: 78px; height: 40px; padding: 0; object-fit: contain; background: transparent; }
.footer-contact a { display: flex; align-items: flex-start; gap: 7px; overflow-wrap: anywhere; }
.footer-contact a svg { flex: 0 0 auto; width: 15px; height: 15px; margin-top: 1px; color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; color: rgba(255,255,255,.38); border-top: 1px solid var(--line-dark); font-size: .62rem; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; top: 72px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 24px 20px; background: var(--forest-950); border-bottom: 1px solid var(--line-dark); opacity: 0; pointer-events: none; transform: translateY(-110%); transition: opacity .18s ease, transform .18s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .menu-button { display: grid; }
  .hero-layout { grid-template-columns: minmax(0,1fr) minmax(340px,.7fr); }
  .hero-facts { grid-template-columns: repeat(2,1fr); }
  .hero-facts > div:nth-child(2) { border-right: 0; }
  .hero-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .brand-feature-layout, .brand-feature-layout.reverse { grid-template-columns: 1fr 1fr; }
  .commercial-layout, .coverage-layout { grid-template-columns: .8fr 1fr; gap: 52px; }
  .retail-partners { grid-template-columns: 1fr; }
  .retail-partners-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .promoters-head { grid-template-columns: 1fr; gap: 24px; }
  .promoter-tools { max-width: 640px; }
  .promoters-grid { grid-template-columns: repeat(2,1fr); }
  .contact-layout { grid-template-columns: .78fr 1fr; gap: 44px; }
}

@media (max-width: 820px) {
  :root { --container: min(1240px, calc(100% - 32px)); }
  .header-cta { display: none; }
  .hero::after { width: 100%; height: 36%; top: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 52px 0 28px; }
  .hero-people { min-height: 440px; height: 440px; max-width: 500px; width: 100%; margin-inline: auto; }
  .hero-people img { max-height: 460px; }
  .hero-facts { margin-top: 0; }
  .audiences-layout, .section-intro, .commercial-layout, .coverage-layout, .contact-layout { grid-template-columns: 1fr; }
  .audiences-layout, .section-intro { gap: 32px; }
  .compact-heading h2 { max-width: 600px; }
  .section-intro > p { max-width: 620px; }
  .brand-feature-layout, .brand-feature-layout.reverse { min-height: auto; grid-template-columns: 1fr; }
  .brand-feature-layout.reverse figure { order: 0; }
  .brand-feature figure img { min-height: 300px; height: 48vw; max-height: 410px; }
  .brand-feature-copy { padding: 34px; }
  .commercial-photo img { height: 260px; }
  .service-values { grid-template-columns: 1fr; }
  .coverage-highlight { max-width: none; }
  .coverage-cities { padding-left: 0; border-left: 0; }
  .partner-grid { grid-template-columns: repeat(3,1fr); }
  .partner-logo:nth-child(4n), .partner-more:nth-child(4n) { border-right: 1px solid var(--line); }
  .partner-logo:nth-child(3n), .partner-more:nth-child(3n) { border-right: 0; }
  .partner-logo:nth-last-child(-n+3), .partner-more { border-bottom: 1px solid var(--line); }
  .partner-grid > :nth-last-child(-n+2) { border-bottom: 0; }
  .promoters-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 650px; }
  .lead-form { justify-self: start; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  :root { --container: min(1240px, calc(100% - 24px)); }
  html { scroll-padding-top: 64px; }
  body { font-size: 14px; }
  h1 { font-size: clamp(2.05rem,10.2vw,2.75rem); }
  h2 { font-size: clamp(1.65rem,7.8vw,2.15rem); }
  .site-header { position: sticky; }
  .header-inner { min-height: 64px; }
  .brand img { width: 38px; height: 38px; }
  .brand small { display: none; }
  .site-nav { top: 64px; }
  .header-instagram { width: 40px; height: 40px; }
  .hero-copy { padding: 28px 0 16px; }
  .hero-copy .eyebrow { margin-bottom: 12px; }
  .hero-lead { margin-top: 14px; font-size: .84rem; line-height: 1.5; }
  .hero-actions { display: grid; gap: 12px; margin-top: 18px; }
  .hero-actions .text-link { display: none; }
  .button { width: 100%; }
  .text-link { width: fit-content; }
  .recognition { grid-template-columns: 76px 1fr; gap: 12px; margin-top: 16px; padding: 10px 0; }
  .recognition > strong { font-size: 1rem; }
  .recognition span { font-size: .78rem; }
  .recognition p { display: none; }
  .hero-people { min-height: 300px; height: 300px; }
  .hero-people img { max-height: 320px; }
  .hero-people figcaption { right: 0; bottom: 8px; max-width: 205px; padding: 10px 12px; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-facts > div { min-height: 72px; padding: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .hero-facts > div:nth-child(2n) { border-right: 0; }
  .hero-facts > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .hero-facts strong { font-size: .92rem; }
  .hero-facts span { font-size: .58rem; }
  .authorized-brands div { gap: 8px; }
  .authorized-brands img { width: 56px; height: 25px; }
  .audiences, .brands, .commercial, .coverage, .promoters, .contact { padding-top: 44px; padding-bottom: 44px; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-list article, .audience-list article:nth-child(odd), .audience-list article:nth-child(even) { min-height: auto; padding: 18px 0; border-right: 0; }
  .brand-feature { padding: 12px 0; }
  .brand-feature figure img { min-height: 220px; height: 62vw; }
  .brand-feature-copy { padding: 22px 18px 24px; }
  .brand-feature-copy ul { display: grid; gap: 10px; }
  .commercial-layout { gap: 36px; }
  .commercial-photo img { height: 190px; }
  .service-flow > article { grid-template-columns: 38px 1fr; padding: 18px 0; }
  .coverage-number { grid-template-columns: 1fr; gap: 10px; }
  .coverage-number strong { font-size: 4.4rem; }
  .coverage-cities ul { grid-template-columns: 1fr; }
  .coverage-cities li:nth-child(odd), .coverage-cities li:nth-child(even) { padding-left: 0; border-right: 0; }
  .retail-partners { margin-top: 34px; }
  .retail-partners-copy { padding: 20px; }
  .partner-grid { grid-template-columns: repeat(2,1fr); }
  .partner-logo, .partner-more { min-height: 82px; padding: 12px; }
  .partner-logo:nth-child(3n), .partner-more:nth-child(3n) { border-right: 1px solid var(--line); }
  .partner-logo:nth-child(2n), .partner-more:nth-child(2n) { border-right: 0; }
  .partner-grid > :nth-last-child(-n+2) { border-bottom: 0; }
  .partner-logo img { width: auto; max-width: min(116px, 100%); height: 25px; }
  .promoter-tools { grid-template-columns: 1fr; }
  .promoters-grid { gap: 8px; }
  .promoter-card { grid-template-columns: 64px 1fr; min-height: 88px; padding: 10px 0; }
  .promoter-photo { width: 64px; height: 64px; min-height: 0; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-form { padding: 16px; gap: 8px; }
  .lead-form label > span { font-size: .58rem; }
  .lead-form input { min-height: 36px; }
  .lead-form textarea { min-height: 58px; }
  .contact-links a { align-items: flex-start; }
  .footer-cta { grid-template-columns: minmax(0,1fr) auto; gap: 14px; padding: 24px 0; }
  .footer-cta > div > span { display: none; }
  .footer-cta h2 { max-width: 190px; margin: 0; font-size: 1.28rem; }
  .footer-cta .button { width: auto; min-width: 0; min-height: 42px; padding-inline: 13px; font-size: .62rem; }
  .footer-cta-detail { display: none; }
  .footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 18px; padding: 26px 0 22px; }
  .footer-about { grid-column: 1/-1; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 14px; align-items: center; }
  .footer-about .footer-brand { min-width: 132px; }
  .footer-about p { margin: 0; font-size: .68rem; }
  .footer-column { gap: 6px; }
  .footer-column > a { font-size: .65rem; }
  .footer-marks { flex-wrap: wrap; }
  .footer-marks + p { display: none; }
  .footer-contact { grid-column: 1/-1; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 14px; }
  .footer-contact > span, .footer-contact > address { grid-column: 1/-1; }
  .footer-contact > a { font-size: .62rem; }
  .footer-bottom { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; font-size: .56rem; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
