@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');

:root {
  --navy: #0b2239;
  --navy-2: #102f4e;
  --ink: #11263e;
  --muted: #6c7d8f;
  --gold: #d4a64b;
  --gold-deep: #a9792c;
  --sand: #f4f0e7;
  --sand-2: #e9e1d2;
  --paper: #fbfaf7;
  --white: #ffffff;
  --line: rgba(17, 38, 62, 0.13);
  --shadow: 0 24px 80px rgba(11, 34, 57, 0.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.65; }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: calc(100% - 48px); max-width: 1160px; margin: 0 auto; }

.announcement { background: var(--gold); color: var(--navy); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.announcement-inner { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
.announcement a { font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,250,247,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 220px; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 15px; letter-spacing: .15em; }
.brand-copy small { color: var(--muted); font-size: 9px; letter-spacing: .11em; margin-top: 7px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { color: #4a5d70; transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--navy); }
.nav-cta { background: var(--navy); color: white; border-radius: 999px; padding: 13px 18px; }
.nav-cta span, .button span, .text-link span { margin-left: 7px; }
.menu-toggle { display: none; flex: 0 0 auto; margin-left: auto; width: 40px; height: 40px; align-items: center; justify-content: center; flex-direction: column; background: transparent; border: 1px solid var(--line); border-radius: 50%; padding: 8px; }
.menu-toggle span { display: block; flex: 0 0 2px; width: 22px; min-height: 2px; height: 2px; background: var(--navy); margin: 4px 0; }

.hero-section { position: relative; overflow: hidden; background: var(--navy); color: white; padding: 84px 0 0; }
.hero-section::before { content: ''; position: absolute; top: -180px; right: -100px; width: 560px; height: 560px; border: 1px solid rgba(212,166,75,.28); border-radius: 50%; box-shadow: 0 0 0 36px rgba(212,166,75,.04), 0 0 0 94px rgba(212,166,75,.03); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 44px; min-height: 560px; position: relative; }
.hero-copy { min-width: 0; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 20px; }
.eyebrow-dark { color: var(--gold-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
h1 { font-size: clamp(50px, 6vw, 84px); line-height: .99; max-width: 680px; margin-bottom: 26px; }
h1 em, h2 em { color: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-weight: 600; }
.hero-lead { color: rgba(255,255,255,.72); font-size: 16px; max-width: 550px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 14px 20px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: #e4ba68; }
.button-ghost { border-color: rgba(255,255,255,.3); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-light { background: white; color: var(--navy); }
.hero-note { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.55); font-size: 12px; max-width: 450px; }
.note-dot { flex: 0 0 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(212,166,75,.12); }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; }
.orbit-two { width: 340px; height: 340px; border-color: rgba(212,166,75,.26); }
.hero-card { position: absolute; overflow: hidden; border: 7px solid rgba(255,255,255,.95); background: white; box-shadow: 0 24px 50px rgba(0,0,0,.28); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { width: 330px; height: 330px; transform: rotate(4deg); z-index: 2; }
.hero-card-main img { object-position: center; }
.image-tag { position: absolute; left: 16px; bottom: 13px; padding: 7px 10px; background: rgba(11,34,57,.88); color: white; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-card-small { width: 146px; height: 146px; z-index: 3; }
.card-top { top: 64px; left: 40px; transform: rotate(-8deg); }
.card-bottom { right: 32px; bottom: 44px; transform: rotate(8deg); }
.hero-seal { position: absolute; bottom: 17px; left: 46px; z-index: 4; display: flex; gap: 9px; align-items: center; color: var(--navy); background: var(--gold); padding: 12px 15px; transform: rotate(-7deg); box-shadow: 0 9px 26px rgba(0,0,0,.23); }
.hero-seal span { font-family: Georgia, serif; font-size: 25px; font-weight: 700; }
.hero-seal small { border-left: 1px solid rgba(11,34,57,.35); padding-left: 9px; font-size: 9px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); position: relative; }
.hero-stats div { padding: 22px 10px 25px 0; border-right: 1px solid rgba(255,255,255,.14); }
.hero-stats div:not(:first-child) { padding-left: 24px; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { color: var(--gold); font-size: 21px; letter-spacing: -.04em; }
.hero-stats span { color: rgba(255,255,255,.52); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 112px 0; }
.intro-section { background: var(--sand); }
.intro-grid, .section-heading, .quality-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: end; }
h2 { font-size: clamp(36px, 4.3vw, 62px); line-height: 1.04; margin-bottom: 0; }
.intro-copy, .section-heading > p, .quality-heading > p { color: var(--muted); font-size: 15px; }
.text-link { display: inline-flex; padding-bottom: 7px; border-bottom: 1px solid var(--gold); font-weight: 700; font-size: 13px; margin-top: 10px; }
.scenario-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 16px; margin-top: 62px; }
.scenario-card { min-height: 218px; padding: 28px; border: 1px solid rgba(17,38,62,.1); background: rgba(255,255,255,.5); position: relative; overflow: hidden; }
.scenario-featured { background: var(--navy); color: white; }
.scenario-number { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.scenario-card h3 { font-size: 25px; line-height: 1.1; letter-spacing: -.035em; margin: 34px 0 13px; }
.scenario-card p { color: var(--muted); font-size: 13px; max-width: 260px; }
.scenario-featured p { color: rgba(255,255,255,.61); }
.scenario-lines { display: flex; gap: 5px; position: absolute; right: 28px; bottom: 26px; transform: rotate(-35deg); }
.scenario-lines i { display: block; width: 10px; height: 43px; background: var(--gold); opacity: .85; }
.scenario-lines i:nth-child(2) { height: 59px; opacity: .6; }
.scenario-lines i:nth-child(3) { height: 29px; opacity: .35; }

.product-section { background: var(--paper); }
.section-heading { margin-bottom: 48px; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 66px; }
.category-card { background: white; border: 1px solid var(--line); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.category-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: var(--shadow); }
.category-image { height: 145px; background: var(--sand); overflow: hidden; }
.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.category-card:hover .category-image img { transform: scale(1.06); }
.category-card-body { padding: 15px; }
.category-card h3 { font-size: 14px; line-height: 1.2; margin-bottom: 6px; }
.category-card p { color: var(--muted); font-size: 11px; line-height: 1.45; margin: 0; }
.category-arrow { color: var(--gold-deep); font-size: 16px; float: right; }
.collection-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-tab { border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius: 999px; padding: 8px 12px; cursor: pointer; font-size: 11px; }
.filter-tab.is-active, .filter-tab:hover { background: var(--navy); border-color: var(--navy); color: white; }
.collection-count { color: var(--muted); white-space: nowrap; font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 26px; }
.product-card { border: 1px solid var(--line); background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { position: relative; height: 230px; background: var(--sand); overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-code { position: absolute; top: 13px; left: 13px; background: var(--navy); color: white; border-radius: 999px; padding: 6px 10px; font-size: 10px; letter-spacing: .1em; }
.product-body { padding: 22px; }
.product-type { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-body h3 { font-size: 18px; line-height: 1.2; margin: 8px 0 16px; }
.product-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
.product-meta div { border-top: 1px solid var(--line); padding-top: 8px; }
.product-meta span, .product-meta strong { display: block; }
.product-meta span { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.product-meta strong { font-size: 11px; font-weight: 600; margin-top: 2px; }

.gallery-section { background: var(--sand); }
.gallery-heading { margin-bottom: 28px; }
.gallery-toolbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.gallery-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-tab { border: 1px solid var(--line); background: var(--paper); color: var(--muted); border-radius: 999px; padding: 8px 12px; cursor: pointer; font-size: 11px; }
.gallery-tab.is-active, .gallery-tab:hover { background: var(--navy); border-color: var(--navy); color: white; }
.reference-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 26px; }
.gallery-card { background: var(--paper); border: 1px solid var(--line); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.gallery-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gallery-image { aspect-ratio: 1 / 1; background: white; overflow: hidden; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery-card:hover .gallery-image img { transform: scale(1.05); }
.gallery-caption { padding: 13px 14px 15px; }
.gallery-caption span { display: block; color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 5px; }
.gallery-caption strong { display: block; font-size: 13px; line-height: 1.25; }

.capability-section { background: var(--navy); color: white; }
.capability-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: center; }
.capability-intro h2 { margin-bottom: 25px; }
.capability-intro > p:not(.eyebrow) { color: rgba(255,255,255,.61); font-size: 14px; max-width: 390px; margin-bottom: 30px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.spec-card { padding: 22px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); min-height: 164px; }
.spec-icon { color: var(--gold); font-size: 20px; }
.spec-card h3 { font-size: 15px; margin: 13px 0 7px; }
.spec-card p { color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.45; margin-bottom: 0; }

.quality-section { background: var(--sand); }
.quality-heading { margin-bottom: 48px; }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quality-panel { padding: 36px; min-height: 330px; }
.quality-panel-dark { color: white; background: var(--navy); }
.quality-panel-gold { background: var(--gold); color: var(--navy); }
.panel-kicker { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.quality-panel h3 { font-size: 28px; line-height: 1.1; max-width: 400px; margin: 38px 0 26px; letter-spacing: -.04em; }
.check-list { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.check-list li::before { content: '\\2713'; color: var(--gold); font-weight: 700; margin-right: 11px; }
.quality-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 10px; margin-top: 48px; }
.quality-flow span { display: grid; gap: 4px; border-top: 1px solid rgba(11,34,57,.35); padding-top: 10px; font-size: 11px; font-weight: 600; line-height: 1.3; }
.quality-flow b { color: rgba(11,34,57,.55); font-size: 10px; letter-spacing: .12em; }

.process-section { background: var(--paper); }
.process-heading { margin-bottom: 55px; }
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.process-step { border-top: 2px solid var(--gold); padding: 20px 11px 0; }
.process-step > span { color: var(--gold-deep); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.process-step h3 { font-size: 15px; line-height: 1.2; margin: 25px 0 9px; }
.process-step p { color: var(--muted); font-size: 11px; line-height: 1.5; margin-bottom: 0; }

.contact-section { background: var(--navy); color: white; padding: 105px 0; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); max-width: 400px; }
.contact-details { display: grid; gap: 16px; margin-top: 42px; }
.contact-details > * { display: grid; gap: 4px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 13px; }
.contact-details span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { font-size: 13px; font-weight: 500; }
.quote-form { padding: 32px; background: white; color: var(--ink); }
.form-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.form-topline span { color: var(--gold-deep); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.form-topline b { color: var(--muted); font-size: 11px; font-weight: 500; }
.quote-form label { display: grid; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 600; margin-bottom: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); padding: 12px 13px; font-size: 13px; outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,166,75,.14); }
.quote-form textarea { resize: vertical; min-height: 120px; }
.button-full { width: 100%; border: 0; }
.form-note { color: var(--muted); font-size: 10px; margin: 12px 0 0; text-align: center; }

.site-footer { background: #081b2e; color: rgba(255,255,255,.72); padding: 46px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .7fr; gap: 50px; align-items: center; }
.footer-brand { color: white; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.43); }
.footer-grid > p { color: rgba(255,255,255,.45); font-size: 12px; max-width: 300px; margin: 0; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; font-size: 12px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 18px; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .04em; }

@media (max-width: 1000px) {
  .main-nav { gap: 15px; }
  .hero-grid { grid-template-columns: 1fr .85fr; }
  .hero-card-main { width: 270px; height: 270px; }
  .hero-card-small { width: 118px; height: 118px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 280px; height: 280px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .reference-gallery { grid-template-columns: repeat(3, 1fr); }
  .capability-grid, .contact-grid { gap: 45px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 32px); max-width: 560px; }
  .announcement-inner { font-size: 9px; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: flex; }
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 72px; padding: 15px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 12px 10px; }
  .main-nav .nav-cta { text-align: center; margin-top: 8px; }
  .hero-section { padding-top: 58px; }
  .hero-grid, .intro-grid, .section-heading, .quality-heading, .capability-grid, .quality-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-grid { min-height: 0; }
  .brand { min-width: 0; max-width: calc(100% - 48px); }
  .hero-copy h1 { max-width: 100%; font-size: 46px; overflow-wrap: anywhere; }
  .hero-copy h1 em { display: block; max-width: 310px; }
  .hero-lead { max-width: 100%; }
  .hero-visual { min-height: 410px; margin-top: 10px; }
  .hero-card-main { width: 250px; height: 250px; }
  .card-top { left: 10px; top: 47px; }
  .card-bottom { right: 2px; bottom: 30px; }
  .hero-seal { left: 12px; bottom: 10px; }
  .hero-stats { grid-template-columns: 1fr 1fr; margin-top: 30px; }
  .hero-stats div, .hero-stats div:not(:first-child) { padding: 17px 10px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .hero-stats div:nth-child(3), .hero-stats div:nth-child(4) { border-bottom: 0; }
  .section { padding: 76px 0; }
  .scenario-grid, .product-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-image { height: 125px; }
  .collection-toolbar { align-items: flex-start; flex-direction: column; }
  .filter-tabs { gap: 6px; }
  .gallery-toolbar { align-items: flex-start; flex-direction: column; }
  .gallery-tabs { gap: 6px; }
  .reference-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery-caption { padding: 11px 11px 12px; }
  .gallery-caption strong { font-size: 11px; }
  .spec-grid { grid-template-columns: 1fr; }
  .quality-panel { padding: 28px; min-height: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; display: grid; gap: 22px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 430px) {
  .brand-copy small { display: none; }
  .brand { min-width: 0; }
  .category-grid { gap: 8px; }
  .category-card-body { padding: 12px; }
  .category-card h3 { font-size: 12px; }
  .category-card p { font-size: 10px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 23px 18px; }
}
