:root {
    --ink: #0d2026;
    --deep: #072c36;
    --sea: #0d6674;
    --foam: #e7f0ed;
    --sand: #efe8dd;
    --coral: #ea6a4b;
    --white: #fffdf9;
    --line: rgba(13, 32, 38, .16);
    --display: "Playfair Display", Georgia, serif;
    --body: "Manrope", sans-serif;
    --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }
.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; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 86px; padding: 0 clamp(24px, 5vw, 70px); border-bottom: 1px solid rgba(255,255,255,.2); color: var(--white); background: linear-gradient(90deg, rgba(255,255,255,.2), rgba(255,255,255,.1)); box-shadow: 0 8px 30px rgba(3,23,29,.08); -webkit-backdrop-filter: blur(14px) saturate(125%); backdrop-filter: blur(14px) saturate(125%); transition: background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; border-bottom-color: transparent; color: var(--ink); background: var(--white); box-shadow: 0 2px 18px rgba(13, 32, 38, .08); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; letter-spacing: 0; }
.brand-mark { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 20px; font-style: italic; }
.brand-logo { display: block; width: 126px; height: auto; }
.desktop-nav { display: flex; gap: clamp(18px, 2.5vw, 38px); font-size: 13px; font-weight: 700; }
.desktop-nav a, .header-contact { transition: opacity .2s ease; }
.desktop-nav a:hover, .header-contact:hover { opacity: .65; }
.desktop-nav a[aria-current="page"] { padding-bottom: 4px; border-bottom: 1px solid currentColor; }
.header-contact { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; }
.header-contact svg { width: 16px; }
.menu-toggle { display: none; padding: 7px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.mobile-nav { display: none; }

.hero { position: relative; display: flex; min-height: 720px; height: 100svh; max-height: 1040px; align-items: center; overflow: hidden; color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { overflow: hidden; background: var(--deep); }
.hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: cover; transform: scale(1.06); transition: opacity 1.2s ease-in-out, transform 7s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide-one { background-image: url("../images/sede_Nautysport.jpeg"); }
.hero-slide-two { background-image: url("../images/sede_Nautysport2.jpeg"); }
.hero-slide-mobile { display: none; background-image: url("../images/WhatsApp%20Image%202026-08-07%20at%2021.47.04.jpeg"); }
.hero-shade { background: linear-gradient(90deg, rgba(1, 20, 26, .75), rgba(1, 20, 26, .18) 67%, rgba(1, 20, 26, .28)); }
.hero-content { position: relative; z-index: 1; padding-top: 95px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: currentColor; }
.light { color: var(--white); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: 0; font-weight: 600; }
h1 { max-width: 790px; margin-bottom: 24px; font-family: var(--display); font-size: clamp(56px, 8.6vw, 130px); line-height: .95; }
h1 em, h2 em { font-weight: 600; }
.hero-copy { width: min(430px, 100%); margin-bottom: 34px; font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; font-size: 12px; font-weight: 800; letter-spacing: 0; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); }
.button-primary:hover { background: #c95439; }
.button svg, .text-link svg { width: 16px; height: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.hero-foot { position: absolute; z-index: 1; right: 0; bottom: 31px; left: 0; display: flex; align-items: center; gap: 16px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-line { flex: 1; height: 1px; background: rgba(255,255,255,.45); }

.section { padding: 140px 0; }
.intro { display: grid; grid-template-columns: minmax(310px, .9fr) minmax(0, 1.55fr); gap: clamp(52px, 7vw, 105px); min-height: 760px; padding-top: 96px; padding-bottom: 96px; align-items: stretch; }
.section-label { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.intro-media { position: relative; min-width: 0; min-height: 568px; }
.intro-media .section-label { position: absolute; z-index: 2; top: 22px; left: 22px; margin: 0; padding: 9px 12px; color: var(--white); background: rgba(3,23,29,.76); backdrop-filter: blur(7px); }
.intro-content { display: grid; grid-template-columns: minmax(220px, .82fr) minmax(290px, 1.18fr); grid-template-rows: auto auto; column-gap: clamp(38px, 4vw, 68px); row-gap: clamp(34px, 4vw, 58px); align-self: center; align-items: start; }
.intro-content > .eyebrow { grid-column: 1; grid-row: 1; margin: 10px 0 0; }
.intro-content > h2 { grid-column: 2; grid-row: 1 / 3; }
.intro-content > .intro-text { grid-column: 1; grid-row: 2; }
h2 { margin-bottom: 0; font-family: var(--display); font-size: clamp(39px, 5vw, 74px); line-height: 1.02; }
.intro-text p, .brands-lead { margin-bottom: 25px; font-size: 15px; line-height: 1.8; }

.intro-gallery-featured { position: relative; width: 100%; height: 100%; margin: 0; overflow: hidden; background: var(--deep); box-shadow: 18px 18px 0 var(--foam); }
.intro-gallery-featured img { width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity .22s ease; }
.intro-gallery-featured img.is-changing { opacity: .2; }
.intro-gallery-featured figcaption { position: absolute; right: 18px; bottom: 17px; left: 18px; color: var(--white); font-family: var(--display); font-size: clamp(17px, 1.8vw, 24px); font-style: italic; text-shadow: 0 2px 18px rgba(0,0,0,.7); }
.gallery { padding: 42px 0 72px; overflow: hidden; background: var(--foam); }
.gallery-heading { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 24px; }
.gallery-heading .eyebrow { margin: 0; color: var(--sea); }
.gallery-heading > p:last-child { margin: 0; color: rgba(13,32,38,.68); font-size: 12px; }
.gallery-thumbnails { display: flex; gap: 2px; width: 100%; padding: 0; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-color: var(--sea) transparent; scrollbar-width: thin; }
.gallery-thumbnail { position: relative; flex: 0 0 clamp(180px, 18vw, 280px); height: clamp(125px, 15vw, 215px); padding: 0; overflow: hidden; border: 3px solid transparent; background: var(--deep); cursor: pointer; scroll-snap-align: start; transition: border-color .2s ease, opacity .2s ease; }
.gallery-thumbnail:nth-child(3n + 1) { flex-basis: clamp(230px, 24vw, 360px); }
.gallery-thumbnail img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: opacity .2s ease, transform .35s ease; }
.gallery-thumbnail:hover img, .gallery-thumbnail.is-active img { opacity: 1; transform: scale(1.035); }
.gallery-thumbnail.is-active { border-color: var(--coral); }
.gallery-thumbnail:focus-visible { outline: 3px solid var(--sea); outline-offset: 3px; }
.gallery-lightbox { width: 100%; max-width: none; height: 100vh; max-height: 100vh; margin: auto; padding: 0; overflow: visible; border: 0; color: var(--white); background: transparent; }
.gallery-lightbox::backdrop { background: rgba(3,18,23,.92); backdrop-filter: blur(6px); }
.gallery-lightbox-panel { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr) 58px; gap: 18px; width: min(96vw, 1480px); height: 100%; margin: 0 auto; align-items: center; }
.gallery-lightbox-figure { min-width: 0; margin: 0; text-align: center; }
.gallery-lightbox-figure img { width: 100%; height: min(80vh, 900px); object-fit: contain; }
.gallery-lightbox-figure figcaption { min-height: 32px; padding-top: 12px; font-family: var(--display); font-size: 20px; font-style: italic; }
.gallery-lightbox-arrow, .gallery-lightbox-close { display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: var(--white); background: rgba(3,23,29,.58); cursor: pointer; transition: color .2s ease, background .2s ease; }
.gallery-lightbox-arrow { width: 52px; height: 52px; }
.gallery-lightbox-arrow svg { width: 21px; height: 21px; }
.gallery-lightbox-arrow:hover, .gallery-lightbox-close:hover { color: var(--deep); background: var(--white); }
.gallery-lightbox-arrow:focus-visible, .gallery-lightbox-close:focus-visible { outline: 3px solid #9bd6d0; outline-offset: 3px; }
.gallery-lightbox-close { position: absolute; z-index: 2; top: -15px; right: 66px; width: 46px; height: 46px; font-size: 31px; line-height: 1; }

.services { color: var(--white); background: var(--deep); }
.services-head { display: grid; grid-template-columns: 23% 1fr; gap: 8%; margin-bottom: 75px; }
.service-list { border-top: 1px solid rgba(255,255,255,.28); }
.service-item { display: grid; grid-template-columns: 10% 28% 1fr auto; gap: 22px; align-items: center; min-height: 150px; border-bottom: 1px solid rgba(255,255,255,.28); transition: padding .25s ease, background-color .25s ease; }
.service-item:hover { padding: 0 18px; background: rgba(255,255,255,.06); }
.service-number { color: #85c5c3; font-family: var(--mono); font-size: 11px; }
.service-item h3 { margin: 0; font-family: var(--display); font-size: 31px; font-weight: 600; }
.service-item p { max-width: 490px; margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
.service-item > a { display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; transition: background-color .2s ease, color .2s ease; }
.service-item > a:hover { color: var(--deep); background: var(--white); }
.service-item > a svg { width: 17px; }

.brands { display: block; }
.brands > .section-label { margin-bottom: 28px; }
.brands-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 390px); gap: 80px; align-items: end; margin-bottom: 72px; }
.brands-lead { max-width: 370px; margin: 0; }
.brand-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-card { display: flex; min-height: 220px; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background-color .25s ease, transform .25s ease; }
.brand-card:hover { background: var(--foam); transform: translateY(-4px); }
.brand-card span { display: block; color: var(--sea); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.brand-card img { width: 100%; height: 88px; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.brand-card strong { align-self: center; font-family: var(--display); font-size: 28px; font-weight: 600; }

.catalogue { padding-top: 80px; background: var(--sand); }
.catalogue-intro { display: grid; grid-template-columns: 23% minmax(0, 1fr) minmax(250px, 340px); gap: 7%; align-items: end; margin-bottom: 100px; }
.catalogue-intro > p { margin: 0; font-size: 14px; line-height: 1.8; }
.catalogue-brands { display: grid; grid-template-columns: minmax(0, 1fr); gap: 110px; }
.catalogue-brand { min-width: 0; padding-top: 24px; border-top: 1px solid rgba(13, 32, 38, .26); }
.catalogue-brand-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 390px); gap: 70px; align-items: end; margin-bottom: 36px; }
.catalogue-brand-head .eyebrow { margin-bottom: 11px; color: var(--sea); }
.catalogue-brand-head h3 { margin: 0; font-family: var(--display); font-size: clamp(35px, 4vw, 59px); font-weight: 600; line-height: 1; }
.catalogue-brand-head > div:last-child > p { margin-bottom: 18px; font-size: 14px; line-height: 1.75; }
.model-carousel { position: relative; width: 100%; min-width: 0; }
.model-carousel-nav { display: flex; justify-content: flex-end; gap: 12px; margin-bottom: 18px; }
.model-carousel.is-single-view .model-carousel-nav { display: none; }
.model-carousel-btn { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; padding: 0; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); color: var(--ink); cursor: pointer; transition: background .2s ease, color .2s ease, opacity .2s ease; }
.model-carousel-btn svg { width: 18px; height: 18px; }
.model-carousel-btn:hover:not(:disabled) { background: var(--ink); color: var(--white); }
.model-carousel-btn:focus-visible { outline: 2px solid var(--sea); outline-offset: 3px; }
.model-carousel-btn:disabled { opacity: .28; cursor: not-allowed; }
.model-carousel-viewport { position: relative; width: 100%; max-width: 100%; min-width: 0; overflow: hidden; background: rgba(13, 32, 38, .2); }
.model-carousel-viewport::before,
.model-carousel-viewport::after { content: ''; position: absolute; top: 0; bottom: 0; width: 48px; z-index: 2; pointer-events: none; opacity: 0; transition: opacity .25s ease; }
.model-carousel-viewport::before { left: 0; background: linear-gradient(90deg, var(--sand), rgba(244, 240, 233, 0)); }
.model-carousel-viewport::after { right: 0; background: linear-gradient(270deg, var(--sand), rgba(244, 240, 233, 0)); }
.model-carousel:not(.is-at-start) .model-carousel-viewport::before { opacity: 1; }
.model-carousel:not(.is-at-end) .model-carousel-viewport::after { opacity: 1; }
.model-grid { display: flex; width: 100%; min-width: 0; gap: 2px; margin: 0; padding: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
.model-grid::-webkit-scrollbar { display: none; }
.model-grid:focus-visible { outline: 2px solid var(--sea); outline-offset: 4px; }
.model-card { flex: 0 0 calc((100% - 4px) / 3); max-width: calc((100% - 4px) / 3); display: flex; flex-direction: column; min-width: 0; box-sizing: border-box; background: var(--white); scroll-snap-align: start; }
.model-image { display: block; height: clamp(220px, 25vw, 340px); overflow: hidden; background: #dfe8e4; }
.catalogue-brand:not(.catalogue-brand--suzuki-marine) .model-image { height: auto; aspect-ratio: 16 / 9; }
.model-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.model-card:hover .model-image img { transform: scale(1.045); }
.model-card-body { display: flex; flex-direction: column; flex: 1; min-height: 157px; padding: 19px 21px 22px; }
.model-card-body > p:first-of-type { margin-bottom: 6px; color: var(--sea); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.model-card h4 { margin-bottom: 14px; font-family: var(--display); font-size: 26px; font-weight: 600; line-height: 1.06; }
.model-card h4 a:hover { color: var(--sea); }
.model-card-description { margin: 0 0 22px; color: rgba(13, 32, 38, .78); font-size: 13px; line-height: 1.55; }
.model-detail-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; margin-bottom: 12px; color: var(--sea); font-size: 11px; font-weight: 800; }
.model-detail-link svg { width: 14px; height: 14px; }
.model-request { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.model-request svg { width: 14px; height: 14px; }

.brand-page { background: var(--white); }
.brand-page-header { display: flex; width: min(1320px, calc(100% - 64px)); min-height: 88px; align-items: center; justify-content: space-between; margin: 0 auto; }
.brand-page-header .brand-logo { width: 126px; }
.brand-page-hero { position: relative; min-height: 620px; padding: clamp(75px, 12vw, 165px) 0 clamp(80px, 11vw, 150px); overflow: hidden; color: var(--white); background: var(--deep); }
.brand-page-hero-image, .brand-page-hero-shade { position: absolute; inset: 0; }
.brand-page-hero-image { background-position: center; background-size: cover; transform: scale(1.02); }
.brand-page-hero-shade { background: linear-gradient(90deg, rgba(3, 23, 29, .88), rgba(3, 23, 29, .48) 55%, rgba(3, 23, 29, .18)); }
.brand-page-hero-content { position: relative; z-index: 1; }
.brand-page-hero .eyebrow { color: #9bd6d0; }
.brand-page-hero h1 { max-width: 1050px; margin-bottom: 52px; font-size: clamp(58px, 10vw, 156px); }
.brand-page-summary { display: grid; grid-template-columns: minmax(0, 520px) auto; gap: 45px; align-items: end; }
.brand-page-summary p { margin: 0; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.75; }
.brand-page-summary .button { width: fit-content; }
.brand-models { padding-top: 115px; padding-bottom: 135px; }
.brand-models-head { display: grid; grid-template-columns: 20% minmax(0, 1fr) minmax(240px, 345px); gap: 7%; align-items: end; margin-bottom: 80px; }
.brand-models-head .section-label { margin: 0; }
.brand-models-head > p { margin: 0; font-size: 14px; line-height: 1.8; }
.brand-model-list { display: grid; gap: 2px; background: rgba(13, 32, 38, .2); }
.brand-model-row { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); min-height: 460px; scroll-margin-top: 110px; background: var(--white); }
.brand-model-row:target { outline: 3px solid var(--sea); outline-offset: -3px; }
.brand-model-row:nth-child(even) { grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); }
.brand-model-row:nth-child(even) .brand-model-photo { grid-column: 2; }
.brand-model-row:nth-child(even) .brand-model-copy { grid-column: 1; grid-row: 1; }
.brand-model-photo { display: block; min-height: 100%; overflow: hidden; background: var(--foam); }
.brand-page:not(.brand-page--suzuki-marine) .brand-model-photo { align-self: center; width: 100%; min-height: 0; height: auto; aspect-ratio: 16 / 9; }
.brand-model-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.brand-model-row:hover .brand-model-photo img { transform: scale(1.035); }
.brand-model-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 4vw, 60px); }
.brand-model-eyebrow { margin: 0 0 12px; color: var(--sea); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.brand-model-copy h3 { margin-bottom: 18px; font-family: var(--display); font-size: clamp(30px, 3.4vw, 50px); font-weight: 600; line-height: 1; }
.brand-model-description { margin: 0 0 26px; max-width: 520px; color: rgba(13, 32, 38, .78); font-size: 14px; line-height: 1.65; }
.brand-model-specs { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px 26px; width: 100%; margin: 0 0 32px; padding: 22px 0 0; border-top: 1px solid var(--line); }
.brand-model-spec { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.brand-model-spec dt { color: var(--sea); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.brand-model-spec dd { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.35; }
.brand-model-actions { display: flex; flex-wrap: wrap; gap: 24px 30px; align-items: center; }
.brand-page-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px max(32px, calc((100% - 1200px) / 2)); color: var(--white); background: #07181d; }
.brand-page-footer p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; }
.brand-page-footer .text-link { color: var(--white); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 9px 18px; }
.footer-legal a { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; transition: color .2s ease; }
.footer-legal a:hover { color: var(--white); }

.about-page { background: var(--white); }
.about-hero { position: relative; display: flex; min-height: 680px; height: min(88svh, 900px); align-items: flex-end; overflow: hidden; color: var(--white); background: var(--deep); }
.about-hero-image, .about-hero-shade { position: absolute; inset: 0; }
.about-hero-image { background: url("../images/sede_Nautysport.jpeg") center/cover no-repeat; transform: scale(1.015); }
.about-hero-shade { background: linear-gradient(90deg, rgba(3,23,29,.89), rgba(3,23,29,.46) 58%, rgba(3,23,29,.18)); }
.about-hero-content { position: relative; z-index: 1; padding-bottom: clamp(75px, 10vw, 125px); }
.about-hero h1 { max-width: 1000px; margin-bottom: 32px; font-size: clamp(62px, 9.5vw, 145px); }
.about-hero-content > p:last-child { max-width: 540px; margin: 0; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }
.about-story { display: grid; grid-template-columns: 18% minmax(0, 1fr) minmax(280px, 390px); gap: 7%; align-items: start; }
.about-story-heading .eyebrow { color: var(--sea); }
.about-story-heading h2 { font-size: clamp(42px, 5.5vw, 76px); }
.about-story-copy { padding-top: 36px; }
.about-story-copy p { margin-bottom: 22px; color: rgba(13,32,38,.78); font-size: 15px; line-height: 1.8; }
.about-story-image { position: relative; grid-column: 2 / 4; height: clamp(380px, 48vw, 650px); margin: 35px 0 0; overflow: hidden; background: var(--deep); box-shadow: -18px 18px 0 var(--foam); }
.about-story-image img { width: 100%; height: 100%; object-fit: cover; }
.about-story-image figcaption { position: absolute; right: 20px; bottom: 18px; padding: 8px 11px; color: var(--white); background: rgba(3,23,29,.7); font-family: var(--display); font-size: 19px; font-style: italic; }
.about-mission { color: var(--white); background: var(--deep); }
.about-mission-grid { display: grid; grid-template-columns: 18% minmax(0, 1fr) minmax(280px, 390px); gap: 7%; align-items: start; }
.about-mission h2 { max-width: 650px; }
.about-mission-copy { padding-top: 37px; }
.about-mission-copy p { color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.8; }
.about-mission-copy p:last-child { margin-bottom: 0; }
.about-section-head { display: grid; grid-template-columns: 18% minmax(0, 1fr); gap: 7%; margin-bottom: 75px; }
.about-section-head .eyebrow { color: var(--sea); }
.about-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-team-card { min-height: 330px; padding: clamp(26px, 3.5vw, 45px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.about-team-card:hover { color: var(--white); background: var(--sea); transform: translateY(-5px); }
.about-team-card > span, .about-service-grid article > span, .about-partner-list article > span { display: block; margin-bottom: 62px; color: var(--sea); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.about-team-card:hover > span { color: #9bd6d0; }
.about-team-card h3 { margin-bottom: 18px; font-family: var(--display); font-size: clamp(27px, 3vw, 37px); font-weight: 600; line-height: 1.08; }
.about-team-card p { margin: 0; color: rgba(13,32,38,.72); font-size: 13px; line-height: 1.72; }
.about-team-card:hover p { color: rgba(255,255,255,.82); }
.about-place { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); min-height: 760px; background: var(--sand); }
.about-place-image { min-height: 640px; overflow: hidden; }
.about-place-image img { width: 100%; height: 100%; object-fit: cover; }
.about-place-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 105px); }
.about-place-copy .eyebrow { color: var(--sea); }
.about-place-copy > p { max-width: 550px; color: rgba(13,32,38,.76); font-size: 14px; line-height: 1.75; }
.about-place-copy h2 { margin-bottom: 34px; }
.about-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 34px 0 0; padding-top: 28px; border-top: 1px solid rgba(13,32,38,.22); }
.about-numbers div { display: flex; flex-direction: column; gap: 6px; }
.about-numbers dt { font-family: var(--display); font-size: clamp(26px, 3vw, 39px); font-weight: 600; line-height: 1; }
.about-numbers dd { margin: 0; color: var(--sea); font-family: var(--mono); font-size: 8px; letter-spacing: .06em; line-height: 1.45; text-transform: uppercase; }
.about-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(13,32,38,.18); }
.about-service-grid article { min-height: 355px; padding: clamp(28px, 3.5vw, 44px); background: var(--foam); }
.about-service-grid article > span { margin-bottom: 72px; }
.about-service-grid h3 { margin-bottom: 18px; font-family: var(--display); font-size: clamp(27px, 3vw, 36px); font-weight: 600; line-height: 1.08; }
.about-service-grid p { margin: 0; color: rgba(13,32,38,.72); font-size: 13px; line-height: 1.72; }
.about-partners { color: var(--white); background: #07181d; }
.about-partners-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 370px); gap: 80px; align-items: end; margin-bottom: 70px; }
.about-partners-heading > p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.about-partner-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.23); border-left: 1px solid rgba(255,255,255,.23); }
.about-partner-list article { min-height: 245px; padding: clamp(26px, 3.5vw, 42px); border-right: 1px solid rgba(255,255,255,.23); border-bottom: 1px solid rgba(255,255,255,.23); }
.about-partner-list article > span { margin-bottom: 38px; color: #9bd6d0; }
.about-partner-list h3 { margin-bottom: 13px; font-family: var(--display); font-size: clamp(26px, 3vw, 36px); font-weight: 600; }
.about-partner-list p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; }
.about-closing { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, .95fr); gap: clamp(55px, 8vw, 110px); align-items: center; }
.about-closing figure { height: clamp(500px, 56vw, 720px); margin: 0; overflow: hidden; box-shadow: 18px 18px 0 var(--foam); }
.about-closing figure img { width: 100%; height: 100%; object-fit: cover; }
.about-closing > div > p:not(.eyebrow):not(.about-hours) { margin: 30px 0 26px; color: rgba(13,32,38,.75); font-size: 15px; line-height: 1.78; }
.about-closing address { display: grid; gap: 12px; margin-bottom: 20px; font-style: normal; }
.about-closing address a { display: flex; align-items: flex-start; gap: 10px; width: fit-content; font-size: 13px; font-weight: 650; }
.about-closing address svg { flex: 0 0 17px; width: 17px; color: var(--sea); }
.about-hours { color: rgba(13,32,38,.66); font-size: 11px; line-height: 1.7; }

.services-page { background: var(--white); }
.services-hero { position: relative; display: flex; min-height: 680px; height: min(88svh, 900px); align-items: flex-end; overflow: hidden; color: var(--white); background: var(--deep); }
.services-hero-image, .services-hero-shade { position: absolute; inset: 0; }
.services-hero-image { background: url("../images/sede_Nautysport2.jpeg") center/cover no-repeat; transform: scale(1.015); }
.services-hero-shade { background: linear-gradient(90deg, rgba(3,23,29,.9), rgba(3,23,29,.48) 62%, rgba(3,23,29,.2)); }
.services-hero-content { position: relative; z-index: 1; padding-bottom: clamp(75px, 10vw, 125px); }
.services-hero h1 { max-width: 1100px; margin-bottom: 32px; font-size: clamp(58px, 8.8vw, 135px); }
.services-hero-content > p:last-child { max-width: 570px; margin: 0; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }
.services-intro { display: grid; grid-template-columns: 18% minmax(0, 1fr) minmax(270px, 370px); gap: 7%; align-items: end; }
.services-intro .eyebrow { color: var(--sea); }
.services-intro > p { margin: 0; color: rgba(13,32,38,.74); font-size: 15px; line-height: 1.8; }
.service-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); min-height: 760px; background: var(--sand); }
.service-detail-reverse { grid-template-columns: minmax(430px, .95fr) minmax(0, 1.05fr); background: var(--foam); }
.service-detail-reverse .service-detail-image { grid-column: 2; }
.service-detail-reverse .service-detail-copy { grid-column: 1; grid-row: 1; }
.service-detail-image { min-height: 650px; overflow: hidden; background: var(--deep); }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-detail:hover .service-detail-image img { transform: scale(1.025); }
.service-detail-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(55px, 7vw, 105px); }
.service-detail-number { display: block; margin-bottom: 25px; color: var(--sea); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.service-detail h2 { margin-bottom: 28px; font-size: clamp(41px, 5vw, 70px); }
.service-detail-copy > p { max-width: 590px; margin-bottom: 18px; color: rgba(13,32,38,.76); font-size: 14px; line-height: 1.75; }
.service-detail-copy .service-detail-lead { color: var(--ink); font-size: 16px; font-weight: 700; line-height: 1.65; }
.service-detail-copy > .button { margin-top: 15px; }
.service-callout { max-width: 590px; margin: 8px 0 16px; padding: 21px 23px; border-left: 4px solid var(--sea); background: rgba(255,255,255,.62); }
.service-callout strong { color: var(--sea); font-family: var(--mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.service-callout p { margin: 8px 0 0; color: rgba(13,32,38,.75); font-size: 13px; line-height: 1.65; }
.services-cta { color: var(--white); background: #07181d; }
.services-cta h2 { max-width: 950px; margin-bottom: 45px; }
.services-cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }

.contact-page { background: var(--white); }
.contact-page-hero { position: relative; display: flex; min-height: 590px; height: min(74svh, 760px); align-items: flex-end; overflow: hidden; color: var(--white); background: var(--deep); }
.contact-page-hero-image, .contact-page-hero-shade { position: absolute; inset: 0; }
.contact-page-hero-image { background: url("../images/sede_Nautysport.jpeg") center/cover no-repeat; transform: scale(1.015); }
.contact-page-hero-shade { background: linear-gradient(90deg, rgba(3,23,29,.9), rgba(3,23,29,.45) 65%, rgba(3,23,29,.2)); }
.contact-page-hero-content { position: relative; z-index: 1; padding-bottom: clamp(70px, 9vw, 110px); }
.contact-page-hero h1 { margin-bottom: 28px; font-size: clamp(60px, 9vw, 132px); }
.contact-page-hero-content > p:last-child { max-width: 550px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.contact-page-main { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); gap: clamp(60px, 9vw, 130px); align-items: start; }
.contact-page-details { position: sticky; top: 125px; padding: 42px; color: var(--white); background: var(--deep); box-shadow: 18px 18px 0 var(--foam); }
.contact-page-details .section-label { margin-bottom: 38px; color: #9bd6d0; }
.contact-page-details h2 { margin-bottom: 42px; font-size: clamp(39px, 4.5vw, 60px); }
.contact-page-links { display: grid; gap: 22px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.25); }
.contact-page-links a { display: flex; align-items: flex-start; gap: 13px; font-size: 13px; font-weight: 650; overflow-wrap: anywhere; }
.contact-page-links svg { flex: 0 0 18px; width: 18px; color: #9bd6d0; }
.contact-page-links small { display: block; margin-bottom: 2px; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.contact-page-hours { margin: 34px 0 0; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.8; }
.contact-page-hours strong { color: var(--white); }
.contact-form-wrap > .eyebrow { color: var(--sea); }
.contact-form-wrap > h2 { margin-bottom: 50px; font-size: clamp(42px, 5vw, 70px); }
.contact-form { display: grid; gap: 27px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 22px; }
.form-field { display: grid; gap: 8px; }
.form-field label { font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.form-field label span { color: var(--coral); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid rgba(13,32,38,.3); border-radius: 0; color: var(--ink); background: var(--white); font: 500 14px/1.5 var(--body); transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 180px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--sea); outline: 0; box-shadow: 0 0 0 3px rgba(13,102,116,.13); }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #b83c2f; }
.form-error { display: block; color: #a63025; font-size: 11px; line-height: 1.45; }
.form-privacy label { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; color: rgba(13,32,38,.76); font-size: 12px; line-height: 1.6; }
.form-privacy input { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 1px; accent-color: var(--sea); }
.form-privacy a { color: var(--sea); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.contact-submit { width: fit-content; border: 0; cursor: pointer; }
.form-required { margin: -10px 0 0; color: rgba(13,32,38,.55); font-size: 10px; }
.form-status { margin-bottom: 30px; padding: 22px 24px; border-left: 4px solid currentColor; font-size: 13px; }
.form-status strong { display: block; margin-bottom: 5px; font-family: var(--display); font-size: 24px; }
.form-status p { margin: 0; }
.form-status-success { color: #135f50; background: #e3f2ed; }
.form-status-error { color: #922d23; background: #fae9e5; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.legal-page { background: var(--white); }
.legal-hero { padding: clamp(75px, 10vw, 135px) 0; color: var(--white); background: var(--deep); }
.legal-hero .eyebrow { color: #9bd6d0; }
.legal-hero h1 { margin-bottom: 24px; font-size: clamp(51px, 8vw, 112px); }
.legal-hero > .container > p:last-child { max-width: 660px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.75; }
.legal-content { width: min(880px, calc(100% - 64px)); padding-top: 88px; padding-bottom: 120px; }
.legal-updated { margin-bottom: 56px; color: var(--sea); font-family: var(--mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.legal-content section { padding: 38px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 20px; font-size: clamp(28px, 4vw, 42px); line-height: 1.12; }
.legal-content h3 { margin: 28px 0 10px; font-family: var(--display); font-size: 23px; font-weight: 600; }
.legal-content p, .legal-content li { color: rgba(13,32,38,.82); font-size: 15px; line-height: 1.8; }
.legal-content ul { display: grid; gap: 9px; padding-left: 22px; }
.legal-content a { color: var(--sea); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { margin-top: 26px; padding: 24px; border-left: 4px solid var(--sea); background: var(--foam); }
.legal-notice strong { font-family: var(--mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.legal-notice p { margin: 9px 0 0; }
.legal-footer nav { justify-content: flex-end; }

.contact-section { position: relative; display: grid; min-height: 710px; align-items: center; overflow: hidden; color: var(--white); }
.contact-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,28,.83), rgba(3,22,28,.3)), url("../images/zar-mini-sup-1.jpg") center/cover no-repeat; }
.contact-content { position: relative; padding: 105px 0; }
.contact-content h2 { margin-bottom: 42px; }
.contact-details { display: grid; gap: 12px; margin-bottom: 22px; }
.contact-details a { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 14px; transition: opacity .2s ease; }
.contact-details a:hover { opacity: .7; }
.contact-details svg { width: 16px; color: #9bd6d0; }
.hours { margin-bottom: 28px; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.8; }

.site-footer { padding: 31px 0; color: var(--white); background: #07181d; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto auto; align-items: center; gap: 30px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.7; }
.footer-socials { display: flex; gap: 9px; }
.footer-socials a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; transition: background-color .2s ease; }
.footer-socials a:hover { background: rgba(255,255,255,.15); }
.footer-socials svg { width: 15px; }

.cookie-consent[hidden], .cookie-widget[hidden] { display: none; }
.cookie-consent { position: fixed; z-index: 100; inset: 0; display: flex; align-items: flex-end; padding: 24px; background: rgba(3, 22, 28, .48); backdrop-filter: blur(4px); }
.cookie-consent-banner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; width: min(1180px, 100%); margin: 0 auto; padding: 28px 30px; color: var(--ink); background: var(--white); box-shadow: 0 18px 60px rgba(3, 22, 28, .28); }
.cookie-consent-copy { max-width: 690px; }
.cookie-consent-label { margin: 0 0 8px; color: var(--sea); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.cookie-consent h2, .cookie-preferences h2 { margin: 0 0 10px; font-family: var(--display); font-size: clamp(27px, 3vw, 38px); font-weight: 600; line-height: 1.1; }
.cookie-consent-copy > p:last-child, .cookie-preferences-panel > p { margin: 0; color: rgba(13,32,38,.76); font-size: 13px; line-height: 1.6; }
.cookie-consent a { color: var(--sea); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent-actions, .cookie-preferences-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 9px; }
.cookie-button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--deep); cursor: pointer; font-size: 11px; font-weight: 800; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.cookie-button:hover { transform: translateY(-1px); }
.cookie-button-primary { color: var(--white); background: var(--coral); border-color: var(--coral); }
.cookie-button-primary:hover { background: #c95439; border-color: #c95439; }
.cookie-button-secondary { color: var(--deep); background: transparent; }
.cookie-button-secondary:hover { color: var(--white); background: var(--deep); }
.cookie-preferences { width: min(680px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; color: var(--ink); background: transparent; }
.cookie-preferences::backdrop { background: rgba(3, 22, 28, .72); backdrop-filter: blur(5px); }
.cookie-preferences-panel { padding: clamp(24px, 5vw, 42px); background: var(--white); }
.cookie-preferences-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.cookie-preferences-close { display: grid; flex: 0 0 40px; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid var(--line); cursor: pointer; color: var(--ink); background: var(--white); font-size: 25px; line-height: 1; }
.cookie-category { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 22px 0; border-top: 1px solid var(--line); }
.cookie-category:first-of-type { margin-top: 28px; }
.cookie-category h3 { margin: 0 0 6px; font-size: 16px; }
.cookie-category p { margin: 0; color: rgba(13,32,38,.7); font-size: 12px; line-height: 1.55; }
.cookie-switch { position: relative; display: block; flex: 0 0 48px; width: 48px; height: 27px; }
.cookie-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-switch > span:last-child { position: absolute; inset: 0; border-radius: 20px; cursor: pointer; background: #aeb8ba; transition: background-color .2s ease; }
.cookie-switch > span:last-child::after { position: absolute; top: 4px; left: 4px; width: 19px; height: 19px; border-radius: 50%; content: ''; background: var(--white); box-shadow: 0 1px 4px rgba(3,22,28,.22); transition: transform .2s ease; }
.cookie-switch input:checked + span { background: var(--sea); }
.cookie-switch input:checked + span::after { transform: translateX(21px); }
.cookie-switch input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 2px; }
.cookie-switch input:disabled + span { cursor: not-allowed; opacity: .65; }
.cookie-preferences-actions { margin-top: 6px; padding-top: 22px; border-top: 1px solid var(--line); }
.cookie-widget { position: fixed; z-index: 90; right: 18px; bottom: 18px; min-width: 62px; height: 42px; padding: 0 12px; border: 0; border-radius: 24px; cursor: pointer; color: var(--white); background: var(--deep); box-shadow: 0 8px 24px rgba(3,22,28,.24); font-family: var(--mono); font-size: 9px; font-weight: 500; text-transform: uppercase; transition: background-color .2s ease, transform .2s ease; }
.cookie-widget:hover { background: var(--sea); transform: translateY(-2px); }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-slide { transition: none; }
}

@media (max-width: 1100px) {
    .model-card { flex: 0 0 calc((100% - 2px) / 2); max-width: calc((100% - 2px) / 2); }
}

@media (max-width: 800px) {
    .container { width: min(100% - 40px, 620px); }
    .site-header { height: 72px; padding: 0 20px; }
    .desktop-nav, .header-contact { display: none; }
    .menu-toggle { display: block; }
    .mobile-nav { position: fixed; z-index: 19; top: 72px; right: 0; left: 0; display: grid; max-height: 0; padding: 0 20px; overflow-x: hidden; overflow-y: auto; color: var(--ink); background: var(--white); box-shadow: 0 12px 20px rgba(13,32,38,.12); transition: max-height .3s ease, padding .3s ease; }
    .mobile-nav.is-open { max-height: calc(100dvh - 72px); padding: 15px 20px 28px; }
    .mobile-nav-links { display: grid; }
    .mobile-nav-links > a { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
    .mobile-nav-contacts { display: grid; gap: 12px; margin-top: 20px; padding: 20px 0 0; border-top: 1px solid var(--ink); }
    .mobile-nav-contacts > p { margin: 0 0 2px; color: var(--sea); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
    .mobile-nav-contacts > a { display: flex; align-items: flex-start; gap: 12px; width: fit-content; max-width: 100%; font-size: 13px; font-weight: 650; line-height: 1.45; }
    .mobile-nav-contacts svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 1px; color: var(--sea); }
    .mobile-nav-contacts span { overflow-wrap: anywhere; }
    .hero { min-height: 640px; }
    .hero-slide-one, .hero-slide-two { display: none; }
    .hero-slide-mobile { display: block; opacity: 1; background-position: center; transform: none; }
    h1 { font-size: clamp(53px, 15vw, 82px); }
    .hero-copy { font-size: 15px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .hero-foot { bottom: 24px; }
    .section { padding: 86px 0; }
    .intro, .services-head, .brands { display: block; }
    .section-label { margin-bottom: 48px; }
    .intro-content, .brands-content { display: block; }
    .intro-content > .eyebrow { margin: 0 0 18px; }
    .intro h2, .brands h2 { margin-bottom: 29px; }
    .intro { min-height: 0; }
    .intro-media { min-height: 0; }
    .intro-media .section-label { top: 18px; left: 18px; margin: 0; }
    .intro-gallery-featured { width: 100%; height: min(105vw, 580px); margin: 0 0 62px; }
    .gallery { padding: 32px 0 52px; }
    .gallery-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .gallery-thumbnail, .gallery-thumbnail:nth-child(3n + 1) { flex-basis: 155px; height: 116px; }
    .gallery-lightbox-panel { display: block; width: 100vw; }
    .gallery-lightbox-figure img { height: 78vh; }
    .gallery-lightbox-figure figcaption { padding: 10px 54px 0; font-size: 17px; }
    .gallery-lightbox-arrow { position: absolute; z-index: 2; top: 50%; width: 43px; height: 43px; transform: translateY(-50%); }
    .gallery-lightbox-prev { left: 9px; }
    .gallery-lightbox-next { right: 9px; }
    .gallery-lightbox-close { top: 8px; right: 9px; width: 43px; height: 43px; }
    .services-head { margin-bottom: 51px; }
    .service-item { grid-template-columns: 40px 1fr auto; gap: 14px; padding: 25px 0; }
    .service-item:hover { padding: 25px 8px; }
    .service-item h3 { font-size: 27px; }
    .service-item p { grid-column: 2 / 4; font-size: 13px; }
    .service-item > a { grid-column: 3; grid-row: 1; width: 37px; height: 37px; }
    .brands > .section-label { margin-bottom: 32px; }
    .brands-content { margin-bottom: 45px; }
    .brands-lead { font-size: 14px; }
    .brand-grid { grid-template-columns: repeat(2, 1fr); }
    .brand-card { min-height: 165px; padding: 17px; }
    .brand-card img { height: 60px; }
    .brand-card:last-child { grid-column: span 2; }
    .catalogue { padding-top: 86px; }
    .catalogue-intro, .catalogue-brand-head { display: block; }
    .catalogue-intro { margin-bottom: 62px; }
    .catalogue-intro .section-label { margin-bottom: 32px; }
    .catalogue-intro h2 { margin-bottom: 26px; }
    .catalogue-intro > p { max-width: 490px; }
    .catalogue-brands { gap: 75px; }
    .catalogue-brand-head { margin-bottom: 25px; }
    .catalogue-brand-head h3 { margin-bottom: 22px; }
    .catalogue-brand-head > div:last-child > p { max-width: 510px; }
    .model-carousel-btn { width: 40px; height: 40px; }
    .model-grid { gap: 1px; }
    .model-card { flex: 0 0 85%; max-width: 85%; }
    .model-image { height: min(84vw, 440px); }
    .model-card-body { min-height: 132px; }
    .brand-page-header { width: min(100% - 40px, 620px); min-height: 72px; }
    .brand-page-header .brand-logo { width: 109px; }
    .brand-page-hero { min-height: 640px; padding: 74px 0 80px; }
    .brand-page-hero-image { background-position: center; }
    .brand-page-hero-shade { background: linear-gradient(90deg, rgba(3, 23, 29, .86), rgba(3, 23, 29, .45)); }
    .brand-page-hero h1 { margin-bottom: 33px; font-size: clamp(52px, 14vw, 82px); }
    .brand-page-summary { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
    .brand-page-summary p { font-size: 15px; }
    .brand-models { padding-top: 80px; padding-bottom: 82px; }
    .brand-models-head { display: block; margin-bottom: 43px; }
    .brand-models-head .section-label { margin-bottom: 31px; }
    .brand-models-head h2 { margin-bottom: 24px; }
    .brand-models-head > p { max-width: 510px; }
    .brand-model-row, .brand-model-row:nth-child(even) { display: flex; flex-direction: column; min-height: 0; }
    .brand-model-row:nth-child(even) .brand-model-photo, .brand-model-row:nth-child(even) .brand-model-copy { grid-column: auto; grid-row: auto; }
    .brand-model-photo { height: min(82vw, 440px); min-height: 0; }
    .brand-model-copy { min-height: 210px; padding: 30px 25px 35px; }
    .brand-model-copy h3 { margin-bottom: 16px; }
    .brand-model-description { font-size: 13.5px; }
    .brand-model-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin-bottom: 24px; padding-top: 18px; }
    .brand-model-spec dd { font-size: 12.5px; }
    .brand-model-actions { gap: 16px 22px; }
    .brand-page-footer { display: block; padding: 29px 20px; }
    .brand-page-footer p { margin-bottom: 17px; }
    .brand-page-footer .footer-legal { margin-bottom: 20px; }
    .about-hero { min-height: 620px; height: 82svh; }
    .about-hero-image { background-position: center; }
    .about-hero-content { padding-bottom: 72px; }
    .about-hero h1 { font-size: clamp(52px, 14vw, 82px); }
    .about-hero-content > p:last-child { font-size: 15px; }
    .about-story, .about-mission-grid, .about-section-head { display: block; }
    .about-story > .section-label, .about-mission-grid > .section-label, .about-section-head > .section-label { margin-bottom: 42px; }
    .about-story-copy, .about-mission-copy { padding-top: 30px; }
    .about-story-image { grid-column: auto; height: min(82vw, 500px); margin-top: 35px; box-shadow: -10px 10px 0 var(--foam); }
    .about-team-grid, .about-service-grid { grid-template-columns: 1fr; }
    .about-team-card, .about-service-grid article { min-height: 0; }
    .about-team-card > span, .about-service-grid article > span { margin-bottom: 38px; }
    .about-place { display: flex; min-height: 0; flex-direction: column; }
    .about-place-image { height: min(85vw, 560px); min-height: 0; }
    .about-place-copy { padding: 70px 20px; }
    .about-numbers { gap: 8px; }
    .about-numbers dt { font-size: 27px; }
    .about-partners-heading { display: block; margin-bottom: 45px; }
    .about-partners-heading h2 { margin-bottom: 28px; }
    .about-partner-list { grid-template-columns: 1fr; }
    .about-partner-list article { min-height: 0; }
    .about-closing { display: flex; flex-direction: column; align-items: stretch; }
    .about-closing figure { width: 100%; height: min(110vw, 620px); box-shadow: 10px 10px 0 var(--foam); }
    .about-closing > div { padding-top: 25px; }
    .services-hero { min-height: 620px; height: 82svh; }
    .services-hero-content { padding-bottom: 72px; }
    .services-hero h1 { font-size: clamp(50px, 13.5vw, 79px); }
    .services-hero-content > p:last-child { font-size: 15px; }
    .services-intro { display: block; }
    .services-intro > .section-label { margin-bottom: 42px; }
    .services-intro h2 { margin-bottom: 28px; }
    .service-detail, .service-detail-reverse { display: flex; min-height: 0; flex-direction: column; }
    .service-detail-reverse .service-detail-image, .service-detail-reverse .service-detail-copy { grid-column: auto; grid-row: auto; }
    .service-detail-image { height: min(78vw, 520px); min-height: 0; }
    .service-detail-copy { padding: 70px 20px 76px; }
    .service-detail h2 { font-size: clamp(39px, 12vw, 59px); }
    .services-cta-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
    .contact-page-hero { min-height: 580px; height: 75svh; }
    .contact-page-hero-content { padding-bottom: 68px; }
    .contact-page-hero h1 { font-size: clamp(53px, 15vw, 82px); }
    .contact-page-hero-content > p:last-child { font-size: 15px; }
    .contact-page-main { display: flex; flex-direction: column; gap: 80px; }
    .contact-page-details { position: static; width: 100%; padding: 32px 25px; box-shadow: 10px 10px 0 var(--foam); }
    .contact-form-wrap { width: 100%; }
    .contact-form-wrap > h2 { margin-bottom: 38px; }
    .form-grid { grid-template-columns: 1fr; gap: 23px; }
    .legal-header { width: calc(100% - 40px); }
    .legal-hero { padding: 72px 0; }
    .legal-content { width: calc(100% - 40px); padding-top: 55px; padding-bottom: 75px; }
    .legal-content section { padding: 30px 0; }
    .legal-content p, .legal-content li { font-size: 14px; }
    .legal-footer nav { justify-content: flex-start; }
    .contact-section { min-height: 680px; }
    .contact-content { padding: 85px 0; }
    .footer-grid { grid-template-columns: 1fr auto; }
    .footer-grid p { grid-column: 1 / 3; grid-row: 2; }
    .footer-grid > .footer-legal { grid-column: 1 / 3; grid-row: 3; }
    .cookie-consent { padding: 12px; }
    .cookie-consent-banner { display: block; max-height: calc(100dvh - 24px); padding: 22px; overflow-y: auto; }
    .cookie-consent-actions { align-items: stretch; flex-direction: column-reverse; margin-top: 20px; }
    .cookie-button { width: 100%; }
    .cookie-preferences { max-height: calc(100dvh - 20px); }
    .cookie-preferences-panel { max-height: calc(100dvh - 20px); overflow-y: auto; }
    .cookie-preferences-actions { align-items: stretch; flex-direction: column-reverse; }
    .cookie-widget { right: 12px; bottom: 12px; }
}

@media (max-width: 420px) {
    .intro-gallery-featured { width: 100%; height: 112vw; }
    .intro-gallery-featured figcaption { right: 16px; bottom: 14px; left: 16px; }
    .gallery-thumbnail, .gallery-thumbnail:nth-child(3n + 1) { flex-basis: 132px; height: 99px; }
    .hero-foot span:first-child { display: none; }
    .hero-line { max-width: 70px; }
}