:root {
  --navy: #102f4c;
  --navy-deep: #09243d;
  --saffron: #f2a541;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #142737;
  --muted: #65717b;
  --line: #ddd9d0;
  --white: #fff;
  --green: #256d59;
  --shadow: 0 20px 60px rgba(16, 47, 76, .14);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
body.locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.announcement { background: var(--navy-deep); color: #e8edf1; text-align: center; padding: 9px 16px; font-size: 12px; letter-spacing: .02em; }
.announcement span { color: var(--saffron); margin: 0 10px; }

.site-header { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; max-width: 1240px; margin: auto; padding: 0 28px; border-bottom: 1px solid rgba(16, 47, 76, .08); }
.brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; }
.brand-logo { position: relative; display: block; flex: 0 0 184px; width: 184px; height: 58px; overflow: hidden; background: #fff; }
.brand-logo img { position: absolute; left: -23px; top: -77px; width: 226px; height: auto; max-width: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--navy); color: white; border-radius: 50%; font: 800 15px "Manrope", sans-serif; letter-spacing: -.08em; }
.brand-mark span { color: var(--saffron); font-size: 11px; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font: 800 16px "Manrope", sans-serif; letter-spacing: -.03em; }
.brand-copy small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.desktop-nav { display: flex; gap: 34px; color: #41505c; font-size: 14px; }
.desktop-nav a:hover { color: var(--navy); }
.cart-button { justify-self: end; border: 1px solid var(--navy); color: var(--navy); background: transparent; border-radius: 999px; padding: 9px 10px 9px 17px; display: flex; align-items: center; gap: 11px; cursor: pointer; font-weight: 600; }
.cart-button b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--saffron); color: var(--navy-deep); font-size: 12px; }

.hero { min-height: 440px; max-width: 1240px; margin: auto; padding: 34px 28px 38px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 46px; overflow: hidden; }
.eyebrow { margin: 0 0 14px; color: #b26a14; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
h1 { margin: 0; color: var(--navy); font-size: clamp(50px, 5.2vw, 72px); line-height: .98; }
h1 em { color: var(--saffron); font-style: normal; }
.hero-text { max-width: 470px; margin: 20px 0 0; color: #53616c; font-size: 17px; line-height: 1.55; }
.hero-actions { margin-top: 25px; display: flex; align-items: center; gap: 26px; }
.button { min-height: 50px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 8px 24px rgba(16,47,76,.18); }
.button-primary:hover { background: var(--navy-deep); box-shadow: 0 12px 30px rgba(16,47,76,.24); }
.text-link { color: var(--navy); border-bottom: 1px solid var(--navy); font-size: 14px; font-weight: 600; }

.hero-art { height: 368px; position: relative; background: var(--cream); border-radius: 38% 18% 38% 18% / 24% 38% 24% 38%; overflow: hidden; }
.sun-shape { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: #f7c46f; left: 50%; top: 48%; transform: translate(-50%, -50%); }
.lanyard-strap { position: absolute; width: 78px; height: 430px; background: var(--navy); top: -120px; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .18em; font-weight: 700; overflow: hidden; box-shadow: inset 7px 0 rgba(255,255,255,.035), inset -7px 0 rgba(0,0,0,.08); z-index: 2; }
.lanyard-strap span { display: block; width: 370px; transform: rotate(90deg) translate(112px, 144px); white-space: nowrap; }
.strap-left { left: 174px; transform: rotate(-16deg); }
.strap-right { right: 170px; transform: rotate(16deg); }
.lanyard-clip { position: absolute; z-index: 3; width: 58px; height: 70px; background: #d6b06a; border: 12px solid var(--navy); border-radius: 10px 10px 24px 24px; left: 50%; top: 202px; transform: translateX(-50%); }
.id-card { position: absolute; z-index: 4; left: 50%; bottom: 20px; transform: translateX(-50%) rotate(-2deg); width: 218px; height: 140px; background: white; border-radius: 13px; box-shadow: 0 20px 30px rgba(16,47,76,.22); overflow: hidden; }
.id-top { height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: var(--navy); color: white; }
.mini-logo { font: 800 11px "Manrope"; color: var(--saffron); }
.id-top small { letter-spacing: .13em; font-size: 7px; }
.id-body { display: flex; align-items: center; gap: 14px; padding: 20px 16px; }
.avatar { flex: 0 0 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #e8ddd1; color: var(--navy); font-weight: 700; }
.id-body div { flex: 1; }
.id-body b, .id-body small { display: block; }
.id-body b { color: var(--navy); font-size: 12px; }
.id-body small { color: var(--muted); margin: 3px 0 10px; font-size: 6px; letter-spacing: .07em; }
.id-body i { display: block; width: 70px; height: 3px; background: #dce1e3; margin-top: 5px; }
.art-note { position: absolute; z-index: 6; background: white; color: var(--navy); padding: 9px 13px; border-radius: 999px; box-shadow: 0 8px 20px rgba(16,47,76,.12); font-size: 10px; font-weight: 700; }
.note-one { left: 18px; top: 82px; }
.note-two { right: 16px; bottom: 62px; }

.trust-strip { max-width: 1184px; margin: 0 auto; border: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 15px 12px; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.trust-strip > div > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #eef2f3; color: var(--navy); font-weight: 700; }
.trust-strip p, .trust-strip b, .trust-strip small { margin: 0; display: block; }
.trust-strip b { font-size: 12px; }
.trust-strip small { color: var(--muted); font-size: 10px; margin-top: 2px; }

.collection { max-width: 1240px; margin: auto; padding: 58px 28px 120px; }
.collection-first { padding-top: 44px; padding-bottom: 78px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-heading h2, .why-us h2, .bulk h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4vw, 54px); line-height: 1.08; }
.filters { display: flex; gap: 5px; padding: 4px; background: #f0ede6; border-radius: 999px; }
.filters button { border: 0; background: transparent; color: var(--muted); padding: 9px 16px; border-radius: 999px; cursor: pointer; font-size: 12px; }
.filters button.active { background: white; color: var(--navy); box-shadow: 0 3px 10px rgba(16,47,76,.08); font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card { min-width: 0; }
.product-visual { height: 365px; position: relative; display: grid; place-items: center; background: color-mix(in srgb, var(--product) 9%, #f7f3ea); overflow: hidden; }
.product-visual::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 45%, white); opacity: .75; }
.product-visual.has-upload::before { display: none; }
.product-visual.has-upload img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-visual.has-upload img { transform: scale(1.025); }
.product-tag { position: absolute; left: 15px; top: 15px; padding: 6px 10px; background: white; border-radius: 999px; color: var(--navy); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; z-index: 3; }
.mini-lanyard { position: relative; width: 170px; height: 280px; z-index: 2; transform: rotate(-3deg); filter: drop-shadow(0 16px 14px rgba(16,47,76,.16)); }
.mini-lanyard::before, .mini-lanyard::after { content: ""; position: absolute; width: 34px; height: 220px; top: -20px; background: var(--product); border: 2px solid rgba(255,255,255,.15); border-radius: 8px; }
.mini-lanyard::before { left: 45px; transform: rotate(-19deg); }
.mini-lanyard::after { right: 45px; transform: rotate(19deg); }
.mini-join { position: absolute; left: 50%; top: 164px; width: 35px; height: 52px; transform: translateX(-50%); background: var(--accent); border: 10px solid var(--product); border-radius: 5px 5px 14px 14px; }
.mini-badge { position: absolute; left: 50%; top: 211px; width: 94px; height: 60px; transform: translateX(-50%); background: white; border-radius: 6px; border-top: 15px solid var(--product); box-shadow: 0 8px 15px rgba(16,47,76,.12); }
.mini-badge::after { content: "BANK"; position: absolute; left: 9px; top: 12px; color: var(--product); font: 800 9px "Manrope"; }
.product-placeholder { position: relative; z-index: 2; width: 210px; min-height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 24px; border: 3px solid color-mix(in srgb,var(--product) 70%,white); border-radius: 16px; background: white; color: var(--product); box-shadow: 0 16px 32px rgba(16,47,76,.14); text-align: center; }
.product-placeholder span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-placeholder b { font: 800 34px "Manrope",sans-serif; }
.product-info { padding: 18px 3px 0; }
.product-info > div { display: flex; justify-content: space-between; gap: 14px; }
.product-info h3 { margin: 0; color: var(--navy); font-size: 18px; }
.product-info b { color: var(--navy); white-space: nowrap; }
.product-info p { min-height: 40px; margin: 7px 0 15px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.product-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 13px; }
.colour { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.colour i { width: 10px; height: 10px; border-radius: 50%; background: var(--product); }
.product-info > .product-action-context { display:flex; align-items:center; justify-content:flex-start; gap:7px; margin-top:14px; padding:9px 11px; border-left:3px solid var(--product); border-radius:4px; background:color-mix(in srgb,var(--product) 6%,#fff); }
.product-action-context span { color:var(--muted); font-size:9px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; }
.product-action-context strong { min-width:0; overflow:hidden; color:var(--navy); font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.product-info > .product-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9px; margin-top: 13px; }
.add-button, .order-button { min-width: 0; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--navy); border-radius: 6px; cursor: pointer; font-weight: 800; font-size: 13px; }
.add-button { background: var(--navy); color: white; }
.add-button:hover { background: var(--navy-deep); border-color: var(--navy-deep); }
.order-button { background: var(--saffron); border-color: var(--saffron); color: var(--navy-deep); }
.order-button:hover { background: #e99a31; border-color: #e99a31; }
.order-button span { font-size: 17px; line-height: 1; }
.loading-card { height: 440px; background: linear-gradient(90deg, #f2efe8 25%, #fbf9f3 50%, #f2efe8 75%); background-size: 200% 100%; animation: loading 1.4s infinite; }
@keyframes loading { to { background-position: -200% 0; } }

.why-us { max-width: 1184px; margin: 0 auto 110px; }
.why-card { background: var(--cream); padding: 74px 78px; }
.feature-list { margin-top: 50px; }
.feature-list > div { display: flex; gap: 20px; padding: 22px 0; border-top: 1px solid #d8d1c3; }
.feature-list > div > span { color: #b26a14; font: 700 11px "Manrope"; }
.feature-list p, .feature-list b, .feature-list small { display: block; margin: 0; }
.feature-list b { color: var(--navy); font-size: 14px; }
.feature-list small { color: var(--muted); margin-top: 4px; line-height: 1.5; }

.bulk { max-width: 1184px; margin: 0 auto 100px; padding: 58px 64px; background: var(--saffron); display: grid; grid-template-columns: 1fr 1fr auto; gap: 48px; align-items: center; }
.bulk .eyebrow { color: var(--navy); }
.bulk h2 { font-size: 42px; }
.bulk > p { color: #6b4a1d; line-height: 1.6; }
.button-light { background: white; color: var(--navy); white-space: nowrap; }

footer { background: var(--navy-deep); color: #aeb9c2; padding: 54px max(28px, calc((100vw - 1184px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; font-size: 12px; }
.footer-brand .brand-mark { background: var(--saffron); color: var(--navy); }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-logo { border-radius: 8px; }
footer > p { border-left: 1px solid #355066; padding-left: 44px; }
footer > div { display: flex; gap: 20px; }
footer a:hover { color: white; }

.drawer-shell, .modal-shell, .success-shell { position: fixed; inset: 0; z-index: 50; visibility: hidden; pointer-events: none; }
.drawer-shell.open, .modal-shell.open, .success-shell.open { visibility: visible; pointer-events: auto; }
.drawer-backdrop, .modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,24,39,.48); opacity: 0; transition: opacity .25s; cursor: default; }
.open .drawer-backdrop, .open .modal-backdrop { opacity: 1; }
.cart-drawer { position: absolute; right: 0; top: 0; bottom: 0; width: min(460px, 100%); background: var(--paper); padding: 28px; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.open .cart-drawer { transform: translateX(0); }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.drawer-header h2 { margin: 0; color: var(--navy); font-size: 30px; }
.drawer-header .eyebrow { margin-bottom: 5px; }
.icon-button { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; color: var(--navy); border-radius: 50%; font-size: 25px; line-height: 1; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 9px 0; }
.cart-row { display: grid; grid-template-columns: 66px 1fr auto; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-thumb { height: 76px; background: color-mix(in srgb, var(--product) 10%, #f7f3ea); position: relative; overflow: hidden; }
.cart-thumb::before, .cart-thumb::after { content: ""; position: absolute; width: 11px; height: 67px; top: -12px; background: var(--product); }
.cart-thumb::before { left: 20px; transform: rotate(-16deg); }.cart-thumb::after { right: 20px; transform: rotate(16deg); }
.cart-row h3 { margin: 0 0 4px; color: var(--navy); font-size: 13px; letter-spacing: -.02em; }
.cart-row p { margin: 0; color: var(--muted); font-size: 11px; }
.quantity { display: inline-flex; align-items: center; margin-top: 10px; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity button { width: 28px; height: 26px; border: 0; background: transparent; cursor: pointer; color: var(--navy); }
.quantity span { min-width: 22px; text-align: center; font-size: 11px; }
.cart-price { align-self: start; color: var(--navy); font-size: 12px; }
.remove { border: 0; background: none; color: #9a4e4e; padding: 8px 0 0; cursor: pointer; font-size: 10px; }
.cart-summary { border-top: 1px solid var(--line); padding-top: 17px; }
.cart-summary > div { display: flex; justify-content: space-between; margin: 7px 0; font-size: 13px; }
.cart-summary .cart-total { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 18px; }
.cart-summary > p { color: var(--muted); font-size: 10px; }
.checkout-button { width: 100%; margin-top: 10px; }
.secure-note { display: block; margin-top: 12px; text-align: center; color: var(--muted); }
.cart-empty { display: none; flex: 1; text-align: center; align-items: center; justify-content: center; flex-direction: column; }
.cart-empty.visible { display: flex; }
.cart-empty > span { width: 74px; height: 74px; display: grid; place-items: center; background: var(--cream); color: var(--saffron); border-radius: 50%; font: 800 18px "Manrope"; }
.cart-empty h3 { margin: 20px 0 4px; color: var(--navy); font-size: 22px; }
.cart-empty p { color: var(--muted); margin: 0 0 24px; font-size: 13px; }

.checkout-modal { position: absolute; z-index: 2; left: 50%; top: 50%; width: min(680px, calc(100% - 30px)); max-height: calc(100vh - 30px); overflow-y: auto; transform: translate(-50%, -46%) scale(.98); opacity: 0; transition: transform .25s, opacity .25s; background: var(--paper); padding: 28px 32px 32px; box-shadow: var(--shadow); }
.open .checkout-modal { transform: translate(-50%, -50%) scale(1); opacity: 1; }
#checkout-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding-top: 22px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: 11px; font-weight: 700; }
.field label span { color: var(--muted); font-weight: 400; }
.field input { height: 46px; border: 1px solid #cbc8c0; background: white; border-radius: 8px; padding: 0 13px; color: var(--ink); outline: none; }
.field input:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(16,47,76,.08); }
.payment-summary { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding: 17px 0; margin-top: 5px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); }
.payment-summary span { font-size: 13px; }.payment-summary b { font-size: 21px; }
.form-message { grid-column: 1 / -1; min-height: 0; margin: 0; color: #a33b3b; font-size: 12px; }
.form-message:empty { display: none; }
.pay-button { grid-column: 1 / -1; width: 100%; }
.pay-button:disabled { opacity: .6; cursor: wait; transform: none; }

.success-shell { background: rgba(7,24,39,.52); display: grid; place-items: center; }
.success-card { width: min(440px, calc(100% - 30px)); padding: 46px 38px; background: var(--paper); text-align: center; box-shadow: var(--shadow); transform: translateY(15px); opacity: 0; transition: .25s; }
.open .success-card { transform: translateY(0); opacity: 1; }
.success-check { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: #dfeee8; color: var(--green); font-size: 30px; }
.success-card h2 { margin: 0; color: var(--navy); font-size: 36px; }
.success-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.success-card > div { margin: 24px 0; padding: 14px; background: var(--cream); }
.success-card > div span, .success-card > div b { display: block; }
.success-card > div span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.success-card > div b { margin-top: 4px; color: var(--navy); }
.success-card .success-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 0; padding: 0; background: transparent; }
.button-secondary { background: white; color: var(--navy); border: 1px solid var(--navy); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 24px; transform: translate(-50%, 20px); padding: 12px 18px; background: var(--navy-deep); color: white; border-radius: 999px; box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transition: .22s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-art { height: 350px; }
  .strap-left { left: 100px; }.strap-right { right: 100px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .why-us { margin-left: 28px; margin-right: 28px; }
  .why-card { padding: 55px 45px; }
  .bulk { margin-left: 28px; margin-right: 28px; grid-template-columns: 1fr 1fr; }
  .bulk .button { grid-column: 1 / -1; justify-self: start; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}

@media (max-width: 720px) {
  .announcement { font-size: 10px; }
  .announcement span, .announcement span + * { display: none; }
  .site-header { height: 72px; padding: 0 18px; display: flex; justify-content: space-between; }
  .brand-logo { flex-basis: 132px; width: 132px; height: 44px; }
  .brand-logo img { left: -17px; top: -55px; width: 162px; }
  .brand-mark { width: 40px; height: 40px; }.brand-copy small { display: none; }
  .desktop-nav { display: none; }
  .cart-button span { display: none; }.cart-button { padding: 5px; border: 0; }
  .hero { min-height: auto; padding: 30px 20px 32px; grid-template-columns: 1fr; text-align: center; }
  h1 { font-size: clamp(44px, 13vw, 60px); }
  .hero-text { margin-left: auto; margin-right: auto; font-size: 16px; }
  .hero-actions { justify-content: center; flex-direction: row; flex-wrap: wrap; gap: 17px; }
  .hero-art { height: 265px; margin-top: 8px; border-radius: 28px; }
  .sun-shape { width: 220px; height: 220px; }.strap-left { left: 25%; }.strap-right { right: 25%; }
  .hero-art .lanyard-strap { width: 58px; height: 310px; top: -128px; }
  .hero-art .lanyard-clip { top: 130px; width: 48px; height: 58px; border-width: 10px; }
  .hero-art .id-card { width: 174px; height: 112px; bottom: 10px; }
  .hero-art .id-top { height: 32px; padding: 0 12px; }
  .hero-art .id-body { gap: 10px; padding: 12px; }
  .hero-art .avatar { flex-basis: 42px; height: 42px; }
  .hero-art .art-note { display: none; }
  .trust-strip { margin: 0 20px; grid-template-columns: 1fr 1fr; }
  .trust-strip > div { justify-content: flex-start; padding: 17px 12px; }
  .trust-strip > div + div { border-left: 0; }
  .trust-strip > div:nth-child(even) { border-left: 1px solid var(--line); }
  .trust-strip > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .collection { padding: 48px 20px 80px; }
  .collection-first { padding-top: 30px; padding-bottom: 58px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .filters { max-width: 100%; overflow-x: auto; }.filters button { white-space: nowrap; }
  .product-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-visual { height: 350px; }
  .why-us { margin: 0 20px 80px; }
  .why-card { padding: 48px 25px; }
  .bulk { margin: 0 20px 80px; padding: 42px 28px; grid-template-columns: 1fr; gap: 13px; }
  .bulk .button { grid-column: auto; margin-top: 16px; }
  footer { grid-template-columns: 1fr; padding: 45px 24px; }
  footer > div { flex-wrap: wrap; }
  .cart-drawer { padding: 22px 18px; }
  #checkout-form { grid-template-columns: 1fr; }.field, .field.full, .payment-summary, .form-message, .pay-button { grid-column: 1; }
  .checkout-modal { padding: 24px 20px; }
}

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

/* Final product polish */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: 12px; transform: translateY(-150%); padding: 11px 16px; border-radius: 6px; background: white; color: var(--navy); box-shadow: var(--shadow); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(242,165,65,.75); outline-offset: 3px; }
.announcement span { margin: 0; color: inherit; }
.announcement-dot { color: var(--saffron)!important; margin: 0 10px!important; }
.announcement b { color: white; }
.site-header { position: sticky; z-index: 20; top: 0; max-width: none; grid-template-columns: 1fr auto auto auto auto; padding: 0 max(28px, calc((100vw - 1184px) / 2)); background: rgba(255,253,248,.96); backdrop-filter: blur(12px); }
.account-link { min-height: 40px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: 12px; font-weight: 700; }
.account-link:hover { border-color: var(--navy); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--navy); font-size: 19px; }
.mobile-nav { position: fixed; z-index: 19; left: 0; right: 0; top: 104px; padding: 12px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(16,47,76,.12); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.mobile-nav a::after { content: "→"; color: #b26a14; }
.anchor-target { position: absolute; }
#shop, #why-us, #bulk, #help, #shipping, #returns { scroll-margin-top: 100px; }
.product-tag.low-stock { color: #8b5716; background: #fff0d8; }
.product-tag.sold-out { color: #8a4141; background: #f7e5e5; }
.add-button:disabled, .order-button:disabled { border-color: #d9d8d3; background: #ecebe7; color: #8b9297; cursor: not-allowed; }
.add-button:disabled:hover, .order-button:disabled:hover { border-color: #d9d8d3; background: #ecebe7; color: #8b9297; }
.product-stepper { min-width: 0; height: 52px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; overflow: hidden; border-radius: 6px; background: var(--navy); color: white; }
.product-stepper button { width: 44px; height: 52px; border: 0; background: transparent; color: white; font-size: 18px; cursor: pointer; }
.product-stepper button:disabled { opacity: .35; cursor: not-allowed; }
.product-stepper span { text-align: center; font-weight: 700; font-size: 13px; }
.mobile-cart-bar { display: none; }
.help-section { max-width: 1184px; margin: 0 auto 110px; }
.help-heading { align-items: center; }
.help-heading > p { max-width: 420px; color: var(--muted); line-height: 1.65; }
.help-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.help-grid details { border-bottom: 1px solid var(--line); }
.help-grid details:nth-child(odd) { border-right: 1px solid var(--line); }
.help-grid summary { min-height: 76px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 13px; padding: 0 24px; cursor: pointer; list-style: none; color: var(--navy); }
.help-grid summary::-webkit-details-marker { display: none; }
.help-grid summary span { color: #b26a14; font-size: 10px; }
.help-grid summary i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); font-style: normal; transition: transform .2s; }
.help-grid details[open] summary i { transform: rotate(45deg); }
.help-grid details > p { margin: -4px 24px 22px 72px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.help-grid details > p a { color: var(--navy); text-decoration: underline; }
.cart-thumb.has-image::before, .cart-thumb.has-image::after { display: none; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.quantity button:disabled { opacity: .35; cursor: not-allowed; }
.quantity button { width: 38px; height: 36px; }
.remove { min-height: 40px; }
.shipping-progress { height: 4px; margin-top: 14px; overflow: hidden; border-radius: 999px; background: #e8e6df; }
.shipping-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--saffron); transition: width .25s; }
.checkout-order { grid-column: 1 / -1; padding: 13px 15px; border-radius: 8px; background: var(--cream); }
.checkout-order div { display: flex; justify-content: space-between; gap: 20px; padding: 4px 0; color: var(--muted); font-size: 11px; }
.checkout-order div:last-child { margin-top: 5px; padding-top: 9px; border-top: 1px solid #d9d4c9; color: var(--navy); }
.checkout-order .checkout-item-row { display:grid; grid-template-columns:minmax(0,1fr) auto 72px; align-items:center; gap:12px; padding:9px 0; border-bottom:1px solid #dfdbd1; }
.checkout-order .checkout-item-row:last-of-type { margin-top:0; border-top:0; }
.checkout-item-row > span:first-child { min-width:0; display:flex; flex-direction:column; }
.checkout-item-row > span:first-child strong { overflow:hidden; color:var(--navy); font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.checkout-item-row > span:first-child small { margin-top:2px; color:var(--muted); font-size:9px; }
.checkout-order .checkout-item-row > b { color:var(--navy); font-size:10px; text-align:right; }
.checkout-quantity { display:grid; grid-template-columns:30px 28px 30px; align-items:center; overflow:hidden; border:1px solid #cbc8c0; border-radius:999px; background:white; }
.checkout-quantity button { width:30px; height:30px; border:0; background:transparent; color:var(--navy); cursor:pointer; }
.checkout-quantity button:hover { background:var(--cream); }
.checkout-quantity button:disabled { opacity:.35; cursor:not-allowed; }
.checkout-quantity b { text-align:center; color:var(--navy); font-size:10px; }
.payment-notice { grid-column: 1 / -1; margin: -2px 0 0; padding: 10px 12px; border-radius: 6px; background: #e5f0eb; color: #25634f; font-size: 10px; line-height: 1.5; }
.payment-notice.warning { background: #fff0d8; color: #7c531b; }
.account-checkout-note { grid-column: 1 / -1; margin: 0; padding: 11px 13px; border-left: 3px solid var(--saffron); border-radius: 5px; background: #fff4e4; color: var(--navy); font-size: 11px; line-height: 1.5; }
.account-checkout-note[hidden] { display: none; }
.pay-button:disabled { cursor: not-allowed; }
.load-error { grid-column: 1 / -1; min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--cream); }
.load-error b { color: var(--navy); }.load-error p { max-width: 460px; color: var(--muted); }.load-error button { min-height: 42px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--navy); color: white; font-weight: 700; }

@media (max-width: 980px) {
  .help-section { margin-left: 28px; margin-right: 28px; }
}

@media (max-width: 720px) {
  .announcement { min-height: 32px; display: flex; align-items: center; justify-content: center; font-size: 10px; }
  .announcement .announcement-main { display: inline; color: inherit; margin: 0; }
  .announcement-dot, .announcement-extra { display: none!important; }
  .site-header { height: 72px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto auto; gap: 8px; }
  .account-link { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .mobile-nav { top: 72px; }
  .cart-button { min-width: 42px; min-height: 42px; padding: 5px; border: 0; justify-content: center; }
  body.has-cart-bar { padding-bottom: 88px; }
  .mobile-cart-bar { position: fixed; z-index: 35; left: 12px; right: 12px; bottom: 12px; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 10px 9px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: var(--navy-deep); color: white; box-shadow: 0 16px 40px rgba(7,24,39,.3); }
  .mobile-cart-bar[hidden], body.locked .mobile-cart-bar { display: none; }
  .mobile-cart-bar > div { display: flex; flex-direction: column; }
  .mobile-cart-bar b { font-size: 13px; }.mobile-cart-bar small { margin-top: 1px; color: #bec9d0; font-size: 10px; }
  .mobile-cart-bar button { min-height: 46px; padding: 0 17px; border: 0; border-radius: 12px; background: var(--saffron); color: var(--navy-deep); font-weight: 800; }
  .mobile-cart-bar button span { margin-left: 13px; }
  .filters button { min-height: 42px; }
  .help-section { margin: 0 20px 80px; }
  .help-heading > p { margin: 0; }
  .help-grid { grid-template-columns: 1fr; }
  .help-grid details:nth-child(odd) { border-right: 0; }
  .help-grid summary { min-height: 68px; padding: 0 12px; }
  .help-grid details > p { margin-left: 60px; margin-right: 12px; }
  footer > div { gap: 10px 18px; }
  footer > div a { min-height: 40px; display: inline-flex; align-items: center; }
  #checkout-form { grid-template-columns: 1fr; }
  .field, .field.full, .checkout-order, .account-checkout-note, .payment-summary, .payment-notice, .form-message, .pay-button { grid-column: 1; }
}

@media (max-width: 420px) {
  .hero { padding-left: 16px; padding-right: 16px; }
  .trust-strip { margin-left: 16px; margin-right: 16px; }
  .collection { padding-left: 16px; padding-right: 16px; }
  .cart-row { grid-template-columns: 60px minmax(0,1fr) auto; }
  .checkout-modal { width: 100%; max-height: 100vh; left: 0; top: 0; transform: translateY(20px); }
  .open .checkout-modal { transform: translateY(0); }
  .success-card .success-actions { grid-template-columns: 1fr; }
}
