:root {
  --ink: #10242c;
  --ink-soft: #486069;
  --paper: #f4f0e8;
  --paper-deep: #e9e2d6;
  --white: #fffdf8;
  --red: #a6382e;
  --red-dark: #7d251f;
  --blue: #285e7a;
  --green: #486d61;
  --line: rgba(16, 36, 44, 0.16);
  --shadow: 0 24px 60px rgba(16, 36, 44, 0.12);
  --radius: 1.25rem;
  --shell: min(1180px, calc(100% - 40px));
}

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

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(244, 240, 232, .92); border-color: var(--line); backdrop-filter: blur(18px); }
.site-header-on-dark:not(.is-scrolled), body:has(.hero-photo) .site-header:not(.is-scrolled) { color: white; }
.site-header-on-dark:not(.is-scrolled) .brand-mark path:first-child, body:has(.hero-photo) .site-header:not(.is-scrolled) .brand-mark path:first-child { fill: white; }
.site-header-on-dark:not(.is-scrolled) .brand-mark path:last-child, body:has(.hero-photo) .site-header:not(.is-scrolled) .brand-mark path:last-child { stroke: var(--ink); }
.site-header-on-dark:not(.is-scrolled) .brand-copy span, body:has(.hero-photo) .site-header:not(.is-scrolled) .brand-copy span { color: rgba(255,255,255,.7); }
.site-header-on-dark:not(.is-scrolled) .button-dark, body:has(.hero-photo) .site-header:not(.is-scrolled) .button-dark { color: var(--ink); background: white; }
.site-header-on-dark:not(.is-scrolled) .menu-button, body:has(.hero-photo) .site-header:not(.is-scrolled) .menu-button { border-color: rgba(255,255,255,.5); }
.site-header-on-dark:not(.is-scrolled) .menu-button span, body:has(.hero-photo) .site-header:not(.is-scrolled) .menu-button span { background: white; }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; letter-spacing: .08em; }
.brand-mark { width: 38px; height: 38px; }
.brand-mark path:first-child { fill: var(--ink); }
.brand-mark path:last-child { fill: none; stroke: var(--paper); stroke-width: 2; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: .92rem; }
.brand-copy span { font-size: .62rem; margin-top: .28rem; letter-spacing: .25em; color: var(--ink-soft); }
.nav { display: flex; align-items: center; gap: 1.65rem; }
.nav a { position: relative; font-size: .84rem; text-decoration: none; }
.nav a::after { content: ""; position: absolute; inset: auto 0 -.35rem; height: 1px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; transform-origin: right; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.lang-switch { display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; letter-spacing: .08em; }
.lang-switch a { text-decoration: none; opacity: .5; }
.lang-switch a[aria-current="true"] { opacity: 1; font-weight: 700; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 50%; padding: 13px 11px; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: var(--ink); transition: .2s ease; }
.mobile-panel { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 48px; padding: .72rem 1.2rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-red { color: white; background: var(--red); }
.button-outline { border-color: var(--line); background: transparent; }
.button-small { min-height: 40px; padding: .55rem 1rem; font-size: .8rem; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; border-bottom: 1px solid currentColor; }

.hero { min-height: 100svh; position: relative; overflow: hidden; padding: 145px 0 44px; display: grid; align-items: center; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -120px; border-radius: 50%; background: #c7483922; }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; left: -250px; bottom: -180px; border-radius: 50%; border: 1px solid rgba(40,94,122,.25); }
.hero-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(410px, .97fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.5rem; color: var(--red); text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .18em; }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 1.45rem; font-size: clamp(3.2rem, 7.4vw, 7.35rem); line-height: .91; }
.hero-lead { max-width: 630px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.35rem; margin-top: 2rem; }
.market-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.5rem; }
.market-row span { padding: .42rem .78rem; border: 1px solid var(--line); border-radius: 999px; font-size: .74rem; background: rgba(255,253,248,.35); }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.medallion { position: relative; width: min(520px, 100%); aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: white; box-shadow: var(--shadow); overflow: hidden; }
.medallion::before, .medallion::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.medallion::before { inset: 11%; }
.medallion::after { inset: 24%; }
.medallion svg { position: absolute; inset: 12%; width: 76%; height: 76%; }
.medallion-label { position: absolute; left: 8%; bottom: 9%; right: 8%; display: flex; justify-content: space-between; align-items: end; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: #f0e5d7; }
.medallion-label strong { font-family: Georgia, serif; font-size: 2rem; text-transform: none; letter-spacing: -.02em; color: white; }
.hero-note { margin-top: 4rem; display: flex; justify-content: space-between; color: var(--ink-soft); font-size: .73rem; }

.ticker { background: var(--red); color: white; overflow: hidden; }
.ticker-track { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; white-space: nowrap; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; }
.ticker i { opacity: .6; font-style: normal; }
.section { padding: clamp(80px, 11vw, 145px) 0; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: end; margin-bottom: 3.8rem; }
.kicker { display: block; margin-bottom: 1rem; color: var(--red); text-transform: uppercase; font-size: .7rem; font-weight: 700; letter-spacing: .18em; }
h2 { margin-bottom: 0; font-size: clamp(2.65rem, 5.5vw, 5.3rem); line-height: .96; }
.section-head p { margin-bottom: .35rem; color: var(--ink-soft); }
.section-dark { color: white; background: var(--ink); }
.section-dark .kicker { color: #de8d78; }
.section-dark p { color: #b8c6c9; }

.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.category-card { position: relative; min-height: 330px; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.category-card:nth-child(1), .category-card:nth-child(4) { grid-column: span 7; }
.category-card:nth-child(2), .category-card:nth-child(3) { grid-column: span 5; }
.category-card:nth-child(5), .category-card:nth-child(6) { grid-column: span 6; }
.category-number { color: var(--red); font-size: .72rem; letter-spacing: .12em; }
.category-card h3 { position: relative; z-index: 2; max-width: 350px; margin: 7.5rem 0 .65rem; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1; }
.category-card p { position: relative; z-index: 2; max-width: 420px; color: var(--ink-soft); font-size: .9rem; }
.category-arrow { position: absolute; top: 1.35rem; right: 1.35rem; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.category-art { position: absolute; width: 48%; height: 58%; right: -3%; top: 20%; color: var(--red); opacity: .88; }

.editorial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.manifesto { position: sticky; top: 120px; }
.manifesto p { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.06; color: white; }
.capabilities { border-top: 1px solid rgba(255,255,255,.18); }
.capability { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.55rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.capability span { color: #de8d78; font-size: .74rem; }
.capability h3 { margin-bottom: .35rem; font-size: 1.05rem; }
.capability p { margin: 0; font-size: .91rem; }

.product-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.showcase-card { overflow: hidden; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.showcase-image { aspect-ratio: 4 / 3; display: grid; place-items: center; background: #ebe7de; overflow: hidden; }
.showcase-image img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; transition: transform .45s ease; }
.showcase-card:hover img { transform: scale(1.04); }
.showcase-copy { padding: 1.35rem; }
.showcase-copy small { color: var(--red); text-transform: uppercase; letter-spacing: .12em; }
.showcase-copy h3 { margin: .45rem 0 .6rem; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.showcase-copy p { color: var(--ink-soft); font-size: .86rem; }
.source-link { font-size: .78rem; }

.route { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-step { min-height: 250px; padding: 1.5rem; border-right: 1px solid var(--line); }
.route-step:last-child { border-right: 0; }
.route-step span { color: var(--red); font-size: .72rem; }
.route-step h3 { margin: 5.5rem 0 .5rem; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.route-step p { color: var(--ink-soft); font-size: .86rem; }

.barcelona { position: relative; color: white; background: var(--red-dark); overflow: hidden; }
.barcelona::before { content: "BCN"; position: absolute; right: -2vw; bottom: -11vw; font-family: Georgia, serif; font-size: 31vw; line-height: .8; color: rgba(255,255,255,.05); }
.barcelona-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.barcelona h2 { max-width: 690px; }
.barcelona p { color: #efd8d1; }
.address-card { align-self: end; padding: 2rem; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); backdrop-filter: blur(5px); }
.address-card strong { display: block; font-family: Georgia, serif; font-size: 1.8rem; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); }
.contact-details { display: grid; gap: 1.3rem; margin-top: 2rem; }
.contact-details a, .contact-details address { font-style: normal; text-decoration: none; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.field { display: grid; gap: .35rem; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field select, .field textarea { width: 100%; padding: .85rem .95rem; border: 1px solid var(--line); border-radius: .65rem; color: var(--ink); background: #fff; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(166,56,46,.12); }
.field textarea { min-height: 130px; resize: vertical; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-foot { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.form-note, .form-status { margin: 0; color: var(--ink-soft); font-size: .72rem; }
.form-status[data-state="success"] { color: var(--green); }
.form-status[data-state="error"] { color: var(--red); }

.footer { padding: 4rem 0 2rem; color: white; background: #091a20; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.footer-tag { font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1; }
.footer h3 { color: #91a9af; font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.footer a { display: block; margin: .35rem 0; color: #d6e0e2; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); color: #91a9af; font-size: .69rem; }

.page-hero { padding: 155px 0 75px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1000px; font-size: clamp(3.2rem, 7vw, 7rem); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: end; }
.page-hero p { color: var(--ink-soft); font-size: 1.08rem; }
.filter-nav { position: sticky; top: 82px; z-index: 30; background: rgba(244,240,232,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.filter-row { min-height: 66px; display: flex; gap: .6rem; align-items: center; overflow-x: auto; scrollbar-width: none; }
.filter-button { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; padding: .5rem .8rem; color: var(--ink); background: transparent; font-size: .75rem; cursor: pointer; }
.filter-button.is-active { color: white; background: var(--ink); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.product-card { min-height: 310px; display: flex; flex-direction: column; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.product-card[hidden] { display: none; }
.product-top { display: flex; justify-content: space-between; gap: 1rem; }
.product-type { color: var(--red); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.manufacturer { font-size: .68rem; color: var(--ink-soft); text-align: right; }
.product-icon { height: 92px; margin: 2rem 0 1.2rem; color: var(--red); }
.product-card h2 { margin-bottom: .65rem; font-family: Georgia, serif; font-size: 1.65rem; }
.product-card p { color: var(--ink-soft); font-size: .84rem; }
.spec-list { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem .75rem; margin: 0 0 1.15rem; padding: 0; list-style: none; }
.spec-list li { padding-top: .45rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .7rem; line-height: 1.35; }
.spec-list strong { display: block; color: var(--ink); font-size: .73rem; font-weight: 700; }
.product-links { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-links a { font-size: .74rem; }
.product-card-media { margin: 1rem -1.4rem 1.2rem; aspect-ratio: 3 / 2; overflow: hidden; background: var(--paper-deep); }
.product-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-card-media img { transform: scale(1.025); }
.product-links .catalog-link { padding: .58rem .78rem; border-radius: 999px; color: white; background: var(--ink); text-decoration: none; transition: color .2s ease, background .2s ease; }
.product-links .catalog-link:hover { color: white; background: var(--red); }
.catalogue-table { border-top: 1px solid var(--line); }
.catalogue-row { display: grid; grid-template-columns: 1.1fr .8fr .5fr auto; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.catalogue-row strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.catalogue-row span { color: var(--ink-soft); font-size: .82rem; }
.legal-note { margin-top: 2rem; padding: 1.2rem; border-left: 3px solid var(--red); background: var(--white); color: var(--ink-soft); font-size: .79rem; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav, .desktop-cta { display: none; }
  .menu-button { display: block; }
  .mobile-panel { position: fixed; inset: 82px 0 0; display: grid; align-content: start; padding: 2rem 20px; background: var(--paper); transform: translateX(100%); transition: transform .25s ease; }
  .mobile-panel.is-open { transform: none; }
  .mobile-panel a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 2rem; text-decoration: none; }
  .hero-layout, .section-head, .editorial-grid, .barcelona-grid, .contact-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .medallion { width: min(440px, 92%); }
  .manifesto { position: static; }
  .product-showcase, .products-grid { grid-template-columns: 1fr 1fr; }
  .route { grid-template-columns: 1fr 1fr; }
  .route-step:nth-child(2) { border-right: 0; }
  .route-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-tag { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; }
  .mobile-panel { inset: 72px 0 0; }
  h1 { font-size: clamp(3rem, 16vw, 5.2rem); }
  .hero { padding-top: 120px; }
  .hero-note { display: none; }
  .ticker-track { justify-content: flex-start; }
  .ticker-track span:nth-of-type(n+4), .ticker-track i:nth-of-type(n+3) { display: none; }
  .category-card, .category-card:nth-child(n) { grid-column: 1 / -1; min-height: 300px; }
  .category-card h3 { margin-top: 6rem; }
  .product-showcase, .products-grid, .route { grid-template-columns: 1fr; }
  .route-step { border-right: 0; border-bottom: 1px solid var(--line); }
  .route-step:last-child { border-bottom: 0; }
  .contact-form { grid-template-columns: 1fr; padding: 1.2rem; }
  .field { grid-column: 1 / -1; }
  .form-foot { align-items: stretch; flex-direction: column; }
  .form-foot .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-tag { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .catalogue-row { grid-template-columns: 1fr auto; }
  .catalogue-row span { grid-column: 1 / -1; }
  .catalogue-row .button { grid-column: 2; grid-row: 1; }
}

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

/* Local-first editorial system */
.hero-photo { position: relative; min-height: min(900px, 92vh); display: grid; align-items: end; overflow: hidden; color: white; background: var(--ink); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,28,36,.92) 0%, rgba(8,28,36,.66) 42%, rgba(8,28,36,.08) 78%), linear-gradient(0deg, rgba(8,28,36,.68), transparent 48%); }
.hero-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-photo .shell { position: relative; z-index: 2; width: var(--shell); padding-top: 10rem; padding-bottom: 3.2rem; }
.hero-photo-copy { max-width: 760px; }
.hero-photo h1 { max-width: 720px; margin: .75rem 0 1.2rem; color: white; font-family: Georgia, serif; font-size: clamp(4rem, 8.8vw, 8.6rem); font-weight: 400; line-height: .84; letter-spacing: -.055em; }
.hero-photo .hero-lead { max-width: 610px; color: rgba(255,255,255,.8); }
.hero-photo .eyebrow { color: #f3b5a3; }
.hero-proof { margin-top: 4rem; padding-top: 1.4rem; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; border-top: 1px solid rgba(255,255,255,.28); }
.hero-proof div { display: grid; gap: .25rem; }
.hero-proof small { color: rgba(255,255,255,.55); letter-spacing: .12em; text-transform: uppercase; }
.hero-proof strong { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }
.editorial-cards { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; }
.image-story { min-height: 600px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: white; }
.image-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,28,36,.88), transparent 62%); }
.image-story-copy { position: absolute; z-index: 2; inset: auto 2rem 2rem; }
.image-story-copy h3 { max-width: 520px; margin: .45rem 0 .7rem; font-family: Georgia, serif; font-size: clamp(2.2rem,4vw,4rem); font-weight: 400; line-height: .95; }
.image-story-copy p { max-width: 520px; color: rgba(255,255,255,.75); }
.commercial-panel { padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.commercial-panel h3 { margin: .65rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2.4rem,4vw,4.6rem); font-weight: 400; line-height: .92; }
.plain-list { display: grid; gap: 0; margin-top: 2rem; list-style: none; }
.plain-list li { padding: 1rem 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; color: var(--ink-soft); }
.plain-list strong { color: var(--ink); font-weight: 500; }
.family-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1rem; }
.family-card { grid-column: span 4; min-height: 360px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); text-decoration: none; overflow: hidden; }
.family-card.featured { grid-column: span 8; min-height: 520px; position: relative; color: white; border: 0; }
.family-card.featured::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(8,28,36,.9),rgba(8,28,36,.02) 65%); }
.family-card.featured img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.family-card > * { position:relative; z-index:2; }
.family-card h3 { margin: auto 0 .6rem; font-family: Georgia,serif; font-size: clamp(2rem,3vw,3.8rem); font-weight:400; line-height:.95; }
.family-card p { color: var(--ink-soft); }
.family-card.featured p { max-width:520px; color:rgba(255,255,255,.76); }
.family-card .tag { color: var(--red); font-size:.69rem; letter-spacing:.13em; text-transform:uppercase; }
.family-card.featured .tag { color:#f3b5a3; }
.internal-arrow { align-self:flex-end; width:42px; height:42px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; }
.detail-hero { padding: 10.5rem 0 2rem; }
.breadcrumbs { margin-bottom: 1.5rem; color: var(--ink-soft); font-size:.74rem; letter-spacing:.06em; }
.breadcrumbs a { color:inherit; text-decoration:none; }
.detail-hero-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(2rem,6vw,7rem); align-items:end; }
.detail-hero h1 { margin:.6rem 0 1.2rem; font-family:Georgia,serif; font-size:clamp(4rem,8vw,8rem); font-weight:400; line-height:.86; letter-spacing:-.055em; }
.detail-hero p { color:var(--ink-soft); font-size:1.05rem; }
.detail-image { min-height:560px; border-radius:var(--radius); overflow:hidden; background:var(--paper-deep); }
.detail-image img { width:100%; height:100%; min-height:560px; object-fit:cover; }
.fact-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.fact { min-height:170px; padding:1.25rem; display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.fact small { color:var(--red); letter-spacing:.11em; text-transform:uppercase; }
.fact strong { font-family:Georgia,serif; font-size:1.55rem; font-weight:400; line-height:1.05; }
.content-split { display:grid; grid-template-columns:.78fr 1.22fr; gap:clamp(2rem,7vw,8rem); align-items:start; }
.content-split h2 { position:sticky; top:130px; }
.content-stack { display:grid; gap:1rem; }
.content-card { padding:1.6rem; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.content-card h3 { margin:0 0 .65rem; font-family:Georgia,serif; font-size:1.65rem; font-weight:400; }
.content-card p { color:var(--ink-soft); }
.technical-table { width:100%; border-collapse:collapse; font-size:.84rem; }
.technical-table th,.technical-table td { padding:.9rem .7rem; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
.technical-table th { color:var(--ink-soft); font-weight:500; }
.technical-table-wrap { overflow:auto; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.device-gallery { display:grid; grid-template-columns:1.15fr .85fr; gap:1rem; }
.device-gallery figure { margin:0; border-radius:var(--radius); overflow:hidden; background:var(--white); border:1px solid var(--line); }
.device-gallery img { width:100%; height:440px; object-fit:cover; }
.device-gallery .diagram img { object-fit:contain; padding:2rem; }
.device-gallery figcaption { padding:1rem 1.25rem; color:var(--ink-soft); font-size:.78rem; }
.trade-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.trade-card { min-height:300px; padding:1.5rem; display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.trade-card h3 { font-family:Georgia,serif; font-size:2rem; font-weight:400; }
.trade-card p { color:var(--ink-soft); }
.assurance-strip { padding:1.4rem 0; background:var(--ink); color:white; }
.assurance-strip .shell { display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.assurance-strip span { color:rgba(255,255,255,.7); font-size:.8rem; }
.local-note { padding:1rem 1.2rem; border-left:3px solid var(--red); background:rgba(189,73,59,.06); color:var(--ink-soft); font-size:.82rem; }
@media(max-width:900px){.editorial-cards,.detail-hero-grid,.content-split,.device-gallery{grid-template-columns:1fr}.family-card,.family-card.featured{grid-column:1/-1}.fact-grid,.trade-grid{grid-template-columns:1fr 1fr}.content-split h2{position:static}.hero-proof{grid-template-columns:1fr}.hero-photo{min-height:820px}.detail-image,.detail-image img{min-height:420px}}
@media(max-width:620px){.fact-grid,.trade-grid{grid-template-columns:1fr}.hero-photo h1{font-size:3.65rem}.hero-photo .shell{padding-top:8rem}.image-story{min-height:520px}.family-card.featured{min-height:470px}.detail-hero h1{font-size:3.65rem}.detail-image,.detail-image img{min-height:340px}.device-gallery img{height:320px}}
