:root {
  --navy-950: #061423;
  --navy-900: #081b2d;
  --navy-800: #102b46;
  --navy-700: #183c61;
  --yellow: #f6b800;
  --yellow-dark: #d89e00;
  --sky: #dbeaff;
  --ink: #14273a;
  --muted: #5c6b79;
  --line: #d7e0e8;
  --paper: #f5f7f9;
  --white: #fff;
  --max: 1180px;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--yellow); color: var(--navy-950); padding: .7rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: .8rem max(1.25rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: rgba(6,20,35,.96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--navy-950); background: var(--yellow); font: 800 1.18rem/1 var(--display); letter-spacing: -.02em; transform: skew(-7deg); }
.brand strong, .brand small { display: block; line-height: 1.1; letter-spacing: .04em; }
.brand strong { font-family: var(--display); font-size: 1.12rem; }
.brand small { margin-top: .25rem; color: #aebfd0; font-size: .68rem; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.45rem; }
nav a { color: #dce6ef; font-size: .91rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--yellow); }
.nav-cta { padding: .7rem 1rem; color: var(--navy-950) !important; background: var(--yellow); }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 1px solid #5a7188; padding: .55rem .8rem; }

.hero { position: relative; display: flex; flex-direction: column; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero-media { order: 2; position: relative; height: clamp(430px, 52vw, 620px); overflow: hidden; background: #72b8ef; }
.hero-media img { height: 100%; object-fit: cover; object-position: center 68%; transform: scaleX(-1); filter: saturate(1.06) contrast(1.01) brightness(1.12); }
.hero-overlay { display: none; }
.hero-content { order: 1; position: relative; z-index: 1; width: 100%; margin: 0; padding: 2.5rem max(1.25rem, calc((100vw - var(--max)) / 2)) 2rem; background: linear-gradient(110deg, var(--navy-950), var(--navy-800)); }
.hero-copy { display: grid; grid-template-columns: 1.08fr .92fr; column-gap: clamp(2rem, 5vw, 5rem); align-items: start; width: 100%; padding: 0; background: none; border: 0; box-shadow: none; backdrop-filter: none; }
.hero-copy .eyebrow { grid-column: 1 / -1; }
.hero-copy h1 { grid-column: 1; grid-row: 2 / 5; max-width: 720px; font-size: clamp(3.25rem, 5.2vw, 5.2rem); }
.hero-copy .hero-lead { grid-column: 2; margin-top: 0; }
.hero-copy .hero-actions, .hero-copy .hero-contact { grid-column: 2; }
.eyebrow, .kicker { margin: 0 0 .9rem; color: var(--yellow); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: .98; text-transform: uppercase; }
h1 { max-width: 620px; font-size: clamp(3.6rem, 6.8vw, 6.4rem); letter-spacing: -.025em; }
.hero-lead { max-width: 670px; margin: 1.5rem 0 0; color: #d9e4ed; font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-contact { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin-top: 1rem; }
.hero-contact a { color: #d9e4ed; font-size: .85rem; font-weight: 600; text-underline-offset: .2em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.15rem; border: 1px solid transparent; border-radius: 0; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--navy-950); background: var(--yellow); }
.button-primary:hover, .button-primary:focus-visible { background: #ffd24a; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(6,20,35,.28); }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 100%; margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.trust-strip li { display: flex; align-items: center; gap: .8rem; padding: 1.1rem 1rem 0 0; }
.trust-strip strong { color: var(--yellow); font-family: var(--display); font-size: 1.4rem; }
.trust-strip span { color: #d7e0e8; font-size: .83rem; }

.brand-notice { display: grid; grid-template-columns: 230px 1fr; gap: 2.5rem; padding: 2.3rem max(1.25rem, calc((100vw - var(--max)) / 2)); color: var(--navy-950); background: #fff4c6; border-top: 6px solid var(--yellow); border-bottom: 1px solid #e3cb6b; }
.brand-notice-label { margin: .25rem 0 0; color: #7b5700; font: 800 1rem/1.2 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.brand-notice h2 { color: var(--navy-900); font-size: clamp(1.8rem, 3.3vw, 3.2rem); }
.brand-notice p:not(.brand-notice-label) { max-width: 930px; margin: .75rem 0 0; color: #394958; font-size: .9rem; }

.proof-bar { display: grid; grid-template-columns: 200px 1fr; gap: 1.5rem; align-items: center; padding: 1.15rem max(1.25rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--navy-800); }
.proof-label { color: var(--yellow); font: 800 1.05rem/1 var(--display); letter-spacing: .08em; }
.proof-bar p { margin: 0; font-size: .9rem; }
.section { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; padding: 7rem 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2, .process h2, .quality h2, .markets h2, .inquiry h2 { font-size: clamp(2.65rem, 5vw, 5rem); color: var(--navy-900); }
.section-heading > p { margin: 0; color: var(--muted); }

.about { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: start; }
.about h2 { color: var(--navy-900); font-size: clamp(2.65rem, 5vw, 5rem); }
.about-copy > p:not(.kicker) { color: var(--muted); }
.about-copy strong { color: var(--navy-900); }
.compliance-note { padding: 1rem; border-left: 4px solid var(--yellow); background: var(--paper); font-size: .9rem; }
.about-facts { padding: 2rem; color: var(--white); background: var(--navy-900); }
.about-facts-label { margin: 0 0 1.4rem; color: var(--yellow); font: 800 1rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.about-facts ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #39536b; }
.about-facts li { display: grid; grid-template-columns: 42px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid #39536b; }
.about-facts li span { color: var(--yellow); font: 800 1.1rem/1.35 var(--display); }
.about-facts li strong { font-size: .92rem; }

.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.category-card { display: flex; flex-direction: column; min-height: 330px; padding: 1.7rem; background: var(--white); }
.category-card-featured { color: var(--white); background: var(--navy-900); }
.category-card:nth-child(2) { background: #edf4f8; box-shadow: inset 0 5px 0 #7298b4; }
.category-card:nth-child(3) { background: #f5f8fa; box-shadow: inset 0 5px 0 #aabac6; }
.category-card:nth-child(4) { background: #fff7df; box-shadow: inset 0 5px 0 #d9a900; }
.category-card:nth-child(5) { background: #e8eef3; box-shadow: inset 0 5px 0 #4f6d84; }
.category-card:nth-child(6) { background: #f1f3f5; box-shadow: inset 0 5px 0 #7f8f9b; }
.category-card:nth-child(n+2) .category-status { background: rgba(255,255,255,.72); }
.category-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 3rem; }
.category-number { color: var(--yellow-dark); font: 800 1.45rem/1 var(--display); }
.category-status { padding: .35rem .55rem; color: var(--navy-700); background: var(--paper); border: 1px solid var(--line); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.category-card-featured .category-status { color: var(--yellow); background: #132f49; border-color: #355069; }
.category-card h3 { color: var(--navy-900); font-size: clamp(2rem, 3.2vw, 3rem); }
.category-card-featured h3 { color: var(--white); }
.category-cn { margin: .45rem 0 0 !important; color: var(--yellow-dark) !important; font-weight: 800; }
.category-card > p:not(.category-cn) { margin: 1rem 0 1.5rem; color: var(--muted); font-size: .91rem; }
.category-card-featured > p:not(.category-cn) { color: #cbd8e3; }
.category-card a { display: inline-flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; color: var(--navy-800); border-top: 1px solid var(--line); font-size: .82rem; font-weight: 800; text-decoration: none; }
.category-card-featured a { color: var(--yellow); border-color: #39536b; }
.category-card a:hover, .category-card a:focus-visible { color: var(--yellow-dark); }

.process { display: grid; grid-template-columns: .95fr 1.05fr; width: 100%; max-width: none; padding: 0; background: var(--paper); }
.process-media { position: relative; min-height: 760px; overflow: hidden; }
.process-media img { height: 100%; object-fit: contain; background: var(--navy-900); }
.image-caption { position: absolute; left: 0; bottom: 0; padding: .8rem 1rem; color: var(--navy-950); background: var(--yellow); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.process-content { max-width: 650px; padding: 6rem 4rem; }
.timeline { margin: 2.4rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.timeline span { color: var(--yellow-dark); font: 800 1.25rem/1 var(--display); }
.timeline h3 { color: var(--navy-900); font-size: 1.3rem; }
.timeline p { margin: .3rem 0 0; color: var(--muted); font-size: .91rem; }

.quality { display: grid; grid-template-columns: 1.05fr .95fr; gap: 5rem; align-items: center; }
.quality-copy > p:not(.kicker) { max-width: 640px; color: var(--muted); }
.quality-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 2rem; background: var(--line); border: 1px solid var(--line); }
.quality-list > div { padding: 1.25rem; background: var(--white); }
.quality-list span { color: var(--yellow-dark); font: 800 1.05rem/1 var(--display); }
.quality-list h3 { margin-top: .5rem; color: var(--navy-900); font-size: 1.35rem; }
.quality-list p { margin: .45rem 0 0; color: var(--muted); font-size: .86rem; }
.quality-media { margin: 0; padding: .8rem; background: var(--navy-900); }
.quality-media img { aspect-ratio: 4/3; object-fit: contain; background: var(--navy-950); }
.quality-media figcaption { padding: .8rem .2rem .1rem; color: #cbd8e3; font-size: .8rem; }

.gallery { width: 100%; padding: 7rem max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.product-category-detail { scroll-margin-top: 78px; border-top: 1px solid var(--line); }
.product-category-detail-alt { background: var(--white); }
.category-detail-label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); color: var(--navy-800); font-size: .77rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-detail-label strong { color: var(--yellow-dark); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 390px; gap: .8rem; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--navy-900); }
.gallery-grid .gallery-wide { grid-column: span 2; }
.gallery-grid-products figure:nth-child(6) { grid-column: span 2; }
.gallery-grid img { height: 100%; object-fit: cover; }
.gallery-grid-square { grid-auto-rows: auto; }
.gallery-grid-square figure { aspect-ratio: 1 / 1; }
.gallery-grid-square .gallery-wide,
.gallery-grid-square figure:nth-child(6) { grid-column: auto; }
.gallery-grid-square img { object-fit: contain; background: var(--navy-900); }
.gallery-grid figcaption { position: absolute; left: 0; bottom: 0; padding: .65rem .8rem; color: var(--navy-950); background: var(--yellow); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.gallery-note { margin: 1rem 0 0; padding: 1rem; color: var(--muted); background: var(--white); border-left: 4px solid var(--yellow); font-size: .86rem; }
.category-disclaimer { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; margin-top: 1rem; padding: 1.2rem; color: #d8e4ed; background: var(--navy-900); border-left: 5px solid var(--yellow); }
.category-disclaimer strong { color: var(--yellow); font-family: var(--display); font-size: 1.15rem; letter-spacing: .04em; text-transform: uppercase; }
.category-disclaimer p { margin: 0; font-size: .85rem; }

.markets { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; width: 100%; max-width: none; padding: 6rem max(1.25rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--navy-900); }
.markets h2 { color: var(--white); }
.markets > p { margin: 0; color: #cbd8e3; font-size: 1.05rem; }
.market-tags { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: .55rem; }
.market-tags span { padding: .55rem .8rem; border: 1px solid #415c75; color: #dbe6ef; font-size: .82rem; }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
details { background: var(--white); }
summary { min-height: 78px; padding: 1.4rem 3rem 1.2rem 1.4rem; color: var(--navy-900); font-weight: 800; cursor: pointer; }
details p { margin: 0; padding: 0 1.4rem 1.4rem; color: var(--muted); font-size: .93rem; }

.inquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding: 7rem max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.inquiry-intro > p:not(.kicker) { color: var(--muted); }
.contact-card { display: grid; gap: .3rem; margin-top: 2rem; padding: 1rem; border-left: 4px solid var(--yellow); background: var(--white); font-style: normal; }
.contact-card strong { color: var(--navy-900); }
.contact-card span { color: var(--muted); font-size: .86rem; }
.contact-card a { color: var(--navy-700); font-weight: 700; text-underline-offset: .18em; }
form { padding: 2rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(8,27,45,.08); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1.2rem; }
label span { display: block; margin-bottom: .35rem; color: var(--navy-900); font-size: .82rem; font-weight: 700; }
input, select, textarea { width: 100%; padding: .75rem .8rem; border: 1px solid #bcc9d4; border-radius: 0; color: var(--ink); background: var(--white); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(36,107,206,.18); border-color: #246bce; }
.wide { grid-column: 1/-1; }
.form-note { margin: .65rem 0 0; color: var(--muted); font-size: .76rem; }
.form-result { margin-top: 1.2rem; padding: 1rem; background: var(--navy-900); color: var(--white); }
.form-result > div { display: flex; justify-content: space-between; gap: 1rem; }
.result-actions { display: flex; flex-wrap: wrap; gap: .45rem; }
.form-result button, .form-result a { color: var(--navy-950); background: var(--yellow); border: 0; padding: .4rem .7rem; font-weight: 800; cursor: pointer; text-decoration: none; }
.form-result pre { overflow: auto; white-space: pre-wrap; font-family: var(--body); font-size: .82rem; color: #d9e4ed; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent-row { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: .7rem; font-size: .84rem; line-height: 1.5; }
.consent-row input { width: 1rem; height: 1rem; margin-top: .2rem; flex: 0 0 auto; }
.consent-row a { color: inherit; text-decoration: underline; }
#submit-inquiry[disabled] { cursor: wait; opacity: .7; }
.form-result.is-error { border: 1px solid #b42318; background: #6f1d1b; }
.form-result p { margin: .5rem 0 0; color: #d9e4ed; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; padding: 3rem max(1.25rem, calc((100vw - var(--max)) / 2)); color: #cbd8e3; background: var(--navy-950); }
.footer-brand { color: var(--white); }
footer p { margin: 0; font-size: .86rem; }
.footer-note { grid-column: 1/-1; padding-top: 1.4rem; border-top: 1px solid #2d455b; color: #8195a8; }
.footer-contact { display: grid; gap: .25rem; justify-items: start; }
.footer-contact a { color: #d8e5ef; text-underline-offset: .18em; }

.legal-page { background: var(--paper); }
.legal-page .site-header { position: static; }
.legal-wrap { width: min(880px, calc(100% - 2.5rem)); margin: 0 auto; padding: 5rem 0; }
.legal-wrap h1 { max-width: 760px; color: var(--navy-900); font-size: clamp(3rem, 7vw, 5.8rem); }
.legal-wrap section { margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.legal-wrap section h2 { color: var(--navy-900); font-size: 1.65rem; }
.legal-wrap section p { color: var(--muted); }
.legal-updated { margin-top: 2rem; color: var(--muted); font-size: .85rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav { position: absolute; left: 0; right: 0; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem; background: var(--navy-950); border-top: 1px solid #284157; }
  nav.open { display: flex; }
  nav a { padding: .85rem 0; }
  .nav-cta { margin-top: .5rem; padding-left: .8rem; }
  .hero-media { height: clamp(380px, 64vw, 560px); }
  .hero-media img { object-position: center 68%; }
  .hero-content { padding-top: 2.2rem; }
  .hero-copy { display: block; }
  .hero-copy h1 { max-width: 720px; font-size: clamp(3.2rem, 9vw, 5rem); }
  .hero-copy .hero-lead { margin-top: 1.2rem; }
  .section-heading, .about, .quality, .markets, .inquiry { grid-template-columns: 1fr; gap: 2rem; }
  .brand-notice { grid-template-columns: 1fr; gap: .8rem; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card { min-height: 300px; }
  .process { grid-template-columns: 1fr; }
  .process-media { min-height: 480px; }
  .process-content { max-width: none; padding: 4rem 1.25rem; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-header { min-height: 70px; }
  nav { top: 70px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 1rem; }
  h1 { font-size: clamp(3.2rem, 17vw, 5.4rem); }
  .hero-content { padding: 2rem 1.25rem 1.6rem; }
  .hero-copy h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  .hero-media { height: auto; }
  .hero-media img { height: auto; object-fit: contain; object-position: center; }
  .trust-strip { grid-template-columns: 1fr; gap: .6rem; margin-top: 2rem; padding-top: 1rem; }
  .trust-strip li { padding-top: 0; }
  .proof-bar { grid-template-columns: 1fr; gap: .4rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 440px; }
  .gallery-grid-square { grid-auto-rows: auto; }
  .gallery-grid .gallery-wide, .gallery-grid-products figure:nth-child(6) { grid-column: auto; }
  .section { padding: 5rem 0; }
  .section-heading { margin-bottom: 2rem; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 280px; padding: 1.4rem; }
  .category-disclaimer { grid-template-columns: 1fr; gap: .5rem; }
  .quality-list, .form-grid { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  form { padding: 1.25rem; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
