/*
Theme Name: INFINEA
Theme URI: https://staging-infinea.archienvie.tech/
Author: INFINEA
Description: Bespoke pre-launch theme for INFINEA Marine 45.
Version: 1.9.0
Text Domain: infinea
*/

:root {
  --navy: #12263a;
  --atlantic: #1d3557;
  --teal: #2a7f86;
  --silver: #b8bec3;
  --pearl: #f7f6f2;
  --mist: #e7eaec;
  --graphite: #26323b;
  --champagne: #b8934b;
  --white: #fff;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1180px, calc(100vw - 40px));
  --shadow: 0 24px 70px rgba(18, 38, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--graphite); background: var(--pearl); font-family: var(--sans); font-size: 17px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--champagne); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 12px 18px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 20px; }
.container { width: var(--container); margin-inline: auto; }
.narrow { width: min(760px, calc(100vw - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .73rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #d8e3e4; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--atlantic); font-family: var(--serif); font-weight: 400; line-height: 1.02; text-wrap: balance; }
h1 { font-size: clamp(3.3rem, 8vw, 7.4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.55rem, 2.4vw, 2.15rem); }
p { margin: 0 0 1.25em; }
.lead { max-width: 780px; font-size: clamp(1.15rem, 2vw, 1.42rem); line-height: 1.6; }
.small { font-size: .86rem; }
.muted { color: #67727a; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid var(--navy); border-radius: 2px; color: var(--white); background: var(--navy); font-size: .82rem; font-weight: 700; letter-spacing: .06em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.button:hover { color: var(--navy); background: transparent; transform: translateY(-2px); }
.button.secondary { color: var(--navy); background: transparent; }
.button.secondary:hover { color: var(--white); background: var(--navy); }
.button.light { border-color: var(--white); color: var(--navy); background: var(--white); }
.button.light:hover { color: var(--white); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.status-bar { position: relative; z-index: 101; padding: 8px 20px; color: #eaf0f2; background: var(--navy); font-size: .72rem; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(18,38,58,.1); background: rgba(247,246,242,.94); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 58px; height: 66px; object-fit: contain; }
.brand-word { color: var(--navy); font-family: var(--serif); font-size: 1.2rem; letter-spacing: .35em; }
.desktop-nav { margin-left: auto; }
.desktop-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.desktop-nav a { font-size: .76rem; font-weight: 650; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav .current-menu-item > a { color: var(--teal); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; border: 0; color: var(--navy); background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px auto; background: currentColor; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,27,43,.98) 0%, rgba(10,27,43,.88) 39%, rgba(10,27,43,.2) 72%, rgba(10,27,43,.04) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 720px; padding: 110px 0 125px; }
.hero h1 { color: var(--white); }
.hero .lead { max-width: 650px; color: #e7ecee; }
.concept-note { position: absolute; right: 22px; bottom: 18px; z-index: 3; padding: 7px 10px; color: rgba(255,255,255,.85); background: rgba(18,38,58,.72); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(80px, 10vw, 145px) 0; }
.section.compact { padding: 75px 0; }
.section.mist { background: var(--mist); }
.section.navy { color: #e8edef; background: var(--navy); }
.section.navy h2, .section.navy h3 { color: var(--white); }
.section-head { display: grid; grid-template-columns: minmax(240px,.7fr) 1.3fr; gap: 8vw; margin-bottom: 70px; align-items: end; }
.section-head > :last-child { max-width: 690px; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.intro-mark { position: sticky; top: 130px; width: min(310px, 100%); opacity: .78; mix-blend-mode: multiply; }
.grid { display: grid; gap: 1px; background: var(--silver); border: 1px solid var(--silver); }
.grid.four { grid-template-columns: repeat(4,1fr); }
.grid.three { grid-template-columns: repeat(3,1fr); }
.card { min-height: 270px; padding: 38px 32px; background: var(--pearl); }
.card-number { color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.card h3 { margin-top: 55px; }
.card p { margin-bottom: 0; color: #59656d; font-size: .95rem; }
.navy .card { background: #172f46; }
.navy .card p { color: #c8d2d6; }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 55px; }
.feature { padding: 30px 0; border-top: 1px solid var(--silver); }
.feature h3 { font-size: 1.55rem; }
.feature p { color: #5d6870; }
.image-split { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; background: var(--white); }
.image-split figure { position: relative; min-height: 540px; margin: 0; overflow: hidden; }
.image-split figure img { width: 100%; height: 100%; object-fit: cover; }
.image-split-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px,8vw,115px); }
.quote { max-width: 920px; margin: 0 auto; color: var(--white); font-family: var(--serif); font-size: clamp(2.2rem,5vw,4.5rem); line-height: 1.12; text-align: center; }
.quote::before { content: "∞"; display: block; margin-bottom: 24px; color: var(--champagne); font-family: var(--serif); font-size: 3rem; }

.page-hero { padding: 120px 0 85px; border-bottom: 1px solid var(--silver); background: linear-gradient(140deg,#fff 0%,var(--pearl) 62%,#e0e5e6 100%); }
.page-hero h1 { max-width: 1050px; font-size: clamp(3.1rem,7vw,6.8rem); }
.page-hero .lead { margin-top: 35px; }
.page-hero .status-chip { display: inline-block; margin-top: 35px; padding: 8px 12px; border: 1px solid var(--teal); color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.comparison { width: 100%; border-collapse: collapse; background: var(--white); }
.comparison th, .comparison td { padding: 24px; border-bottom: 1px solid var(--mist); text-align: left; vertical-align: top; }
.comparison th { color: var(--atlantic); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.faq details { border-top: 1px solid var(--silver); }
.faq details:last-child { border-bottom: 1px solid var(--silver); }
.faq summary { padding: 27px 45px 27px 0; color: var(--atlantic); cursor: pointer; font-family: var(--serif); font-size: 1.45rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--teal); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 820px; padding: 0 0 28px; }
.cta-band { padding: 90px 0; color: var(--white); background: var(--navy); }
.cta-grid { display: grid; grid-template-columns: 1.5fr .5fr; gap: 50px; align-items: center; }
.cta-band h2 { color: var(--white); }

.form-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.form-panel { padding: clamp(28px,5vw,58px); background: var(--white); box-shadow: var(--shadow); }
.infinea-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { color: var(--atlantic); font-size: .76rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #b7c0c5; border-radius: 0; color: var(--graphite); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; font-size: .84rem; }
.checkbox input { margin-top: 5px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.notice { margin-bottom: 30px; padding: 16px 18px; border-left: 3px solid var(--teal); background: #eef6f5; }
.notice.error { border-color: #a13b3b; background: #f8eded; }

.site-footer { padding: 80px 0 28px; color: #dce4e7; background: #0c1d2c; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 7vw; }
.footer-brand { max-width: 450px; }
.footer-brand .brand-word { color: var(--white); }
.footer-brand p { margin-top: 24px; color: #aebdc3; }
.footer-title { color: var(--white); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { margin: 20px 0 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #bcc9ce; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #91a3ab; font-size: .75rem; }

@media (max-width: 1050px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; inset: 0; z-index: 99; display: none; padding: 140px 32px 40px; color: var(--white); background: var(--navy); }
  .mobile-nav.open { display: block; }
  .mobile-nav ul { margin: 0; padding: 0; list-style: none; }
  .mobile-nav li { border-bottom: 1px solid rgba(255,255,255,.16); }
  .mobile-nav a { display: block; padding: 14px 0; font-family: var(--serif); font-size: 1.7rem; text-decoration: none; }
  .grid.four { grid-template-columns: repeat(2,1fr); }
  .section-head, .intro-grid, .form-wrap { grid-template-columns: 1fr; }
  .intro-mark { position: static; width: 190px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(100% - 30px, 1180px); }
  .status-bar { font-size: .61rem; }
  .header-inner { min-height: 70px; }
  .brand img { width: 44px; height: 52px; }
  .brand-word { font-size: 1rem; }
  .hero { min-height: 690px; }
  .hero-media img { object-position: 62% center; }
  .hero::after { background: linear-gradient(90deg,rgba(10,27,43,.96),rgba(10,27,43,.72)); }
  .grid.four, .grid.three, .feature-list, .image-split, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
  .card { min-height: 220px; }
  .card h3 { margin-top: 30px; }
  .image-split figure { min-height: 430px; }
  .image-split-content { padding: 50px 25px; }
  .comparison { display: block; overflow-x: auto; }
  .infinea-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* French reservation journey */
.language-link { flex: 0 0 auto; padding: 7px 9px; border: 1px solid rgba(18,38,58,.25); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.fr-hero .hero-content { max-width: 680px; }
.fr-hero .hero-disclaimer { max-width: 520px; margin-top: 26px; color: #d6e0e3; font-size: .78rem; }
.light-outline { border-color: rgba(255,255,255,.7); color: #fff !important; }
.image-split figcaption { position: absolute; left: 15px; bottom: 15px; padding: 6px 9px; color: #fff; background: rgba(12,29,44,.75); font-size: .68rem; }
.check-list { margin: 10px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 9px 0; padding-left: 27px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.product-detail { width: 100%; max-height: 700px; object-fit: cover; }
.reservation-summary { display: grid; gap: 55px; }
.reservation-product { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: center; padding: 30px; background: #fff; box-shadow: var(--shadow); }
.reservation-product img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.price-placeholder { display: flex; flex-direction: column; margin-top: 28px; padding: 18px 20px; border-left: 4px solid var(--teal); background: var(--mist); }
.price-placeholder strong { color: var(--navy); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.price-placeholder span, .form-reassurance { color: #5d6870; font-size: .82rem; }
.reservation-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--silver); }
.reservation-steps > div { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 28px; background: var(--pearl); }
.reservation-steps span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 800; }
.reservation-steps p { margin: 0; font-size: .9rem; }
.legal-checks { gap: 18px; padding: 18px; background: #f5f7f7; }
.legal-checks a { color: var(--teal); }
.legal-warning { margin-bottom: 45px; padding: 18px 20px; border-left: 4px solid var(--champagne); background: #fbf5e9; }
.legal-page section { padding: 25px 0; border-top: 1px solid var(--silver); }
.legal-page h2 { font-size: 1.7rem; }

@media (max-width: 720px) {
  .reservation-product, .reservation-steps { grid-template-columns: 1fr; }
  .reservation-product { gap: 28px; padding: 18px; }
}

/* Marine Movement collection */
.range-teaser { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 620px; background: #fff; }
.range-teaser-media { position: relative; min-height: 540px; overflow: hidden; }
.range-teaser-media img { width: 100%; height: 100%; object-fit: cover; }
.range-teaser-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px, 7vw, 105px); }
.range-teaser-content .button { margin-top: 12px; }
.range-hero .hero-media img { object-position: center; }
.range-hero .hero-content { max-width: 760px; }
.material-rule { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--silver); border-bottom: 1px solid var(--silver); }
.material-rule > div { display: grid; gap: 12px; padding: 34px; border-right: 1px solid var(--silver); }
.material-rule > div:last-child { border-right: 0; }
.material-rule strong { color: var(--teal); font-family: var(--serif); font-size: 2.8rem; font-weight: 400; line-height: 1; }
.material-rule span { color: #5d6870; font-size: .9rem; }
.compact-head { margin-bottom: 48px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; color: inherit; background: #fff; box-shadow: 0 14px 40px rgba(18,38,58,.08); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e8eceb; transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .25s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card > div { padding: 28px; }
.product-card h3 { margin: 18px 0 12px; }
.product-card p { color: #5d6870; font-size: .9rem; }
.development-steps { margin: 0; padding: 0; list-style: none; }
.development-steps li { display: grid; grid-template-columns: 125px 1fr; gap: 22px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); }
.development-steps strong { color: #fff; }
.development-steps span { color: #c8d2d6; }
.product-hero { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 680px; background: #fff; }
.product-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 8vw, 125px); }
.product-hero h1 { font-size: clamp(3.5rem, 7vw, 7rem); }
.product-hero figure { position: relative; min-height: 600px; margin: 0; overflow: hidden; }
.product-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.product-hero figcaption { position: absolute; right: 15px; bottom: 15px; padding: 7px 10px; color: #fff; background: rgba(12,29,44,.76); font-size: .68rem; }
.product-status { margin-top: 25px; padding: 10px 12px; border: 1px solid var(--champagne); color: #765c26; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.use-list { border-top: 1px solid var(--silver); }
.use-list > div { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--silver); }
.use-list span { color: var(--teal); font-size: .78rem; font-weight: 800; }
.use-list p { margin: 0; color: var(--atlantic); font-family: var(--serif); font-size: 1.55rem; }
.qualification-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.check-list.large li { padding: 13px 0 13px 32px; border-top: 1px solid var(--silver); }

/* Premium pricing and long-life positioning */
.lifetime-manifesto { color: #e8eeee; background: #102f32; }
.lifetime-manifesto h2, .lifetime-manifesto h3 { color: #fff; }
.lifetime-manifesto .lead { color: #d3e0de; }
.lifetime-manifesto .card { background: #163c3f; }
.lifetime-manifesto .card p { color: #c8d9d7; }
.premium-budget { display: flex; flex-direction: column; gap: 8px; margin-top: 32px; padding: 22px 24px; border: 1px solid #c7a96b; background: #fbf7ee; }
.premium-budget-label { color: #765c26; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.premium-budget strong { color: var(--navy); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; }
.premium-budget > span:last-child { color: #626a6d; font-size: .78rem; line-height: 1.55; }
.product-price { margin-top: 22px !important; padding-top: 16px; border-top: 1px solid var(--silver); color: #765c26 !important; font-size: .82rem !important; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pricing-note { width: min(900px, 100%); margin: 32px auto 0; padding: 18px 20px; border-left: 4px solid #c7a96b; color: #5d6870; background: #fbf7ee; font-size: .82rem; }

/* INFINEA Access — durable accessibility collection */
.access-teaser { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 640px; color: #eef4f3; background: #15383b; }
.access-teaser-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px, 7vw, 105px); }
.access-teaser-content h2 { color: #fff; }
.access-teaser-content p { color: #cddcda; }
.access-teaser-content .eyebrow { color: #9ec5c0; }
.access-teaser-content .button { margin-top: 12px; border-color: #fff; color: #15383b; background: #fff; }
.access-teaser-content .button:hover { color: #fff; background: transparent; }
.access-teaser-media { position: relative; min-height: 560px; overflow: hidden; }
.access-teaser-media img { width: 100%; height: 100%; object-fit: cover; }
.access-entry { display: grid; grid-template-columns: 1.08fr .92fr; margin-top: 65px; overflow: hidden; color: #fff; background: #16383c; text-decoration: none; }
.access-entry img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.access-entry > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 78px); }
.access-entry span { color: #a8d1cc; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.access-entry h3 { margin-top: 25px; color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); }
.access-entry p { color: #d4e3e1; }
.access-entry strong { color: #fff; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.access-hero::after { background: linear-gradient(90deg, rgba(8,34,38,.97) 0%, rgba(8,34,38,.82) 40%, rgba(8,34,38,.12) 72%, transparent 100%); }
.access-hero .hero-content { max-width: 760px; }
.access-split { background: #f7faf9; }
.access-rules { display: grid; gap: 0; }
.access-rules article { padding: 23px 0; border-top: 1px solid rgba(255,255,255,.17); }
.access-rules strong { color: #a8d1cc; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.access-rules p { margin: 9px 0 0; color: #d4dfe1; }
.source-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.16); }
.source-links a { padding: 17px 20px; color: #dce8e9; background: #122c42; font-size: .8rem; text-decoration: none; }
.source-links a:hover { color: #fff; background: #194052; }
.access-steps { border-bottom: 1px solid var(--silver); }
.access-steps li { border-color: var(--silver); }
.access-steps strong { color: var(--atlantic); }
.access-steps span { color: #5d6870; }
.access-product-hero .product-status { border-color: #3c827b; color: #286b65; }

/* Separate adults-only hospitality concept */
.private-entry { display: grid; grid-template-columns: .9fr 1.1fr; margin-top: 65px; overflow: hidden; color: #fff; background: #241216; text-decoration: none; }
.private-entry img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.private-entry > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 78px); }
.private-entry span { color: #d6b7a2; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.private-entry h3 { margin-top: 25px; color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); }
.private-entry p { color: #dbcfd1; }
.private-entry strong { color: #fff; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.private-hero::after { background: linear-gradient(90deg, rgba(23,10,14,.98) 0%, rgba(23,10,14,.86) 42%, rgba(23,10,14,.12) 76%, transparent 100%); }
.private-hero .hero-content { max-width: 700px; }
.private-split { background: #faf7f4; }
.private-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid #c7bdba; background: #c7bdba; }
.private-product-grid article { min-height: 280px; padding: 35px; background: #faf7f4; }
.private-product-grid span { color: #7d3036; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.private-product-grid h3 { margin-top: 55px; color: #522228; }
.private-product-grid p { color: #665b5c; font-size: .9rem; }
.private-rules { color: #efe7e6; background: #32151a; }
.private-rules h2 { color: #fff; }
.private-rules .eyebrow { color: #ddb9a5; }
.private-safety-list { margin: 0; padding: 0; list-style: none; }
.private-safety-list li { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.16); color: #d8cbcc; }
.private-safety-list strong { color: #fff; }
.infinea-private-gate-page { margin: 0; color: #eee7e5; background: #081824; }
.infinea-private-gate { display: grid; min-height: 100vh; place-items: center; padding: 38px 22px; background: radial-gradient(circle at 82% 16%, rgba(125,48,54,.28), transparent 34%), linear-gradient(145deg, #081824 0%, #10283a 58%, #241216 100%); }
.infinea-private-gate-panel { width: min(610px, 100%); padding: clamp(34px, 7vw, 70px); border: 1px solid rgba(214,183,162,.35); background: rgba(8,20,30,.92); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.infinea-private-gate-brand { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 58px; color: #fff; letter-spacing: .26em; text-decoration: none; }
.infinea-private-gate-brand img { width: 34px; height: 66px; object-fit: contain; }
.infinea-private-gate-brand span { font-size: .85rem; }
.infinea-private-gate .eyebrow { color: #d6b7a2; }
.infinea-private-gate h1 { max-width: 520px; margin: 18px 0 22px; color: #fff; font-size: clamp(2.4rem, 7vw, 4.4rem); }
.infinea-private-gate p { color: #d6cccd; }
.infinea-private-gate-form { display: grid; gap: 14px; margin-top: 34px; }
.infinea-private-gate-form > label:first-of-type { color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.infinea-private-gate-form input[type="password"] { width: 100%; min-height: 54px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 0; color: #fff; background: rgba(255,255,255,.06); font: inherit; }
.infinea-private-gate-form input[type="password"]:focus { border-color: #d6b7a2; outline: 2px solid rgba(214,183,162,.22); outline-offset: 2px; }
.infinea-private-age-check { display: flex; align-items: flex-start; gap: 10px; color: #e4dcda; font-size: .86rem; }
.infinea-private-age-check input { margin-top: 4px; }
.infinea-private-gate-form .button { justify-self: start; margin-top: 8px; }
.infinea-private-gate-error { margin-top: 24px; padding: 13px 15px; border-left: 3px solid #d6b7a2; color: #fff; background: rgba(125,48,54,.35); }
.infinea-private-back { display: inline-block; margin-top: 28px; color: #fff; font-size: .82rem; }
.infinea-private-gate-note { margin-top: 24px; color: #a99fa0 !important; font-size: .72rem; }
.infinea-private-access-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px max(22px, calc((100vw - 1280px) / 2)); color: #f5ecea; background: #32151a; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.infinea-private-access-bar a { color: #fff; text-underline-offset: 3px; }

@media (max-width: 1050px) {
  .product-grid, .private-product-grid { grid-template-columns: repeat(2, 1fr); }
  .range-teaser, .access-teaser, .product-hero { grid-template-columns: 1fr; }
  .product-hero figure { min-height: 520px; order: -1; }
}

@media (max-width: 720px) {
  .material-rule, .product-grid, .qualification-panel, .access-entry, .private-entry, .private-product-grid, .source-links { grid-template-columns: 1fr; }
  .material-rule > div { border-right: 0; border-bottom: 1px solid var(--silver); }
  .material-rule > div:last-child { border-bottom: 0; }
  .range-teaser-media, .product-hero figure { min-height: 420px; }
  .access-teaser-media { min-height: 420px; order: -1; }
  .product-hero-copy { padding: 60px 25px; }
  .development-steps li { grid-template-columns: 95px 1fr; }
  .private-entry img { min-height: 280px; }
  .access-entry img { min-height: 300px; }
  .private-product-grid article { min-height: 230px; }
  .private-product-grid h3 { margin-top: 35px; }
}

/* INFINEA Architecture Marine — long-life coastal architecture */
.architecture-teaser { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 660px; color: #eef3f3; background: #102f32; }
.architecture-teaser-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px, 7vw, 105px); }
.architecture-teaser-content h2 { color: #fff; }
.architecture-teaser-content p { color: #cadbd9; }
.architecture-teaser-content .eyebrow { color: #9fc7c2; }
.architecture-teaser-content .button { margin-top: 14px; }
.architecture-teaser-media { position: relative; min-height: 560px; overflow: hidden; }
.architecture-teaser-media img { width: 100%; height: 100%; object-fit: cover; }
.architecture-hero::after { background: linear-gradient(90deg, rgba(8,31,37,.97) 0%, rgba(8,31,37,.82) 42%, rgba(8,31,37,.12) 74%, transparent 100%); }
.architecture-hero .hero-content { max-width: 790px; }
.architecture-product-grid { grid-template-columns: repeat(3, 1fr); }
.architecture-product-grid .product-card img { aspect-ratio: 16 / 10; }
.architecture-product-grid .product-card:nth-child(3n+2) img { filter: saturate(.88) contrast(1.03); }
.architecture-product-grid .product-card:hover img { filter: saturate(1) contrast(1.02); }
.product-fit { display: inline-flex; width: fit-content; margin-top: 14px; padding: 6px 9px; border: 1px solid #bdd7d3; color: #226d66; background: #edf6f4; font-size: .61rem; font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.product-fit.phase-2 { border-color: #d9c79f; color: #765c26; background: #faf4e7; }
.product-fit.phase-3 { border-color: #cdd3d4; color: #5d686b; background: #f1f3f3; }
.architecture-product-hero .product-fit { margin: 0 0 22px; }
.fit-reason { max-width: 650px; margin: 12px 0 0; color: #657176; font-size: .87rem; }
.architecture-split { background: #f8f6f0; }
.architecture-exposure { display: grid; gap: 0; }
.architecture-exposure article { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.17); }
.architecture-exposure strong { color: #a8d1cc; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.architecture-exposure p { margin: 8px 0 0; color: #d4dfe1; }
.architecture-product-hero .product-status { border-color: #3c827b; color: #286b65; }

.architecture-priority { color: #eef4f3; background: #0c282e; }
.architecture-priority h2, .architecture-priority h3 { color: #fff; }
.architecture-priority .lead { color: #cbdcda; }
.priority-lot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.16); }
.priority-lot-grid article { min-height: 300px; padding: clamp(28px, 4vw, 45px); background: #12363a; }
.priority-lot-grid span { color: #9fc7c2; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.priority-lot-grid h3 { margin-top: 42px; font-size: clamp(1.75rem, 2.5vw, 2.45rem); }
.priority-lot-grid p { color: #cbd8d7; }
.priority-lot-grid ul { margin: 20px 0 0; padding-left: 18px; color: #dbe6e4; font-size: .8rem; }
.priority-lot-grid li { margin: 8px 0; }
.lifetime-offer { background: #f3eee3; }
.lifetime-offer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(35px, 7vw, 95px); align-items: start; }
.lifetime-offer-badge { display: inline-flex; padding: 8px 11px; border: 1px solid #876f3d; color: #6d582d; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lifetime-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid #d4c8af; background: #d4c8af; }
.lifetime-principles article { min-height: 220px; padding: 30px; background: #fbf8f1; }
.lifetime-principles strong { color: var(--teal); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.lifetime-principles h3 { margin-top: 32px; }
.lifetime-principles p { color: #5c6666; font-size: .84rem; }
.lifetime-offer .legal-warning { margin-top: 34px; margin-bottom: 0; }

@media (max-width: 1050px) {
  .architecture-teaser { grid-template-columns: 1fr; }
  .architecture-teaser-media { min-height: 520px; order: -1; }
  .architecture-product-grid { grid-template-columns: repeat(2, 1fr); }
  .priority-lot-grid { grid-template-columns: repeat(2, 1fr); }
  .lifetime-offer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .architecture-teaser-media { min-height: 420px; }
  .architecture-product-grid { grid-template-columns: 1fr; }
  .priority-lot-grid, .lifetime-principles { grid-template-columns: 1fr; }
  .architecture-hero .hero-media img { object-position: 67% center; }
}

/* Catalogue de priorité — marine, fixations et titane */
.catalogue-home { color: #edf4f3; background: linear-gradient(120deg, #0d2d31, #17494b); }
.catalogue-home h2 { color: #fff; }
.catalogue-home .lead { color: #d4e2e0; }
.catalogue-home .button { margin-top: 20px; }
.catalogue-hero::after { background: linear-gradient(90deg, rgba(7,28,33,.98) 0%, rgba(7,28,33,.84) 44%, rgba(7,28,33,.1) 76%, transparent 100%); }
.catalogue-hero .hero-content { max-width: 790px; }
.catalogue-hero .hero-media img { object-position: center; }
.catalogue-jumps { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 70px; }
.catalogue-jumps a { padding: 12px 16px; border: 1px solid var(--silver); color: var(--atlantic); background: #fff; font-size: .78rem; font-weight: 750; text-decoration: none; }
.catalogue-jumps a:hover { border-color: var(--teal); color: var(--teal); }
.catalogue-family { padding: 55px 0; border-top: 1px solid var(--silver); scroll-margin-top: 110px; }
.catalogue-family > header { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; margin-bottom: 36px; }
.catalogue-family > header .eyebrow { grid-column: 1; margin-bottom: -34px; }
.catalogue-family > header h2 { grid-column: 1; }
.catalogue-family > header > p:last-child { grid-column: 2; grid-row: 1 / 3; align-self: end; color: #5d6870; }
.preorder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.preorder-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid #d8dede; background: #fff; box-shadow: 0 12px 35px rgba(18,38,58,.06); }
.preorder-card.featured { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 35px; align-items: center; margin-bottom: 24px; border-color: #86a9a5; background: #f9fcfb; }
.preorder-card h3 { margin: 19px 0 13px; font-size: clamp(1.55rem, 2.4vw, 2.1rem); }
.preorder-card p { color: #5d6870; font-size: .9rem; }
.preorder-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.preorder-card-head > span, .catalogue-status { color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.preorder-card-head small { max-width: 115px; padding: 5px 7px; color: #765c26; background: #f7efdf; font-size: .62rem; font-weight: 800; letter-spacing: .06em; line-height: 1.35; text-align: right; text-transform: uppercase; }
.preorder-card dl { display: grid; gap: 0; margin: auto 0 25px; }
.preorder-card dl > div { padding: 13px 0; border-top: 1px solid #e2e6e6; }
.preorder-card dt { color: #768083; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.preorder-card dd { margin: 5px 0 0; color: var(--atlantic); font-size: .8rem; line-height: 1.5; }
.preorder-card-action { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; }
.preorder-card-action label { color: #677174; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.preorder-card-action input { display: block; width: 70px; min-height: 44px; margin-top: 6px; padding: 8px 10px; border: 1px solid #b9c2c3; font: inherit; }
.preorder-card-action .button { min-height: 44px; padding: 12px 16px; font-size: .7rem; }
.mounting-kit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.mounting-kit { display: flex; flex-direction: column; padding: clamp(26px, 4vw, 42px); border: 1px solid #ced7d6; background: #fff; }
.mounting-kit header { display: flex; align-items: center; gap: 18px; margin-bottom: 15px; }
.mounting-kit header > span { display: grid; min-width: 62px; height: 62px; place-items: center; color: #fff; background: var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.mounting-kit h3 { margin: 0; font-size: clamp(1.9rem, 3vw, 2.6rem); }
.mounting-kit h4 { margin: 0 0 12px; color: var(--teal); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.mounting-kit > p { color: #5d6870; }
.kit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0 30px; }
.kit-columns ul { margin: 0; padding-left: 18px; color: #596568; font-size: .8rem; }
.kit-columns li { margin: 8px 0; }
.structural-warning { margin-top: 28px; padding: 25px 28px; border-left: 4px solid #c7a96b; background: #fbf7ee; }
.structural-warning strong { color: var(--navy); }
.structural-warning p { margin: 8px 0 0; color: #5f676a; font-size: .86rem; }
.catalogue-collection-links { display: grid; gap: 1px; background: rgba(255,255,255,.18); }
.catalogue-collection-links a { display: grid; gap: 7px; padding: 23px; color: #fff; background: #17354b; text-decoration: none; }
.catalogue-collection-links a:hover { background: #1c4555; }
.catalogue-collection-links span { color: #cbd7d9; font-size: .82rem; }
.preorder-basket { display: none; }
.preorder-basket.has-items { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: block; color: #eef4f3; background: rgba(10,34,42,.98); box-shadow: 0 -12px 45px rgba(5,23,30,.24); }
.preorder-basket-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; align-items: center; padding-top: 16px; padding-bottom: 16px; }
.preorder-basket .eyebrow { margin: 0 0 9px; color: #a9ceca; }
.preorder-basket .eyebrow span { display: inline-grid; min-width: 24px; min-height: 24px; margin-left: 6px; place-items: center; border-radius: 50%; color: #0a222a; background: #fff; }
.preorder-basket [data-preorder-items] { display: flex; gap: 8px; max-height: 88px; overflow: auto; }
.preorder-line { display: grid; grid-template-columns: minmax(130px, 1fr) 50px auto; gap: 8px; align-items: center; min-width: 320px; padding: 8px 10px; background: rgba(255,255,255,.08); }
.preorder-line > div { display: flex; flex-direction: column; }
.preorder-line strong { color: #fff; font-size: .74rem; }
.preorder-line span { color: #b9c9cb; font-size: .62rem; }
.preorder-line input { width: 50px; min-height: 36px; padding: 5px; border: 0; }
.preorder-remove { border: 0; color: #fff; background: transparent; font-size: .68rem; text-decoration: underline; cursor: pointer; }
.preorder-basket-actions { display: grid; grid-template-columns: auto auto; gap: 8px; align-items: center; }
.preorder-basket-actions .button { min-height: 42px; padding: 11px 15px; font-size: .68rem; }
.preorder-basket-actions .button.secondary { border-color: rgba(255,255,255,.4); color: #fff; }
.preorder-basket-actions p { grid-column: 1 / -1; margin: 0; color: #b9c9cb; font-size: .64rem; text-align: right; }
.preorder-basket [aria-disabled="true"] { opacity: .48; pointer-events: none; }
.preorder-active { padding-bottom: 145px; }
.reservation-selection textarea { min-height: 150px; color: var(--atlantic); background: #f3f6f6; }
.reservation-cart-preview { display: flex; flex-direction: column; gap: 3px; margin-top: 18px; padding: 14px 16px; border-left: 3px solid var(--teal); background: #f1f6f5; }
.reservation-cart-preview span { color: #5d6870; font-size: .78rem; }

@media (max-width: 1050px) {
  .preorder-grid { grid-template-columns: repeat(2, 1fr); }
  .preorder-card.featured { grid-template-columns: 1fr 1fr; }
  .preorder-card.featured .preorder-card-action { grid-column: 1 / -1; }
  .preorder-basket-inner { grid-template-columns: 1fr; gap: 10px; }
  .preorder-basket [data-preorder-items] { max-height: 66px; }
  .preorder-basket-actions { justify-content: end; }
  .preorder-active { padding-bottom: 225px; }
}

@media (max-width: 720px) {
  .catalogue-family > header, .preorder-grid, .mounting-kit-grid, .preorder-card.featured, .kit-columns { grid-template-columns: 1fr; }
  .catalogue-family > header { gap: 14px; }
  .catalogue-family > header .eyebrow, .catalogue-family > header h2, .catalogue-family > header > p:last-child { grid-column: 1; grid-row: auto; margin-bottom: 0; }
  .preorder-card, .mounting-kit { padding: 22px; }
  .preorder-card-action { align-items: stretch; flex-direction: column; }
  .preorder-card-action label { display: flex; align-items: center; justify-content: space-between; }
  .preorder-card-action input { display: inline-block; margin: 0; }
  .preorder-card-action .button { width: 100%; }
  .mounting-kit header { align-items: flex-start; flex-direction: column; }
  .preorder-basket [data-preorder-items] { display: none; }
  .preorder-basket-inner { padding-top: 11px; padding-bottom: 11px; }
  .preorder-basket .eyebrow { margin: 0; }
  .preorder-basket-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .preorder-basket-actions .button { width: 100%; }
  .preorder-active { padding-bottom: 145px; }
}
