:root {
  --ink: #103c3f;
  --muted: #587174;
  --teal: #087f82;
  --teal-dark: #064d50;
  --aqua: #11bfc1;
  --pale: #f1f7f6;
  --line: #d8e5e4;
  --white: #fff;
  --container: 1180px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 8px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; height: 82px; background: rgb(255 255 255 / 91%); border-bottom: 1px solid rgb(6 77 80 / 10%); box-shadow: 0 8px 32px rgb(5 47 49 / 6%); backdrop-filter: blur(20px) saturate(135%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0; font-size: 16px; }
.brand { flex: 0 0 184px; width: 184px; height: 48px; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; flex: 0 0 auto; align-items: center; gap: 31px; }
.main-nav a { font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .79rem; font-weight: 700; line-height: 1; text-decoration: none; white-space: nowrap; }
.main-nav a:not(.nav-contact) { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding-block: 8px; color: #234b4d; letter-spacing: .025em; }
.main-nav a:not(.nav-contact)::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; content: ""; background: var(--teal); border-radius: 999px; transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.main-nav a:not(.nav-contact):hover::after, .main-nav a:not(.nav-contact)[aria-current="page"]::after { transform: scaleX(1); }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--teal); }
.nav-contact { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 44px; padding: 11px 19px; color: var(--white) !important; background: linear-gradient(135deg, #075d60, #06494c); border-radius: 999px; box-shadow: 0 8px 22px rgb(6 77 80 / 18%); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: var(--ink); background: none; border: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s ease; }

.home-hero { padding: 72px 0 62px; overflow: hidden; background: linear-gradient(135deg, #eef8f7 0%, #fff 62%); }
.home-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; content: ""; background: currentColor; }
.eyebrow.light { color: #86e4e3; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 620px; margin: 0; font-size: clamp(2.7rem, 5.1vw, 4rem); font-weight: 650; letter-spacing: -.05em; line-height: 1.04; }
h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 2.7rem); font-weight: 640; letter-spacing: -.04em; line-height: 1.12; }
h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.025em; line-height: 1.25; }
.lead { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.button-row { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 21px; font-size: .86rem; font-weight: 800; text-decoration: none; border-radius: 999px; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal-dark); }
.button-primary:hover { background: var(--teal); }
.button-light { color: var(--teal-dark); background: white; }
.text-arrow { display: inline-flex; gap: 8px; align-items: center; color: var(--teal-dark); font-size: .88rem; font-weight: 800; text-decoration: none; }
.text-arrow span { font-size: 1.2rem; transition: transform .18s ease; }
.text-arrow:hover span { transform: translateX(4px); }
.info-card-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--teal); background: #e4f4f3; border: 1px solid #c8e6e4; border-radius: 12px; }
.info-card-icon svg { width: 23px; height: 23px; }
.info-card-icon path, .info-card-icon circle { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero-media { position: relative; margin: 0; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 22px 60px rgb(6 77 80 / 13%); }
.hero-media video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #062f31; border-radius: 14px; }
.hero-media figcaption { padding: 10px 3px 0; color: var(--muted); font-size: .72rem; text-align: right; }

/* Home em quadros de tela inteira */
.home-page { --home-header-height: 82px; display: grid; grid-template-rows: var(--home-header-height) minmax(0, 1fr); height: 100dvh; min-height: 0; overflow: hidden; background: #e7f0ef; }
.home-snap { height: 100%; min-height: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; scroll-behavior: smooth; scroll-padding: 0; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.home-panel { position: relative; display: flex; width: 100%; min-height: 100%; height: 100%; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; }
.home-panel-video { align-items: center; justify-content: center; padding: clamp(18px, 2.8vh, 28px) clamp(20px, 2.7vw, 46px); background: radial-gradient(circle at 50% 18%, #1d5a5d 0%, #0b3538 48%, #05292b 100%); }
.home-video-stage { position: relative; width: min(100%, 1540px); height: 100%; max-height: 820px; overflow: hidden; background: var(--teal-dark); border: 1px solid rgb(255 255 255 / 14%); border-radius: 16px; box-shadow: 0 32px 85px rgb(0 18 20 / 42%); isolation: isolate; }
.home-video-stage::before { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 52% 36%, transparent 28%, rgb(1 23 25 / 24%) 100%), linear-gradient(110deg, rgb(3 47 49 / 22%), transparent 48%); }
.home-video-stage video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.06) brightness(.9); }
.home-video-overlay { position: absolute; z-index: 1; inset: 28% 0 0; pointer-events: none; background: linear-gradient(transparent 4%, rgb(2 27 29 / 12%) 32%, rgb(2 25 27 / 88%) 100%); }
.home-video-stage h1 { position: absolute; right: clamp(28px, 5vw, 78px); bottom: clamp(34px, 7.5vh, 72px); left: clamp(28px, 5vw, 78px); z-index: 2; max-width: 900px; margin: 0; color: white; font-size: clamp(3.5rem, 6.2vw, 6rem); font-weight: 580; letter-spacing: -.065em; line-height: .9; text-shadow: 0 8px 38px rgb(0 0 0 / 42%); text-wrap: balance; pointer-events: none; }
.home-video-stage h1::before { display: block; width: 52px; height: 3px; margin-bottom: 22px; content: ""; background: #47d1cf; border-radius: 999px; box-shadow: 0 0 25px rgb(71 209 207 / 45%); }
.home-panel-company { flex-direction: column; justify-content: space-between; padding: clamp(22px, 3.2vh, 34px) 0 10px; background: linear-gradient(145deg, #f5f9f8 0%, #eaf3f2 100%); }
.home-company-content { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; flex: 1; min-height: 0; }
.home-company-heading { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 6vw, 90px); align-items: end; }
.home-company-heading .eyebrow { margin-bottom: 8px; }
.home-company-heading h2 { margin-top: 0; color: var(--teal-dark); font-size: clamp(2.65rem, 4vw, 3.7rem); font-weight: 590; letter-spacing: -.06em; line-height: .9; }
.home-company-heading > p { max-width: 560px; margin: 0 0 2px; color: #49686a; font-size: .86rem; line-height: 1.55; }
.operation-showcase { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 2px; min-height: 0; margin: clamp(12px, 1.8vh, 20px) 0; overflow: hidden; background: #174b4d; border: 1px solid rgb(6 77 80 / 13%); border-radius: 18px; box-shadow: 0 18px 44px rgb(6 56 59 / 14%); }
.operation-card { position: relative; min-width: 0; min-height: 0; overflow: hidden; color: white; background: var(--teal-dark); border-radius: 0; isolation: isolate; }
.operation-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(120deg, rgb(4 93 94 / 18%), transparent 55%); }
.operation-card::after { position: absolute; z-index: -1; inset: 18% 0 0; content: ""; background: linear-gradient(transparent 5%, rgb(1 26 28 / 28%) 48%, rgb(1 25 27 / 93%) 100%); }
.operation-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05) brightness(.9); transition: transform .65s ease, filter .65s ease; }
.operation-card:hover img { transform: scale(1.018); filter: saturate(.86) contrast(1.06) brightness(.94); }
.operation-card > div { position: absolute; right: clamp(16px, 2vw, 28px); bottom: clamp(15px, 2.2vh, 25px); left: clamp(16px, 2vw, 28px); display: flex; flex-direction: column; }
.operation-card strong { font-size: clamp(1.65rem, 2.45vw, 2.35rem); font-weight: 620; letter-spacing: -.055em; line-height: .95; text-shadow: 0 4px 18px rgb(0 0 0 / 25%); }
.operation-card span { margin-top: 8px; color: rgb(255 255 255 / 76%); font-size: .69rem; font-weight: 650; letter-spacing: .025em; line-height: 1.35; }
.operation-capacity { grid-row: 1 / 3; }
.operation-structure { grid-column: 2 / 4; }
.operation-fleet img { object-position: center 62%; }
.operation-coverage img { object-position: center 46%; }
.home-company-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 0; }
.home-company-bottom > p { max-width: 470px; margin: 0; color: #49686a; font-size: .82rem; }
.home-company-bottom > div { display: flex; align-items: center; gap: 21px; }
.home-company-bottom .button { min-height: 42px; padding-block: 9px; }
.home-mini-footer { display: flex; justify-content: space-between; padding-top: 8px; color: var(--muted); font-size: .62rem; border-top: 1px solid var(--line); }

/* Serviços em quatro quadros de tela inteira */
.services-page { height: 100svh; overflow: hidden; }
.services-snap { height: calc(100svh - 82px); overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.service-screen { position: relative; display: flex; min-height: 100%; height: 100%; overflow: hidden; padding: clamp(28px, 4.5vh, 52px) 0; scroll-snap-align: start; scroll-snap-stop: always; }
.hygiene-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr); gap: clamp(45px, 7vw, 105px); align-items: center; height: 100%; }
.service-intro h1 { max-width: 690px; font-size: clamp(2.65rem, 4.6vw, 4.15rem); }
.service-intro > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 1rem; }
.hygiene-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.hygiene-points span, .sewing-features span { padding: 8px 12px; color: var(--teal-dark); font-size: .7rem; font-weight: 800; background: #e2f1f0; border-radius: 999px; }
.hygiene-video { align-self: stretch; display: flex; flex-direction: column; min-height: 0; margin: 0; padding: 9px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 22px 60px rgb(6 77 80 / 12%); }
.hygiene-video video { width: 100%; min-height: 0; flex: 1; object-fit: cover; background: var(--teal-dark); border-radius: 11px; }
.hygiene-video figcaption { padding: 8px 3px 0; color: var(--muted); font-size: .68rem; }
.service-rental { background: var(--pale); }
.rental-content, .service-cycle-content { display: grid; grid-template-rows: auto minmax(0, 1fr); min-height: 0; }
.service-screen-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.service-screen-heading h2 { max-width: 720px; font-size: clamp(2.3rem, 3.7vw, 3.2rem); }
.service-screen-heading > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); font-size: .88rem; }
.rental-showcase { display: grid; grid-template-columns: 1.16fr .82fr .82fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 11px; min-height: 0; margin-top: clamp(18px, 3vh, 32px); }
.rental-photo { position: relative; min-width: 0; min-height: 0; overflow: hidden; margin: 0; color: white; background: var(--teal-dark); border-radius: 14px; }
.rental-photo::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgb(2 40 42 / 82%)); }
.rental-photo img { width: 100%; height: 100%; object-fit: cover; }
.rental-photo figcaption { position: absolute; z-index: 1; right: 18px; bottom: 15px; left: 18px; font-size: .72rem; font-weight: 800; }
.rental-photo-main { grid-row: 1 / 3; }
.rental-benefit { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; min-height: 0; padding: clamp(18px, 2.2vw, 27px); overflow: hidden; background: linear-gradient(145deg, #fff, #eef8f7); border: 1px solid #cae1df; border-radius: 14px; box-shadow: 0 12px 28px rgb(6 77 80 / 7%); }
.rental-benefit::after { position: absolute; top: -42px; right: -36px; width: 110px; height: 110px; content: ""; background: rgb(17 191 193 / 8%); border-radius: 50%; }
.rental-benefit .info-card-icon { position: relative; z-index: 1; margin-bottom: auto; }
.rental-benefit h3 { position: relative; z-index: 1; margin-top: 14px; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.rental-benefit p { margin: 8px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.rental-benefit-accent { color: white; background: var(--teal-dark); border-color: var(--teal-dark); }
.rental-benefit-accent::after { background: rgb(126 224 223 / 10%); }
.rental-benefit-accent .info-card-icon { color: #8be0dd; background: rgb(255 255 255 / 10%); border-color: rgb(255 255 255 / 15%); }
.rental-benefit-accent p { color: rgb(255 255 255 / 68%); }
.service-cycle-screen { background: #fff; }
.compact-service-heading { grid-template-columns: 1.3fr .7fr; }
.service-cycle-flow { position: relative; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; align-self: center; padding: 0; margin: 28px 0 0; list-style: none; }
.service-cycle-flow::before { position: absolute; top: 41px; right: 5%; left: 5%; height: 2px; content: ""; background: #acd5d3; }
.service-cycle-flow li { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; min-width: 0; padding: 0 8px; text-align: center; }
.service-cycle-icon { display: grid; place-items: center; width: 82px; height: 82px; color: var(--teal); background: #e7f4f3; border: 7px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #bcd6d5; }
.service-cycle-icon svg { width: 37px; height: 37px; }
.service-cycle-icon path, .service-cycle-icon circle { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-cycle-flow li > span { margin-top: 14px; color: var(--teal); font-size: .63rem; font-weight: 800; }
.service-cycle-flow h3 { margin-top: 2px; font-size: 1rem; }
.service-cycle-flow p { margin: 5px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.35; }
.cycle-continuity { align-self: end; justify-self: center; display: flex; align-items: center; gap: 9px; margin: 0; padding: 10px 16px; color: var(--teal-dark); font-size: .72rem; font-weight: 800; background: #e7f4f3; border-radius: 999px; }
.cycle-continuity span { font-size: 1.3rem; }
.service-sewing { flex-direction: column; justify-content: space-between; padding-bottom: 12px; background: var(--pale); }
.sewing-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(38px, 6vw, 82px); align-items: center; flex: 1; min-height: 0; }
.sewing-copy h2 { max-width: 600px; font-size: clamp(2.25rem, 3.7vw, 3.25rem); }
.sewing-copy > p:not(.eyebrow) { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: .9rem; }
.sewing-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.sewing-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; height: min(63vh, 560px); min-height: 0; }
.sewing-gallery figure { min-width: 0; min-height: 0; overflow: hidden; margin: 0; border-radius: 14px; }
.sewing-gallery .sewing-main { grid-row: 1 / 3; }
.sewing-gallery img { width: 100%; height: 100%; object-fit: cover; }
.sewing-gallery .sewing-main img { object-position: 46% center; }
.services-mini-footer { display: flex; justify-content: space-between; padding-top: 10px; color: var(--muted); font-size: .67rem; border-top: 1px solid var(--line); }

/* Tecnologia em três quadros de tela inteira */
.technology-page { height: 100svh; overflow: hidden; }
.technology-snap { height: calc(100svh - 82px); overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.technology-screen { position: relative; display: flex; min-height: 100%; height: 100%; overflow: hidden; padding: clamp(28px, 4.5vh, 50px) 0; scroll-snap-align: start; scroll-snap-stop: always; }
.technology-hero { background: linear-gradient(135deg, #f3f8f7 0%, #fff 58%); }
.technology-hero-layout { display: grid; grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr); gap: clamp(40px, 5.5vw, 78px); align-items: center; height: 100%; }
.technology-hero-copy h1 { max-width: 520px; font-size: clamp(2.9rem, 4.7vw, 4.3rem); }
.technology-hero-copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 0; color: var(--muted); font-size: .96rem; }
.technology-watch { display: flex; align-items: center; gap: 11px; margin-top: 30px; color: var(--teal-dark); }
.technology-watch span { display: grid; place-items: center; width: 38px; height: 38px; padding-left: 2px; color: white; background: var(--teal); border-radius: 50%; }
.technology-watch strong { font-size: .76rem; }
.technology-main-video { display: flex; flex-direction: column; min-width: 0; min-height: 0; margin: 0; padding: 9px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 65px rgb(6 77 80 / 15%); }
.technology-main-video video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--teal-dark); border-radius: 11px; }
.technology-main-video figcaption { padding: 8px 3px 0; color: var(--muted); font-size: .67rem; }
.technology-tracking { background: var(--pale); }
.tracking-content, .automation-content { display: grid; grid-template-rows: auto minmax(0, 1fr); min-height: 0; }
.technology-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: end; }
.technology-heading h2 { max-width: 710px; font-size: clamp(2.25rem, 3.5vw, 3.15rem); }
.technology-heading > p { max-width: 550px; margin: 0 0 4px; color: var(--muted); font-size: .86rem; }
.tracking-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 12px; min-height: 0; margin-top: clamp(18px, 2.8vh, 30px); }
.tracking-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; min-height: 0; }
.tracking-benefits article { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); grid-template-rows: auto 1fr; column-gap: 13px; min-width: 0; min-height: 0; padding: clamp(17px, 2vw, 25px); overflow: hidden; background: linear-gradient(145deg, #fff, #eef8f7); border: 1px solid #cae1df; border-radius: 13px; box-shadow: 0 10px 25px rgb(6 77 80 / 6%); }
.tracking-benefits article::after { position: absolute; right: -28px; bottom: -38px; width: 100px; height: 100px; content: ""; background: rgb(17 191 193 / 7%); border-radius: 50%; }
.tracking-benefits .info-card-icon { grid-row: 1 / 3; width: 38px; height: 38px; border-radius: 10px; }
.tracking-benefits h3 { align-self: end; font-size: clamp(1rem, 1.35vw, 1.2rem); }
.tracking-benefits p { margin: 7px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.tracking-benefits .tracking-benefit-accent { color: white; background: var(--teal-dark); border-color: var(--teal-dark); }
.tracking-benefit-accent::after { background: rgb(126 224 223 / 10%) !important; }
.tracking-benefit-accent .info-card-icon { color: #8be0dd; background: rgb(255 255 255 / 10%); border-color: rgb(255 255 255 / 15%); }
.tracking-benefit-accent p { color: rgb(255 255 255 / 68%); }
.tracking-media { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; min-height: 0; }
.tracking-media figure { display: grid; grid-template-columns: 1fr auto; min-width: 0; min-height: 0; overflow: hidden; margin: 0; padding: 7px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.tracking-media video { width: 100%; height: 100%; min-height: 0; object-fit: cover; background: var(--teal-dark); border-radius: 8px; }
.tracking-media figcaption { align-self: end; width: 135px; padding: 12px 8px 5px 12px; color: var(--muted); font-size: .66rem; font-weight: 700; line-height: 1.4; }
.technology-automation { flex-direction: column; justify-content: space-between; padding-bottom: 12px; }
.automation-heading { grid-template-columns: 1.1fr .9fr; }
.automation-showcase { display: grid; grid-template-columns: 1.18fr .91fr .91fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; min-height: 0; margin-top: clamp(18px, 2.7vh, 28px); }
.automation-showcase figure { position: relative; min-width: 0; min-height: 0; overflow: hidden; margin: 0; color: white; background: var(--teal-dark); border-radius: 13px; }
.automation-showcase figure::after { position: absolute; inset: 42% 0 0; content: ""; background: linear-gradient(transparent, rgb(2 37 39 / 88%)); pointer-events: none; }
.automation-showcase img, .automation-showcase video { width: 100%; height: 100%; object-fit: cover; }
.automation-showcase figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; display: flex; flex-direction: column; font-size: .69rem; font-weight: 800; }
.automation-showcase figcaption span { margin-top: 3px; color: rgb(255 255 255 / 70%); font-size: .62rem; font-weight: 500; }
.automation-tunnel { grid-row: 1 / 3; }
.automation-summary { grid-column: 2 / 4; display: grid; grid-template-columns: .7fr 1.3fr; grid-template-rows: auto 1fr; column-gap: 24px; min-width: 0; min-height: 0; padding: clamp(17px, 2.2vw, 26px); color: white; background: var(--teal-dark); border-radius: 13px; }
.automation-summary > span { color: #7de0df; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.automation-summary h3 { grid-row: 2; align-self: end; font-size: clamp(1.1rem, 1.7vw, 1.45rem); }
.automation-summary > p { grid-column: 2; margin: 0; color: rgb(255 255 255 / 67%); font-size: .7rem; }
.automation-summary > div { grid-column: 2; align-self: end; display: flex; flex-wrap: wrap; gap: 6px; }
.automation-summary b { padding: 5px 8px; color: #c4eeee; font-size: .57rem; background: rgb(255 255 255 / 8%); border-radius: 999px; }
.technology-mini-footer { display: flex; justify-content: space-between; padding-top: 9px; color: var(--muted); font-size: .67rem; border-top: 1px solid var(--line); }
.technology-mini-footer a { color: var(--teal-dark); font-weight: 800; text-decoration: none; }

.fact-strip { color: white; background: var(--teal-dark); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts div { padding: 27px 24px; border-right: 1px solid rgb(255 255 255 / 14%); }
.facts div:first-child { border-left: 1px solid rgb(255 255 255 / 14%); }
.facts strong, .facts span { display: block; }
.facts strong { font-size: 1.45rem; letter-spacing: -.03em; }
.facts span { margin-top: 4px; color: rgb(255 255 255 / 65%); font-size: .76rem; }

.section { padding: 88px 0; }
.pale-section { background: var(--pale); }
.section-head { display: grid; grid-template-columns: 1.15fr .75fr; gap: 80px; align-items: end; }
.section-head > p { margin: 0; color: var(--muted); }
.compact-head h2 { max-width: 720px; }
.teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
.teaser-card { display: flex; flex-direction: column; min-height: 290px; padding: 28px; text-decoration: none; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.teaser-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgb(6 77 80 / 10%); }
.teaser-card > span { color: var(--teal); font-size: .7rem; font-weight: 800; }
.teaser-card h3 { margin-top: auto; }
.teaser-card p { margin: 12px 0 22px; color: var(--muted); font-size: .9rem; }
.teaser-card b { color: var(--teal); font-size: .78rem; }
.teal-card { color: white; background: var(--teal-dark); border-color: var(--teal-dark); }
.teal-card > span, .teal-card b { color: #77dddd; }
.teal-card p { color: rgb(255 255 255 / 68%); }
.image-copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.image-copy-grid > img { width: 100%; min-height: 360px; object-fit: cover; background: white; border-radius: var(--radius); }
.image-copy-grid h2 { max-width: 520px; }
.image-copy-grid p:not(.eyebrow) { max-width: 540px; margin: 21px 0 25px; color: var(--muted); }
.cta-band { padding: 62px 0; color: white; background: var(--teal); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.cta-inner h2 { max-width: 700px; }

.page-hero { padding: 67px 0 60px; background: var(--pale); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.page-hero h1 { font-size: clamp(2.5rem, 4.6vw, 3.7rem); }
.page-hero p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.04rem; }
.content-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.content-grid.reverse { grid-template-columns: 1.1fr .9fr; }
.content-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); }
.content-copy ul { padding: 0; margin: 28px 0 0; list-style: none; }
.content-copy li { padding: 13px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
.content-copy li::before { margin-right: 10px; color: var(--aqua); content: "●"; font-size: .65rem; }
.content-media { margin: 0; }
.content-media img, .content-media video { width: 100%; max-height: 590px; object-fit: cover; background: #edf4f3; border-radius: var(--radius); }
.content-media figcaption { margin-top: 9px; color: var(--muted); font-size: .72rem; }
.service-row { padding: 78px 0; border-bottom: 1px solid var(--line); }
.service-row:last-child { border-bottom: 0; }
.mini-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.mini-facts div { padding: 20px; background: var(--pale); border-radius: 12px; }
.mini-facts strong, .mini-facts span { display: block; }
.mini-facts strong { font-size: 1.22rem; }
.mini-facts span { margin-top: 3px; color: var(--muted); font-size: .75rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.process-grid article { min-height: 180px; padding: 25px; background: white; }
.process-grid span { color: var(--teal); font-size: .68rem; font-weight: 800; }
.process-grid h3 { margin-top: 34px; font-size: 1.08rem; }
.process-grid p { margin: 7px 0 0; color: var(--muted); font-size: .84rem; }
.operation-section { overflow: hidden; }
.cycle-diagram { position: relative; max-width: 1040px; height: 720px; margin-top: 48px; }
.cycle-ring { position: absolute; top: 10px; left: 50%; width: 900px; height: 700px; overflow: visible; transform: translateX(-50%); }
.cycle-ring > path { fill: none; stroke: #9bd3d1; stroke-width: 2.2; marker-end: url(#cycle-arrow); }
.cycle-ring marker path { fill: var(--teal); stroke: none; }
.cycle-center { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 250px; height: 250px; text-align: center; background: var(--teal-dark); border: 12px solid #e7f3f2; border-radius: 50%; box-shadow: 0 18px 48px rgb(6 77 80 / 17%); transform: translate(-50%, -50%); }
.cycle-center span { color: #7de0df; font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cycle-center strong { margin-top: 7px; color: white; font-size: 1.45rem; letter-spacing: -.03em; }
.cycle-center small { max-width: 135px; margin-top: 5px; color: rgb(255 255 255 / 62%); font-size: .7rem; line-height: 1.4; }
.cycle-steps { padding: 0; margin: 0; list-style: none; }
.cycle-step { position: absolute; z-index: 2; display: grid; grid-template-columns: 48px 1fr; gap: 13px; width: 235px; min-height: 126px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 13px 35px rgb(6 77 80 / 10%); }
.cycle-step.step-one { top: 0; left: 50%; transform: translateX(-50%); }
.cycle-step.step-two { top: 150px; right: 0; }
.cycle-step.step-three { right: 0; bottom: 126px; }
.cycle-step.step-four { bottom: 0; left: 50%; transform: translateX(-50%); }
.cycle-step.step-five { bottom: 126px; left: 0; }
.cycle-step.step-six { top: 150px; left: 0; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--teal); background: #e8f6f5; border-radius: 50%; }
.step-icon svg { width: 28px; height: 28px; }
.step-icon svg path, .step-icon svg circle { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cycle-step span { color: var(--teal); font-size: .65rem; font-weight: 800; }
.cycle-step h3 { margin-top: 2px; font-size: 1rem; }
.cycle-step p { margin: 5px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.mobile-cycle-return { display: none; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.video-card { margin: 0; padding: 9px; background: var(--pale); border-radius: var(--radius); }
.video-card video { width: 100%; aspect-ratio: 9/16; object-fit: cover; background: var(--teal-dark); border-radius: 12px; }
.video-card figcaption { padding: 12px 5px 5px; font-size: .84rem; font-weight: 700; }
.project-box { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; color: white; background: var(--teal-dark); border-radius: var(--radius); }
.project-box > div { align-self: center; padding: 42px; }
.project-box img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.project-label { display: inline-block; margin-top: 20px; padding: 6px 9px; color: #bdebea; background: rgb(255 255 255 / 8%); border-radius: 5px; font-size: .68rem; font-weight: 800; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { padding: 28px; background: var(--pale); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card span { display: block; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a, .contact-card address { display: block; margin-top: 16px; color: var(--ink); font-size: 1.08rem; font-weight: 700; font-style: normal; text-decoration: none; }

/* Estrutura em quadros de tela inteira */
.structure-page { height: 100svh; overflow: hidden; }
.structure-snap { height: calc(100svh - 82px); overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.structure-screen { position: relative; display: flex; height: 100%; min-height: 100%; padding: clamp(22px, 3.8vh, 42px) 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; }
.structure-content { display: grid; grid-template-rows: auto minmax(0, 1fr); min-height: 0; }
.structure-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.structure-heading h2 { max-width: 680px; }
.structure-heading > p { max-width: 500px; margin: 0; color: rgb(255 255 255 / 67%); font-size: .88rem; }
.structure-heading-dark > p { color: var(--muted); }

.structure-overview { background: linear-gradient(130deg, #edf8f7 0%, #fff 64%); }
.structure-overview-layout { display: grid; grid-template-columns: .78fr 1.22fr; grid-template-rows: minmax(0, 1fr) auto; gap: 20px 42px; min-height: 0; }
.structure-overview-copy { align-self: center; }
.structure-overview-copy h1 { max-width: 550px; font-size: clamp(3rem, 5.3vw, 4.3rem); }
.structure-overview-copy > p:not(.eyebrow) { max-width: 500px; margin: 22px 0 0; color: var(--muted); font-size: .95rem; }
.structure-main-photo { position: relative; grid-column: 2; grid-row: 1 / 3; min-height: 0; margin: 0; overflow: hidden; background: var(--teal-dark); border-radius: 18px; }
.structure-main-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 60%, rgb(2 35 37 / 72%)); }
.structure-main-photo img { width: 100%; height: 100%; object-fit: cover; }
.structure-main-photo figcaption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; color: white; font-size: .67rem; font-weight: 750; }
.structure-overview-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.structure-overview-facts article { padding: 19px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.structure-overview-facts strong, .structure-overview-facts span { display: block; }
.structure-overview-facts strong { font-size: clamp(1.25rem, 2vw, 1.75rem); letter-spacing: -.04em; }
.structure-overview-facts span { margin-top: 3px; color: var(--muted); font-size: .65rem; }

.structure-production { color: white; background: var(--teal-dark); }
.structure-production-grid { display: grid; grid-template-columns: 1.08fr .96fr .96fr; grid-template-rows: 1.05fr .72fr; gap: 10px; min-height: 0; margin-top: 22px; }
.structure-production-grid figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #0a3e40; border-radius: 14px; }
.structure-production-grid figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 46%, rgb(2 31 33 / 82%)); }
.structure-production-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.structure-production-main { grid-row: 1 / 3; }
.structure-production-grid figcaption { position: absolute; z-index: 1; right: 15px; bottom: 13px; left: 15px; display: flex; gap: 10px; align-items: flex-start; }
.structure-production-grid figcaption > span { color: #7de0df; font-size: .57rem; font-weight: 850; }
.structure-production-grid figcaption strong, .structure-production-grid figcaption small { display: block; }
.structure-production-grid figcaption strong { font-size: .82rem; }
.structure-production-grid figcaption small { margin-top: 2px; color: rgb(255 255 255 / 66%); font-size: .55rem; }
.structure-production-summary { position: relative; grid-column: 2 / 4; display: grid; grid-template-columns: .82fr 1.18fr; gap: 8px 26px; align-content: center; padding: 21px 25px; overflow: hidden; color: white; background: radial-gradient(circle at 90% 18%, rgb(61 206 200 / 32%), transparent 34%), linear-gradient(135deg, #0b6d70 0%, #07575a 52%, #063f42 100%); border: 1px solid rgb(126 224 220 / 34%); border-radius: 14px; box-shadow: 0 18px 38px rgb(0 22 24 / 24%); isolation: isolate; }
.structure-production-summary::before { position: absolute; z-index: -1; right: -74px; bottom: -106px; width: 250px; height: 250px; content: ""; border: 1px solid rgb(139 231 227 / 18%); border-radius: 50%; box-shadow: 0 0 0 34px rgb(139 231 227 / 5%), 0 0 0 68px rgb(139 231 227 / 4%); }
.structure-production-summary > span { grid-column: 1; display: flex; gap: 7px; align-items: center; color: #93eeeb; font-size: .57rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.structure-production-summary > span::before { width: 7px; height: 7px; content: ""; background: #66d8d4; border: 2px solid rgb(255 255 255 / 34%); border-radius: 50%; box-shadow: 0 0 0 4px rgb(102 216 212 / 12%); }
.structure-production-summary h3 { grid-column: 1; color: white; font-size: 1.28rem; }
.structure-production-summary p { grid-column: 2; grid-row: 1 / 3; align-self: center; margin: 0; color: rgb(255 255 255 / 72%); font-size: .66rem; line-height: 1.55; }
.structure-production-summary > div { grid-column: 1 / 3; display: flex; flex-wrap: wrap; gap: 6px; padding-top: 3px; }
.structure-production-summary b { padding: 5px 9px; color: white; font-size: .51rem; font-weight: 750; background: rgb(255 255 255 / 11%); border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; box-shadow: inset 0 1px rgb(255 255 255 / 8%); }

.structure-logistics { padding-bottom: 9px; background: #f1f7f6; }
.structure-logistics-content { grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; }
.structure-logistics-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: minmax(0, 1fr); gap: 10px; min-height: 0; margin-top: 18px; }
.structure-logistics-grid article { position: relative; min-height: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; }
.structure-fleet-card { grid-row: 1; }
.structure-fleet-card::after, .structure-coverage-card::after, .structure-expansion-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 38%, rgb(2 36 38 / 80%)); }
.structure-fleet-card img, .structure-coverage-card img, .structure-expansion-card img { width: 100%; height: 100%; object-fit: cover; }
.structure-fleet-card img { object-fit: cover; object-position: 54% center; background: linear-gradient(145deg, #fff, #eaf5f4); }
.structure-fleet-copy { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; color: white; }
.structure-fleet-copy > span, .structure-coverage-card span, .structure-expansion-card span { color: #7de0df; font-size: .57rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.structure-fleet-copy h3 { margin-top: 5px; font-size: 1.45rem; }
.structure-fleet-copy p { max-width: 430px; margin: 7px 0; color: rgb(255 255 255 / 68%); font-size: .67rem; }
.structure-fleet-copy strong { font-size: 1rem; }
.structure-coverage-card > div, .structure-expansion-card > div { position: absolute; z-index: 2; right: 18px; bottom: 14px; left: 18px; color: white; }
.structure-coverage-card h3, .structure-expansion-card h3 { margin-top: 3px; font-size: 1.02rem; }
.structure-expansion-card p { margin: 3px 0 5px; color: rgb(255 255 255 / 68%); font-size: .58rem; }
.structure-expansion-card b { display: inline-block; padding: 3px 6px; color: white; font-size: .47rem; background: rgb(255 255 255 / 14%); border-radius: 4px; }
.structure-fleet-story { display: flex; flex-direction: column; padding: clamp(20px, 2vw, 28px); color: white; background: radial-gradient(circle at 92% 8%, rgb(90 223 218 / 25%), transparent 32%), linear-gradient(145deg, #087175 0%, #07595c 56%, #06484b 100%) !important; border-color: rgb(7 88 91 / 28%) !important; box-shadow: 0 18px 42px rgb(3 54 56 / 13%); isolation: isolate; }
.structure-fleet-story::after { position: absolute; z-index: -1; right: -92px; bottom: -116px; width: 280px; height: 280px; pointer-events: none; content: ""; border: 1px solid rgb(126 224 220 / 15%); border-radius: 50%; box-shadow: 0 0 0 38px rgb(126 224 220 / 5%), 0 0 0 76px rgb(126 224 220 / 3%); }
.structure-fleet-story-intro > span { color: #8ae6e2; font-size: .57rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.structure-fleet-story-intro h3 { max-width: 390px; margin-top: 7px; color: white; font-size: clamp(1.4rem, 2vw, 1.85rem); line-height: 1.03; }
.structure-fleet-story-intro p { max-width: 430px; margin: 9px 0 0; color: rgb(255 255 255 / 70%); font-size: .65rem; line-height: 1.45; }
.structure-fleet-pillars { display: grid; gap: 0; margin-top: auto; }
.structure-fleet-pillars > div { display: grid; grid-template-columns: .78fr 1.22fr; gap: 16px; align-items: start; padding: 10px 0; border-top: 1px solid rgb(255 255 255 / 15%); }
.structure-fleet-pillars strong { color: white; font-size: .64rem; }
.structure-fleet-pillars span { color: rgb(255 255 255 / 62%); font-size: .54rem; line-height: 1.4; }
.structure-fleet-story-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 4px; padding-top: 9px; border-top: 1px solid rgb(255 255 255 / 15%); }
.structure-fleet-story-footer strong { color: #8ae6e2; font-size: clamp(1.15rem, 1.8vw, 1.55rem); letter-spacing: -.04em; line-height: 1; }
.structure-fleet-story-footer span { color: rgb(255 255 255 / 55%); font-size: .54rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.structure-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; color: var(--muted); font-size: .61rem; }
.structure-bottom a { color: var(--teal-dark); font-weight: 850; text-decoration: none; }

/* Catálogo em quadros de tela inteira */
.catalog-page { height: 100svh; overflow: hidden; }
.catalog-snap { height: calc(100svh - 82px); overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.catalog-screen { position: relative; display: flex; height: 100%; min-height: 100%; padding: clamp(22px, 3.8vh, 42px) 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; }
.catalog-content { display: grid; grid-template-rows: auto minmax(0, 1fr); min-height: 0; }
.catalog-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.catalog-heading h2 { max-width: 650px; }
.catalog-heading > p { max-width: 510px; margin: 0; color: rgb(255 255 255 / 67%); font-size: .9rem; }
.catalog-heading-dark > p { color: var(--muted); }

.catalog-intro { flex-direction: column; background: linear-gradient(130deg, #edf8f7 0%, #fff 62%); }
.catalog-intro-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 45px; align-items: center; flex: 1; min-height: 0; }
.catalog-intro-copy h1 { max-width: 570px; font-size: clamp(3rem, 5.4vw, 4.35rem); }
.catalog-intro-copy > p:not(.eyebrow) { max-width: 515px; margin: 23px 0 0; color: var(--muted); font-size: .98rem; }
.catalog-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.catalog-actions > span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-collage { position: relative; align-self: stretch; min-height: 0; }
.catalog-collage-orbit { position: absolute; inset: 5% 4% 4% 15%; background: radial-gradient(circle at 55% 48%, #d9efed 0 34%, transparent 35%), linear-gradient(145deg, transparent 35%, rgb(8 127 130 / 12%) 36% 38%, transparent 39%); border: 1px solid #d7ebe9; border-radius: 50%; }
.catalog-collage img { position: absolute; object-fit: contain; filter: drop-shadow(0 20px 23px rgb(6 77 80 / 12%)); }
.catalog-collage-people { z-index: 2; right: 3%; bottom: 2%; width: 66%; height: 94%; transform: scale(1.55); }
.catalog-collage-linen { z-index: 3; bottom: 4%; left: 0; width: 47%; height: 36%; }
.catalog-collage-blanket { z-index: 1; top: 4%; left: 2%; width: 38%; height: 30%; }
.catalog-category-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.catalog-category-strip span { display: flex; align-items: center; gap: 12px; padding: 14px 20px; font-size: .78rem; font-weight: 750; border-right: 1px solid var(--line); }
.catalog-category-strip span:last-child { border-right: 0; }
.catalog-category-strip b { color: var(--teal); font-size: .62rem; }

.catalog-apparel { color: white; background: var(--teal-dark); }
.catalog-apparel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; min-height: 0; margin-top: 24px; }
.catalog-product-card { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 0; padding: 15px 20px 18px; overflow: hidden; color: var(--ink); background: linear-gradient(155deg, #fff 15%, #eaf6f5 100%); border: 1px solid #c8dfdd; border-radius: 16px; box-shadow: 0 14px 32px rgb(5 64 66 / 8%); }
.catalog-product-card::after { position: absolute; top: 0; right: 0; width: 42%; height: 100%; content: ""; background: linear-gradient(150deg, transparent 20%, rgb(17 191 193 / 8%)); }
.catalog-product-number { position: absolute; top: 15px; left: 17px; z-index: 2; color: var(--teal); font-size: .66rem; font-weight: 850; }
.catalog-product-card img { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 0; object-fit: contain; transform: scale(1.48); }
.catalog-product-card > div { position: relative; z-index: 2; padding-top: 10px; border-top: 1px solid var(--line); }
.catalog-product-card h3 { font-size: clamp(1.1rem, 1.8vw, 1.45rem); }
.catalog-product-card p { margin: 5px 0 1px; color: var(--muted); font-size: .72rem; }
.catalog-product-card small { color: var(--teal); font-size: .62rem; font-weight: 800; }
.catalog-product-accent { background: #b9e7e4; }

.catalog-bed { background: #f3f7f6; }
.catalog-bed-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; min-height: 0; margin-top: 24px; }
.catalog-bed-grid article { position: relative; min-height: 0; overflow: hidden; background: linear-gradient(145deg, #fff, #edf7f6); border: 1px solid #c8dfdd; border-radius: 16px; box-shadow: 0 12px 28px rgb(5 64 66 / 7%); }
.catalog-bed-feature { grid-row: 1 / 3; }
.catalog-bed-grid img { position: absolute; object-fit: contain; }
.catalog-bed-feature img { right: -4%; bottom: -3%; width: 85%; height: 75%; }
.catalog-product-copy { position: relative; z-index: 2; max-width: 300px; padding: 28px; }
.catalog-product-copy span, .catalog-bed-small span { color: var(--teal); font-size: .65rem; font-weight: 850; }
.catalog-product-copy h3 { margin-top: 7px; font-size: 1.65rem; }
.catalog-product-copy p { margin: 10px 0 15px; color: var(--muted); font-size: .76rem; }
.catalog-product-copy b, .catalog-product-copy small { display: block; font-size: .68rem; }
.catalog-product-copy small { margin-top: 3px; color: var(--teal); }
.catalog-bed-small > div { position: relative; z-index: 2; width: 47%; padding: 22px; }
.catalog-bed-small h3 { margin-top: 5px; font-size: 1.25rem; }
.catalog-bed-small p { margin: 7px 0 0; color: var(--muted); font-size: .7rem; }
.catalog-bed-small small { display: block; margin-top: 2px; color: var(--teal); font-size: .59rem; font-weight: 800; }
.catalog-bed-small img { right: 1%; bottom: 0; width: 58%; height: 92%; }
.catalog-bed-blanket { color: white; background: var(--teal-dark) !important; border-color: var(--teal-dark) !important; }
.catalog-bed-blanket p { color: rgb(255 255 255 / 65%); }
.catalog-bed-blanket img { filter: drop-shadow(0 12px 15px rgb(0 0 0 / 16%)); }

.catalog-care { background: linear-gradient(145deg, #eef7f6, #fff); }
.catalog-care { padding-block: clamp(16px, 2.4vh, 25px) 9px; }
.catalog-care-content { grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; }
.catalog-care-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: .78fr 1.22fr; gap: 9px; min-height: 0; margin-top: 12px; }
.catalog-care-grid > article { position: relative; display: grid; grid-template-columns: 44% 56%; align-items: center; min-height: 0; padding: 12px; overflow: hidden; background: linear-gradient(145deg, #fff, #edf7f6); border: 1px solid #c8dfdd; border-radius: 14px; box-shadow: 0 10px 25px rgb(5 64 66 / 7%); }
.catalog-care-grid > article > span { position: absolute; top: 10px; left: 12px; color: var(--teal); font-size: .6rem; font-weight: 850; }
.catalog-care-grid > article > img { width: 100%; height: 100%; min-height: 0; object-fit: contain; transform: scale(1.25); }
.catalog-care-grid h3 { font-size: 1rem; }
.catalog-care-grid p { margin: 5px 0 0; color: var(--muted); font-size: .62rem; }
.catalog-care-grid small { color: var(--teal); font-size: .55rem; font-weight: 800; }
.catalog-surgical-card { grid-column: 1 / 4; grid-template-columns: 1fr 1fr !important; color: white; background: var(--teal-dark) !important; border-color: var(--teal-dark) !important; }
.catalog-surgical-card > div { padding: 8px 25px; }
.catalog-surgical-card > img { transform: scale(1.08) !important; }
.catalog-surgical-card .eyebrow { margin: 6px 0 8px; }
.catalog-surgical-card h3 { font-size: 1.45rem; }
.catalog-surgical-card p:not(.eyebrow) { max-width: 430px; color: rgb(255 255 255 / 67%); font-size: .7rem; }
.catalog-surgical-card b { display: block; margin-top: 9px; color: #8be0dd; font-size: .64rem; }
.catalog-care-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; font-size: .64rem; }
.catalog-care-bottom > div { display: flex; gap: 22px; }
.catalog-care-bottom a { color: var(--teal-dark); font-weight: 850; text-decoration: none; }

/* Contato em dois quadros de tela inteira */
.contact-page { height: 100svh; overflow: hidden; }
.contact-snap { height: calc(100svh - 82px); overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.contact-screen { position: relative; display: flex; height: 100%; min-height: 100%; overflow: hidden; padding: clamp(24px, 3.8vh, 44px) 0; scroll-snap-align: start; scroll-snap-stop: always; }
.contact-connect { background: linear-gradient(132deg, #edf8f7, #fff 66%); }
.contact-connect-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); gap: clamp(34px, 4.5vw, 62px); min-height: 0; }
.contact-photo { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 16px; }
.contact-photo::before, .contact-photo::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; content: ""; }
.contact-photo::before { background: linear-gradient(145deg, rgb(3 77 80 / 22%), transparent 52%); mix-blend-mode: multiply; }
.contact-photo::after { inset: 52% 0 0; background: linear-gradient(transparent, rgb(2 36 38 / 18%)); }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.03); }
.contact-photo figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: white; }
.contact-photo figcaption span { display: block; color: #83e0de; font-size: .59rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-photo figcaption strong { display: block; max-width: 360px; margin-top: 6px; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.1; }
.contact-connect-content { display: grid; grid-template-rows: auto minmax(0, 1fr); min-width: 0; min-height: 0; }
.contact-heading { align-self: center; }
.contact-heading h1 { max-width: 700px; font-size: clamp(2.65rem, 4.35vw, 3.85rem); }
.contact-heading > p:not(.eyebrow) { max-width: 650px; margin: 15px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.contact-commercial-stack { display: grid; grid-template-rows: auto auto auto; align-content: start; min-width: 0; min-height: 0; margin-top: clamp(22px, 3.2vh, 34px); }
.contact-whatsapp-panel { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; min-height: clamp(154px, 20vh, 184px); padding: clamp(20px, 2.25vw, 28px); overflow: hidden; color: white; text-decoration: none; background: linear-gradient(135deg, #075a5d 0%, #034447 72%, #03383a 100%); border-radius: 16px; box-shadow: 0 17px 36px rgb(3 61 64 / 16%); transition: transform .2s ease, box-shadow .2s ease; }
.contact-whatsapp-panel::after { position: absolute; top: -80px; right: -55px; width: 230px; height: 230px; content: ""; background: radial-gradient(circle, rgb(105 224 219 / 18%), transparent 68%); border-radius: 50%; }
.contact-whatsapp-panel:hover { transform: translateY(-2px); box-shadow: 0 25px 50px rgb(3 61 64 / 24%); }
.contact-whatsapp-kicker, .contact-whatsapp-label, .contact-whatsapp-panel strong, .contact-whatsapp-action { position: relative; z-index: 1; }
.contact-whatsapp-kicker { margin-bottom: auto; color: #83e0de; font-size: .61rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-whatsapp-label { margin-top: 18px; color: rgb(255 255 255 / 68%); font-size: .68rem; font-weight: 750; }
.contact-whatsapp-panel strong { margin-top: 2px; font-size: clamp(1.45rem, 2.25vw, 2rem); letter-spacing: -.025em; line-height: 1.05; }
.contact-whatsapp-action { position: absolute; right: clamp(20px, 2.25vw, 28px); bottom: clamp(20px, 2.25vw, 28px); display: flex; align-items: center; gap: 13px; padding-bottom: 3px; font-size: .73rem; font-weight: 850; border-bottom: 1px solid rgb(131 224 222 / 58%); }
.contact-whatsapp-action b { color: #83e0de; font-size: 1.1rem; line-height: 1; }
.contact-secondary-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(16px, 2.2vh, 22px); }
.contact-secondary-row a { display: flex; flex-direction: column; gap: 5px; min-width: 0; padding: 2px 0; color: var(--ink); text-decoration: none; }
.contact-secondary-row a + a { padding-left: clamp(22px, 3vw, 40px); border-left: 1px solid rgb(4 97 99 / 13%); }
.contact-secondary-row span { color: var(--teal); font-size: .57rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-secondary-row strong { overflow: hidden; font-size: clamp(.78rem, 1.15vw, .98rem); text-overflow: ellipsis; white-space: nowrap; }
.contact-guidance { margin-top: clamp(18px, 2.4vh, 24px); padding-top: clamp(13px, 1.7vh, 17px); border-top: 1px solid rgb(4 97 99 / 10%); }
.contact-guidance > span { color: var(--teal); font-size: .56rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.contact-guidance p { margin: 6px 0 0; color: var(--muted); font-size: .66rem; font-weight: 650; }
.contact-guidance b { padding: 0 7px; color: var(--teal); }
.contact-channel-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: auto; color: var(--teal); background: #ddf1ef; border: 1px solid #c4e2e0; border-radius: 12px; }
.contact-channel-main .contact-channel-icon, .contact-base .contact-channel-icon { color: #8be0dd; background: rgb(255 255 255 / 10%); border-color: rgb(255 255 255 / 16%); }
.contact-channel-icon svg { width: 23px; height: 23px; }
.contact-channel-icon path, .contact-channel-icon circle { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.contact-address-card > span { position: relative; z-index: 1; margin-top: 13px; color: var(--teal); font-size: .57rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-base { padding-bottom: 9px; color: white; background: var(--teal-dark); }
.contact-base-content { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; min-height: 0; }
.contact-base-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.contact-base-heading h2 { max-width: 700px; color: white; font-size: clamp(2.4rem, 4vw, 3.5rem); }
.contact-base-heading > p { max-width: 520px; margin: 0 0 4px; color: rgb(255 255 255 / 67%); font-size: .84rem; }
.contact-base-grid { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(270px, .95fr); min-height: 0; margin-top: clamp(18px, 3vh, 30px); overflow: hidden; background: #07585b; border: 1px solid rgb(255 255 255 / 20%); border-radius: 16px; box-shadow: 0 22px 46px rgb(0 25 27 / 18%); }
.contact-region-map { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #dceceb; }
.contact-region-map::after { position: absolute; inset: 0; pointer-events: none; content: ""; box-shadow: inset -1px 0 rgb(255 255 255 / 16%); }
.contact-region-map img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.contact-region-map img.contact-map-placeholder-art { transform: scale(1.76); transform-origin: right center; }
.contact-map-base-pin { position: absolute; z-index: 2; top: 43%; left: 56.5%; display: grid; place-items: center; width: 58px; height: 58px; padding: 0 9px 8px; color: rgb(255 255 255 / 88%); font-size: .46rem; font-weight: 760; line-height: 1.08; letter-spacing: .01em; text-align: center; white-space: normal; text-wrap: balance; background: transparent; border: 0; border-radius: 0; box-shadow: none; transform: translate(-50%, -50%); isolation: isolate; }
.contact-map-base-pin::before { content: none; }
.contact-map-base-pin::after { position: absolute; z-index: -1; inset: 0; content: ""; background: rgb(5 88 91 / 88%); border: 1px solid rgb(255 255 255 / 44%); border-radius: 50% 50% 50% 8px; box-shadow: 0 7px 18px rgb(1 44 46 / 20%); transform: rotate(-45deg); }
.contact-base-panel { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 0; padding: clamp(25px, 2.7vw, 38px); overflow: hidden; background: radial-gradient(circle at 86% 12%, rgb(96 222 217 / 21%), transparent 31%), linear-gradient(150deg, #087276 0%, #07585b 55%, #06484b 100%); }
.contact-base-panel::after { position: absolute; right: -90px; bottom: -120px; width: 280px; height: 280px; pointer-events: none; content: ""; border: 1px solid rgb(133 230 226 / 13%); border-radius: 50%; box-shadow: 0 0 0 38px rgb(133 230 226 / 4%), 0 0 0 76px rgb(133 230 226 / 3%); }
.contact-base-panel-block, .contact-base-cta { position: relative; z-index: 1; }
.contact-base-panel-block > span { display: block; color: #88e3e0; font-size: .59rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-base-panel-block h3 { margin-top: 11px; color: white; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.08; }
.contact-base-panel-block address { margin-top: 14px; color: rgb(255 255 255 / 70%); font-size: .76rem; font-style: normal; line-height: 1.58; }
.contact-base-region { margin-top: clamp(24px, 3.4vh, 38px); padding-top: clamp(22px, 3vh, 32px); border-top: 1px solid rgb(255 255 255 / 17%); }
.contact-base-region strong { display: block; margin-top: 12px; color: white; font-size: clamp(1.05rem, 1.55vw, 1.35rem); line-height: 1.28; }
.contact-base-cta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding: 16px 0 2px; color: white; font-size: .72rem; font-weight: 800; text-decoration: none; border-top: 1px solid rgb(255 255 255 / 17%); }
.contact-base-cta b { color: #88e3e0; font-size: 1.15rem; line-height: 1; transition: transform .2s ease; }
.contact-base-cta:hover b { transform: translateX(4px); }
.contact-bottom { display: flex; justify-content: space-between; padding-top: 8px; color: rgb(255 255 255 / 58%); font-size: .58rem; border-top: 1px solid rgb(255 255 255 / 14%); }

/* Empresa em três quadros de tela inteira */
.company-page { height: 100svh; overflow: hidden; }
.company-snap { height: calc(100svh - 82px); overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.company-screen { position: relative; display: flex; height: 100%; min-height: 100%; overflow: hidden; padding: clamp(26px, 4vh, 46px) 0; scroll-snap-align: start; scroll-snap-stop: always; }
.company-intro { background: linear-gradient(132deg, #edf8f7 0%, #fff 64%); }
.company-intro-layout { display: grid; grid-template-columns: .82fr 1.18fr; grid-template-rows: minmax(0, 1fr) auto; gap: 18px 48px; min-height: 0; }
.company-intro-copy { align-self: center; min-width: 0; }
.company-intro-copy h1 { max-width: 570px; font-size: clamp(2.9rem, 4.8vw, 4.15rem); }
.company-intro-copy > p:not(.eyebrow) { max-width: 540px; margin: 22px 0 0; color: var(--muted); font-size: .9rem; }
.company-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }
.company-tags span { padding: 7px 10px; color: var(--teal-dark); font-size: .64rem; font-weight: 800; background: #dff0ef; border-radius: 999px; }
.company-intro-photo { position: relative; grid-row: 1 / 3; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 16px; }
.company-intro-photo::after, .company-team-card::after, .company-sewing-card::after { position: absolute; inset: 42% 0 0; content: ""; background: linear-gradient(transparent, rgb(2 36 38 / 78%)); }
.company-intro-photo img, .company-team-card img, .company-sewing-card img { width: 100%; height: 100%; object-fit: cover; }
.company-intro-photo figcaption { position: absolute; z-index: 1; right: 18px; bottom: 15px; left: 18px; color: white; font-size: .65rem; font-weight: 800; }
.company-history-note { align-self: end; padding-top: 15px; border-top: 1px solid var(--line); }
.company-history-note strong { display: block; font-size: .85rem; }
.company-history-note p { max-width: 530px; margin: 5px 0 0; color: var(--muted); font-size: .68rem; }
.company-operation { padding-bottom: 9px; background: var(--pale); }
.company-content { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; min-height: 0; }
.company-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: end; }
.company-heading h2 { max-width: 700px; font-size: clamp(2.2rem, 3.5vw, 3.1rem); }
.company-heading > p { max-width: 540px; margin: 0 0 4px; color: var(--muted); font-size: .84rem; }
.company-operation-grid { display: grid; grid-template-columns: 1.15fr repeat(3, .55fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; min-height: 0; margin-top: clamp(16px, 2.6vh, 28px); }
.company-operation-grid > * { min-width: 0; min-height: 0; }
.company-team-card, .company-sewing-card { position: relative; overflow: hidden; margin: 0; color: white; background: var(--teal-dark); border-radius: 13px; }
.company-team-card { grid-row: 1 / 3; }
.company-sewing-card { grid-column: 2 / 5; }
.company-team-card figcaption, .company-sewing-card figcaption { position: absolute; z-index: 1; right: 16px; bottom: 13px; left: 16px; }
.company-team-card figcaption span, .company-sewing-card figcaption span { display: block; color: #7de0df; font-size: .56rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.company-team-card figcaption strong, .company-sewing-card figcaption strong { display: block; margin-top: 3px; font-size: .83rem; }
.company-fact { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(14px, 1.8vw, 22px); overflow: hidden; background: linear-gradient(145deg, #fff, #eaf6f5); border: 1px solid #c7dedc; border-radius: 13px; box-shadow: 0 12px 28px rgb(5 64 66 / 7%); }
.company-fact::after { position: absolute; top: -44px; right: -38px; width: 120px; height: 120px; content: ""; background: rgb(17 191 193 / 8%); border-radius: 50%; }
.company-fact .info-card-icon { position: relative; z-index: 1; margin-bottom: auto; }
.company-fact strong { position: relative; z-index: 1; margin-top: 14px; font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: -.04em; line-height: 1; }
.company-fact p { margin: 7px 0 0; color: var(--muted); font-size: .63rem; line-height: 1.4; }
.company-fact-accent { color: white; background: var(--teal-dark); border-color: var(--teal-dark); }
.company-fact-accent::after { background: rgb(126 224 223 / 10%); }
.company-fact-accent .info-card-icon { color: #8be0dd; background: rgb(255 255 255 / 10%); border-color: rgb(255 255 255 / 15%); }
.company-fact-accent p { color: rgb(255 255 255 / 68%); }
.company-bottom { display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; padding-top: 8px; color: var(--muted); font-size: .58rem; border-top: 1px solid var(--line); }
.company-bottom p { justify-self: center; margin: 0; }
.company-bottom a { color: var(--teal-dark); font-weight: 850; text-decoration: none; }
.company-sustainability { background: linear-gradient(145deg, #f8fbfa 0%, #eaf4f3 100%); }
.company-sustainability-stage { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr); gap: 10px; min-height: 0; margin-top: clamp(16px, 2.6vh, 28px); }
.company-sustainability-photo { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #0a4f52; border: 1px solid rgb(8 102 105 / 18%); border-radius: 14px; }
.company-sustainability-photo::after { position: absolute; inset: 44% 0 0; content: ""; background: linear-gradient(transparent, rgb(2 34 36 / 74%)); pointer-events: none; }
.company-sustainability-media { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; background: #0a4f52; }
.company-sustainability-photo img, .company-sustainability-photo video { width: 100%; height: 100%; min-width: 0; object-fit: cover; object-position: center 52%; }
.company-sustainability-photo video { object-position: center; }
.company-sustainability-photo figcaption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; color: white; }
.company-sustainability-photo figcaption span { display: block; color: #83e3df; font-size: .57rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.company-sustainability-photo figcaption strong { display: block; max-width: 470px; margin-top: 4px; font-size: clamp(.9rem, 1.3vw, 1.15rem); line-height: 1.25; }
.company-sustainability-panel { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 0; padding: clamp(22px, 2.5vw, 34px); overflow: hidden; color: white; background: radial-gradient(circle at 100% 0%, rgb(94 220 216 / 24%), transparent 36%), linear-gradient(150deg, #087275 0%, #07575a 62%, #064649 100%); border: 1px solid rgb(7 83 86 / 22%); border-radius: 14px; box-shadow: 0 18px 42px rgb(3 54 56 / 11%); }
.company-sustainability-panel::after { position: absolute; right: -105px; bottom: -125px; width: 285px; height: 285px; content: ""; border: 1px solid rgb(132 228 224 / 14%); border-radius: 50%; box-shadow: 0 0 0 42px rgb(132 228 224 / 4%), 0 0 0 84px rgb(132 228 224 / 2%); pointer-events: none; }
.company-sustainability-panel > span { position: relative; z-index: 1; color: #8ae6e2; font-size: .57rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.company-water-metric { position: relative; z-index: 1; padding: clamp(16px, 2.4vh, 24px) 0; margin-top: clamp(12px, 1.8vh, 18px); border-top: 1px solid rgb(255 255 255 / 16%); border-bottom: 1px solid rgb(255 255 255 / 16%); }
.company-water-metric strong { display: block; color: white; font-size: clamp(3.4rem, 5.2vw, 5.4rem); font-weight: 560; letter-spacing: -.07em; line-height: .82; }
.company-water-metric p { max-width: 300px; margin: 12px 0 0; color: rgb(255 255 255 / 72%); font-size: .68rem; line-height: 1.48; }
.company-resource-lines { position: relative; z-index: 1; margin-top: auto; }
.company-resource-lines > div { padding-top: 13px; }
.company-resource-lines > div + div { margin-top: 12px; border-top: 1px solid rgb(255 255 255 / 14%); }
.company-resource-lines strong { display: block; font-size: .68rem; }
.company-resource-lines p { margin: 5px 0 0; color: rgb(255 255 255 / 61%); font-size: .56rem; line-height: 1.42; }
.company-innovation { background: linear-gradient(145deg, #f7fbfa 0%, #eaf4f3 100%); }
.company-innovation-stage { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: 0; min-height: 0; margin-top: clamp(16px, 2.6vh, 28px); overflow: hidden; background: #06484b; border: 1px solid rgb(8 102 105 / 18%); border-radius: 14px; box-shadow: 0 18px 42px rgb(3 54 56 / 11%); }
.company-innovation-photo { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #dce9e8; }
.company-innovation-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 72%, rgb(4 72 75 / 20%)); pointer-events: none; }
.company-innovation-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.company-innovation-panel { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; min-height: 0; padding: clamp(22px, 2.5vw, 36px); overflow: hidden; color: white; background: radial-gradient(circle at 100% 0%, rgb(30 175 175 / 18%), transparent 34%), linear-gradient(152deg, #075a5d 0%, #053c3f 100%); }
.company-innovation-panel::after { position: absolute; right: -95px; bottom: -155px; width: 390px; height: 260px; content: ""; border: 1px solid rgb(91 219 215 / 13%); border-radius: 50%; box-shadow: 0 0 0 32px rgb(91 219 215 / 4%), 0 0 0 64px rgb(91 219 215 / 2%); transform: rotate(-12deg); pointer-events: none; }
.company-innovation-pillars, .company-innovation-closing { position: relative; z-index: 1; }
.company-innovation-heading h2 { max-width: 760px; }
.company-innovation-heading > p { max-width: 540px; }
.company-innovation-pillars { align-self: center; }
.company-innovation-pillar { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 19px; align-items: center; padding: clamp(12px, 1.8vh, 19px) 0; }
.company-innovation-pillar + .company-innovation-pillar { border-top: 1px solid rgb(113 224 220 / 26%); }
.company-innovation-icon { display: grid; width: 64px; height: 64px; place-items: center; color: white; background: linear-gradient(145deg, #149a9c, #087477); border: 1px solid rgb(129 235 231 / 20%); border-radius: 50%; box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%); }
.company-innovation-icon svg { width: 34px; height: 34px; stroke: currentcolor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.company-innovation-pillar strong { display: block; color: #8ae6e2; font-size: clamp(.76rem, .9vw, .92rem); font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.company-innovation-pillar p { max-width: 390px; margin: 6px 0 0; color: white; font-size: .68rem; line-height: 1.43; }
.company-innovation-closing { max-width: 520px; padding-top: clamp(14px, 2vh, 22px); margin: 0; color: #35b9b8; font-size: clamp(1.25rem, 2.1vw, 2rem); font-weight: 480; letter-spacing: -.035em; line-height: 1.14; border-top: 1px solid rgb(113 224 220 / 30%); }

@media (min-width: 901px) and (max-height: 820px) {
  .company-sustainability-stage { margin-top: 13px; }
  .company-sustainability-panel { padding: 20px 24px; }
  .company-water-metric { padding: 13px 0; margin-top: 9px; }
  .company-water-metric strong { font-size: clamp(3rem, 4.7vw, 4.35rem); }
  .company-water-metric p { margin-top: 8px; font-size: .62rem; }
  .company-resource-lines > div { padding-top: 9px; }
  .company-resource-lines > div + div { margin-top: 8px; }
  .company-resource-lines p { margin-top: 3px; font-size: .52rem; }
  .company-innovation-stage { margin-top: 13px; }
  .company-innovation-panel { padding: 18px 26px; }
  .company-innovation-pillars { margin-top: 6px; }
  .company-innovation-pillar { grid-template-columns: 58px minmax(0, 1fr); gap: 14px; padding: 9px 0; }
  .company-innovation-icon { width: 50px; height: 50px; }
  .company-innovation-icon svg { width: 27px; height: 27px; }
  .company-innovation-pillar p { margin-top: 3px; font-size: .59rem; }
  .company-innovation-closing { padding-top: 10px; font-size: clamp(1.1rem, 1.7vw, 1.45rem); }
}

.site-footer { padding: 55px 0 20px; color: rgb(255 255 255 / 64%); background: #052f31; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 80px; }
.footer-grid img { width: 185px; filter: brightness(0) invert(1); }
.footer-grid p { max-width: 300px; margin: 13px 0 0; font-size: .82rem; }
.footer-grid b { display: block; margin-bottom: 12px; color: #80dfde; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; font-size: .8rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; margin-top: 40px; border-top: 1px solid rgb(255 255 255 / 12%); font-size: .7rem; }
.footer-bottom a { text-decoration: none; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding: 35px 24px; background: white; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .18s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a:not(.nav-contact) { min-height: 46px; padding-block: 9px; font-size: 1.35rem; line-height: 1.1; letter-spacing: 0; }
  .main-nav a:not(.nav-contact)::after { display: none; }
  .menu-active .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-active .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-active .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .home-hero-grid, .page-hero-grid, .section-head, .content-grid, .content-grid.reverse, .image-copy-grid { grid-template-columns: 1fr; gap: 38px; }
  .home-company-heading { grid-template-columns: .85fr 1.15fr; gap: 30px; }
  .operation-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .operation-capacity, .operation-structure { grid-row: auto; grid-column: auto; }
  .home-hero { padding-top: 54px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div:nth-child(3) { border-left: 1px solid rgb(255 255 255 / 14%); }
  .teaser-grid { grid-template-columns: 1fr 1fr; }
  .teaser-card:first-child { grid-column: 1 / -1; }
  .cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cycle-diagram { height: auto; margin-top: 38px; }
  .cycle-ring, .cycle-center { display: none; }
  .cycle-steps { position: relative; display: grid; gap: 12px; padding-left: 20px; }
  .cycle-steps::before { position: absolute; top: 36px; bottom: 36px; left: 43px; width: 2px; content: ""; background: #9bd3d1; }
  .cycle-step, .cycle-step.step-one, .cycle-step.step-two, .cycle-step.step-three, .cycle-step.step-four, .cycle-step.step-five, .cycle-step.step-six { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 100%; min-height: 105px; transform: none; }
  .step-icon { position: relative; z-index: 1; }
  .mobile-cycle-return { display: flex; align-items: center; gap: 10px; padding: 13px 18px; margin: 16px 0 0 20px; color: var(--teal-dark); font-size: .78rem; font-weight: 800; background: #e8f6f5; border-radius: 999px; }
  .mobile-cycle-return span { font-size: 1.35rem; line-height: 1; }
  .project-box { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr 1fr; }
  .hygiene-layout { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 34px; }
  .service-screen-heading { grid-template-columns: 1fr 1fr; gap: 30px; }
  .rental-showcase { grid-template-columns: 1.08fr .92fr; grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .rental-photo-main { grid-row: 1 / 3; }
  .service-cycle-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 22px; }
  .service-cycle-flow::before { display: none; }
  .service-cycle-icon { width: 65px; height: 65px; border-width: 5px; }
  .service-cycle-icon svg { width: 30px; height: 30px; }
  .sewing-layout { grid-template-columns: .9fr 1.1fr; gap: 34px; }
  .technology-hero-layout { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 34px; }
  .technology-heading { grid-template-columns: 1fr 1fr; gap: 30px; }
  .tracking-layout { grid-template-columns: 1fr 1fr; }
  .tracking-media figure { grid-template-columns: 1fr; }
  .tracking-media figcaption { width: auto; padding: 7px 3px 2px; }
  .automation-showcase { grid-template-columns: 1.05fr .95fr .95fr; }
  .structure-heading { grid-template-columns: 1fr 1fr; gap: 30px; }
  .structure-overview-layout { grid-template-columns: .86fr 1.14fr; gap: 18px 26px; }
  .catalog-heading { grid-template-columns: 1fr 1fr; gap: 30px; }
  .catalog-intro-layout { grid-template-columns: .9fr 1.1fr; gap: 20px; }
  .catalog-product-card { padding-inline: 14px; }
  .company-intro-layout { grid-template-columns: .9fr 1.1fr; gap: 18px 28px; }
  .company-heading { grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-connect-layout { grid-template-columns: .88fr 1.12fr; gap: 28px; }
  .contact-base-heading { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 70px; }
  .brand { flex-basis: 159px; width: 159px; height: 43px; }
  .main-nav { inset-block-start: 70px; }
  .home-snap { height: calc(100svh - 70px); }
  .home-panel-video { padding: 12px 0; }
  .home-video-stage { width: calc(100vw - 24px); max-height: none; border-radius: 15px; }
  .home-video-stage h1 { right: 7%; bottom: 9%; left: 7%; font-size: clamp(2.5rem, 13vw, 3.6rem); }
  .home-panel-company { padding: 18px 0 9px; }
  .home-company-heading { grid-template-columns: 1fr; gap: 5px; }
  .home-company-heading h2 { font-size: clamp(2rem, 9vw, 2.55rem); }
  .home-company-heading > p { overflow: hidden; max-height: 2.7em; font-size: .7rem; line-height: 1.35; }
  .operation-showcase { width: calc(100vw - 32px); max-width: 100%; gap: 7px; margin: 11px 0; }
  .operation-card { border-radius: 9px; }
  .operation-card > div { right: 11px; bottom: 10px; left: 11px; }
  .operation-card strong { font-size: clamp(1.08rem, 5.1vw, 1.38rem); }
  .operation-card span { margin-top: 3px; font-size: .59rem; }
  .home-company-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .home-company-bottom > p { font-size: .78rem; }
  .home-company-bottom > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: calc(100vw - 32px); max-width: 100%; justify-content: space-between; gap: 10px; }
  .home-company-bottom .button { min-height: 42px; padding: 10px 15px; font-size: .74rem; }
  .home-company-bottom .text-arrow { font-size: .74rem; }
  .home-mini-footer { padding-top: 8px; }
  .home-hero { padding: 42px 0 48px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3rem); }
  h2 { font-size: clamp(1.85rem, 8vw, 2.35rem); }
  .lead { font-size: 1rem; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 17px; }
  .facts div { padding: 22px 15px; }
  .facts strong { font-size: 1.2rem; }
  .section { padding: 66px 0; }
  .teaser-grid, .process-grid, .video-grid, .contact-cards, .footer-grid, .mini-facts { grid-template-columns: 1fr; }
  .teaser-card:first-child { grid-column: auto; }
  .teaser-card { min-height: 245px; }
  .image-copy-grid > img { min-height: 260px; }
  .page-hero { padding: 46px 0 42px; }
  .video-card video { max-height: 620px; }
  .project-box > div { padding: 31px 24px; }
  .project-box img { min-height: 260px; }
  .footer-grid { gap: 32px; }
  .services-snap { height: calc(100svh - 70px); }
  .service-screen { padding: 15px 0; }
  .hygiene-layout, .rental-content, .service-cycle-content, .sewing-layout, .services-mini-footer { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; }
  .service-intro, .service-screen-heading, .rental-showcase, .sewing-copy, .sewing-gallery { min-width: 0; }
  .hygiene-layout { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); gap: 13px; }
  .service-intro h1 { font-size: clamp(2rem, 9.6vw, 2.65rem); }
  .service-intro > p:not(.eyebrow) { max-height: 4.4em; margin-top: 12px; overflow: hidden; font-size: .76rem; line-height: 1.45; }
  .hygiene-points { gap: 5px; margin-top: 12px; }
  .hygiene-points span, .sewing-features span { padding: 5px 8px; font-size: .58rem; }
  .hygiene-video { padding: 6px; border-radius: 12px; }
  .hygiene-video video { border-radius: 8px; }
  .hygiene-video figcaption { padding-top: 5px; font-size: .58rem; }
  .service-screen-heading { grid-template-columns: 1fr; gap: 5px; }
  .service-screen-heading h2 { font-size: clamp(1.8rem, 8vw, 2.3rem); }
  .service-screen-heading > p { overflow: hidden; max-height: 2.8em; font-size: .68rem; line-height: 1.4; }
  .rental-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 10px; }
  .rental-photo, .rental-benefit { border-radius: 9px; }
  .rental-photo figcaption { right: 10px; bottom: 9px; left: 10px; font-size: .58rem; }
  .rental-benefit { padding: 11px; }
  .rental-benefit h3 { font-size: .92rem; }
  .rental-benefit p { margin-top: 4px; font-size: .59rem; line-height: 1.3; }
  .compact-service-heading { grid-template-columns: 1fr; }
  .service-cycle-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; align-self: stretch; margin-top: 10px; }
  .service-cycle-flow li { display: grid; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 8px; align-content: center; align-items: center; padding: 7px 8px; text-align: left; background: var(--pale); border-radius: 9px; }
  .service-cycle-icon { grid-row: 1 / 3; width: 42px; height: 42px; border: 0; box-shadow: none; }
  .service-cycle-icon svg { width: 23px; height: 23px; }
  .service-cycle-flow li > span { display: none; }
  .service-cycle-flow h3 { margin: 0; font-size: .82rem; }
  .service-cycle-flow p { margin: 2px 0 0; font-size: .55rem; }
  .cycle-continuity { overflow: hidden; max-width: 100%; padding: 6px 10px; font-size: .58rem; white-space: nowrap; }
  .cycle-continuity span { font-size: 1rem; }
  .service-sewing { padding-bottom: 8px; }
  .sewing-layout { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); gap: 12px; align-items: stretch; }
  .sewing-copy h2 { font-size: clamp(1.85rem, 8.4vw, 2.35rem); }
  .sewing-copy > p:not(.eyebrow) { overflow: hidden; max-height: 4.2em; margin-top: 10px; font-size: .7rem; line-height: 1.4; }
  .sewing-features { margin: 11px 0; }
  .sewing-copy .button { min-height: 38px; padding: 8px 14px; font-size: .67rem; }
  .sewing-gallery { height: auto; min-height: 0; }
  .sewing-gallery figure { border-radius: 9px; }
  .services-mini-footer { padding-top: 6px; }
  .technology-snap { height: calc(100svh - 70px); }
  .technology-screen { padding: 15px 0; }
  .technology-hero-layout, .tracking-content, .automation-content, .technology-mini-footer { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; }
  .technology-hero-layout { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); gap: 12px; }
  .technology-hero-copy { min-width: 0; }
  .technology-hero-copy h1 { font-size: clamp(2.2rem, 10vw, 2.8rem); }
  .technology-hero-copy > p:not(.eyebrow) { overflow: hidden; max-height: 4.2em; margin-top: 11px; font-size: .72rem; line-height: 1.4; }
  .technology-watch { margin-top: 11px; }
  .technology-watch span { width: 29px; height: 29px; font-size: .66rem; }
  .technology-watch strong { font-size: .62rem; }
  .technology-main-video { justify-self: stretch; align-self: stretch; min-height: 0; padding: 6px; border-radius: 12px; }
  .technology-main-video video { height: 100%; min-height: 0; aspect-ratio: auto; object-fit: contain; border-radius: 8px; }
  .technology-main-video figcaption { padding-top: 5px; font-size: .56rem; }
  .technology-heading { grid-template-columns: 1fr; gap: 5px; min-width: 0; }
  .technology-heading h2 { font-size: clamp(1.8rem, 8vw, 2.3rem); }
  .technology-heading > p { overflow: hidden; max-height: 4.2em; font-size: .65rem; line-height: 1.38; }
  .tracking-layout { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1.25fr) minmax(0, .75fr); gap: 6px; margin-top: 10px; }
  .tracking-benefits { gap: 6px; }
  .tracking-benefits article { padding: 9px; border-radius: 9px; }
  .tracking-benefits h3 { font-size: .82rem; }
  .tracking-benefits p { overflow: hidden; max-height: 3.8em; margin-top: 3px; font-size: .55rem; line-height: 1.25; }
  .tracking-media { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 1fr; gap: 6px; }
  .tracking-media figure { grid-template-columns: 1fr; padding: 5px; border-radius: 9px; }
  .tracking-media figcaption { overflow: hidden; padding: 4px 2px 0; font-size: .53rem; white-space: nowrap; }
  .automation-heading { grid-template-columns: 1fr; }
  .automation-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 1.05fr .85fr auto; gap: 6px; margin-top: 10px; }
  .automation-tunnel { grid-column: 1 / 3; grid-row: auto; }
  .automation-showcase figure { border-radius: 9px; }
  .automation-showcase figcaption { right: 9px; bottom: 8px; left: 9px; font-size: .58rem; }
  .automation-showcase figcaption span { font-size: .51rem; }
  .automation-summary { grid-column: 1 / 3; display: grid; grid-template-columns: .8fr 1.2fr; padding: 10px; border-radius: 9px; }
  .automation-summary h3 { font-size: .86rem; }
  .automation-summary > p { overflow: hidden; max-height: 2.6em; font-size: .53rem; line-height: 1.3; }
  .automation-summary b { padding: 3px 6px; font-size: .48rem; }
  .technology-mini-footer { padding-top: 5px; }
  .structure-snap { height: calc(100svh - 70px); }
  .structure-screen { padding: 14px 0; }
  .structure-overview-layout, .structure-content, .structure-bottom { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; }
  .structure-overview-layout { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr) auto; gap: 8px; }
  .structure-overview-copy h1 { font-size: clamp(2.05rem, 9.7vw, 2.7rem); }
  .structure-overview-copy > p:not(.eyebrow) { overflow: hidden; max-height: 4.2em; margin-top: 9px; font-size: .7rem; line-height: 1.4; }
  .structure-main-photo { grid-column: 1; grid-row: 2; border-radius: 10px; }
  .structure-main-photo figcaption { right: 12px; bottom: 9px; left: 12px; font-size: .52rem; }
  .structure-overview-facts { grid-row: 3; gap: 6px; }
  .structure-overview-facts article { padding: 9px 11px; border-radius: 8px; }
  .structure-overview-facts strong { font-size: 1.05rem; }
  .structure-overview-facts span { font-size: .5rem; }
  .structure-heading { grid-template-columns: 1fr; gap: 4px; }
  .structure-heading h2 { font-size: clamp(1.72rem, 7.8vw, 2.18rem); }
  .structure-heading > p { overflow: hidden; max-height: 2.8em; font-size: .61rem; line-height: 1.35; }
  .structure-production-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 1.05fr .72fr .58fr; gap: 6px; margin-top: 9px; }
  .structure-production-main { grid-column: 1 / 3; grid-row: auto; }
  .structure-production-grid figure { border-radius: 9px; }
  .structure-production-grid figcaption { right: 8px; bottom: 7px; left: 8px; gap: 5px; }
  .structure-production-grid figcaption strong { font-size: .62rem; }
  .structure-production-grid figcaption small { font-size: .47rem; }
  .structure-production-summary { grid-column: 1 / 3; grid-template-columns: .9fr 1.1fr; gap: 3px 10px; padding: 8px 10px; border-radius: 9px; }
  .structure-production-summary > span { font-size: .44rem; }
  .structure-production-summary h3 { font-size: .8rem; }
  .structure-production-summary p { overflow: hidden; max-height: 2.7em; font-size: .47rem; line-height: 1.3; }
  .structure-production-summary > div { gap: 3px; }
  .structure-production-summary b { padding: 2px 5px; font-size: .4rem; }
  .structure-logistics { padding-bottom: 6px; }
  .structure-logistics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 1.05fr .95fr; gap: 6px; margin-top: 8px; }
  .structure-logistics-grid article { border-radius: 9px; }
  .structure-fleet-card { grid-column: 1 / 3; grid-row: auto; }
  .structure-fleet-copy { right: 11px; bottom: 9px; left: 11px; }
  .structure-fleet-copy > span, .structure-coverage-card span, .structure-expansion-card span { font-size: .44rem; }
  .structure-fleet-copy h3 { margin-top: 2px; font-size: .86rem; }
  .structure-fleet-copy p { overflow: hidden; max-height: 2.6em; margin: 3px 0; font-size: .47rem; line-height: 1.3; }
  .structure-fleet-copy strong { font-size: .67rem; }
  .structure-fleet-story { grid-column: 1 / 3; grid-row: auto; padding: 11px 13px; }
  .structure-fleet-story-intro { display: grid; grid-template-columns: .78fr 1.22fr; gap: 3px 10px; align-items: start; }
  .structure-fleet-story-intro > span { font-size: .42rem; }
  .structure-fleet-story-intro h3 { grid-column: 1; margin-top: 2px; font-size: .82rem; }
  .structure-fleet-story-intro p { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: .46rem; line-height: 1.3; }
  .structure-fleet-pillars { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 7px; }
  .structure-fleet-pillars > div { display: block; padding: 6px 0 0; }
  .structure-fleet-pillars strong, .structure-fleet-pillars span { display: block; }
  .structure-fleet-pillars strong { font-size: .48rem; }
  .structure-fleet-pillars span { margin-top: 2px; font-size: .4rem; line-height: 1.3; }
  .structure-fleet-story-footer { margin-top: 6px; padding-top: 6px; }
  .structure-fleet-story-footer strong { font-size: .8rem; }
  .structure-fleet-story-footer span { font-size: .38rem; }
  .structure-coverage-card > div, .structure-expansion-card > div { right: 8px; bottom: 7px; left: 8px; }
  .structure-coverage-card h3, .structure-expansion-card h3 { font-size: .7rem; }
  .structure-expansion-card p { overflow: hidden; max-height: 2.6em; margin: 1px 0 3px; font-size: .43rem; line-height: 1.3; }
  .structure-expansion-card b { padding: 2px 4px; font-size: .37rem; }
  .structure-bottom { padding-top: 4px; font-size: .48rem; }
  .catalog-snap { height: calc(100svh - 70px); }
  .catalog-screen { padding: 14px 0; }
  .catalog-intro-layout, .catalog-category-strip, .catalog-content { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; }
  .catalog-intro-layout { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); gap: 8px; }
  .catalog-intro-copy h1 { font-size: clamp(2rem, 9.5vw, 2.65rem); }
  .catalog-intro-copy > p:not(.eyebrow) { overflow: hidden; max-height: 4.2em; margin-top: 10px; font-size: .7rem; line-height: 1.4; }
  .catalog-actions { gap: 12px; margin-top: 11px; }
  .catalog-actions .button { min-height: 38px; padding: 8px 13px; font-size: .65rem; }
  .catalog-actions > span { font-size: .5rem; }
  .catalog-collage-people { right: 2%; width: 62%; }
  .catalog-collage-linen { width: 48%; height: 38%; }
  .catalog-collage-blanket { width: 34%; }
  .catalog-category-strip { grid-template-columns: repeat(2, 1fr); }
  .catalog-category-strip span { padding: 7px 10px; font-size: .58rem; }
  .catalog-category-strip span:nth-child(2) { border-right: 0; }
  .catalog-category-strip span:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .catalog-heading { grid-template-columns: 1fr; gap: 4px; }
  .catalog-heading h2 { font-size: clamp(1.72rem, 7.8vw, 2.2rem); }
  .catalog-heading > p { overflow: hidden; max-height: 2.8em; font-size: .62rem; line-height: 1.35; }
  .catalog-apparel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 9px; }
  .catalog-product-card { padding: 7px 9px 9px; border-radius: 9px; }
  .catalog-product-card:nth-child(3) { grid-column: 1 / 3; grid-template-columns: 44% 56%; grid-template-rows: 1fr; }
  .catalog-product-card:nth-child(3) img { grid-row: 1; }
  .catalog-product-card:nth-child(3) > div { align-self: center; padding: 9px; border-top: 0; border-left: 1px solid var(--line); }
  .catalog-product-number { top: 7px; left: 9px; font-size: .52rem; }
  .catalog-product-card > div { padding-top: 5px; }
  .catalog-product-card h3 { font-size: .86rem; }
  .catalog-product-card p { margin-top: 2px; font-size: .52rem; }
  .catalog-product-card small { font-size: .48rem; }
  .catalog-bed-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 1.05fr .95fr; gap: 6px; margin-top: 9px; }
  .catalog-bed-feature { grid-column: 1 / 3; grid-row: auto; }
  .catalog-bed-grid article { border-radius: 9px; }
  .catalog-bed-feature img { right: 0; width: 62%; height: 92%; }
  .catalog-product-copy { max-width: 45%; padding: 13px; }
  .catalog-product-copy h3 { margin-top: 2px; font-size: 1rem; }
  .catalog-product-copy p { overflow: hidden; max-height: 2.7em; margin: 4px 0 6px; font-size: .53rem; line-height: 1.3; }
  .catalog-product-copy b, .catalog-product-copy small { font-size: .49rem; }
  .catalog-bed-small > div { width: 65%; padding: 10px; }
  .catalog-bed-small h3 { margin-top: 1px; font-size: .84rem; }
  .catalog-bed-small p { margin-top: 2px; font-size: .49rem; }
  .catalog-bed-small small { font-size: .45rem; }
  .catalog-bed-small img { right: -8%; bottom: -3%; width: 69%; height: 76%; }
  .catalog-care-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: .95fr 1.05fr; gap: 5px; margin-top: 8px; }
  .catalog-care-grid > article { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; align-items: stretch; padding: 6px; border-radius: 8px; }
  .catalog-care-grid > article > span { top: 5px; left: 6px; font-size: .45rem; }
  .catalog-care-grid h3 { font-size: .68rem; }
  .catalog-care-grid p { margin-top: 1px; font-size: .45rem; }
  .catalog-care-grid small { font-size: .42rem; }
  .catalog-surgical-card { grid-template-columns: 1fr 1fr !important; grid-template-rows: 1fr !important; }
  .catalog-surgical-card > div { align-self: center; padding: 8px; }
  .catalog-surgical-card .eyebrow { margin: 3px 0 4px; font-size: .46rem; }
  .catalog-surgical-card h3 { font-size: .9rem; }
  .catalog-surgical-card p:not(.eyebrow) { overflow: hidden; max-height: 2.8em; font-size: .48rem; line-height: 1.35; }
  .catalog-surgical-card b { margin-top: 4px; font-size: .45rem; }
  .catalog-care-bottom { padding-top: 5px; font-size: .5rem; }
  .catalog-care-bottom > div { gap: 10px; }
  .contact-snap { height: calc(100svh - 70px); }
  .contact-screen { padding: 14px 0; }
  .contact-connect-layout, .contact-base-content, .contact-bottom { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; }
  .contact-connect-layout { grid-template-columns: 1fr; grid-template-rows: minmax(0, .62fr) minmax(0, 1.38fr); gap: 9px; }
  .contact-photo { border-radius: 10px; }
  .contact-photo figcaption { right: 11px; bottom: 8px; left: 11px; }
  .contact-photo figcaption span { font-size: .43rem; }
  .contact-photo figcaption strong { margin-top: 2px; font-size: .68rem; }
  .contact-connect-content { grid-template-rows: auto minmax(0, 1fr); }
  .contact-heading { width: 100%; max-width: 100%; min-width: 0; }
  .contact-heading h1 { max-width: 100%; font-size: clamp(1.75rem, 7.8vw, 2.15rem); line-height: 1.03; overflow-wrap: break-word; }
  .contact-heading > p:not(.eyebrow) { overflow: hidden; max-height: 4.2em; margin-top: 6px; font-size: .61rem; line-height: 1.35; }
  .contact-commercial-stack { align-self: start; grid-template-rows: auto auto auto; width: 100%; max-width: 100%; min-width: 0; margin-top: 8px; overflow: hidden; }
  .contact-whatsapp-panel { min-height: 116px; padding: 11px; border-radius: 10px; }
  .contact-whatsapp-kicker { font-size: .43rem; }
  .contact-whatsapp-label { margin-top: 8px; font-size: .48rem; }
  .contact-whatsapp-panel strong { font-size: .92rem; }
  .contact-whatsapp-action { position: static; align-self: flex-end; gap: 6px; margin-top: 8px; font-size: .5rem; }
  .contact-whatsapp-action b { font-size: .78rem; }
  .contact-secondary-row { width: 100%; max-width: 100%; min-width: 0; margin-top: 9px; overflow: hidden; }
  .contact-secondary-row a { gap: 2px; padding: 7px 0; }
  .contact-secondary-row a + a { padding-left: 11px; }
  .contact-secondary-row span { font-size: .41rem; }
  .contact-secondary-row strong { font-size: .58rem; }
  .contact-guidance { margin-top: 9px; padding-top: 7px; }
  .contact-guidance > span { font-size: .4rem; }
  .contact-guidance p { margin-top: 3px; font-size: .47rem; line-height: 1.3; }
  .contact-guidance b { padding-inline: 3px; }
  .contact-channel-icon { width: 30px; height: 30px; border-radius: 8px; }
  .contact-channel-icon svg { width: 17px; height: 17px; }
  .contact-address-card > span { margin-top: 5px; font-size: .42rem; }
  .contact-base { padding-bottom: 5px; }
  .contact-base-content > *, .contact-base-grid, .contact-base-panel { width: 100%; max-width: 100%; min-width: 0; }
  .contact-base-heading { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .contact-base-heading h2 { max-width: 100%; font-size: clamp(1.55rem, 7.2vw, 2rem); line-height: 1.04; overflow-wrap: anywhere; }
  .contact-base-heading > p { overflow: hidden; max-height: 2.8em; font-size: .6rem; line-height: 1.35; }
  .contact-base-grid { grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, .85fr) minmax(0, 1.15fr); margin-top: 9px; border-radius: 9px; }
  .contact-region-map { min-height: 0; }
  .contact-base-panel { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 9px 14px; padding: 12px 14px; }
  .contact-base-panel-block > span { font-size: .42rem; }
  .contact-base-panel-block h3 { margin-top: 5px; font-size: .88rem; }
  .contact-base-panel-block address { margin-top: 5px; font-size: .55rem; line-height: 1.4; }
  .contact-base-region { margin-top: 0; padding: 0 0 0 14px; border-top: 0; border-left: 1px solid rgb(255 255 255 / 17%); }
  .contact-base-region strong { margin-top: 5px; font-size: .72rem; line-height: 1.25; }
  .contact-base-cta { grid-column: 1 / 3; padding-top: 8px; font-size: .53rem; }
  .contact-base-cta b { font-size: .82rem; }
  .contact-bottom { padding-top: 4px; font-size: .46rem; }
  .company-snap { height: calc(100svh - 70px); }
  .company-screen { padding: 14px 0; }
  .company-intro-layout, .company-content, .company-bottom { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; }
  .company-intro-layout { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr) auto; gap: 8px; }
  .company-intro-copy h1 { font-size: clamp(2.05rem, 9.5vw, 2.65rem); }
  .company-intro-copy > p:not(.eyebrow) { overflow: hidden; max-height: 4.2em; margin-top: 9px; font-size: .69rem; line-height: 1.4; }
  .company-tags { gap: 4px; margin-top: 9px; }
  .company-tags span { padding: 4px 7px; font-size: .5rem; }
  .company-intro-photo { grid-column: 1; grid-row: 2; border-radius: 10px; }
  .company-intro-photo figcaption { right: 11px; bottom: 8px; left: 11px; font-size: .5rem; }
  .company-history-note { padding-top: 7px; }
  .company-history-note strong { font-size: .67rem; }
  .company-history-note p { overflow: hidden; max-height: 2.7em; margin-top: 2px; font-size: .5rem; line-height: 1.35; }
  .company-operation { padding-bottom: 5px; }
  .company-heading { grid-template-columns: 1fr; gap: 4px; }
  .company-heading h2 { font-size: clamp(1.72rem, 7.8vw, 2.18rem); }
  .company-heading > p { overflow: hidden; max-height: 2.8em; font-size: .61rem; line-height: 1.35; }
  .company-operation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 1.1fr .7fr .95fr; gap: 6px; margin-top: 8px; }
  .company-team-card { grid-column: 1 / 4; grid-row: auto; }
  .company-sewing-card { grid-column: 1 / 4; }
  .company-team-card, .company-sewing-card, .company-fact { border-radius: 9px; }
  .company-team-card figcaption, .company-sewing-card figcaption { right: 9px; bottom: 7px; left: 9px; }
  .company-team-card figcaption span, .company-sewing-card figcaption span { font-size: .43rem; }
  .company-team-card figcaption strong, .company-sewing-card figcaption strong { font-size: .62rem; }
  .company-fact { padding: 8px; }
  .company-fact .info-card-icon { width: 28px; height: 28px; border-radius: 7px; }
  .company-fact .info-card-icon svg { width: 16px; height: 16px; }
  .company-fact > span { font-size: .44rem; }
  .company-fact strong { font-size: .87rem; }
  .company-fact p { overflow: hidden; max-height: 3.8em; margin-top: 3px; font-size: .45rem; line-height: 1.25; }
  .company-bottom { grid-template-columns: auto 1fr; gap: 9px; padding-top: 4px; font-size: .47rem; }
  .company-bottom p { display: none; }
  .company-bottom a { justify-self: end; }
  .company-sustainability-stage { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1.08fr) minmax(0, .92fr); gap: 6px; margin-top: 8px; }
  .company-sustainability-photo, .company-sustainability-panel { border-radius: 9px; }
  .company-sustainability-photo figcaption { right: 11px; bottom: 9px; left: 11px; }
  .company-sustainability-photo figcaption span { font-size: .43rem; }
  .company-sustainability-photo figcaption strong { max-width: 300px; margin-top: 2px; font-size: .65rem; }
  .company-sustainability-panel { padding: 11px 13px; }
  .company-sustainability-panel > span { font-size: .42rem; }
  .company-water-metric { display: grid; grid-template-columns: .55fr 1.45fr; gap: 10px; align-items: center; padding: 8px 0; margin-top: 6px; }
  .company-water-metric strong { font-size: 2.15rem; }
  .company-water-metric p { margin: 0; font-size: .47rem; line-height: 1.35; }
  .company-resource-lines { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 7px; }
  .company-resource-lines > div { padding-top: 6px; border-top: 1px solid rgb(255 255 255 / 14%); }
  .company-resource-lines > div + div { margin-top: 0; }
  .company-resource-lines strong { font-size: .48rem; }
  .company-resource-lines p { margin-top: 2px; font-size: .4rem; line-height: 1.3; }
  .company-innovation { padding-bottom: 5px; }
  .company-innovation-stage { grid-template-columns: 1fr; grid-template-rows: minmax(0, .72fr) minmax(0, 1.28fr); width: auto; max-width: none; margin-top: 8px; border-radius: 9px; }
  .company-innovation-photo::after { background: linear-gradient(180deg, transparent 68%, rgb(4 72 75 / 22%)); }
  .company-innovation-panel { padding: 12px 14px; }
  .company-innovation-heading h2 { font-size: clamp(1.72rem, 7.8vw, 2.18rem); line-height: 1; }
  .company-innovation-heading > p { overflow: hidden; max-height: 2.8em; font-size: .61rem; line-height: 1.35; }
  .company-innovation-pillars { margin-top: 4px; }
  .company-innovation-pillar { grid-template-columns: 38px minmax(0, 1fr); gap: 8px; padding: 5px 0; }
  .company-innovation-icon { width: 34px; height: 34px; }
  .company-innovation-icon svg { width: 19px; height: 19px; }
  .company-innovation-pillar strong { font-size: .54rem; letter-spacing: .035em; }
  .company-innovation-pillar p { overflow: hidden; max-height: 2.5em; margin-top: 2px; color: white; font-size: .43rem; line-height: 1.25; }
  .company-innovation-closing { padding-top: 6px; font-size: .78rem; }
}

/* Tecnologia — composição visual única para gestão RFID */
.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;
}

/* Composição institucional de Serviços — alinhada à Home aprovada */
.services-page { --services-header-height: 82px; display: grid; grid-template-rows: var(--services-header-height) minmax(0, 1fr); height: 100dvh; min-height: 0; overflow: hidden; background: #e8f1f0; }
.services-snap { height: 100%; min-height: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.service-screen { position: relative; display: flex; width: 100%; min-height: 100%; height: 100%; padding: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; }

.service-opening, .service-closing { align-items: center; justify-content: center; padding: clamp(18px, 2.8vh, 28px) clamp(20px, 2.7vw, 46px); background: radial-gradient(circle at 50% 18%, #1d5a5d 0%, #0b3538 48%, #05292b 100%); }
.service-opening-stage, .service-closing-stage { position: relative; width: min(100%, 1540px); height: 100%; max-height: 820px; overflow: hidden; color: white; background: var(--teal-dark); border: 1px solid rgb(255 255 255 / 14%); border-radius: 16px; box-shadow: 0 32px 85px rgb(0 18 20 / 38%); isolation: isolate; }
.service-opening-stage > img, .service-closing-stage > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05) brightness(.85); }
.service-opening-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(2 26 28 / 90%) 0%, rgb(2 32 34 / 68%) 44%, rgb(2 29 31 / 12%) 75%), linear-gradient(0deg, rgb(1 22 24 / 48%), transparent 46%); }
.service-opening-copy { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding-top: clamp(40px, 6vh, 70px); padding-bottom: clamp(44px, 7vh, 74px); }
.eyebrow-light { color: #74d8d5; }
.service-opening-copy h1 { max-width: 830px; margin: 6px 0 0; color: white; font-size: clamp(3.1rem, 5.6vw, 5.7rem); font-weight: 580; letter-spacing: -.066em; line-height: .9; text-shadow: 0 8px 38px rgb(0 0 0 / 34%); text-wrap: balance; }
.service-opening-copy > p:last-child { max-width: 650px; margin: clamp(20px, 3vh, 30px) 0 0; color: rgb(255 255 255 / 76%); font-size: clamp(.86rem, 1.05vw, 1rem); line-height: 1.65; }

.service-flow { padding: clamp(23px, 3.7vh, 42px) 0; background: linear-gradient(145deg, #f5f9f8, #e8f2f1); }
.service-flow-content, .service-integrated-content { display: grid; grid-template-rows: auto minmax(0, 1fr); min-height: 0; }
.service-editorial-heading { display: grid; grid-template-columns: 1.16fr .84fr; gap: clamp(44px, 6vw, 90px); align-items: end; }
.service-editorial-heading h2 { max-width: 820px; margin-top: 5px; color: var(--teal-dark); font-size: clamp(2.25rem, 3.7vw, 3.45rem); font-weight: 590; letter-spacing: -.058em; line-height: .95; }
.service-editorial-heading > p { max-width: 480px; margin: 0 0 4px; color: #49686a; font-size: .84rem; line-height: 1.55; }
.service-flow-canvas { position: relative; display: grid; min-height: 0; margin-top: clamp(18px, 2.8vh, 30px); overflow: hidden; background: #063f42; border: 1px solid rgb(6 77 80 / 14%); border-radius: 18px; box-shadow: 0 20px 48px rgb(5 65 67 / 14%); isolation: isolate; }
.service-flow-canvas::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 48%, rgb(55 201 198 / 15%), transparent 34%), linear-gradient(110deg, rgb(255 255 255 / 4%), transparent 38%); }
.service-flow-route { position: absolute; z-index: 2; top: clamp(18px, 3vh, 30px); right: clamp(20px, 2.5vw, 36px); left: clamp(20px, 2.5vw, 36px); display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); padding: 0; margin: 0; list-style: none; }
.service-flow-route::before { position: absolute; top: 8px; right: 5%; left: 5%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgb(107 219 215 / 70%) 8%, rgb(107 219 215 / 70%) 92%, transparent); }
.service-flow-route li { position: relative; padding: 26px 8px 0; color: rgb(255 255 255 / 64%); font-size: clamp(.58rem, .68vw, .68rem); font-weight: 700; line-height: 1.25; text-align: center; }
.service-flow-route li::before { position: absolute; top: 3px; left: calc(50% - 5px); width: 10px; height: 10px; content: ""; background: #67d8d5; border: 3px solid #063f42; border-radius: 50%; box-shadow: 0 0 0 1px rgb(103 216 213 / 60%); }
.service-flow-focus { position: relative; z-index: 1; display: grid; place-content: center; align-self: center; justify-self: center; width: min(62%, 720px); min-height: 42%; padding: 38px; color: white; text-align: center; border: 1px solid rgb(124 224 220 / 18%); border-radius: 50%; background: radial-gradient(circle, rgb(24 115 115 / 42%), rgb(6 63 66 / 8%) 66%); }
.service-flow-focus span { color: #83deda; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-flow-focus strong { margin-top: 10px; font-size: clamp(1.65rem, 2.7vw, 2.8rem); font-weight: 570; letter-spacing: -.05em; line-height: 1; }
.service-flow-visual { display: grid; min-width: 0; min-height: 0; margin: clamp(14px, 2.2vh, 24px) 0 0; overflow: hidden; background: #004b4e; border: 1px solid rgb(6 77 80 / 10%); border-radius: 18px; box-shadow: 0 20px 48px rgb(5 65 67 / 13%); }
.service-flow-visual img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }

.service-integrated { padding: clamp(22px, 3.4vh, 38px) 0; background: white; }
.service-integrated-heading h2 { max-width: 760px; }
.service-integrated-mosaic { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: .83fr 1.17fr; gap: 3px; min-height: 0; margin-top: clamp(16px, 2.6vh, 28px); overflow: hidden; background: #0b484a; border: 1px solid rgb(6 77 80 / 14%); border-radius: 18px; box-shadow: 0 20px 48px rgb(5 65 67 / 13%); }
.service-integrated-mosaic figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; isolation: isolate; }
.service-integrated-mosaic figure::after { position: absolute; z-index: -1; inset: 28% 0 0; content: ""; background: linear-gradient(transparent, rgb(2 28 30 / 90%)); }
.service-integrated-mosaic img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04) brightness(.9); }
.service-integrated-main { grid-row: 1 / 3; }
.service-integrated-main figcaption { position: absolute; right: clamp(20px, 2.5vw, 34px); bottom: clamp(20px, 3vh, 32px); left: clamp(20px, 2.5vw, 34px); display: grid; gap: 8px; color: white; }
.service-integrated-main figcaption span, .service-integrated-panel span, .service-integrated-support span { color: #7fdfdb; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.service-integrated-main figcaption strong { max-width: 510px; font-size: clamp(1.35rem, 2.15vw, 2.2rem); font-weight: 560; letter-spacing: -.04em; line-height: 1.05; }
.service-integrated-panel { display: flex; flex-direction: column; justify-content: center; min-height: 0; padding: clamp(22px, 3vw, 40px); color: white; background: linear-gradient(135deg, #07595c, #043d40); }
.service-integrated-panel > .eyebrow { margin-bottom: clamp(12px, 2vh, 22px); }
.service-integrated-panel > div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 18px; padding: 12px 0; border-top: 1px solid rgb(255 255 255 / 13%); }
.service-integrated-panel p, .service-integrated-support p { margin: 0; color: rgb(255 255 255 / 66%); font-size: .7rem; line-height: 1.42; }
.service-integrated-support figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(2, 1fr); color: white; background: rgb(3 42 44 / 82%); backdrop-filter: blur(8px); }
.service-integrated-support figcaption > div { padding: clamp(16px, 2vw, 24px); }
.service-integrated-support figcaption > div + div { border-left: 1px solid rgb(255 255 255 / 13%); }
.service-integrated-support p { margin-top: 6px; }

.service-closing { background: #052d2f; }
.service-closing-stage { display: flex; flex-direction: column; justify-content: flex-end; }
.service-closing-stage > img { object-position: center 52%; }
.service-closing-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(2 27 29 / 90%), rgb(2 31 33 / 58%) 48%, rgb(2 31 33 / 16%) 78%), linear-gradient(0deg, rgb(1 22 24 / 60%), transparent 52%); }
.service-closing-copy { margin-top: auto; padding-bottom: clamp(42px, 7vh, 76px); }
.service-closing-copy h2 { max-width: 760px; margin-top: 5px; color: white; font-size: clamp(2.65rem, 4.4vw, 4.6rem); font-weight: 570; letter-spacing: -.062em; line-height: .92; text-wrap: balance; }
.service-closing-copy > p:not(.eyebrow) { max-width: 590px; margin: 22px 0 27px; color: rgb(255 255 255 / 72%); font-size: .88rem; line-height: 1.6; }
.button-light { color: var(--teal-dark); background: white; box-shadow: 0 12px 30px rgb(0 0 0 / 16%); }
.button-light:hover { color: var(--teal-dark); background: #e8f6f5; }
.services-mini-footer { display: flex; justify-content: space-between; margin-top: auto; padding: 10px 0 9px; color: rgb(255 255 255 / 55%); font-size: .62rem; border-top: 1px solid rgb(255 255 255 / 16%); }

@media (max-height: 820px) and (min-width: 901px) {
  .service-flow, .service-integrated { padding-block: 22px; }
  .service-editorial-heading h2 { font-size: clamp(2.05rem, 3.25vw, 2.9rem); }
  .service-flow-canvas, .service-flow-visual, .service-integrated-mosaic { margin-top: 15px; }
  .service-opening-copy, .service-closing-copy { padding-bottom: 42px; }
  .service-opening-copy h1 { font-size: clamp(3rem, 5vw, 4.6rem); }
  .service-closing-copy h2 { font-size: clamp(2.5rem, 4vw, 3.8rem); }
}

@media (max-width: 900px) {
  .services-page { display: block; height: auto; min-height: 100%; overflow: visible; }
  .services-snap { height: auto; overflow: visible; scroll-snap-type: none; }
  .service-screen { height: auto; min-height: calc(100svh - var(--services-header-height)); overflow: visible; scroll-snap-align: none; }
  .service-opening, .service-closing { min-height: calc(100svh - var(--services-header-height)); padding: 16px; }
  .service-opening-stage, .service-closing-stage { min-height: calc(100svh - var(--services-header-height) - 32px); }
  .service-opening-copy h1 { max-width: 680px; font-size: clamp(3rem, 8vw, 4.8rem); }
  .service-flow, .service-integrated { padding: 54px 0; }
  .service-flow-content, .service-integrated-content { display: block; }
  .service-editorial-heading { grid-template-columns: 1fr; gap: 16px; }
  .service-editorial-heading > p { max-width: 620px; }
  .service-flow-canvas { min-height: 540px; margin-top: 30px; }
  .service-flow-visual { aspect-ratio: 2 / 1; margin-top: 30px; }
  .service-flow-visual img { height: auto; }
  .service-flow-route { grid-template-columns: repeat(4, 1fr); row-gap: 20px; }
  .service-flow-route::before { display: none; }
  .service-flow-route li::after { position: absolute; top: 8px; right: 0; left: 0; height: 1px; content: ""; background: rgb(107 219 215 / 34%); }
  .service-flow-focus { margin-top: 80px; width: 70%; }
  .service-integrated-mosaic { grid-template-columns: 1fr; grid-template-rows: 420px auto 360px; margin-top: 30px; }
  .service-integrated-main { grid-row: auto; }
  .service-integrated-panel > div { grid-template-columns: .8fr 1.2fr; }
  .service-closing-copy { padding-bottom: 64px; }
}

@media (max-width: 620px) {
  .services-page { --services-header-height: 70px; }
  .service-opening, .service-closing { padding: 12px; }
  .service-opening-stage, .service-closing-stage { width: 100%; min-width: 0; max-width: 100%; min-height: calc(100svh - 94px); border-radius: 13px; }
  .service-opening-copy { justify-content: flex-end; width: calc(100% - 32px); min-height: calc(100svh - 94px); margin-inline: auto; padding: 150px 0 38px; }
  .service-opening-copy h1 { max-width: 100%; font-size: clamp(2.25rem, 9.8vw, 2.65rem); line-height: .94; text-wrap: wrap; overflow-wrap: anywhere; }
  .service-opening-copy > p:last-child { max-width: 92%; font-size: .8rem; }
  .service-flow, .service-integrated { padding: 42px 0; }
  .service-editorial-heading h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .service-flow-canvas { min-height: 610px; border-radius: 13px; }
  .service-flow-visual { display: block; aspect-ratio: auto; overflow-x: auto; border-radius: 13px; scrollbar-width: thin; scrollbar-color: #42c9c5 #dcebea; }
  .service-flow-visual img { width: 960px; max-width: none; height: auto; }
  .service-flow-route { top: 22px; grid-template-columns: repeat(2, 1fr); row-gap: 14px; }
  .service-flow-route li { padding-top: 22px; }
  .service-flow-focus { align-self: end; width: 86%; min-height: 190px; margin: 0 0 48px; padding: 24px; border-radius: 50%; }
  .service-integrated-mosaic { grid-template-rows: 360px auto 340px; border-radius: 13px; }
  .service-integrated-panel { padding: 25px 22px; }
  .service-integrated-panel > div { grid-template-columns: 1fr; gap: 6px; }
  .service-integrated-support figcaption { grid-template-columns: 1fr; }
  .service-integrated-support figcaption > div + div { border-top: 1px solid rgb(255 255 255 / 13%); border-left: 0; }
  .service-closing-copy { padding-bottom: 48px; }
  .service-closing-copy h2 { font-size: clamp(2.35rem, 11vw, 3.15rem); }
  .services-mini-footer { width: calc(100% - 40px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-snap { scroll-behavior: auto; scroll-snap-type: y proximity; }
  .services-snap { scroll-behavior: auto; scroll-snap-type: y proximity; }
  .technology-snap { scroll-behavior: auto; scroll-snap-type: y proximity; }
  .structure-snap { scroll-behavior: auto; scroll-snap-type: y proximity; }
  .catalog-snap { scroll-behavior: auto; scroll-snap-type: y proximity; }
  .company-snap { scroll-behavior: auto; scroll-snap-type: y proximity; }
  .contact-snap { scroll-behavior: auto; scroll-snap-type: y proximity; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-height: 720px) and (min-width: 621px) {
  .home-panel-company { padding-top: 20px; }
  .operation-showcase { margin: 14px 0; }
  .home-company-heading h2 { font-size: 2.45rem; }
}

/* Em tablets e celulares os quadros crescem naturalmente para preservar a leitura. */
@media (max-width: 900px) {
  .home-page { display: block; height: auto; min-height: 100svh; overflow: visible; }
  .home-snap { height: auto; overflow: visible; scroll-snap-type: none; }
  .home-panel { height: auto; min-height: calc(100svh - 82px); overflow: visible; scroll-snap-align: none; scroll-snap-stop: normal; }
  .home-panel-video { padding-block: 18px; }
  .home-video-stage { height: calc(100svh - 118px); min-height: 480px; max-height: 760px; }
  .home-panel-company { padding-block: clamp(32px, 5vw, 52px) 16px; }
  .home-company-content { display: block; }
  .operation-showcase { grid-auto-rows: minmax(220px, 28vw); min-height: auto; }
  .operation-card { min-height: 220px; }
  .home-company-bottom { margin-top: 24px; }
  .home-mini-footer { margin-top: 28px; }
}

@media (min-width: 901px) and (max-height: 820px) {
  .home-panel-company { padding: 18px 0 7px; }
  .home-company-heading { gap: 42px; }
  .home-company-heading .eyebrow { margin-bottom: 5px; font-size: .65rem; }
  .home-company-heading h2 { font-size: clamp(2.35rem, 3.4vw, 3rem); }
  .home-company-heading > p { font-size: .78rem; line-height: 1.42; }
  .operation-showcase { margin: 10px 0; border-radius: 14px; }
  .operation-card > div { bottom: 14px; }
  .operation-card strong { font-size: clamp(1.45rem, 2.1vw, 1.95rem); }
  .operation-card span { margin-top: 4px; font-size: .63rem; }
  .home-company-bottom { gap: 20px; }
  .home-company-bottom > p { font-size: .74rem; }
  .home-company-bottom .text-arrow { font-size: .77rem; }
  .home-company-bottom .button { min-height: 38px; padding: 7px 15px; font-size: .76rem; }
  .home-mini-footer { padding-top: 6px; font-size: .58rem; }
}

@media (max-width: 620px) {
  .home-page { --home-header-height: 70px; }
  .home-panel { min-height: calc(100svh - 70px); }
  .home-panel-video { padding: 12px; }
  .home-video-stage { width: 100%; height: calc(100svh - 94px); min-height: 520px; border-radius: 13px; }
  .home-video-stage h1 { right: 24px; bottom: 38px; left: 24px; max-width: calc(100% - 48px); font-size: clamp(2.25rem, 10vw, 2.7rem); line-height: .92; }
  .home-video-stage h1::before { width: 40px; margin-bottom: 15px; }
  .home-panel-company { padding-top: 34px; }
  .home-company-heading > p { max-height: none; margin-top: 10px; font-size: .76rem; line-height: 1.5; }
  .operation-showcase { gap: 2px; grid-auto-rows: minmax(168px, 47vw); margin: 20px 0 0; border-radius: 13px; }
  .operation-card { min-height: 168px; border-radius: 0; }
  .operation-card strong { font-size: clamp(1.35rem, 6vw, 1.7rem); }
  .operation-card span { margin-top: 5px; font-size: .62rem; }
  .home-company-bottom { margin-top: 22px; }
}

/* Tecnologia — rastreabilidade RFID como ferramenta de gestão */
.technology-page { --technology-header-height: 82px; display: grid; grid-template-rows: var(--technology-header-height) minmax(0, 1fr); height: 100dvh; min-height: 0; overflow: hidden; background: #e8f1f0; }
.technology-snap { height: 100%; min-height: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: var(--teal) #e5efee; scrollbar-width: thin; }
.technology-screen { position: relative; display: flex; width: 100%; height: 100%; min-height: 100%; padding: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; }

.tech-action { padding: 16px; background: #dfeae9; }
.tech-action-stage { position: relative; display: grid; grid-template-columns: minmax(270px, .54fr) minmax(0, 1.46fr); gap: clamp(16px, 2vw, 30px); width: min(100%, 1540px); min-width: 0; height: 100%; max-height: 820px; padding: clamp(18px, 2.2vw, 32px); margin: auto; overflow: hidden; color: white; background: radial-gradient(circle at 22% 20%, #0d6769, #043f42 56%, #022f32); border: 1px solid rgb(255 255 255 / 12%); border-radius: 16px; box-shadow: 0 32px 85px rgb(0 18 20 / 28%); isolation: isolate; }
.tech-action-stage::before { position: absolute; inset: 0; z-index: -1; content: ""; opacity: .45; background: radial-gradient(circle at 13% 78%, rgb(64 207 202 / 18%), transparent 27%), linear-gradient(120deg, rgb(255 255 255 / 4%), transparent 35%); }
.tech-action-copy { display: flex; flex-direction: column; justify-content: flex-end; width: 100%; min-width: 0; max-width: 100%; padding: 0 0 clamp(26px, 4vh, 46px); margin-inline: 0; }
.tech-action-copy h1 { max-width: 500px; margin-top: 7px; color: white; font-size: clamp(2.7rem, 4.4vw, 4.55rem); font-weight: 570; letter-spacing: -.066em; line-height: .91; text-wrap: balance; }
.tech-action-copy > p:last-child { max-width: 430px; margin: clamp(18px, 2.4vh, 25px) 0 0; color: rgb(255 255 255 / 70%); font-size: clamp(.78rem, .9vw, .9rem); line-height: 1.55; }
.tech-action-video { position: relative; display: grid; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #022d30; border: 1px solid rgb(255 255 255 / 12%); border-radius: 13px; box-shadow: 0 22px 58px rgb(0 18 20 / 34%); }
.tech-action-video video { display: block; width: 100%; max-width: 100%; min-width: 0; height: 100%; min-height: 0; object-fit: contain; background: #021f22; }
.tech-action-video figcaption { position: absolute; right: 14px; bottom: 12px; left: 14px; display: flex; justify-content: space-between; gap: 18px; padding: 9px 12px; color: rgb(255 255 255 / 72%); font-size: .59rem; font-weight: 700; background: rgb(1 28 30 / 70%); border: 1px solid rgb(255 255 255 / 10%); border-radius: 8px; backdrop-filter: blur(10px); pointer-events: none; }

.tech-control { padding: clamp(20px, 3vh, 32px) 0 10px; background: linear-gradient(145deg, #f4f9f8, #e5f0ef); }
.tech-control-content, .tech-system-content { display: grid; grid-template-rows: auto minmax(0, 1fr); min-height: 0; }
.tech-editorial-heading { display: grid; grid-template-columns: 1.14fr .86fr; gap: clamp(42px, 6vw, 88px); align-items: end; }
.tech-editorial-heading h2 { max-width: 790px; margin-top: 5px; color: var(--teal-dark); font-size: clamp(2.3rem, 3.7vw, 3.5rem); font-weight: 580; letter-spacing: -.06em; line-height: .94; text-wrap: balance; }
.tech-editorial-heading > p { max-width: 490px; margin: 0 0 4px; color: #49686a; font-size: .82rem; line-height: 1.55; }
.tech-control-heading h2 { max-width: 730px; }
.tech-control-board { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(82px, .15fr) minmax(0, 1fr); min-height: 0; margin-top: clamp(14px, 2.2vh, 23px); overflow: hidden; color: white; background: #063f42; border: 1px solid rgb(6 77 80 / 14%); border-radius: 18px; box-shadow: 0 20px 48px rgb(5 65 67 / 14%); isolation: isolate; }
.tech-control-board::before { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 77% 40%, rgb(53 202 197 / 15%), transparent 34%), linear-gradient(110deg, rgb(255 255 255 / 4%), transparent 38%); }
.tech-board-label { color: #72d9d5; font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tech-frictions { display: flex; flex-direction: column; min-width: 0; padding: clamp(21px, 2.5vw, 34px); background: linear-gradient(120deg, rgb(0 28 30 / 42%), transparent); }
.tech-frictions ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); flex: 1; padding: 0; margin: clamp(14px, 2vh, 21px) 0 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 12%); border-left: 1px solid rgb(255 255 255 / 12%); }
.tech-frictions li { display: grid; grid-template-columns: clamp(42px, 4vw, 54px) minmax(0, 1fr); gap: clamp(10px, 1.2vw, 16px); align-items: center; min-width: 0; padding: clamp(12px, 1.6vw, 20px); border-right: 1px solid rgb(255 255 255 / 12%); border-bottom: 1px solid rgb(255 255 255 / 12%); }
.tech-frictions strong { font-size: clamp(.9rem, 1.2vw, 1.08rem); font-weight: 650; letter-spacing: -.02em; }
.tech-frictions small { max-width: 175px; margin-top: 7px; color: rgb(255 255 255 / 52%); font-size: .62rem; line-height: 1.4; }
.tech-frictions li > div { display: flex; flex-direction: column; min-width: 0; }
.tech-control-icon { position: relative; display: grid; place-items: center; width: clamp(42px, 4vw, 54px); aspect-ratio: 1; color: #9be4e1; background: linear-gradient(145deg, rgb(15 126 127 / 72%), rgb(3 73 77 / 92%)); border: 1px solid rgb(111 224 220 / 40%); border-radius: 50%; box-shadow: 0 8px 24px rgb(0 20 22 / 20%); }
.tech-control-icon svg { width: 52%; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.tech-control-icon-problem { color: #79d6d2; background: rgb(255 255 255 / 6%); }
.tech-control-x { position: absolute; top: -4px; right: -4px; display: grid; place-items: center; width: 19px; height: 19px; color: white; font-size: .76rem; font-weight: 900; line-height: 1; background: #d84d54; border: 2px solid #063f42; border-radius: 50%; box-shadow: 0 4px 12px rgb(87 12 19 / 32%); }
.tech-control-transition { display: grid; place-content: center; place-items: center; min-width: 0; color: #6de0dc; border-right: 1px solid rgb(255 255 255 / 10%); border-left: 1px solid rgb(255 255 255 / 10%); }
.tech-control-transition span { display: grid; place-items: center; width: 56px; height: 56px; font-size: .65rem; font-weight: 900; letter-spacing: .08em; border: 1px solid rgb(109 224 220 / 62%); border-radius: 50%; box-shadow: 0 0 34px rgb(56 206 201 / 13%); }
.tech-control-transition svg { width: 62px; margin-top: 13px; fill: none; stroke: #6de0dc; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.tech-information { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; min-width: 0; padding: clamp(21px, 2.5vw, 34px); }
.tech-information ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; padding: 0; margin: clamp(14px, 2vh, 21px) 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 12%); border-left: 1px solid rgb(255 255 255 / 12%); }
.tech-information li { display: grid; grid-template-columns: clamp(42px, 4vw, 54px) minmax(0, 1fr); gap: clamp(10px, 1.2vw, 16px); align-items: center; min-width: 0; padding: clamp(12px, 1.6vw, 20px); color: rgb(255 255 255 / 78%); font-size: clamp(.68rem, .85vw, .82rem); font-weight: 700; line-height: 1.35; border-right: 1px solid rgb(255 255 255 / 12%); border-bottom: 1px solid rgb(255 255 255 / 12%); }
.tech-information-result { align-self: end; padding-top: clamp(12px, 1.7vh, 18px); border-top: 1px solid rgb(255 255 255 / 12%); }
.tech-information-result strong { font-size: clamp(1.2rem, 1.7vw, 1.55rem); font-weight: 570; letter-spacing: -.035em; }
.tech-information-result p { max-width: 470px; margin: 8px 0 0; color: rgb(255 255 255 / 60%); font-size: .68rem; line-height: 1.45; }

.tech-system { padding: clamp(20px, 3vh, 32px) 0 10px; background: white; }
.tech-system-content { grid-template-rows: auto minmax(0, 1fr) auto; }
.tech-system-heading h2 { max-width: 680px; }
.tech-system-stage { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); min-height: 0; margin-top: clamp(14px, 2.2vh, 23px); overflow: hidden; color: white; background: #063f42; border: 1px solid rgb(6 77 80 / 14%); border-radius: 18px; box-shadow: 0 20px 48px rgb(5 65 67 / 13%); }
.tech-system-media { display: grid; grid-template-columns: 1.06fr .94fr; min-width: 0; min-height: 0; border-right: 1px solid rgb(255 255 255 / 12%); }
.tech-system-media figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #022f32; }
.tech-system-media figure + figure { border-left: 3px solid #063f42; }
.tech-system-media video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04) brightness(.87); }
.tech-system-media figure::after { position: absolute; inset: 48% 0 0; content: ""; background: linear-gradient(transparent, rgb(1 25 27 / 86%)); pointer-events: none; }
.tech-system-media figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; color: rgb(255 255 255 / 82%); font-size: .65rem; font-weight: 750; line-height: 1.35; pointer-events: none; }
.tech-system-flow { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; min-height: 0; padding: clamp(21px, 2.6vw, 34px); }
.tech-system-flow ol { position: relative; display: grid; align-content: space-between; min-height: 0; padding: 0; margin: 0; list-style: none; }
.tech-system-flow ol::before { position: absolute; top: 18px; bottom: 18px; left: 8px; width: 1px; content: ""; background: linear-gradient(#55d3cf, rgb(85 211 207 / 18%)); }
.tech-system-flow li { position: relative; display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 13px; align-items: start; min-width: 0; }
.tech-flow-dot { position: relative; z-index: 1; width: 17px; height: 17px; margin-top: 2px; background: #063f42; border: 4px solid #62d8d4; border-radius: 50%; box-shadow: 0 0 0 3px rgb(98 216 212 / 8%); }
.tech-system-flow strong { display: block; font-size: clamp(.8rem, .95vw, .93rem); font-weight: 680; letter-spacing: -.015em; }
.tech-system-flow li p { margin: 3px 0 0; color: rgb(255 255 255 / 52%); font-size: .59rem; line-height: 1.35; }
.tech-system-closing { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; margin-top: 15px; border-top: 1px solid rgb(255 255 255 / 12%); }
.tech-system-closing p { max-width: 255px; margin: 0; color: #8be0dd; font-size: .65rem; font-weight: 800; letter-spacing: .045em; line-height: 1.45; text-transform: uppercase; }
.tech-system-closing .button { flex: 0 0 auto; min-height: 38px; padding: 8px 14px; font-size: .67rem; }
.tech-mini-footer { display: flex; justify-content: space-between; padding-top: 8px; margin-top: 8px; color: #577274; font-size: .59rem; border-top: 1px solid var(--line); }

@media (min-width: 901px) and (max-height: 820px) {
  .tech-control { padding-block: 18px; }
  .tech-system { padding-top: 17px; }
  .tech-editorial-heading h2 { font-size: clamp(2.05rem, 3.15vw, 2.85rem); }
  .tech-control-board, .tech-system-stage { margin-top: 12px; }
  .tech-frictions, .tech-information { padding: 22px; }
  .tech-action-copy h1 { font-size: clamp(2.6rem, 3.9vw, 3.75rem); }
  .tech-system-flow { padding: 19px 23px; }
  .tech-system-flow li p { font-size: .55rem; }
}

@media (max-width: 900px) {
  .technology-page { display: block; height: auto; min-height: 100svh; overflow: visible; }
  .technology-snap { height: auto; overflow: visible; scroll-snap-type: none; }
  .technology-screen { height: auto; min-height: calc(100svh - var(--technology-header-height)); overflow: visible; scroll-snap-align: none; scroll-snap-stop: normal; }
  .tech-action { padding: 16px; }
  .tech-action-stage { grid-template-columns: 1fr; grid-template-rows: auto minmax(420px, 62svh); height: auto; min-height: calc(100svh - var(--technology-header-height) - 32px); }
  .tech-action-copy { justify-content: flex-start; padding: 20px 0 0; }
  .tech-action-copy h1 { max-width: 680px; font-size: clamp(2.7rem, 7.8vw, 4.5rem); }
  .tech-action-copy > p:last-child { margin-top: 16px; }
  .tech-control, .tech-system { padding: 54px 0 24px; }
  .tech-control-content, .tech-system-content { display: block; }
  .tech-editorial-heading { grid-template-columns: 1fr; gap: 16px; }
  .tech-editorial-heading > p { max-width: 620px; }
  .tech-control-board { grid-template-columns: 1fr; margin-top: 30px; }
  .tech-control-transition { min-height: 112px; border: 0; border-top: 1px solid rgb(255 255 255 / 10%); border-bottom: 1px solid rgb(255 255 255 / 10%); }
  .tech-control-transition svg { margin-top: 10px; transform: rotate(90deg); }
  .tech-information { min-height: 410px; }
  .tech-system-stage { grid-template-columns: 1fr; min-height: 840px; margin-top: 30px; }
  .tech-system-media { min-height: 430px; border-right: 0; border-bottom: 3px solid #063f42; }
  .tech-system-flow { min-height: 410px; }
  .tech-mini-footer { margin-top: 18px; }
}

@media (max-width: 620px) {
  .technology-page { --technology-header-height: 70px; }
  .tech-action { padding: 12px; }
  .tech-action-stage { grid-template-rows: auto minmax(300px, 48svh); padding: 18px; border-radius: 13px; }
  .tech-action-copy { padding-top: 8px; overflow-wrap: anywhere; }
  .tech-action-copy h1 { font-size: clamp(2.2rem, 10vw, 2.75rem); }
  .tech-action-video { border-radius: 10px; }
  .tech-action-video figcaption { right: 8px; bottom: 7px; left: 8px; font-size: .5rem; }
  .tech-action-video figcaption span:last-child { display: none; }
  .tech-control, .tech-system { padding-top: 42px; }
  .tech-editorial-heading h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .tech-frictions, .tech-information { padding: 23px 19px; }
  .tech-frictions ul { grid-template-columns: 1fr; }
  .tech-frictions li { min-height: 92px; }
  .tech-control-transition { min-height: 96px; }
  .tech-information { min-height: 520px; }
  .tech-information ol { grid-template-columns: 1fr; margin-block: 24px; }
  .tech-information ol::before { top: 8%; right: auto; bottom: 8%; left: 7px; width: 1px; height: auto; }
  .tech-information li { padding: 12px 0 12px 30px; text-align: left; }
  .tech-information li::before { top: calc(50% - 6px); left: 1px; }
  .tech-system-stage { min-height: 940px; border-radius: 13px; }
  .tech-system-media { grid-template-columns: 1fr; min-height: 530px; }
  .tech-system-media figure + figure { border-top: 3px solid #063f42; border-left: 0; }
  .tech-system-flow { min-height: 410px; padding: 24px 19px; }
  .tech-system-closing { align-items: flex-start; flex-direction: column; }
  .tech-mini-footer { font-size: .55rem; }
}

.tech-action-video video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

@media (min-width: 901px) and (max-width: 1500px) {
  .tech-action-stage {
    grid-template-columns: minmax(330px, .62fr) minmax(0, 1.38fr);
  }

  .tech-action-copy h1 {
    font-size: clamp(2.5rem, 3.25vw, 2.75rem);
  }
}

/* Serviços — linguagem editorial para os frames internos */
.service-continuity,
.service-production {
  padding: clamp(22px, 3.4vh, 38px) 0;
  background: linear-gradient(145deg, #f7faf9 0%, #eaf3f2 100%);
}

.service-production {
  padding-bottom: 8px;
  background: #fff;
}

.service-continuity-content,
.service-production-content {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}

.service-production-content {
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.service-continuity-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(310px, .58fr);
  min-height: 0;
  margin-top: clamp(16px, 2.6vh, 28px);
  overflow: hidden;
  color: white;
  background: #063f42;
  border: 1px solid rgb(6 77 80 / 14%);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgb(5 65 67 / 13%);
}

.service-continuity-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
}

.service-continuity-photo::after {
  position: absolute;
  z-index: -1;
  inset: 34% 0 0;
  content: "";
  background: linear-gradient(transparent, rgb(2 28 30 / 88%));
}

.service-continuity-photo img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8) contrast(1.04) brightness(.9);
}

.service-continuity-photo figcaption {
  position: absolute;
  right: clamp(22px, 2.7vw, 38px);
  bottom: clamp(22px, 3.2vh, 36px);
  left: clamp(22px, 2.7vw, 38px);
  display: grid;
  gap: 8px;
}

.service-continuity-photo figcaption span {
  color: #7fdfdb;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-continuity-photo figcaption strong {
  max-width: 600px;
  font-size: clamp(1.38rem, 2.15vw, 2.18rem);
  font-weight: 560;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.service-continuity-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(24px, 3.2vw, 44px);
  background: linear-gradient(145deg, #07595c, #043d40);
}

.service-continuity-copy > .eyebrow {
  margin-bottom: clamp(12px, 2vh, 22px);
}

.service-continuity-copy > div {
  padding: clamp(14px, 2.2vh, 22px) 0;
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.service-continuity-copy strong {
  display: block;
  color: white;
  font-size: clamp(.84rem, 1.05vw, 1rem);
  font-weight: 680;
  letter-spacing: -.015em;
}

.service-continuity-copy p:not(.eyebrow) {
  max-width: 310px;
  margin: 6px 0 0;
  color: rgb(255 255 255 / 62%);
  font-size: .68rem;
  line-height: 1.45;
}

.service-production-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, .62fr);
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  margin-top: clamp(14px, 2.2vh, 23px);
  overflow: hidden;
  background: #063f42;
  border: 1px solid rgb(6 77 80 / 14%);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgb(5 65 67 / 13%);
}

.service-production-media {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(210px, .78fr);
  min-width: 0;
  min-height: 0;
  gap: 3px;
  background: #063f42;
}

.service-production-media figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
}

.service-production-media figure::after {
  position: absolute;
  z-index: -1;
  inset: 54% 0 0;
  content: "";
  background: linear-gradient(transparent, rgb(2 27 29 / 80%));
}

.service-production-media img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.84) contrast(1.04) brightness(.93);
}

.service-production-main img {
  object-position: center 42%;
}

.service-production-detail img {
  object-position: 46% center;
}

.service-production-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: rgb(255 255 255 / 78%);
  font-size: .65rem;
  font-weight: 700;
  line-height: 1.35;
}

.service-production-assurance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(24px, 3vw, 42px);
  color: white;
  background: linear-gradient(145deg, #07595c, #043d40);
  border-left: 1px solid rgb(255 255 255 / 12%);
}

.service-production-assurance > strong {
  margin-top: 7px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 570;
  letter-spacing: -.04em;
}

.service-production-assurance ul {
  padding: 0;
  margin: clamp(18px, 2.8vh, 28px) 0;
  list-style: none;
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.service-production-assurance li {
  position: relative;
  padding: clamp(11px, 1.7vh, 16px) 0 clamp(11px, 1.7vh, 16px) 18px;
  color: rgb(255 255 255 / 74%);
  font-size: .73rem;
  font-weight: 680;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
}

.service-production-assurance li::before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #69d8d4;
  border-radius: 50%;
}

.service-production-assurance .button {
  align-self: flex-start;
  min-height: 38px;
  padding: 8px 15px;
  font-size: .68rem;
}

.service-production-flow {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0 clamp(18px, 2.4vw, 34px);
  margin: 0;
  list-style: none;
  background: #f5f9f8;
  border-top: 3px solid #063f42;
}

.service-production-flow::before {
  position: absolute;
  top: 28px;
  right: 7%;
  left: 7%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgb(20 169 166 / 16%), #20aaa6 12%, #20aaa6 88%, rgb(20 169 166 / 16%));
}

.service-production-flow li {
  position: relative;
  padding: 44px 8px 16px;
  color: #31585a;
  font-size: clamp(.6rem, .72vw, .7rem);
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
}

.service-production-flow li::before {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  content: "";
  background: #45c8c4;
  border: 3px solid #f5f9f8;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgb(32 170 166 / 45%);
}

.service-production-footer {
  color: #577274;
  border-top-color: var(--line);
}

@media (min-width: 901px) and (max-height: 820px) {
  .service-continuity,
  .service-production {
    padding-top: 18px;
  }

  .service-continuity-stage,
  .service-production-stage {
    margin-top: 12px;
  }

  .service-continuity-copy,
  .service-production-assurance {
    padding: 22px 26px;
  }

  .service-continuity-copy > div {
    padding-block: 11px;
  }

  .service-production-assurance ul {
    margin-block: 14px;
  }

  .service-production-assurance li {
    padding-block: 9px;
  }

  .service-production-flow li {
    padding-top: 38px;
    padding-bottom: 12px;
  }

  .service-production-flow::before {
    top: 24px;
  }

  .service-production-flow li::before {
    top: 18px;
  }
}

@media (max-width: 900px) {
  .service-continuity,
  .service-production {
    padding: 54px 0 24px;
  }

  .service-continuity-content,
  .service-production-content {
    display: block;
  }

  .service-continuity-stage,
  .service-production-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 30px;
  }

  .service-continuity-photo {
    min-height: 480px;
  }

  .service-continuity-copy {
    min-height: 390px;
  }

  .service-production-media {
    min-height: 520px;
  }

  .service-production-assurance {
    min-height: 390px;
    border-top: 3px solid #063f42;
    border-left: 0;
  }

  .service-production-flow {
    grid-column: auto;
  }

  .service-production-footer {
    margin-top: 18px;
  }
}

@media (max-width: 620px) {
  .service-continuity,
  .service-production {
    padding-top: 42px;
  }

  .service-continuity-stage,
  .service-production-stage {
    border-radius: 13px;
  }

  .service-continuity-photo {
    min-height: 390px;
  }

  .service-continuity-copy {
    min-height: auto;
    padding: 26px 22px;
  }

  .service-production-media {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-production-media figure {
    min-height: 340px;
  }

  .service-production-detail {
    border-top: 3px solid #063f42;
  }

  .service-production-assurance {
    min-height: auto;
    padding: 28px 22px;
  }

  .service-production-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px 18px;
  }

  .service-production-flow::before {
    display: none;
  }

  .service-production-flow li {
    padding: 18px 8px 14px 22px;
    text-align: left;
    border-bottom: 1px solid rgb(6 77 80 / 10%);
  }

  .service-production-flow li::before {
    top: 20px;
    left: 5px;
  }
}

/* Movimento editorial sutil para fotografias e cards em dispositivos com hover. */
@media (hover: hover) and (pointer: fine) {
  :where(
    .service-continuity-photo,
    .service-production-media figure,
    .company-intro-photo,
    .company-sustainability-photo,
    .company-innovation-photo,
    .company-team-card,
    .company-sewing-card,
    .structure-main-photo,
    .structure-production-grid figure,
    .structure-logistics-grid article,
    .structure-overview-facts article,
    .company-fact,
    .catalog-product-card,
    .catalog-bed-grid article,
    .catalog-care-grid > article,
    .contact-photo
  ) {
    transition: translate .42s ease, box-shadow .42s ease, border-color .42s ease;
    will-change: translate;
  }

  :where(
    .service-continuity-photo,
    .service-production-media figure,
    .company-intro-photo,
    .company-sustainability-photo,
    .company-innovation-photo,
    .company-team-card,
    .company-sewing-card,
    .structure-main-photo,
    .structure-production-grid figure,
    .structure-logistics-grid article,
    .structure-overview-facts article,
    .company-fact,
    .catalog-product-card,
    .catalog-bed-grid article,
    .catalog-care-grid > article,
    .contact-photo
  ) img {
    transition: scale .62s cubic-bezier(.2, .7, .2, 1), filter .62s ease;
    will-change: scale;
  }

  :where(
    .service-continuity-photo,
    .service-production-media figure,
    .company-intro-photo,
    .company-sustainability-photo,
    .company-innovation-photo,
    .company-team-card,
    .company-sewing-card,
    .structure-main-photo,
    .structure-production-grid figure,
    .structure-logistics-grid article,
    .structure-overview-facts article,
    .company-fact,
    .catalog-product-card,
    .catalog-bed-grid article,
    .catalog-care-grid > article,
    .contact-photo
  ):hover {
    translate: 0 -3px;
    border-color: rgb(13 143 143 / 34%);
    box-shadow: 0 20px 42px rgb(4 67 69 / 13%);
  }

  :where(
    .service-continuity-photo,
    .service-production-media figure,
    .company-intro-photo,
    .company-sustainability-photo,
    .company-innovation-photo,
    .company-team-card,
    .company-sewing-card,
    .structure-main-photo,
    .structure-production-grid figure,
    .structure-logistics-grid article,
    .structure-overview-facts article,
    .company-fact,
    .catalog-product-card,
    .catalog-bed-grid article,
    .catalog-care-grid > article,
    .contact-photo
  ):hover img {
    scale: 1.022;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(
    .service-continuity-photo,
    .service-production-media figure,
    .company-intro-photo,
    .company-sustainability-photo,
    .company-innovation-photo,
    .company-team-card,
    .company-sewing-card,
    .structure-main-photo,
    .structure-production-grid figure,
    .structure-logistics-grid article,
    .structure-overview-facts article,
    .company-fact,
    .catalog-product-card,
    .catalog-bed-grid article,
    .catalog-care-grid > article,
    .contact-photo
  ),
  :where(
    .service-continuity-photo,
    .service-production-media figure,
    .company-intro-photo,
    .company-sustainability-photo,
    .company-innovation-photo,
    .company-team-card,
    .company-sewing-card,
    .structure-main-photo,
    .structure-production-grid figure,
    .structure-logistics-grid article,
    .structure-overview-facts article,
    .company-fact,
    .catalog-product-card,
    .catalog-bed-grid article,
    .catalog-care-grid > article,
    .contact-photo
  ) img {
    transition: none !important;
  }
}
/* Estrutura: o vídeo da frota ocupa o mesmo enquadramento da foto original. */
.structure-fleet-card > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04) brightness(.78);
}
