:root {
  --ink: #17202a;
  --muted: #66717c;
  --paper: #ffffff;
  --soft: #f3f5f4;
  --line: #dfe3e1;
  --coral: #f04f3d;
  --coral-dark: #c93426;
  --blue: #123f86;
  --green: #178653;
  --shell: 1180px;
}

@font-face {
  font-family: ruiwo-icons;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/vendor/tabler/fonts/ruiwo-icons.ttf?v=20260728") format("truetype");
}
.ti { font-family: ruiwo-icons !important; speak: none; font-style: normal; font-weight: 400; line-height: 1; }
.ti-brand-whatsapp::before { content: "\ec74"; }
.ti-mail::before { content: "\eae5"; }
.ti-world::before { content: "\eb54"; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 74px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
.header-row { width: min(1500px, calc(100% - 40px)); height: 74px; display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 6px; object-fit: cover; }
.brand span { display: grid; gap: 1px; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1; letter-spacing: 0; }
.brand small { color: var(--muted); font-size: 10px; line-height: 1.2; letter-spacing: 0; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 24px; flex: 1 1 auto; }
.primary-nav a { color: #39434d; font-size: 13px; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--coral-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.header-contact-links { height: 40px; display: flex; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.header-contact-item { min-width: 0; display: flex; align-items: center; gap: 7px; padding: 5px 10px; text-decoration: none; }
.header-contact-item + .header-contact-item { border-left: 1px solid var(--line); }
.header-contact-item > span { display: grid; gap: 1px; min-width: 0; }
.header-contact-item small { color: #596570; font-size: 9px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.header-contact-item strong { color: var(--blue); font-size: 10px; line-height: 1.15; white-space: nowrap; }
.header-contact-item i { color: #3975b5; font-size: 16px; }
.header-contact-whatsapp i { color: #13a45f; }
.header-contact-item:hover strong, .header-contact-item:focus-visible strong { color: var(--coral-dark); }
.language-links { display: flex; align-items: center; gap: 2px; color: #56616b; font-size: 10px; font-weight: 800; }
.language-links a, .language-links span { min-width: 32px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding-inline: 4px; text-decoration: none; }
.language-links [aria-current="page"] { color: var(--ink); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); }

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #f8b84e; outline-offset: 3px; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--coral-dark); }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: #f4f4f2; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(0,0,0,.14); }
.button-outline-light:hover { border-color: #fff; background: rgba(0,0,0,.34); }
.button-whatsapp { color: #fff; background: var(--green); }
.button-whatsapp:hover { background: #0d6f42; }

.hero {
  position: relative;
  height: calc(82svh - 74px);
  min-height: 560px;
  max-height: 760px;
  overflow: hidden;
  background: #1a2229;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; z-index: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; isolation: isolate; transition: opacity .7s ease, visibility 0s linear .7s; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; transform: scale(1.04); transition: transform 7s cubic-bezier(.2,.65,.2,1); }
.hero-slide.is-active .hero-image { transform: scale(1); }
.hero-slide:nth-child(2) .hero-image { object-position: 61% center; }
.hero-slide:nth-child(3) .hero-image { object-position: 62% center; }
.hero-slide:nth-child(4) .hero-image { object-position: 58% center; }
.hero-slide--push .hero-image { object-position: 68% center; }
.hero-media { position: absolute; inset: 0; display: block; }
.hero-slide--asset-only { background: #edf2f8; }
.hero-slide--asset-only .hero-image { object-fit: cover; object-position: center; transform: scale(1.015); }
.hero-slide--asset-only.is-active .hero-image { transform: scale(1); }
.hero-slide--less-hassle { background: #f8f4ed; }
.hero-slide--shipping { background: #f8f1e6; }
.hero-asset-hotspot { position: absolute; top: 60%; left: 6%; z-index: 2; width: 17%; height: 15%; display: block; border-radius: 999px; }
.hero-asset-hotspot:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.hero-shade { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(9,14,20,.78) 0%, rgba(9,14,20,.58) 34%, rgba(9,14,20,.22) 68%, rgba(9,14,20,.3) 100%); }
.hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; color: #fff; }
.hero-content > * { opacity: 0; transform: translateY(18px); }
.hero-slide.is-active .hero-content > * { animation: hero-copy-in .72s cubic-bezier(.2,.7,.2,1) both; }
.hero-slide.is-active .hero-content > :nth-child(1) { animation-delay: .08s; }
.hero-slide.is-active .hero-content > :nth-child(2) { animation-delay: .16s; }
.hero-slide.is-active .hero-content > :nth-child(3) { animation-delay: .24s; }
.hero-slide.is-active .hero-content > :nth-child(4) { animation-delay: .32s; }
.hero-slide.is-active .hero-content > :nth-child(5) { animation-delay: .4s; }
@keyframes hero-copy-in { to { opacity: 1; transform: translateY(0); } }
.kicker { margin: 0 0 18px; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.kicker-dark { color: var(--coral-dark); }
.hero h1, .hero h2 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 72px; font-weight: 500; line-height: .98; letter-spacing: 0; }
.hero-lead { max-width: 720px; margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; line-height: 1.18; letter-spacing: 0; }
.hero-copy { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-arrow { position: absolute; top: 50%; z-index: 5; display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.54); border-radius: 4px; color: #fff; background: rgba(9,14,20,.22); font-size: 11px; font-weight: 800; letter-spacing: .02em; cursor: pointer; transform: translateY(-50%); transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.hero-arrow span:first-child, .hero-arrow span:last-child { white-space: nowrap; }
.hero-arrow-prev { left: 22px; }
.hero-arrow-next { right: 22px; }
.hero-arrow:hover, .hero-arrow:focus-visible { color: var(--ink); border-color: #fff; background: #fff; }
.hero-carousel-footer { position: absolute; right: 0; bottom: 26px; left: 0; z-index: 5; display: grid; grid-template-columns: 80px 1fr 170px; align-items: center; gap: 18px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-count { color: #fff; }
.hero-dots { display: flex; justify-content: center; align-items: center; gap: 8px; }
.hero-dot { width: 34px; height: 4px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.42); cursor: pointer; transition: width .24s ease, background-color .24s ease; }
.hero-dot:hover, .hero-dot:focus-visible { background: #fff; }
.hero-dot.is-active { width: 58px; background: #fff; }
.hero-status { justify-self: end; color: rgba(255,255,255,.7); text-align: right; }

.category-section, .featured-section, .proof-section { padding: 104px 0; }
.section-heading { max-width: 820px; margin-bottom: 38px; }
.section-heading h2, .story-copy h2, .supply-grid h2, .proof-copy h2, .contact-content h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 70px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 360px; gap: 14px; }
.category-card { position: relative; overflow: hidden; border-radius: 6px; background: #e8ebea; text-decoration: none; isolation: isolate; }
.category-card-large { grid-row: span 2; }
.category-card-wide { grid-column: 2; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card--squishy img { object-position: 70% center; }
.category-card--push img { object-position: 68% center; }
.category-card--fidget img { object-position: center; }
.category-card:hover img { transform: scale(1.035); }
.category-card-shade { position: absolute; inset: auto 0 0; height: 48%; background: rgba(12,18,24,.62); }
.category-card-copy { position: absolute; inset: auto 26px 24px; display: grid; gap: 7px; color: #fff; }
.category-card-copy small { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.category-card-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; line-height: 1.1; }
.category-card-copy > span { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }

.why-section { padding: 104px 0; color: #fff; background: var(--blue); }
.why-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; gap: 86px; }
.why-lead .kicker { color: #f7b9b1; }
.why-lead h2 { max-width: 560px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 58px; font-weight: 500; line-height: 1.03; letter-spacing: 0; }
.why-lead > p:not(.kicker) { max-width: 440px; margin: 22px 0 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; }
.why-section .text-link-light { color: #fff; }
.why-section .text-link-light:hover { color: #f7b9b1; }
.why-reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); }
.why-reason { display: grid; grid-template-columns: 34px 1fr; gap: 12px; min-height: 168px; padding: 24px 20px 22px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.why-reason:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.22); }
.why-reason:nth-child(even) { padding-left: 24px; }
.why-reason > span { color: #f7b9b1; font-size: 12px; font-weight: 800; }
.why-reason h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; line-height: 1.15; }
.why-reason p { margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.why-services { margin-top: 68px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.22); }
.why-services-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr); align-items: end; gap: 54px; margin-bottom: 28px; }
.why-services-heading .kicker { margin-bottom: 12px; color: #f7b9b1; }
.why-services-heading h3 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; line-height: 1.12; }
.why-services-heading > p { max-width: 390px; margin: 0 0 3px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.why-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.why-service { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; min-height: 132px; padding: 24px 24px 22px 0; }
.why-service:nth-child(3n + 2), .why-service:nth-child(3n + 3) { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.22); }
.why-service:nth-child(-n + 3) { border-bottom: 1px solid rgba(255,255,255,.22); }
.why-service > span { color: #f7b9b1; font-size: 12px; font-weight: 800; }
.why-service h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; line-height: 1.18; }
.why-service p { margin: 9px 0 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.55; }
.why-services-note { margin: 14px 0 0; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.5; }

.brand-story { padding: 88px 0; background: var(--soft); }
.story-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr); align-items: center; gap: 80px; }
.story-copy > p:not(.kicker) { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--coral-dark); }
.story-image { position: relative; margin: 0; }
.story-image img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; }
.story-image figcaption { position: absolute; right: 16px; bottom: 16px; display: grid; gap: 3px; min-width: 235px; padding: 16px 18px; border-radius: 4px; color: #fff; background: rgba(18,63,134,.92); }
.story-image figcaption strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; }
.story-image figcaption span { color: rgba(255,255,255,.76); font-size: 11px; }

.featured-section { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.product-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--soft); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-image:hover img { transform: scale(1.035); }
.product-copy { padding: 22px; }
.product-copy > p { margin: 0 0 8px; color: var(--coral-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-copy h3 { min-height: 52px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; line-height: 1.15; }
.product-copy h3 a { text-decoration: none; }
.product-copy .text-link { margin-top: 18px; }
.section-action { display: flex; justify-content: center; margin-top: 34px; }

.supply-section { padding: 94px 0; color: #fff; background: var(--blue); }
.supply-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 90px; }
.supply-grid > div > p:last-child { max-width: 390px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.supply-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.supply-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; min-height: 150px; padding: 24px 22px 22px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.supply-steps li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.22); }
.supply-steps li:nth-child(even) { padding-left: 24px; }
.supply-steps > li > span { color: #f7b9b1; font-size: 12px; font-weight: 800; }
.supply-steps strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; }
.supply-steps p { margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }

.proof-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: 72px; }
.proof-image img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 6px; background: #fff; }
.proof-copy > p:not(.kicker) { margin: 21px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.proof-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-facts div { padding: 18px 12px 18px 0; }
.proof-facts div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.proof-facts strong, .proof-facts span { display: block; }
.proof-facts strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; }
.proof-facts span { margin-top: 5px; color: var(--muted); font-size: 10px; }

.contact-band { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #191e24; }
.contact-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.contact-shade { position: absolute; inset: 0; background: rgba(8,13,18,.65); }
.contact-content { position: relative; z-index: 1; }
.contact-content h2 { max-width: 760px; font-size: 56px; }
.contact-content > p:not(.kicker) { max-width: 610px; margin: 20px 0 0; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.65; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

.site-footer { padding: 66px 0 24px; color: rgba(255,255,255,.74); background: #151b20; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 56px; }
.brand-footer { color: #fff; }
.brand-footer small { color: rgba(255,255,255,.58); }
.footer-brand p { max-width: 330px; margin: 18px 0 0; font-size: 13px; line-height: 1.65; }
.footer-grid nav, .footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-grid nav strong, .footer-contact strong { margin-bottom: 6px; color: #fff; font-size: 12px; }
.footer-grid nav a, .footer-contact a { font-size: 12px; text-decoration: none; }
.footer-grid nav a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom span:last-child { display: flex; gap: 18px; }
.footer-bottom a { text-decoration: none; }
.mobile-contact-bar { display: none; }

.whatsapp-widget { position: fixed; right: 22px; bottom: 22px; z-index: 130; display: grid; justify-items: end; gap: 10px; }
.whatsapp-panel {
  width: min(360px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(23,32,42,.18);
}
.whatsapp-panel[hidden] { display: none; }
.whatsapp-panel-head { min-height: 84px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 36px; align-items: center; gap: 12px; padding: 15px 14px; border-bottom: 1px solid var(--line); }
.whatsapp-panel-head > div { display: grid; gap: 4px; min-width: 0; }
.whatsapp-panel-head strong { color: var(--blue); font-size: 17px; }
.whatsapp-panel-head small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.whatsapp-globe { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #0878df; background: #eef6ff; font-size: 24px; }
.whatsapp-close { width: 36px; height: 36px; border: 0; color: #66717c; background: transparent; font-size: 26px; line-height: 1; cursor: pointer; }
.whatsapp-chat { min-height: 86px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 18px; align-items: center; gap: 10px; margin: 14px; padding: 12px 14px; border: 1px solid #11a85a; border-radius: 6px; text-decoration: none; }
.whatsapp-chat > span:nth-child(2) { display: grid; gap: 2px; }
.whatsapp-chat strong { color: #0d9c51; font-size: 16px; }
.whatsapp-chat small { color: #45515d; font-size: 13px; }
.whatsapp-logo { width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid #12a75a; border-radius: 50%; color: #12a75a; font-size: 24px; }
.whatsapp-arrow { color: #12a75a; font-size: 28px; font-weight: 800; }
.whatsapp-launcher { min-height: 50px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 17px; border: 0; border-radius: 25px; color: #fff; background: var(--green); box-shadow: 0 10px 28px rgba(13,111,66,.25); font-size: 13px; font-weight: 800; cursor: pointer; }
.whatsapp-launcher i { font-size: 22px; }
.whatsapp-launcher:hover { background: #0d6f42; }

@media (max-width: 1250px) {
  .header-contact-links { display: none; }
}

@media (max-width: 1050px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 12px; }
  .language-links { display: none; }
  .story-grid { gap: 50px; }
  .proof-grid { gap: 48px; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 36px, var(--shell)); }
  .site-header, .header-row { height: 68px; }
  .menu-button { display: block; order: 3; }
  .header-row { justify-content: space-between; gap: 12px; }
  .header-actions { margin-left: auto; }
  .primary-nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    height: calc(100dvh - 68px);
    display: none;
    align-content: start;
    justify-content: stretch;
    padding: 28px 24px;
    background: #fff;
    overflow-y: auto;
  }
  .menu-open .primary-nav { display: grid; }
  .primary-nav a { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; }
  .hero { height: calc(82svh - 68px); }
  .hero h1, .hero h2 { font-size: 66px; }
  .hero-lead { max-width: 620px; font-size: 27px; }
  .hero-arrow { top: 18px; bottom: auto; min-width: 40px; min-height: 40px; padding: 9px 10px; justify-content: center; border-radius: 50%; transform: none; }
  .hero-arrow-prev { left: 14px; }
  .hero-arrow-next { right: 14px; }
  .hero-arrow-prev span:last-child, .hero-arrow-next span:first-child { display: none; }
  .hero-carousel-footer { grid-template-columns: 64px 1fr 140px; gap: 12px; }
  .category-section, .featured-section, .proof-section, .brand-story { padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .story-copy h2, .supply-grid h2, .proof-copy h2 { font-size: 40px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 300px; }
  .category-card-large, .category-card-wide { grid-row: auto; grid-column: auto; }
  .why-section { padding: 82px 0; }
  .why-grid { grid-template-columns: 1fr; gap: 44px; }
  .why-lead h2 { font-size: 48px; }
  .why-services-heading { grid-template-columns: 1fr; gap: 14px; }
  .why-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-service, .why-service:nth-child(3n + 2), .why-service:nth-child(3n + 3) { padding: 22px 20px 20px 0; border-left: 0; }
  .why-service:nth-child(even) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.22); }
  .why-service:nth-child(-n + 4) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .story-grid, .proof-grid, .supply-grid { grid-template-columns: 1fr; gap: 44px; }
  .story-image { order: -1; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .shell { width: calc(100% - 28px); }
  .site-header, .header-row { height: 62px; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: 18px; }
  .brand small { display: none; }
  .header-actions .button { display: none; }
  .primary-nav { top: 62px; height: calc(100dvh - 62px); }
  .hero { height: calc(82svh - 62px); min-height: 540px; max-height: 650px; }
  .hero-image { object-position: 67% center; }
  .hero-slide--push .hero-image { object-position: 76% center; }
  .hero-slide--asset-only .hero-image { object-position: center; transform: none; }
  .hero-asset-hotspot { top: 51%; left: 6%; width: 18%; height: 12%; }
  .hero-shade { background: rgba(7,12,17,.62); }
  .hero-content { justify-content: center; padding-top: 64px; padding-bottom: 58px; }
  .hero h1, .hero h2 { max-width: 600px; font-size: 52px; }
  .hero-lead { margin-top: 12px; font-size: 22px; line-height: 1.2; }
  .hero-copy { margin-top: 14px; font-size: 13px; line-height: 1.55; }
  .hero-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; }
  .hero-actions .button { min-width: 0; padding-inline: 10px; font-size: 11px; }
  .hero-arrow { top: 18px; bottom: auto; min-width: 40px; min-height: 40px; padding: 8px; justify-content: center; border-radius: 50%; transform: none; }
  .hero-arrow-prev { left: 14px; }
  .hero-arrow-next { right: 14px; }
  .hero-arrow-prev span:last-child, .hero-arrow-next span:first-child { display: none; }
  .hero-carousel-footer { right: 14px; bottom: 22px; left: 14px; width: auto; grid-template-columns: 52px 1fr 0; gap: 10px; }
  .hero-status { display: none; }
  .hero-dots { gap: 6px; }
  .hero-dot { width: 24px; }
  .hero-dot.is-active { width: 38px; }
  .category-section, .featured-section, .proof-section, .brand-story { padding: 66px 0; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2, .story-copy h2, .supply-grid h2, .proof-copy h2 { font-size: 34px; }
  .split-heading > p { font-size: 13px; }
  .category-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .category-card-large { grid-row: auto; }
  .category-card-wide { grid-column: auto; }
  .category-card-copy { inset: auto 18px 18px; }
  .category-card-copy strong { font-size: 26px; }
  .why-section { padding: 66px 0; }
  .why-lead h2 { font-size: 40px; }
  .why-lead > p:not(.kicker) { font-size: 14px; }
  .why-reasons { grid-template-columns: 1fr; }
  .why-reason, .why-reason:nth-child(even) { min-height: 0; padding: 20px 0; border-right: 0; }
  .why-reason:nth-child(odd) { border-right: 0; }
  .why-services { margin-top: 46px; padding-top: 28px; }
  .why-services-heading h3 { font-size: 28px; }
  .why-service-grid { grid-template-columns: 1fr; }
  .why-service, .why-service:nth-child(3n + 2), .why-service:nth-child(3n + 3), .why-service:nth-child(even) { min-height: 0; padding: 20px 0; border-right: 0; border-left: 0; }
  .why-service:nth-child(-n + 5) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .story-grid, .proof-grid, .supply-grid { gap: 34px; }
  .story-copy > p:not(.kicker), .proof-copy > p:not(.kicker) { font-size: 14px; }
  .story-image figcaption { right: 10px; bottom: 10px; min-width: 0; padding: 13px 14px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; width: auto; }
  .product-copy h3 { min-height: 0; }
  .supply-section { padding: 66px 0; }
  .supply-steps { grid-template-columns: 1fr; }
  .supply-steps li, .supply-steps li:nth-child(even) { min-height: 0; padding: 20px 0; border-right: 0; }
  .proof-facts strong { font-size: 18px; }
  .proof-facts span { font-size: 9px; }
  .contact-band { min-height: 540px; }
  .contact-band > img { object-position: 68% center; }
  .contact-content h2 { font-size: 40px; }
  .contact-content > p:not(.kicker) { font-size: 14px; }
  .contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-actions .button { padding-inline: 10px; font-size: 11px; }
  .site-footer { padding-top: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 36px; }
  .mobile-contact-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    height: 62px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(255,255,255,.97);
  }
  .mobile-contact-bar a, .mobile-contact-bar button { display: flex; align-items: center; justify-content: center; min-width: 0; border: 0; background: transparent; font-size: 12px; font-weight: 800; text-decoration: none; }
  .mobile-contact-bar button, .mobile-contact-bar .button-whatsapp { border-radius: 4px; color: #fff; background: var(--green); }
  .whatsapp-widget { right: 10px; bottom: 72px; }
  .whatsapp-launcher { display: none; }
  .whatsapp-panel { width: calc(100vw - 20px); }
  .whatsapp-panel-head { min-height: 76px; padding: 12px; }
  .whatsapp-chat { min-height: 76px; margin: 10px; }
}

/* v100.6.2: compact mobile hero — reduce the oversized top field while
   keeping the product focal point and conversion controls in view. */
@media (max-width: 620px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .hero {
    height: min(560px, 72svh);
    min-height: 480px;
    max-height: 560px;
  }
  .hero-image,
  .hero-slide--asset-only .hero-image {
    object-fit: cover;
    transform: scale(1.08);
    transform-origin: 72% 52%;
  }
  .hero-slide:first-child .hero-image { object-position: 72% center; }
  .hero-slide--push .hero-image { object-position: 71% center; }
  .hero-slide--asset-only .hero-image {
    object-fit: contain;
    object-position: center;
    transform: none;
  }
  .hero-shade {
    background: linear-gradient(180deg, rgba(6,12,17,.08) 0%, rgba(6,12,17,.18) 36%, rgba(6,12,17,.84) 100%);
  }
  .hero-content {
    justify-content: flex-end;
    padding-top: 150px;
    padding-bottom: 78px;
  }
  .hero .kicker { margin-bottom: 10px; }
  .hero h1, .hero h2 {
    max-width: 12ch;
    font-size: clamp(38px, 11.2vw, 48px);
    line-height: 1.01;
  }
  .hero-lead {
    max-width: 28ch;
    margin-top: 11px;
    font-size: 19px;
    line-height: 1.25;
  }
  .hero-copy {
    max-width: 42ch;
    margin-top: 10px;
    color: rgba(255,255,255,.86);
    font-size: 12px;
    line-height: 1.5;
  }
  .hero-actions {
    width: auto;
    display: flex;
    margin-top: 16px;
  }
  .hero-actions .button { min-height: 43px; padding-inline: 13px; font-size: 10px; }
  .hero-arrow { top: 16px; background: rgba(8,16,22,.32); backdrop-filter: blur(8px); }
  .hero-carousel-footer { bottom: 18px; }
}

@media (max-width: 370px) {
  .hero {
    height: min(620px, calc(100svh - 62px));
    min-height: 540px;
    max-height: 620px;
  }
  .hero-content { padding-top: 130px; padding-bottom: 70px; }
  .hero h1, .hero h2 { font-size: 40px; }
  .hero-lead { font-size: 18px; }
  .hero-copy { display: none; }
}

@media (max-width: 370px) {
  .hero h1, .hero h2 { font-size: 40px; }
  .hero-lead { font-size: 18px; }
  .hero-copy { font-size: 12px; }
  .hero-actions .button { font-size: 10px; }
  .category-grid { grid-auto-rows: 300px; }
  .proof-facts { grid-template-columns: 1fr; }
  .proof-facts div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
}

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

/* v100.4 category maturity + rendering */
.category-status{display:inline-flex;width:max-content;margin-top:10px;padding:5px 8px;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:#fff;background:rgba(7,18,28,.28);font-size:10px;font-style:normal;font-weight:850;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(6px)}
