/* Shared navigation and the Assembly, Contact and company-information surfaces. */
[hidden] { display: none !important; }
html { scroll-padding-top: 96px; }
.primary-nav { gap: clamp(18px, 2.5vw, 38px); }
.primary-nav a { white-space: nowrap; }
.hero-actions { flex-wrap: wrap; }
.assembly-inline-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--orange-ink); font-weight: 700; font-size: 15px; text-decoration: underline; text-underline-offset: 5px; }
.assembly-inline-link:hover { color: var(--ink); }
.assembly-hero { background: var(--navy); color: white; padding: 68px 0; }
.assembly-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 72px; align-items: center; }
.assembly-hero h1 { font-size: clamp(46px, 5.4vw, 72px); line-height: 1.02; letter-spacing: -.04em; margin-bottom: 22px; }
.assembly-hero h1 span { color: var(--orange-light); }
.assembly-intro > div > p { max-width: 570px; color: #d9e6ef; font-size: 18px; line-height: 1.6; }
.assembly-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.assembly-actions .text-link { white-space: nowrap; }
.assembly-reference { border-top: 1px solid #587185; padding-top: 22px; }
.assembly-reference h2 { font-size: 22px; font-weight: 700; }
.assembly-reference dl { margin: 0; }
.assembly-reference dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid #587185; }
.assembly-reference dt { color: #d9e6ef; font-size: 14px; }
.assembly-reference dd { margin: 0; color: white; font-size: 38px; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.assembly-reference dd span { font-size: 15px; font-weight: 500; }
.assembly-reference p { color: #c5d6e2; font-size: 13px; line-height: 1.6; margin: 16px 0 10px; }
.assembly-reference > a { color: var(--orange-light); font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.assembly-process, .assembly-shipping { padding: 72px 0; }
.assembly-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 34px; }
.assembly-section-heading h2, .assembly-shipping h2 { font-size: clamp(32px, 3.6vw, 48px); line-height: 1.08; letter-spacing: -.035em; margin: 0; }
.assembly-section-heading > p { max-width: 320px; color: var(--muted); font-size: 16px; line-height: 1.55; margin: 0; }
.assembly-sequence { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; list-style: none; margin: 0; padding: 0; }
.assembly-sequence figure { margin: 0; }
.assembly-sequence img { width: 100%; height: auto; aspect-ratio: .86; object-fit: cover; border-radius: 12px; }
.assembly-sequence figcaption { padding-top: 24px; }
.assembly-sequence figcaption > span { color: var(--orange-ink); font-size: 12px; font-weight: 700; letter-spacing: .055em; }
.assembly-sequence h3 { font-size: 22px; letter-spacing: -.025em; line-height: 1.2; margin: 12px 0 10px; }
.assembly-sequence p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }
.assembly-cinema { padding: 62px 0 32px; background: var(--navy-deep); color: white; }
.assembly-cinema .assembly-section-heading > p { color: #c5d6e2; }
.assembly-screen { aspect-ratio: 16 / 9; min-height: 200px; background: #000; overflow: hidden; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,.28); }
.assembly-screen iframe { display: block; width: 100%; height: 100%; border: 0; }
.assembly-film-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 19px; }
.assembly-film-bar > p { margin: 0; color: #c5d6e2; font-size: 13px; line-height: 1.5; }
.assembly-player-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; flex-shrink: 0; }
.assembly-player-actions button, .assembly-player-actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid #6c8292; border-radius: 6px; color: white; background: transparent; font: inherit; font-size: 13px; cursor: pointer; }
.assembly-player-actions button:hover, .assembly-player-actions a:hover { background: #24465e; }
.assembly-player-actions button:disabled { cursor: default; opacity: .5; }
.assembly-shipping { background: var(--mist); }
.assembly-shipping-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.assembly-shipping-grid > div > p { color: var(--muted); max-width: 490px; line-height: 1.6; margin: 22px 0 0; }
.shipping-table { width: 100%; border-collapse: collapse; text-align: left; font-variant-numeric: tabular-nums; }
.shipping-table caption { text-align: left; font-size: 17px; font-weight: 700; margin-bottom: 15px; }
.shipping-table th, .shipping-table td { padding: 16px 8px; border-bottom: 1px solid var(--line); font-size: 16px; }
.shipping-table th:first-child { padding-left: 0; }
.shipping-table thead th { color: var(--muted); font-weight: 500; font-size: 13px; }
.shipping-table td:last-child { color: var(--orange-ink); font-weight: 800; }
.shipping-table-wrap > p { font-size: 13px; }
.invest-hero h1 { font-size: clamp(42px, 5.7vw, 72px); line-height: 1.04; letter-spacing: -.04em; overflow-wrap: anywhere; }
.invest-platform h2 span, .invest-next h2 span { color: var(--orange-ink); }
.invest-proof-list > div { display: block; }
.invest-note { color: #c5d6e2; font-size: 13px; line-height: 1.6; }
.invest-legal p { font-size: 13px; line-height: 1.65; text-align: left; }
.invest-image-frame img { aspect-ratio: 4 / 3; object-fit: contain; filter: none; }
.invest-image-frame::after { content: none; }
.invest-next a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }
.quote-main { padding: 70px 0 80px; background: var(--mist); }
.quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.quote-intro h1 { font-size: clamp(40px, 4.6vw, 60px); line-height: 1.06; letter-spacing: -.04em; margin-bottom: 24px; }
.quote-intro h1 span { color: var(--orange-ink); }
.quote-intro > p { color: var(--muted); font-size: 18px; line-height: 1.65; margin-bottom: 26px; }
.quote-email { display: inline-block; color: var(--ink); font-size: 22px; font-weight: 700; text-decoration: underline; text-underline-offset: 6px; overflow-wrap: anywhere; }
.quote-intro .quote-method { font-size: 14px; margin: 18px 0 0; }
.quote-catalog { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 25px; }
.quote-catalog strong { display: block; font-size: 16px; }
.quote-form-panel { background: var(--paper); border-radius: 12px; padding: 32px; min-width: 0; }
.quote-form-panel h2 { font-size: 28px; letter-spacing: -.025em; margin-bottom: 10px; }
#quote-help { color: var(--muted); font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
.collection-notice { margin: -10px 0 24px; padding: 14px 16px; border-left: 3px solid var(--orange-ink); background: #fff6ef; color: var(--muted); font-size: 13px; line-height: 1.6; }
.collection-notice strong { color: var(--ink); }
.collection-notice a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
#inquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-field { min-width: 0; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.form-field label span { font-weight: 400; color: var(--muted); }
.form-field input, .form-field select, .form-field textarea, #email-body { display: block; width: 100%; min-width: 0; min-height: 48px; padding: 11px 12px; background: var(--paper); color: var(--ink); border: 1px solid #94a7b7; border-radius: 5px; font: inherit; font-size: 16px; line-height: 1.5; caret-color: var(--orange-ink); }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--muted); opacity: 1; }
.form-field textarea, #email-body { resize: vertical; }
.form-note { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 12px 0 0; }
.email-review { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 28px; }
.email-review h3 { font-size: 22px; line-height: 1.25; }
.email-review > p { font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
#email-body { background: var(--mist); font-size: 14px; }
.email-review-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.quote-form-panel button { cursor: pointer; }
.button:disabled { opacity: .5; cursor: default; }

/* Privacy policy */
.privacy-page { background: var(--paper); }
.privacy-hero { padding: 78px 0 68px; color: #fff; background: radial-gradient(circle at 84% 12%, rgba(25,111,154,.42), transparent 34%), #062a43; }
.privacy-hero-inner { max-width: 920px; }
.privacy-eyebrow { margin: 0 0 14px; color: #ff812a; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.privacy-hero h1 { margin: 0; color: #fff; font-size: clamp(48px, 7vw, 82px); line-height: .98; letter-spacing: -.055em; }
.privacy-hero h1 + p { max-width: 760px; margin: 26px 0 0; color: #dbe7ee; font-size: clamp(17px, 2vw, 21px); line-height: 1.62; }
.privacy-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #b9ced9; font-size: 13px; font-weight: 600; }
.privacy-layout { display: grid; grid-template-columns: 220px minmax(0, 790px); justify-content: space-between; gap: clamp(48px, 7vw, 100px); padding-block: 76px 96px; }
.privacy-toc { align-self: start; position: sticky; top: 96px; padding-top: 4px; }
.privacy-toc > strong { display: block; margin-bottom: 15px; color: var(--ink); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-toc nav { display: grid; }
.privacy-toc a { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.35; }
.privacy-toc a:hover { color: var(--orange-ink); }
.privacy-content section { scroll-margin-top: 92px; padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.privacy-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.privacy-content h2 { margin: 0 0 22px; color: var(--ink); font-size: clamp(27px, 3vw, 36px); line-height: 1.15; letter-spacing: -.035em; }
.privacy-content h3 { margin: 28px 0 10px; color: var(--ink); font-size: 18px; line-height: 1.35; }
.privacy-content p, .privacy-content li { color: #526b80; font-size: 16px; line-height: 1.78; }
.privacy-content p { margin: 0 0 17px; }
.privacy-content ul { margin: 0 0 20px; padding-left: 22px; }
.privacy-content li + li { margin-top: 8px; }
.privacy-content a { color: #a63f09; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-content strong { color: var(--ink); }
.privacy-callout { margin-top: 28px; padding: 22px 24px; border-left: 4px solid var(--orange-ink); background: #fff6ef; }
.privacy-callout > strong { display: block; margin-bottom: 6px; font-size: 17px; }
.privacy-callout p { margin: 0; color: #4f6578; }
.privacy-contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; padding: 26px 0 0; border-top: 2px solid var(--ink); }
.privacy-contact p { margin: 0; }

@media (max-width: 1080px) {
  .site-header { height: 69px; }
  .nav-wrap { gap: 16px; }
  .menu-toggle { display: block; margin-left: auto; min-width: 44px; min-height: 44px; }
  .primary-nav { position: absolute; display: none; top: 69px; left: 0; right: 0; padding: 16px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(5,27,53,.1); flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 44px; display: flex; align-items: center; font-size: 15px; }
  .assembly-intro { gap: 38px; }
  .assembly-film-bar { align-items: flex-start; flex-direction: column; gap: 12px; }
  .quote-layout { gap: 32px; }
  .quote-form-panel { padding: 24px; }
  .installation-heading { align-items: start; flex-direction: column; gap: 24px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .logistics-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
}
@media (max-width: 800px) {
  .assembly-intro, .assembly-shipping-grid, .quote-layout { grid-template-columns: 1fr; gap: 36px; }
  .assembly-section-heading { display: block; }
  .assembly-section-heading > p { max-width: 540px; margin-top: 18px; }
  .assembly-sequence { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; }
  .assembly-hero, .assembly-process, .assembly-shipping { padding-block: 48px; }
  .assembly-cinema { padding-top: 48px; }
  .quote-main { padding-block: 42px 52px; }
  .assembly-reference { max-width: 550px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 46px; padding-block: 54px 70px; }
  .privacy-toc { position: static; }
  .privacy-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
}
@media (max-width: 720px) {
  .hero-grid, .logistics-grid { grid-template-columns: 1fr; }
  .nav-wrap { gap: 8px; }
  .brand-image { width: 124px; }
  .nav-cta { min-height: 44px; padding-inline: 12px; }
  .menu-toggle { order: 3; margin-left: 0; flex-shrink: 0; }
  .nav-cta { margin-left: auto; }
  .assembly-section-heading h2, .assembly-shipping h2 { font-size: 34px; }
  .assembly-player-actions { flex-shrink: 1; }
  .invest-next h2 { font-size: 38px; }
  .footer-inner nav { flex-wrap: wrap; }
  .privacy-hero { padding: 54px 0 48px; }
  .privacy-meta { display: grid; gap: 8px; }
  .privacy-contact { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 410px) {
  .brand-image { width: 112px; }
  .nav-cta { font-size: 11px; padding-inline: 9px; }
  .assembly-hero h1 { font-size: 42px; }
  .assembly-sequence { grid-template-columns: 1fr; gap: 32px; }
  .assembly-sequence img { aspect-ratio: 1.08; }
  #inquiry-form { grid-template-columns: 1fr; }
  .quote-form-panel { padding: 22px 18px; }
  .quote-intro h1 { font-size: 38px; }
  .invest-lede { font-size: 24px; }
  .invest-image-caption { flex-wrap: wrap; }
  .privacy-toc nav { grid-template-columns: 1fr; }
  .privacy-content section { padding-bottom: 34px; margin-bottom: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .product-tile, .detail-gallery-image img { transition: none; }
}
