/*
 * Aurelia storefront theme refresh — July 2026
 * Loaded after style.css. It keeps the existing admin-managed color variables,
 * repairs responsive collisions, and provides a stable no-JavaScript layout.
 */
:root {
  --surface-1: #0b0a09;
  --surface-2: #12100e;
  --surface-3: #1a1611;
  --line-subtle: rgba(245, 225, 186, 0.12);
  --line-gold: color-mix(in srgb, var(--gold) 48%, transparent);
  --muted: #b9afa2;
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.28);
  --shadow-deep: 0 30px 90px rgba(0, 0, 0, 0.5);
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 108px;
}

body {
  min-width: 320px;
  background:
    radial-gradient(900px 430px at 78% -8%, color-mix(in srgb, var(--gold) 14%, transparent), transparent 70%),
    radial-gradient(740px 420px at -10% 35%, rgba(122, 77, 23, 0.13), transparent 74%),
    var(--ink);
  color: var(--cream);
}

img { max-width: 100%; }
button, input, select, textarea { max-width: 100%; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--champagne); outline-offset: 3px; }
::selection { background: var(--gold); color: #180f07; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 14px;
  border: 1px solid var(--gold);
  background: #11100e;
  color: #fff5e1;
  font-size: 12px;
  font-weight: 700;
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(1320px, calc(100% - 64px));
}

/* Header and utility layer */
.announcement-bar {
  min-height: 31px;
  height: auto;
  padding: 6px 14px;
  background: linear-gradient(90deg, #0a0908, #17120c 50%, #0a0908);
  color: color-mix(in srgb, var(--champagne) 88%, #fff 12%);
  font-size: 10px;
  letter-spacing: 0.95px;
  line-height: 1.35;
}

.site-header {
  height: 82px;
  background: color-mix(in srgb, var(--header) 86%, transparent);
  border-bottom-color: var(--line-subtle);
  box-shadow: 0 1px 0 rgba(255,255,255,0.015);
  isolation: isolate;
}
.site-header::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--gold) 38%, transparent), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.site-header.is-scrolled {
  height: 72px;
  background: color-mix(in srgb, var(--header) 96%, #000 4%);
  box-shadow: 0 14px 45px rgba(0,0,0,0.32);
}
.site-header.is-scrolled::after { opacity: 1; }
.header-shell {
  gap: clamp(14px, 2vw, 30px);
}
.brand {
  flex: 0 0 auto;
  width: clamp(146px, 13.5vw, 184px);
}
.brand img { height: 50px; }
.desktop-nav {
  min-width: 0;
  gap: clamp(13px, 1.55vw, 26px);
}
.desktop-nav > a,
.nav-dropdown > a {
  padding: 29px 0;
  font-size: 10px;
  letter-spacing: 0.72px;
}
.desktop-nav > a,
.nav-dropdown > a,
.icon-button,
.mobile-toggle {
  transition: color 0.2s ease, transform 0.2s ease;
}
.desktop-nav > a:hover,
.nav-dropdown > a:hover,
.desktop-nav > a:focus-visible,
.nav-dropdown > a:focus-visible { color: var(--champagne); }
.nav-dropdown:focus-within .nav-popover,
.nav-dropdown:hover .nav-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-popover {
  top: 71px;
  left: -24px;
  width: min(410px, calc(100vw - 48px));
  border-color: color-mix(in srgb, var(--gold) 34%, transparent);
  border-radius: 0 0 12px 12px;
  background: rgba(18, 16, 14, 0.98);
  backdrop-filter: blur(16px);
}
.icon-button:hover,
.mobile-toggle:hover { color: var(--champagne); transform: translateY(-1px); }
.icon-button { border-radius: 50%; }
.cart-button span { box-shadow: 0 0 0 2px var(--header); }
.search-drawer {
  background: rgba(10, 9, 8, 0.98);
  backdrop-filter: blur(16px);
}
.search-drawer.open { max-height: 112px; }
.search-form { min-height: 82px; height: auto; }
.search-form input { min-width: 0; }
.mobile-menu {
  background:
    radial-gradient(460px 360px at 100% 0, color-mix(in srgb, var(--gold) 18%, transparent), transparent 70%),
    #0f0e0c;
  border-left-color: var(--line-gold);
  box-shadow: -20px 0 70px rgba(0,0,0,.5);
}
.mobile-menu > a { line-height: 1.12; }
.mobile-menu a:focus-visible, .mobile-menu summary:focus-visible { outline-offset: 4px; }
.mobile-overlay { backdrop-filter: blur(2px); }

/* Full-bleed hero: resilient when one or several sliders are configured. */
.hero-section {
  height: clamp(610px, calc(100svh - 31px), 790px);
  min-height: 610px;
  background: #090806;
  isolation: isolate;
}
.hero-section::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(0,0,0,.42), transparent);
  pointer-events: none;
}
.hero-carousel { z-index: 0; }
.hero-slide { z-index: 0; }
.hero-slide.is-active { z-index: 1; }
.hero-slide .hero-art img {
  object-position: 66% center;
  filter: saturate(0.94) contrast(1.04) brightness(0.92);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4,4,3,.97) 0%, rgba(5,4,3,.88) 27%, rgba(5,4,3,.53) 49%, rgba(5,4,3,.09) 77%, rgba(5,4,3,.30) 100%),
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.28));
}
.hero-content {
  z-index: 3 !important;
  max-width: 720px;
  padding-top: 0;
  padding-bottom: 10px;
}
.hero-content h1 {
  max-width: 690px;
  font-size: clamp(56px, 6.15vw, 92px);
  line-height: 0.9;
  letter-spacing: -1.55px;
  text-wrap: balance;
  text-shadow: 0 7px 40px rgba(0,0,0,.28);
}
.hero-content h1 em, .hero-content h1 strong { color: var(--champagne); font-style: normal; }
.hero-copy { max-width: 525px; font-size: 15px; line-height: 1.7; color: #e4ddd1; }
.hero-buttons { margin-top: 2px; }
.btn-gold, .btn-outline-gold {
  min-height: 50px;
  border-radius: 4px;
  padding-inline: 22px;
}
.btn-gold {
  background: linear-gradient(135deg, color-mix(in srgb, var(--champagne) 92%, #fff 8%), var(--button));
  border-color: color-mix(in srgb, var(--champagne) 78%, #fff 22%);
}
.btn-outline-gold {
  border-color: color-mix(in srgb, var(--gold) 72%, #fff 8%);
  background: rgba(7, 6, 5, 0.34);
  backdrop-filter: blur(6px);
}
.hero-proof { max-width: 540px; }
.hero-carousel-controls { z-index: 5; bottom: 28px; }
.hero-section:has(.hero-carousel-controls) .scroll-cue { display: none; }
.hero-carousel-arrow { border-color: color-mix(in srgb, var(--gold) 65%, transparent); }
.hero-carousel-dots button { border-radius: 10px; }
.scroll-cue { z-index: 4; }

/* Scroll story and section rhythm */
.section-space { padding: clamp(72px, 9vw, 126px) 0; }
.scent-story {
  min-height: 670px;
  background:
    radial-gradient(620px 400px at 50% 48%, rgba(178, 121, 41, .19), transparent 72%),
    radial-gradient(700px 360px at 95% 0, rgba(91, 57, 17, .17), transparent 76%),
    #0b0a09;
}
.story-grid { gap: clamp(28px, 3.2vw, 56px); }
.story-copy h2, .section-heading h2, .editorial-copy h2, .notes-panel h2, .content-prose h2 {
  text-wrap: balance;
}
.story-copy p { max-width: 390px; }
.story-bottle-wrap { height: min(62svh, 610px); }
.story-bottle { height: min(61svh, 580px); }
.story-steps { gap: 27px; }
.story-step { border-left-color: color-mix(in srgb, var(--gold) 55%, transparent); }
.story-step p { max-width: 290px; }
.story-step:hover { border-left-color: var(--champagne); }

/* Trust, collection, product and promotion cards. */
.benefits-bar {
  background: linear-gradient(90deg, #0c0b0a, #12100e 50%, #0c0b0a);
  border-block-color: var(--line-subtle);
}
.benefits-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.benefit { min-width: 0; padding: 26px 17px; }
.benefit > i { flex: 0 0 auto; }
.benefit h3, .benefit p { overflow-wrap: anywhere; }
.section-heading { margin-bottom: clamp(30px, 4vw, 48px); }
.section-heading.with-link { align-items: flex-end; }
.section-heading p { color: var(--muted); }
.collection-grid { gap: clamp(10px, 1.2vw, 18px); }
.collection-card {
  min-width: 0;
  height: clamp(330px, 31vw, 430px);
  border-color: color-mix(in srgb, var(--gold) 35%, transparent);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.collection-card::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  transition: border-color .3s ease;
  pointer-events: none;
}
.collection-card:hover::before, .collection-card:focus-visible::before { border-color: var(--champagne); }
.collection-card > div { z-index: 2; }
.collection-card p { min-height: 32px; }
.product-grid { gap: clamp(12px, 1.5vw, 22px); }
.product-card {
  opacity: 1;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--gold) 24%, transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.product-card:hover, .product-card:focus-within {
  border-color: color-mix(in srgb, var(--champagne) 70%, transparent);
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}
.product-media { height: clamp(270px, 26vw, 355px); }
.product-actions { z-index: 3; }
.product-card:focus-within .product-actions,
.product-card:hover .product-actions { opacity: 1; transform: translateX(0); }
.product-cart-form { z-index: 3; }
.product-info { min-height: 145px; }
.product-info h3 { overflow-wrap: anywhere; }
.product-price { flex-wrap: wrap; }
.promo-grid { gap: clamp(12px, 1.4vw, 20px); }
.promo-card { border-radius: 10px; border-color: color-mix(in srgb, var(--gold) 33%, transparent); }
.promo-card.tall { min-height: 420px; }
.promo-content { max-width: min(570px, 74%); }
.promo-content p { line-height: 1.65; }
.editorial-split { border-block-color: color-mix(in srgb, var(--gold) 27%, transparent); }
.editorial-copy { padding: clamp(54px, 7.8vw, 118px); }
.soft-panel {
  background: radial-gradient(700px 430px at 52% -20%, rgba(160, 107, 36, .18), transparent 75%), #0d0c0a;
}
.testimonial { border-radius: 10px; border-color: var(--line-subtle); }
.testimonial blockquote { text-wrap: balance; }
.fragrance-gallery-card { border-radius: 10px; border-color: color-mix(in srgb, var(--gold) 34%, transparent); }

/* Forms, drawers, tables, buttons: prevent mobile overflow across all pages. */
input, select, textarea { border-radius: 4px; }
.sort-form select, .filters-panel select, .filter-search input, .price-fields input,
.review-form input, .review-form select, .review-form textarea, .contact-form input,
.contact-form textarea, .checkout-main input, .checkout-main textarea, .checkout-main select,
.auth-card input, .admin-like-form input, .admin-like-form textarea {
  border-color: rgba(255,255,255,.18);
}
.sort-form select:focus, .filters-panel select:focus, .filter-search input:focus, .price-fields input:focus,
.review-form input:focus, .review-form select:focus, .review-form textarea:focus, .contact-form input:focus,
.contact-form textarea:focus, .checkout-main input:focus, .checkout-main textarea:focus, .checkout-main select:focus,
.auth-card input:focus, .admin-like-form input:focus, .admin-like-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 12%, transparent);
}
.page-hero {
  padding-block: clamp(64px, 8vw, 112px) clamp(54px, 6vw, 84px);
  background:
    radial-gradient(700px 350px at 85% 0, color-mix(in srgb, var(--gold) 22%, transparent), transparent 72%),
    #0c0b0a;
}
.shop-layout { gap: clamp(24px, 4vw, 48px); }
.filters-panel { border-color: var(--line-subtle); }
.category-wide-card { border-radius: 10px; }
.product-detail-grid { gap: clamp(34px, 6vw, 86px); }
.detail-main-image { border-radius: 10px; overflow: hidden; }
.thumbnail-strip { overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.thumb { flex: 0 0 auto; }
.variant-pill span { cursor: pointer; }
.purchase-actions { min-width: 0; }
.detail-delivery { flex-wrap: wrap; }
.notes-panel { border-block-color: color-mix(in srgb, var(--gold) 28%, transparent); }
.cart-layout, .checkout-layout { gap: clamp(24px, 4vw, 54px); }
.order-summary { border-radius: 10px; }
.table-wrap, .admin-table-wrap { -webkit-overflow-scrolling: touch; }
.account-panel, .contact-form, .review-form, .review-login, .success-card { border-radius: 10px; }
.newsletter-panel {
  background:
    radial-gradient(620px 260px at 75% 0, rgba(255,255,255,.25), transparent 65%),
    linear-gradient(110deg, #4e2e10, color-mix(in srgb, var(--champagne) 85%, #bd7e24), #6e4518);
}
.newsletter-inner h2 { text-wrap: balance; }
.site-footer { background: linear-gradient(180deg, color-mix(in srgb, var(--footer) 92%, #17120b), var(--footer)); }
.footer-grid { gap: clamp(28px, 4.5vw, 64px); }
.footer-contact { overflow-wrap: anywhere; }
.quick-modal { border-radius: 12px; overflow: hidden; }
.flash { border-radius: 8px; }

/* A keyboard or JavaScript-disabled visitor must still see interactive cards. */
.reveal, .product-card { opacity: 1; }

/* Desktop compact header: switch before links collide. */
@media (max-width: 1199px) {
  .container { width: min(1120px, calc(100% - 48px)); }
  .desktop-nav { gap: 13px; }
  .desktop-nav > a, .nav-dropdown > a { font-size: 9px; letter-spacing: .5px; }
  .benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .benefit:nth-child(3n) { border-right: 0; }
  .benefit:nth-child(n+4) { border-top: 1px solid var(--line-subtle); }
  .collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-card { height: 360px; }
  .product-grid, .shop-product-grid, .account-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-media { height: 305px; }
  .scent-story { height: auto; min-height: 0; }
  .scent-story .story-stage { padding: 96px 0; }
  .story-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); }
  .story-steps { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .story-step p { max-width: none; }
  .story-progress { display: none; }
  .story-step { opacity: 1 !important; transform: none !important; }
}

@media (max-width: 1080px) {
  .site-header { height: 72px; }
  .site-header.is-scrolled { height: 68px; }
  .desktop-nav { display: none; }
  .mobile-toggle { display: inline-flex; }
  .header-actions .d-md-inline-flex { display: none !important; }
  .brand { width: 150px; }
  .mobile-menu { display: flex; }
  .mobile-overlay { display: block; }
}

@media (max-width: 991px) {
  html { scroll-padding-top: 90px; }
  .container { width: min(760px, calc(100% - 40px)); }
  .hero-section { height: min(710px, calc(100svh - 31px)); min-height: 570px; }
  .hero-content { max-width: min(640px, 100%); }
  .hero-content h1 { font-size: clamp(50px, 8.4vw, 76px); max-width: 610px; }
  .hero-art img, .hero-slide .hero-art img { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,4,3,.95) 0%, rgba(5,4,3,.78) 53%, rgba(5,4,3,.26) 100%); }
  .story-grid { grid-template-columns: 1fr; gap: 14px; }
  .story-copy { max-width: 600px; }
  .story-bottle-wrap { height: 420px; }
  .story-bottle { height: 400px; }
  .story-steps { grid-column: auto; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters-panel { z-index: 450; }
  .filters-panel.open { box-shadow: 24px 0 70px rgba(0,0,0,.48); }
  .product-detail-grid, .contact-grid, .cart-layout, .checkout-layout, .account-layout { grid-template-columns: 1fr; }
  .product-detail-grid { gap: 32px; }
  .detail-main-image { height: min(590px, 84vw); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: span 3; }
}

@media (max-width: 699px) {
  .container { width: calc(100% - 28px); }
  .announcement-bar { font-size: 8.5px; letter-spacing: .45px; }
  .site-header { height: 67px; }
  .site-header.is-scrolled { height: 64px; }
  .brand { width: 126px; }
  .brand img { height: 43px; }
  .icon-button, .mobile-toggle { width: 35px; height: 35px; }
  .hero-section { height: 580px; min-height: 540px; }
  .hero-art img, .hero-slide .hero-art img { object-position: 62% center; }
  .hero-content { padding-bottom: 45px; }
  .hero-content h1 { max-width: 350px; font-size: clamp(45px, 13.3vw, 57px); letter-spacing: -1px; }
  .hero-copy { max-width: 330px; font-size: 12.5px; line-height: 1.62; margin-bottom: 22px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; width: min(238px, 100%); }
  .btn-gold, .btn-outline-gold { min-height: 46px; padding-inline: 14px; font-size: 9px; }
  .hero-proof { margin-top: 21px; font-size: 8.5px; letter-spacing: .65px; }
  .hero-carousel-controls { bottom: 17px; gap: 9px; }
  .hero-carousel-arrow { width: 30px; height: 30px; font-size: 11px; }
  .hero-carousel-dots button { width: 18px; }
  .hero-carousel-dots button.is-active { width: 28px; }
  .section-space { padding: 68px 0; }
  .section-heading.with-link { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: clamp(39px, 12vw, 49px); }
  .section-heading.with-link .text-link { font-size: 10px; }
  .scent-story .story-stage { padding: 70px 0; }
  .story-copy h2 { font-size: 44px; }
  .story-bottle-wrap { height: 335px; }
  .story-bottle { height: 330px; width: 290px; }
  .story-orbit { width: 250px; height: 150px; }
  .orbit-two { width: 168px; height: 250px; }
  .story-steps { grid-template-columns: 1fr; gap: 16px; }
  .story-step { padding-left: 14px; }
  .story-step h3 { font-size: 25px; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit { border-right: 1px solid var(--line-subtle) !important; border-top: 1px solid var(--line-subtle); padding: 17px 8px; }
  .benefit:nth-child(odd) { border-left: 1px solid var(--line-subtle); }
  .benefit > i { font-size: 20px; }
  .benefit h3 { font-size: 9px; }
  .benefit p { font-size: 9px; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .collection-card { height: 265px; border-radius: 8px; }
  .collection-card > div { left: 13px; right: 12px; bottom: 13px; }
  .collection-card h3 { font-size: 22px; }
  .collection-card p { display: none; }
  .collection-card b { font-size: 8px; }
  .product-grid, .shop-product-grid, .account-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 8px; }
  .product-media { height: min(55vw, 248px); min-height: 190px; }
  .product-actions { opacity: 1; transform: none; right: 7px; top: 7px; gap: 5px; }
  .round-action { width: 30px; height: 30px; font-size: 12px; }
  .product-cart-form { position: relative; transform: none; }
  .product-cart-form button, .product-configure-link { padding: 9px 7px; font-size: 8px; }
  .product-info { min-height: 117px; padding: 11px 10px 12px; }
  .product-info h3 { font-size: 20px; }
  .product-meta { font-size: 8px; letter-spacing: .7px; }
  .product-rating { font-size: 9px; }
  .product-rating small { display: none; }
  .product-price strong { font-size: 11px; }
  .product-price del { display: none; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card, .promo-card.wide, .promo-card.tall { grid-column: auto; min-height: 260px; }
  .promo-content { max-width: 78%; padding: 25px; }
  .promo-content h2 { font-size: 35px; }
  .promo-content p { font-size: 11px; }
  .editorial-image { min-height: 290px; }
  .editorial-copy { padding: 48px 14px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial { padding: 24px; }
  .fragrance-gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .fragrance-gallery-card, .fragrance-gallery-card img { min-height: 190px; }
  .newsletter-panel { padding: 50px 0; }
  .newsletter-inner h2 { font-size: 39px; }
  .newsletter-form { display: grid; background: none; padding: 0; gap: 9px; }
  .newsletter-form input { background: #fff0d0; min-height: 48px; padding: 14px; }
  .newsletter-form .btn-gold { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: span 2; }
  .footer-bottom { display: grid; gap: 8px; font-size: 8px; }
  .page-hero.compact { padding-block: 46px 40px; }
  .page-hero h1 { font-size: 45px; }
  .shop-toolbar { align-items: center; gap: 8px; }
  .shop-toolbar p { font-size: 10px; }
  .sort-form label { display: none; }
  .sort-form select { min-width: 130px; font-size: 10px; }
  .filters-panel { width: min(350px, 92vw); }
  .category-list-grid { grid-template-columns: 1fr; }
  .category-wide-card { height: 260px; }
  .detail-main-image { height: 410px; }
  .product-detail-copy h1 { font-size: 48px; }
  .detail-delivery { gap: 14px; }
  .detail-delivery > div { width: calc(50% - 7px); }
  .notes-grid, .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
  .cart-row { grid-template-columns: 78px 1fr; gap: 12px; }
  .cart-image { height: 90px; }
  .cart-quantity { grid-column: 2; }
  .cart-total { position: absolute; right: 0; bottom: 16px; }
  .cart-row { position: relative; }
  .purchase-row { flex-wrap: wrap; }
  .purchase-row .quantity-control { width: 100%; justify-content: center; }
  .purchase-actions { width: 100%; }
  .purchase-actions .btn-gold, .purchase-actions .btn-outline-gold { font-size: 9px; padding-inline: 9px; }
  .account-nav { scrollbar-width: none; }
  .account-nav::-webkit-scrollbar { display: none; }
  .account-nav > a, .account-nav button { font-size: 0; padding: 9px; }
  .account-nav i { font-size: 18px; }
  .account-heading { align-items: flex-start; }
  .account-heading h2 { font-size: 40px; }
  .account-panel { padding: 16px; }
  .order-timeline { grid-template-columns: 1fr; }
  .address-grid, .profile-grid { grid-template-columns: 1fr; }
  .quick-copy { padding: 30px 21px; }
  .quick-media { min-height: 270px; }
  .quick-copy h2 { font-size: 39px; }
  .flash { top: 75px; right: 12px; }
}

@media (max-width: 390px) {
  .header-actions { gap: 0; }
  .brand { width: 115px; }
  .icon-button, .mobile-toggle { width: 32px; }
  .hero-content h1 { font-size: 44px; }
  .product-media { min-height: 174px; }
  .product-info h3 { font-size: 18px; }
}

@media (hover: none) {
  .product-actions { opacity: 1; transform: none; }
  .product-cart-form { position: relative; transform: none; }
  .product-card:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel, .hero-slide, .hero-art img, .product-card, .product-media img,
  .collection-card img, .promo-card img, .fragrance-gallery-card img {
    transition: none !important;
    animation: none !important;
  }
}
