:root {
  --navy: #09264d;
  --navy-2: #123c72;
  --gold: #c99a31;
  --gold-bright: #f2c758;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --ink: #10233f;
  --muted: #667184;
  --line: #dcd9d1;
  --shadow: 0 28px 70px rgba(9, 38, 77, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
button, input { font: inherit; }
button, a { color: inherit; }
a { text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { font-family: "Manrope", Arial, sans-serif; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -60px; padding: 12px 18px; border-radius: 8px; background: white; }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }

.announcement { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 max(4vw, calc((100vw - 1480px) / 2)); background: var(--navy); color: white; font-size: 10px; letter-spacing: .05em; }
.announcement p { margin: 0; }
.announcement p:last-child { color: #b9c9dc; }
.announcement span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--gold-bright); }
.site-header { min-height: 86px; position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 38px; padding: 12px max(4vw, calc((100vw - 1480px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .96); }
.brand { display: flex; align-items: center; gap: 12px; justify-self: start; white-space: nowrap; }
.brand img { width: 42px; height: 55px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; }
.brand strong { color: var(--navy); font-size: 14px; letter-spacing: .17em; }
.brand small { margin-top: 2px; color: #6c7480; font-size: 7px; letter-spacing: .05em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.5vw, 42px); font-size: 12px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 15px 0; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-tools { display: flex; align-items: center; justify-self: end; }
.pill { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 20px; border-radius: 999px; font: 700 12px "Manrope", Arial, sans-serif; }
.pill span { font-size: 16px; }
.pill-dark { background: var(--navy); color: white; }
.pill-gold { background: var(--gold-bright); color: var(--navy); }
.menu-trigger, .mobile-nav { display: none; }

.collection-hero { min-height: 690px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 5vw; padding: 72px max(5vw, calc((100vw - 1440px) / 2)) 82px; background: var(--cream); }
.hero-copy h1 { margin: 0 0 28px; color: var(--navy); font-size: clamp(65px, 7vw, 108px); line-height: .86; letter-spacing: -.075em; }
.hero-copy h1 em { color: var(--gold); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 32px; color: #58677b; font-size: 16px; line-height: 1.75; }
.hero-poster { overflow: hidden; border: 7px solid white; border-radius: 28px; background: white; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 5px; }
.hero-product-grid img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; border-radius: 13px; }

.collection-builder { padding: 110px max(5vw, calc((100vw - 1420px) / 2)) 130px; }
.builder-heading { display: grid; grid-template-columns: 1fr minmax(300px, 500px); align-items: end; gap: 8vw; margin-bottom: 62px; }
.builder-heading h2 { margin: 0; color: var(--navy); font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; }
.builder-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.builder-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(410px, .88fr); gap: clamp(45px, 7vw, 100px); align-items: start; }
.preview-panel { position: sticky; top: 20px; }
.preview-card { position: relative; overflow: hidden; border-radius: 28px; background: #eef0f1; box-shadow: var(--shadow); }
.preview-crop { aspect-ratio: 1; overflow: hidden; background: #f3f3f1; }
.preview-product { width: 100%; height: 100%; display: block; object-fit: cover; }
.design-number { position: absolute; left: 18px; top: 18px; padding: 8px 12px; border-radius: 8px; background: var(--navy); color: white; font: 800 13px "Manrope", sans-serif; }
.preview-copy { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 18px; padding: 22px 4px 0; }
.preview-copy p { width: 100%; margin-bottom: 0; color: #89919b; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.preview-copy h3 { margin: 0; color: var(--navy); font-size: 24px; }
.preview-copy span { color: var(--muted); font-size: 11px; }
.order-controls fieldset { margin: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); }
.order-controls fieldset:first-child { padding-top: 0; }
.order-controls legend { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; color: var(--navy); font-size: 14px; }
.order-controls legend span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-bright); font: 800 8px "Manrope", sans-serif; }
.design-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.design-option { min-width: 0; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 13px; background: white; cursor: pointer; box-shadow: 0 0 0 1px var(--line); }
.design-option[aria-checked="true"] { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(9,38,77,.1); }
.design-option .product-thumb { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; }
.design-option small { display: block; overflow: hidden; padding: 8px 7px; color: var(--navy); font-size: 8px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.size-options { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.size-options button { min-height: 45px; border: 1px solid #cfd4d9; border-radius: 11px; background: white; color: var(--navy); cursor: pointer; font-size: 10px; font-weight: 800; }
.size-options button[aria-checked="true"] { border-color: var(--navy); background: var(--navy); color: white; }
.quantity-control { width: 150px; min-height: 48px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; overflow: hidden; border: 1px solid #cfd4d9; border-radius: 999px; background: white; }
.quantity-control button { height: 100%; border: 0; background: transparent; color: var(--navy); cursor: pointer; font-size: 20px; }
.quantity-control output { text-align: center; color: var(--navy); font-weight: 800; }
.order-summary { margin-top: 30px; padding: 29px; border-radius: 22px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.order-summary .eyebrow { color: var(--gold-bright); }
.order-summary > strong { display: block; font-size: 18px; line-height: 1.4; }
.order-summary > p:not(.eyebrow) { margin: 13px 0 20px; color: #b8c5d5; font-size: 11px; line-height: 1.7; }
.order-button { min-height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-radius: 999px; background: var(--gold-bright); color: var(--navy); font-size: 10px; font-weight: 800; }
.order-button span { font-size: 17px; }
.collection-promise { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(6vw, calc((100vw - 1360px) / 2)) 110px; }
.collection-promise article { min-height: 230px; padding: 34px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.collection-promise article:last-child { border-right: 0; }
.collection-promise span { color: var(--gold); font: 800 9px "Manrope", sans-serif; letter-spacing: .16em; }
.collection-promise h3 { margin: 35px 0 10px; color: var(--navy); font-size: 20px; }
.collection-promise p { max-width: 290px; color: var(--muted); font-size: 12px; line-height: 1.7; }
footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 55px max(6vw, calc((100vw - 1400px) / 2)) 28px; background: #061a35; color: white; }
.footer-brand strong { color: white; }
.footer-brand small { color: #8292a8; }
footer > div { display: flex; gap: 22px; color: #aab7c7; font-size: 10px; }
footer > small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #71839b; font-size: 9px; }

@media (max-width: 1050px) {
  .site-header { gap: 20px; }
  .desktop-nav { gap: 18px; }
  .collection-hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .builder-grid { grid-template-columns: minmax(0, 1fr) 390px; gap: 42px; }
}

@media (max-width: 840px) {
  .announcement p:last-child, .desktop-nav, .header-tools > .pill { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-trigger { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 50%; background: var(--navy); }
  .menu-trigger i { width: 20px; height: 1px; background: white; }
  .mobile-nav { position: absolute; top: 86px; left: 4vw; right: 4vw; display: none; flex-direction: column; gap: 18px; padding: 25px; border-radius: 18px; background: white; box-shadow: var(--shadow); font-weight: 700; }
  .mobile-nav.open { display: flex; }
  .builder-heading, .builder-grid { grid-template-columns: 1fr; }
  .preview-panel { position: static; }
  .order-controls { max-width: 680px; }
}

@media (max-width: 560px) {
  .announcement { min-height: 34px; justify-content: center; }
  .site-header { min-height: 78px; padding-top: 8px; padding-bottom: 8px; }
  .brand img { width: 34px; height: 46px; }
  .brand small { display: none; }
  .mobile-nav { top: 78px; }
  .collection-hero { min-height: auto; padding: 52px 5vw 60px; }
  .hero-copy h1 { font-size: 64px; }
  .hero-poster { border-width: 4px; border-radius: 17px; }
  .collection-builder { padding: 80px 5vw 95px; }
  .builder-heading { margin-bottom: 42px; }
  .builder-heading h2 { font-size: 45px; }
  .preview-card { border-radius: 18px; }
  .design-options { grid-template-columns: repeat(2, 1fr); }
  .size-options { grid-template-columns: repeat(3, 1fr); }
  .collection-promise { grid-template-columns: 1fr; padding: 0 6vw 80px; }
  .collection-promise article { min-height: auto; padding: 28px 0; border-right: 0; }
  .collection-promise h3 { margin-top: 20px; }
  footer { grid-template-columns: 1fr; align-items: start; padding: 48px 6vw 24px; }
  footer > div { flex-wrap: wrap; }
  footer > small { grid-column: auto; }
}

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