@import url('fonts.css');

:root {
  font-family: 'DM Sans', sans-serif;
  font-synthesis: none;
  color-scheme: dark;
  color: #e9ede4;
  background: #141d1c;
  --ink: #e9ede4;
  --muted: #b0beb5;
  --accent: #d9e6c7;
  --line: #d3e0ce30;
  --card-radius: 16px;
  --control-radius: 10px;
  --card-border: #cbdcc329;
  --gutter: clamp(24px, 5.5vw, 100px);
  --art-height: clamp(650px, 60vw, 850px);
  --art-top: -90px;
  --emitter-y: calc(var(--art-top) + var(--art-height) * .1688);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; color: inherit; }
a, button, input, select { -webkit-tap-highlight-color: transparent; }
:is(a, button, input, select, summary, [tabindex]):focus-visible { outline: 2px solid #e6efb8; outline-offset: 6px; }
.skip { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 16px; color: #131b1a; background: #fff; }
.skip:focus { top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
/* A softly lit rail above the dark fixture and aquarium composition. */
.announcement { position: relative; z-index: 11; display: flex; align-items: center; color: #24342e; background: linear-gradient(180deg, #e7ebe0, #dbe1d0); border-bottom: 1px solid #f2f6e5; }
.announcement::after { content: ''; position: absolute; inset: auto 0 -1px; height: 1px; background: linear-gradient(90deg, transparent, #f7ffe9 45%, #fff 50%, #f7ffe9 55%, transparent); box-shadow: 0 2px 12px #d9e9bf40; pointer-events: none; }
.announcement-window { flex: 1; min-width: 0; overflow: hidden; }
.announcement-track { width: 100%; }
.announcement-group { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 12px 36px; margin: 0; padding: 12px 24px; list-style: none; }
.announcement-item { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 8px; font-size: .875rem; line-height: 1.4; }
.announcement-item > span { color: #4a584c; }
.announcement-item strong { font-weight: 600; }
.announcement-offer { padding: 3px 8px; border: 1px solid #435a3b38; border-radius: 3px; font-size: .8125rem; font-variant-numeric: tabular-nums; }
.announcement-window:focus-visible { outline: 2px solid #2d4536; outline-offset: -4px; }
.announcement-duplicate { display: none; }
.announcement.is-moving .announcement-window { mask-image: linear-gradient(90deg, transparent, #000 28px, #000 calc(100% - 28px), transparent); }
.announcement.is-moving .announcement-track { display: flex; width: max-content; animation: announcement-flow var(--announcement-duration, 42s) linear infinite; animation-play-state: var(--announcement-play-state, running); }
.announcement.is-moving .announcement-group { flex: 0 0 auto; flex-wrap: nowrap; justify-content: flex-start; width: max-content; padding: 6px 12px; gap: 24px; }
.announcement.is-moving .announcement-duplicate { display: flex; }
.announcement.is-moving .announcement-item { flex: 0 0 auto; flex-wrap: nowrap; white-space: nowrap; }
.announcement.is-moving .announcement-item::after { content: ''; flex: 0 0 18px; height: 1px; margin-left: 16px; background: #47603d38; box-shadow: 0 1px 0 #fbfff099; }
.announcement-window:focus-within .announcement-track { animation-play-state: paused; }
@keyframes announcement-flow { to { transform: translateX(var(--announcement-distance)); } }
@media (hover: hover) {
  .announcement-window:hover .announcement-track { animation-play-state: paused; }
}
/* Selected concept: a centered brand above a separate navigation rail. */
.header { --header-gutter: clamp(28px, 4.3vw, 84px); position: relative; z-index: 10; background: linear-gradient(115deg, #101c19, #101c18 55%, #14211b); border-top: 1px solid #c7dfc51f; }
.header-main { --header-logo-width: clamp(190px, 13vw, 250px); position: relative; min-height: clamp(120px, 9.1vw, 164px); padding: 24px var(--header-gutter) 30px; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 32px; }
.header .brand { position: relative; grid-column: 2; grid-row: 1; justify-self: center; }
.brand img { width: 150px; height: auto; object-fit: contain; }
.header .brand img { width: var(--header-logo-width); }
/* Align the full-width glow with the navigation rail's upper edge. */
.header-main::before { content: ''; position: absolute; z-index: 2; inset-inline: 0; top: 100%; height: 2px; transform: translateY(-50%); background: linear-gradient(90deg, transparent, #dcefb20d 12%, #e6f5c533 28%, #edfbd18c 42%, #f3ffda 50%, #edfbd18c 58%, #e6f5c533 72%, #dcefb20d 88%, transparent); pointer-events: none; }
.header-main::after { content: ''; position: absolute; z-index: 1; inset-inline: 0; top: 100%; height: 28px; transform: translateY(-50%); background: radial-gradient(ellipse 50% 50% at 50% 50%, #edfbd14d, #c8e59a29 30%, #c8e59a14 58%, #c8e59a08 80%, transparent 100%); pointer-events: none; }
.header nav { display: flex; align-items: center; justify-content: center; gap: clamp(36px, 5vw, 100px); min-height: 72px; padding-inline: var(--header-gutter); background: linear-gradient(90deg, #1b302a, #1e342d 50%, #1b302a); border-block: 1px solid #a8cdb530; }
.header-item { position: relative; display: inline-flex; align-items: center; flex-shrink: 0; min-height: 44px; padding: 10px 0; border: 0; background: none; color: #ccd8d0; font-size: clamp(.875rem, .94vw, 1.0625rem); font-weight: 400; line-height: 1.5; white-space: nowrap; }
.header nav > .header-item { min-height: 72px; padding-block: 20px; font-size: clamp(1rem, 1.15vw, 1.25rem); }
.header-item.is-featured { color: #f1f5eb; font-weight: 600; }
.header-item.is-featured::after { content: ''; position: absolute; inset: auto 0 12px; height: 3px; background: #d9e6c7; }
.header-software { gap: 14px; }
.header-software svg { flex-shrink: 0; }
.header-main > .header-software { grid-column: 1; grid-row: 1; justify-self: start; }
.header button:disabled { opacity: 1; cursor: default; }
.header-actions { grid-column: 3; grid-row: 1; display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.1vw, 22px); }
.header-account { display: flex; align-items: center; flex-shrink: 0; gap: clamp(18px, 1.5vw, 28px); margin-left: 6px; padding-left: clamp(18px, 1.5vw, 28px); border-left: 1px solid #c2d9ca45; }
.header-signup { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 26px; border: 1px solid #f0f7dc66; border-radius: var(--control-radius); color: #17261e; background: linear-gradient(180deg, #e1ebcc, #cddfbc); box-shadow: inset 0 1px 0 #f7ffe866; font-size: clamp(.875rem, .94vw, 1.0625rem); font-weight: 500; line-height: 1.4; white-space: nowrap; }
.header-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 8px; border: 0; background: none; color: #e3ece3; }
.header-icon svg { width: 26px; height: 26px; }
.cart-count { position: absolute; top: 0; right: -2px; display: grid; place-items: center; min-width: 20px; height: 20px; padding-inline: 4px; border-radius: 50%; background: #d9e6c7; color: #141d1c; font-size: .75rem; line-height: 1; }
.mobile-header-tools { display: none; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: none; border: 0; }
.menu-button span { display: block; height: 1px; background: #e4ebe1; margin-block: 7px; }

/* A single light field spans the entire document, including the footer.
   Its origin follows the photographed LED bar, rather than the viewport. */
.lit-page { position: relative; isolation: isolate; overflow: clip; }
.page-light { position: absolute; z-index: 1; inset: 0; pointer-events: none; overflow: hidden; }
.led-ray { position: absolute; inset: var(--source-y, var(--emitter-y)) 0 0; background: conic-gradient(from 152deg at var(--source-x, 50%) 0%, transparent 0deg, #e8eeda08 5deg, #eef1da16 15deg, #f0f2dd24 27deg, #edf0db18 38deg, #dfe9d708 50deg, transparent 56deg); mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent); }
.led-ray[data-emitter=left] { --source-x: calc(50% - var(--art-height) * .074108); }
.led-ray[data-emitter=center] { --source-x: calc(50% + var(--art-height) * .004427); opacity: .68; }
.led-ray[data-emitter=right] { --source-x: calc(50% + var(--art-height) * .080794); }
.light-continuation { position: absolute; inset: 600px 0 0; background: linear-gradient(90deg, transparent 8%, #c4d1b804 20%, #d3ddc610 38%, #e4e6c917 50%, #d3ddc60f 63%, #c4d1b804 82%, transparent 92%); mask-image: linear-gradient(0deg, #000, #000 calc(100% - 600px), transparent); }
main, footer { position: relative; }
.hero { position: relative; padding-inline: var(--gutter); }
.hero-edition { position: absolute; z-index: 3; top: 33px; left: var(--gutter); max-width: 250px; margin: 0; font-size: 12px; line-height: 1.8; letter-spacing: .11em; color: #b7c1b7; }
.hero-edition span { color: #8a9b8e; padding-inline: 9px; }
.hero-scene { position: relative; max-width: 1600px; min-height: calc(var(--art-height) - 65px); margin: auto; }
.hero-product { position: absolute; z-index: 0; top: var(--art-top); left: 50%; height: var(--art-height); width: calc(var(--art-height) * .666667); transform: translateX(-50%); margin: 0; pointer-events: none; }
.hero-product > .aquarium-photo { width: 100%; height: 100%; object-fit: contain; border-radius: var(--card-radius); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent), linear-gradient(180deg, transparent, #000 4%, #000 94%, transparent); mask-composite: intersect; }
.tank-fish { position: absolute; inset: 0; pointer-events: none; clip-path: polygon(8.5% 52%, 91.5% 52%, 91.5% 84.8%, 8.5% 84.8%); }
.fish-school { position: absolute; inset: 0; }
.hero.is-swimming .fish-swimmer { will-change: transform, opacity; }
.fish-swimmer { position: absolute; display: block; left: var(--fish-x); top: var(--fish-y); width: var(--fish-size); opacity: var(--fish-opacity, 1); transform: translate3d(var(--fish-dx, 0px), var(--fish-dy, 0px), 0) translate(-50%, -50%) rotate(var(--fish-tilt, 0deg)); }
.fish-swimmer img { display: block; width: 100%; height: auto; }
.hero-copy { position: relative; z-index: 2; max-width: 29%; padding-block: calc((var(--art-height) - 65px) * .27) 36px; }
.hero h1 { margin: 0; font: 500 clamp(50px, 5.45vw, 84px)/1.05 'Manrope', sans-serif; letter-spacing: -.06em; }
.hero h1 em { font-style: normal; color: #d4e0ba; }
.hero-copy > p { margin: 29px 0 0; font-size: 1rem; line-height: 1.8; color: #bcc9bd; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 28px; }
.hero-actions .button { max-width: 100%; justify-content: center; text-align: center; }
.hero-actions .text-link { gap: 18px; }
.hero-product-info { position: absolute; z-index: 2; top: 43%; right: 0; max-width: 190px; }
.eyebrow, .product-kicker { margin: 0 0 23px; color: #b4c3b4; font-size: 12px; font-weight: 400; line-height: 1.7; letter-spacing: .14em; }
.hero-product-info .eyebrow { margin-bottom: 14px; }
.hero-product-info h2 { font-size: 28px; letter-spacing: -.04em; line-height: 1.3; }
.hero-product-info > p:not(.eyebrow) { margin: 17px 0 14px; color: #bcc8bb; font-size: 1rem; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 35px; min-height: 48px; border-bottom: 1px solid #c7d5c56b; padding-block: 12px; font-size: 1rem; line-height: 1.4; transition: border-color .2s, color .2s; }
.text-link span { font-size: 22px; }
.text-link:hover { border-color: #e8eee2; color: #fff; }

.section { position: relative; z-index: 2; padding: 100px var(--gutter); max-width: 1800px; margin-inline: auto; }
h2 { margin: 0; font: 500 clamp(36px, 4.25vw, 64px)/1.13 'Manrope', sans-serif; letter-spacing: -.05em; }
h2 em { font-style: normal; color: #d4e0ba; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 65px; }
.section-heading > p { font-size: 16px; line-height: 1.8; color: var(--muted); margin: 0 0 3px; }
/* A single curved light threshold introduces the collection. The surface sits
   beneath the continuous page light; text and product links stay above it. */
.collection { --collection-curve: clamp(54px, 7.5vw, 132px); position: relative; margin-top: -24px; }
.collection-transition { position: absolute; inset: 0; pointer-events: none; }
.collection-surface { position: absolute; z-index: 0; top: 0; inset-inline: -8%; height: min(100%, 560px); border-radius: 50% 50% 0 0 / var(--collection-curve) var(--collection-curve) 0 0; background: radial-gradient(ellipse 42% 180px at 50% 0, #c7dea921, transparent 100%), linear-gradient(180deg, #12231b, #101a16 180px); mask-image: linear-gradient(180deg, #000, #000 55%, transparent); }
.collection-arc { position: absolute; z-index: 2; top: 0; inset-inline: -8%; height: calc(var(--collection-curve) + 2px); border: 1px solid #dceac4c9; border-bottom: 0; border-radius: 50% 50% 0 0 / var(--collection-curve) var(--collection-curve) 0 0; mask-image: linear-gradient(90deg, transparent 5%, #0004 23%, #000 44%, #000 56%, #0004 77%, transparent 95%); filter: drop-shadow(0 0 5px #d5e9af66); }
.collection-crest { position: absolute; z-index: 2; top: -15px; left: 22%; right: 22%; height: 31px; background: radial-gradient(ellipse 50% 50%, #ebf3c92b, #d8e4b30c 48%, transparent); }
.collection-content { max-width: 1920px; padding: calc(var(--collection-curve) * .5 + 64px) clamp(24px, 5vw, 96px) 70px; }
.collection-heading { align-items: center; gap: clamp(40px, 7vw, 130px); margin-bottom: 58px; }
.collection-heading > div { flex: 1 1 auto; min-width: 0; }
.collection-heading .eyebrow { margin-bottom: 30px; color: #d1dfc5; font-size: .875rem; letter-spacing: .16em; }
.collection-heading h2 { font-size: clamp(48px, 5.5vw, 100px); line-height: 1.08; letter-spacing: -.055em; }
.collection-heading h2 em { display: inline-block; color: #e1f0bf; text-shadow: 0 0 44px #d6edac24; }
.collection-heading > p { flex: 0 1 340px; font-size: 1.0625rem; line-height: 1.85; color: #c0cbbc; }
.collection-update { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 60px; padding-block: 32px; border-block: 1px solid #d8e7c747; }
.collection-update .eyebrow { margin-bottom: 12px; font-size: .8125rem; color: #c3d4b6; }
.collection-models { margin: 0; font: 500 clamp(21px, 1.9vw, 32px)/1.7 'Manrope', sans-serif; letter-spacing: -.035em; }
.collection-models span { margin-inline: 8px; color: #a4b894; font-weight: 400; }
.collection-update > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.new-products { max-width: 1920px; padding: 24px clamp(24px, 5vw, 96px) 100px; }
.new-products-heading { margin-bottom: 40px; }
.new-products-heading .eyebrow { font-size: .875rem; margin-bottom: 16px; }
.new-products-heading h2 { font-size: clamp(32px, 3vw, 48px); }
.product-duo { display: grid; grid-template-columns: 1.03fr .97fr; align-items: start; gap: clamp(24px, 4vw, 72px); }
.nano-card { position: relative; display: grid; width: 100%; min-width: 0; min-height: clamp(690px, 54vw, 940px); overflow: hidden; border-radius: var(--card-radius); background: #101e1859; }
.nano-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.nano-card::before, .wide-product-photo::after { content: ''; position: absolute; z-index: 2; inset: 0; border: 1px solid var(--card-border); border-radius: inherit; pointer-events: none; }
.nano-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(0deg, #101e1866, transparent 62%); }
.nano-copy { position: relative; z-index: 1; align-self: end; min-width: 0; padding: 300px 32px 33px; background: linear-gradient(180deg, transparent, #101e1859 250px); }
.nano-copy .product-kicker { color: #d6dfcf; }
.product-duo h3 { margin: 12px 0 14px; font: 500 clamp(40px, 4.5vw, 66px)/1.12 'Manrope', sans-serif; letter-spacing: -.055em; }
.product-duo p { margin: 0 0 20px; font-size: 1rem; line-height: 1.7; }
.product-features { display: grid; gap: 8px; margin: 0 0 26px; padding-left: 1.2em; color: #d4dfcb; font-size: 1rem; line-height: 1.65; }
.product-features li::marker { color: #c9dcb5; }
.purchase-link { max-width: 100%; }
.purchase-link span { flex-shrink: 0; }
.nano-grolux-card { margin-top: 80px; }
.nano-grolux-card > img { object-position: 50% 20%; }
.wide-product { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: clamp(32px, 4.5vw, 80px); margin-top: 80px; padding-block: 60px; border-block: 1px solid var(--line); }
.wide-product-photo { position: relative; min-width: 0; overflow: hidden; border-radius: var(--card-radius); }
.wide-product-photo img { width: 100%; height: auto; border-radius: inherit; }
.wide-product-copy { min-width: 0; padding: clamp(24px, 2.6vw, 40px); border-radius: var(--card-radius); background: #101e18e6; box-shadow: inset 0 0 0 1px var(--card-border); }
.wide-product-copy h3 { margin: 0 0 24px; font: 500 clamp(42px, 4.5vw, 72px)/1.15 'Manrope', sans-serif; letter-spacing: -.055em; }
.wide-product-copy .product-line { margin: 0 0 24px; font-size: clamp(22px, 2vw, 30px); line-height: 1.5; color: #d7e3c9; }
.wide-product-copy > p:not(.product-line):not(.product-kicker) { max-width: 430px; margin: 0 0 24px; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.all-products { display: flex; justify-content: space-between; align-items: center; margin-top: 65px; padding-block: 24px; border-block: 1px solid var(--line); font-size: 16px; }
.all-products span { font-size: 25px; }
.all-products:hover { color: #fff; }

.technical-highlights { padding-top: 0; }
.technical-highlights h2 { margin-bottom: 38px; font-size: clamp(1.75rem, 2.8vw, 2.75rem); }
.technical-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.technical-feature { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 30px clamp(20px, 2.4vw, 40px); border: 1px solid var(--card-border); border-radius: var(--card-radius); background: #112019; }
.technical-icon { flex-shrink: 0; margin-bottom: 24px; color: #d9e6c7; }
.technical-feature h3 { margin: 0 0 15px; color: #c4d1bd; font-size: 1rem; font-weight: 400; line-height: 1.5; }
.technical-feature p { margin: 0 0 24px; font-size: 1rem; line-height: 1.7; color: #c4d1bd; }
.technical-feature .technical-value { margin-bottom: 20px; color: #edf2e7; font: 500 clamp(1.6rem, 2.4vw, 2.25rem)/1.3 'Manrope', sans-serif; letter-spacing: -.035em; }
.technical-value span { display: inline-block; font-size: 1rem; letter-spacing: 0; }
.technical-source { display: inline-flex; align-items: center; gap: 14px; min-height: 48px; margin-top: auto; padding-block: 10px; border-bottom: 1px solid #c7d5c56b; color: #e4edd9; font-size: .875rem; }
.technical-source:hover { color: #fff; border-color: #e4edd9; }


.finder-section { border-block: 1px solid var(--line); }
.finder-intro { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; column-gap: 45px; margin-bottom: 55px; }
.finder-intro .eyebrow { width: 100%; }
.finder-intro > p:last-child { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.finder form { display: grid; grid-template-columns: 1.2fr .8fr 1.2fr 1.1fr; align-items: end; gap: 27px; }
.field label { display: block; font-size: 14px; line-height: 1.5; margin-bottom: 14px; color: #c1ccba; }
.field select, .field input { width: 100%; min-height: 56px; color: #edf0e0; background: #121d1766; border: 0; border-bottom: 1px solid #afc1a38c; border-radius: 0; padding: 12px; font-size: 16px; }
.field select option { background: #1f3024; color: #edf0e0; }
.number-field { position: relative; }
.number-field input { padding-right: 48px; }
.number-field > span { position: absolute; right: 15px; top: 18px; pointer-events: none; color: #b0bfa5; font-size: 16px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 56px; padding: 15px 23px; border: 0; border-radius: var(--control-radius); background: #dce6c9; color: #19251c; font-size: 1rem; line-height: 1.5; font-weight: 500; }
.button:hover { background: #eaf1d9; }
.finder-results { margin-top: 44px; }
.result-heading { font-size: 16px; font-weight: 400; line-height: 1.7; margin: 0 0 28px; }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.result-card { padding-block: 25px 12px; border-top: 1px solid var(--line); }
.result-card .model { font: 400 34px/1.2 'Manrope', sans-serif; letter-spacing: -.04em; margin: 0 0 17px; }
.result-card p { margin: 0 0 10px; color: #b7c4ad; font-size: 16px; line-height: 1.75; }
.result-card .text-link { margin-top: 8px; font-size: 14px; }
.finder-note { max-width: 890px; padding-top: 25px; margin: 30px 0 0; border-top: 1px solid var(--line); font-size: 12px; color: #a9b89e; line-height: 1.8; }
.empty-result { padding: 24px; border: 1px solid var(--line); border-radius: var(--card-radius); font-size: 16px; line-height: 1.8; }
.empty-result a { text-decoration: underline; }
.comparison h2 { font-size: clamp(35px, 3.5vw, 50px); }
.comparison .section-heading { margin-bottom: 40px; }
.table-wrap { overflow: auto; }
table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; font-size: 16px; }
th, td { padding: 24px 14px; border-bottom: 1px solid var(--line); line-height: 1.7; }
thead th { font: 400 23px/1.5 'Manrope', sans-serif; }
thead th:first-child { font-family: 'DM Sans', sans-serif; font-size: 14px; color: #b0beaa; }
tbody th { font-weight: 400; color: #b0beaa; width: 24%; }
td a { font-size: 14px; padding-bottom: 5px; border-bottom: 1px solid #b9c6a95e; }

.story { position: relative; z-index: 2; max-width: 1800px; margin-inline: auto; padding: 65px var(--gutter) 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-number { font: 400 clamp(110px, 13.4vw, 210px)/1 'Manrope', sans-serif; letter-spacing: -.08em; color: #d4debd; }
.story-number > span { display: block; font: 400 12px/1.8 'DM Sans', sans-serif; letter-spacing: .12em; margin: 27px 0 0 8px; color: #aebca7; }
.story-number .story-origin { margin: 0 0 32px 8px; }
.story-copy h2 { font-size: clamp(35px, 3.5vw, 53px); }
.story-copy > p:not(.eyebrow) { max-width: 500px; margin-top: 28px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.story-copy .text-link { margin-top: 12px; }
/* Selected footer concept 02: centered original brand, navigation and contact. */
.footer-centered {
  z-index: 2;
  padding: clamp(56px, 6.5vw, 96px) var(--gutter) 28px;
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, #101b18db, #1728219c 50%, #101b18db);
  color: #e9ede4;
}
.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(24px, 3vw, 48px);
  max-width: 1800px;
  margin-inline: auto;
}
.footer-brand-panel {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 16px clamp(20px, 2.4vw, 40px) 20px;
  border-inline: 1px solid var(--line);
  text-align: center;
}
.footer-logo { display: block; width: min(100%, 330px); }
.footer-logo img { width: 100%; height: auto; }
.footer-logo-glow {
  display: block;
  flex: none;
  width: min(100%, 360px);
  height: 26px;
  margin: 16px auto 20px;
  background: radial-gradient(ellipse 48% 10% at 50% 50%, #f2ffdc 0%, #dfefb9b3 20%, #d4e5ac38 56%, transparent 100%), radial-gradient(ellipse 50% 50% at 50% 50%, #cee3ac52, #bed8951c 45%, transparent 100%);
  pointer-events: none;
}
.footer-tagline { max-width: 32ch; margin: 0; color: #c0cbc2; font-size: 1rem; line-height: 1.8; }
.footer-navigation {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .85fr);
  gap: clamp(20px, 2.2vw, 36px);
  padding-block: 16px;
}
.footer-link-group, .footer-contact { min-width: 0; }
.footer-title { margin: 0 0 23px; color: #eef2e9; font-family: inherit; font-size: clamp(1.125rem, 1.4vw, 1.5rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.4; }
.footer-title::after { content: ''; display: block; width: 44px; height: 3px; margin-top: 16px; background: #c8d9b9; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li + li { margin-top: 6px; }
.footer-links a { display: inline-block; max-width: 100%; padding-block: 6px; font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; }
.footer-centered a { text-underline-offset: .25em; }
.footer-centered a:hover { color: #e2f2c9; text-decoration: underline; }
.footer-centered a.footer-logo:hover { text-decoration: none; }
.footer-contact { grid-column: 3; grid-row: 1; padding: 16px 0 0 clamp(0px, 1.5vw, 24px); }
.footer-contact address { font-style: normal; }
.footer-contact .footer-links li + li { margin-top: 0; }
.footer-address { margin: 22px 0 0; color: #c0cbc2; font-size: 1rem; line-height: 1.8; overflow-wrap: anywhere; }
.footer-base { display: flex; flex-direction: column; align-items: center; gap: 22px; max-width: 1800px; margin: 48px auto 0; padding-top: 28px; border-top: 1px solid var(--line); text-align: center; }
.footer-legal { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 0; list-style: none; margin: 0; padding: 0; }
.footer-legal li { padding-inline: 24px; }
.footer-legal li + li { border-left: 1px solid var(--line); }
.footer-legal a { display: inline-block; padding-block: 7px; font-size: .875rem; line-height: 1.5; }
.footer-copyright { margin: 0; color: #bdc9be; font-size: .875rem; line-height: 1.6; }
.footer-notice { max-width: 760px; margin: -6px 0 0; color: #b8c6bd; font-size: .875rem; line-height: 1.7; }
@media (max-width: 70rem) {
  .footer-layout { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 36px 48px; }
  .footer-brand-panel { grid-column: 1 / -1; grid-row: 1; padding: 0 0 36px; border-inline: 0; border-bottom: 1px solid var(--line); }
  .footer-tagline { max-width: 42ch; }
  .footer-navigation { grid-column: 1; grid-row: 2; }
  .footer-contact { grid-column: 2; grid-row: 2; padding-left: 20px; border-left: 1px solid var(--line); }
  .footer-logo { width: min(100%, 290px); }
}
@media (max-width: 40rem) {
  .footer-centered { padding-block: 48px 26px; }
  .footer-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .footer-navigation { grid-column: 1; grid-row: 2; padding-block: 4px 0; }
  .footer-contact { grid-column: 1; grid-row: 3; padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .footer-brand-panel { padding-bottom: 28px; }
  .footer-logo { width: min(85%, 260px); }
  .footer-title { margin-bottom: 17px; }
  .footer-title::after { margin-top: 12px; }
  .footer-links a { min-height: 44px; padding-block: 9px; }
  .footer-links li + li { margin-top: 0; }
  .footer-base { gap: 18px; margin-top: 32px; padding-top: 22px; }
  .footer-legal li { padding-inline: 12px; }
  .footer-legal a { min-height: 44px; padding-block: 11px; }
}
.noscript { margin: 0; padding: 25px var(--gutter); background: #253325; color: #f0f3e6; font-size: 16px; line-height: 1.7; }

@media (min-width: 1700px) {
  .hero-edition { max-width: none; }
  .hero-product-info { right: 4%; }
}
@media (max-width: 1100px) {
  .header-main { --header-logo-width: 150px; min-height: 98px; padding: 14px 6% 24px; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 12px; }
  .header-main > .header-software { display: none; }
  .header-main::after { height: 20px; }
  .header-actions > :not(.header-cart) { display: none; }
  .menu-button { display: block; grid-column: 1; grid-row: 1; }
  .header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; min-height: 0; max-height: calc(100dvh - 160px); overflow-y: auto; padding: 15px 6% 25px; background: #172b24; border-block: 1px solid var(--line); box-shadow: 0 18px 28px #050d0a40; flex-direction: column; align-items: stretch; gap: 0; }
  .header nav.open { display: flex; }
  .header nav .header-item { min-height: 44px; padding-block: 12px; font-size: 1rem; text-align: left; white-space: normal; }
  .header nav > .header-item { align-self: flex-start; }
  .header-item.is-featured::after { bottom: 4px; height: 2px; }
  .mobile-header-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 16px; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); }
  .mobile-header-tools .header-software { flex-basis: 100%; }
  .mobile-header-tools .header-account { margin-left: 0; padding-left: 0; border-left: 0; }
  .mobile-header-tools .header-signup { padding-inline: 20px; font-size: .875rem; }
  .mobile-header-tools .header-search { margin-left: auto; }
}
@media (max-width: 1100px) {
  .hero h1 { font-size: 54px; }
  .hero-copy { max-width: 28%; }
  .hero-product-info { top: 51%; max-width: 158px; }
  .hero-product-info h2 { font-size: 24px; }
  .hero-copy > p { max-width: 205px; }
  .hero-copy > p br { display: none; }
  .collection-update { grid-template-columns: 1fr; gap: 18px; }
  .nano-card { min-height: 610px; }
  .technical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finder form { grid-template-columns: 1fr 1fr; }
  .story { gap: 45px; }
}
@media (max-width: 900px) {
  :root { --gutter: 7%; --art-height: min(148vw, 830px); --art-top: -10px; }
  .hero-edition { top: 21px; font-size: 12px; max-width: 210px; line-height: 1.75; letter-spacing: .08em; }
  .hero-edition span { padding-inline: 5px; }
  .hero-scene { height: auto; min-height: calc(var(--art-height) + 225px); display: grid; grid-template-columns: 1fr .8fr; align-content: end; column-gap: 28px; }
  .hero-product { width: calc(var(--art-height) * .666667); }
  .hero-copy { position: relative; top: auto; left: auto; max-width: none; padding-top: calc(var(--art-height) - 38px); }
  .hero h1 { font-size: clamp(37px, 8.7vw, 62px); line-height: 1.12; letter-spacing: -.055em; }
  .hero-copy > p { max-width: 280px; font-size: 1rem; line-height: 1.7; margin-top: 20px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-product-info { position: relative; top: auto; right: auto; max-width: none; align-self: end; padding-block: 20px 7px; }
  .hero-product-info .eyebrow { font-size: 12px; letter-spacing: .08em; margin-bottom: 10px; }
  .hero-product-info h2 { font-size: 23px; }
  .hero-product-info > p:not(.eyebrow) { font-size: 1rem; line-height: 1.8; }
  .hero-product-info > p br { display: none; }
  .light-continuation { top: 430px; }
  .section { padding-block: 65px; }
  .collection { --collection-curve: clamp(36px, 7.5vw, 58px); margin-top: 32px; }
  .collection-content { padding: calc(var(--collection-curve) * .5 + 44px) var(--gutter) 45px; }
  .collection-heading h2 { font-size: clamp(39px, 7.5vw, 68px); }
  .collection-heading > p { max-width: 520px; }
  .collection-surface { height: min(100%, 420px); }
  .section-heading { display: block; margin-bottom: 38px; }
  h2 { font-size: clamp(33px, 7.6vw, 48px); line-height: 1.18; }
  .eyebrow { margin-bottom: 21px; font-size: 12px; }
  .section-heading > p { font-size: 16px; margin-top: 25px; }
  .section-heading > p br { display: none; }
  .collection-models { max-width: 470px; line-height: 1.9; }
  .collection-models span { margin-inline: 5px; }
  .new-products { padding: 20px var(--gutter) 65px; }
  .new-products-heading { margin-bottom: 28px; }
  .new-products-heading h2 { font-size: clamp(29px, 6.4vw, 42px); }
  .product-duo { grid-template-columns: minmax(0, 1fr); gap: 35px; }
  .nano-card { min-height: 580px; }
  .nano-card > img { height: auto; }
  .nano-grolux-card { margin-top: 0; }
  .nano-copy { padding: 280px 25px 28px; }
  .product-duo h3 { font-size: clamp(36px, 8vw, 54px); }
  .nano-copy p br { display: none; }
  .wide-product { grid-template-columns: 1fr; gap: 30px; margin-top: 40px; padding-block: 40px; }
  .wide-product-copy { padding: 24px; }
  .wide-product-copy h3 { font-size: 46px; }
  .all-products { margin-top: 38px; font-size: 16px; }
  .finder-intro { display: block; margin-bottom: 35px; }
  .finder form { grid-template-columns: 1fr; gap: 23px; }
  .finder .button { margin-top: 8px; }
  .finder-results { margin-top: 33px; }
  .result-grid { grid-template-columns: 1fr; gap: 16px; }
  .result-card .model { font-size: 32px; }
  .result-card p { font-size: 16px; }
  .finder-note { margin-top: 22px; }
  .comparison h2 { font-size: 35px; }
  table { font-size: 14px; min-width: 630px; }
  th, td { padding: 21px 12px; }
  thead th { font-size: 21px; }
  .story { grid-template-columns: 1fr; gap: 50px; padding-block: 20px 65px; }
  .story-number { font-size: 146px; }
  .story-copy h2 { font-size: 37px; }
}
@media (max-width: 600px) {
  .hero-scene { grid-template-columns: minmax(0, 1fr); }
  .hero-product-info { padding-top: 28px; }
  .hero-copy > p { max-width: none; }
  .hero h1 { max-width: 10ch; }
  .technical-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 380px) {
  .hero-scene { grid-template-columns: 1fr; }
  .hero h1 { font-size: 45px; }
  .hero-product-info { padding-top: 30px; }
  .hero-copy > p { max-width: none; }
  .hero-product-info > p:not(.eyebrow) { margin-block: 10px; }
  .nano-card { min-height: 520px; }
  .story-number { font-size: 130px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .fish-swimmer { will-change: auto; }
}
