@font-face {
  font-family: "Cormorant Garamond";
  src: url("../nnexum/fonts/cormorant-garamond-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../nnexum/fonts/cormorant-garamond-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../nnexum/fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #06111b;
  --ink-soft: #0a1824;
  --ink-raised: #0d1d2a;
  --paper: #f2f5f5;
  --paper-soft: #dce5e6;
  --white: #fff;
  --muted: #91a4ad;
  --muted-dark: #526974;
  --aqua: #62f5da;
  --cyan: #2bd1ee;
  --line: rgba(213, 235, 238, .13);
  --line-dark: rgba(6, 17, 27, .14);
  --container: 1240px;
  --header-height: 78px;
  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); -webkit-text-size-adjust: 100%; }
html.menu-open { overflow: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--sans); line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { max-width: 940px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 12px; padding: 11px 16px; border-radius: 3px; background: var(--aqua); color: var(--ink); font-weight: 800; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--aqua); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; min-height: var(--header-height); border-bottom: 1px solid var(--line); background: rgba(6, 17, 27, .92); }
@supports (backdrop-filter: blur(16px)) { .site-header { background: rgba(6, 17, 27, .78); backdrop-filter: blur(18px) saturate(130%); } }
.nav-shell { min-height: var(--header-height); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 39px; height: 39px; }
.brand span { font-size: 17px; font-weight: 750; letter-spacing: .24em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); margin-left: auto; }
.desktop-nav a, .language-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transition: color 160ms ease; }
.desktop-nav a:hover, .language-link:hover { color: var(--paper); }
.desktop-actions { display: flex; align-items: center; gap: 14px; }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 3px; background: linear-gradient(120deg, var(--cyan), var(--aqua)); color: #03121a; font-size: 12px; font-weight: 800; }
.menu-toggle { width: 46px; height: 46px; display: none; flex: 0 0 auto; position: relative; border: 1px solid rgba(213, 235, 238, .25); border-radius: 3px; background: transparent; color: var(--paper); cursor: pointer; }
.menu-toggle span { position: absolute; left: 12px; right: 12px; height: 1px; background: currentColor; transition: transform 180ms ease, top 180ms ease; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 26px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.mobile-menu { display: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 3px; background: linear-gradient(120deg, var(--cyan), var(--aqua)); color: #03121a; font-size: 11px; font-weight: 850; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(43, 209, 238, .17); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button-small { min-height: 44px; padding-inline: 18px; }
.button-ghost { border: 1px solid rgba(242, 245, 245, .4); background: rgba(6, 17, 27, .25); color: var(--paper); }
.button-secondary, .button-outline-dark { border: 1px solid rgba(6, 17, 27, .3); background: transparent; color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.text-link.light { color: var(--paper); }

.hero { min-height: 760px; min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-backdrop, .hero-shade { position: absolute; inset: 0; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; opacity: .58; }
.hero-shade { background: linear-gradient(90deg, rgba(6,17,27,.99) 0%, rgba(6,17,27,.92) 44%, rgba(6,17,27,.4) 76%, rgba(6,17,27,.72) 100%), linear-gradient(0deg, rgba(6,17,27,.99) 0%, transparent 52%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); align-items: center; gap: clamp(48px, 8vw, 120px); padding-top: calc(var(--header-height) + 96px); padding-bottom: 130px; }
.eyebrow { margin: 0 0 20px; color: var(--aqua); font-size: 10px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #087c7b; }
.hero h1, .page-hero h1, .product-detail h1 { margin: 0; max-width: 820px; font-family: var(--display); font-size: clamp(70px, 9.2vw, 136px); font-weight: 400; letter-spacing: -.035em; line-height: .78; }
.hero h1 em { color: var(--aqua); font-weight: 400; }
.hero-intro { max-width: 640px; margin: 34px 0 32px; color: #c3d0d3; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.7; }
.hero-product { align-self: center; position: relative; padding: 22px; border: 1px solid var(--line); background: rgba(8, 25, 38, .58); box-shadow: 0 38px 80px rgba(0,0,0,.25); }
.hero-product img { aspect-ratio: 1.22; width: 100%; object-fit: contain; background: #f5f7f7; mix-blend-mode: lighten; }
.hero-product span { display: block; margin-top: 16px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.proof-strip { position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.proof-strip span { min-height: 76px; display: flex; align-items: center; border-right: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.proof-strip span + span { padding-left: 30px; }

.section { padding: clamp(88px, 10vw, 148px) 0; }
.section-light { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 56px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .cta-inner h2, .detail-info h2, .contact-grid h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5.8vw, 76px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.section-heading > p { margin: 0; color: var(--muted-dark); font-size: 16px; line-height: 1.75; }
.section-heading.inverse > p { color: var(--muted); }
.family-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.family-card { min-height: 390px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 4vw, 52px); overflow: hidden; border: 1px solid var(--line-dark); background: var(--white); transition: transform 180ms ease; }
.family-card:hover { transform: translateY(-4px); }
.family-card span { position: absolute; top: 28px; color: var(--muted-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.family-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(42px, 5vw, 68px); font-weight: 400; letter-spacing: -.04em; }
.family-card p { max-width: 480px; margin: 0; color: var(--muted-dark); }
.family-card b { position: absolute; right: 34px; bottom: 30px; font-size: 25px; }
.family-card-dark { border-color: transparent; background: var(--ink-soft); color: var(--paper); }
.family-card-dark p, .family-card-dark span { color: var(--muted); }

.page-hero { padding: calc(var(--header-height) + 110px) 0 94px; border-bottom: 1px solid var(--line); background: var(--ink); }
.page-hero.compact { padding-bottom: 75px; }
.page-hero h1 { max-width: 980px; font-size: clamp(52px, 7vw, 96px); line-height: .94; }
.page-hero .narrow > p:last-child { max-width: 740px; margin: 30px 0 0; color: #bdcbce; font-size: 18px; }

.catalog-section { padding-top: 58px; }
.catalog-tools { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 12px; padding: 18px; border: 1px solid var(--line-dark); background: var(--white); }
.catalog-tools label, .quote-form label { display: flex; flex-direction: column; gap: 7px; }
.catalog-tools label > span, .quote-form label > span { color: var(--muted-dark); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #b9c6c9; border-radius: 2px; background: #fff; color: var(--ink); padding: 10px 12px; }
textarea { min-height: 128px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #087c7b; outline: 2px solid rgba(98,245,218,.35); outline-offset: 1px; }
.results-line { margin: 28px 0 18px; color: var(--muted-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-width: 0; border: 1px solid var(--line-dark); background: var(--white); color: var(--ink); }
.product-image { display: block; overflow: hidden; background: #f6f8f8; }
.product-image img { width: 100%; aspect-ratio: 1.225; object-fit: contain; transition: transform 260ms ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-card-body { padding: 24px; }
.product-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--muted-dark); font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.product-card h3 { min-height: 58px; margin: 13px 0 24px; font-family: var(--display); font-size: clamp(24px, 2.4vw, 32px); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.product-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid var(--line-dark); }
.product-card-footer div { display: flex; flex-direction: column; }
.product-card-footer small, .detail-price small { color: var(--muted-dark); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card-footer strong { font-size: 18px; }
.product-card-footer .text-link { font-size: 9px; }
.load-more { display: flex; justify-content: center; margin-top: 48px; }
.empty-state { padding: 80px 24px; border: 1px solid var(--line-dark); text-align: center; }
.empty-state h2 { margin: 0; font-family: var(--display); font-size: 42px; font-weight: 400; }

.product-detail { padding: calc(var(--header-height) + 70px) 0 92px; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(42px, 7vw, 96px); align-items: center; }
.product-detail-image { padding: 30px; border: 1px solid var(--line-dark); background: #fff; }
.product-detail-image img { width: 100%; aspect-ratio: 1.225; object-fit: contain; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; color: var(--muted-dark); font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.product-detail h1 { color: var(--ink); font-size: clamp(52px, 6vw, 82px); line-height: .94; }
.detail-description { max-width: 650px; margin: 26px 0; color: var(--muted-dark); font-size: 17px; }
.detail-price { display: flex; flex-direction: column; margin: 0 0 10px; }
.detail-price strong { font-family: var(--display); font-size: 44px; font-weight: 400; }
.availability-note { max-width: 560px; margin: 0 0 28px; color: var(--muted-dark); font-size: 12px; }
.detail-info { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.detail-info dl { margin: 0; border-top: 1px solid var(--line); }
.detail-info dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.detail-info dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-info dd { margin: 0; text-align: right; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(54px, 8vw, 110px); align-items: start; }
.contact-grid aside { position: sticky; top: calc(var(--header-height) + 34px); }
.contact-list { display: grid; gap: 22px; margin-top: 42px; }
.contact-list > div { display: flex; flex-direction: column; padding-bottom: 20px; border-bottom: 1px solid var(--line-dark); }
.contact-list small { color: var(--muted-dark); font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-list a, .contact-list span, .contact-list address { margin-top: 4px; color: inherit; font-size: 16px; font-style: normal; font-weight: 700; }
.quote-form { padding: clamp(24px, 4vw, 44px); border: 1px solid var(--line-dark); background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field-full { grid-column: 1 / -1; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-note { margin: 18px 0 22px; color: var(--muted-dark); font-size: 11px; }
.form-status p { margin: 20px 0 0; padding: 14px; font-size: 13px; }
.form-status .success { background: #e2f8f2; color: #075d52; }
.form-status .error { background: #fff0ee; color: #9d2418; }

.policy-stack { max-width: 900px; }
.policy-stack article { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; padding: 38px 0; border-bottom: 1px solid var(--line-dark); scroll-margin-top: 100px; }
.policy-stack h2 { margin: 0; font-family: var(--display); font-size: 32px; font-weight: 400; line-height: 1.1; }
.policy-stack p { margin: 0; color: var(--muted-dark); }

.cta-band { padding: 74px 0; background: linear-gradient(120deg, var(--cyan), var(--aqua)); color: var(--ink); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-inner > div { max-width: 780px; }
.cta-inner p:last-child { max-width: 700px; margin: 18px 0 0; }
.site-footer { padding: 42px 0 28px; border-top: 1px solid var(--line); background: #040c13; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand img { width: 34px; height: 34px; }
.footer-brand span { font-size: 14px; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-top nav a, .footer-bottom span { color: var(--muted); font-size: 11px; }
.footer-bottom { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .desktop-nav, .desktop-actions { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .mobile-menu { height: calc(100vh - var(--header-height)); height: calc(100dvh - var(--header-height)); position: fixed; z-index: 99; inset: var(--header-height) 0 0; display: flex; flex-direction: column; justify-content: space-between; overflow-y: auto; padding: 24px; border-top: 1px solid var(--line); visibility: hidden; opacity: 0; background: var(--ink); transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { min-height: 57px; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 28px; }
  .mobile-menu nav a span { color: var(--aqua); font-family: var(--sans); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 24px; }
  .mobile-actions a { min-height: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(213,235,238,.23); border-radius: 3px; font-size: 11px; font-weight: 800; }
  .mobile-actions a:first-child { border-color: transparent; background: var(--aqua); color: var(--ink); }
  .hero-inner { grid-template-columns: 1fr .6fr; gap: 34px; }
  .hero h1 { font-size: clamp(60px, 9.5vw, 92px); }
  .catalog-tools { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-detail-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid aside { position: static; }
}

@media (max-width: 720px) {
  :root { --header-height: 68px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand img { width: 36px; height: 36px; }
  .brand span { font-size: 14px; }
  .mobile-menu { padding: 18px 16px calc(18px + env(safe-area-inset-bottom)); }
  .mobile-menu nav a { min-height: 50px; font-size: 24px; }
  .mobile-actions { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-backdrop img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(6,17,27,.8), rgba(6,17,27,.97) 48%, var(--ink)); }
  .hero-inner { grid-template-columns: 1fr; padding-top: calc(var(--header-height) + 68px); padding-bottom: 190px; }
  .hero h1 { font-size: clamp(64px, 20vw, 82px); line-height: .84; }
  .hero-intro { margin-top: 26px; font-size: 16px; }
  .hero-product { width: min(100%, 430px); padding: 14px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip span { min-height: 40px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip span + span { padding-left: 0; }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .section-heading h2, .cta-inner h2, .detail-info h2, .contact-grid h2 { font-size: 46px; }
  .family-grid, .product-grid, .product-detail-grid, .detail-info { grid-template-columns: 1fr; }
  .family-card { min-height: 320px; }
  .page-hero { padding: calc(var(--header-height) + 72px) 0 68px; }
  .page-hero h1, .product-detail h1 { font-size: 53px; }
  .page-hero .narrow > p:last-child { font-size: 16px; }
  .catalog-tools { grid-template-columns: 1fr; padding: 14px; }
  .product-card h3 { min-height: 0; }
  .product-detail { padding-top: calc(var(--header-height) + 38px); }
  .product-detail-image { padding: 16px; }
  .breadcrumbs { margin-bottom: 28px; }
  .detail-info { gap: 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .quote-form { padding: 20px; }
  .policy-stack article { grid-template-columns: 1fr; gap: 14px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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


/* NNEXUM division marker */
.division-label {
  padding-left: 10px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .division-label { display: none; }
}
