:root {
  --ink: #181818;
  --muted: #62615d;
  --soft: #f7f5ef;
  --paper: #ffffff;
  --line: #ded8cd;
  --accent: #b48a62;
  --accent-dark: #7b5136;
  --rose: #8d4f55;
  --sage: #5f6f62;
  --danger: #b42318;
  --shadow: 0 18px 50px rgba(24, 24, 24, 0.08);
  --gold: var(--accent);
  --gold-light: #d2b08a;
  --gold-dark: var(--accent-dark);
  --gold-muted: rgba(180, 138, 98, 0.14);
  --charcoal: var(--ink);
  --bone: var(--soft);
  --surface: #fbfaf7;
  --black-matte: #ffffff;
  --text-primary: var(--ink);
  --text-secondary: var(--muted);
  --border-subtle: rgba(222, 216, 205, 0.55);
  --border-medium: var(--line);
  --border-strong: #c8bdaa;
  --radius-sm: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.is-home {
  min-height: 100%;
}
body.maria-store.is-home {
  min-height: 100%;
}
.home-scroll-root {
  min-height: 100vh;
  min-height: 100svh;
  overflow: visible;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  background: #fff;
}
.home-scroll-root::after {
  display: none;
}
body.maria-store {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.maria-store a { color: inherit; text-decoration: none; }
body.maria-store img, body.maria-store video { display: block; max-width: 100%; }
body.maria-store button, body.maria-store input, body.maria-store select, body.maria-store textarea {
  font: inherit;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  display: inline-flex;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.ui-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-btn .ui-icon {
  width: 21px;
  height: 21px;
}
.utility-link .ui-icon {
  width: 19px;
  height: 19px;
}
.icon-btn .material-symbols-outlined,
.utility-link .material-symbols-outlined,
.mobile-bottom-nav .material-symbols-outlined {
  width: 1em;
  max-width: 1em;
  justify-content: center;
  overflow: hidden;
}

.store-shell {
  min-height: 80vh;
  padding-top: 0;
}

.store-notice {
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.store-notice__inner {
  margin-top: 10px;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--accent);
  box-shadow: var(--shadow);
  font-size: 13px;
}

.hidden { display: none !important; }
.text-gold { color: var(--accent) !important; }
.text-gold\/70 { color: rgba(180, 138, 98, 0.7) !important; }
.text-gold\/80 { color: rgba(180, 138, 98, 0.8) !important; }
.text-charcoal, .text-primary, .text-on-background { color: var(--ink) !important; }
.text-bone { color: var(--soft) !important; }
.text-bone\/80 { color: rgba(247, 245, 239, 0.8) !important; }
.text-bone\/90 { color: rgba(247, 245, 239, 0.9) !important; }
.text-on-surface-variant { color: var(--muted) !important; }
.text-on-surface-variant\/50 { color: rgba(98, 97, 93, 0.5) !important; }
.text-on-surface-variant\/60 { color: rgba(98, 97, 93, 0.6) !important; }
.text-error { color: var(--danger) !important; }
.bg-gold { background-color: var(--accent) !important; }
.bg-charcoal { background-color: var(--ink) !important; }
.bg-charcoal\/0 { background-color: rgba(24, 24, 24, 0) !important; }
.bg-charcoal\/5 { background-color: rgba(24, 24, 24, 0.05) !important; }
.bg-charcoal\/40 { background-color: rgba(24, 24, 24, 0.4) !important; }
.bg-charcoal\/60 { background-color: rgba(24, 24, 24, 0.6) !important; }
.bg-bone, .bg-background { background-color: var(--soft) !important; }
.bg-surface, .bg-surface-container, .bg-surface-container-low { background-color: #fbfaf7 !important; }
.bg-on-surface-variant\/50 { background-color: rgba(98, 97, 93, 0.5) !important; }
.border-gold { border-color: var(--accent) !important; }
.border-outline, .border-outline-variant, .border-on-surface-variant\/30 { border-color: var(--line) !important; }
.border-outline-variant\/10 { border-color: rgba(222, 216, 205, 0.1) !important; }
.border-outline-variant\/15 { border-color: rgba(222, 216, 205, 0.15) !important; }
.border-outline-variant\/20 { border-color: rgba(222, 216, 205, 0.2) !important; }
.border-outline-variant\/30 { border-color: rgba(222, 216, 205, 0.3) !important; }
.border-outline-variant\/40 { border-color: rgba(222, 216, 205, 0.4) !important; }
.font-label-caps {
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.font-body-md, .font-body-lg { font-weight: 400; }
.font-headline-xl, .font-display-lg {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
.font-headline-md { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.ambient-whisper { box-shadow: var(--shadow); }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.max-w-container-max { max-width: 1180px; }
.px-margin-mobile { padding-left: 16px; padding-right: 16px; }
.gap-gutter { gap: 24px; }
.text-label-caps { font-size: 11px; line-height: 16px; }
.text-body-md { font-size: 14px; line-height: 22px; }
.text-body-lg { font-size: 16px; line-height: 26px; }
.text-on-primary-fixed-variant { color: rgba(255, 255, 255, 0.78) !important; }
.text-on-surface { color: var(--ink) !important; }
.bg-surface-container-highest { background-color: #eee8de !important; }
.hover\:bg-surface-container:hover { background-color: #fbfaf7 !important; }
.hover\:text-gold:hover { color: var(--accent) !important; }
.hover\:border-gold:hover { border-color: var(--accent) !important; }
.border-gold\/10 { border-color: rgba(180, 138, 98, 0.1) !important; }
.border-gold\/20 { border-color: rgba(180, 138, 98, 0.2) !important; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-6, .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }

.section-header-lux {
  text-align: center;
  margin: 0 auto 28px;
}
.section-header-lux .eyebrow,
.eyebrow {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-header-lux h1,
.section-header-lux h2 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.12;
}
.section-header-lux p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.75;
}
.gold-text { color: var(--accent) !important; }
.section-line {
  width: 54px;
  height: 2px;
  margin: 14px auto 0;
  background: var(--accent);
}

.lux-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: 24px;
}
.lux-field {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}
.lux-field label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lux-field input,
.lux-field select,
.lux-field textarea,
.input-minimalist {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  outline: none;
}
.lux-field textarea,
textarea.input-minimalist {
  min-height: 90px;
  resize: vertical;
}
.lux-field input:focus,
.lux-field select:focus,
.lux-field textarea:focus,
.input-minimalist:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(180, 138, 98, 0.14);
}
.account-page-head {
  padding: clamp(24px, 5vw, 38px) 0 clamp(18px, 3vw, 24px);
}
.account-page {
  padding-bottom: clamp(50px, 9vw, 78px);
}
.account-auth-shell {
  width: min(100%, 500px);
  margin: 0 auto;
}
.account-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-bottom: 0;
  background: #fff;
}
.account-tab {
  min-width: 0;
  min-height: 50px;
  padding: 13px 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.account-tab + .account-tab {
  border-left: 1px solid var(--line);
}
.account-tab.active,
.account-tab:hover {
  color: var(--ink);
  border-bottom-color: var(--accent);
  background: #fbfaf7;
}
.account-auth-panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: clamp(22px, 5vw, 30px);
}
.account-auth-panel h3 {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 6vw, 30px);
  font-weight: 500;
  line-height: 1.12;
}
.account-panel-kicker {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.account-name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.account-password-field {
  position: relative;
}
.account-password-field input {
  padding-right: 48px;
}
.account-form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.account-form-meta label,
.account-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
}
.account-form-meta input,
.account-check input {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  flex: 0 0 auto;
  accent-color: var(--accent);
}
.account-form-meta a,
.account-switch button {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
}
.account-check {
  margin-bottom: 20px;
}
.account-submit {
  width: 100%;
  min-height: 46px;
}
.account-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.account-switch button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.btn-primary-lux,
.btn-outline-lux {
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(24, 24, 24, 0.06);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.btn-primary-lux {
  display: inline-flex;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
}
.btn-primary-lux:hover {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: 0 14px 28px rgba(24, 24, 24, 0.12);
  transform: translateY(-1px);
}
.btn-outline-lux {
  display: inline-flex;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}
.btn-outline-lux:hover {
  color: var(--accent-dark);
  border-color: var(--accent);
  box-shadow: 0 14px 28px rgba(24, 24, 24, 0.1);
  transform: translateY(-1px);
}

.contact-page {
  padding: clamp(34px, 5vw, 68px) 0 clamp(58px, 7vw, 94px);
  background: linear-gradient(180deg, var(--surface) 0%, #fff 42%);
}
.contact-hero {
  max-width: 760px;
  margin-bottom: clamp(30px, 4vw, 46px);
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}
.contact-card,
.contact-map-card {
  background: #fff;
  border: 1px solid rgba(222, 216, 205, 0.9);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(24, 24, 24, 0.08);
}
.contact-form-card,
.contact-info-card {
  padding: clamp(24px, 3vw, 38px);
}
.contact-card__head {
  margin-bottom: 24px;
}
.contact-kicker {
  margin: 0 0 9px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.contact-card__head h2,
.contact-map__copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.12;
}
.contact-card__head p:not(.contact-kicker),
.contact-map__copy p:not(.contact-kicker) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.contact-form {
  display: grid;
  gap: 18px;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contact-form .lux-field {
  margin-bottom: 0;
}
.contact-form .lux-field label {
  color: var(--ink);
}
.contact-form .lux-field input,
.contact-form .lux-field textarea {
  min-height: 50px;
  padding: 13px 15px;
  background: #fffdf9;
  border-color: rgba(200, 189, 170, 0.84);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form .lux-field textarea {
  min-height: 148px;
  line-height: 1.7;
}
.contact-form .lux-field input:focus,
.contact-form .lux-field textarea:focus {
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(180, 138, 98, 0.14);
}
.contact-submit {
  width: 100%;
  min-height: 52px;
}
.contact-submit .material-symbols-outlined {
  font-size: 18px;
}
.contact-info-list {
  display: grid;
  gap: 14px;
}
.contact-info-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 14px;
  background: var(--surface);
  border: 1px solid rgba(222, 216, 205, 0.82);
  border-radius: 8px;
  color: inherit;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
a.contact-info-item:hover {
  background: #fff;
  border-color: rgba(180, 138, 98, 0.6);
  transform: translateY(-1px);
}
.contact-info-icon {
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--accent-dark);
  background: var(--gold-muted);
  border: 1px solid rgba(180, 138, 98, 0.22);
  border-radius: 50%;
}
.contact-info-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}
.contact-info-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.contact-social-panel {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(222, 216, 205, 0.86);
}
.contact-social-panel p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-dark);
  background: #fff;
  border: 1px solid rgba(200, 189, 170, 0.9);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.contact-social-links a:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-2px);
}
.contact-social-links .material-symbols-outlined {
  font-size: 19px;
}
.contact-social-links i {
  font-size: 16px;
  line-height: 1;
}
.contact-map-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: stretch;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(18px, 3vw, 26px);
  overflow: hidden;
}
.contact-map__copy {
  align-self: center;
  padding: clamp(6px, 1.4vw, 14px);
}
.contact-map__frame {
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(222, 216, 205, 0.9);
  border-radius: 8px;
  background: var(--soft);
}
.contact-map__frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 22px;
  color: var(--ink);
  background: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(24, 24, 24, 0.05);
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.btn:hover:not(:disabled):not([disabled]) {
  color: var(--ink);
  border-color: var(--accent);
  box-shadow: 0 13px 26px rgba(24, 24, 24, 0.1);
  transform: translateY(-1px);
}
.btn:disabled,
.btn[disabled] {
  color: rgba(98, 97, 93, 0.58);
  background: rgba(247, 245, 239, 0.9);
  border-color: rgba(222, 216, 205, 0.9);
  cursor: not-allowed;
}
.btn-dark {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}
.btn.btn-dark,
a.btn.btn-dark,
button.btn.btn-dark,
.btn.btn-dark:visited {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}
.btn-dark:hover:not(:disabled):not([disabled]) {
  color: #fff;
  background: #2b241f;
  border-color: #2b241f;
}
.btn.btn-dark:hover:not(:disabled):not([disabled]),
.btn.btn-dark:focus-visible {
  color: #fff;
  background: #2b241f;
  border-color: #2b241f;
}
.btn-light {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}
.btn-light:hover:not(:disabled):not([disabled]) {
  color: var(--ink);
  background: #f7f3ec;
  border-color: #f7f3ec;
}
.btn-outline {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}
.btn-outline:hover:not(:disabled):not([disabled]) {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.lux-commerce-table {
  width: 100%;
  border-collapse: collapse;
}
.lux-commerce-table th,
.lux-commerce-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
  vertical-align: middle;
}
.lux-commerce-table th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lux-commerce-table tr:last-child td { border-bottom: 0; }

.lux-faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
}
.lux-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
}
.lux-faq-item summary::-webkit-details-marker { display: none; }
.lux-faq-item[open] summary .material-symbols-outlined { transform: rotate(180deg); }
.lux-faq-answer {
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.75;
}

.account-dashboard-row {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 60px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.account-sidebar {
  flex: 0 0 260px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px;
  box-shadow: var(--shadow);
}
.account-sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.account-sidebar a:hover,
.account-sidebar a.active {
  color: var(--accent-dark);
}
.account-content {
  flex: 1 1 auto;
  min-width: 0;
}
.pw-toggle {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.fas, .far, .fab { font-style: normal; }

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(222, 216, 205, 0.9);
  backdrop-filter: blur(12px);
}
.is-home .site-header {
  position: fixed;
  background: transparent;
  border-bottom-color: transparent;
  color: #111;
  backdrop-filter: none;
  transition: color 260ms ease, opacity 220ms ease, visibility 220ms ease;
}
.is-home .site-header.theme-white {
  color: #fff;
}
.is-home .site-header.theme-black {
  color: #111;
}
.is-home .site-header.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.announce {
  min-height: 34px;
  overflow: hidden;
  padding: 7px 16px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.announce-track {
  position: relative;
  display: grid;
  place-items: center;
  gap: 22px;
  width: 100%;
  height: 20px;
  min-width: 0;
  text-align: center;
}
.announce-track span {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  max-width: min(520px, calc(100vw - 32px));
}
.announce-track.is-sliding span {
  opacity: 0;
  transform: translateY(8px);
  animation: announcement-slide var(--announce-duration, 8s) ease-in-out infinite;
}
@keyframes announcement-slide {
  0%,
  42% {
    opacity: 1;
    transform: translateY(0);
  }
  50%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .announce-track.is-sliding span {
    animation: none;
  }
  .announce-track.is-sliding span:not(:first-child) {
    display: none;
  }
  .announce-track.is-sliding span:first-child {
    opacity: 1;
    transform: none;
  }
}
.is-home .announce {
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  padding: 7px 16px;
  backdrop-filter: blur(10px);
}
.is-home .nav-bar {
  max-width: none;
  height: 108px;
  color: inherit;
}
.is-home .nav-links {
  color: inherit;
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
}
.is-home .nav-links a,
.is-home .nav-link-button,
.is-home .utility-link,
.is-home .icon-btn,
.is-home .currency-select {
  color: inherit;
}
.is-home .brand-mark img {
  filter: brightness(0);
  transition: filter 260ms ease;
}
.is-home .site-header.theme-white .brand-mark img {
  filter: brightness(0) invert(1);
}
.is-home .site-header.theme-black .brand-mark img {
  filter: brightness(0);
}
.nav-bar {
  height: 124px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 18px;
}
.nav-utility {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
}
.brand-mark img {
  width: auto;
  height: 112px;
  max-width: min(162px, 42vw);
  max-height: 112px;
  object-fit: contain;
}
.nav-links, .nav-actions {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.7vw, 22px);
}
.nav-actions { justify-content: flex-end; }
.currency-select-wrap {
  display: inline-flex;
  align-items: center;
}
.currency-select {
  max-width: 76px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.currency-select:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}
.nav-category-bar {
  position: relative;
  min-height: 46px;
  justify-content: center;
  gap: clamp(16px, 2.3vw, 34px);
  padding: 0 clamp(16px, 4vw, 56px);
  border-top: 1px solid rgba(222, 216, 205, 0.7);
  background: #fff;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-category-bar::-webkit-scrollbar { display: none; }
.nav-links a, .nav-link-button {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-link-button {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.nav-links a:hover, .nav-link-button:hover, .icon-btn:hover, .utility-link:hover {
  color: var(--accent-dark);
}
.icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.utility-link {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.is-home .utility-link,
.is-home .icon-btn,
.is-home .currency-select {
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.22);
}
.utility-link .material-symbols-outlined { font-size: 20px; }
.count-badge {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--rose);
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
}
.nav-menu-btn { display: none; }
.nav-mega-trigger { position: static; }
.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(1180px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 30px 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
.nav-mega-trigger:hover .mega-menu,
.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.mega-menu h3 {
  margin: 0 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-dark);
}
.mega-menu a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}

.search-drawer,
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 220;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}
.search-drawer.is-open,
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 24, 0.42);
}
.search-panel {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(760px, calc(100% - 28px));
  transform: translate(-50%, -105%);
  display: grid;
  gap: 20px;
  margin-top: 18px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform 220ms ease;
}
.search-drawer.is-open .search-panel {
  transform: translate(-50%, 0);
}
.drawer-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.search-panel label {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.12;
}
.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--line);
  background: #fff;
}
.search-row input {
  min-width: 0;
  min-height: 48px;
  border: 0;
  padding: 0 14px;
  outline: none;
  font-size: 14px;
}
.search-row .btn {
  border-radius: 0;
}
.quick-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.quick-search a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.mobile-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(390px, 88vw);
  transform: translateX(-105%);
  overflow-y: auto;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 220ms ease;
}
.mobile-menu.is-open .mobile-panel {
  transform: translateX(0);
}
.mobile-panel-head {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}
.mobile-panel-head img {
  width: auto;
  height: 58px;
  max-width: 74px;
  object-fit: contain;
}
.mobile-nav,
.mobile-cats {
  display: grid;
  padding: 18px;
}
.mobile-nav a {
  padding: 13px 0;
  border-bottom: 1px solid rgba(222, 216, 205, 0.72);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mobile-cats {
  gap: 9px;
  border-top: 1px solid var(--line);
}
.mobile-cats p {
  margin: 0 0 4px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.mobile-cats a {
  color: var(--muted);
  font-size: 14px;
}

.shop-page,
.product-page {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 54px) clamp(16px, 4vw, 56px) clamp(58px, 6vw, 90px);
}
.shop-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.shop-hero h1,
.product-info h1,
.section-head h2 {
  margin: 6px 0 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.8vw, 56px);
  font-weight: 500;
  line-height: 1.05;
}
.shop-hero p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.shop-tools {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: clamp(26px, 3vw, 44px);
  align-items: start;
}
.filter-backdrop {
  display: none;
}
.filter-panel {
  position: sticky;
  top: 172px;
  display: grid;
  gap: 26px;
  padding-right: 18px;
  border-right: 1px solid var(--line);
}
.filter-panel__head {
  display: none;
}
.filter-search {
  display: grid;
  gap: 12px;
}
.filter-search h2,
.filter-group h3 {
  margin: 0;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.filter-search input,
.sort-select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  outline: none;
}
.filter-search input:focus,
.sort-select:focus {
  border-color: var(--accent);
}
.filter-group {
  display: grid;
  gap: 10px;
}
.filter-group a {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.filter-group a:hover,
.filter-group a.is-active {
  color: var(--ink);
  font-weight: 800;
}
.shop-results-head {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.shop-results-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.filter-toggle {
  display: none;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  padding: 0 13px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.filter-toggle .material-symbols-outlined {
  font-size: 18px;
}
.shop-results-head p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.shop-results-head form {
  min-width: 190px;
}
.product-grid,
.product-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(26px, 3vw, 40px) clamp(16px, 2vw, 24px);
}
.product-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(222, 216, 205, 0.56);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(24, 24, 24, 0.06);
  color: var(--ink);
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.product-card:hover {
  border-color: rgba(180, 138, 98, 0.42);
  box-shadow: 0 18px 42px rgba(24, 24, 24, 0.1);
  transform: translateY(-2px);
}
.product-card__media {
  position: relative;
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #eee8de;
}
.product-card__media a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card__media img,
.product-card > a.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}
.product-card:hover .product-card__media img,
.product-card:hover > a.product-card__media img {
  transform: scale(1.025);
}
.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1;
  border: 1px solid rgba(222, 216, 205, 0.72);
  border-radius: 999px;
  text-transform: uppercase;
}
.product-card__actions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: grid;
  gap: 8px;
  transform: translateX(8px);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}
.product-card:hover .product-card__actions {
  transform: translateX(0);
  opacity: 1;
}
.product-card:focus-within .product-card__actions {
  transform: translateX(0);
  opacity: 1;
}
.product-card__actions form,
.product-card__actions a {
  display: block;
}
.product-card__actions button,
.product-card__actions a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(24, 24, 24, 0.12);
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}
.product-card__actions button:hover,
.product-card__actions a:hover {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 30px rgba(24, 24, 24, 0.18);
  transform: translateY(-1px);
}
.product-card__actions .material-symbols-outlined {
  font-size: 19px;
}
.product-card__actions form.is-saved button {
  color: var(--rose);
}
.product-card__quick {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: grid;
  gap: 8px;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}
.product-card:hover .product-card__quick {
  transform: translateY(0);
  opacity: 1;
}
.product-card:focus-within .product-card__quick {
  transform: translateY(0);
  opacity: 1;
}
.product-card__quick .btn {
  width: 100%;
  min-height: 42px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(24, 24, 24, 0.1);
}
.product-card__quick--disabled .btn {
  color: rgba(98, 97, 93, 0.62);
  background: rgba(255, 255, 255, 0.9);
}
.product-card__sizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 0;
}
.product-card__sizes button {
  position: relative;
  min-width: 34px;
  height: 32px;
  overflow: hidden;
  border: 1px solid rgba(222, 216, 205, 0.9);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.product-card__sizes button:hover:not(:disabled) {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-1px);
}
.product-card__sizes button.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}
.product-card__sizes button:disabled {
  color: rgba(98, 97, 93, 0.42);
  background: rgba(247, 245, 239, 0.82);
  cursor: not-allowed;
}
.product-card__sizes button:disabled::after,
.product-card__sizes button.is-unavailable::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  border-top: 1px solid currentColor;
  transform: rotate(-20deg);
}
.product-card__sizes button.is-unavailable {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.product-card__sizes button.is-unavailable::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 50%;
  border-top: 1px solid currentColor;
  transform: rotate(-18deg);
}
.product-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 14px 14px 16px;
}
.product-card__category {
  min-height: 0 !important;
  margin: 0 !important;
  color: var(--muted);
  font-size: 10px !important;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}
.product-card__body h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.38;
  text-transform: uppercase;
}
.product-card__body h3 a {
  display: -webkit-box;
  min-height: calc(1.38em * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-card__subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.product-card__price {
  margin-top: auto;
  padding-top: 5px;
}
.price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.price del {
  color: rgba(98, 97, 93, 0.62);
  font-weight: 600;
}
.empty-state {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 42px 18px;
  border: 1px solid var(--line);
  text-align: center;
}
.empty-state h2 {
  margin: 6px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 500;
}
.empty-state p {
  color: var(--muted);
}
.empty-state__cta,
.empty-state__cta:visited,
.empty-state .btn.btn-dark {
  min-width: 184px;
  color: #ffffff;
  background: var(--ink);
  border-color: var(--ink);
}
.empty-state__cta:hover,
.empty-state__cta:focus-visible,
.empty-state .btn.btn-dark:hover,
.empty-state .btn.btn-dark:focus-visible {
  color: #ffffff;
  background: #2b241f;
  border-color: #2b241f;
}
.pagination-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 44px;
}
.wishlist-card {
  min-width: 0;
}
.wishlist-empty-cta,
.wishlist-empty-cta:visited {
  display: inline-flex;
  min-width: 190px;
  color: #ffffff !important;
  background: #181818 !important;
  border-color: #181818 !important;
}
.wishlist-empty-cta:hover,
.wishlist-empty-cta:focus-visible {
  color: #ffffff !important;
  background: #7b5136 !important;
  border-color: #7b5136 !important;
}
.wishlist-remove-form {
  margin-top: 12px;
}
.wishlist-remove-form .btn {
  width: 100%;
  min-height: 40px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  font-size: 10px;
}
.wishlist-remove-form .btn:hover:not(:disabled):not([disabled]) {
  color: #fff;
  background: var(--danger);
  border-color: var(--danger);
}
.pagination-row > a:last-child {
  justify-self: end;
}
.pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination-pages a,
.pagination-pages span {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.pagination-pages span,
.pagination-pages a:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}
.product-page > .eyebrow {
  margin-bottom: 24px;
}
.product-page > .eyebrow a {
  color: var(--muted);
}
.product-detail {
  --product-sticky-top: 170px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
}
.product-gallery {
  position: sticky;
  top: var(--product-sticky-top);
  max-height: calc(100svh - var(--product-sticky-top) - 20px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  padding-right: 6px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: y proximity;
}
.product-gallery::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.product-gallery::-webkit-scrollbar-track {
  background: transparent;
}
.product-gallery::-webkit-scrollbar-thumb {
  background: rgba(98, 97, 93, 0.32);
  border-radius: 999px;
}
.product-gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #eee8de;
  scroll-snap-align: start;
}
.product-gallery img[data-gallery-open] {
  cursor: zoom-in;
}
.product-gallery img[data-gallery-open]:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}
.product-gallery img:only-child {
  grid-column: 1 / -1;
}
.product-info {
  position: sticky;
  top: var(--product-sticky-top);
  max-height: calc(100svh - var(--product-sticky-top) - 20px);
  display: grid;
  gap: 20px;
  align-self: start;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  padding-right: 4px;
  scrollbar-width: none;
}
.product-info::-webkit-scrollbar {
  display: none;
}
.product-info__head {
  display: grid;
  gap: 5px;
  padding-bottom: 4px;
}
.product-info__head h1 {
  margin-bottom: 0;
}
.product-info__price {
  justify-content: flex-start;
  width: fit-content;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(180, 138, 98, 0.2);
  border-radius: 8px;
  background: rgba(180, 138, 98, 0.08);
  font-size: 18px;
}
.product-info .subtitle,
.product-description {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}
.product-description { white-space: pre-line; }
.product-description p {
  margin: 0 0 12px;
}
.product-description-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(222, 216, 205, 0.86);
  border-radius: 8px;
  background: #fffdf9;
  list-style: none;
  white-space: normal;
}
.product-description-list li {
  position: relative;
  padding-left: 17px;
}
.product-description-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.product-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(222, 216, 205, 0.9);
  border-radius: 8px;
  background: #fff;
}
.product-meta-grid div {
  padding: 15px 16px;
  border-right: 1px solid rgba(222, 216, 205, 0.9);
}
.product-meta-grid div:last-child {
  border-right: 0;
}
.product-meta-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-meta-grid strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}
.product-option-block {
  display: grid;
  gap: 10px;
}
.product-option-block > .eyebrow,
.product-option-head .eyebrow {
  margin: 0;
}
.product-option-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.product-option-head a {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.option-pill {
  position: relative;
  min-width: 40px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 189, 170, 0.9);
  border-radius: 6px;
  padding: 0 12px;
  background: #fffdf9;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
  box-shadow: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.option-pill:hover:not(:disabled):not(.is-disabled) {
  color: var(--ink);
  background: #fff;
  border-color: var(--ink);
  transform: translateY(-1px);
}
.option-pill.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 10px 22px rgba(24, 24, 24, 0.12);
}
.option-pill.is-disabled,
.option-pill:disabled {
  color: rgba(98, 97, 93, 0.48);
  background: #f7f5ef;
  border-color: rgba(222, 216, 205, 0.9);
  cursor: not-allowed;
}
.option-pill.is-disabled span,
.option-pill:disabled span {
  opacity: 0.68;
}
.option-pill.is-disabled::after,
.option-pill:disabled::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  border-top: 1px solid currentColor;
  transform: rotate(-18deg);
}
.option-pill--color {
  min-width: 0;
  max-width: 100%;
}
.option-pill--color.is-disabled::before,
.option-pill--color:disabled::before {
  content: "\00d7";
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.qty-box {
  width: fit-content;
  min-height: 40px;
  display: inline-grid;
  grid-template-columns: 40px 46px 40px;
  overflow: hidden;
  border: 1px solid rgba(200, 189, 170, 0.9);
  border-radius: 8px;
  background: #fffdf9;
}
.qty-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background-color 0.18s ease;
}
.qty-box button:hover {
  background: rgba(180, 138, 98, 0.12);
}
.qty-box span[data-qty-output] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(200, 189, 170, 0.9);
  border-right: 1px solid rgba(200, 189, 170, 0.9);
  font-size: 13px;
  font-weight: 800;
}
.product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(132px, 0.44fr);
  gap: 12px;
}
.product-actions form,
.product-actions .btn {
  width: 100%;
}
.detail-list {
  border-top: 1px solid rgba(222, 216, 205, 0.92);
}
.detail-list details {
  border-bottom: 1px solid rgba(222, 216, 205, 0.92);
}
.detail-list summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
}
.detail-list summary::after {
  content: "+";
  color: var(--accent-dark);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.detail-list details[open] summary::after {
  content: "-";
}
.detail-list p,
.product-detail-dl {
  margin: 0;
  padding: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.product-detail-dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 8px 0;
}
.product-detail-dl dt {
  color: var(--ink);
  font-weight: 800;
}
.related-section {
  margin-top: clamp(48px, 6vw, 82px);
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.section-head h2 {
  font-size: clamp(28px, 4vw, 44px);
}
.service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.service-strip > div {
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
}
.service-strip .material-symbols-outlined {
  color: var(--accent-dark);
}
.service-strip strong {
  display: block;
  margin: 8px 0;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.service-strip p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.product-reviews {
  margin-top: clamp(48px, 6vw, 82px);
  padding-top: clamp(28px, 4vw, 42px);
  border-top: 1px solid rgba(222, 216, 205, 0.95);
}
.product-reviews__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(22px, 3vw, 32px);
}
.product-reviews__head h2 {
  margin: 6px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}
.product-reviews__summary {
  min-height: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.product-reviews__summary strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: 0;
}
.product-reviews__stars,
.product-review-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--accent-dark);
  font-size: 12px;
  letter-spacing: 0;
}
.review-text-button {
  border: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-reviews__trigger {
  min-width: 150px;
  margin-top: 8px;
}
.product-review-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  gap: 14px;
  align-items: stretch;
  margin-top: 0;
}
.product-review-card,
.product-review-form {
  background: #fff;
}
.product-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(200, 189, 170, 0.82);
  border-radius: 8px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  box-shadow: 0 18px 48px rgba(24, 24, 24, 0.07);
}
.product-review-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-dark), var(--accent), rgba(180, 138, 98, 0));
}
.product-review-card__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.product-review-card h3,
.product-review-form h3 {
  margin: 0 0 5px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.35;
}
.product-review-card p,
.product-review-form p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.product-review-card__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  color: var(--ink);
  border-top: 1px solid rgba(222, 216, 205, 0.72);
}
.product-review-card__avatar {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(180, 138, 98, 0.26);
  border-radius: 50%;
  background: rgba(180, 138, 98, 0.11);
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.product-review-card__footer strong {
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}
.product-review-card__footer time {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.product-review-form {
  display: grid;
  gap: 14px;
  border: 0;
  padding: 0;
}
.product-review-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.product-review-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-review-rating {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}
.product-review-rating legend {
  padding: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-review-rating__stars {
  min-height: 46px;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid rgba(200, 189, 170, 0.9);
  border-radius: 8px;
  background: #fffdf9;
}
.product-review-form .product-review-rating__stars input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.product-review-rating__stars label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 34px;
  color: rgba(98, 97, 93, 0.45);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: color 0.16s ease, transform 0.16s ease;
}
.product-review-rating__stars label:hover,
.product-review-rating__stars label:hover ~ label,
.product-review-rating__stars input:checked ~ label {
  color: var(--accent-dark);
}
.product-review-rating__stars input:focus-visible + label {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.product-review-rating__stars label:hover {
  transform: translateY(-1px);
}
.product-review-form input,
.product-review-form select,
.product-review-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(200, 189, 170, 0.9);
  border-radius: 8px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fffdf9;
  font: inherit;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.product-review-form input:focus,
.product-review-form select:focus,
.product-review-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(180, 138, 98, 0.14);
}
.product-review-form textarea {
  min-height: 112px;
  line-height: 1.65;
  resize: vertical;
}
.product-review-form__submit {
  width: 100%;
  min-height: 50px;
  margin-top: 2px;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(24, 24, 24, 0.12);
}
.product-review-form__note {
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.product-review-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.product-review-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.product-review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 24, 0.46);
  backdrop-filter: blur(10px);
}
.product-review-modal__panel {
  position: relative;
  width: min(620px, 100%);
  max-height: min(720px, calc(100svh - 32px));
  overflow-y: auto;
  border: 1px solid rgba(222, 216, 205, 0.9);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  box-shadow: 0 30px 90px rgba(24, 24, 24, 0.24);
  padding: 0;
}
.product-review-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 189, 170, 0.9);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.product-review-modal__close:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}
.product-review-modal__close .material-symbols-outlined {
  font-size: 20px;
}
.product-review-modal__head {
  padding: 30px 76px 20px 28px;
  border-bottom: 1px solid rgba(222, 216, 205, 0.82);
  background: rgba(247, 245, 239, 0.55);
}
.product-review-modal__head h2 {
  margin: 6px 0 7px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 500;
  line-height: 1.1;
}
.product-review-modal__head p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.product-review-modal .product-review-form {
  padding: 24px 28px 28px;
}
.product-image-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.product-image-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.product-image-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.78);
  backdrop-filter: blur(6px);
}
.product-image-modal__panel {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100svh - 44px);
  display: grid;
  place-items: center;
}
.product-image-modal__panel img {
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 44px);
  object-fit: contain;
  background: #eee8de;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}
.product-image-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}
.product-image-modal__close .material-symbols-outlined {
  font-size: 22px;
}
body.modal-open {
  overflow: hidden;
}

.site-footer {
  background: #fff;
  color: var(--ink);
  border-top: 1px solid rgba(222, 216, 205, 0.95);
}
.footer-main {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 86px) 0 42px;
  display: grid;
  grid-template-columns: minmax(260px, 1.22fr) minmax(140px, 0.72fr) minmax(170px, 0.84fr) minmax(300px, 1.18fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
}
.footer-column {
  min-width: 0;
}
.footer-main h2 {
  margin: 0 0 17px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.footer-main p {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 184px;
  margin-bottom: 18px;
}
.footer-brand img {
  width: auto;
  height: 134px;
  max-width: 184px;
  max-height: 134px;
  object-fit: contain;
  filter: none;
}
.footer-brand p {
  max-width: 260px;
  color: var(--ink);
  font-size: 14px;
}
.footer-brand-contact {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.footer-brand-contact a,
.footer-brand-contact .footer-contact-line {
  min-width: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.footer-brand-contact a:hover {
  color: var(--accent-dark);
}
.footer-brand-contact .material-symbols-outlined {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--accent-dark);
  font-size: 17px;
}
.footer-link-list {
  display: grid;
  gap: 10px;
}
.footer-link-list a {
  position: relative;
  width: fit-content;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-link-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.footer-link-list a:hover {
  color: var(--ink);
  transform: translateX(2px);
}
.footer-link-list a:hover::after {
  transform: scaleX(1);
}
.footer-newsletter-copy {
  max-width: 340px;
  margin-bottom: 14px !important;
}
.footer-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 48px;
  border: 1px solid rgba(200, 189, 170, 0.86);
  background: var(--surface);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.footer-newsletter-form:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(180, 138, 98, 0.14);
}
.footer-newsletter-form input {
  min-width: 0;
  border: 0;
  padding: 0 15px;
  color: var(--ink);
  background: transparent;
  outline: none;
  font-size: 13px;
}
.footer-newsletter-form input::placeholder {
  color: rgba(98, 97, 93, 0.62);
}
.footer-newsletter-form button {
  min-width: 94px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.footer-newsletter-form button:hover {
  background: var(--accent-dark);
}
.footer-newsletter-form button .material-symbols-outlined {
  font-size: 17px;
}
.footer-hours {
  margin-top: 18px !important;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.footer-socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--accent-dark);
  border: 1px solid rgba(200, 189, 170, 0.86);
  border-radius: 50%;
  background: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.footer-socials a:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-2px);
}
.footer-socials .material-symbols-outlined {
  font-size: 18px;
}
.footer-socials i {
  font-size: 15px;
  line-height: 1;
}
.footer-bottom {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(222, 216, 205, 0.95);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.mobile-bottom-nav {
  display: none;
}
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  min-width: 52px;
  height: 52px;
  padding: 0 18px 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 34px rgba(22, 101, 52, 0.24);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.wa-float:hover {
  background: #1fb85b;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(22, 101, 52, 0.3);
}
.wa-float .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.store-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 130;
  transform: translate(-50%, 120%);
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: transform 180ms ease, opacity 180ms ease;
}
.store-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.is-home .site-footer {
  scroll-snap-align: none;
}
.is-home .home-scroll-banner {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.is-home .home-scroll-banner__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-home {
  background: #fff;
  color: var(--ink);
}
.home-kicker {
  margin: 0;
  color: #8d4f55;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-hero {
  position: relative;
  height: calc(100svh - 48px);
  min-height: 560px;
  max-height: 860px;
  overflow: hidden;
  isolation: isolate;
  background: #111;
}
.home-hero__slides,
.home-hero__slide,
.home-hero__media,
.home-hero__shade {
  position: absolute;
  inset: 0;
}
.home-hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 560ms ease;
}
.home-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.home-hero__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}
.home-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, 0.72) 0%, rgba(8, 10, 12, 0.42) 38%, rgba(8, 10, 12, 0.04) 100%),
    linear-gradient(180deg, rgba(8, 10, 12, 0.35) 0%, rgba(8, 10, 12, 0.02) 46%, rgba(8, 10, 12, 0.42) 100%);
}
.home-hero__content {
  position: absolute;
  left: clamp(18px, 6vw, 82px);
  bottom: clamp(34px, 8vh, 96px);
  z-index: 2;
  width: min(560px, calc(100% - 36px));
  color: #fff;
}
.home-hero__content .home-kicker {
  color: #f6d7dc;
}
.home-hero h1 {
  margin: 10px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}
.home-hero__subtitle {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.5;
}
.home-hero__copy {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}
.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.btn-ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.54);
}
.btn-ghost-light:hover {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}
.home-hero .btn-light {
  color: var(--ink);
}
.home-hero .btn-light:hover {
  color: var(--ink);
}
.home-hero__dots {
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: clamp(22px, 6vh, 70px);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.home-hero__dots button {
  width: 34px;
  height: 3px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.home-hero__dots button.is-active {
  background: #fff;
}
.home-section {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 86px) 0;
}
.home-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.home-section__head h2,
.home-lookbook h2,
.home-reviews h2,
.home-newsletter h2 {
  margin: 6px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4.8vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}
.home-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: #253042;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-link:hover {
  color: #8d4f55;
}
.home-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.home-collection-tile {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #e7ece9;
  color: #fff;
}
.home-collection-tile:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.home-collection-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 420ms ease;
}
.home-collection-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 10, 0.02) 30%, rgba(5, 8, 10, 0.72) 100%);
}
.home-collection-tile:hover img {
  transform: scale(1.035);
}
.home-collection-tile span {
  position: absolute;
  left: clamp(16px, 3vw, 30px);
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 2;
  display: grid;
  gap: 8px;
}
.home-collection-tile strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.05;
}
.home-collection-tile small {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
}
.home-product-grid,
.home-product-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px) clamp(12px, 2vw, 22px);
}
.home-product-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-lookbook {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 620px;
  background: #111615;
  color: #fff;
}
.home-lookbook__media {
  min-height: 620px;
  overflow: hidden;
}
.home-lookbook__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-lookbook__content {
  align-self: center;
  padding: clamp(38px, 7vw, 88px);
}
.home-lookbook__content .home-kicker {
  color: #c6d7cd;
}
.home-lookbook__content p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.8;
}
.home-lookbook__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}
.home-lookbook__stats span {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-lookbook__stats strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.home-actions--dark .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}
.home-actions--dark .btn-outline:hover {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}
.home-service-strip {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(28px, 5vw, 64px) auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(222, 216, 205, 0.95);
  background: #fff;
}
.home-service-strip a {
  min-height: 156px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 28px;
  border-right: 1px solid rgba(222, 216, 205, 0.95);
}
.home-service-strip a:last-child {
  border-right: 0;
}
.home-service-strip .material-symbols-outlined {
  color: #5f6f62;
  font-size: 28px;
}
.home-service-strip strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.home-service-strip small {
  max-width: 320px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.home-reviews {
  padding: clamp(54px, 7vw, 92px) clamp(16px, 4vw, 56px);
  background: #eef2f0;
  color: var(--ink);
}
.home-reviews > div:first-child,
.home-review-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.home-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.home-review-grid article {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(222, 216, 205, 0.8);
}
.home-review-grid .material-symbols-outlined {
  color: #8d4f55;
  font-size: 18px;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 20;
}
.home-review-grid h3 {
  margin: 0;
  font-size: 16px;
}
.home-review-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.home-review-grid strong {
  margin-top: 6px;
  color: #253042;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-newsletter {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(48px, 7vw, 86px) auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 5vw, 56px);
  background: #1b2028;
  color: #fff;
}
.home-newsletter .home-kicker {
  color: #f6d7dc;
}
.home-newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.home-newsletter input {
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 14px;
  outline: none;
}
.home-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}
.home-newsletter input:focus {
  border-color: #fff;
}

@media (max-width: 960px) {
  .nav-bar {
    height: 90px;
    grid-template-columns: auto 1fr auto;
  }
  .is-home .nav-bar {
    height: 90px;
  }
  .brand-mark {
    min-width: 0;
  }
  .brand-mark img {
    height: 76px;
    max-width: 106px;
    max-height: 76px;
  }
  .nav-menu-btn {
    display: inline-flex;
  }
  .nav-category-bar,
  .account-link {
    display: none;
  }
  .utility-link span:last-child {
    display: none;
  }
  .shop-tools {
    grid-template-columns: 1fr;
  }
  .filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 205;
    display: block;
    background: rgba(24, 24, 24, 0.38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
  }
  .filter-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .filter-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 210;
    width: min(390px, 88vw);
    transform: translateX(-105%);
    overflow-y: auto;
    align-content: start;
    padding: 18px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform 220ms ease;
  }
  .filter-panel.is-open {
    transform: translateX(0);
  }
  .filter-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
  }
  .filter-panel__head h2 {
    margin: 0;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .filter-toggle {
    display: inline-flex;
  }
  .filter-search {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
  .filter-search h2 {
    grid-column: 1 / -1;
  }
  .filter-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .filter-group h3 {
    width: 100%;
  }
  .product-grid,
  .product-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-collection-tile:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
  .home-product-grid,
  .home-product-rail,
  .home-product-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-lookbook {
    grid-template-columns: 1fr;
  }
  .home-lookbook__media {
    min-height: 440px;
  }
  .home-service-strip,
  .home-review-grid,
  .home-newsletter {
    grid-template-columns: 1fr;
  }
  .home-service-strip a {
    border-right: 0;
    border-bottom: 1px solid rgba(222, 216, 205, 0.95);
  }
  .home-service-strip a:last-child {
    border-bottom: 0;
  }
  .product-detail {
    grid-template-columns: 1fr;
  }
  .product-gallery {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .product-info {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .service-strip {
    grid-template-columns: 1fr;
  }
  .product-review-list {
    grid-template-columns: 1fr;
  }
  .contact-layout,
  .contact-map-card {
    grid-template-columns: 1fr;
  }
  .contact-info-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-brand,
  .footer-newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .announce {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 10px;
  }
  .announce-track {
    gap: 12px;
  }
  .nav-bar {
    height: 88px;
    padding: 0 12px;
  }
  .is-home .nav-bar {
    height: 88px;
  }
  .nav-actions {
    gap: 6px;
  }
  .currency-select-wrap {
    display: none;
  }
  .icon-btn {
    width: 34px;
    height: 34px;
  }
  .shop-page,
  .product-page {
    padding: 24px 12px 84px;
  }
  .shop-hero,
  .section-head,
  .product-reviews__head {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
  .shop-hero .btn,
  .section-head .btn {
    width: fit-content;
  }
  .product-reviews__trigger {
    width: 100%;
  }
  .filter-search {
    grid-template-columns: 1fr;
  }
  .filter-search .btn {
    width: 100%;
  }
  .account-page-head {
    padding-top: 22px;
    padding-bottom: 14px;
  }
  .account-auth-shell {
    width: 100%;
  }
  .account-tabs {
    border-left: 0;
    border-right: 0;
    margin-inline: -12px;
  }
  .account-tab {
    min-height: 48px;
    padding: 11px 8px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .account-auth-panel {
    margin-inline: -12px;
    border-left: 0;
    border-right: 0;
    box-shadow: 0 14px 36px rgba(24, 24, 24, 0.07);
  }
  .account-name-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .account-form-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .account-switch {
    padding-inline: 8px;
  }
  .shop-results-head {
    align-items: stretch;
    flex-direction: column;
  }
  .shop-results-head form {
    min-width: 0;
    width: 100%;
  }
  .product-grid,
  .product-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 10px;
  }
  .home-hero {
    height: calc(100svh - 38px);
    min-height: 520px;
  }
  .home-hero__shade {
    background:
      linear-gradient(180deg, rgba(8, 10, 12, 0.42) 0%, rgba(8, 10, 12, 0.08) 38%, rgba(8, 10, 12, 0.76) 100%);
  }
  .home-hero__content {
    left: 16px;
    right: 16px;
    bottom: 28px;
    width: auto;
  }
  .home-hero h1 {
    font-size: clamp(36px, 12vw, 52px);
  }
  .home-hero__copy {
    font-size: 14px;
  }
  .home-hero__dots {
    right: 16px;
    bottom: 14px;
  }
  .home-section {
    width: min(100% - 24px, 520px);
    padding: 42px 0;
  }
  .home-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .home-collection-grid,
  .home-product-grid,
  .home-product-rail,
  .home-product-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 10px;
  }
  .home-collection-tile,
  .home-collection-tile:first-child {
    grid-column: span 1;
    min-height: 250px;
  }
  .home-collection-tile strong {
    font-size: 24px;
  }
  .home-collection-tile small {
    display: none;
  }
  .home-lookbook__media {
    min-height: 360px;
  }
  .home-lookbook__content {
    padding: 32px 18px;
  }
  .home-lookbook__stats {
    grid-template-columns: 1fr;
  }
  .home-service-strip,
  .home-newsletter {
    width: min(100% - 24px, 520px);
  }
  .home-service-strip a {
    min-height: 132px;
    padding: 22px;
  }
  .home-reviews {
    padding: 42px 12px;
  }
  .home-review-grid {
    grid-template-columns: 1fr;
  }
  .home-newsletter {
    padding: 28px 18px;
  }
  .home-newsletter form {
    grid-template-columns: 1fr;
  }
  .home-newsletter .btn {
    width: 100%;
  }
  .product-card__media {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    overflow: visible;
    background: #fff;
  }
  .product-card__media > a {
    aspect-ratio: 3 / 4;
    height: auto;
    overflow: hidden;
    background: #eee8de;
  }
  .product-card__quick {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    opacity: 1;
    margin-top: 0;
    padding: 9px 9px 0;
    background: #fff;
  }
  .product-card__actions {
    top: 8px;
    right: 8px;
    transform: none;
    opacity: 1;
  }
  .product-card__actions button,
  .product-card__actions a {
    width: 32px;
    height: 32px;
  }
  .product-card__quick .btn {
    min-height: 36px;
    padding: 9px 8px;
    color: #fff;
    background: var(--ink);
    border-color: var(--ink);
    box-shadow: none;
  }
  .product-card__sizes {
    gap: 5px;
    justify-content: flex-start;
  }
  .product-card__sizes button {
    min-width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .product-card__body h3,
  .product-card__subtitle,
  .price {
    font-size: 12px;
  }
  .product-card__body {
    padding: 12px 10px 13px;
  }
  .pagination-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .product-gallery {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    margin-inline: -12px;
    padding: 0 12px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .product-gallery::-webkit-scrollbar {
    display: none;
  }
  .product-gallery img,
  .product-gallery img:only-child {
    flex: 0 0 min(82vw, 360px);
    width: min(82vw, 360px);
    max-width: min(82vw, 360px);
    grid-column: auto;
    scroll-snap-align: start;
  }
  .product-actions {
    grid-template-columns: 1fr;
  }
  .product-review-card {
    padding: 18px;
  }
  .product-review-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .product-review-modal {
    align-items: end;
    padding: 10px;
  }
  .product-review-modal__panel {
    width: 100%;
    max-height: calc(100svh - 24px);
    border-radius: 8px 8px 0 0;
  }
  .product-review-modal__head {
    padding: 24px 62px 16px 18px;
  }
  .product-review-modal .product-review-form {
    padding: 18px;
  }
  .product-review-modal__close {
    top: 14px;
    right: 14px;
  }
  .product-image-modal {
    padding: 10px;
  }
  .product-image-modal__panel,
  .product-image-modal__panel img {
    max-height: calc(100svh - 20px);
  }
  .product-image-modal__close {
    top: 8px;
    right: 8px;
  }
  .product-meta-grid {
    grid-template-columns: 1fr;
  }
  .product-meta-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .product-meta-grid div:last-child {
    border-bottom: 0;
  }
  .search-panel {
    width: calc(100% - 24px);
    padding: 28px 18px 22px;
  }
  .search-row {
    grid-template-columns: 1fr;
  }
  .contact-page {
    padding: 30px 0 76px;
  }
  .contact-form-card,
  .contact-info-card {
    padding: 22px 16px;
  }
  .contact-form__grid,
  .contact-info-list {
    grid-template-columns: 1fr;
  }
  .contact-info-item {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 13px;
  }
  .contact-info-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .contact-map-card {
    padding: 16px;
  }
  .contact-map__copy {
    padding: 2px;
  }
  .contact-map__frame {
    min-height: 260px;
  }
  .footer-services {
    grid-template-columns: 1fr;
  }
  .footer-services a {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(222, 216, 205, 0.72);
  }
  .footer-services a:last-child {
    border-bottom: 0;
  }
  .footer-main {
    width: min(100% - 28px, 420px);
    grid-template-columns: 1fr;
    padding: 38px 0 32px;
  }
  .footer-logo-link {
    max-width: 210px;
  }
  .footer-newsletter-form,
  .footer-connect form {
    grid-template-columns: 1fr;
  }
  .footer-newsletter-form input,
  .footer-newsletter-form button,
  .footer-connect input,
  .footer-connect button {
    min-height: 42px;
  }
  .footer-newsletter-form button {
    width: 100%;
  }
  .footer-socials {
    gap: 9px;
  }
  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 115;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
  }
  .mobile-bottom-nav a {
    min-height: 58px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
  }
  .mobile-bottom-nav .material-symbols-outlined {
    font-size: 20px;
  }
  .wa-float {
    right: 14px;
    bottom: 72px;
    width: 52px;
    padding: 0;
    border-radius: 50%;
  }
  .wa-float span:last-child {
    display: none;
  }
}

html.is-home,
body.maria-store.is-home {
  height: 100%;
  overflow: hidden;
}

.home-swiper-root {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 520px;
  overflow: hidden;
  background: #050505;
}

.fashion-home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 180;
  color: #111;
  background: transparent;
  border: 0;
  transition: color 260ms ease, opacity 220ms ease, visibility 220ms ease;
}

.fashion-home-header.theme-white {
  color: #fff;
}

.fashion-home-header.theme-black {
  color: #111;
}

.fashion-home-header.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fashion-home-header .marquee-bar {
  overflow: hidden;
  white-space: nowrap;
  padding: 9px 0;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.fashion-home-header .marquee-track {
  display: inline-flex;
  gap: 86px;
  min-width: max-content;
  animation: home-marquee 36s linear infinite;
}

.fashion-home-header .marquee-item {
  flex: 0 0 auto;
}

@keyframes home-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.fashion-home-header .header-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 0 clamp(16px, 3vw, 44px) 14px;
}

.fashion-home-header .header-col {
  display: flex;
  align-items: center;
  min-width: 0;
}

.fashion-home-header .header-col--left {
  gap: 12px;
}

.fashion-home-header .header-col--center {
  justify-content: center;
}

.fashion-home-header .header-col--right {
  justify-content: flex-end;
  gap: 14px;
}

.fashion-home-header .menu-toggle {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.fashion-home-header .menu-toggle span {
  width: 22px;
  height: 1.5px;
  display: block;
  border-radius: 99px;
  background: currentColor;
}

.fashion-home-header .header-nav {
  display: block;
  min-width: 0;
}

.fashion-home-header .nav-list {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.45vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.fashion-home-header .nav-list a,
.fashion-home-header .header-action,
.fashion-home-header .home-currency-select select {
  color: inherit;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.fashion-home-header .nav-list a {
  position: relative;
  display: inline-flex;
  padding: 6px 0;
}

.fashion-home-header .nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.fashion-home-header .nav-list a:hover::after {
  transform: scaleX(1);
}

.fashion-home-header .header-logo {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: inherit;
  text-align: center;
  line-height: 1;
}

.fashion-home-header .logo-text {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.35vw, 36px);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}

.fashion-home-header .logo-subtext {
  display: block;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.46em;
  text-indent: 0.46em;
}

.fashion-home-header .header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  color: inherit;
}

.fashion-home-header .header-action .material-symbols-outlined {
  font-size: 19px;
}

.fashion-home-header .home-currency-select {
  display: inline-flex;
}

.fashion-home-header .home-currency-select select {
  width: 58px;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.fashion-home-header .count-badge {
  top: -2px;
  right: -8px;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 260;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.mobile-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer .drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.mobile-drawer .drawer-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(360px, 88vw);
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111;
  transform: translateX(-104%);
  transition: transform 280ms ease;
}

.mobile-drawer.is-open .drawer-panel {
  transform: translateX(0);
}

.mobile-drawer .drawer-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  border-bottom: 1px solid #eee;
}

.mobile-drawer .drawer-title {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-drawer .drawer-close {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.mobile-drawer .drawer-nav {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 12px 0;
}

.mobile-drawer .drawer-nav a {
  padding: 15px 24px;
  border-bottom: 1px solid #f2f2f2;
  color: #111;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #050505;
}

.home-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-swiper.is-instant .swiper-wrapper {
  transition: none;
}

.home-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: #0c0c0c;
}

.home-swiper .slide-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3eee6;
}

.home-swiper picture.slide-media img,
.home-swiper video.slide-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1024px) {
  .home-swiper picture.slide-media img,
  .home-swiper video.slide-media {
    object-position: center center;
  }
}

.home-swiper .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.16));
  pointer-events: none;
}

.home-swiper .slide-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.home-swiper .slide-copy {
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  bottom: clamp(36px, 8vh, 88px);
  z-index: 3;
  width: min(520px, calc(100% - 36px));
  pointer-events: none;
}

.home-swiper .theme--white .slide-copy {
  color: #fff;
}

.home-swiper .theme--black .slide-copy {
  color: #111;
}

.home-swiper .slide-copy p {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-swiper .slide-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 82px);
  font-weight: 500;
  line-height: 0.98;
}

.home-swiper .slide-copy span,
.home-swiper .slide-copy small {
  display: block;
  max-width: 430px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.65;
}

.home-swiper .slide-copy strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 0 16px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-swiper-status {
  position: absolute;
  right: clamp(16px, 4vw, 56px);
  bottom: clamp(18px, 5vh, 52px);
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  mix-blend-mode: difference;
  pointer-events: none;
}

.home-swiper-status i {
  width: 42px;
  height: 1px;
  background: currentColor;
}

.home-service-slide {
  background: #f7f5ef !important;
  color: #111;
}

.home-service-slide__inner {
  min-height: 100%;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  align-content: center;
  gap: clamp(22px, 4vw, 44px);
  padding: clamp(86px, 12vh, 132px) 0 clamp(34px, 7vh, 72px);
}

.home-service-slide__head {
  max-width: 560px;
}

.home-service-slide__head p {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-service-slide__head h2 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
}

.home-service-slide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-service-card {
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(222, 216, 205, 0.95);
  color: #111;
}

.home-service-card span {
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-service-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.home-service-card small {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

.footer-slide {
  background: #fff !important;
  color: var(--ink);
  overflow-y: auto;
}

.home-footer-slide .site-footer {
  min-height: 100%;
  display: block;
  background: #fff;
  border-top: 1px solid rgba(222, 216, 205, 0.95);
}

.home-footer-slide .footer-main {
  width: min(1240px, calc(100% - 32px));
}

.home-footer-slide .footer-bottom {
  width: min(1240px, calc(100% - 32px));
}

@media (max-width: 760px) {
  .home-footer-slide .footer-main {
    width: min(100% - 28px, 420px);
    grid-template-columns: 1fr;
    padding: 38px 0 32px;
  }

  .home-footer-slide .footer-bottom {
    width: min(1240px, calc(100% - 32px));
  }
}

@media (max-width: 1180px) {
  .fashion-home-header .header-nav {
    display: none;
  }

  .fashion-home-header .header-action-label,
  .fashion-home-header .home-currency-select {
    display: none;
  }

  .home-service-slide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .fashion-home-header .marquee-bar {
    padding: 7px 0;
    font-size: 10px;
  }

  .fashion-home-header .header-row {
    grid-template-columns: auto 1fr auto;
    padding: 0 12px 10px;
  }

  .fashion-home-header .logo-text {
    font-size: 20px;
    letter-spacing: 0.12em;
    text-indent: 0.12em;
  }

  .fashion-home-header .logo-subtext {
    font-size: 8px;
    letter-spacing: 0.34em;
    text-indent: 0.34em;
  }

  .fashion-home-header .header-col--right {
    gap: 6px;
  }

  .fashion-home-header .header-action {
    min-width: 30px;
    min-height: 34px;
    justify-content: center;
  }

  .fashion-home-header .header-action[href="/wishlist"] {
    display: none;
  }

  .home-swiper .slide-copy {
    left: 18px;
    bottom: 34px;
  }

  .home-swiper .slide-copy h1 {
    font-size: clamp(34px, 12vw, 50px);
  }

  .home-swiper .slide-copy small {
    display: none;
  }

  .home-service-slide__inner {
    width: min(100% - 28px, 520px);
    align-content: start;
    padding-top: 88px;
  }

  .home-service-slide__grid {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    min-height: 132px;
    padding: 18px;
  }

  .home-swiper-status {
    right: 16px;
    bottom: 16px;
  }

}
