:root {
  --navy: #17264a;
  --ink: #12203c;
  --cream: #f7f1e6;
  --paper: #fffdf8;
  --orange: #f46b35;
  --yellow: #f7b94a;
  --muted: #657086;
  --line: rgba(23, 38, 74, .14);
  --shadow: 0 18px 60px rgba(23, 38, 74, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-200%); padding: .7rem 1rem; background: white; border-radius: .5rem; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: .9rem clamp(1rem, 4vw, 4rem); background: rgba(255,253,248,.9); backdrop-filter: blur(15px); border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: .7rem; align-items: center; text-decoration: none; font-weight: 900; line-height: .9; letter-spacing: -.04em; }
.brand small { display: block; margin-top: .3rem; font-size: .55rem; letter-spacing: .2em; }
.brand-logo { width: 3.25rem; height: 3.25rem; object-fit: contain; }
nav { display: flex; gap: 1.5rem; align-items: center; }
nav > a { font-size: .88rem; font-weight: 700; text-decoration: none; }
.cart-shortcut { border: 0; border-radius: 999px; color: white; background: var(--navy); padding: .65rem .8rem .65rem 1rem; font-weight: 800; cursor: pointer; }
.cart-shortcut span { display: inline-grid; place-items: center; min-width: 1.55rem; height: 1.55rem; margin-left: .45rem; padding: 0 .35rem; border-radius: 50%; color: var(--navy); background: var(--yellow); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: var(--cream); }
.hero-copy { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 8vw, 8rem); padding-right: 3rem; align-self: center; }
.eyebrow { margin: 0 0 .9rem; color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 1.5rem; font-family: Georgia, serif; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .88; letter-spacing: -.065em; font-weight: 500; }
h1 em { color: var(--orange); font-weight: 500; }
.hero-text { max-width: 590px; color: var(--muted); font-size: 1.05rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .8rem; min-height: 3.2rem; border: 0; border-radius: 999px; padding: .8rem 1.3rem; text-decoration: none; font-weight: 850; cursor: pointer; }
.button-primary { color: white; background: var(--navy); box-shadow: 0 8px 25px rgba(23,38,74,.2); }
.button-primary:hover { background: #223868; transform: translateY(-1px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; color: var(--muted); font-size: .75rem; font-weight: 700; }
.hero-art { position: relative; min-height: 580px; display: grid; place-items: center; overflow: hidden; color: white; background: var(--navy); }
.sun-disc { position: absolute; width: min(38vw, 470px); aspect-ratio: 1; border-radius: 50%; background: var(--yellow); top: 11%; left: 18%; }
.hero-shirt { position: absolute; z-index: 2; width: min(42%, 300px); aspect-ratio: 4 / 5; object-fit: cover; border-radius: 24px; box-shadow: 0 30px 60px rgba(0,0,0,.3); background: white; }
.hero-shirt-one { transform: rotate(-7deg) translate(-29%, 4%); }
.hero-shirt-two { transform: rotate(9deg) translate(45%, -2%); }
.hero-art > p { position: absolute; z-index: 3; bottom: 3rem; right: 3rem; text-align: right; font-family: Georgia, serif; font-style: italic; font-size: 1.35rem; }

.collection, .steps, .size-guide { padding: clamp(5rem, 8vw, 8rem) clamp(1rem, 6vw, 6rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; max-width: 1320px; margin: 0 auto 2.5rem; }
.section-heading h2, .movement-note h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.045em; font-weight: 500; }
.section-heading > p { max-width: 420px; margin-bottom: .3rem; color: var(--muted); }
.product-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-visual { position: relative; min-height: 330px; display: grid; place-items: center; overflow: hidden; background: #eef0f2; }
.product-photo-pair { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr 1fr; }
.product-photo-pair figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: white; }
.product-photo-pair figure + figure { border-left: 1px solid rgba(23,38,74,.12); }
.product-photo-pair img { width: 100%; height: 330px; display: block; object-fit: cover; }
.product-photo-pair figcaption { position: absolute; right: .55rem; bottom: .55rem; padding: .25rem .5rem; border-radius: 999px; color: white; background: rgba(23,38,74,.8); backdrop-filter: blur(7px); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.edition { position: absolute; z-index: 2; top: .7rem; left: .7rem; min-width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); font-size: .72rem; font-weight: 900; box-shadow: 0 6px 18px rgba(23,38,74,.18); }
.product-info { min-height: 140px; display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.2rem 1rem; }
.product-kicker { color: var(--orange)!important; text-transform: uppercase; font-weight: 900!important; letter-spacing: .12em; }
.product-info h3 { margin-bottom: .25rem; font-family: Georgia, serif; font-size: 1.7rem; }
.product-info p { color: var(--muted); font-size: .76rem; }
.product-info strong { white-space: nowrap; color: var(--orange); font-size: 1rem; }
.product-info strong small { display: block; text-align: right; font-size: .5rem; letter-spacing: .14em; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; padding: 1rem 1.2rem 1.3rem; border-top: 1px solid var(--line); }
.product-fit { grid-column: 1 / -1; }
.product-actions label, .form-grid label { font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
select, input[type=text], input[type=tel], input[type=email] { width: 100%; min-height: 2.7rem; margin-top: .35rem; border: 1px solid var(--line); border-radius: 10px; padding: .55rem .65rem; color: var(--ink); background: white; }
.add-button { grid-column: 1 / -1; border: 0; border-radius: 10px; padding: .75rem; color: white; background: var(--navy); font-weight: 850; cursor: pointer; }
.add-button.added { background: #27815e; }

.size-guide { background: #eef5f6; }
.size-guide-grid { max-width: 980px; margin: auto; }
.size-tables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.delivery-card { padding: 1.4rem; border-radius: 18px; color: white; background: var(--navy); }
.delivery-card span { display: block; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.delivery-card strong { display: block; margin: .25rem 0; font-family: Georgia, serif; font-size: 2rem; }
.delivery-card p { margin: 0; color: #dbe0ed; font-size: .82rem; }
.measure-table { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; }
.measure-table h3 { margin: 0; padding: 1rem 1.2rem; font-family: Georgia, serif; font-size: 1.35rem; border-bottom: 1px solid var(--line); }
.measure-table table { width: 100%; border-collapse: collapse; }
.measure-table th, .measure-table td { padding: .7rem 1.2rem; text-align: left; border-bottom: 1px solid var(--line); }
.measure-table thead th { color: var(--muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.measure-table tbody th { color: var(--orange); }

.steps { color: white; background: var(--navy); }
.steps .section-heading { justify-content: center; text-align: center; }
.steps ol { max-width: 1100px; margin: 3rem auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.steps li { display: flex; gap: 1.2rem; padding: 1.6rem; border-right: 1px solid rgba(255,255,255,.18); }
.steps li:last-child { border: 0; }
.steps li > span { flex: 0 0 3rem; height: 3rem; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--yellow); font-weight: 900; }
.steps h3 { margin-bottom: .35rem; font-family: Georgia, serif; font-size: 1.4rem; }
.steps li p { margin: 0; color: #c8cede; font-size: .86rem; }
.delivery-card-steps { max-width: 1100px; margin: 2rem auto 0; text-align: center; border: 1px solid rgba(255,255,255,.18); background: #101d38; }
.contact-section { padding: clamp(6rem, 10vw, 9rem) clamp(1rem, 6vw, 6rem); background: #eef5f6; }
.contact-grid { max-width: 1100px; margin: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.contact-card span { color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-card h3 { margin: .2rem 0; font-family: Georgia, serif; font-size: 1.7rem; }
.contact-phone { color: var(--muted); font-weight: 800; text-decoration: none; white-space: nowrap; }
.contact-phone:hover { color: var(--orange); text-decoration: underline; }
.contact-button { flex: 0 0 auto; min-height: 2.8rem; color: white; background: #197153; font-size: .78rem; }
.contact-button:hover { background: #125b42; }
.movement-note { padding: clamp(5rem, 10vw, 9rem) 1rem; text-align: center; background: var(--cream); }
.movement-note > p { color: var(--orange); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; font-size: .75rem; }
.movement-note h2 { max-width: 900px; margin: 0 auto 2rem; }
.movement-note span { color: var(--muted); font-size: .8rem; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1rem, 5vw, 5rem); color: white; background: #101d38; font-size: .75rem; }
footer a { color: white; }
.brand-logo-light { padding: .08rem; border-radius: 50%; background: white; }
.legal-page { max-width: 760px; min-height: 100vh; margin: auto; padding: clamp(2rem, 8vw, 6rem) 1.2rem; }
.legal-page > a { display: inline-block; margin-bottom: 3rem; font-weight: 800; }
.legal-page h1 { font-size: clamp(3rem, 8vw, 5rem); }
.legal-page h2 { margin-top: 2.2rem; font-family: Georgia, serif; font-size: 1.6rem; }
.legal-page p { color: var(--muted); }
.legal-page .legal-note { margin-top: 3rem; padding: 1rem; border-left: 4px solid var(--orange); background: var(--cream); }

.cart-dialog { width: min(720px, calc(100% - 1.2rem)); max-height: calc(100vh - 1.2rem); padding: 0; border: 0; border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.cart-dialog::backdrop { background: rgba(8,15,30,.7); backdrop-filter: blur(4px); }
.dialog-shell { margin: 0; }
.dialog-shell > header { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; padding: 1.4rem 1.5rem 1rem; background: var(--paper); border-bottom: 1px solid var(--line); }
.dialog-shell h2 { margin: 0; font-family: Georgia, serif; font-size: 2rem; }
.close-button { width: 2.5rem; height: 2.5rem; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.5rem; cursor: pointer; }
.dialog-content { padding: 1.3rem 1.5rem 1.6rem; }
.cart-item { display: grid; grid-template-columns: 1fr auto auto; gap: .8rem; align-items: center; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.cart-item h3 { margin: 0; font-size: .95rem; }.cart-item p { margin: .15rem 0 0; color: var(--muted); font-size: .75rem; }
.cart-item button { border: 0; color: #9f2f2f; background: transparent; cursor: pointer; }
.empty-cart { padding: 3rem 1rem; text-align: center; color: var(--muted); }
.empty-cart span { display: block; margin-bottom: .5rem; font-size: 3rem; color: var(--orange); }
.cart-total { display: flex; justify-content: space-between; padding: 1rem 0; font-size: 1.2rem; }
.checkout { padding-top: 1rem; border-top: 2px solid var(--navy); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }.form-grid .wide { grid-column: 1 / -1; }
.custom-location { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; padding: .8rem; border-radius: 12px; background: var(--cream); }
fieldset { margin: 1.2rem 0; padding: 0; border: 0; } legend { margin-bottom: .6rem; font-size: .8rem; font-weight: 850; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.payment-options label { display: flex; gap: .7rem; align-items: center; padding: .8rem; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.payment-options input { accent-color: var(--orange); }
.payment-options b, .payment-options small { display: block; }.payment-options small { color: var(--muted); }
.payment-panel { padding: 1rem; border-radius: 14px; background: var(--cream); font-size: .82rem; }
.payment-panel p { margin-bottom: .6rem; }.copy-row { display: flex; gap: .5rem; }
.copy-row code { flex: 1; overflow: hidden; text-overflow: ellipsis; padding: .65rem; border-radius: 8px; background: white; }
.copy-row button { border: 0; border-radius: 8px; color: white; background: var(--navy); padding: .4rem .8rem; cursor: pointer; }
.button-card { color: white; background: var(--orange); }
.upload-box { display: flex; gap: 1rem; align-items: center; margin-top: 1rem; padding: 1rem; border: 2px dashed #b7bdc9; border-radius: 14px; cursor: pointer; }
.upload-box input { position: absolute; opacity: 0; pointer-events: none; }
.upload-box small, .upload-box b { display: block; }.upload-box small { color: var(--muted); }
.upload-icon { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy); font-weight: 900; }
.terms { display: flex; gap: .6rem; margin: 1rem 0; align-items: flex-start; font-size: .75rem; color: var(--muted); }.terms input { margin-top: .2rem; accent-color: var(--orange); }
.honeypot { position: absolute; left: -9999px; }
.submit-order { width: 100%; }.submit-order:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 1.3rem; margin-bottom: .5rem; font-size: .8rem; font-weight: 700; }.form-status.error { color: #a72c2c; }.form-status.success { color: #1b7351; }
.privacy-note { margin: .6rem 0 0; text-align: center; color: var(--muted); font-size: .68rem; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
[hidden] { display: none !important; }
@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-right: clamp(1.25rem, 8vw, 8rem); }
  .hero-art { min-height: 560px; }
  .size-guide-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  nav > a { display: none; }
  .site-header { padding: .7rem .8rem; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4.5rem 1.2rem 3rem; }
  .hero-art { min-height: 460px; }
  .sun-disc { width: 300px; }
  .hero-shirt { width: 44%; }
  .section-heading { display: block; }.section-heading > p { margin-top: 1rem; }
  .size-tables { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  footer { flex-direction: column; text-align: center; }
  .form-grid, .payment-options { grid-template-columns: 1fr; }.form-grid .wide { grid-column: auto; }
  .dialog-content { padding-inline: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
