:root {
  --navy: #111b2a;
  --navy-2: #1a2738;
  --ink: #18202a;
  --paper: #f2efe7;
  --paper-2: #e8e3d8;
  --white: #fffdf8;
  --gold: #c9a35a;
  --rust: #a8492f;
  --line: rgba(24, 32, 42, .19);
  --muted: #626a70;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Aptos, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 84px; padding: 0 clamp(22px, 4vw, 68px); position: relative; z-index: 10; display: grid; grid-template-columns: auto 1fr auto; align-items: center; border-bottom: 1px solid var(--line); background: rgba(242, 239, 231, .96); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 16px; letter-spacing: .09em; text-transform: uppercase; }
.brand b { font-weight: 500; color: var(--rust); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--paper); background: var(--navy); font: 700 17px var(--serif); }
nav { justify-self: center; display: flex; gap: clamp(18px, 2.7vw, 42px); }
nav a { padding: 12px 0; position: relative; color: #414950; text-decoration: none; font-size: 13px; }
nav a::after { content: ""; height: 1px; position: absolute; right: 100%; bottom: 5px; left: 0; background: var(--rust); transition: right .22s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.header-cta { padding: 14px 17px; border: 1px solid var(--navy); text-decoration: none; font-size: 12px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.header-cta:hover, .header-cta:focus-visible { color: var(--white); background: var(--navy); }
.menu-button { display: none; }

.hero { min-height: 730px; padding: clamp(70px, 9vw, 130px) clamp(22px, 6.5vw, 108px) 90px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); gap: clamp(45px, 7vw, 120px); align-items: center; }
.hero > *, .window-content { min-width: 0; }
.hero-copy { animation: hero-reveal .55s cubic-bezier(.2, .8, .2, 1) both; }
.section-kicker { margin: 0 0 24px; color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.section-kicker.light { color: #e0bd77; }
h1, h2 { margin: 0; font: 400 clamp(48px, 5.4vw, 86px)/.98 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
h1 em, h2 em { color: var(--rust); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 32px 0 0; color: #4f575e; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.7; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover, .button-primary:focus-visible { background: var(--rust); }
.text-link { padding: 10px 0; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 13px; font-weight: 700; }
.hero-notes { margin: 43px 0 0; padding: 0; display: flex; gap: 24px; flex-wrap: wrap; list-style: none; color: var(--muted); font-size: 11px; }
.hero-notes li::before { content: "✓"; margin-right: 8px; color: var(--rust); font-weight: 900; }

.product-window { width: 100%; min-width: 0; border: 1px solid #465162; color: var(--white); background: var(--navy); box-shadow: 22px 24px 0 var(--gold); animation: product-reveal .72s .08s cubic-bezier(.2, .8, .2, 1) both; }
.window-bar { height: 46px; padding: 0 17px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #394557; background: #0b1420; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #667184; }
.window-bar b { margin-left: auto; color: #9aa4b4; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.window-body { min-height: 455px; display: grid; grid-template-columns: 92px 1fr; }
.window-body aside { padding: 28px 17px; border-right: 1px solid #394557; display: flex; flex-direction: column; gap: 19px; }
.window-body aside strong { margin-bottom: 15px; color: var(--gold); font: 600 14px var(--serif); letter-spacing: .08em; }
.window-body aside i { width: 46px; height: 5px; background: #465164; }
.window-body aside i:nth-of-type(2) { width: 35px; background: var(--rust); }
.window-content { padding: 38px clamp(22px, 3vw, 45px); }
.window-heading { display: grid; gap: 7px; }
.window-heading small { color: #9fa9b7; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.window-heading strong { font: 400 25px var(--serif); }
.metric-row { margin: 30px 0 18px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #435064; }
.metric-row article { padding: 18px; display: grid; gap: 10px; }
.metric-row article + article { border-left: 1px solid #435064; }
.metric-row small, .stock-card small { color: #9da7b6; font-size: 9px; }
.metric-row b { font: 400 19px var(--serif); }
.stock-card { padding: 15px 0; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid #354155; }
.stock-card div { display: grid; gap: 5px; }
.stock-card b, .stock-card > strong { font-size: 11px; }
.stock-card > strong { color: #d9be87; }
.garment-shape { width: 42px; height: 48px; display: block; background: #c6b69d; clip-path: polygon(20% 0, 40% 8%, 60% 8%, 80% 0, 100% 24%, 84% 36%, 78% 100%, 22% 100%, 16% 36%, 0 24%); }
.garment-shape.second { background: #9f4a32; }
.product-window > p { margin: 0; padding: 12px 18px; color: #7f8a9a; background: #0b1420; font-size: 8px; letter-spacing: .04em; }

.principle-strip { padding: 0 clamp(22px, 6.5vw, 108px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-strip p { min-height: 85px; margin: 0; padding: 0 28px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); font-size: 12px; }
.principle-strip p:first-child { border-left: 1px solid var(--line); }
.principle-strip span { color: var(--rust); font: 400 18px var(--serif); }

.section { padding: clamp(85px, 10vw, 150px) clamp(22px, 6.5vw, 108px); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 7vw; align-items: end; }
.section-heading .section-kicker { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(40px, 4.3vw, 67px); }
.section-heading > p:last-child { margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-list { margin-top: 80px; border-top: 1px solid var(--line); }
.service-list article { min-height: 145px; padding: 30px 0; display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.service-list article > span { color: var(--rust); font: 400 22px var(--serif); }
.service-list article > div { max-width: 780px; display: grid; grid-template-columns: minmax(220px, .65fr) 1fr; align-items: center; gap: 35px; }
.service-list h3 { margin: 0; font: 400 29px var(--serif); }
.service-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-list article > small { padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.nora { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; color: var(--white); background: var(--navy); }
.nora-summary h2 { font-size: clamp(40px, 4vw, 64px); }
.nora-summary > p:not(.section-kicker) { margin: 28px 0 36px; color: #b7bfca; font-size: 15px; line-height: 1.75; }
.button-light { color: var(--navy); background: var(--paper); }
.button-light:hover, .button-light:focus-visible { background: var(--gold); }
.split-model { display: grid; grid-template-columns: 1fr 40px 1fr; align-items: center; }
.split-model > span { color: var(--gold); text-align: center; font-size: 24px; }
.split-model article { min-height: 385px; padding: 40px; border: 1px solid #475365; background: var(--navy-2); }
.split-model small { color: #9ca7b7; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.split-model h3 { margin: 15px 0 38px; color: var(--gold); font: 400 38px var(--serif); }
.split-model ul { margin: 0; padding: 0; list-style: none; }
.split-model li { padding: 16px 0; border-bottom: 1px solid #3e4a5d; font-size: 12px; }

.section-heading.compact { grid-template-columns: 1fr; }
.section-heading.compact .section-kicker { grid-column: auto; }
.process-steps { margin: 75px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-steps li { min-height: 295px; padding: 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-steps span { color: var(--rust); font: 400 19px var(--serif); }
.process-steps h3 { margin: 70px 0 15px; font: 400 25px var(--serif); }
.process-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.trust { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--paper-2); }
.trust h2 { font-size: clamp(39px, 4vw, 62px); }
.trust-points { border-top: 1px solid var(--line); }
.trust-points article { padding: 25px 0; display: grid; grid-template-columns: 160px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.trust-points b { font: 400 18px var(--serif); }
.trust-points p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.faq .section-heading { align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font: 400 20px var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rust); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 700px; margin: -4px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact { display: grid; grid-template-columns: 1fr .75fr; gap: 8vw; align-items: end; color: var(--white); background: var(--rust); }
.contact h2 { max-width: 800px; font-size: clamp(40px, 4.7vw, 73px); }
.contact p:not(.section-kicker) { max-width: 640px; margin: 27px 0 0; color: #f1d8ce; font-size: 14px; line-height: 1.75; }
.contact-link { min-height: 150px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.42); text-decoration: none; transition: color .2s ease, background .2s ease; }
.contact-link span { margin-bottom: auto; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.contact-link strong { font-size: clamp(14px, 1.5vw, 21px); }
.contact-link i { position: absolute; top: 25px; right: 25px; font-style: normal; font-size: 23px; }
.contact-link:hover, .contact-link:focus-visible { color: var(--navy); background: var(--paper); }

footer { min-height: 150px; padding: 35px clamp(22px, 6.5vw, 108px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: #aeb6c2; background: #09121e; }
.footer-brand { color: var(--white); }
footer p { justify-self: center; font-size: 11px; }
footer small { justify-self: end; font-size: 9px; }

@keyframes hero-reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes product-reveal {
  from { opacity: 0; transform: translateX(22px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-button { width: 48px; height: 38px; display: block; border: 1px solid var(--line); color: var(--ink); background: transparent; font-size: 0; }
  .menu-button::after { content: "☰"; font-size: 17px; }
  nav { padding: 20px 28px; position: absolute; top: 84px; right: 0; left: 0; display: none; flex-direction: column; gap: 2px; border-bottom: 1px solid var(--line); background: var(--paper); }
  nav[data-open="true"] { display: flex; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .product-window { max-width: 760px; }
  .section-heading, .nora, .trust, .faq, .contact { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 25px; max-width: 700px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header { padding: 0 18px; }
  .brand { gap: 8px; font-size: 14px; }
  .menu-button { justify-self: end; }
  h1 { font-size: 48px; }
  .hero { min-height: 0; padding-top: 75px; overflow: hidden; }
  .product-window { box-shadow: 10px 12px 0 var(--gold); }
  .window-body { min-height: 380px; grid-template-columns: 1fr; }
  .window-body aside { display: none; }
  .window-content { padding: 27px 20px; }
  .stock-card { grid-template-columns: 42px minmax(0, 1fr); }
  .stock-card > strong { grid-column: 2; justify-self: start; }
  .principle-strip { grid-template-columns: 1fr; }
  .principle-strip p, .principle-strip p:first-child { min-height: 62px; padding: 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-list article { grid-template-columns: 44px 1fr; align-items: start; }
  .service-list article > div { grid-template-columns: 1fr; gap: 10px; }
  .service-list article > small { grid-column: 2; justify-self: start; }
  .split-model { grid-template-columns: 1fr; gap: 14px; }
  .split-model > span { transform: rotate(90deg); }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: 220px; }
  .process-steps h3 { margin-top: 45px; }
  .trust-points article { grid-template-columns: 1fr; gap: 8px; }
  footer { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  footer p, footer small { justify-self: start; }
}

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