.commerce-body { background: #eeede7; }
.commerce-nav {
  position: relative;
  z-index: 20;
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 5vw, 90px);
  background: #0a0a09;
  color: #f1eee5;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.commerce-nav nav { display: flex; gap: clamp(1.5rem, 3vw, 3.5rem); }
.commerce-nav nav a, .commerce-nav-actions a { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.commerce-nav-actions { justify-self: end; display: flex; align-items: center; gap: 1.5rem; }
.bag-link { display: flex; align-items: center; gap: .7rem; }
.bag-link span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.commerce-menu-toggle { display: none; border: 0; background: transparent; color: #fff; padding: 10px; }
.commerce-menu-toggle span { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; }
.nav-tools { justify-self: end; display: flex; align-items: center; gap: 1.4rem; }
.sr-language { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.language-switcher { position: relative; display: inline-flex; align-items: center; gap: .45rem; color: inherit; }
.language-switcher > span[aria-hidden] { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #d5b493; font-family: var(--serif); font-size: 10px; }
.language-switcher select { width: 48px; border: 0; outline: 0; background: transparent; color: inherit; cursor: pointer; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.language-switcher select option { background: #141412; color: #f3eee5; }
.language-switcher--mobile { display: none; }

/* Layered luxury navigation */
.luxury-menu { display: flex; align-items: center; justify-content: center; gap: clamp(1.3rem, 2.8vw, 3.5rem); height: 100%; }
.luxury-menu-item { position: static; height: 100%; display: flex; align-items: center; }
.luxury-trigger { display: flex; align-items: center; gap: .42rem; height: 100%; }
.luxury-trigger > a, .luxury-direct-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}
.luxury-trigger > a::after, .luxury-direct-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  height: 1px;
  background: #d5b493;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s;
}
.luxury-menu-item:hover .luxury-trigger > a::after, .luxury-menu-item:focus-within .luxury-trigger > a::after, .luxury-direct-link:hover::after { transform: scaleX(1); transform-origin: left; }
.luxury-trigger button { border: 0; padding: 7px 4px; background: transparent; color: rgba(255,255,255,.56); cursor: pointer; font-size: 11px; line-height: 1; transition: color .25s, transform .3s; }
.luxury-menu-item.is-open .luxury-trigger button { color: #d5b493; transform: rotate(45deg); }
.mega-menu {
  position: absolute;
  z-index: 80;
  top: 100%;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1.08fr .72fr .72fr .82fr;
  gap: clamp(28px, 4vw, 72px);
  padding: clamp(38px, 5vw, 76px) clamp(24px, 7.5vw, 144px);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: rgba(10,10,9,.985);
  color: #eeebe2;
  box-shadow: 0 38px 75px rgba(0,0,0,.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .28s, visibility .28s, transform .34s cubic-bezier(.2,.8,.2,1);
}
.mega-menu--compact { grid-template-columns: 1.08fr .78fr .78fr; }
.luxury-menu-item:hover .mega-menu, .luxury-menu-item:focus-within .mega-menu, .luxury-menu-item.is-open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.mega-menu-intro > span, .mega-menu-group > span { display: block; margin-bottom: 1.5rem; color: #b48256; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.mega-menu-intro h2 { margin: 0 0 1.3rem; font-family: var(--serif); font-size: clamp(37px, 3.5vw, 58px); font-weight: 400; line-height: .88; letter-spacing: -.04em; }
.mega-menu-intro h2 em { color: #c58e59; font-weight: 400; }
.mega-menu-intro p { max-width: 390px; margin: 0; color: rgba(255,255,255,.46); font-family: var(--serif); font-size: 14px; line-height: 1.55; }
.mega-menu-group { padding-top: 2px; }
.mega-menu-group a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  height: auto !important;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.72) !important;
  font-family: var(--serif) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: color .2s, padding .25s;
}
.mega-menu-group a::after, .site-nav .mega-menu a::after { display: none !important; }
.mega-menu-group a:hover { padding-left: 6px; color: #fff !important; }
.mega-menu-group a i { color: #b48256; font-family: var(--sans); font-size: 10px; font-style: normal; }
.mega-feature { align-self: stretch; display: block !important; height: auto !important; padding: 0 !important; }
.mega-feature-art { height: 150px; margin-bottom: 1rem; background-image: url('/assets/vitrelume-hero-v3.webp'); background-size: auto 185%; background-color: #111; transition: filter .3s; }
.mega-feature:hover .mega-feature-art { filter: brightness(1.14) saturate(1.08); }
.mega-feature > span { color: #b48256; font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }
.mega-feature h3 { margin: .5rem 0 .2rem; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.mega-feature p { margin: 0; color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.mega-menu-quote { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 1.8rem; border: 1px solid rgba(255,255,255,.13); background: radial-gradient(circle at 80% 15%, rgba(182,122,72,.22), transparent 48%); }
.mega-menu-quote p { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.1vw, 34px); font-style: italic; line-height: 1.15; }
.mega-menu-quote span { color: rgba(255,255,255,.34); font-size: 7px; letter-spacing: .14em; }
.site-nav.has-mega-open, .commerce-nav.has-mega-open { background: #0a0a09; }
.commerce-main { min-height: calc(100vh - 86px); }
.store-hero { padding: clamp(85px, 10vw, 155px) clamp(22px, 7.5vw, 144px) clamp(70px, 8vw, 120px); border-bottom: 1px solid var(--line); }
.store-kicker { margin: 0 0 2rem; color: #9a663a; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.store-hero h1, .auth-card h1, .cart-layout h1, .checkout-page h1, .account-page h1, .order-page h1, .contact-page h1, .policy-page h1, .message-page h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(68px, 9vw, 150px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.055em;
}
.store-hero > p:last-child { max-width: 610px; margin: 3rem 0 0 auto; color: #66635c; font-family: var(--serif); font-size: 19px; line-height: 1.6; }
.collection-filters { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 3.2rem; }
.collection-filters a { padding: 10px 14px; border: 1px solid rgba(0,0,0,.2); color: #68645c; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.collection-filters a:hover, .collection-filters a.is-active { border-color: #141411; background: #141411; color: #f4f1e8; }
.store-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 4vw, 68px) clamp(18px, 2.5vw, 42px); padding: clamp(70px, 9vw, 135px) clamp(22px, 7.5vw, 144px); }
.store-product .product-visual { aspect-ratio: 4/5; }
.store-product-meta { display: flex; justify-content: space-between; gap: 1rem; align-items: start; padding: 1.4rem 0; }
.store-product-meta h2 { margin: 0 0 .4rem; font-family: var(--serif); font-size: clamp(25px, 2.4vw, 40px); font-weight: 400; }
.store-product-meta p { margin: 0; color: #77736a; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.store-product-meta strong { padding-top: .55rem; font-size: 11px; letter-spacing: .08em; }
.store-add, .home-add-form button, .home-product-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.25);
  border-bottom: 1px solid rgba(0,0,0,.25);
  background: transparent;
  color: #171714;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.store-add:hover, .home-add-form button:hover, .home-product-link:hover { color: #9a663a; }
.store-add:disabled, .home-add-form button:disabled { opacity: .4; cursor: not-allowed; }
.home-add-form { margin-top: 1rem; }

.product-page { display: grid; grid-template-columns: 1.15fr .85fr; min-height: calc(100vh - 86px); }
.product-page-art { padding: clamp(20px, 4vw, 70px); background: #d6d3ca; }
.product-page-art .product-visual { width: 100%; height: 100%; min-height: 700px; background-size: auto 115%; }
.product-page-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 120px); background: #ebe9e2; }
.product-page-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(60px, 6.8vw, 110px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.product-subtitle { margin: 1.2rem 0 3.5rem; color: #8a633e; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.product-price { margin: 0 0 2.3rem; font-family: var(--serif); font-size: 28px; }
.product-price small { display: block; margin-top: .6rem; color: #7b776f; font-family: var(--sans); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.product-description { max-width: 560px; color: #55524b; font-family: var(--serif); font-size: 18px; line-height: 1.7; }
.product-facts { margin: 2rem 0 2.5rem; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-facts li { padding: .8rem 0; border-bottom: 1px solid var(--line); color: #6e6a62; font-size: 10px; letter-spacing: .06em; }
.product-buy { display: flex; align-items: stretch; gap: 12px; }
.product-buy input { width: 72px; border: 1px solid var(--line); background: transparent; text-align: center; }
.bespoke-link { display: inline-block; margin-top: 2rem; color: #6c4b30; font-size: 10px; }

.cart-layout, .checkout-page, .order-page { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(40px, 7vw, 120px); padding: clamp(75px, 9vw, 135px) clamp(22px, 7.5vw, 144px); }
.cart-layout h1 span { color: #9a663a; font-family: var(--sans); font-size: 14px; vertical-align: top; letter-spacing: 0; }
.empty-state { margin-top: 4rem; padding: 3rem; border: 1px solid var(--line); }
.empty-state p { margin: 0 0 2rem; font-family: var(--serif); font-size: 22px; }
.cart-items { margin-top: 4rem; border-top: 1px solid var(--line); }
.cart-item { display: grid; grid-template-columns: 112px 1fr auto auto; gap: 1.5rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 112px; aspect-ratio: 1; background-image: url('/assets/vitrelume-hero-v3.webp'); background-size: auto 190%; background-color: #111; }
.cart-item h2 { margin: 0 0 .4rem; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.cart-item p { margin: 0 0 1rem; color: #77736a; font-size: 9px; text-transform: uppercase; }
.cart-item button, .text-button { border: 0; padding: 0; background: transparent; color: #8a5c35; cursor: pointer; font-size: 9px; text-decoration: underline; }
.cart-item label { color: #77736a; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.cart-item label input { display: block; width: 58px; margin-top: .5rem; padding: 10px 5px; border: 1px solid var(--line); background: transparent; text-align: center; }
.cart-item > strong { font-size: 11px; }
.cart-items > .text-button { margin-top: 1.2rem; }
.order-summary { align-self: start; position: sticky; top: 30px; padding: clamp(25px, 3vw, 45px); background: #d9d6cd; }
.order-summary h2 { margin: 0 0 2.2rem; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.order-summary > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.order-summary > div span { color: #5f5b54; }
.order-summary > div strong { text-align: right; }
.order-summary p { margin: 2rem 0; color: #69655d; font-family: var(--serif); font-size: 15px; line-height: 1.55; }
.order-summary .button { width: 100%; }
.is-disabled { opacity: .65; }

.auth-page { display: grid; place-items: center; padding: 70px 20px; background: radial-gradient(circle at 70% 20%, #443328, #11110f 48%, #080807); color: #eeeae0; }
.auth-card { width: min(560px, 100%); padding: clamp(32px, 5vw, 65px); border: 1px solid rgba(255,255,255,.16); background: rgba(0,0,0,.24); }
.auth-card h1 { font-size: clamp(54px, 6vw, 84px); }
.auth-card > p { color: rgba(255,255,255,.52); line-height: 1.6; }
.auth-card form { margin-top: 2.5rem; }
.auth-card label, .checkout-form label, .contact-form label { display: block; margin: 1.2rem 0; color: rgba(255,255,255,.56); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.auth-card input, .checkout-form input, .checkout-form textarea, .contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  margin-top: .6rem;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  outline: none;
  background: rgba(0,0,0,.18);
  color: #fff;
}
.auth-card input:focus { border-color: #c49262; }
.auth-card .button { margin-top: 1.5rem; background: #d3b18f; color: #17120e; }
.auth-switch { margin: 2rem 0 0; font-size: 11px; }
.auth-switch a { color: #d3b18f; }
.check-label { display: flex !important; gap: .8rem; align-items: flex-start; line-height: 1.5; }
.check-label input { width: auto !important; margin: .1rem 0 0 !important; }
.check-label a { text-decoration: underline; }
.form-notice { margin: 1.5rem 0; padding: 13px 15px; border: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.form-notice--error { border-color: rgba(193,73,62,.45); background: rgba(193,73,62,.12); color: #d8958d; }
.form-notice--success { border-color: rgba(84,132,73,.45); background: rgba(84,132,73,.12); color: #466e40; }

.account-page { padding: clamp(75px, 9vw, 135px) clamp(22px, 7.5vw, 144px); }
.account-page > header { display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 4rem; border-bottom: 1px solid var(--line); }
.account-page header .store-kicker, .account-page header h1 { grid-column: 1; }
.account-page header > p:not(.store-kicker), .account-page header form { grid-column: 2; }
.account-page header > p:not(.store-kicker) { color: #6f6b63; }
.account-page > section { margin-top: 5rem; }
.account-page > section > h2 { font-family: var(--serif); font-size: 40px; font-weight: 400; }
.account-orders { border-top: 1px solid var(--line); }
.account-orders a { display: grid; grid-template-columns: 1fr 1fr auto; gap: 1rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.account-orders small { display: block; margin-top: .45rem; color: #77736a; }
.account-orders b { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.account-orders strong { font-size: 11px; }

.checkout-page > section > p:not(.store-kicker), .order-page > section > p:not(.store-kicker) { max-width: 680px; color: #66625a; font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.checkout-form { margin-top: 3.5rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.2rem; }
.field-grid .full { grid-column: 1 / -1; }
.checkout-form label, .contact-form label { color: #5f5c55; }
.checkout-form label > span, .contact-form label > span { color: #99958b; font-weight: 400; }
.checkout-form input, .checkout-form textarea, .contact-form input, .contact-form textarea, .contact-form select { border-color: var(--line); background: rgba(255,255,255,.24); color: #161613; }
.checkout-form textarea, .contact-form textarea { min-height: 120px; resize: vertical; }
.checkout-form input:focus, .checkout-form textarea:focus, .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #9a663a; }
.checkout-form .check-label, .contact-form .check-label { color: #5f5c55; text-transform: none; letter-spacing: 0; font-weight: 400; }
.summary-total { margin-top: 1.2rem; border-top: 1px solid rgba(0,0,0,.4); }
.order-success { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 3rem; border: 1px solid #59734e; border-radius: 50%; color: #59734e; font-size: 20px; }
.order-status { display: flex; justify-content: space-between; max-width: 600px; margin: 2.5rem 0; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; text-transform: uppercase; }
.order-summary address { color: #5f5b54; font-family: var(--serif); font-size: 15px; font-style: normal; line-height: 1.6; }

.contact-page { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 140px); padding: clamp(75px, 9vw, 135px) clamp(22px, 7.5vw, 144px); }
.contact-page > section h1 { font-size: clamp(60px, 7vw, 120px); }
.contact-page > section > p:not(.store-kicker) { color: #67635b; font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.contact-details { display: grid; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #767169; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.contact-form { padding: clamp(28px, 4vw, 60px); background: #dad7ce; }
.contact-form select { height: 47px; }
.policy-page, .message-page { padding: clamp(75px, 9vw, 135px) clamp(22px, 15vw, 260px); }
.policy-page > section { max-width: 800px; margin: 5rem 0 0 auto; }
.policy-page h2 { margin: 2.5rem 0 .8rem; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.policy-page p, .message-page p { color: #625f58; font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.message-page { min-height: calc(100vh - 86px); display: grid; place-items: center; text-align: center; }
.message-page section { max-width: 800px; }
.message-page .button { margin-top: 2rem; }

.commerce-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 3rem; align-items: end; padding: 55px clamp(22px, 5vw, 90px); background: #080807; color: #eeeae1; }
.commerce-footer > div { display: flex; gap: 2rem; }
.commerce-footer > div a { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.commerce-footer p { justify-self: end; margin: 0; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .12em; }

/* Commerce admin */
.admin-commerce-shell { width: min(1320px, calc(100% - 36px)); }
.admin-commerce-nav { display: flex; gap: .4rem; margin-bottom: 2rem; overflow-x: auto; border-bottom: 1px solid rgba(255,255,255,.12); }
.admin-commerce-nav a { padding: 13px 16px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .1em; white-space: nowrap; }
.admin-commerce-nav a.is-active { color: #e1c09e; border-bottom: 1px solid #c29160; }
.admin-commerce-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin: 3.5rem 0 2.5rem; }
.admin-commerce-heading p { color: #bd8a59; font-size: 9px; letter-spacing: .2em; }
.admin-commerce-heading h1 { margin: .8rem 0 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 84px); font-weight: 400; }
.admin-commerce-heading h1 span { color: #bd8a59; }
.admin-action { padding: 13px 16px; background: #d3b18f; color: #17120e; font-size: 10px; font-weight: 700; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.admin-stats article { padding: 1.6rem; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.admin-stats span { color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .1em; }
.admin-stats b { display: block; margin-top: 1.4rem; font-family: var(--serif); font-size: clamp(28px, 3vw, 45px); font-weight: 400; }
.admin-table-card { margin-top: 2rem; padding: clamp(20px, 3vw, 38px); border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
.admin-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.admin-card-head h2, .admin-table-card h2, .admin-order-action h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.admin-card-head a { color: #d3b18f; font-size: 9px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; font-size: 11px; }
.admin-table th { color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.admin-table td small { display: block; margin-top: 4px; color: rgba(255,255,255,.35); }
.admin-table td a { color: #e0ba94; }
.status-pill { display: inline-block; padding: 6px 8px; border: 1px solid rgba(255,255,255,.15); color: #d1ad89; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.status-completed, .status-paid, .status-replied { color: #9bc08d; }
.status-cancelled, .status-closed { color: #b78782; }
.admin-empty { color: rgba(255,255,255,.38); }
.admin-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.admin-product-grid article { display: grid; grid-template-columns: 180px 1fr; min-height: 210px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
.admin-product-art { background-image: url('/assets/vitrelume-hero-v3.webp'); background-size: auto 150%; background-color: #111; }
.admin-product-grid article > div:last-child { padding: 1.5rem; }
.admin-product-grid span { color: #bd8a59; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.admin-product-grid h2 { margin: .8rem 0 .5rem; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.admin-product-grid p { color: rgba(255,255,255,.45); font-size: 10px; }
.admin-product-grid a { display: inline-block; margin-top: 1.2rem; color: #d3b18f; font-size: 9px; }
.admin-field select { width: 100%; padding: 14px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 0; background: #171715; color: #fff; }
.admin-order-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 1.5rem; }
.admin-order-layout .admin-table-card { margin-top: 0; }
.admin-order-action { align-self: start; padding: 2rem; }
.admin-order-item, .admin-order-total { display: flex; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.admin-order-total { margin-bottom: 2rem; color: #d3b18f; }
.admin-table-card > p { color: rgba(255,255,255,.55); line-height: 1.7; }
.admin-inquiries { display: grid; gap: 1rem; }
.admin-inquiries article { padding: clamp(20px, 3vw, 36px); border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
.admin-inquiries header, .admin-inquiries footer { display: flex; justify-content: space-between; gap: 2rem; }
.admin-inquiries header span, .admin-inquiries footer > span { color: rgba(255,255,255,.36); font-size: 8px; letter-spacing: .1em; }
.admin-inquiries h2 { margin: .8rem 0 .4rem; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.admin-inquiries header a { color: #d3b18f; font-size: 10px; }
.admin-inquiries article > p { margin: 2rem 0; color: rgba(255,255,255,.6); line-height: 1.7; }
.admin-inquiries footer { align-items: center; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); }
.admin-inquiries footer form { display: flex; gap: .5rem; }
.admin-inquiries footer select, .admin-inquiries footer button { padding: 8px; border: 1px solid rgba(255,255,255,.14); background: #171715; color: #fff; font-size: 9px; }

@media (max-width: 900px) {
  .commerce-nav { grid-template-columns: 1fr auto; }
  .commerce-nav nav { display: none; }
  .product-page, .cart-layout, .checkout-page, .order-page, .contact-page { grid-template-columns: 1fr; }
  .product-page-art .product-visual { min-height: 70vw; }
  .order-summary { position: static; }
  .commerce-footer { grid-template-columns: 1fr; align-items: start; }
  .commerce-footer p { justify-self: start; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-product-grid { grid-template-columns: 1fr; }
  .admin-order-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .commerce-nav { height: 72px; padding: 0 18px; }
  .commerce-nav-actions { gap: .8rem; }
  .commerce-nav-actions > a:first-child { display: none; }
  .store-products { grid-template-columns: 1fr; }
  .product-page-art { padding: 0; }
  .product-page-art .product-visual { min-height: 560px; }
  .product-page-copy { padding: 65px 22px; }
  .cart-item { grid-template-columns: 78px 1fr auto; gap: .8rem; }
  .cart-thumb { width: 78px; }
  .cart-item > strong { grid-column: 2; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid .full { grid-column: auto; }
  .account-page > header { grid-template-columns: 1fr; }
  .account-page header > p:not(.store-kicker), .account-page header form { grid-column: 1; }
  .account-orders a { grid-template-columns: 1fr auto; }
  .account-orders b { grid-column: 1; }
  .commerce-footer > div { flex-wrap: wrap; }
  .admin-stats { grid-template-columns: 1fr; }
  .admin-commerce-heading { align-items: flex-start; flex-direction: column; }
  .admin-product-grid article { grid-template-columns: 110px 1fr; }
  .admin-inquiries header, .admin-inquiries footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 980px) {
  .site-nav, .commerce-nav { grid-template-columns: 1fr auto auto; }
  .commerce-menu-toggle { display: block; }
  .site-nav .luxury-menu, .commerce-nav .luxury-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    max-height: calc(100vh - 72px);
    padding: 10px 20px 28px;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(9,9,8,.99);
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-nav.is-open .luxury-menu, .commerce-nav.is-open .luxury-menu { display: flex; }
  .luxury-menu-item { display: block; height: auto; border-bottom: 1px solid rgba(255,255,255,.12); }
  .luxury-trigger { justify-content: space-between; height: auto; }
  .luxury-trigger > a, .luxury-direct-link { height: auto; padding: 18px 0; font-size: 10px !important; }
  .luxury-trigger > a::after, .luxury-direct-link::after { display: none; }
  .luxury-trigger button { width: 42px; font-size: 16px; }
  .luxury-direct-link { border-bottom: 1px solid rgba(255,255,255,.12); }
  .mega-menu, .mega-menu--compact {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    padding: 4px 0 28px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    background: transparent;
  }
  .luxury-menu-item:hover .mega-menu, .luxury-menu-item:focus-within .mega-menu { display: none; }
  .luxury-menu-item.is-open .mega-menu, .luxury-menu-item.is-open:hover .mega-menu, .luxury-menu-item.is-open:focus-within .mega-menu { display: grid; }
  .mega-menu-intro { padding: 18px; background: rgba(255,255,255,.045); }
  .mega-menu-intro h2 { font-size: 37px; }
  .mega-menu-intro p { font-size: 13px; }
  .mega-menu-group > span { margin-bottom: .8rem; }
  .mega-menu-group a { padding: 12px 4px !important; }
  .mega-feature { display: grid !important; grid-template-columns: 92px 1fr; gap: 0 16px; align-items: center; }
  .mega-feature-art { grid-row: 1 / 4; height: 92px; margin: 0; }
  .mega-menu-quote { min-height: 170px; }
  .commerce-nav-actions { margin-left: auto; }
  .language-switcher--mobile { display: flex; margin-top: 18px; padding: 15px 0; }
  .language-switcher--mobile select { width: 110px; }
}

@media (max-width: 620px) {
  .site-nav, .commerce-nav { grid-template-columns: 1fr auto; }
  .site-nav .nav-enquire { display: none; }
  .site-nav .nav-tools { display: none; }
  .commerce-nav-actions { display: none; }
  .mega-menu-intro p { display: none; }
}
