:root {
  --luna-ink: #1f1c1c;
  --luna-clay: #b9897f;
  --luna-shell: #f3eeeb;
  --luna-muted: #746f6d;
  --luna-border: #e7e3e1;
  --luna-white: #fff;
  --luna-serif: "Cormorant Garamond", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --luna-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --luna-gutter: clamp(16px, 3vw, 48px);
  --luna-header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--luna-ink); background: var(--luna-white); font: 400 15px/1.6 var(--luna-sans); -webkit-font-smoothing: antialiased; }
body.luna-locked { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.luna-skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--luna-ink); color: #fff; transform: translateY(-150%); }
.luna-skip-link:focus { transform: none; }
.luna-container { width: min(100% - (var(--luna-gutter) * 2), 1440px); margin-inline: auto; }
.luna-announcement { min-height: 34px; display: grid; place-items: center; padding: 7px 16px; background: var(--luna-shell); font-size: 11px; letter-spacing: .14em; text-align: center; }
.luna-header { position: sticky; top: 0; z-index: 100; height: var(--luna-header-height); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--luna-border); transition: height .25s ease, box-shadow .25s ease; }
.luna-header.is-compact { height: 62px; box-shadow: 0 8px 26px rgba(35,27,25,.05); }
.luna-header__inner { width: min(100% - (var(--luna-gutter) * 2), 1440px); height: 100%; margin: auto; display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; }
.luna-brand { display: inline-flex; align-items: center; width: max-content; }
.luna-brand > span { font: 400 clamp(26px, 2.4vw, 38px)/1 var(--luna-serif); letter-spacing: .12em; }
.luna-brand .custom-logo { width: auto; max-height: 48px; }
.luna-nav { justify-self: center; height: 100%; }
.luna-nav__list { display: flex; align-items: center; height: 100%; gap: clamp(18px, 2.6vw, 40px); margin: 0; padding: 0; list-style: none; }
.luna-nav__list > li { position: static; display: grid; align-items: center; height: 100%; }
.luna-nav__list a { position: relative; font-size: 13px; }
.luna-nav__list > li > a::after { content: ""; position: absolute; right: 50%; bottom: -10px; left: 50%; height: 1px; background: currentColor; transition: left .2s ease, right .2s ease; }
.luna-nav__list > li:hover > a::after, .luna-nav__list > li:focus-within > a::after { right: 0; left: 0; }
.luna-nav__list .sub-menu { position: absolute; top: 100%; right: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 60px; max-width: 1120px; margin: auto; padding: 40px var(--luna-gutter); list-style: none; background: #fff; border: 1px solid var(--luna-border); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.luna-nav__list li:hover > .sub-menu, .luna-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.luna-nav__list .sub-menu .sub-menu { position: static; display: block; padding: 12px 0 0; border: 0; opacity: 1; visibility: visible; transform: none; }
.luna-nav__list .sub-menu li { margin: 7px 0; }
.luna-header__actions { justify-self: end; display: flex; align-items: center; gap: 11px; }
.luna-icon-button { position: relative; display: inline-grid; place-items: center; width: 38px; height: 38px; padding: 8px; background: transparent; border: 0; }
.luna-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.luna-icon-button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--luna-clay); outline-offset: 3px; }
.luna-menu-toggle { display: none; justify-self: start; }
.luna-cart-count { position: absolute; top: 2px; right: 0; display: grid; place-items: center; min-width: 16px; height: 16px; padding: 0 4px; color: #fff; background: var(--luna-ink); border-radius: 20px; font-size: 9px; }

.luna-hero { display: grid; grid-template-columns: 1fr 1.02fr; min-height: min(700px, calc(100vh - 110px)); }
.luna-hero__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(54px, 8vw, 126px) clamp(30px, 6.4vw, 104px); background: #fff; }
.luna-hero h1 { max-width: 680px; margin: 0 0 22px; font: 400 clamp(52px, 5.4vw, 88px)/.98 var(--luna-serif); letter-spacing: -.025em; }
.luna-hero p { margin: 0 0 32px; color: #514d4b; font-size: clamp(15px, 1.35vw, 20px); }
.luna-hero__media { min-height: 560px; overflow: hidden; }
.luna-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.luna-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 28px; color: #fff; background: var(--luna-ink); border: 1px solid var(--luna-ink); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.luna-button:hover { background: #373131; transform: translateY(-1px); }
.luna-button--clay { min-width: 222px; background: var(--luna-clay); border-color: var(--luna-clay); }
.luna-button--clay:hover { background: #a4746c; }
.luna-button--full { width: 100%; }
.luna-text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.luna-text-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.luna-text-link--center { display: flex; width: max-content; margin: 14px auto 0; }

.luna-categories { padding-block: clamp(62px, 7vw, 108px); }
.luna-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: clamp(28px, 3vw, 46px); }
.luna-section-heading h2 { margin: 0; font: 400 clamp(35px, 3.2vw, 52px)/1 var(--luna-serif); letter-spacing: .08em; }
.luna-section-heading--center h2 { flex: none; font: 500 13px/1 var(--luna-sans); letter-spacing: .42em; }
.luna-section-heading--center span { width: 100%; height: 1px; background: var(--luna-border); }
.luna-category-rail { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(12px, 1.4vw, 22px); }
.luna-category-card { min-width: 0; text-align: center; }
.luna-category-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--luna-shell); transition: transform .35s ease; }
.luna-category-card:hover img { transform: scale(1.015); }
.luna-category-card span { display: block; margin-top: 14px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.luna-benefits { border-block: 1px solid var(--luna-border); }
.luna-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.luna-benefits__grid > div { display: flex; align-items: center; gap: 15px; min-height: 112px; padding: 22px clamp(18px, 2vw, 34px); border-right: 1px solid var(--luna-border); }
.luna-benefits__grid > div:last-child { border: 0; }
.luna-benefits svg { flex: 0 0 26px; width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.luna-benefits strong, .luna-benefits small { display: block; }
.luna-benefits strong { margin-bottom: 3px; font-size: 10px; letter-spacing: .13em; }
.luna-benefits small { color: var(--luna-muted); font-size: 12px; }
.luna-products { padding-block: clamp(72px, 9vw, 130px); }
.luna-product-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.7vw, 26px); margin: 0 !important; padding: 0; }
.luna-product-card, .woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; list-style: none; }
.luna-product-card__media { position: relative; overflow: hidden; background: var(--luna-shell); }
.luna-product-card__media > a:first-child { display: block; }
.luna-product-card__media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .35s ease; }
.luna-product-card__secondary { position: absolute; inset: 0; opacity: 0; }
.luna-product-card:hover .luna-product-card__secondary { opacity: 1; }
.luna-product-card:hover .luna-product-card__media img { transform: scale(1.018); }
.luna-wishlist { position: absolute; top: 9px; right: 9px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; padding: 8px; color: var(--luna-ink); background: rgba(255,255,255,.86); border: 0; border-radius: 50%; }
.luna-wishlist svg { width: 20px; fill: transparent; stroke: currentColor; stroke-width: 1.2; transition: fill .2s ease; }
.luna-wishlist.is-active svg { fill: var(--luna-clay); stroke: var(--luna-clay); }
.luna-quick-add { position: absolute; right: 0; bottom: 0; left: 0; display: grid; place-items: center; min-height: 44px; color: #fff; background: rgba(31,28,28,.96); font-size: 10px; letter-spacing: .13em; transform: translateY(102%); transition: transform .25s ease; }
.luna-product-card:hover .luna-quick-add, .luna-quick-add:focus { transform: none; }
.luna-product-card h3 { margin: 17px 0 3px; font: 400 clamp(16px, 1.35vw, 20px)/1.3 var(--luna-serif); }
.luna-product-card__price { margin: 0; font: 400 16px/1.5 var(--luna-serif); }
.luna-swatches { display: flex; gap: 8px; margin-top: 13px; }
.luna-swatches span { width: 16px; height: 16px; background: var(--swatch); border: 2px solid #fff; outline: 1px solid #d9d4d1; }
.luna-collection { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; padding: 0; background: var(--luna-shell); }
.luna-collection__media img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; }
.luna-collection__copy { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: clamp(48px, 7vw, 110px); text-align: center; }
.luna-collection h2 { margin: 0; font: 400 clamp(48px, 4.4vw, 72px)/1.02 var(--luna-serif); }
.luna-collection__copy > span { width: 110px; height: 1px; margin: 36px 0; background: var(--luna-clay); }
.luna-collection p { margin: 0 0 36px; font-size: 18px; line-height: 1.55; }
.luna-look { display: grid; grid-template-columns: .94fr 1.06fr; margin-top: clamp(74px, 10vw, 150px); padding: 0; background: #f8f5f3; }
.luna-look__media { position: relative; min-height: 700px; overflow: hidden; }
.luna-look__media img { width: 100%; height: 100%; object-fit: cover; }
.luna-hotspot { position: absolute; display: grid; place-items: center; width: 34px; height: 34px; background: #fff; border: 0; border-radius: 50%; box-shadow: 0 3px 18px rgba(0,0,0,.14); font-size: 20px; }
.luna-hotspot--one { top: 32%; left: 56%; }
.luna-hotspot--two { top: 63%; left: 64%; }
.luna-look__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 96px); }
.luna-kicker { margin: 0 0 28px; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.luna-look h2 { margin: 0 0 34px; font: 400 clamp(50px, 5vw, 76px)/.98 var(--luna-serif); }
.luna-look-product { display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 20px; padding: 22px 0; border-top: 1px solid #d9d2ce; }
.luna-look-product:last-child { border-bottom: 1px solid #d9d2ce; }
.luna-look-product img { width: 88px; height: 105px; object-fit: cover; }
.luna-look-product h3 { margin: 0 0 5px; font: 400 19px/1.2 var(--luna-serif); }
.luna-look-product p { margin: 0 0 6px; color: var(--luna-muted); font-size: 12px; }
.luna-look-product strong { font: 400 15px var(--luna-serif); }
.luna-look-product .luna-button { min-height: 42px; padding: 10px 18px; }
.luna-social { padding-block: clamp(82px, 10vw, 150px); }
.luna-section-heading--stack { flex-direction: column; gap: 8px; }
.luna-section-heading--stack p { margin: 0; color: var(--luna-clay); font-size: 10px; letter-spacing: .22em; }
.luna-social__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(10px, 1.3vw, 20px); }
.luna-social__grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.luna-testimonial { display: grid; place-items: center; min-height: 470px; padding: 70px 20px; background: #faf8f7; text-align: center; }
.luna-testimonial blockquote { margin: 0; }
.luna-testimonial blockquote > span { color: var(--luna-clay); font: 400 80px/.7 var(--luna-serif); }
.luna-testimonial p { margin: 18px 0 25px; font: 400 clamp(35px, 3.7vw, 56px)/1.1 var(--luna-serif); }
.luna-testimonial footer { font: 400 16px var(--luna-serif); }

.luna-newsletter { color: #fff; background: var(--luna-clay); }
.luna-newsletter__inner { display: grid; grid-template-columns: 1fr 1.25fr; align-items: center; gap: 80px; min-height: 220px; padding-block: 42px; }
.luna-newsletter h2 { margin: 0 0 8px; font: 400 clamp(34px, 3vw, 46px)/1 var(--luna-serif); letter-spacing: .04em; }
.luna-newsletter p { max-width: 390px; margin: 0; font: 400 17px/1.45 var(--luna-serif); }
.luna-newsletter__form { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 18px; }
.luna-newsletter input { min-width: 0; height: 50px; padding: 0 5px; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.8); border-radius: 0; }
.luna-newsletter input::placeholder { color: rgba(255,255,255,.9); }
.luna-newsletter button { min-width: 130px; height: 50px; color: #fff; background: var(--luna-ink); border: 1px solid var(--luna-ink); font-size: 11px; letter-spacing: .14em; }
.luna-form-message { position: absolute; top: calc(100% + 8px); left: 0; grid-column: 1 / -1; font: 12px var(--luna-sans) !important; }
.luna-footer { padding-top: 64px; }
.luna-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 60px; }
.luna-footer h3 { margin: 0 0 24px; font-size: 10px; letter-spacing: .18em; }
.luna-footer ul { margin: 0; padding: 0; list-style: none; }
.luna-footer li { margin: 8px 0; color: #4e4947; font-size: 13px; }
.luna-footer li a:hover { border-bottom: 1px solid currentColor; }
.luna-footer__fallback { display: block; }
.luna-footer nav + .luna-footer__fallback, .luna-footer .menu + .luna-footer__fallback { display: none; }
.luna-footer__legal { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 74px; border-top: 1px solid var(--luna-border); font-size: 9px; letter-spacing: .12em; }
.luna-footer__legal > :last-child { justify-self: end; }
.luna-payment-marks { font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: -.03em; }

.luna-backdrop { position: fixed; inset: 0; z-index: 200; background: rgba(26,22,21,.48); opacity: 0; visibility: hidden; transition: .25s ease; }
.luna-backdrop.is-active { opacity: 1; visibility: visible; }
.luna-cart-drawer, .luna-mobile-menu { position: fixed; top: 0; bottom: 0; z-index: 220; width: min(420px, 100%); background: #fff; visibility: hidden; transition: transform .3s ease, visibility .3s; }
.luna-cart-drawer { right: 0; transform: translateX(101%); }
.luna-mobile-menu { left: 0; transform: translateX(-101%); }
.luna-cart-drawer.is-open, .luna-mobile-menu.is-open { visibility: visible; transform: none; }
.luna-drawer__heading { display: flex; justify-content: space-between; align-items: center; min-height: 76px; padding: 0 24px; border-bottom: 1px solid var(--luna-border); font-size: 12px; font-weight: 600; letter-spacing: .16em; }
.luna-cart-drawer__body { height: calc(100% - 76px); padding: 24px; overflow-y: auto; }
.luna-empty-bag { display: grid; place-items: center; align-content: center; min-height: 70vh; text-align: center; }
.luna-empty-bag p { max-width: 280px; margin: 0 0 24px; font: 400 24px/1.25 var(--luna-serif); }
.luna-mini-item { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid var(--luna-border); }
.luna-mini-item img { width: 100px; height: 132px; object-fit: cover; }
.luna-mini-item p { margin: 5px 0; color: var(--luna-muted); font-size: 12px; }
.luna-mini-item__title { font: 400 18px var(--luna-serif); }
.luna-mini-remove { font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.luna-shipping-progress { height: 3px; margin-top: 22px; background: var(--luna-border); }
.luna-shipping-progress span { display: block; height: 100%; background: var(--luna-clay); }
.luna-shipping-copy { margin: 9px 0 24px; color: var(--luna-muted); font-size: 11px; text-align: center; }
.luna-mini-total { display: flex; justify-content: space-between; margin: 0 0 18px; font-size: 14px; }
.luna-search-overlay { position: fixed; inset: 0; z-index: 240; padding: clamp(80px, 10vw, 150px) var(--luna-gutter); background: rgba(255,255,255,.985); opacity: 0; visibility: hidden; transition: .25s ease; }
.luna-search-overlay.is-open { opacity: 1; visibility: visible; }
.luna-search-overlay__close { position: absolute; top: 28px; right: 28px; }
.luna-search-overlay__inner { width: min(820px, 100%); margin: auto; }
.luna-search-overlay__inner > p { font-size: 10px; letter-spacing: .2em; text-align: center; }
.luna-search-field { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 10px; border-bottom: 1px solid var(--luna-ink); }
.luna-search-field svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.luna-search-field input { width: 100%; height: 80px; padding: 0; background: transparent; border: 0; outline: 0; font: 400 clamp(24px, 4vw, 42px) var(--luna-serif); }
.luna-search-results { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; margin-top: 35px; }
.luna-search-result { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 14px; }
.luna-search-result img { width: 72px; height: 92px; object-fit: cover; }
.luna-search-result strong, .luna-search-result small { display: block; }
.luna-search-result strong { font: 400 17px var(--luna-serif); }
.luna-search-result small { margin-top: 4px; color: var(--luna-muted); }
.luna-mobile-menu { padding-bottom: 30px; overflow-y: auto; }
.luna-mobile-nav, .luna-mobile-nav ul { margin: 0; padding: 0; list-style: none; }
.luna-mobile-nav > li { border-bottom: 1px solid var(--luna-border); }
.luna-mobile-nav a { display: block; padding: 18px 24px; font: 400 25px var(--luna-serif); }
.luna-mobile-nav .sub-menu { padding: 0 0 15px 16px; }
.luna-mobile-nav .sub-menu a { padding-block: 9px; font: 13px var(--luna-sans); }
.luna-mobile-menu__links { display: grid; gap: 12px; padding: 24px; font-size: 12px; }

.luna-content, .luna-shop { min-height: 65vh; padding-block: clamp(50px, 7vw, 100px); }
.luna-entry { max-width: 820px; margin-inline: auto; }
.luna-entry h1, .luna-shop h1, .woocommerce-products-header__title { margin: 0 0 30px; font: 400 clamp(48px, 6vw, 86px)/1 var(--luna-serif); }
.luna-entry h2, .woocommerce h2 { font: 400 40px/1.1 var(--luna-serif); }
.luna-entry p { font-size: 17px; }
.luna-empty-page { display: grid; place-items: center; align-content: center; min-height: 65vh; text-align: center; }
.luna-empty-page h1 { margin: 0 0 12px; font: 400 clamp(48px, 7vw, 90px)/1 var(--luna-serif); }
.luna-empty-page .luna-button { margin-top: 24px; }

.woocommerce .woocommerce-breadcrumb { margin: 0 0 25px; color: var(--luna-muted); font-size: 11px; letter-spacing: .08em; }
.woocommerce .woocommerce-result-count { color: var(--luna-muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 36px 0 14px; background: #fff; border: 1px solid var(--luna-border); border-radius: 0; font-size: 12px; }
.woocommerce ul.products { clear: both; padding-top: 34px; }
.woocommerce span.onsale { z-index: 3; min-height: auto; min-width: auto; margin: 10px !important; padding: 5px 8px; color: var(--luna-ink); background: #fff; border-radius: 0; font-size: 9px; line-height: 1; letter-spacing: .12em; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .75fr); gap: clamp(35px, 6vw, 90px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product div.summary { position: sticky; top: 100px; align-self: start; }
.woocommerce div.product .product_title { margin: 0 0 12px; font: 400 clamp(42px, 4vw, 62px)/1.02 var(--luna-serif); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--luna-ink); font: 400 24px var(--luna-serif); }
.woocommerce-product-details__short-description { color: #514d4b; font-size: 15px; }
.woocommerce div.product form.cart { display: flex; gap: 10px; padding-block: 20px; border-block: 1px solid var(--luna-border); }
.woocommerce .quantity .qty { height: 50px; border: 1px solid var(--luna-border); border-radius: 0; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button { min-height: 50px; padding: 14px 24px; color: #fff; background: var(--luna-ink); border-radius: 0; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button:hover { color: #fff; background: #393333; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; padding-top: 50px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--luna-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce table.shop_table { border-color: var(--luna-border); border-radius: 0; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 18px; }
.woocommerce-cart .cart-collaterals .cart_totals { width: min(100%, 480px); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 10px 13px; border: 1px solid #d8d3d0; border-radius: 0; }
.woocommerce-checkout .col2-set { width: 58%; }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { width: 38%; float: right; }

@media (max-width: 1100px) {
  .luna-header__inner { grid-template-columns: 170px 1fr 170px; }
  .luna-nav__list { gap: 18px; }
  .luna-nav__list a { font-size: 12px; }
  .luna-hero h1 { font-size: 60px; }
  .luna-category-rail { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .luna-product-grid, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .luna-benefits__grid { grid-template-columns: 1fr 1fr; }
  .luna-benefits__grid > div:nth-child(2) { border-right: 0; }
  .luna-benefits__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--luna-border); }
  .luna-look-product { grid-template-columns: 72px 1fr; }
  .luna-look-product .luna-button { grid-column: 2; justify-self: start; }
}

@media (max-width: 900px) {
  :root { --luna-header-height: 64px; }
  .luna-header__inner { grid-template-columns: 1fr auto 1fr; }
  .luna-menu-toggle { display: inline-grid; }
  .luna-nav, .luna-desktop-action { display: none; }
  .luna-brand { grid-column: 2; }
  .luna-brand > span { font-size: 28px; }
  .luna-header__actions { grid-column: 3; }
  .luna-hero { grid-template-columns: 1fr; }
  .luna-hero__copy { order: 2; padding: 48px var(--luna-gutter) 64px; }
  .luna-hero h1 { max-width: 620px; font-size: clamp(52px, 10vw, 76px); }
  .luna-hero__media { min-height: 58vw; max-height: 650px; }
  .luna-collection, .luna-look { grid-template-columns: 1fr; }
  .luna-collection__media img { min-height: 540px; }
  .luna-look__media { min-height: 650px; }
  .luna-social__grid { grid-template-columns: repeat(3, 1fr); }
  .luna-newsletter__inner { grid-template-columns: 1fr; gap: 30px; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product div.summary { position: static; }
  .woocommerce-checkout .col2-set, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { width: 100%; float: none; }
}

@media (max-width: 640px) {
  .luna-announcement { font-size: 9px; }
  .luna-header__actions { gap: 0; }
  .luna-hero__media { min-height: 66vw; }
  .luna-hero__copy { padding-top: 42px; }
  .luna-hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .luna-button--clay { width: 100%; }
  .luna-categories { overflow: hidden; }
  .luna-category-rail { display: flex; width: calc(100vw - var(--luna-gutter)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .luna-category-card { flex: 0 0 44vw; scroll-snap-align: start; }
  .luna-benefits__grid > div { min-height: 118px; padding: 18px 12px; align-items: flex-start; }
  .luna-benefits__grid > div:nth-child(2) { border-right: 0; }
  .luna-benefits strong { font-size: 9px; }
  .luna-benefits small { font-size: 10px; }
  .luna-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .luna-product-card h3 { font-size: 16px; }
  .luna-quick-add { position: static; min-height: 38px; transform: none; }
  .luna-section-heading h2 { font-size: 34px; letter-spacing: .03em; }
  .luna-collection { width: 100%; }
  .luna-collection__media img { min-height: 420px; }
  .luna-collection__copy { padding: 60px 20px; }
  .luna-collection h2 { font-size: 48px; }
  .luna-look { width: 100%; }
  .luna-look__media { min-height: 520px; }
  .luna-look__copy { padding: 50px 20px; }
  .luna-look-product { grid-template-columns: 64px 1fr; gap: 12px; }
  .luna-look-product img { width: 64px; height: 82px; }
  .luna-social { width: 100%; overflow: hidden; }
  .luna-social__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .luna-social__grid a { flex: 0 0 38vw; scroll-snap-align: start; }
  .luna-newsletter__form { grid-template-columns: 1fr; }
  .luna-newsletter button { width: 100%; }
  .luna-footer__grid { grid-template-columns: 1fr 1fr; }
  .luna-footer__legal { grid-template-columns: 1fr; gap: 14px; padding-block: 25px; text-align: center; }
  .luna-footer__legal > :last-child { justify-self: center; }
  .luna-search-results { grid-template-columns: 1fr; }
  .luna-search-field input { height: 60px; font-size: 24px; }
  .woocommerce div.product form.cart { flex-wrap: wrap; }
  .woocommerce div.product form.cart .single_add_to_cart_button { flex: 1; }
}

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