:root {
  --ink: #2a201d;
  --muted: #73645f;
  --cream: #fcf8f4;
  --paper: #fffdfb;
  --rose: #b46d78;
  --rose-dark: #79434c;
  --rose-soft: #f2dedf;
  --gold: #b18a58;
  --line: #e8dcd6;
  --green: #315f4f;
  --shadow: 0 24px 70px rgba(74, 43, 35, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
.announcement { height: 32px; display: grid; place-items: center; color: #fff; background: var(--rose-dark); font-size: 10px; font-weight: 600; letter-spacing: 1.1px; text-transform: uppercase; }

.site-header { max-width: 1240px; height: 84px; margin: 0 auto; padding: 0 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 10px; width: fit-content; color: inherit; text-decoration: none; }
.monogram { width: 39px; height: 45px; display: grid; place-items: center; color: #fff; background: var(--rose-dark); border-radius: 50% 50% 48% 48% / 42% 42% 58% 58%; font: italic 600 23px "Cormorant Garamond", serif; box-shadow: 0 5px 13px rgba(121,67,76,.17); }
.wordmark strong { display: block; font: 600 23px/1 "Cormorant Garamond", serif; letter-spacing: .2px; }
.wordmark small { display: block; margin-top: 3px; color: var(--rose); font-size: 7px; font-weight: 700; letter-spacing: 2.4px; }
.site-header nav { display: flex; align-items: center; gap: 31px; }
.site-header nav a { color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 600; }
.site-header nav a:hover { color: var(--rose); }
.nav-order { border: 0; border-bottom: 1px solid var(--rose); padding: 5px 0; color: var(--rose-dark); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.cart-button { justify-self: end; display: flex; align-items: center; gap: 7px; border: 0; background: transparent; cursor: pointer; font-size: 11px; font-weight: 600; }
.cart-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cart-button b { min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; color: #fff; background: var(--rose-dark); border-radius: 999px; font-size: 9px; }

main { overflow: hidden; }
.hero { max-width: 1240px; min-height: 700px; margin: 0 auto; padding: 68px 30px 88px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 82px; }
.eyebrow { margin: 0 0 15px; color: var(--rose); font-size: 9px; font-weight: 700; letter-spacing: 2.1px; }
.hero h1 { margin: 0; font: 600 clamp(52px, 6.2vw, 78px)/.97 "Cormorant Garamond", serif; letter-spacing: -2.4px; }
.hero h1 em { color: var(--rose); font-weight: 500; }
.intro { max-width: 510px; margin: 25px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.primary-button { min-height: 49px; border: 0; border-radius: 0; padding: 0 22px; color: #fff; background: var(--rose-dark); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .3px; transition: background .18s, transform .18s; }
.primary-button:hover { background: var(--rose); transform: translateY(-1px); }
.primary-button span { margin-left: 8px; }
.hero-actions > a { color: var(--ink); text-decoration: underline; text-decoration-color: #c9a4a9; text-underline-offset: 5px; font-size: 11px; font-weight: 600; }
.trust-row { display: flex; gap: 23px; margin-top: 42px; padding-top: 23px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; font-weight: 600; }
.trust-row svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.4; }
.hero-visual { position: relative; min-width: 0; }
.hero-frame { position: relative; height: 600px; padding: 12px; background: #fff; box-shadow: var(--shadow); }
.hero-frame > img { height: 100%; object-fit: cover; }
.image-note { position: absolute; left: -29px; bottom: 47px; padding: 12px 17px; color: var(--rose-dark); background: rgba(255,253,251,.94); box-shadow: 0 8px 25px rgba(70,42,35,.12); font: italic 500 17px "Cormorant Garamond", serif; }
.thumbnail-row { position: absolute; right: -18px; bottom: -31px; display: flex; gap: 9px; padding: 9px; background: rgba(255,253,251,.96); box-shadow: 0 9px 30px rgba(70,42,35,.10); }
.thumbnail { width: 57px; height: 64px; padding: 0; border: 2px solid transparent; background: none; cursor: pointer; opacity: .67; }
.thumbnail img { height: 100%; object-fit: cover; }
.thumbnail.active { border-color: var(--rose); opacity: 1; }

.collection { padding: 105px max(30px, calc((100vw - 1180px) / 2)) 115px; background: #f4ebe6; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 38px; }
.section-heading h2, .story h2, .product-dialog h2, .cart-drawer h2, .checkout-dialog h2 { margin: 0; font: 600 clamp(38px, 4.6vw, 56px)/1 "Cormorant Garamond", serif; letter-spacing: -1.2px; }
.section-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.product-card { background: var(--paper); box-shadow: 0 14px 40px rgba(79,49,40,.05); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(79,49,40,.10); }
.product-image { position: relative; height: 415px; overflow: hidden; background: #eadfd8; }
.product-image img { height: 100%; object-fit: cover; transition: transform .45s; }
.product-image.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.product-image.duo img { min-width: 0; object-position: center; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-image.landscape img { object-position: 48% center; }
.product-image > span { position: absolute; left: 14px; top: 14px; padding: 7px 10px; color: var(--rose-dark); background: rgba(255,255,255,.9); font-size: 8px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.product-info { padding: 20px 21px 22px; }
.product-info > p { margin: 0 0 7px; color: var(--rose); font-size: 8px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.product-info h3 { min-height: 26px; margin: 0; font: 600 23px "Cormorant Garamond", serif; }
.card-description { min-height: 36px; display: block; margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.product-meta { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin: 13px 0 18px; }
.product-meta strong { font-size: 14px; }
.product-meta span { color: var(--muted); font-size: 9px; }
.product-info button { width: 100%; height: 42px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #d5bdc1; padding: 0 14px; color: var(--rose-dark); background: transparent; cursor: pointer; font-size: 10px; font-weight: 700; }
.product-info button:hover { color: #fff; background: var(--rose-dark); border-color: var(--rose-dark); }
.coming-soon-card .product-image img { filter: saturate(.72); opacity: .82; }
.coming-soon-card .product-image > span { color: #fff; background: var(--ink); }
.coming-soon-meta strong { color: var(--rose-dark); font-size: 13px; }
.product-info .coming-soon-button, .product-info .coming-soon-button:hover { color: #8c7c76; border-color: var(--line); background: #f4eeea; cursor: not-allowed; }

.story { max-width: 1180px; margin: 0 auto; padding: 115px 30px 125px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.story-card { padding: 58px; color: #fff; background: linear-gradient(145deg, #81505a, #573036); }
.story-card .eyebrow { color: #efc9ce; }
.story-card h2 { font-size: clamp(40px, 4.5vw, 57px); }
.story-card > p:not(.eyebrow) { max-width: 500px; margin: 22px 0 30px; color: #eadcdf; font-size: 12px; line-height: 1.7; }
.primary-button.light { color: var(--rose-dark); background: #fff; }
.primary-button.light:hover { color: #fff; background: var(--rose); }
.process-list { padding: 40px 48px; border: 1px solid var(--line); background: var(--paper); }
.process-list > div:not(.review) { display: flex; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.process-list b { color: var(--gold); font: 600 20px "Cormorant Garamond", serif; }
.process-list strong, .process-list small { display: block; }
.process-list strong { margin-bottom: 5px; font: 600 18px "Cormorant Garamond", serif; }
.process-list small { color: var(--muted); font-size: 10px; line-height: 1.6; }
.review { margin-top: 25px; padding: 19px 20px; background: #f8f0ec; }
.review span { display: block; color: var(--rose-dark); font: italic 500 19px "Cormorant Garamond", serif; }
.review small { display: block; margin-top: 7px; color: var(--muted); font-size: 8px; }

footer { max-width: 1180px; margin: 0 auto; padding: 38px 30px 30px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.1fr 1.4fr auto; align-items: center; gap: 30px; color: var(--muted); }
.footer-mark .monogram { width: 33px; height: 38px; font-size: 19px; }
footer > p { margin: 0; font-size: 10px; }
footer > div { display: flex; gap: 16px; }
footer > div a { color: var(--ink); font-size: 10px; font-weight: 600; text-underline-offset: 4px; }
footer > small { grid-column: 1/-1; padding-top: 21px; border-top: 1px solid var(--line); font-size: 8px; }

.overlay, .drawer-overlay { position: fixed; inset: 0; z-index: 40; background: rgba(28,19,17,.48); backdrop-filter: blur(3px); }
dialog { border: 0; padding: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(43,28,24,.28); }
dialog::backdrop { background: rgba(28,19,17,.48); backdrop-filter: blur(3px); }
.close-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #f5ece8; cursor: pointer; font-size: 24px; font-weight: 300; line-height: 1; }
.product-dialog { width: min(1000px, calc(100vw - 36px)); height: min(770px, calc(100vh - 36px)); height: min(770px, calc(100dvh - 36px)); max-height: calc(100vh - 36px); max-height: calc(100dvh - 36px); overflow: hidden; }
.product-dialog[open] { display: grid; grid-template-columns: .93fr 1.07fr; grid-template-rows: minmax(0, 1fr); }
.product-dialog > .close-button, .checkout-dialog > .close-button { position: absolute; z-index: 2; right: 15px; top: 15px; }
.dialog-image { position: relative; min-height: 0; height: 100%; background: #efe5df; }
.dialog-image > img { height: 100%; object-fit: cover; }
.customize-form { min-width: 0; min-height: 0; height: 100%; padding: 35px 39px 44px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scrollbar-gutter: stable; }
.customize-form h2 { font-size: 38px; }
.dialog-price { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin: 11px 0 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.dialog-price strong { font-size: 18px; }
.dialog-price span { color: var(--muted); font-size: 9px; }
.product-details { margin: -5px 0 20px; padding: 15px; background: #faf4f0; }
.spec-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 10px 18px; }
.spec-grid span, .spec-grid strong { display: block; }
.spec-grid span { margin-bottom: 2px; color: var(--muted); font-size: 7px; letter-spacing: .6px; text-transform: uppercase; }
.spec-grid strong { font-size: 9px; font-weight: 700; }
.product-details > p { margin: 12px 0 0; color: var(--muted); font-size: 8px; line-height: 1.65; }
.product-details .skin-note { padding-top: 9px; border-top: 1px solid var(--line); color: var(--rose-dark); }
fieldset { min-width: 0; margin: 0 0 17px; padding: 0; border: 0; }
legend { margin-bottom: 9px; font-size: 10px; font-weight: 700; }
.choice-row, .engraving-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-row input, .engraving-tabs input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row label > span, .engraving-tabs label > span { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); cursor: pointer; color: var(--muted); font-size: 9px; font-weight: 600; }
.choice-row label input:checked + span, .engraving-tabs label input:checked + span { color: var(--rose-dark); border-color: var(--rose); background: #fbefef; box-shadow: inset 0 0 0 1px var(--rose); }
.choice-row small { font-size: 7px; }
.swatch { width: 11px; height: 11px; border-radius: 50%; border: 1px solid rgba(0,0,0,.1); }
.swatch.gold { background: linear-gradient(135deg,#f3dc9d,#b98b35,#faedc7); }
.fixed-finish { margin: 0 0 17px; padding: 11px 13px; border: 1px solid var(--line); background: #fffdfb; }
.fixed-finish > span { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: center; }
.fixed-finish .swatch { grid-row: 1 / 3; width: 17px; height: 17px; }
.fixed-finish small, .fixed-finish strong { display: block; }
.fixed-finish small { color: var(--muted); font-size: 7px; letter-spacing: .6px; text-transform: uppercase; }
.fixed-finish strong { margin-top: 1px; font-size: 9px; }
.engraving-tabs { margin-bottom: 9px; }
.messenger-photo-reminder { margin: 0 0 17px; padding: 13px 14px; border: 1px solid #d7c3bc; background: #fffaf6; }
.messenger-photo-reminder strong, .messenger-photo-reminder span { display: block; }
.messenger-photo-reminder strong { color: var(--ink); font-size: 10px; }
.messenger-photo-reminder span { margin-top: 4px; color: var(--muted); font-size: 8px; line-height: 1.55; }
.field label { display: block; margin-bottom: 6px; color: #574b47; font-size: 9px; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #ddcfc8; border-radius: 0; padding: 0 11px; color: var(--ink); background: #fffdfb; outline: none; }
.field input, .field select { height: 40px; }
.field textarea { min-height: 70px; padding-top: 9px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(180,109,120,.09); }
.addon { display: flex; align-items: start; gap: 10px; margin: 4px 0 12px; cursor: pointer; }
.addon input { margin-top: 3px; accent-color: var(--rose-dark); }
.addon strong, .addon small { display: block; }
.addon strong { font-size: 9px; }
.addon small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.quantity-add { display: grid; grid-template-columns: 104px 1fr; gap: 9px; margin-top: 19px; }
.quantity-control { height: 49px; display: grid; grid-template-columns: 30px 1fr 30px; border: 1px solid var(--line); }
.quantity-control button { border: 0; background: transparent; cursor: pointer; font-size: 14px; }
.quantity-control input { width: 100%; border: 0; text-align: center; outline: none; -moz-appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { display: none; }
.custom-note { margin: 10px 0 0; color: var(--muted); font-size: 7px; text-align: center; }

.drawer-overlay { z-index: 50; }
.cart-drawer { position: fixed; z-index: 51; right: 0; top: 0; width: min(430px, 100vw); height: 100%; display: flex; flex-direction: column; padding: 29px; background: var(--paper); box-shadow: -20px 0 70px rgba(43,28,24,.17); transform: translateX(105%); transition: transform .25s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 38px; }
.cart-items { flex: 1; overflow: auto; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-item > img { width: 78px; height: 91px; object-fit: cover; }
.cart-item h3 { margin: 1px 0 5px; font: 600 17px "Cormorant Garamond", serif; line-height: 1.05; }
.cart-item p { margin: 2px 0; color: var(--muted); font-size: 8px; }
.cart-item strong { display: block; margin-top: 7px; font-size: 11px; }
.mini-qty { display: flex; align-items: center; margin-top: 8px; }
.mini-qty button { width: 23px; height: 23px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.mini-qty span { min-width: 25px; text-align: center; font-size: 9px; }
.remove-item { align-self: start; border: 0; background: transparent; color: #a28f89; cursor: pointer; font-size: 17px; }
.empty-cart { flex: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.empty-cart > span { color: var(--rose); font: 500 38px "Cormorant Garamond", serif; }
.empty-cart h3 { margin: 8px 0 4px; font: 600 25px "Cormorant Garamond", serif; }
.empty-cart p { max-width: 250px; margin: 0 0 18px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.empty-cart button { border: 0; border-bottom: 1px solid var(--rose); color: var(--rose-dark); background: transparent; cursor: pointer; font-size: 9px; font-weight: 700; }
.cart-footer { padding-top: 17px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; }
.cart-footer > div span { font-size: 11px; }
.cart-footer > div strong { font-size: 17px; }
.cart-footer p { margin: 6px 0 15px; color: var(--muted); font-size: 8px; }
.cart-footer .primary-button { width: 100%; }

.checkout-dialog { width: min(790px, calc(100vw - 36px)); max-height: calc(100vh - 36px); max-height: calc(100dvh - 36px); padding: 38px 42px 48px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.checkout-intro { padding-right: 45px; }
.checkout-intro h2 { max-width: 650px; font-size: 43px; }
.checkout-intro > p:last-child { margin: 12px 0 25px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.order-preview { display: grid; grid-template-columns: 1fr auto; gap: 3px 20px; margin: 20px 0 14px; padding: 15px 16px; background: #f7efea; }
.order-preview span { font-size: 10px; }
.order-preview strong { color: var(--rose-dark); font-size: 16px; }
.order-preview small { grid-column: 1/-1; color: var(--muted); font-size: 7px; }
.photo-send-note { display: flex; gap: 9px; align-items: start; margin: 14px 0; padding: 13px 14px; border: 1px solid #d7c3bc; color: var(--muted); background: #fffaf6; font-size: 8px; line-height: 1.55; }
.photo-send-note[hidden] { display: none; }
.photo-send-note::before { content: "↗"; flex: 0 0 auto; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--rose-dark); font-size: 10px; font-weight: 700; }
.photo-send-note strong, .photo-send-note span { display: block; }
.photo-send-note strong { color: var(--ink); font-size: 9px; }
.photo-send-note span { margin-top: 2px; }
.consent { display: flex; gap: 9px; align-items: start; margin: 14px 0; color: var(--muted); font-size: 8px; line-height: 1.55; }
.consent input { margin-top: 2px; accent-color: var(--rose-dark); }
.messenger-button { width: 100%; min-height: 51px; display: flex; justify-content: center; align-items: center; gap: 9px; border: 0; color: #fff; background: #0866ff; cursor: pointer; font-size: 10px; font-weight: 700; }
.messenger-button:hover { background: #0758dc; }
.messenger-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.form-error { min-height: 14px; margin: 8px 0 0; color: #a13f3f; font-size: 8px; text-align: center; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; padding: 11px 18px; color: #fff; background: var(--ink); box-shadow: 0 8px 24px rgba(0,0,0,.18); transform: translate(-50%, 120px); transition: transform .25s; font-size: 9px; font-weight: 700; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr 1fr; gap: 38px; padding-top: 55px; }
  .hero-frame { height: 510px; }
  .product-image { height: 350px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .product-meta { align-items: start; flex-direction: column; }
  .story-card { padding: 42px; }
  .process-list { padding: 31px; }
}

@media (max-width: 700px) {
  .announcement { font-size: 8px; }
  .site-header { height: 72px; padding: 0 18px; }
  .cart-button > span { display: none; }
  .hero { display: flex; flex-direction: column; padding: 50px 18px 75px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 51px; }
  .intro { font-size: 13px; }
  .hero-visual { width: 100%; }
  .hero-frame { height: 520px; padding: 8px; }
  .image-note { left: 10px; bottom: 19px; }
  .thumbnail-row { right: 8px; bottom: -28px; }
  .trust-row { justify-content: space-between; gap: 8px; }
  .trust-row div { flex-direction: column; text-align: center; }
  .collection { padding: 75px 18px 85px; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .product-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-image { height: 440px; }
  .product-info h3 { min-height: auto; }
  .product-meta { align-items: end; flex-direction: row; }
  .story { grid-template-columns: 1fr; padding: 75px 18px 85px; }
  .story-card, .process-list { padding: 34px 26px; }
  footer { margin: 0 18px; padding-left: 0; padding-right: 0; grid-template-columns: 1fr auto; }
  footer > p { display: none; }
  .product-dialog { inset: 0; width: 100%; max-height: 100vh; max-height: 100dvh; height: 100vh; height: 100dvh; margin: 0; }
  .product-dialog[open] { display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(190px, 34vh) minmax(0, 1fr); grid-template-rows: minmax(190px, 34dvh) minmax(0, 1fr); overflow: hidden; }
  .dialog-image { min-height: 0; height: 100%; }
  .customize-form { min-height: 0; height: 100%; padding: 27px 21px max(42px, env(safe-area-inset-bottom)); overflow-y: auto; }
  .customize-form h2 { font-size: 34px; }
  .checkout-dialog { inset: 0; width: 100%; max-height: 100vh; max-height: 100dvh; height: 100vh; height: 100dvh; margin: 0; padding: 35px 20px max(48px, env(safe-area-inset-bottom)); overflow-y: auto; }
  .checkout-intro h2 { font-size: 37px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 46px; }
  .hero-frame { height: 450px; }
  .trust-row div { font-size: 8px; }
  .product-image { height: 390px; }
  .quantity-add { grid-template-columns: 95px 1fr; }
  .primary-button { padding: 0 14px; }
}

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