@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

:root {
  --aristo-gold: #a97b39;
  --aristo-gold-dark: #8e642d;
  --aristo-ink: #171513;
  --aristo-muted: #69645e;
  --aristo-line: #e5e0d8;
  --aristo-cream: #f6f2eb;
  --aristo-soft: #fbfaf8;
  --aristo-shadow: 0 12px 30px rgba(44, 34, 20, .10);
  color-scheme: light;
  font-family: 'Noto Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--aristo-ink); -webkit-font-smoothing: antialiased; }
/* Chrome's built-in page translation wraps every translated text node in
   nested <font style="vertical-align: inherit"> elements.  Those inline
   wrappers become extra flex/grid items and can disturb the desktop layout.
   Remove only the translator-generated boxes while preserving inherited
   typography and leaving any intentional font elements untouched. */
html[class*="translated-"] font,
font[style*="vertical-align"] { display: contents; font: inherit; color: inherit; letter-spacing: inherit; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.aristo-wrap { width: min(1420px, calc(100% - 40px)); margin-inline: auto; }
.aristo-main { width: min(1420px, 100%); margin-inline: auto; }
.aristo-skip { position: absolute; left: -9999px; top: 8px; z-index: 1000; padding: 10px 14px; background: #fff; border: 2px solid var(--aristo-gold); }
.aristo-skip:focus { left: 10px; }

/* Header */
.aristo-desktop-header { display: block; background: #fff; font-family: Roboto, Arial, sans-serif; }
.aristo-topbar { height: 40px; min-height: 40px; display: flex; align-items: center; justify-content: center; position: relative; padding: 8px 20px; background: var(--aristo-gold); color: #fff; font-size: 12px; letter-spacing: .01em; }
.aristo-topbar a { font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.aristo-locale-picker { position: absolute; right: 22px; top: 8px; z-index: 95; width: 121px; height: 24px; color: #fff; font: 400 14px/18.2px Roboto, Arial, sans-serif; text-align: left; }
.aristo-locale-trigger { width: 121px; height: 24px; display: flex; align-items: center; padding: 0; border: 0; background: transparent; color: inherit; }
.aristo-locale-globe { width: 24px; height: 24px; display: inline-grid; flex: 0 0 24px; place-items: center; font-size: 18px; line-height: 24px; }
.aristo-locale-trigger > span:nth-child(2) { margin-left: 4px; }
.aristo-locale-divider { width: 16px; height: 24px; flex: 0 0 16px; margin: 0 4px; background: linear-gradient(90deg, transparent 7px, rgba(255,255,255,.9) 7px, rgba(255,255,255,.9) 8px, transparent 8px); }
.aristo-locale-chevron { width: 14px; margin-left: 2px; font-size: 14px; line-height: 14px; text-align: center; }
.aristo-locale-menu { position: absolute; right: -4px; top: 36px; width: 224px; height: 172px; padding: 28px; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 10px 22px rgba(0,0,0,.18), 0 0 0 1px rgba(0,0,0,.05); color: var(--aristo-ink); }
.aristo-locale-menu[hidden] { display: none; }
.aristo-locale-menu > a, .aristo-locale-currency { height: 20px; display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--aristo-ink); font: 400 14px/18.2px Roboto, Arial, sans-serif; }
.aristo-locale-close { position: absolute; right: 12px; top: 10px; width: 22px; height: 22px; padding: 0; border: 0; background: transparent; color: var(--aristo-ink); font: 300 24px/20px Arial, sans-serif; }
.aristo-locale-radio { width: 20px; height: 20px; position: relative; flex: 0 0 20px; border: 1px solid #b7b7b7; border-radius: 50%; background: #fff; }
.aristo-locale-radio.is-checked { border-color: var(--aristo-gold); }
.aristo-locale-radio.is-checked::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--aristo-gold); }
.aristo-locale-menu-divider { display: block; height: 1px; margin: 16px 0; background: #e5e5e5; }
.aristo-locale-currency { margin-bottom: 0; }
.aristo-header-main { display: grid; grid-template-columns: 1fr 220px 1fr; align-items: center; height: 100px; min-height: 100px; margin-top: 16px; padding: 0 12px; }
.aristo-socials { display: flex; align-items: center; align-self: start; gap: 10px; }
.aristo-socials a, .aristo-socials img { display: block; width: 25px; height: 25px; }
.aristo-logo { display: flex; align-items: center; justify-content: center; width: 211px; height: 100px; margin: auto; }
.aristo-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.aristo-actions { display: flex; align-items: flex-start; align-self: start; justify-content: flex-end; gap: 10px; }
.aristo-search { display: flex; height: 32px; width: 208px; border: 1px solid var(--aristo-gold); border-radius: 3px; overflow: hidden; }
.aristo-search input { min-width: 0; flex: 1; border: 0; padding: 0 9px; color: #333; outline: 0; font-size: 13px; }
.aristo-search button { width: 34px; border: 0; background: var(--aristo-gold); color: #fff; }
.aristo-icon-link, .aristo-cart-button { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 32px; padding: 0; border: 0; background: transparent; }
.aristo-icon-link img, .aristo-cart-button img { width: 25px; height: 25px; object-fit: contain; }
.aristo-cart-button { position: relative; }
.aristo-cart-count { position: absolute; right: -5px; top: -3px; min-width: 16px; height: 16px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; background: var(--aristo-gold); color: #fff; font-size: 10px; }
.aristo-cart-count[hidden] { display: none !important; }
.aristo-nav { position: relative; margin-top: 8px; border-bottom: 1px solid var(--aristo-line); }
.aristo-nav > ul { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 36.2px; margin: 0; padding: 0; list-style: none; }
.aristo-nav > ul > li { position: static; }
.aristo-nav > ul > li > a, .aristo-nav > ul > li > button { display: block; padding: 8px 12px; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 14px; line-height: 18.2px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.aristo-nav > ul > li > a:hover, .aristo-nav > ul > li > button:hover, .aristo-nav > ul > li.is-active > a { color: var(--aristo-gold); border-bottom-color: var(--aristo-gold); }
.aristo-mega { position: absolute; left: 50%; top: 100%; z-index: 999; width: min(1420px, calc(100vw - 20px)); transform: translateX(-50%); display: none; border-block: 1px solid var(--aristo-line); background: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.08); }
.aristo-nav > ul > li:hover .aristo-mega, .aristo-nav > ul > li:focus-within .aristo-mega { display: block; }
.aristo-mega-inner { display: flex; padding: 24px 16px; }
.aristo-mega-tabs { width: 199px; flex: 0 0 199px; display: flex; flex-direction: column; gap: 16px; border-right: 1px solid var(--aristo-line); padding-right: 40px; }
.aristo-mega-tabs a, .aristo-mega-tabs button { width: max-content; border: 0; background: transparent; padding: 0; text-align: left; color: var(--aristo-ink); font: 500 14px/20px Roboto, Arial, sans-serif; text-transform: uppercase; cursor: pointer; }
.aristo-mega-tabs button.is-active { color: var(--aristo-gold); }
.aristo-mega-tabs a:hover, .aristo-mega-tabs button:hover { color: var(--aristo-gold); }
.aristo-mega-content { width: 100%; padding: 0 40px; }
.aristo-mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-height: 386px; overflow: auto; }
.aristo-mega-group { margin: 0; padding: 0; list-style: none; }
.aristo-mega-heading { display: flex; align-items: center; gap: 4px; margin-bottom: 17px !important; }
.aristo-mega-heading img { width: 12px; height: 12px; }
.aristo-mega-heading a { color: var(--aristo-gold) !important; font: 600 14px/16px Montserrat, sans-serif !important; letter-spacing: .1em; }
.aristo-mega-group li { margin-bottom: 12px; }
.aristo-mega-group a { display: block; color: var(--aristo-ink); font-size: 14px; }
.aristo-mega-group a:hover { color: var(--aristo-gold); }
.aristo-mega-other { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.aristo-mega-other[hidden], .aristo-mega-grid[hidden] { display: none; }
.aristo-mega-other a { color: var(--aristo-ink); font-size: 14px; font-weight: 600; }
.aristo-drawer { display: none; }
.aristo-mobile-header { display: none; }

/* Hero */
.aristo-hero { position: relative; height: 480px; overflow: hidden; background: #111; }
.aristo-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease; }
.aristo-hero-slide.is-active { opacity: 1; visibility: visible; }
.aristo-hero-media { position: relative; width: 100%; height: 100%; }
.aristo-hero-slide > img { width: 100%; height: 100%; object-fit: cover; }
.aristo-hero-slide picture, .aristo-hero-slide picture img { display: block; width: 100%; height: 100%; }
.aristo-hero-slide picture img { object-fit: cover; }
.aristo-mobile-slide-dots { display: none; }
.aristo-hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.26), rgba(0,0,0,.03) 68%, rgba(0,0,0,.15)); }
.aristo-hero-copy { position: absolute; left: 48px; bottom: 80px; z-index: 2; width: 530px; min-height: 260px; padding: 30px; display: flex; flex-direction: column; justify-content: center; background: rgba(0,0,0,.55); color: #fff; }
.aristo-hero-copy h2 { margin: 0 0 22px; font: 500 36px/1.2 Montserrat, sans-serif; }
.aristo-hero-copy p { margin: 0 0 40px; color: #f7f7f7; font-size: 16px; font-weight: 300; line-height: 1.55; }
.aristo-outline-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; width: max-content; max-width: 160px; padding: 7px 17px; border: 1px solid currentColor; border-radius: 3px; color: inherit; font-size: 12px; transition: background .2s, color .2s; }
.aristo-outline-btn:hover { background: #fff; color: #222; }
.aristo-hero-dots { position: absolute; z-index: 5; right: 28px; bottom: 23px; display: flex; gap: 8px; }
.aristo-hero-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; }
.aristo-hero-dots button.is-active { background: #fff; }

/* Shared headings/sections */
.aristo-section { padding: 58px 0; }
.aristo-section-title { margin: 0 0 32px; text-align: center; font: 500 28px/1.3 Montserrat, sans-serif; }
.aristo-gold-rule { width: 60px; height: 2px; margin: 14px auto 26px; background: var(--aristo-gold); }
.aristo-eyebrow { display: block; margin-bottom: 8px; color: var(--aristo-gold); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.aristo-page-intro { width: min(760px, 100%); margin: 0 auto 35px; text-align: center; }
.aristo-page-intro h1 { margin: 0 0 16px; font: 500 34px/1.25 Montserrat, sans-serif; }
.aristo-page-intro p { margin: 0; color: var(--aristo-muted); font-size: 14px; line-height: 1.85; }
.aristo-richtext { color: var(--aristo-muted); font-size: 14px; line-height: 1.85; }
.aristo-richtext h2, .aristo-richtext h3 { color: var(--aristo-ink); font-family: Montserrat, sans-serif; font-weight: 500; }
.aristo-richtext h2 { margin-top: 0; font-size: 24px; }
.aristo-richtext h3 { font-size: 18px; }

/* Brand cards and products */
.aristo-brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.aristo-brand-card { position: relative; display: block; aspect-ratio: 532 / 620; overflow: hidden; background: #111; }
.aristo-brand-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.aristo-brand-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.64), transparent 62%); }
.aristo-brand-card:hover img { transform: scale(1.04); }
.aristo-brand-card span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 24px; color: #fff; font: 600 20px/1.2 Montserrat, sans-serif; letter-spacing: .08em; text-align: center; }
.aristo-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 54px 38px; }
.aristo-product-card { min-width: 0; text-align: center; }
.aristo-product-media { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #fff; }
.aristo-product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.aristo-product-card:hover .aristo-product-media img { transform: scale(1.04); }
.aristo-product-tag { position: absolute; left: 5px; top: 6px; z-index: 2; padding: 4px 7px; background: #a49a8b; color: #fff; font-size: 10px; text-transform: uppercase; }
.aristo-product-info { padding-top: 10px; }
.aristo-product-brand { display: block; margin-bottom: 6px; color: var(--aristo-gold); font: 600 13px Montserrat, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.aristo-product-name { display: block; min-height: 43px; padding: 0 5px; font-size: 15px; line-height: 1.45; }
.aristo-product-price { min-height: 38px; margin-top: 7px; color: var(--aristo-ink); font-size: 15px; font-weight: 600; }
.aristo-compare-price { margin-left: 5px; color: #9a9288; font-size: 12px; font-weight: 400; }
.aristo-product-price.is-ask { color: var(--aristo-gold); text-transform: uppercase; }
.aristo-product-action { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; margin-top: 5px; padding: 7px 18px; border: 1px solid var(--aristo-gold); border-radius: 3px; color: var(--aristo-gold-dark); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.aristo-product-action:hover { background: var(--aristo-gold); color: #fff; }
.aristo-card-cart { min-width: 110px; min-height: 36px; margin-top: 8px; padding: 7px 14px; border: 1px solid var(--aristo-gold); border-radius: 3px; background: #fff; color: var(--aristo-gold-dark); font-size: 11px; cursor: pointer; }
.aristo-card-cart:hover { background: var(--aristo-gold); color: #fff; }
.aristo-product-info > .aristo-form-message { min-height: 16px; margin: 4px 0 0; font-size: 10px; }
.aristo-product-count { margin: -12px 0 25px; color: #8b857d; font-size: 12px; }
.aristo-centered-action { margin: 0; text-align: center; }
.aristo-gold-outline { color: var(--aristo-gold); border-color: var(--aristo-gold); }

/* Home content */
.aristo-intro { padding: 76px 20px 38px; text-align: center; }
.aristo-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 42px; align-items: center; text-align: left; }
.aristo-intro-copy { max-width: 560px; }
.aristo-intro-image { min-height: 300px; overflow: hidden; background: var(--aristo-cream); }
.aristo-intro-image img { display: block; width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.aristo-intro h1 { margin: 0 auto 20px; font: 500 31px/1.3 Montserrat, sans-serif; }
.aristo-intro h1 span { white-space: nowrap; }
.aristo-intro p { max-width: 760px; margin: 0 auto 8px; color: var(--aristo-muted); font-size: 14px; line-height: 1.8; }
.aristo-brand-section { padding: 0 0 72px; }
.aristo-new-section { padding: 62px 20px 82px; }
.aristo-reasons { position: relative; overflow: hidden; padding: 70px 20px; background: #15120f url('/skin/aristo/assets/images/home-bg.webp') center/cover no-repeat; color: #fff; }
.aristo-reasons::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.32); }
.aristo-reasons > * { position: relative; z-index: 1; }
.aristo-reasons .aristo-section-title { text-align: left; color: #fff; }
.aristo-reasons .aristo-eyebrow { color: #d4a766; }
.aristo-reasons-intro { max-width: 560px; margin-bottom: 38px; }
.aristo-reasons-intro h2 { margin: 0 0 20px; font: 500 28px/1.3 Montserrat, sans-serif; }
.aristo-reasons-intro p { color: #eee; font-size: 14px; line-height: 1.8; }
.aristo-reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 48px; }
.aristo-reason { display: grid; grid-template-columns: 58px 1fr; gap: 14px; }
.aristo-reason img { width: 48px; height: 48px; object-fit: contain; }
.aristo-reason h3 { margin: 0 0 10px; font-size: 16px; }
.aristo-reason p { margin: 0; color: #e7e3dc; font-size: 13px; line-height: 1.75; }
.aristo-services { padding: 66px 20px; }
.aristo-services-heading { max-width: 600px; margin: 0 auto 40px; text-align: center; }
.aristo-services-heading .aristo-section-title { margin-bottom: 10px; }
.aristo-services-heading p { margin: 0; color: var(--aristo-muted); font-size: 14px; line-height: 1.8; }
.aristo-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 950px; margin: auto; }
.aristo-service { min-height: 180px; display: flex; flex-direction: column; justify-content: center; padding: 28px 34px; background: var(--aristo-cream); }
.aristo-service h3 { margin: 0 0 14px; font: 500 24px/1.25 Montserrat, sans-serif; }
.aristo-service p { margin: 0 0 20px; color: var(--aristo-muted); font-size: 14px; line-height: 1.7; }
.aristo-service a { color: var(--aristo-gold); font-size: 13px; font-weight: 600; text-transform: uppercase; }
.aristo-trust { padding: 58px 20px 72px; background: var(--aristo-soft); }
.aristo-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.aristo-trust-item { text-align: center; }
.aristo-trust-item img { width: 52px; height: 52px; margin-bottom: 16px; object-fit: contain; }
.aristo-trust-item h3 { margin: 0 0 12px; font: 500 18px/1.4 Montserrat, sans-serif; }
.aristo-trust-item p { margin: 0; color: var(--aristo-muted); font-size: 13px; line-height: 1.75; }

/* Category/list */
.aristo-category-page { padding: 58px 20px 75px; }
.aristo-category-hero { margin-bottom: 28px; }
.aristo-category-hero h1 { margin: 0 0 14px; font: 500 32px/1.25 Montserrat, sans-serif; text-transform: uppercase; }
.aristo-category-description { max-width: 850px; color: var(--aristo-muted); font-size: 14px; line-height: 1.8; }
.aristo-subcategory-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 32px 0 40px; }
.aristo-subcategory { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #111; }
.aristo-subcategory img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.aristo-subcategory::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.25); }
.aristo-subcategory span { position: absolute; z-index: 1; left: 8px; right: 8px; bottom: 10px; color: #fff; font-size: 12px; font-weight: 600; text-align: center; text-transform: uppercase; }
.aristo-subcategory:hover img { transform: scale(1.06); }
.aristo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 18px 0 22px; border-block: 1px solid var(--aristo-line); padding: 10px 0; }
.aristo-filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.aristo-filter { min-height: 34px; padding: 6px 13px; border: 1px solid transparent; background: transparent; color: var(--aristo-muted); font-size: 12px; }
.aristo-filter:hover, .aristo-filter.is-active { border-color: var(--aristo-gold); color: var(--aristo-gold); }
.aristo-sort { min-height: 34px; padding: 6px 10px; border: 1px solid var(--aristo-line); background: #fff; color: var(--aristo-muted); font-size: 12px; }
.aristo-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 42px; }
.aristo-pagination a, .aristo-pagination button { min-width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--aristo-line); background: #fff; color: var(--aristo-muted); font-size: 12px; }
.aristo-pagination .is-current, .aristo-pagination a:hover, .aristo-pagination button:hover { border-color: var(--aristo-gold); color: var(--aristo-gold); }
.aristo-category-content { max-width: 1060px; margin: 60px auto 0; border-top: 1px solid var(--aristo-line); padding-top: 35px; }
.aristo-faq details { border-bottom: 1px solid var(--aristo-line); }
.aristo-faq summary { display: flex; justify-content: space-between; padding: 17px 0; cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; }
.aristo-faq summary::-webkit-details-marker { display: none; }
.aristo-faq summary::after { content: '+'; color: var(--aristo-gold); font-size: 20px; font-weight: 400; }
.aristo-faq details[open] summary::after { content: '−'; }
.aristo-faq details p { margin: 0; padding: 0 0 18px; color: var(--aristo-muted); font-size: 13px; line-height: 1.8; }

/* Source category editorial content.  The live site supplies these rows from
   route-specific MDX: a warm alternating image/text panel, optional history
   timeline, FAQ disclosure and a contact CTA. */
.aristo-editorial { margin-top: 80px; }
.aristo-editorial-row { display: flex; flex-direction: row; align-items: center; min-height: 500px; background: #f6f2eb; }
.aristo-editorial-row.is-reversed { flex-direction: row-reverse; }
.aristo-editorial-copy { width: calc(100% - 710px); min-height: 500px; display: flex; align-items: center; padding: 20px; }
.aristo-editorial-copy > div { width: min(480px, 100%); }
.aristo-editorial-row:not(.is-reversed) .aristo-editorial-copy > div { margin-left: auto; margin-right: 60px; }
.aristo-editorial-row.is-reversed .aristo-editorial-copy > div { margin-left: 60px; margin-right: auto; }
.aristo-editorial-copy h3 { margin: 0 0 5px; color: var(--aristo-gold); font: 500 18px/28px Roboto, Arial, sans-serif; }
.aristo-editorial-copy h2 { margin: 0 0 30px; font: 500 28px/36px Roboto, Arial, sans-serif; }
.aristo-editorial-copy p { margin: 0 0 20px; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-editorial-copy p:last-child { margin-bottom: 0; }
.aristo-editorial-row.is-reversed .aristo-editorial-copy p:last-child { margin-bottom: 20px; }
.aristo-editorial-media { width: 710px; height: 500px; flex: 0 0 710px; overflow: hidden; }
.aristo-editorial-media figure { width: 100%; height: 100%; margin: 0; }
.aristo-editorial-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aristo-editorial-history { position: relative; min-height: 1212px; overflow: hidden; color: #fff; background: #111; }
.aristo-editorial-history::after { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.68); }
.aristo-editorial-history-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.aristo-editorial-history-inner { position: relative; z-index: 2; width: min(690px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0 80px; }
.aristo-editorial-history-copy h2 { margin: 0 0 30px; color: #d4a766; font: 500 28px/36px Roboto, Arial, sans-serif; text-align: center; }
.aristo-editorial-history-copy p { margin: 0 0 20px; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-editorial-timeline { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 40px; }
.aristo-editorial-years { display: flex; align-items: flex-start; gap: 40px; min-width: 310px; }
.aristo-editorial-year-list { position: relative; display: flex; flex-direction: column; width: 74px; }
.aristo-editorial-year-list::before { content: ''; position: absolute; top: 14px; bottom: 14px; right: 6px; width: 2px; background: rgba(255,255,255,.8); }
.aristo-editorial-year { position: relative; z-index: 1; height: 48px; padding: 0 30px 0 0; border: 0; background: transparent; color: rgba(255,255,255,.3); font: 400 18px/24px Roboto, Arial, sans-serif; text-align: right; cursor: pointer; }
.aristo-editorial-year::after { content: ''; position: absolute; top: 18px; right: 2px; width: 8px; height: 8px; border-radius: 50%; background: transparent; box-shadow: 0 0 0 1px transparent; }
.aristo-editorial-year.is-active { color: #d4a766; }
.aristo-editorial-year.is-active::after { background: #fff; }
.aristo-editorial-year-detail { width: 230px; min-height: 190px; }
.aristo-editorial-year-detail > div { display: flex; flex-direction: column; }
.aristo-editorial-year-detail > [hidden], .aristo-editorial-year-image img[hidden] { display: none !important; }
.aristo-editorial-year-detail strong { font: 400 36px/44px Roboto, Arial, sans-serif; }
.aristo-editorial-year-detail span { width: 36px; height: 1px; margin: 10px 0 16px; background: #d4a766; }
.aristo-editorial-year-detail p { margin: 0; font: 400 16px/24px Roboto, Arial, sans-serif; }
.aristo-editorial-year-image { width: 360px; height: 360px; margin: 0; }
.aristo-editorial-year-image img { display: block; width: 360px; height: 360px; object-fit: scale-down; }

.aristo-category-faq { width: min(928px, calc(100% - 40px)); margin: 80px auto 0; }
.aristo-category-faq-desktop { display: flex; gap: 40px; }
.aristo-category-faq-tabs { width: 470px; flex: 0 0 470px; border-top: 2px solid var(--aristo-gold); border-left: 2px solid var(--aristo-gold); padding: 60px 0 30px 40px; }
.aristo-category-faq-tabs > div:first-child { margin-bottom: 30px; }
.aristo-category-faq-tabs > div:first-child > span, .aristo-category-faq-mobile > span { display: block; color: var(--aristo-gold); font: 400 28px/42px Roboto, Arial, sans-serif; }
.aristo-category-faq-tabs h2, .aristo-category-faq-mobile h2 { margin: 0; font: 500 18px/28px Roboto, Arial, sans-serif; }
.aristo-category-faq-tabs > div:last-child { display: flex; flex-direction: column; gap: 10px; }
.aristo-category-faq-tab { width: 470px; min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; border-radius: 4px; background: #f6f2eb; color: #222; font: 400 16px/22px Roboto, Arial, sans-serif; text-align: left; cursor: pointer; }
.aristo-category-faq-tab b { font-size: 24px; font-weight: 400; }
.aristo-category-faq-tab.is-active { background: var(--aristo-gold); color: #fff; }
.aristo-category-faq-answer { width: 470px; flex: 1 1 auto; min-height: 360px; margin-top: 160px; border-right: 2px solid var(--aristo-gold); border-bottom: 2px solid var(--aristo-gold); padding: 60px 40px; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-category-faq-answer p { margin: 0 0 20px; }
.aristo-category-faq-answer ul, .aristo-category-faq-answer ol { margin: 0 0 20px; padding-left: 20px; }
.aristo-category-faq-mobile { display: none; }
.aristo-category-contact { margin: 40px 0 0; border: 2px solid var(--aristo-gold); padding: 40px; }
.aristo-category-contact h2 { margin: 0 0 20px; font: 500 20px/28px Roboto, Arial, sans-serif; }
.aristo-category-contact div { margin-bottom: 20px; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-category-contact a { color: var(--aristo-gold-dark); text-decoration: underline; font: 500 14px/21px Roboto, Arial, sans-serif; }
.aristo-category-trust { margin-top: 0; padding-top: 48px; padding-bottom: 53px; }

/* Product detail */
.aristo-detail-page { max-width: 1200px; margin: 0 auto; padding: 48px 20px 80px; }
.aristo-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: #999; font-size: 12px; }
.aristo-breadcrumb a:hover { color: var(--aristo-gold); }
.aristo-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; }
.aristo-gallery { min-width: 0; }
.aristo-gallery-main { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #fff; }
.aristo-gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.aristo-thumbs { display: flex; gap: 9px; margin-top: 14px; overflow-x: auto; }
.aristo-thumb { width: 78px; height: 78px; flex: 0 0 auto; padding: 2px; border: 1px solid var(--aristo-line); background: #fff; }
.aristo-thumb.is-active { border-color: var(--aristo-gold); }
.aristo-thumb img { width: 100%; height: 100%; object-fit: contain; }
.aristo-detail-summary h1 { margin: 0 0 8px; font: 500 29px/1.25 Montserrat, sans-serif; }
.aristo-detail-brand { margin: 0 0 16px; color: var(--aristo-gold); font: 600 15px Montserrat, sans-serif; letter-spacing: .12em; }
.aristo-detail-tag { display: inline-block; margin-bottom: 16px; padding: 4px 8px; border: 1px solid #ea4f18; color: #ea4f18; font-size: 11px; }
.aristo-detail-price { margin: 0 0 15px; font-size: 25px; font-weight: 800; }
.aristo-detail-price.is-ask { color: var(--aristo-gold); font-size: 21px; text-transform: uppercase; }
.aristo-detail-rule { height: 1px; margin: 18px 0; background: var(--aristo-line); }
.aristo-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 18px; margin-bottom: 28px; font-size: 13px; }
.aristo-fact strong { font-weight: 600; }
.aristo-buy-row { position: relative; }
.aristo-buy-btn { width: 100%; min-height: 47px; border: 0; border-radius: 3px; background: var(--aristo-gold); color: #fff; font-size: 13px; font-weight: 500; text-transform: uppercase; }
.aristo-buy-btn:hover { background: var(--aristo-gold-dark); }
.aristo-buy-btn:disabled { opacity: .55; cursor: not-allowed; }
.aristo-contact-box { margin-top: 20px; padding: 26px 30px; background: rgba(169,123,57,.10); }
.aristo-contact-box h3 { margin: 0 0 7px; font-size: 16px; }
.aristo-contact-box p { margin: 0 0 18px; font-size: 13px; line-height: 1.7; }
.aristo-contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.aristo-contact-actions a, .aristo-contact-actions button { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--aristo-line); background: #fff; color: var(--aristo-ink); font-size: 10px; }
.aristo-contact-actions img { width: 17px; height: 17px; object-fit: contain; }
.aristo-detail-tabs { margin-top: 50px; }
.aristo-tab-list { display: flex; border-bottom: 1px solid var(--aristo-line); }
.aristo-tab-list button { min-width: 120px; padding: 11px 16px; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 14px; }
.aristo-tab-list button.is-active { border-bottom-color: var(--aristo-gold); color: var(--aristo-gold); }
.aristo-tab-panel { padding: 24px 0; }
.aristo-attribute-group { margin-bottom: 25px; }
.aristo-attribute-group h3 { margin: 0; padding: 9px 0; border-bottom: 1px solid var(--aristo-gold); color: var(--aristo-gold); font-size: 18px; }
.aristo-attribute-row { display: grid; grid-template-columns: 25% 75%; min-height: 46px; border-bottom: 1px dashed var(--aristo-line); font-size: 13px; }
.aristo-attribute-row span { display: flex; align-items: center; padding: 8px 10px 8px 0; }
.aristo-related { margin-top: 40px; }
.aristo-related h2 { margin: 0 0 26px; text-align: center; font: 500 24px Montserrat, sans-serif; text-transform: uppercase; }

/* Generic pages / forms */
.aristo-page { max-width: 1060px; margin: 0 auto; padding: 62px 20px 90px; }
.aristo-page h1 { margin: 0 0 18px; font: 500 34px/1.25 Montserrat, sans-serif; }
.aristo-page h2 { margin: 38px 0 14px; font: 500 24px/1.3 Montserrat, sans-serif; }
.aristo-page p, .aristo-page li { color: var(--aristo-muted); font-size: 14px; line-height: 1.9; }
.aristo-page ul { padding-left: 20px; }
.aristo-banner-page { position: relative; margin-bottom: 60px; }
.aristo-banner-page > img { display: block; width: 100%; height: 380px; object-fit: cover; }
.aristo-banner-card { position: relative; z-index: 2; width: min(940px, calc(100% - 32px)); margin: -80px auto 0; padding: 42px 55px; border: 1px solid var(--aristo-gold); background: #fff; text-align: center; }
.aristo-banner-card h1 { margin-bottom: 12px; }
.aristo-about-story { display: grid; gap: 26px; }
.aristo-about-story > h2 { margin: 0 0 2px; font: 500 24px/1.3 Montserrat, sans-serif; }
.aristo-story-card { padding: 30px 36px; background: var(--aristo-cream); }
.aristo-story-card h3 { margin: 0 0 10px; color: var(--aristo-gold); font: 700 16px Montserrat, sans-serif; }
.aristo-story-card strong { display: block; margin-bottom: 10px; font-size: 19px; }
.aristo-about-closing { margin-top: 55px; text-align: center; }
.aristo-about-closing h3 { margin-top: 28px; }
.aristo-about-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; }
.aristo-about-links a { color: var(--aristo-gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.aristo-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 40px 0 70px; }
.aristo-step { padding: 24px; text-align: center; border-right: 1px solid var(--aristo-line); }
.aristo-step:last-child { border-right: 0; }
.aristo-step-num { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; background: var(--aristo-gold); color: #fff; font-size: 20px; }
.aristo-step h3 { margin: 0 0 10px; font: 500 18px Montserrat, sans-serif; }
.aristo-form { display: grid; gap: 16px; padding: 32px; background: var(--aristo-cream); }
.aristo-form label { display: grid; gap: 7px; color: var(--aristo-ink); font-size: 13px; font-weight: 600; }
.aristo-form input, .aristo-form select, .aristo-form textarea { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #d9d2c8; border-radius: 2px; background: #fff; outline-color: var(--aristo-gold); color: var(--aristo-ink); font-size: 13px; }
.aristo-form textarea { min-height: 130px; resize: vertical; }
.aristo-form button { min-height: 45px; border: 0; border-radius: 2px; background: var(--aristo-gold); color: #fff; font-size: 13px; text-transform: uppercase; }
.aristo-form button:hover { background: var(--aristo-gold-dark); }
.aristo-form-message { min-height: 20px; margin: 0; color: var(--aristo-gold-dark); font-size: 13px; }
.aristo-mail-link { display: inline-block; margin-left: 6px; color: var(--aristo-gold-dark); text-decoration: underline; }
.aristo-contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: start; }
.aristo-contact-info { padding: 30px; background: var(--aristo-cream); }
.aristo-contact-info h2 { margin-top: 0; }
.aristo-contact-info p { margin: 8px 0; }
.aristo-map { width: 100%; min-height: 280px; border: 0; }
.aristo-faq-section { max-width: 940px; margin: auto; }
.aristo-sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.aristo-sitemap-grid h3 { margin: 0 0 10px; color: var(--aristo-gold); font-size: 15px; text-transform: uppercase; }
.aristo-sitemap-grid a { display: block; padding: 4px 0; color: var(--aristo-muted); font-size: 13px; }
.aristo-sitemap-grid a:hover { color: var(--aristo-gold); }

/* About page: editorial story panels and the dark closing quote section
   follow the source page's desktop/mobile composition. */
.aristo-about-page { width: min(1420px, 100%); margin-inline: auto; }
.aristo-about-hero { background-image: url('/skin/aristo/assets/images/page-51746562415289496.webp'); }
.aristo-about-hero { width: 100%; height: 480px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.aristo-about-intro { position: relative; z-index: 2; width: min(940px, calc(100% - 32px)); margin: -85px auto 0; padding: 16px; background: #fff; text-align: center; }
.aristo-about-intro-inner { padding: 40px; border: 1px solid var(--aristo-gold); }
.aristo-about-intro h1 { margin: 0; font: 500 36px/1.25 Roboto, Arial, sans-serif; }
.aristo-about-rule { width: 40px; height: 4px; margin: 20px auto; background: var(--aristo-gold); }
.aristo-about-intro-copy { width: min(700px, 100%); margin: 0 auto; font: 400 14px/20px Roboto, Arial, sans-serif; }
.aristo-about-stories { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.aristo-about-divider { height: 50px; margin: 0 0 40px; border-top: 1px solid var(--aristo-gold); display: flex; align-items: center; color: var(--aristo-gold); font-size: 24px; font-weight: 700; }
.aristo-about-story-list { display: grid; gap: 60px; }
.aristo-about-story-row { position: relative; min-height: 430px; }
.aristo-about-story-image { width: min(800px, 68%); height: 430px; overflow: hidden; }
.aristo-about-story-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aristo-about-story-row.is-reversed .aristo-about-story-image { margin-left: auto; }
.aristo-about-story-card { position: absolute; top: 150px; right: 0; width: min(480px, 42%); min-height: 240px; padding: 40px; background: #fff; }
.aristo-about-story-row.is-reversed .aristo-about-story-card { right: auto; left: 0; }
.aristo-about-story-card h3 { margin: 0 0 15px; color: var(--aristo-gold); font: 700 16px/1.3 Roboto, Arial, sans-serif; }
.aristo-about-story-card strong { display: block; margin-bottom: 15px; font: 700 18px/1.4 Roboto, Arial, sans-serif; }
.aristo-about-story-card p { margin: 0; font: 400 14px/1.8 Roboto, Arial, sans-serif; }
.aristo-about-reasons { position: relative; min-height: 710px; margin-top: 170px; padding: 0 max(16px, calc((100% - 1180px) / 2)); background: var(--aristo-cream); }
.aristo-about-reasons-image { position: absolute; top: -50px; left: max(16px, calc((100% - 1180px) / 2)); width: 480px; height: 640px; overflow: hidden; }
.aristo-about-reasons-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aristo-about-reasons-content { margin-left: 540px; padding: 60px 0; }
.aristo-about-reasons-content h2 { margin: 0 0 40px; color: var(--aristo-gold); font: 500 28px/1.3 Roboto, Arial, sans-serif; }
.aristo-about-reason-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 40px; }
.aristo-about-reason { display: grid; grid-template-columns: 52px 1fr; gap: 8px; }
.aristo-about-reason img { width: 52px; height: 52px; object-fit: contain; }
.aristo-about-reason h3 { margin: 0; font: 700 16px/24px Roboto, Arial, sans-serif; }
.aristo-about-reason p { margin: 15px 0 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-about-closing { min-height: 600px; margin-top: 0; padding: 70px 20px; background: #15120f url('/skin/aristo/assets/images/about/about-image-5.webp') center top/cover no-repeat; color: #fff; }
.aristo-about-closing-inner { width: min(1000px, 100%); margin: 0 auto; }
.aristo-about-closing-inner > img { display: block; width: 100px; height: 100px; object-fit: contain; }
.aristo-about-closing p { margin: 0 0 8px; font: 400 16px/1.65 Roboto, Arial, sans-serif; }
.aristo-about-closing p strong { color: var(--aristo-gold); font-size: 28px; font-weight: 500; }
.aristo-about-browse { margin: 40px 0 20px !important; text-align: center; }
.aristo-about-links { display: grid; grid-template-columns: repeat(2, max-content); justify-content: center; gap: 12px 30px; }
.aristo-about-links a { min-width: 145px; padding: 10px 18px; border: 1px solid #fff; color: #fff; text-align: center; }
.aristo-about-links a:hover { background: #fff; color: #222; }

/* FAQ page source layout: image masthead, linked section index and compact
   disclosure rows with the list icon heading. */
.aristo-faq-page { width: min(1420px, 100%); margin: 0 auto; }
.aristo-faq-hero { background-image: url('/skin/aristo/assets/images/page-69019515122195416.webp'); }
.aristo-faq-hero { width: 100%; height: 480px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.aristo-faq-intro { position: relative; z-index: 2; width: min(940px, calc(100% - 32px)); margin: -85px auto 0; padding: 16px; background: #fff; text-align: center; }
.aristo-faq-intro-inner { padding: 40px; border: 1px solid var(--aristo-gold); }
.aristo-faq-intro h1 { margin: 0; font: 500 36px/40px Roboto, Arial, sans-serif; }
.aristo-faq-intro nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.aristo-faq-intro nav a { color: var(--aristo-gold); font: 400 14px/20px Roboto, Arial, sans-serif; }
.aristo-faq-groups { width: min(1060px, 100%); margin: 0 auto 80px; padding: 0 20px; }
.aristo-faq-group { margin-bottom: 16px; }
.aristo-faq-group h2 { display: flex; align-items: center; gap: 4px; margin: 0; padding: 32px 0; border-bottom: 1px solid var(--aristo-line); font: 500 24px/32px Roboto, Arial, sans-serif; }
.aristo-faq-group h2 img { width: 24px; height: 24px; object-fit: contain; }
.aristo-faq-group details { border-bottom: 1px solid var(--aristo-line); }
.aristo-faq-group summary { display: flex; align-items: center; justify-content: space-between; height: 56px; box-sizing: border-box; padding: 16px 0; cursor: pointer; list-style: none; font: 500 16px/24px Roboto, Arial, sans-serif; }
.aristo-faq-group summary::-webkit-details-marker { display: none; }
.aristo-faq-group summary span { color: var(--aristo-gold); font-size: 18px; line-height: 20px; font-weight: 400; }
.aristo-faq-group details[open] summary span { transform: rotate(45deg); }
.aristo-faq-group details .aristo-richtext { padding: 0 0 18px; }

/* Sitemap mirrors the source's five grouped link blocks. */
.aristo-sitemap-page { width: 100%; }
.aristo-sitemap-inner { width: min(1060px, calc(100% - 40px)); margin: 0 auto; padding: 80px 20px; }
.aristo-sitemap-inner > h1 { margin: 0 0 40px; font: 500 36px/1.25 Roboto, Arial, sans-serif; }
.aristo-sitemap-inner > section { margin-bottom: 48px; }
.aristo-sitemap-heading { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--aristo-line); }
.aristo-sitemap-heading img { width: 24px; height: 24px; object-fit: contain; }
.aristo-sitemap-heading h2 { margin: 0; font: 500 20px/1.3 Roboto, Arial, sans-serif; text-transform: uppercase; }
.aristo-sitemap-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 20px; font: 400 14px/1.4 Roboto, Arial, sans-serif; }
.aristo-sitemap-links a { color: var(--aristo-ink); }
.aristo-sitemap-links a:hover, .aristo-sitemap-brand a:hover { color: var(--aristo-gold); }
.aristo-sitemap-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px 12px; }
.aristo-sitemap-brand h3 { margin: 0 0 24px; font: 600 14px/1.3 Roboto, Arial, sans-serif; text-transform: uppercase; }
.aristo-sitemap-brand ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; font: 400 14px/1.4 Roboto, Arial, sans-serif; }
.aristo-sitemap-links.other { grid-template-columns: repeat(4, 1fr); font-weight: 600; text-transform: uppercase; }
.aristo-sitemap-links.statement { grid-template-columns: repeat(4, 1fr); }

/* Captured policy documents retain the source wording and hierarchy while
   using local typography and the shared Valmont Horology shell. */
.aristo-policy-page { width: 100%; }
.aristo-policy-source { width: min(1060px, 100%); margin: 0 auto; padding: 80px 20px; }
.aristo-policy-source > div { max-width: none; padding: 0 !important; }
.aristo-policy-source h1 { margin: 0 0 40px; font: 500 36px/1.25 Roboto, Arial, sans-serif; }
.aristo-policy-source p { margin: 0 0 8px; color: var(--aristo-muted); font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-policy-source strong { color: var(--aristo-ink); font-weight: 700; }
.aristo-policy-source a { color: var(--aristo-gold); text-decoration: underline; }
.aristo-policy-source .aristo-policy-accent { color: var(--aristo-gold); }

/* Contact page source composition. */
.aristo-contact-page { width: min(1420px, 100%); margin: 0 auto; }
.aristo-contact-hero { background-image: url('/skin/aristo/assets/images/page-29449721911373516.webp'); }
.aristo-contact-hero { width: 100%; height: 480px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.aristo-contact-intro { position: relative; z-index: 2; width: min(940px, calc(100% - 32px)); margin: -85px auto 0; padding: 16px; background: #fff; text-align: center; }
.aristo-contact-intro-inner { padding: 40px; border: 1px solid var(--aristo-gold); }
.aristo-contact-intro-inner > * { max-width: 700px; margin-left: auto; margin-right: auto; }
.aristo-contact-intro h1 { margin: 0; font: 500 36px/40px Roboto, Arial, sans-serif; }
.aristo-contact-lead { font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-contact-lead p { margin: 0; }
.aristo-contact-line { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 12px 0 0; font: 400 14px/1.4 Roboto, Arial, sans-serif; }
.aristo-contact-line img { width: 22px; height: 22px; object-fit: contain; }
.aristo-contact-social { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 40px; }
.aristo-contact-social a, .aristo-contact-social button { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 36px; border: 1px solid var(--aristo-line); background: #fff; color: var(--aristo-ink); font-size: 10px; }
.aristo-contact-social img { width: 16px; height: 16px; object-fit: contain; }
.aristo-contact-intro-inner > .aristo-contact-line { width: min(700px, 100%); margin: 12px auto 0; }
.aristo-contact-intro-inner > .aristo-contact-line + .aristo-contact-line img { width: 24px; height: 24px; }
.aristo-showroom { display: flex; align-items: center; width: min(1180px, calc(100% - 32px)); min-height: 387px; margin: 40px auto; padding-bottom: 27px; }
.aristo-showroom-media { width: 55%; height: 360px; overflow: hidden; }
.aristo-showroom-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aristo-showroom-card { z-index: 2; width: 570px; min-height: 280px; margin-left: -60px; padding: 40px; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.aristo-showroom-card h2 { margin: 0 0 24px; font: 500 28px/1.3 Roboto, Arial, sans-serif; }
.aristo-showroom-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; font: 400 14px/1.5 Roboto, Arial, sans-serif; }
.aristo-showroom-card li { display: flex; align-items: flex-start; gap: 8px; }
.aristo-showroom-card li img { width: 24px; height: 24px; flex: 0 0 24px; object-fit: contain; }
.aristo-showroom-card li em { color: var(--aristo-gold); font-style: normal; }
.aristo-contact-form-wrap { width: min(1180px, calc(100% - 32px)); min-height: 882px; margin: 80px auto; padding: 60px 20px; background: rgba(169,123,57,.05); }
.aristo-contact-form { display: grid; gap: 24px; width: min(530px, 100%); margin: 0 auto; font: 400 14px/1.4 Roboto, Arial, sans-serif; }
.aristo-contact-form > label { display: grid; gap: 8px; }
.aristo-contact-form input, .aristo-contact-form textarea { width: 100%; min-height: 38px; border: 0; border-bottom: 1px solid #999; padding: 8px 0; background: transparent; outline: 0; font: inherit; }
.aristo-contact-form textarea { min-height: 128px; border: 1px solid #999; padding: 8px; resize: vertical; }
.aristo-contact-form input:focus, .aristo-contact-form textarea:focus { border-color: var(--aristo-gold); }
.aristo-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.aristo-gender { display: flex; gap: 30px; }
.aristo-gender label { display: flex; align-items: center; gap: 5px; }
.aristo-gender input { width: 16px; min-height: 16px; }
.aristo-contact-form > button { width: max-content; min-width: 120px; min-height: 38px; margin-top: 16px; padding: 6px 18px; border: 1px solid #222; background: transparent; color: #222; font-size: 11px; text-transform: uppercase; }
.aristo-contact-trust { border-top: 1px solid var(--aristo-line); padding: 48px 20px 60px; }
.aristo-contact-trust > .aristo-heading-line { margin-bottom: 40px; }

@media (min-width: 1024px) {
  .aristo-contact-intro { height: 385px; box-sizing: border-box; }
  .aristo-contact-trust { padding: 0; }
  .aristo-contact-trust > .aristo-heading-line { margin: 48px 0 40px; }
  .aristo-contact-trust .aristo-trust-grid { width: 100%; margin: 0; grid-template-columns: repeat(3, 1fr); gap: 0; }
  .aristo-contact-trust .aristo-trust-item { min-height: 214px; padding: 0 40px; }
  .aristo-contact-trust .aristo-trust-item img { width: 64px; height: 64px; margin: 0 auto 20px; }
  .aristo-contact-trust .aristo-trust-item h3 { margin: 0 0 16px; font: 500 18px/28px Roboto, Arial, sans-serif; }
  .aristo-contact-trust .aristo-trust-item p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
}

/* Sell Your Watch page. */
.aristo-sell-page { width: min(1420px, 100%); margin-inline: auto; }
.aristo-sell-hero { background-image: url('/skin/aristo/assets/images/page-34927742499844096.webp'); }
.aristo-sell-hero { width: 100%; height: 480px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.aristo-sell-intro { position: relative; z-index: 2; width: min(940px, calc(100% - 32px)); margin: -85px auto 0; padding: 16px; background: #fff; text-align: center; }
.aristo-sell-intro-inner { padding: 40px; border: 1px solid var(--aristo-gold); }
.aristo-sell-intro h1 { margin: 0; font: 500 36px/40px Roboto, Arial, sans-serif; }
.aristo-sell-intro p { width: min(700px, 100%); margin: 0 auto 40px; color: var(--aristo-muted); font: 400 14px/20px Roboto, Arial, sans-serif; text-align: left; }
.aristo-sell-intro-actions { display: flex; justify-content: center; gap: 12px; }
.aristo-sell-intro-actions a { display: inline-flex; align-items: center; justify-content: center; width: 200px; min-height: 36px; border: 1px solid #222; font-size: 11px; }
@media (min-width: 1024px) {
  .aristo-sell-intro-inner { min-height: 325px; }
  .aristo-sell-steps { min-height: 317.3125px; }
}
.aristo-sell-steps { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1120px, calc(100% - 40px)); margin: 40px auto 70px; }
.aristo-sell-step { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; min-height: 250px; padding: 40px; text-align: center; }
.aristo-sell-step + .aristo-sell-step { border-left: 1px solid var(--aristo-line); }
.aristo-sell-step .aristo-step-num { margin: 0; }
.aristo-sell-step > img { width: 64px; height: auto; max-height: 64px; object-fit: contain; }
.aristo-sell-step h3 { margin: 0; font: 500 18px/28px Roboto, Arial, sans-serif; }
.aristo-sell-step p { margin: 0; font: 400 14px/18.2px Roboto, Arial, sans-serif; }
.aristo-sell-why { position: relative; display: flex; min-height: 0; margin-top: 120px; padding: 0 max(0px, calc((100% - 1420px) / 2)); align-items: center; background: var(--aristo-cream); }
.aristo-sell-why-image { width: calc(40vw - 221.5px); height: auto; aspect-ratio: 3 / 4; flex: 0 0 auto; margin: 0 75px; overflow: hidden; transform: scale(1.185185); transform-origin: center center; }
.aristo-sell-why-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aristo-sell-why-content { flex: 1 1 auto; padding: 0 25px; margin: 40px 0 40px 25px; }
.aristo-sell-why-content h2 { margin: 0 0 40px; font: 500 28px/1.3 Roboto, Arial, sans-serif; }
.aristo-sell-why-content h2 span { color: var(--aristo-gold); }
.aristo-sell-reason-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 95px; }
.aristo-sell-reason { display: flex; align-items: flex-start; gap: 0; }
.aristo-sell-reason img { width: 48px; height: 36px; object-fit: contain; }
.aristo-sell-reason h3 { margin: 0 0 10px; font: 700 16px/24px Roboto, Arial, sans-serif; }
.aristo-sell-reason p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-sell-quote { width: min(530px, calc(100% - 40px)); margin: 80px auto; }
.aristo-sell-quote > h2 { margin: 0; color: var(--aristo-gold); font: 500 24px/1.35 Roboto, Arial, sans-serif; text-align: center; }
.aristo-sell-quote > p { margin: 8px 0 40px; font: 400 16px/1.5 Roboto, Arial, sans-serif; text-align: center; }
.aristo-sell-timeline { display: grid; grid-template-columns: 36px 1fr; gap: 20px; }
.aristo-sell-timeline-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--aristo-gold); color: #fff; font-size: 14px; }
.aristo-sell-timeline-body { border-top: 1px solid var(--aristo-line); padding: 20px 0 30px; }
.aristo-sell-timeline-body h3 { margin: 0 0 30px; font: 500 16px/1.4 Roboto, Arial, sans-serif; }
.aristo-sell-timeline-body form { display: grid; gap: 20px; font: 400 14px/1.4 Roboto, Arial, sans-serif; }
.aristo-sell-timeline-body form > label { display: grid; gap: 8px; }
.aristo-sell-timeline-body input { width: 100%; min-height: 38px; border: 0; border-bottom: 1px solid #999; padding: 8px 0; background: transparent; font: inherit; }
.aristo-sell-timeline-body button { width: max-content; min-width: 110px; min-height: 34px; border: 1px solid #222; background: transparent; font-size: 11px; text-transform: uppercase; }
.aristo-sell-timeline.is-next { margin-top: 0; }
.aristo-sell-timeline.is-next .aristo-sell-timeline-body { border-top: 0; padding-top: 10px; }
.aristo-sell-timeline.is-next h3 { color: #999; }

/* Prepaid consignment listing. */
.aristo-prepaid-page { width: min(1420px, 100%); margin-inline: auto; }
.aristo-prepaid-hero { background-image: url('/skin/aristo/assets/images/prepaid-hero.webp'); }
.aristo-prepaid-hero { width: 100%; height: 480px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.aristo-prepaid-intro { position: relative; z-index: 2; width: min(940px, calc(100% - 32px)); margin: -85px auto 0; padding: 16px; background: #fff; }
.aristo-prepaid-intro-inner { display: flex; gap: 45px; padding: 40px; border: 1px solid var(--aristo-gold); }
.aristo-prepaid-intro-inner > h1 { flex: 0 0 350px; }
.aristo-prepaid-intro-inner > div { flex: 1 1 auto; min-width: 0; }
.aristo-prepaid-intro h1 { margin: 0; font: 700 36px/1.25 Roboto, Arial, sans-serif; }
.aristo-prepaid-intro-inner { align-items: flex-start; }
.aristo-prepaid-intro h2 { margin: 0; color: var(--aristo-gold); font: 700 18px/23.4px Roboto, Arial, sans-serif; }
.aristo-prepaid-intro p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-prepaid-intro a { display: inline-flex; min-width: 120px; align-items: center; justify-content: center; min-height: 36px; margin-top: 20px; border: 1px solid #222; font-size: 11px; }
.aristo-prepaid-value { display: flex; flex-direction: column; align-items: center; gap: 20px; margin: 0 auto 20px; color: var(--aristo-gold); }
.aristo-prepaid-value h2 { margin: 0; font: 500 24px/32px Roboto, Arial, sans-serif; }
.aristo-prepaid-value > a { display: inline-flex; min-width: 220px; min-height: 40px; align-items: center; justify-content: center; gap: 8px; padding: 8px 16px; box-sizing: border-box; border-radius: 10px; background: #25d366; color: #fff; }
.aristo-prepaid-value > a img { width: 35px; height: 35px; object-fit: contain; }
.aristo-prepaid-value > a span { font: 500 20px/1 Roboto, Arial, sans-serif; }
.aristo-prepaid-products { width: 100%; }
.aristo-prepaid-toolbar { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 60px; margin: 0 auto; border-block: 1px solid var(--aristo-line); padding: 12px; font: 400 14px/1.4 Roboto, Arial, sans-serif; }
.aristo-prepaid-filter-list { display: flex; gap: 24px; }
.aristo-prepaid-toolbar button { border: 0; background: transparent; color: var(--aristo-ink); font-size: 14px; }
.aristo-prepaid-mobile-filter { display: none; }
.aristo-prepaid-products > .aristo-product-grid { width: 100%; margin: 48px auto; padding: 0 8px; box-sizing: border-box; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 64px 8px; }
.aristo-prepaid-products > .aristo-pagination { min-height: 56px; }
.aristo-prepaid-products .aristo-product-media { aspect-ratio: 1; }
.aristo-prepaid-copy { width: min(1060px, calc(100% - 40px)); margin: 60px auto; }
.aristo-prepaid-card { min-width: 0; text-align: center; }
.aristo-prepaid-media-wrap { position: relative; width: 308px; max-width: 100%; height: 308px; margin: 0 auto; }
.aristo-prepaid-media { display: block; width: 100%; height: 308px; padding: 4px; box-sizing: border-box; overflow: hidden; }
.aristo-prepaid-media img { display: block; width: 100%; height: 300px; object-fit: cover; transition: transform .3s ease; }
.aristo-prepaid-media:hover img { transform: scale(1.05); }
.aristo-prepaid-preowned { position: absolute; left: 0; top: 0; padding: 4px 8px; background: #a49a8b; color: #fff; font: 400 12px/16px Roboto, Arial, sans-serif; text-transform: uppercase; }
.aristo-prepaid-card-info { margin-top: 4px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.aristo-prepaid-status { height: 22px; font: 500 12px/20px Roboto, Arial, sans-serif; }
.aristo-prepaid-status span { display: inline-block; border: 1px solid; border-radius: 4px; padding: 0 8px; }
.aristo-prepaid-status.is-hot { color: #ea4f18; }
.aristo-prepaid-status.is-consignment { color: #242bf9; }
.aristo-prepaid-brand { width: 100%; height: 20px; margin-top: 8px; font: 500 14px/20px Montserrat, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.aristo-prepaid-brand a { display: block; height: 20px; padding: 0 8px; color: var(--aristo-gold); }
.aristo-prepaid-name { width: 100%; height: 48px; margin-top: 8px; font: 500 16px/24px Roboto, Arial, sans-serif; letter-spacing: .08em; }
.aristo-prepaid-name a { display: block; padding: 0 8px; color: var(--aristo-ink); }
.aristo-prepaid-divider { width: 40px; height: 1px; margin-bottom: 4px; border-top: 1px solid var(--aristo-line); }
.aristo-prepaid-price, .aristo-prepaid-ask { height: 40px; display: flex; align-items: center; justify-content: center; font: 500 14px/20px Roboto, Arial, sans-serif; letter-spacing: .08em; }
.aristo-prepaid-ask a { display: inline-flex; min-width: 110px; height: 36px; align-items: center; justify-content: center; border: 1px solid var(--aristo-gold); color: var(--aristo-gold); font-size: 12px; }

/* Cart / checkout */
.aristo-cart-page { max-width: 1100px; margin: 0 auto; padding: 58px 20px 90px; }
.aristo-cart-grid { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.aristo-panel { border: 1px solid var(--aristo-line); background: #fff; padding: 28px; }
.aristo-panel h1, .aristo-panel h2 { margin-top: 0; font-family: Montserrat, sans-serif; font-weight: 500; }
.aristo-cart-row { display: grid; grid-template-columns: 82px 1fr auto auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--aristo-line); }
.aristo-cart-row img { width: 82px; height: 82px; object-fit: contain; border: 1px solid var(--aristo-line); }
.aristo-cart-row h3 { margin: 0 0 5px; font-size: 14px; font-weight: 600; }
.aristo-cart-row small { color: var(--aristo-muted); font-size: 12px; }
.aristo-cart-row input { width: 58px; height: 34px; border: 1px solid var(--aristo-line); text-align: center; }
.aristo-remove { border: 0; background: transparent; color: #a33b2c; font-size: 12px; }
.aristo-summary-row, .aristo-summary-total { display: flex; justify-content: space-between; gap: 10px; padding: 11px 0; color: var(--aristo-muted); font-size: 13px; }
.aristo-summary-total { margin-top: 12px; border-top: 1px solid var(--aristo-line); padding-top: 18px; color: var(--aristo-ink); font-size: 18px; font-weight: 700; }
.aristo-cart-actions { display: flex; gap: 10px; margin-top: 22px; }
.aristo-cart-actions a { flex: 1; }
.aristo-cart-actions .aristo-whatsapp-inquiry { gap: 7px; margin-top: 0; background: #25d366; border-color: #25d366; color: #fff; }
.aristo-cart-actions .aristo-whatsapp-inquiry img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.aristo-cart-actions .aristo-whatsapp-inquiry.is-disabled { opacity: .5; cursor: not-allowed; }
.aristo-empty { padding: 42px 10px; color: var(--aristo-muted); text-align: center; }
.aristo-checkout-note { margin-bottom: 20px; padding: 13px 15px; background: var(--aristo-cream); color: var(--aristo-muted); font-size: 13px; line-height: 1.7; }
.aristo-steps-bar { display: flex; justify-content: center; gap: 0; margin: 0 auto 38px; max-width: 650px; }
.aristo-steps-bar span { flex: 1; position: relative; padding: 10px 8px; border-bottom: 2px solid var(--aristo-line); color: #999; font-size: 11px; text-align: center; text-transform: uppercase; }
.aristo-steps-bar span.is-active { border-bottom-color: var(--aristo-gold); color: var(--aristo-gold); font-weight: 700; }
.aristo-payment-box { max-width: 680px; margin: 0 auto; }
.aristo-payment-address { word-break: break-all; padding: 15px; border: 1px dashed var(--aristo-gold); background: var(--aristo-cream); font-size: 13px; }

/* Footer and floating contact */
.aristo-newsletter { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px 20px; background: var(--aristo-cream); }
.aristo-newsletter h2 { margin: 0 0 6px; color: var(--aristo-gold); font: 500 21px Montserrat, sans-serif; }
.aristo-newsletter p { margin: 0; color: var(--aristo-muted); font-size: 13px; }
.aristo-footer { border-top: 1px solid var(--aristo-line); padding: 50px 20px 28px; background: #fff; }
.aristo-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.25fr 1.2fr; gap: 38px; }
.aristo-footer-brand img { width: 175px; height: 82px; object-fit: contain; object-position: left center; }
.aristo-footer h3 { margin: 0 0 15px; font: 600 13px Montserrat, sans-serif; }
.aristo-footer p, .aristo-footer a, .aristo-footer li { color: var(--aristo-muted); font-size: 12px; line-height: 1.75; }
.aristo-footer ul { margin: 0; padding: 0; list-style: none; }
.aristo-footer a:hover { color: var(--aristo-gold); }
.aristo-footer-contact button, .aristo-mobile-footer-content button[data-aristo-wechat] { padding: 0; border: 0; background: transparent; color: var(--aristo-muted); font: inherit; cursor: pointer; }
.aristo-footer-wechat-qr { display: none; margin-top: 14px; }
.aristo-footer-wechat-qr > button { display: block; width: 118px; padding: 0; border: 0; background: transparent; color: var(--aristo-ink); text-align: center; cursor: pointer; }
.aristo-footer-wechat-qr img { display: block; width: 118px; height: 115px; border: 1px solid var(--aristo-line); object-fit: contain; }
.aristo-footer-wechat-qr span { display: block; margin-top: 5px; font-size: 12px; }
.aristo-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; border-top: 1px solid var(--aristo-line); padding-top: 20px; color: #8b857d; font-size: 11px; }
.aristo-fab { position: fixed; right: 20px; bottom: 20px; z-index: 70; display: flex; flex-direction: column; gap: 8px; }
.aristo-fab a, .aristo-fab button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--aristo-gold); box-shadow: 0 5px 15px rgba(0,0,0,.18); }
.aristo-fab img { width: 22px; height: 22px; object-fit: contain; }
.aristo-fab-close { display: none !important; color: var(--aristo-muted); font-size: 22px; line-height: 1; }
.aristo-fab.is-collapsed > :not(.aristo-fab-close) { display: none; }
.aristo-wechat-modal { width: min(380px, calc(100% - 32px)); padding: 12px; border: 1px solid var(--aristo-gold); background: #fff; box-shadow: var(--aristo-shadow); }
.aristo-wechat-modal::backdrop { background: rgba(0,0,0,.45); }
.aristo-wechat-modal > button { display: block; width: 30px; height: 30px; margin-left: auto; border: 0; background: transparent; color: var(--aristo-ink); font-size: 22px; }
.aristo-wechat-modal > img { display: block; width: min(277px, 100%); height: auto; margin: 0 auto 12px; }

@media (max-width: 1023px) {
  .aristo-wrap { width: min(100% - 28px, 1420px); }
  .aristo-desktop-header { display: none; }
  .aristo-mobile-header { display: grid; grid-template-columns: 46px 1fr 92px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--aristo-line); padding: 8px 14px; background: #fff; font-family: Roboto, Arial, sans-serif; }
  .aristo-mobile-header button { border: 0; background: transparent; }
  .aristo-mobile-logo { width: 220px; height: 44px; justify-self: center; }
  .aristo-mobile-logo img { width: 100%; height: 100%; object-fit: contain; }
  .aristo-mobile-actions { display: flex; justify-content: flex-end; gap: 6px; }
  .aristo-mobile-actions a, .aristo-mobile-actions button { position: relative; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; }
  .aristo-mobile-actions img { width: 22px; height: 22px; object-fit: contain; }
  .aristo-drawer { position: fixed; inset: 0; z-index: 100; display: none; }
  .aristo-drawer.is-open { display: block; }
  .aristo-drawer-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.42); }
  .aristo-drawer-panel { position: absolute; left: 0; top: 0; bottom: 0; width: min(330px, 86vw); overflow: auto; padding: 24px 20px; background: #fff; box-shadow: var(--aristo-shadow); }
  .aristo-drawer-close { width: 38px; height: 38px; float: right; border: 1px solid var(--aristo-line); background: #fff; font-size: 22px; }
  .aristo-drawer-panel h2 { clear: both; margin: 55px 0 16px; font: 500 20px Montserrat, sans-serif; }
  .aristo-drawer-panel a, .aristo-drawer-panel button { display: block; width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--aristo-line); background: transparent; text-align: left; font-size: 13px; }
  .aristo-drawer-panel a:hover, .aristo-drawer-panel button:hover { color: var(--aristo-gold); }
  .aristo-drawer-locale { min-height: 80px; margin-top: 18px; padding: 14px 0; border-top: 1px solid var(--aristo-line); font: 400 14px/24px Roboto, Arial, sans-serif; }
  .aristo-drawer-locale > div { display: flex; gap: 16px; }
  .aristo-drawer-panel .aristo-drawer-locale a { width: auto; display: inline-block; padding: 0; border: 0; font-size: 14px; }
  .aristo-drawer-locale a.is-active { color: var(--aristo-gold); font-weight: 500; }
  .aristo-drawer-locale > span { display: block; margin-top: 8px; }
  /* The source site keeps the mobile hero image and its copy as two stacked
     blocks.  Let the captured image retain its aspect ratio instead of
     cropping it into the desktop overlay frame. */
  .aristo-hero { height: calc(100svh - 68px); min-height: 360px; background: #fff; }
  .aristo-hero-slide { position: relative; inset: auto; display: none; width: 100%; height: 100%; opacity: 1; visibility: visible; transition: none; background: #fff; }
  .aristo-hero-slide.is-active { display: block; }
  .aristo-hero-slide::after { display: none; }
  .aristo-hero-media { height: calc(100% - 248px); max-height: calc(100svh - 316px); overflow: hidden; }
  .aristo-hero-slide picture, .aristo-hero-slide picture img { display: block; width: 100%; height: 100%; min-height: 0; }
  .aristo-hero-slide picture img { object-fit: cover; }
  .aristo-hero-copy { position: relative; left: auto; bottom: auto; width: 100%; height: 248px; min-height: 0; padding: 25px 20px; background: #fff; color: var(--aristo-ink); }
  .aristo-hero-copy h2 { margin-bottom: 16px; color: var(--aristo-ink); font-size: 27px; }
  .aristo-hero-copy p { margin-bottom: 18px; color: var(--aristo-ink); font-size: 14px; }
  .aristo-hero-copy .aristo-outline-btn { color: var(--aristo-ink); border-color: var(--aristo-ink); }
  .aristo-hero-dots { display: none; }
  .aristo-mobile-slide-dots { position: absolute; left: 0; right: 0; bottom: 18px; z-index: 5; display: flex; justify-content: center; gap: 8px; }
  .aristo-mobile-slide-dots button { width: 22px; height: 22px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; }
  .aristo-mobile-slide-dots button.is-active { background: #fff; }
  .aristo-brand-grid { grid-template-columns: repeat(2, 1fr); }
  .aristo-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 20px; }
  .aristo-reason-grid { grid-template-columns: repeat(2, 1fr); }
  .aristo-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .aristo-detail-grid { gap: 30px; }
  .aristo-subcategory-strip { grid-template-columns: repeat(4, 1fr); }
  .aristo-fab { left: 0; right: 0; bottom: 0; flex-direction: row; justify-content: stretch; gap: 0; padding: 0; border-top: 1px solid var(--aristo-line); background: rgba(246,242,235,.98); box-shadow: 0 -2px 8px rgba(44,34,20,.08); }
  .aristo-fab a { flex: 1; width: auto; height: 52px; border-right: 1px solid #fff; border-radius: 0; background: transparent; box-shadow: none; }
  .aristo-fab button { flex: 1; width: auto; height: 52px; border-right: 1px solid #fff; border-radius: 0; background: transparent; box-shadow: none; }
  .aristo-fab .aristo-fab-close { display: grid !important; flex: 0 0 24px; border-right: 0; font-size: 20px; }
  .aristo-fab a:last-child, .aristo-fab button:last-child { border-right: 0; }
}

@media (max-width: 640px) {
  .aristo-faq-page { margin-top: 0; }
  .aristo-faq-intro { padding: 16px 20px 17px; }
  .aristo-faq-intro-inner { padding: 16px 0; }
  .aristo-faq-intro h1 { font: 500 36px/40px Roboto, Arial, sans-serif; }
  .aristo-faq-intro nav a { font: 400 14px/20px Roboto, Arial, sans-serif; }
  .aristo-faq-group h2 { font: 500 24px/32px Roboto, Arial, sans-serif; }
  .aristo-faq-group summary { height: 56px; box-sizing: border-box; font: 500 16px/24px Roboto, Arial, sans-serif; }
  .aristo-faq-group summary span { font-size: 18px; line-height: 20px; }
  .aristo-prepaid-page { margin-top: 0; }
  .aristo-prepaid-intro-inner { display: block; padding: 16px 0; }
  .aristo-prepaid-intro-inner > h1 { width: auto; margin: 0; font: 700 36px/46.8px Roboto, Arial, sans-serif; text-align: center; }
  .aristo-prepaid-intro-inner > div { width: auto; }
  .aristo-prepaid-intro h2 { margin: 0; font: 700 18px/23.4px Roboto, Arial, sans-serif; }
  .aristo-prepaid-intro p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
  .aristo-prepaid-intro a { margin: 20px auto 0; }
  .aristo-prepaid-value h2 { line-height: 32px; }
  .aristo-prepaid-products > .aristo-product-grid { width: calc(100% - 16px); padding: 0; }
  .aristo-prepaid-media-wrap { width: 100%; height: 195px; }
  .aristo-prepaid-media { width: 100%; height: 195px; }
  .aristo-prepaid-media img { width: 100%; height: 187px; aspect-ratio: auto; }
}

/* Quantity control and shopping-bag drawer ported from watchshop-payment. */
.aristo-quantity-field { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.aristo-quantity-field > label { flex: 0 0 auto; color: var(--aristo-ink); font: 600 13px/18px Roboto, Arial, sans-serif; }
.aristo-quantity-control { width: 126px; height: 42px; display: grid; grid-template-columns: 42px 42px 42px; align-items: stretch; overflow: visible; background: transparent; }
.aristo-quantity-control button, .aristo-quantity-control input { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid #d8d8d8; background: #f2f2f2; color: var(--aristo-ink); font: 500 16px/1 Roboto, Arial, sans-serif; text-align: center; cursor: pointer; }
.aristo-quantity-control button:first-child { border-radius: 0; }
.aristo-quantity-control button:last-child { border-radius: 0; }
.aristo-quantity-control button:hover { background: #eee8df; color: var(--aristo-gold-dark); }
.aristo-quantity-control input { border-radius: 14px; margin: 0 -1px; z-index: 1; background: #fff; font-size: 14px; cursor: text; }
.aristo-quantity-control input::-webkit-inner-spin-button, .aristo-quantity-control input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.aristo-quantity-control input { appearance: textfield; }
.aristo-shopping-drawer { position: fixed; inset: 0; z-index: 120; display: none; }
.aristo-shopping-drawer.is-open { display: block; }
.aristo-shopping-drawer-overlay { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,0,0,.4); cursor: pointer; }
.aristo-shopping-drawer-panel { position: absolute; top: 0; right: 0; width: min(420px, 100%); height: 100%; display: flex; flex-direction: column; background: #fff; box-shadow: -8px 0 30px rgba(0,0,0,.16); transform: translateX(100%); transition: transform .3s ease; }
.aristo-shopping-drawer.is-open .aristo-shopping-drawer-panel { transform: translateX(0); }
.aristo-shopping-drawer-open { overflow: hidden; }
.aristo-shopping-drawer-header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; border-bottom: 1px solid #e5e5e5; }
.aristo-shopping-drawer-header > div { display: flex; align-items: center; gap: 9px; min-width: 0; }
.aristo-shopping-drawer-header img { width: 20px; height: 20px; object-fit: contain; }
.aristo-shopping-drawer-header h2 { margin: 0; color: #111; font: 600 16px/24px Roboto, Arial, sans-serif; }
.aristo-shopping-drawer-header button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #777; font: 300 28px/1 Arial, sans-serif; cursor: pointer; }
.aristo-shopping-drawer-header button:hover { background: #f3f3f3; color: #111; }
.aristo-shopping-drawer-note { padding: 12px 24px; border-bottom: 1px solid #e5e5e5; background: #f4f4f4; color: #555; font: 400 12px/19px Roboto, Arial, sans-serif; }
.aristo-shopping-drawer-list { flex: 1; overflow-y: auto; padding: 16px 24px; }
.aristo-shopping-drawer-list .aristo-cart-row { border-bottom-color: #e8e8e8; }
.aristo-shopping-drawer-footer { padding: 16px 24px calc(20px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid #e5e5e5; background: #fff; }
.aristo-shopping-drawer-footer > p { margin: 8px 0 14px; color: #777; font: 400 11px/17px Roboto, Arial, sans-serif; }
.aristo-cart-whatsapp { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; background: #25d366; color: #fff; font: 600 14px/20px Roboto, Arial, sans-serif; text-decoration: none; }
.aristo-cart-whatsapp:hover { background: #20bd5c; }
.aristo-cart-whatsapp img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.aristo-cart-whatsapp.is-disabled { opacity: .5; cursor: not-allowed; }
.aristo-cart-footer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.aristo-cart-footer-actions button, .aristo-cart-footer-actions a { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 10px; border: 1px solid #d5d5d5; border-radius: 999px; background: #fff; color: #222; font: 500 12px/18px Roboto, Arial, sans-serif; text-decoration: none; cursor: pointer; }
.aristo-cart-footer-actions button:hover, .aristo-cart-footer-actions a:hover { border-color: #999; background: #f7f7f7; }
.aristo-cart-drawer-summary { display: flex; align-items: center; justify-content: space-between; color: #555; font: 500 13px/20px Roboto, Arial, sans-serif; }
.aristo-cart-drawer-summary strong { color: #111; font: 700 16px/22px Roboto, Arial, sans-serif; }
.aristo-cart-experience { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 24px; max-width: 860px; margin: 0 auto; }
.aristo-cart-drawer-page, .aristo-cart-summary-panel { border: 1px solid #e3e3e3; border-radius: 12px; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.04); }
.aristo-cart-drawer-page { overflow: hidden; }
.aristo-cart-drawer-header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-bottom: 1px solid #e5e5e5; }
.aristo-cart-drawer-header > div { display: flex; align-items: center; gap: 9px; }
.aristo-cart-drawer-header img { width: 20px; height: 20px; }
.aristo-cart-drawer-header h1 { margin: 0; font: 600 18px/26px Roboto, Arial, sans-serif; }
.aristo-cart-close { color: #777; font: 300 28px/1 Arial, sans-serif; text-decoration: none; }
.aristo-cart-note { padding: 12px 22px; border-bottom: 1px solid #e5e5e5; background: #f4f4f4; color: #555; font: 400 12px/19px Roboto, Arial, sans-serif; }
.aristo-cart-drawer-body { min-height: 220px; padding: 10px 22px; }
.aristo-cart-drawer-footer { padding: 16px 22px 22px; border-top: 1px solid #e5e5e5; }
.aristo-cart-summary-panel { padding: 24px; }
.aristo-cart-summary-panel h2 { margin: 0 0 18px; font: 600 18px/25px Roboto, Arial, sans-serif; text-transform: none; }
.aristo-cart-summary-panel .aristo-outline-btn { width: 100%; margin-top: 20px; }
.aristo-cart-row { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; align-items: start; padding: 14px 0; border-bottom: 1px solid #e8e8e8; }
.aristo-cart-item-media { width: 76px; height: 76px; display: block; overflow: hidden; background: #f5f5f5; }
.aristo-cart-item-media img { width: 100%; height: 100%; border: 0; object-fit: contain; }
.aristo-cart-item-body { min-width: 0; }
.aristo-cart-item-body h3 { margin: 0 0 4px; font: 500 13px/18px Roboto, Arial, sans-serif; }
.aristo-cart-item-body h3 a { color: #111; text-decoration: none; }
.aristo-cart-item-body h3 a:hover { color: var(--aristo-gold-dark); }
.aristo-cart-item-body small { color: #777; font: 500 12px/17px Roboto, Arial, sans-serif; }
.aristo-cart-item-controls { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; }
.aristo-cart-quantity { height: 32px; display: inline-flex; align-items: center; overflow: hidden; border: 1px solid #d5d5d5; border-radius: 7px; background: #fff; }
.aristo-cart-quantity button { width: 28px; height: 100%; padding: 0; border: 0; background: #f7f7f7; color: #333; font-size: 16px; line-height: 1; cursor: pointer; }
.aristo-cart-quantity button:hover { background: #eee8df; }
.aristo-cart-quantity input { width: 34px; height: 100%; padding: 0; border: 0; border-right: 1px solid #eee; border-left: 1px solid #eee; font: 500 12px/17px Roboto, Arial, sans-serif; text-align: center; }
.aristo-cart-quantity input { appearance: textfield; }
.aristo-cart-quantity input::-webkit-inner-spin-button, .aristo-cart-quantity input::-webkit-outer-spin-button { appearance: none; margin: 0; }
.aristo-cart-item-price { display: inline-flex; align-items: center; gap: 7px; color: #111; font: 600 12px/17px Roboto, Arial, sans-serif; }
.aristo-cart-item-price strong { white-space: nowrap; }
.aristo-cart-item-price .aristo-remove { width: 24px; height: 24px; padding: 0; border: 0; color: #888; font-size: 20px; line-height: 20px; cursor: pointer; }
.aristo-cart-item-price .aristo-remove:hover { color: #a33b2c; }
.aristo-cart-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 230px; padding: 30px 15px; text-align: center; }
.aristo-cart-empty img { width: 42px; height: 42px; margin-bottom: 12px; opacity: .45; }
.aristo-cart-empty h2 { margin: 0 0 8px; font: 600 16px/23px Roboto, Arial, sans-serif; }
.aristo-cart-empty p { margin: 0 0 18px; color: #777; font: 400 13px/20px Roboto, Arial, sans-serif; }
.aristo-cart-empty a { min-height: 36px; display: inline-flex; align-items: center; padding: 8px 14px; border: 1px solid #bbb; border-radius: 999px; color: #222; font: 500 12px/18px Roboto, Arial, sans-serif; text-decoration: none; }
.aristo-cart-page > h1 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

@media (max-width: 720px) {
  .aristo-cart-experience { display: block; }
  .aristo-cart-summary-panel { display: none; }
  .aristo-cart-drawer-page { border-radius: 9px; }
  .aristo-cart-drawer-header, .aristo-cart-note, .aristo-cart-drawer-body, .aristo-cart-drawer-footer { padding-left: 16px; padding-right: 16px; }
  .aristo-cart-row { grid-template-columns: 64px minmax(0, 1fr); gap: 10px; }
  .aristo-cart-item-media { width: 64px; height: 64px; }
  .aristo-cart-item-controls { align-items: flex-end; }
  .aristo-shopping-drawer-panel { width: 100%; }
}

/* The source keeps the four featured cards on a branded textured backdrop on
   mobile too; only the card skew is removed at narrow widths. */
@media (max-width: 1023px) {
  .aristo-brand-card { overflow: hidden; background: rgba(169,123,57,.1) url('/skin/aristo/assets/images/home/brand-bg.webp') 100% 0/cover no-repeat; }
  .aristo-brand-card-inner { overflow: hidden; }
  .aristo-brand-card-image { right: -22px; bottom: -26px; width: 190px; height: 220px; transform: none; }
  .aristo-brand-card-image img { width: 190px; height: 220px; object-fit: contain; }
}

@media (max-width: 640px) {
  /* category-rail-overrides-anchor */
  .aristo-contact-page { margin-top: 0; }
  .aristo-contact-intro { padding: 16px 20px; }
  .aristo-contact-intro-inner { padding: 16px 0; }
  .aristo-contact-intro h1 { font: 500 28px/36.4px Roboto, Arial, sans-serif; }
  .aristo-contact-intro-inner > .aristo-contact-line { width: 100%; margin: 12px auto 0; }
  .aristo-contact-social a, .aristo-contact-social button { min-height: 34px; }
  .aristo-contact-social a:last-child { min-height: 36px; }
  .aristo-showroom { margin-bottom: 80px; }
  .aristo-showroom-media { height: 387px; }
  .aristo-contact-form-wrap { min-height: 895px; margin-bottom: 80px; }
  .aristo-contact-trust { min-height: 801px; box-sizing: border-box; }
}

@media (max-width: 720px) {
  .aristo-cart-page > h1 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .aristo-cart-row { grid-template-columns: 64px minmax(0, 1fr) !important; gap: 10px !important; }
  .aristo-cart-item-media { width: 64px !important; height: 64px !important; }
  .aristo-cart-row input { grid-column: auto !important; }
  .aristo-remove { grid-column: auto !important; grid-row: auto !important; }
}

/* Featured collection rail: the source uses a Swiper coverflow with a
   240x360 centre card, progressively scaled side cards and a dark label
   overlay.  Keep the same geometry while retaining the lightweight local
   controls and source catalogue links. */
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail {
  position: relative;
  height: 412px;
  overflow: hidden;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory-strip {
  position: relative;
  display: flex;
  width: max-content !important;
  height: 360px;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0;
  overflow: visible !important;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  will-change: transform;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  height: 360px;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform .45s ease;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory::before {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: 0;
  background: #000;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory::after {
  display: none;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .97;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory span,
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory:nth-child(8) span {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  background: rgba(0, 0, 0, .4) !important;
  color: #fff !important;
  font: 500 17px/22.1px Roboto, Arial, sans-serif;
  text-align: center;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::before,
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 110;
  width: 208px;
  pointer-events: none;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 80%);
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 80%);
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls {
  position: absolute;
  inset: 0;
  z-index: 120;
  display: block;
  pointer-events: none;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls button {
  position: absolute;
  top: 45.15%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 100%;
  background: var(--aristo-gold);
  color: #fff;
  font-size: 0;
  line-height: 1;
  pointer-events: auto;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-prev { left: -40px; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-next { right: -40px; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls button::before {
  content: '';
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-prev::before { transform: rotate(-45deg); margin-left: 5px; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-next::before { transform: rotate(135deg); margin-right: 5px; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
  pointer-events: auto;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-dots span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-dots span.is-active { background: #000; }

@media (max-width: 1023px) {
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::before,
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::after { display: none; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls button {
    top: 45.15%;
    width: 40px;
    height: 40px;
  }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-prev { left: 40px; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-next { right: 40px; } /* rail-media-anchor */
}

@media (max-width: 1023px) {
  .aristo-mobile-header {
    grid-template-columns: 58.33px minmax(0, 1fr) 58.33px;
    min-height: 68px;
    height: 68px;
    padding: 12px 20px;
  }
  .aristo-mobile-header > button {
    width: 58.33px;
    height: 21px;
    padding: 0;
    text-align: left;
  }
  .aristo-mobile-logo {
    width: 100%;
    height: 37.91px;
    padding: 8px 20px;
    justify-self: stretch;
  }
  .aristo-mobile-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .aristo-mobile-actions {
    width: 58.33px;
    height: 25px;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
  }
  .aristo-mobile-actions a:first-child { width: 24px; height: 25px; flex: 0 0 24px; }
  .aristo-mobile-actions a:last-child { width: 25px; height: 25px; flex: 0 0 25px; }
  .aristo-mobile-actions a:first-child img { width: 24px; height: 24px; }
  .aristo-mobile-actions a:last-child img { width: 25px; height: 25px; }
}

@media (max-width: 640px) {
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail { height: 412px; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory-strip { height: 360px; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls button {
    width: 40px;
    height: 40px;
  }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-dots { gap: 15px; }
}

/* Final cascade for category pages: keep the source composition ahead of
   legacy collection rules retained for older routes. */
body[data-page="aristo"] .aristo-category-page {
  width: 100% !important; max-width: 1420px !important; margin: 0 auto !important; padding: 0 0 60px !important;
  background: none !important;
}
body[data-page="aristo"] .aristo-category-page .aristo-category-hero {
  display: block !important; width: min(940px, calc(100% - 32px)) !important; min-height: 0 !important;
  margin: 0 auto !important; padding: 16px !important; border: 0 !important; background: #fff !important;
  text-align: left !important;
}
body[data-page="aristo"] .aristo-category-page .aristo-category-top.has-masthead .aristo-category-hero { margin-top: -85px !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-hero-inner {
  display: flex !important; grid-template-columns: none !important; align-items: flex-start !important;
  gap: 45px !important; border: 1px solid var(--aristo-gold) !important; border-bottom: 0 !important; padding: 40px !important;
}
body[data-page="aristo"] .aristo-category-page .aristo-category-heading { display: block !important; flex: 0 0 auto !important; max-width: 360px !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-heading h1 { margin: 0 !important; font: 700 36px/46.8px Roboto, sans-serif !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-heading .aristo-category-parent { margin: 0 0 5px !important; font: 500 18px/28px Roboto, sans-serif !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-copy { display: flex !important; flex: 1 1 auto !important; flex-direction: column !important; min-width: 0 !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-description { display: block !important; flex: none !important; max-width: none !important; font: 400 14px/18.2px Roboto, sans-serif !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-description h2 { margin: 0 !important; font: 700 18px/23.4px Roboto, sans-serif !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-description p { margin: 0 !important; font: 400 14px/21px Roboto, sans-serif !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-actions { display: flex !important; flex-direction: row !important; gap: 20px !important; margin-top: 20px !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-actions a { margin: 0 !important; width: 120px !important; height: 36px !important; min-height: 36px !important; padding: 0 12px !important; }
body[data-page="aristo"] .aristo-category-page .aristo-subcategory-rail { width: min(1120px, calc(100% - 40px)) !important; height: 412px !important; margin: 0 auto !important; padding: 0 !important; overflow: hidden !important; }
body[data-page="aristo"] .aristo-category-page .aristo-subcategory-rail .aristo-subcategory-strip { display: flex !important; width: 100% !important; height: 412px !important; margin: 0 !important; padding: 0 !important; gap: 0 !important; overflow: hidden !important; }
body[data-page="aristo"] .aristo-category-page .aristo-subcategory-rail .aristo-subcategory { flex: 0 0 220px !important; width: 220px !important; height: 412px !important; aspect-ratio: auto !important; }
body[data-page="aristo"] .aristo-category-page .aristo-subcategory-rail + .aristo-toolbar { display: flex !important; margin-top: 40px !important; }
body[data-page="aristo"] .aristo-category-page .aristo-source-toolbar { display: flex !important; flex-direction: row !important; width: 100% !important; height: 60px !important; margin: 0 !important; padding: 12px !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-top.has-masthead + .aristo-subcategory-rail { margin-top: 40px !important; }
body[data-page="aristo"] .aristo-category-page .aristo-category-top + .aristo-subcategory-rail { margin-top: 40px !important; }
body[data-page="aristo"] .aristo-category-page > .aristo-product-grid { width: 100% !important; margin: 48px 0 !important; padding: 0 8px !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 64px 8px !important; }
body[data-page="aristo"] .aristo-category-page > .aristo-product-grid > article:nth-child(-n+4) .aristo-product-divider { display: none !important; }
body[data-page="aristo"] .aristo-category-page > .aristo-pagination { width: 100% !important; margin: 0 !important; height: 56px !important; align-items: center !important; }
body[data-page="aristo"] .aristo-category-page .aristo-product-media { height: 308px !important; aspect-ratio: auto !important; overflow: visible !important; }
body[data-page="aristo"] .aristo-category-page .aristo-product-info { margin-top: 4px !important; padding-top: 0 !important; }
body[data-page="aristo"] .aristo-category-page .aristo-product-brand { margin: 8px 0 0 !important; }

@media (max-width: 640px) {
  body[data-page="aristo"] .aristo-category-page .aristo-category-top { margin-bottom: 20px !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-top.has-masthead { margin-bottom: 40px !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-hero { width: 100% !important; margin: 0 !important; padding: 16px !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-top.has-masthead .aristo-category-hero { margin-top: 0 !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-hero-inner { display: block !important; border: 0 !important; padding: 16px 0 !important; text-align: center !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-heading { max-width: none !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-copy { display: flex !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-description { text-align: center !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-description p { width: 100% !important; max-width: none !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-actions { justify-content: center !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-subcategory-rail { width: 100% !important; height: 412px !important; margin: 0 !important; overflow-x: auto !important; overflow-y: hidden !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-subcategory-rail .aristo-subcategory-strip { width: max-content !important; height: 360px !important; padding: 0 calc((100vw - 238px) / 2) !important; overflow: visible !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-subcategory-rail .aristo-subcategory { flex-basis: 238px !important; width: 238px !important; height: 360px !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-subcategory-rail + .aristo-toolbar { margin-top: 40px !important; }
  body[data-page="aristo"] .aristo-category-page > .aristo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 64px 8px !important; margin: 48px 0 !important; padding: 0 8px !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-product-media { height: 195px !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-product-media figure { height: 187px !important; }
}

/* Source category/listing composition. Brand pages share the same hero card,
   filter row and product rhythm on aristohk.com; only featured brands add the
   image masthead and collection rail. */
body[data-page="aristo"] .aristo-category-page {
  width: 100%; max-width: 1420px; margin: 0 auto; padding: 0 0 60px;
  font: 400 14px/18.2px Roboto, sans-serif;
}
body[data-page="aristo"] .aristo-category-page > .aristo-breadcrumb { display: none; }
body[data-page="aristo"] .aristo-category-top { margin: 0 0 40px; }
body[data-page="aristo"] .aristo-category-banner { width: 100%; height: 480px; overflow: hidden; }
body[data-page="aristo"] .aristo-category-banner img { display: block; width: 100%; height: 100%; object-fit: cover; }
body[data-page="aristo"] .aristo-category-hero {
  width: min(940px, calc(100% - 32px)); margin: 0 auto; padding: 16px;
  border: 0; background: #fff;
}
body[data-page="aristo"] .aristo-category-top.has-masthead .aristo-category-hero { margin-top: -85px; }
body[data-page="aristo"] .aristo-category-hero-inner {
  border: 1px solid var(--aristo-gold); border-bottom: 0; padding: 40px;
  display: flex; align-items: flex-start; gap: 45px; text-align: left;
}
body[data-page="aristo"] .aristo-category-heading { flex: 0 0 auto; max-width: 360px; }
body[data-page="aristo"] .aristo-category-copy { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; }
body[data-page="aristo"] .aristo-category-heading h1 {
  margin: 0; color: var(--aristo-ink); font: 700 36px/46.8px Roboto, sans-serif;
  text-transform: uppercase;
}
body[data-page="aristo"] .aristo-category-heading .aristo-category-parent {
  margin: 0 0 5px; color: var(--aristo-gold); font: 500 18px/28px Roboto, sans-serif;
}
body[data-page="aristo"] .aristo-category-description {
  max-width: none; color: var(--aristo-ink);
  font: 400 14px/18.2px Roboto, sans-serif;
}
body[data-page="aristo"] .aristo-category-description h2 {
  margin: 0; color: var(--aristo-gold); font: 700 18px/23.4px Roboto, sans-serif;
}
body[data-page="aristo"] .aristo-category-description p { margin: 0; font: 400 14px/21px Roboto, sans-serif; }
body[data-page="aristo"] .aristo-category-actions { display: flex; gap: 20px; margin-top: 20px; }
body[data-page="aristo"] .aristo-category-actions a {
  display: inline-flex; width: 120px; height: 36px; min-height: 36px; flex: 0 0 120px; align-items: center; justify-content: center;
  padding: 0 12px; border: 1px solid #222; border-radius: 3px; color: #222;
  margin: 0 !important; font: 400 12px/16px Roboto, sans-serif; text-transform: none; white-space: nowrap;
}
body[data-page="aristo"] .aristo-category-actions a:hover { background: #222; color: #fff; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail {
  width: min(1120px, calc(100% - 40px)); height: 412px; margin: 0 auto;
  padding: 0; overflow: hidden;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory-strip {
  display: flex; width: 100% !important; height: 412px; margin: 0 !important; gap: 0; overflow: hidden;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory {
  flex: 0 0 220px; width: 220px; height: 412px; aspect-ratio: auto; background: #fff;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory img { object-fit: contain; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory::after { display: none; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory span {
  bottom: 20px; color: var(--aristo-ink); font-size: 12px;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls { display: block; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail + .aristo-toolbar { margin-top: 40px; }
body[data-page="aristo"] .aristo-source-toolbar {
  width: 100%; height: 60px; margin: 0; border-block: 1px solid var(--aristo-line);
  padding: 12px; display: flex; flex-direction: row; align-items: center; justify-content: space-between;
  font: 400 14px/20px Roboto, sans-serif;
}
body[data-page="aristo"] .aristo-source-filter-list { display: flex; align-items: center; gap: 24px; }
body[data-page="aristo"] .aristo-source-filter-list button,
body[data-page="aristo"] .aristo-source-mobile-filter,
body[data-page="aristo"] .aristo-source-sort {
  border: 0; background: transparent; color: var(--aristo-ink); font: 400 14px/20px Roboto, sans-serif;
}
body[data-page="aristo"] .aristo-source-filter-list button { padding: 0; }
body[data-page="aristo"] .aristo-source-filter-list button:hover,
body[data-page="aristo"] .aristo-source-mobile-filter:hover { color: var(--aristo-gold); }
body[data-page="aristo"] .aristo-source-mobile-filter { display: none; }
body[data-page="aristo"] .aristo-source-sort { width: 116.84px; white-space: nowrap; }
body[data-page="aristo"] .aristo-source-sort { appearance: none; cursor: pointer; text-align: right; }
body[data-page="aristo"] .aristo-category-page > .aristo-product-grid {
  width: 100%; margin: 48px 0; padding: 0 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 64px 8px;
}
body[data-page="aristo"] .aristo-category-page > .aristo-pagination { width: 100%; margin: 0; }
body[data-page="aristo"] .aristo-product-card {
  min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  text-align: center; font: 400 14px/18.2px Roboto, sans-serif;
}
body[data-page="aristo"] .aristo-product-media-wrap { position: relative; width: 100%; height: 308px; }
body[data-page="aristo"] .aristo-product-media { display: block; width: 100%; height: 308px; padding: 4px; aspect-ratio: auto; overflow: visible; }
body[data-page="aristo"] .aristo-product-media figure { width: 100%; height: 300px; margin: 0; overflow: hidden; }
body[data-page="aristo"] .aristo-product-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
body[data-page="aristo"] .aristo-product-media:hover img { transform: scale(1.05); }
body[data-page="aristo"] .aristo-product-info {
  width: 100%; margin-top: 4px; padding-top: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
/* The source homepage brand cards show the captured artwork without the
   generic product-card gradient mask. Keep the title shadow, but leave all
   four Feature Luxury Watch Brands images clear. */
body[data-route="/"] .aristo-brand-section .aristo-brand-card::after { display: none; background: none; }
body[data-page="aristo"] .aristo-product-status { width: 100%; height: 22px; }
body[data-page="aristo"] .aristo-product-status span {
  display: inline-block; border: 1px solid #242bf9; border-radius: 3px; padding: 1px 8px;
  color: #242bf9; font: 500 12px/18px Roboto, sans-serif; text-transform: uppercase;
}
body[data-page="aristo"] .aristo-product-status span.is-hot { color: #ea4f18; border-color: #ea4f18; }
body[data-page="aristo"] .aristo-product-brand {
  width: 100%; margin: 8px 0 0; color: var(--aristo-gold);
  font: 500 14px/20px Montserrat; letter-spacing: .1em; text-transform: uppercase;
}
body[data-page="aristo"] .aristo-product-brand a { display: inline-block; padding: 0 8px; }
body[data-page="aristo"] .aristo-product-name {
  width: 100%; height: 48px; min-height: 48px; margin-top: 8px; padding: 0 8px;
  color: var(--aristo-ink); font: 500 16px/24px Roboto, sans-serif; letter-spacing: .08em;
  overflow-wrap: anywhere;
}
body[data-page="aristo"] .aristo-product-name a { display: block; }
body[data-page="aristo"] .aristo-product-divider { width: 40px; height: 1px; margin-bottom: 4px; border-top: 1px solid var(--aristo-line); }
body[data-page="aristo"] .aristo-product-price {
  width: 100%; height: 40px; min-height: 40px; margin: 0; display: flex; align-items: center; justify-content: center;
  color: var(--aristo-ink); font: 500 14px/20px Roboto, sans-serif; letter-spacing: .08em;
}
body[data-page="aristo"] .aristo-compare-price { margin-left: 5px; color: #999; font: 400 12px/18px Roboto, sans-serif; }
body[data-page="aristo"] .aristo-stock-ribbon {
  position: absolute; top: 0; right: 0; z-index: 2; width: 80px; height: 80px;
  background: url('/skin/aristo/assets/images/instock.png') center/contain no-repeat;
}
body[data-page="aristo"] .aristo-stock-ribbon.is-preorder { background-image: url('/skin/aristo/assets/images/preorder.png'); }
body[data-page="aristo"] .aristo-category-content { width: min(1060px, calc(100% - 40px)); margin-inline: auto; }
body[data-page="aristo"] .aristo-category-trust { margin-top: 80px; padding-top: 48px; padding-bottom: 53px; }

@media (max-width: 640px) {
  body[data-page="aristo"] .aristo-category-page { padding-bottom: 60px; }
  body[data-page="aristo"] .aristo-category-top { margin-bottom: 20px; }
  body[data-page="aristo"] .aristo-category-top.has-masthead { margin-bottom: 40px; }
  body[data-page="aristo"] .aristo-category-banner { height: 180px; }
  body[data-page="aristo"] .aristo-category-top.has-masthead .aristo-category-hero { margin-top: 0; }
  body[data-page="aristo"] .aristo-category-hero { width: 100%; padding: 16px; }
  body[data-page="aristo"] .aristo-category-hero-inner { border: 0; padding: 16px 0; display: block; text-align: center; }
  body[data-page="aristo"] .aristo-category-heading { max-width: none; }
  body[data-page="aristo"] .aristo-category-heading h1 { font: 700 36px/46.8px Roboto, sans-serif; }
  body[data-page="aristo"] .aristo-category-heading .aristo-category-parent { margin-bottom: 5px; font-size: 18px; line-height: 28px; }
  body[data-page="aristo"] .aristo-category-description { font: 400 14px/18.2px Roboto, sans-serif; text-align: center; }
  body[data-page="aristo"] .aristo-category-description h2 { font-size: 18px; line-height: 23.4px; }
  body[data-page="aristo"] .aristo-category-description p { width: 100%; max-width: none; margin-inline: auto; }
  body[data-page="aristo"] .aristo-category-actions { justify-content: center; margin-top: 20px; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail { width: 100%; height: 412px; margin: 0; overflow-x: auto; overflow-y: hidden; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory-strip { height: 360px; width: max-content !important; overflow: visible; padding: 0 calc((100vw - 238px) / 2); }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory { flex-basis: 238px; width: 238px; height: 360px; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory span { bottom: 16px; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail + .aristo-toolbar { margin-top: 40px; }
  body[data-page="aristo"] .aristo-source-toolbar { height: 60px; padding: 12px; }
  body[data-page="aristo"] .aristo-source-filter-list { display: none; }
  body[data-page="aristo"] .aristo-source-mobile-filter { display: block; padding: 0; }
  body[data-page="aristo"] .aristo-source-sort { margin-left: auto; padding: 0; }
  body[data-page="aristo"] .aristo-category-page > .aristo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 8px; margin: 48px 0; padding: 0 8px; }
  body[data-page="aristo"] .aristo-product-media-wrap { height: 195px; }
  body[data-page="aristo"] .aristo-product-media { height: 195px; }
  body[data-page="aristo"] .aristo-product-media figure { height: 187px; }
  body[data-page="aristo"] .aristo-product-brand { font-size: 14px; }
  body[data-page="aristo"] .aristo-product-name { font-size: 16px; }
  body[data-page="aristo"] .aristo-category-content { width: calc(100% - 40px); }
  body[data-page="aristo"] .aristo-category-trust { min-height: 801px; margin-top: 48px; padding-top: 48px; padding-bottom: 0; box-sizing: border-box; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-heading { margin-bottom: 48px; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-item { min-height: 0; padding: 0 20px 20px; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-item + .aristo-trust-item { border-top: 1px solid var(--aristo-line); border-left: 0; padding-top: 20px; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-item img { margin-bottom: 20px; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-item:first-child img { margin-top: 8px; margin-bottom: 28px; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-item:last-child { padding-bottom: 0; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-item p { width: min(300px, 100%); margin-inline: auto; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-item h3 { margin-bottom: 16px; font: 500 18px/28px Roboto, Arial, sans-serif; }
  body[data-page="aristo"] .aristo-category-trust .aristo-trust-item p { font: 400 14px/21px Roboto, Arial, sans-serif; }
  .aristo-editorial { margin-top: 40px; }
  .aristo-editorial-row, .aristo-editorial-row.is-reversed { display: flex; flex-direction: column-reverse; min-height: 0; }
  .aristo-editorial-copy { width: 100%; min-height: 0; padding: 20px; }
  .aristo-editorial-copy > div,
  .aristo-editorial-row:not(.is-reversed) .aristo-editorial-copy > div,
  .aristo-editorial-row.is-reversed .aristo-editorial-copy > div { width: 100%; margin: 0; }
  .aristo-editorial-copy h3 { font-size: 18px; line-height: 28px; }
  .aristo-editorial-copy h2 { margin-bottom: 30px; font-size: 28px; line-height: 36px; }
  .aristo-editorial-copy p { margin-bottom: 20px; }
  .aristo-editorial-media { width: 100%; height: 264px; flex: 0 0 264px; }
  .aristo-editorial-history { min-height: 0; }
  .aristo-editorial-history-inner { width: 100%; padding: 60px 20px; }
  .aristo-editorial-history-copy h2 { font-size: 28px; line-height: 36px; }
  .aristo-editorial-timeline { display: flex; flex-direction: column; align-items: stretch; gap: 30px; margin-top: 30px; }
  .aristo-editorial-years { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
  .aristo-editorial-year-list { width: 100%; flex-direction: row; justify-content: space-between; }
  .aristo-editorial-year-list::before { top: auto; right: 0; bottom: 10px; left: 0; width: auto; height: 2px; }
  .aristo-editorial-year { height: 36px; padding: 0 0 18px; font-size: 16px; text-align: center; }
  .aristo-editorial-year::after { top: auto; right: 50%; bottom: 7px; transform: translateX(50%); }
  .aristo-editorial-year-detail { width: 100%; min-height: 0; }
  .aristo-editorial-year-image { width: 100%; height: 264px; }
  .aristo-editorial-year-image img { width: 100%; height: 264px; }
  .aristo-category-faq { width: calc(100% - 40px); margin-top: 40px; }
  .aristo-category-faq-desktop { display: none; }
  .aristo-category-faq-mobile { display: block; }
  .aristo-category-faq-mobile > span { font-size: 28px; line-height: 42px; }
  .aristo-category-faq-mobile h2 { margin-bottom: 20px; }
  .aristo-category-faq-mobile details { margin-bottom: 10px; }
  .aristo-category-faq-mobile summary { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 20px; border-radius: 4px; background: #f6f2eb; font: 400 16px/22px Roboto, Arial, sans-serif; list-style: none; cursor: pointer; }
  .aristo-category-faq-mobile summary::-webkit-details-marker { display: none; }
  .aristo-category-faq-mobile details[open] summary { background: var(--aristo-gold); color: #fff; }
  .aristo-category-faq-mobile summary span { font-size: 22px; }
  .aristo-category-faq-mobile details > div { padding: 20px; background: #f6f2eb; font: 400 14px/21px Roboto, Arial, sans-serif; }
  .aristo-category-faq-mobile details p { margin: 0 0 20px; }
  .aristo-category-contact { margin: 40px 0 0; padding: 40px; }
  .aristo-category-contact h2 { font-size: 20px; line-height: 28px; }
  .aristo-category-trust { margin-top: 0; }
}

/* Prepaid Consignment editorial sections. These mirror the source's
   alternating story rows, dark process panel, FAQ disclosure and CTA. */
.aristo-prepaid-stories { margin-top: 80px; background: #f6f2eb; }
.aristo-prepaid-story-row { display: flex; flex-direction: row; align-items: center; min-height: 500px; }
.aristo-prepaid-story-row.is-reversed { flex-direction: row-reverse; }
.aristo-prepaid-story-copy { width: calc(100% - 710px); min-height: 500px; display: flex; flex-direction: column; justify-content: center; padding: 20px; }
.aristo-prepaid-story-copy h3 { margin: 0 0 5px; color: var(--aristo-gold); font: 500 18px/28px Roboto, Arial, sans-serif; }
.aristo-prepaid-story-copy h2 { margin: 0 0 30px; font: 500 28px/1.3 Roboto, Arial, sans-serif; }
.aristo-prepaid-story-copy p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-prepaid-story-row figure { width: 710px; height: 500px; margin: 0; flex: 0 0 710px; overflow: hidden; }
.aristo-prepaid-story-row figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aristo-prepaid-process { min-height: 0; padding: 100px 20px 80px; color: #fff; background: #000 url('/skin/aristo/assets/images/prepaid/bg.jpg') center top/cover no-repeat; }
.aristo-prepaid-process-intro { width: min(690px, 100%); margin: 0 auto; }
.aristo-prepaid-process-intro h2 { margin: 0 0 30px; color: #d4a766; font: 500 28px/1.3 Roboto, Arial, sans-serif; text-align: center; }
.aristo-prepaid-process-intro h3 { margin: 0 0 5px; font: 500 18px/28px Roboto, Arial, sans-serif; }
.aristo-prepaid-process-intro p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-prepaid-process-overview { display: flex; align-items: flex-start; justify-content: center; gap: 36px; width: min(690px, 100%); margin: 0 auto; }
.aristo-prepaid-process-content { flex: 1 1 0; min-width: 0; padding-top: 120px; }
.aristo-prepaid-process-content > h2 { margin: 0 0 20px; color: #d4a766; font: 500 24px/32px Roboto, Arial, sans-serif; }
.aristo-prepaid-process-body { display: flex; align-items: flex-start; }
.aristo-prepaid-process-tabs { display: flex; flex: 0 0 107px; flex-direction: column; }
.aristo-prepaid-process-step { position: relative; height: 36px; border: 0; border-left: 2px solid rgba(255,255,255,.45); background: transparent; color: rgba(255,255,255,.3); text-align: right; font: 400 16px/36px Roboto, Arial, sans-serif; cursor: pointer; }
.aristo-prepaid-process-step:first-child { border-left-color: #fff; }
.aristo-prepaid-process-step span { display: block; padding-right: 28px; white-space: nowrap; }
.aristo-prepaid-process-step.is-active { color: #d4a766; }
.aristo-prepaid-process-step.is-active::after { content: ''; position: absolute; top: 14px; right: -5px; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.aristo-prepaid-process-copies { flex: 1; min-height: 184px; padding-left: 20px; }
.aristo-prepaid-process-copy { display: none; }
.aristo-prepaid-process-copy.is-active { display: block; }
.aristo-prepaid-process-copy h3 { margin: 0; font: 400 24px/32px Roboto, Arial, sans-serif; }
.aristo-prepaid-rule { width: 36px; height: 1px; margin: 16px 0; background: var(--aristo-gold); }
.aristo-prepaid-process-copy p { margin: 0; font: 400 16px/24px Roboto, Arial, sans-serif; }
.aristo-prepaid-process-image { width: 321px; height: 240px; margin: 134px 0 0; flex: 0 0 321px; align-self: flex-start; }
.aristo-prepaid-process-image img { display: block; width: 100%; height: 240px; object-fit: contain; }
.aristo-prepaid-faq { width: min(928px, calc(100% - 40px)); margin: 80px auto 0; }
.aristo-prepaid-faq-desktop { display: flex; gap: 40px; min-height: 574px; }
.aristo-prepaid-faq-tabs { width: 512px; min-height: 574px; border: 1px solid var(--aristo-gold); border-right: 0; border-bottom: 0; border-left-width: 2px; padding: 60px 0 30px 40px; }
.aristo-prepaid-faq-tabs h2, .aristo-prepaid-faq-mobile > h2 { margin: 0 0 20px; color: var(--aristo-gold); font: 400 28px/42px Roboto, Arial, sans-serif; }
.aristo-prepaid-faq-tabs > div { display: flex; flex-direction: column; gap: 10px; }
.aristo-prepaid-faq-tabs button { width: 470px; height: 50px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 4px; padding: 0 20px; background: #f6f2eb; color: var(--aristo-ink); text-align: left; font: 400 16px/22px Roboto, Arial, sans-serif; cursor: pointer; }
.aristo-prepaid-faq-tabs button.is-active { background: var(--aristo-gold); color: #fff; }
.aristo-prepaid-faq-tabs button span { padding-right: 8px; }
.aristo-prepaid-faq-tabs button b { font-size: 24px; font-weight: 300; }
.aristo-prepaid-faq-tabs button.is-active b { transform: rotate(180deg); }
.aristo-prepaid-faq-answer { width: 376px; min-height: 414px; align-self: flex-start; margin-top: 160px; border-right: 2px solid var(--aristo-gold); border-bottom: 2px solid var(--aristo-gold); padding: 0 40px 60px 0; }
.aristo-prepaid-faq-answer p { margin: 0 0 20px; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-prepaid-faq-mobile { display: none; }
.aristo-prepaid-faq-list details { border-bottom: 1px solid var(--aristo-line); }
.aristo-prepaid-faq-list summary { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 20px; border-radius: 4px; background: var(--aristo-gold); color: #fff; font: 400 16px/22px Roboto, Arial, sans-serif; list-style: none; cursor: pointer; }
.aristo-prepaid-faq-list details:not([open]) summary { background: transparent; color: var(--aristo-ink); }
.aristo-prepaid-faq-list summary::-webkit-details-marker { display: none; }
.aristo-prepaid-faq-list summary span { color: inherit; font-size: 22px; font-weight: 300; }
.aristo-prepaid-faq-list details[open] summary span { transform: rotate(45deg); }
.aristo-prepaid-faq-list details > p { margin: 0; padding: 20px; background: #f6f2eb; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-prepaid-cta { width: min(928px, 100%); height: 500px; margin: 80px auto 0; display: flex; align-items: center; justify-content: center; color: #fff; background: #222 url('/skin/aristo/assets/images/about/about-image-5.webp') center/cover no-repeat; text-align: center; }
.aristo-prepaid-cta h2 { margin: 0 0 8px; font: 500 28px/28px Roboto, Arial, sans-serif; }
.aristo-prepaid-cta h2:nth-child(2) { margin-bottom: 40px; font-weight: 300; }
.aristo-prepaid-cta h2 span { color: #d4a766; font-weight: 500; }
.aristo-prepaid-cta-actions { display: flex; justify-content: center; gap: 20px; }
.aristo-prepaid-cta-actions a { display: inline-flex; align-items: center; justify-content: center; width: 200px; height: 36px; border: 1px solid #fff; color: #fff; font: 400 12px/16px Roboto, Arial, sans-serif; text-transform: uppercase; }

@media (min-width: 1024px) {
  .aristo-prepaid-process-intro p { margin-bottom: 20px; }
}

/* Tablet layouts: the source switches the wide editorial and FAQ blocks to
   stacked sections before reaching the phone breakpoint.  Without this
   intermediate layout the fixed 710px media column can create horizontal
   page overflow at widths such as 768px. */
@media (max-width: 1023px) {
  .aristo-editorial-row,
  .aristo-editorial-row.is-reversed,
  .aristo-prepaid-story-row,
  .aristo-prepaid-story-row.is-reversed { display: flex; flex-direction: column-reverse; min-height: 0; }
  .aristo-editorial-copy,
  .aristo-prepaid-story-copy { width: 100%; min-height: 0; padding: 30px 24px; box-sizing: border-box; }
  .aristo-editorial-copy > div,
  .aristo-editorial-row:not(.is-reversed) .aristo-editorial-copy > div,
  .aristo-editorial-row.is-reversed .aristo-editorial-copy > div { width: 100%; margin: 0; }
  .aristo-editorial-media,
  .aristo-prepaid-story-row figure { width: 100%; height: 360px; flex: 0 0 360px; }
  .aristo-category-faq { width: calc(100% - 40px); margin-top: 40px; }
  .aristo-category-faq-desktop,
  .aristo-prepaid-faq-desktop { display: none; }
  .aristo-category-faq-mobile,
  .aristo-prepaid-faq-mobile { display: block; }
  .aristo-category-faq-mobile details,
  .aristo-prepaid-faq-list details { margin-bottom: 10px; }
  .aristo-category-faq-mobile summary,
  .aristo-prepaid-faq-list summary { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 20px; border-radius: 4px; background: #f6f2eb; font: 400 16px/22px Roboto, Arial, sans-serif; list-style: none; cursor: pointer; }
  .aristo-category-faq-mobile summary::-webkit-details-marker,
  .aristo-prepaid-faq-list summary::-webkit-details-marker { display: none; }
  .aristo-category-faq-mobile details[open] summary { background: var(--aristo-gold); color: #fff; }
  .aristo-category-faq-mobile details > div,
  .aristo-prepaid-faq-list details > p { padding: 20px; background: #f6f2eb; font: 400 14px/21px Roboto, Arial, sans-serif; }
  .aristo-prepaid-faq { width: calc(100% - 40px); margin-top: 40px; }
  .aristo-prepaid-products > .aristo-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .aristo-prepaid-process-image { max-width: 100%; }
  .aristo-prepaid-cta { width: 100%; }
  .aristo-about-reasons { min-height: 0; margin-top: 80px; padding: 0 0 48px; }
  .aristo-about-reasons-image { position: static; width: 100%; height: 360px; }
  .aristo-about-reasons-content { margin: 0; padding: 40px 24px 0; }
  .aristo-about-reasons-content h2 { margin-bottom: 36px; text-align: center; }
}

@media (max-width: 640px) {
  .aristo-prepaid-page { margin-top: 0; }
  .aristo-prepaid-intro-inner { display: block; }
  .aristo-prepaid-intro-inner > h1, .aristo-prepaid-intro-inner > div { width: auto; }
  .aristo-prepaid-products > .aristo-product-grid { width: calc(100% - 16px); padding: 0; }
  .aristo-prepaid-media-wrap { width: 100%; height: 195px; }
  .aristo-prepaid-media { width: 100%; height: 195px; }
  .aristo-prepaid-media img { width: 100%; height: 187px; aspect-ratio: auto; }
  .aristo-prepaid-card-info { margin-top: 4px; }
  .aristo-prepaid-card { min-height: 345px; }
  .aristo-prepaid-card:nth-child(-n+4) { min-height: 350px; }
  /* Long reference numbers (for example AP model codes) must wrap inside
     the two-column cards instead of increasing the page's scroll width. */
  .aristo-prepaid-card,
  .aristo-prepaid-card-info,
  .aristo-prepaid-brand,
  .aristo-prepaid-name,
  .aristo-prepaid-name a { min-width: 0; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
  .aristo-prepaid-status { height: 22px; }
  .aristo-prepaid-name { font-size: 16px; line-height: 24px; }
  .aristo-prepaid-products > .aristo-pagination { min-height: 56px; margin-top: 48px; align-items: flex-start; }
  .aristo-prepaid-products > .aristo-pagination a, .aristo-prepaid-products > .aristo-pagination span { min-width: 32px; height: 36px; display: inline-flex; align-items: center; justify-content: center; }
  .aristo-prepaid-stories { margin-top: 80px; }
  .aristo-prepaid-story-row, .aristo-prepaid-story-row.is-reversed { min-height: 0; display: flex; flex-direction: column-reverse; align-items: stretch; }
  .aristo-prepaid-story-copy { width: 100%; min-height: 0; padding: 20px; }
  .aristo-prepaid-story-copy h3 { font-size: 18px; line-height: 28px; }
  .aristo-prepaid-story-copy h2 { font-size: 28px; line-height: 1.3; }
  .aristo-prepaid-story-copy p { font-size: 14px; line-height: 21px; }
  .aristo-prepaid-story-row figure { width: 100%; height: 264px; flex: 0 0 264px; }
  .aristo-prepaid-process { min-height: 1030px; padding: 20px 20px 20px; background-position: center top; }
  .aristo-prepaid-process-intro { width: 100%; }
  .aristo-prepaid-process-intro h2 { margin-bottom: 30px; font-size: 28px; line-height: 1.3; text-align: center; }
  .aristo-prepaid-process-intro h3 { font-size: 18px; line-height: 28px; }
  .aristo-prepaid-process-intro p { font-size: 14px; line-height: 21px; }
  .aristo-prepaid-process-overview { display: flex; flex-direction: column; gap: 20px; width: 100%; margin-top: 20px; }
  .aristo-prepaid-process-content { width: 100%; flex: none; padding-top: 0; }
  .aristo-prepaid-process-content > h2 { margin-bottom: 40px; font-size: 24px; line-height: 32px; text-align: center; }
  .aristo-prepaid-process-body { width: 100%; }
  .aristo-prepaid-process-tabs { flex: 0 0 87px; }
  .aristo-prepaid-process-step { height: 36px; font-size: 16px; line-height: 36px; }
  .aristo-prepaid-process-step span { padding-right: 20px; }
  .aristo-prepaid-process-copies { min-height: 180px; padding-left: 10px; }
  .aristo-prepaid-process-copy h3 { font-size: 24px; line-height: 32px; }
  .aristo-prepaid-process-copy p { font-size: 16px; line-height: 24px; }
  .aristo-prepaid-process-image { width: 314px; height: 240px; margin: 0; flex: 0 0 240px; align-self: flex-end; }
  .aristo-prepaid-process-image img { width: 100%; height: 240px; }
  .aristo-prepaid-faq { width: calc(100% - 40px); margin-top: 0; padding-top: 20px; }
  .aristo-prepaid-faq-desktop { display: none; }
  .aristo-prepaid-faq-mobile { display: block; }
  .aristo-prepaid-faq-mobile > h2 { margin-bottom: 20px; }
  .aristo-prepaid-faq-list summary { min-height: 50px; padding: 0 20px; }
  .aristo-prepaid-faq-list details { margin-bottom: 20px; border-bottom: 0; }
  .aristo-prepaid-faq-list details > p { min-height: 186px; padding: 20px; }
  .aristo-prepaid-cta { width: 100%; height: 372px; margin-top: 60px; padding: 20px; }
  .aristo-prepaid-cta h2 { font-size: 28px; line-height: 28px; }
  .aristo-prepaid-cta-actions { flex-direction: column; gap: 20px; width: 100%; align-items: center; }
  .aristo-prepaid-cta-actions a { width: min(300px, 100%); }
}

/* Collection rail controls and source-style filter bar. */
.aristo-subcategory-rail { position: relative; width: min(1200px, 100%); margin: 0 auto 24px; padding-bottom: 48px; }
.aristo-subcategory-rail .aristo-subcategory-strip { width: 100% !important; margin: 0 !important; }
.aristo-collection-controls { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.aristo-collection-controls button { position: absolute; top: 46%; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--aristo-gold); color: #fff; font-size: 30px; line-height: 1; pointer-events: auto; }
.aristo-collection-prev { left: 0; }
.aristo-collection-next { right: 0; }
.aristo-collection-dots { position: absolute; bottom: 12px; left: 0; right: 0; color: #222; font-size: 13px; text-align: center; letter-spacing: 2px; }
body[data-route="/rolex"] .aristo-subcategory:nth-child(8) span,
body[data-route="/audemars-piguet"] .aristo-subcategory:nth-child(1) span,
body[data-route="/patek-philippe"] .aristo-subcategory:nth-child(1) span,
body[data-route="/richard-mille"] .aristo-subcategory:nth-child(1) span { left: 0; right: 0; bottom: 0; padding: 10px 6px; background: #999; color: #fff; }
.aristo-feature-filters { display: flex; align-items: center; width: 100%; min-height: 50px; margin: 0 auto; border-block: 1px solid var(--aristo-line); padding: 0 10px; }
.aristo-feature-filters button { min-height: 40px; padding: 0 13px; border: 0; background: transparent; color: var(--aristo-ink); font-size: 12px; }
.aristo-feature-filters button:hover { color: var(--aristo-gold); }
.aristo-feature-filters span { margin-left: auto; color: var(--aristo-ink); font-size: 12px; }
body[data-route="/rolex"] .aristo-featured-collection > .aristo-toolbar,
body[data-route="/audemars-piguet"] .aristo-featured-collection > .aristo-toolbar,
body[data-route="/patek-philippe"] .aristo-featured-collection > .aristo-toolbar,
body[data-route="/richard-mille"] .aristo-featured-collection > .aristo-toolbar { display: none; }
body[data-route="/rolex"] .aristo-featured-collection .aristo-stock-ribbon,
body[data-route="/audemars-piguet"] .aristo-featured-collection .aristo-stock-ribbon,
body[data-route="/patek-philippe"] .aristo-featured-collection .aristo-stock-ribbon,
body[data-route="/richard-mille"] .aristo-featured-collection .aristo-stock-ribbon { width: 100px; height: 100px; }
@media (max-width: 1023px) {
  .aristo-subcategory-rail { width: 100%; padding-bottom: 42px; }
  .aristo-subcategory-rail .aristo-subcategory-strip { padding-left: calc((100vw - 238px) / 2) !important; padding-right: calc((100vw - 238px) / 2) !important; }
  .aristo-collection-controls button { width: 32px; height: 32px; top: 44%; font-size: 24px; }
  .aristo-collection-prev { left: 10px; }
  .aristo-collection-next { right: 10px; }
  .aristo-collection-dots { bottom: 9px; font-size: 11px; }
  .aristo-feature-filters { min-height: 44px; overflow-x: auto; white-space: nowrap; padding: 0 8px; }
  .aristo-feature-filters button { flex: 0 0 auto; padding-inline: 9px; font-size: 11px; }
  .aristo-feature-filters span { margin-left: auto; flex: 0 0 auto; padding-left: 12px; font-size: 11px; }
}

@media (max-width: 640px) {
  .aristo-mobile-header { grid-template-columns: 40px 1fr 80px; }
  .aristo-mobile-logo { width: 190px; }
  .aristo-hero { height: calc(100svh - 68px); }
  .aristo-hero-copy { left: auto; bottom: auto; width: 100%; height: 248px; min-height: 0; padding: 22px 16px; }
  .aristo-hero-copy h2 { margin-bottom: 14px; font-size: 26px; }
  .aristo-hero-copy p { margin-bottom: 18px; font-size: 13px; }
  .aristo-section { padding: 42px 0; }
  .aristo-section-title { margin-bottom: 24px; font-size: 22px; }
  .aristo-intro { padding: 44px 14px 26px; }
  .aristo-intro { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .aristo-intro-copy { max-width: none; }
  .aristo-intro-image, .aristo-intro-image img { min-height: 240px; }
  .aristo-intro h1 { font-size: 24px; }
  .aristo-intro h1 span { white-space: normal; }
  .aristo-brand-section, .aristo-new-section, .aristo-services, .aristo-trust { padding-inline: 14px; }
  .aristo-brand-card span { left: 8px; right: 8px; bottom: 14px; font-size: 13px; }
  .aristo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
  .aristo-product-brand { font-size: 10px; }
  .aristo-product-name { min-height: 41px; font-size: 12px; }
  .aristo-product-price { font-size: 12px; }
  .aristo-product-action { padding: 6px 10px; font-size: 10px; }
  .aristo-reasons { padding: 44px 18px; }
  .aristo-reasons-intro h2 { font-size: 23px; }
  .aristo-reason-grid, .aristo-service-grid, .aristo-trust-grid { grid-template-columns: 1fr; gap: 24px; }
  .aristo-reason { grid-template-columns: 48px 1fr; }
  .aristo-service { min-height: 150px; padding: 22px; }
  .aristo-service h3 { font-size: 20px; }
  .aristo-category-page { padding: 42px 14px 60px; }
  .aristo-category-hero h1 { font-size: 25px; }
  .aristo-subcategory-strip { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .aristo-subcategory span { font-size: 9px; }
  .aristo-toolbar { align-items: flex-start; flex-direction: column; }
  .aristo-sort { width: 100%; }
  .aristo-detail-page { padding: 28px 14px 70px; }
  .aristo-detail-grid { grid-template-columns: 1fr; gap: 25px; }
  .aristo-detail-summary h1 { font-size: 24px; }
  .aristo-facts { grid-template-columns: 1fr 1fr; gap: 10px; font-size: 12px; }
  .aristo-contact-box { padding: 20px 16px; }
  .aristo-contact-actions { grid-template-columns: 1fr; }
  .aristo-tab-list button { flex: 1; min-width: 0; }
  .aristo-attribute-row { grid-template-columns: 42% 58%; }
  .aristo-related h2 { font-size: 19px; }
  .aristo-page, .aristo-cart-page { padding: 42px 14px 65px; }
  .aristo-page h1 { font-size: 27px; }
  .aristo-banner-page > img { height: 220px; }
  .aristo-banner-card { margin-top: -35px; padding: 28px 18px; }
  .aristo-banner-card h1 { font-size: 25px; }
  .aristo-steps { grid-template-columns: 1fr; margin: 24px 0 42px; }
  .aristo-step { border-right: 0; border-bottom: 1px solid var(--aristo-line); }
  .aristo-step:last-child { border-bottom: 0; }
  .aristo-form { padding: 20px 16px; }
  .aristo-contact-layout { grid-template-columns: 1fr; }
  .aristo-sitemap-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .aristo-cart-grid { grid-template-columns: 1fr; }
  .aristo-cart-grid > .aristo-panel { min-width: 0; box-sizing: border-box; }
  .aristo-cart-row { grid-template-columns: 62px 1fr auto; gap: 9px; }
  .aristo-cart-row img { width: 62px; height: 62px; }
  .aristo-cart-row input { grid-column: 2; }
  .aristo-remove { grid-column: 3; grid-row: 2; }
  .aristo-newsletter { align-items: flex-start; flex-direction: column; padding: 28px 14px; }
  .aristo-footer { padding: 38px 14px 24px; }
  .aristo-footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 16px; }
  .aristo-footer-brand { grid-column: 1 / -1; }
  .aristo-footer-bottom { flex-direction: column; margin-top: 28px; }
  .aristo-fab { left: 0; right: 0; bottom: 0; flex-direction: row; justify-content: stretch; gap: 0; padding: 0; border-top: 1px solid var(--aristo-line); background: rgba(246,242,235,.98); box-shadow: 0 -2px 8px rgba(44,34,20,.08); }
  .aristo-fab a { flex: 1; width: auto; height: 52px; border-right: 1px solid #fff; border-radius: 0; background: transparent; box-shadow: none; }
  .aristo-fab button { flex: 1; width: auto; height: 52px; border-right: 1px solid #fff; border-radius: 0; background: transparent; box-shadow: none; }
  .aristo-fab .aristo-fab-close { display: grid !important; flex: 0 0 24px; border-right: 0; font-size: 20px; }
  .aristo-fab a:last-child, .aristo-fab button:last-child { border-right: 0; }
  .aristo-about-hero { height: 180px; }
  .aristo-about-intro { width: 100%; min-height: 0; margin: 0; padding: 16px 20px 28px; border: 0; }
  .aristo-about-intro-inner { padding: 0; border: 0; }
  .aristo-about-intro h1 { font-size: 28px; }
  .aristo-about-rule { margin: 20px auto; }
  .aristo-about-intro-copy { font-size: 14px; line-height: 1.75; text-align: left; }
  .aristo-about-stories { width: 100%; margin: 0; }
  .aristo-about-divider { height: 50px; margin: 0; padding: 0 20px; font-size: 24px; }
  .aristo-about-story-list { gap: 0; }
  .aristo-about-story-row, .aristo-about-story-row.is-reversed { min-height: 0; display: flex; flex-direction: column; }
  .aristo-about-story-image, .aristo-about-story-row.is-reversed .aristo-about-story-image { width: 100%; height: 260px; margin: 0; }
  .aristo-about-story-row:first-child .aristo-about-story-image { height: 220px; }
  .aristo-about-story-card, .aristo-about-story-row.is-reversed .aristo-about-story-card { position: static; width: 100%; min-height: 0; padding: 20px; }
  .aristo-about-story-card h3 { margin-bottom: 15px; }
  .aristo-about-reasons { min-height: 0; margin-top: 60px; padding: 0 0 35px; }
  .aristo-about-reasons-image { position: static; width: 100%; height: 200px; }
  .aristo-about-reasons-content { margin: 0; padding: 30px 20px 0; }
  .aristo-about-reasons-content h2 { margin-bottom: 40px; text-align: center; font-size: 24px; }
  .aristo-about-reason-grid { display: block; }
  .aristo-about-reason { display: none; text-align: center; }
  .aristo-about-reason:first-child { display: block; }
  .aristo-about-reason img { margin: 0 auto 15px; }
  .aristo-about-reason h3 { padding: 0 20px; }
  .aristo-about-reason p { padding: 0 20px; }
  .aristo-about-closing { min-height: 600px; padding: 48px 20px; }
  .aristo-about-closing-inner > img { margin: 0 auto; }
  .aristo-about-closing p { font-size: 14px; text-align: center; }
  .aristo-about-closing p strong { font-size: 24px; }
  .aristo-about-links { grid-template-columns: 1fr; gap: 12px; }
  .aristo-faq-hero { height: 180px; }
  .aristo-faq-intro { width: 100%; margin: 0; padding: 16px 20px 24px; border: 0; }
  .aristo-faq-intro-inner { padding: 0; border: 0; }
  .aristo-faq-intro h1 { font-size: 28px; }
  .aristo-faq-intro nav { gap: 20px; }
  .aristo-faq-intro nav a { font-size: 14px; }
  .aristo-faq-groups { width: 100%; margin: 0 auto 60px; padding: 0 20px; }
  .aristo-faq-group h2 { gap: 4px; padding: 32px 0; font-size: 24px; }
  .aristo-faq-group summary { padding: 16px 0; font-size: 16px; }
  .aristo-sitemap-inner { width: 100%; padding: 40px 20px 60px; }
  .aristo-sitemap-inner > h1 { margin: 0 0 40px; text-align: center; font-size: 28px; }
  .aristo-sitemap-inner > section { margin-bottom: 48px; }
  .aristo-sitemap-heading { margin-bottom: 16px; padding-bottom: 16px; }
  .aristo-sitemap-heading h2 { font-size: 20px; }
  .aristo-sitemap-links, .aristo-sitemap-links.other, .aristo-sitemap-links.statement { grid-template-columns: repeat(2, 1fr); gap: 16px; font-size: 14px; }
  .aristo-sitemap-feature-grid { grid-template-columns: 1fr; gap: 24px; }
  .aristo-sitemap-brand ul { grid-template-columns: repeat(2, 1fr); }
  .aristo-policy-source { width: 100%; padding: 80px 20px; }
  .aristo-policy-source h1 { margin-bottom: 40px; text-align: center; font-size: 28px; }
  .aristo-contact-hero { height: 180px; }
  .aristo-contact-intro { width: 100%; margin: 0; padding: 16px 20px 24px; border: 0; }
  .aristo-contact-intro-inner { padding: 0; border: 0; }
  .aristo-contact-intro h1 { font-size: 28px; }
  .aristo-contact-social { grid-template-columns: 1fr; margin-top: 40px; }
  .aristo-showroom { display: flex; flex-direction: column; width: 100%; min-height: 0; margin: 40px 0 60px; padding-bottom: 0; }
  .aristo-showroom-media { width: 100%; height: 210px; }
  .aristo-showroom-card { width: calc(100% - 40px); min-height: 0; margin: -1px 20px 0; padding: 20px; box-shadow: none; }
  .aristo-showroom-card h2 { margin-bottom: 24px; font-size: 24px; text-align: center; }
  .aristo-contact-form-wrap { width: 100%; min-height: 0; margin: 60px 0; padding: 40px 20px; }
  .aristo-contact-form { width: 100%; gap: 24px; }
  .aristo-form-row { grid-template-columns: 1fr; gap: 16px; }
  .aristo-gender { min-width: 0; flex-wrap: wrap; gap: 12px 18px; }
  .aristo-gender label { min-width: 0; }
  .aristo-contact-trust { padding: 48px 20px 35px; }
  .aristo-contact-trust > .aristo-heading-line { margin-bottom: 40px; }
  .aristo-sell-hero { height: 180px; }
  .aristo-sell-intro { width: 100%; margin: 0; padding: 16px; }
  .aristo-sell-intro-inner { padding: 16px 0; border: 0; }
  .aristo-sell-intro h1 { font-size: 36px; line-height: 40px; }
  .aristo-sell-intro p { width: 100%; margin-bottom: 40px; font-size: 14px; line-height: 21px; }
  .aristo-sell-intro-actions { flex-direction: column; align-items: center; gap: 12px; }
  .aristo-sell-steps { display: grid; grid-template-columns: 1fr; width: 100%; min-height: 949px; margin: 0 0 40px; }
  .aristo-sell-step { min-height: 0; padding: 40px 20px; }
  .aristo-sell-step + .aristo-sell-step { border-top: 1px solid var(--aristo-line); border-left: 0; }
  .aristo-sell-why { display: block; min-height: 1204px; margin-top: 120px; padding: 0 0 40px; }
  .aristo-sell-why-image { width: 100%; height: 200px; margin: 0; transform: none; }
  .aristo-sell-why-image img { content: url('/skin/aristo/assets/images/sell-watch/mobile.png'); }
  .aristo-sell-why-content { padding: 30px 20px 0; }
  .aristo-sell-why-content h2 { margin-bottom: 25px; font-size: 24px; text-align: center; }
  .aristo-sell-reason-grid { display: block; }
  .aristo-sell-reason { display: none; text-align: center; }
  .aristo-sell-reason:first-child { display: block; }
  .aristo-sell-reason img { margin: 0 auto 15px; }
  .aristo-sell-reason h3 { margin-bottom: 10px; }
  .aristo-sell-quote { width: calc(100% - 40px); margin: 80px auto; }
  .aristo-sell-quote > h2 { font-size: 24px; }
  .aristo-sell-quote > p { margin-bottom: 40px; }
  .aristo-sell-timeline { grid-template-columns: 36px minmax(0, 1fr); gap: 20px; }
  .aristo-sell-timeline-body { min-width: 0; padding-top: 20px; }
  .aristo-sell-timeline-body .aristo-form-row { grid-template-columns: 1fr; }
  .aristo-prepaid-hero { height: 180px; }
  .aristo-prepaid-intro { width: 100%; margin: 0; padding: 16px 20px; }
  .aristo-prepaid-intro-inner { display: block; padding: 0; border: 0; }
  .aristo-prepaid-intro h1 { margin-bottom: 24px; font-size: 30px; text-align: center; }
  .aristo-prepaid-intro h2 { text-align: center; }
  .aristo-prepaid-intro p { text-align: center; }
  .aristo-prepaid-intro a { display: flex; width: 120px; margin: 0 auto; }
  .aristo-prepaid-value { margin: 20px auto; }
  .aristo-prepaid-toolbar { min-height: 60px; padding: 12px 14px; }
  .aristo-prepaid-filter-list { display: none; }
  .aristo-prepaid-mobile-filter { display: block; }
  .aristo-prepaid-products > .aristo-product-grid { width: calc(100% - 16px); margin: 32px auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 8px; }
  .aristo-prepaid-products > .aristo-product-grid { margin-top: 48px; }
  .aristo-prepaid-products .aristo-product-media { height: 187px; aspect-ratio: auto; }
  .aristo-prepaid-products .aristo-product-card { min-height: 345px; }
  .aristo-prepaid-products .aristo-product-card:nth-child(-n+4) { min-height: 350px; }
  .aristo-prepaid-copy { width: calc(100% - 40px); margin: 40px auto; }
}

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

/* The source uses a compact accordion footer on phones instead of the
   multi-column desktop footer. */
.aristo-mobile-footer { display: none; }
@media (max-width: 767px) {
  .aristo-product-ask,
  .aristo-product-ask .aristo-product-action { width: 100px; }
  .aristo-footer { display: none; }
  .aristo-mobile-footer {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 0 20px 25px;
    font: 400 14px/20px Roboto, Arial, sans-serif;
  }
  .aristo-mobile-footer-row { margin-bottom: 8px; border-bottom: 1px solid var(--aristo-line); }
  .aristo-mobile-footer-row > button {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--aristo-ink);
  }
  .aristo-mobile-footer-row .aristo-footer-heading { display: flex; align-items: center; margin: 0; gap: 4px; }
  .aristo-mobile-footer-row .aristo-footer-heading > img { width: 12px; height: 12px; margin: 0; }
  .aristo-mobile-footer-row .aristo-footer-heading h4 { margin: 0; font: 600 14px/20px Roboto, Arial, sans-serif; white-space: nowrap; }
  .aristo-mobile-footer-arrow { font-size: 24px; line-height: 20px; }
  .aristo-mobile-footer-content { display: none; padding: 0 0 16px; color: var(--aristo-muted); font: 400 12px/18px Roboto, Arial, sans-serif; }
  .aristo-mobile-footer-row.is-open .aristo-mobile-footer-content { display: block; }
  .aristo-mobile-footer-content p { margin: 0 0 12px; font: inherit; }
  .aristo-mobile-footer-content ul { margin: 0; padding: 0; list-style: none; }
  .aristo-mobile-footer-content li { margin: 0 0 12px; }
  .aristo-mobile-footer-content a { color: var(--aristo-muted); font: inherit; }
  .aristo-mobile-footer-content .aristo-footer-icon { display: inline-block; width: 24px; height: 24px; margin-right: 8px; vertical-align: middle; }
  .aristo-mobile-footer-content .aristo-footer-icon img { display: block; width: 24px; height: 24px; object-fit: contain; }
  .aristo-mobile-footer-content > .aristo-footer-link { margin-top: 0; }
  .aristo-mobile-footer-copyright { margin: 20px 0 0; color: var(--aristo-muted); font: 400 12px/21px Roboto, Arial, sans-serif; }
}

/* Homepage fidelity pass: the source uses compact editorial blocks rather
   than generic card grids for the sections below the hero. */
.aristo-home-heading { margin: 0 auto 20px; max-width: 600px; text-align: center; }
.aristo-heading-line { display: flex; align-items: center; justify-content: center; gap: 4px; }
.aristo-heading-line img { display: block; width: 28px; height: 28px; flex: 0 0 28px; object-fit: contain; }
.aristo-heading-line .aristo-section-title { margin: 0; font: 500 28px/28px Roboto, Arial, sans-serif; }
.aristo-home-heading .aristo-section-title { margin: 0; font: 500 28px/28px Roboto, Arial, sans-serif; }
.aristo-home-heading p { max-width: 600px; margin: 8px auto 0; padding: 0 20px; font: 400 16px/24px Roboto, Arial, sans-serif; }
.aristo-brand-section { padding: 58px 0 28px; }
.aristo-brand-grid { display: flex; justify-content: center; gap: 12px; overflow: hidden; }
.aristo-brand-link { display: block; width: 264px; height: 341px; flex: 0 0 264px; }
.aristo-brand-card { width: 264px; height: 341px; aspect-ratio: auto; transform: skewX(-15deg); background: rgba(169,123,57,.1) url('/skin/aristo/assets/images/home/brand-bg.webp') 100% 0/cover no-repeat; }
.aristo-brand-card-inner { position: relative; width: 100%; height: 100%; transform: skewX(15deg); overflow: visible; }
.aristo-brand-card-image { position: absolute; right: -60px; bottom: 0; width: 294px; height: 342px; }
.aristo-brand-card-image img { display: block; width: 294px; height: 342px; max-width: none; object-fit: cover; }
.aristo-mobile-brand-break { display: none; }
.aristo-brand-card-inner span { position: absolute; z-index: 2; left: 10px; bottom: 10px; display: block; width: fit-content; max-width: 120px; color: #fff; font: 500 22px/1.2 Montserrat, sans-serif; letter-spacing: .1em; text-transform: uppercase; text-shadow: 1px 1px 2px rgba(0,0,0,.5); }
.aristo-new-section { padding: 0 14px 45px; }
.aristo-arrivals-heading { display: flex; justify-content: center; border-bottom: 1px solid var(--aristo-line); margin-bottom: 12px; }
.aristo-arrivals-heading button { padding: 8px 18px; border: 0; border-bottom: 2px solid var(--aristo-gold); background: transparent; color: var(--aristo-ink); font-size: 13px; }
.aristo-new-section .aristo-product-grid { margin: 0 0 25px; gap: 56px 18px; }
.aristo-product-media-wrap { position: relative; }
.aristo-stock-ribbon { position: absolute; z-index: 3; top: 0; right: 0; width: 80px; height: 80px; pointer-events: none; background: url('/skin/aristo/assets/images/instock.png') center/contain no-repeat; }
.aristo-stock-ribbon.is-preorder { background-image: url('/skin/aristo/assets/images/preorder.png'); }
.aristo-product-media { aspect-ratio: 1; }
.aristo-new-section .aristo-product-media { max-height: 300px; }
.aristo-product-ask {
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aristo-product-ask .aristo-product-action {
  width: 110px;
  height: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  font: 400 12px/16px Roboto, Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
.aristo-product-ask .aristo-product-action:hover { background: #000; color: #fff; }
@media (max-width: 767px) {
  .aristo-product-ask,
  .aristo-product-ask .aristo-product-action { width: 100px; }
}
.aristo-reasons { position: relative; display: grid; grid-template-columns: 36% 64%; min-height: 600px; margin-top: 42px; padding: 0; overflow: hidden; background: var(--aristo-cream); color: var(--aristo-ink); }
.aristo-reasons::before { display: none; }
.aristo-reasons-visual { position: relative; min-height: 600px; padding: 65px 50px; background: #15120f url('/skin/aristo/assets/images/home-bg.webp') center/cover no-repeat; color: #fff; }
.aristo-reasons-visual::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.42); }
.aristo-reasons-intro { position: relative; z-index: 1; max-width: 420px; }
.aristo-reasons-intro > .aristo-eyebrow {
  margin: 0 0 5px;
  color: #d4a766;
  font: 500 18px/28px Roboto, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
.aristo-reasons-intro h2 { margin: 0 0 30px; font: 500 28px/36.4px Roboto, Arial, sans-serif; }
.aristo-reasons-intro p { margin: 0 0 34px; color: #fff; font-size: 13px; line-height: 1.7; }
.aristo-reasons-intro .aristo-eyebrow { color: #d4a766; }
.aristo-reason-links { display: flex; gap: 10px; }
.aristo-reason-links a { min-width: 88px; padding: 8px 12px; border: 1px solid #fff; color: #fff; font-size: 11px; text-align: center; text-transform: uppercase; }
.aristo-reasons-panel { display: flex; align-items: center; padding: 54px 48px; }
.aristo-reasons-panel .aristo-reason-grid { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 42px; }
.aristo-reasons-panel .aristo-reason { grid-template-columns: 48px 1fr; gap: 12px; }
.aristo-reasons-panel .aristo-reason img { width: 42px; height: 42px; }
.aristo-reasons-panel .aristo-reason h3 { margin: 0 0 8px; font-size: 14px; }
.aristo-reasons-panel .aristo-reason p { margin: 0; color: var(--aristo-muted); font-size: 12px; line-height: 1.55; }
.aristo-services { padding: 58px 0 22px; }
.aristo-services-heading { margin-bottom: 36px; }
.aristo-services-heading .aristo-section-title { margin-bottom: 6px; }
.aristo-services-heading .aristo-heading-line .aristo-section-title { margin: 0; }
.aristo-services-heading p { max-width: 600px; margin: 8px auto 0; font: 400 16px/24px Roboto, Arial, sans-serif; }
.aristo-service-grid { max-width: none; gap: 8px; }
.aristo-service { position: relative; min-height: 0; display: block; padding: 0; overflow: visible; background: transparent; }
.aristo-service-image { height: 380px; overflow: hidden; }
.aristo-service-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.aristo-service:hover .aristo-service-image img { transform: scale(1.03); }
.aristo-service-copy { position: relative; z-index: 2; width: calc(100% - 100px); min-height: 190px; margin: -75px 50px 0; padding: 20px 12px 18px; border: 1px solid var(--aristo-gold); border-bottom-color: transparent; background: #fff; }
.aristo-service-copy h3 { margin: 0 0 9px; font: 500 23px/1.25 Montserrat, sans-serif; }
.aristo-service-copy p { margin: 0 0 20px; color: var(--aristo-muted); font-size: 13px; line-height: 1.55; }
.aristo-service-copy a { display: inline-flex; min-width: 104px; min-height: 32px; align-items: center; justify-content: center; border: 1px solid #222; color: #222; font-size: 10px; text-transform: uppercase; }
.aristo-other-brands { padding: 48px 0 28px; }
.aristo-brand-carousel { display: flex; align-items: center; gap: 10px; }
.aristo-brand-carousel > button { width: 28px; flex: 0 0 28px; border: 0; background: transparent; color: #333; font-size: 30px; line-height: 1; }
.aristo-brand-track { display: flex; flex: 1; min-width: 0; overflow: hidden; }
.aristo-brand-logo { display: flex; align-items: center; justify-content: center; width: 20%; min-width: 20%; height: 96px; padding: 0 18px; }
.aristo-brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.aristo-trust { padding: 28px 0 60px; border-top: 1px solid var(--aristo-line); background: #fff; }
.aristo-trust-heading { margin: 0 0 38px; }
.aristo-trust .aristo-section-title { margin: 0; font: 500 28px/28px Roboto, Arial, sans-serif; }
.aristo-trust-grid { gap: 0; }
.aristo-trust-item { min-height: 145px; padding: 0 40px; }
.aristo-trust-item + .aristo-trust-item { border-left: 1px solid var(--aristo-line); }
.aristo-trust-item img { display: block; width: 64px; height: auto; max-height: 64px; margin: 0 auto 12px; object-fit: contain; }
.aristo-trust-item h3 { margin-bottom: 10px; font-size: 15px; }
.aristo-trust-item p { font-size: 12px; line-height: 1.6; }
.aristo-trust-item p a { color: var(--aristo-gold-dark); text-decoration: underline; }
.aristo-subscription { padding: 60px 0 0; background-color: rgba(169,123,57,.1); background-image: url('/skin/aristo/assets/images/home/wave-bg.webp'); background-repeat: repeat-x; background-position: calc(50% + 750px) 100%; background-size: auto; }
.aristo-subscription > .aristo-wrap { width: min(1060px, 100%); padding: 0 20px; box-sizing: border-box; font: 400 14px/18.2px Roboto, sans-serif; }
.aristo-subscription h3 { position: relative; margin: 0 0 21px; padding-bottom: 15px; border-bottom: 0; font: 500 18px/28px Roboto, sans-serif; }
.aristo-subscription h3::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: #999; }
.aristo-subscription-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 12px; }
.aristo-subscription-column h4 { margin: 0 0 10px; font: 600 14px/20px Montserrat; letter-spacing: .1em; text-transform: uppercase; }
.aristo-subscription-column ul { margin: 0 0 25px; padding: 0; list-style: none; }
.aristo-subscription-column li { margin: 15px 0 0; font: 400 14px/20px Roboto, sans-serif; }
.aristo-subscription-column li:first-child { margin-top: 0; }
.aristo-subscription-column a:hover { color: var(--aristo-gold); }
.aristo-subscription-other-title { margin-top: 40px !important; }
.aristo-subscription-other { row-gap: 0; }
.aristo-subscription-other .aristo-subscription-column h4 { display: block; margin-bottom: 20px; }
.aristo-subscription-other .aristo-subscription-column ul { margin: 0; }
.aristo-subscription-watch { display: block; width: min(752px, 100%); height: auto; margin: 40px auto 0; padding: 0 40px; object-fit: fill; }
.aristo-newsletter { justify-content: center; gap: 120px; padding: 23px 20px; background: rgba(0,0,0,.92); color: #fff; }
.aristo-newsletter h2 { margin: 0 0 3px; font-size: 18px; }
.aristo-newsletter p { color: #fff; font-size: 13px; }
.aristo-newsletter .aristo-outline-btn { min-width: 110px; color: #fff; border-color: #fff; text-transform: uppercase; }
.aristo-footer { max-width: 1420px; margin: 0 auto; padding: 55px 40px 28px; }
.aristo-footer-grid { grid-template-columns: 1.1fr 1.5fr 1fr 1fr 1fr; gap: 30px; }
.aristo-footer-brand img { width: 176px; height: 80px; }
.aristo-footer h3 { margin-bottom: 11px; font-size: 12px; }
body[data-route="/"] .aristo-fab { display: flex; }

/* Source footer typography and column rhythm.  The live footer uses a
   compact Roboto treatment with 12px link rows, 14px bold headings and a
   dedicated divider after the logo column. */
.aristo-newsletter { font-family: Roboto, Arial, sans-serif; }
.aristo-newsletter { min-height: 102px; }
.aristo-newsletter h2 { margin: 0; color: var(--aristo-gold); font: 500 18px/28px Roboto, Arial, sans-serif; }
.aristo-newsletter p { margin: 0; color: #fff; font: 400 16px/24px Roboto, Arial, sans-serif; }
.aristo-newsletter .aristo-outline-btn { width: 110px; min-width: 110px; height: 36px; min-height: 36px; padding: 0 12px; border-radius: 4px; font: 400 12px/16px Roboto, Arial, sans-serif; text-transform: uppercase; }
.aristo-subscription > .aristo-wrap > h3 { margin-bottom: 20px; border-bottom: 1px solid #999; }
.aristo-subscription > .aristo-wrap > h3::after { display: none; }
.aristo-subscription > .aristo-wrap > .aristo-subscription-other-title { margin-top: 40px !important; margin-bottom: 20px !important; }

@media (min-width: 1200px) {
  .aristo-footer {
    max-width: 1420px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    border-top: 0;
    font: 400 14px/20px Roboto, Arial, sans-serif;
  }
  .aristo-footer-grid {
    width: calc(100% - 28px);
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
  .aristo-footer-grid > .aristo-footer-brand { width: 256px; flex: 0 0 256px; }
  .aristo-footer-grid > .aristo-footer-divider { width: 1px; height: 278px; flex: 0 0 1px; margin: 0 16px; background: var(--aristo-line); }
  .aristo-footer-grid > .aristo-footer-location { width: 297.5px; flex: 0 0 297.5px; }
  .aristo-footer-grid > div:nth-child(4) { width: 180px; flex: 0 0 180px; }
  .aristo-footer-grid > div:nth-child(5) { width: 128.2px; flex: 0 0 128.2px; }
  .aristo-footer-grid > .aristo-footer-contact { width: 140.8px; flex: 0 0 140.8px; }
  .aristo-footer-brand figure { width: 176px; height: 80px; margin: 0; }
  .aristo-footer-brand figure img { display: block; width: 176px; height: 80px; object-fit: contain; }
  .aristo-footer-brand p { margin: 16px 0 0; color: var(--aristo-ink); font: 400 12px/18px Roboto, Arial, sans-serif; }
  .aristo-footer-heading { display: flex; align-items: flex-start; gap: 4px; margin: 0 0 18px; }
  .aristo-footer-heading > img { width: 12px; height: 12px; margin-top: 4px; object-fit: contain; }
  .aristo-footer-heading h4 { flex: 0 0 auto; margin: 0; color: var(--aristo-ink); font: 700 14px/20px Roboto, Arial, sans-serif; white-space: nowrap; }
  .aristo-footer-location-body { color: var(--aristo-ink); font: 400 12px/18px Roboto, Arial, sans-serif; }
  .aristo-footer-location-body p { margin: 0; color: var(--aristo-ink); font: inherit; }
  .aristo-footer-link { padding: 0; border: 0; background: transparent; color: var(--aristo-gold-dark); font: 400 12px/18px Roboto, Arial, sans-serif; text-decoration: underline; }
  .aristo-footer-location-body > .aristo-footer-link { display: inline-block; margin-top: 12px; }
  .aristo-footer ul { margin: 0; padding: 0; list-style: none; }
  .aristo-footer > .aristo-footer-grid > div:not(.aristo-footer-brand):not(.aristo-footer-divider) > ul > li { margin: 0 0 12px; color: var(--aristo-muted); font: 400 12px/16px Roboto, Arial, sans-serif; }
  .aristo-footer > .aristo-footer-grid > div:not(.aristo-footer-brand):not(.aristo-footer-divider) > ul > li:last-child { margin-bottom: 0; }
  .aristo-footer a { color: var(--aristo-muted); font: 400 12px/16px Roboto, Arial, sans-serif; }
  .aristo-footer a:hover { color: var(--aristo-gold); }
  .aristo-footer-contact li { display: flex; align-items: center; gap: 8px; min-height: 24px; }
  .aristo-footer-contact li > .aristo-footer-icon { width: 24px; height: 24px; flex: 0 0 24px; }
  .aristo-footer-contact li > .aristo-footer-icon img { display: block; width: 24px; height: 24px; object-fit: contain; }
  .aristo-footer-contact li > span:not(.aristo-footer-icon), .aristo-footer-contact li > a { min-width: 0; }
  .aristo-footer-contact li > button { min-width: 0; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
  .aristo-footer-contact li { margin-bottom: 12px !important; }
  .aristo-footer-contact li:last-child { margin-bottom: 0 !important; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .aristo-footer { padding-inline: 40px; }
  .aristo-footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px 36px;
  }
  .aristo-footer-grid > .aristo-footer-divider { display: none; }
  .aristo-footer-heading h4 { white-space: normal; }
}

@media (max-width: 1199px) {
  .aristo-brand-card { transform: none; }
  .aristo-brand-card-inner { transform: none; }
}

@media (max-width: 1023px) {
  .aristo-brand-section { width: 100%; margin-inline: 0; padding: 64px 0 4px; }
  .aristo-brand-grid { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .aristo-brand-link { width: auto; height: 182px; min-width: 0; flex: none; }
  .aristo-brand-card { width: 100%; height: 182px; min-width: 0; transform: none; overflow: visible; background: transparent; }
  .aristo-brand-card-inner { overflow: visible; }
  .aristo-brand-card-image { right: -70px; bottom: -70px; width: 261px; height: 310px; transform: scale(.75); }
  .aristo-brand-card-image img { width: 261px; height: 310px; }
  .aristo-brand-card-inner span { left: 0; bottom: 0; max-width: none; padding: 8px; writing-mode: vertical-rl; transform: scale(-1); font-size: 18px; }
  .aristo-mobile-brand-break { display: block; }
  .aristo-brand-section .aristo-heading-line { margin-bottom: 30px; }
  .aristo-new-section { padding-inline: 14px; }
  .aristo-new-section .aristo-product-grid { gap: 56px 8px; }
  .aristo-stock-ribbon { width: 78px; height: 78px; }
  .aristo-reasons { grid-template-columns: 1fr; min-height: 0; margin-inline: 14px; }
  .aristo-reasons-visual { min-height: 470px; padding: 48px 30px; }
  .aristo-reasons-panel { padding: 34px 30px 42px; }
  .aristo-reasons-panel .aristo-reason-grid { grid-template-columns: 1fr; gap: 25px; }
  .aristo-services { padding-inline: 14px; }
  .aristo-service-grid { gap: 16px; }
  .aristo-service-image { height: 300px; }
  .aristo-service-copy { width: calc(100% - 56px); margin-inline: 28px; }
  .aristo-other-brands { padding-inline: 14px; }
  .aristo-brand-logo { width: 25%; min-width: 25%; padding-inline: 10px; }
  .aristo-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .aristo-home-heading p { font: 400 16px/24px Roboto, Arial, sans-serif; }
  .aristo-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aristo-brand-card { height: 182px; }
  .aristo-brand-card-inner span { font-size: 18px; }
  .aristo-new-section .aristo-product-grid { gap: 46px 8px; }
  .aristo-new-section .aristo-product-media { max-height: none; }
  .aristo-stock-ribbon { width: 64px; height: 64px; }
  .aristo-reasons { margin-inline: 0; }
  .aristo-reasons-visual { min-height: 460px; padding: 40px 22px; }
  .aristo-reasons-panel { padding: 26px 22px 35px; }
  .aristo-reasons-panel .aristo-reason { grid-template-columns: 42px 1fr; }
  .aristo-service-grid { grid-template-columns: 1fr; }
  .aristo-service-image { height: auto; aspect-ratio: 1.5; }
  .aristo-service-copy { width: calc(100% - 30px); min-height: 0; margin: -45px 15px 0; padding: 18px 14px 20px; }
  .aristo-service-copy h3 { font-size: 20px; }
  .aristo-service-copy p { font-size: 12px; }
  .aristo-brand-carousel { gap: 2px; }
  .aristo-brand-carousel > button { width: 24px; flex-basis: 24px; }
  .aristo-brand-track { overflow-x: auto; scroll-snap-type: x mandatory; }
  .aristo-brand-logo { width: 50%; min-width: 50%; height: 85px; scroll-snap-align: center; }
  .aristo-trust { padding-bottom: 35px; }
  .aristo-trust-grid { grid-template-columns: 1fr; }
  .aristo-trust-item { min-height: 0; padding: 22px 20px; }
  .aristo-trust-item + .aristo-trust-item { border-top: 1px solid var(--aristo-line); border-left: 0; }
  .aristo-subscription > .aristo-wrap { padding: 0 20px; }
  .aristo-subscription-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .aristo-subscription-watch { height: auto; }
  .aristo-newsletter { align-items: center; gap: 16px; text-align: center; }
  .aristo-newsletter p { font-size: 11px; }
  .aristo-footer-grid { grid-template-columns: 1fr 1fr; }
}

/* The source switches heading typography at the Tailwind md breakpoint;
   keep the compact 18px treatment on phones while retaining 28px headings
   on tablets and desktops. */
@media (max-width: 767px) {
  .aristo-heading-line img { width: 18px; height: 18px; flex-basis: 18px; }
  .aristo-heading-line .aristo-section-title { font: 500 18px/28px Roboto, Arial, sans-serif; }
  .aristo-home-heading .aristo-section-title { font: 500 18px/28px Roboto, Arial, sans-serif; }
  .aristo-home-heading p { font: 400 16px/24px Roboto, Arial, sans-serif; }
}

/* Featured brand collection pages. The source places a full-width brand
   masthead above a floating description card, then a horizontal collection
   rail and four-column inventory. */
@media (min-width: 1024px) {
  body[data-route="/rolex"] .aristo-category-page,
  body[data-route="/audemars-piguet"] .aristo-category-page,
  body[data-route="/patek-philippe"] .aristo-category-page,
  body[data-route="/richard-mille"] .aristo-category-page {
    width: 100%; max-width: none; margin: 0; padding: 480px 0 78px;
    background-position: center top; background-repeat: no-repeat; background-size: 100% 480px;
  }
  body[data-route="/rolex"] .aristo-category-page { background-image: url('/skin/aristo/assets/images/category/38721450093078430.webp'); }
  body[data-route="/audemars-piguet"] .aristo-category-page { background-image: url('/skin/aristo/assets/images/category/56893105248920180.webp'); }
  body[data-route="/patek-philippe"] .aristo-category-page { background-image: url('/skin/aristo/assets/images/category/39491893455276640.webp'); }
  body[data-route="/richard-mille"] .aristo-category-page { background-image: url('/skin/aristo/assets/images/category/10765131530166338.webp'); }
  body[data-route="/rolex"] .aristo-category-page .aristo-breadcrumb,
  body[data-route="/audemars-piguet"] .aristo-category-page .aristo-breadcrumb,
  body[data-route="/patek-philippe"] .aristo-category-page .aristo-breadcrumb,
  body[data-route="/richard-mille"] .aristo-category-page .aristo-breadcrumb { display: none; }
  body[data-route="/rolex"] .aristo-category-hero,
  body[data-route="/audemars-piguet"] .aristo-category-hero,
  body[data-route="/patek-philippe"] .aristo-category-hero,
  body[data-route="/richard-mille"] .aristo-category-hero {
    display: grid; grid-template-columns: 170px 1fr; gap: 26px; align-items: center;
    width: min(940px, calc(100% - 32px)); min-height: 170px; margin: -85px auto 30px;
    padding: 20px 40px 20px 56px; border: 1px solid var(--aristo-gold); background: #fff;
  }
  body[data-route="/rolex"] .aristo-category-hero .aristo-eyebrow,
  body[data-route="/audemars-piguet"] .aristo-category-hero .aristo-eyebrow,
  body[data-route="/patek-philippe"] .aristo-category-hero .aristo-eyebrow,
  body[data-route="/richard-mille"] .aristo-category-hero .aristo-eyebrow { display: none; }
  body[data-route="/rolex"] .aristo-category-hero h1,
  body[data-route="/audemars-piguet"] .aristo-category-hero h1,
  body[data-route="/patek-philippe"] .aristo-category-hero h1,
  body[data-route="/richard-mille"] .aristo-category-hero h1 { grid-row: 1; margin: 0; font-size: 34px; font-weight: 700; }
  body[data-route="/rolex"] .aristo-category-hero .aristo-category-description,
  body[data-route="/audemars-piguet"] .aristo-category-hero .aristo-category-description,
  body[data-route="/patek-philippe"] .aristo-category-hero .aristo-category-description,
  body[data-route="/richard-mille"] .aristo-category-hero .aristo-category-description { grid-column: 2; font-size: 14px; line-height: 1.65; }
  body[data-route="/rolex"] .aristo-category-hero .aristo-category-description h2,
  body[data-route="/audemars-piguet"] .aristo-category-hero .aristo-category-description h2,
  body[data-route="/patek-philippe"] .aristo-category-hero .aristo-category-description h2,
  body[data-route="/richard-mille"] .aristo-category-hero .aristo-category-description h2 { margin: 0 0 5px; color: var(--aristo-gold); font-size: 17px; }
  body[data-route="/rolex"] .aristo-category-hero .aristo-category-description p,
  body[data-route="/audemars-piguet"] .aristo-category-hero .aristo-category-description p,
  body[data-route="/patek-philippe"] .aristo-category-hero .aristo-category-description p,
  body[data-route="/richard-mille"] .aristo-category-hero .aristo-category-description p { margin: 0; }
  body[data-route="/rolex"] .aristo-category-hero::after,
  body[data-route="/audemars-piguet"] .aristo-category-hero::after,
  body[data-route="/patek-philippe"] .aristo-category-hero::after,
  body[data-route="/richard-mille"] .aristo-category-hero::after { content: 'Read More'; display: inline-flex; grid-column: 2; width: max-content; margin-top: 10px; padding: 7px 18px; border: 1px solid #222; border-radius: 3px; font-size: 11px; text-transform: uppercase; }
  body[data-route="/rolex"] .aristo-category-hero::after,
  body[data-route="/audemars-piguet"] .aristo-category-hero::after,
  body[data-route="/patek-philippe"] .aristo-category-hero::after,
  body[data-route="/richard-mille"] .aristo-category-hero::after { content: none; display: none; }
  .aristo-collection-read-more { grid-column: 2; width: max-content; margin-top: 10px; padding: 7px 18px; border: 1px solid #222; border-radius: 3px; color: #222; font-size: 11px; text-transform: uppercase; }
  body[data-route="/rolex"] .aristo-subcategory-strip,
  body[data-route="/audemars-piguet"] .aristo-subcategory-strip,
  body[data-route="/patek-philippe"] .aristo-subcategory-strip,
  body[data-route="/richard-mille"] .aristo-subcategory-strip { display: flex; width: min(1120px, calc(100% - 40px)); margin: 0 auto 24px; overflow: hidden; gap: 0; }
  body[data-route="/rolex"] .aristo-subcategory,
  body[data-route="/audemars-piguet"] .aristo-subcategory,
  body[data-route="/patek-philippe"] .aristo-subcategory,
  body[data-route="/richard-mille"] .aristo-subcategory { flex: 0 0 220px; height: 412px; aspect-ratio: auto; background: #fff; }
  body[data-route="/rolex"] .aristo-subcategory img,
  body[data-route="/audemars-piguet"] .aristo-subcategory img,
  body[data-route="/patek-philippe"] .aristo-subcategory img,
  body[data-route="/richard-mille"] .aristo-subcategory img { object-fit: contain; }
  body[data-route="/rolex"] .aristo-subcategory::after,
  body[data-route="/audemars-piguet"] .aristo-subcategory::after,
  body[data-route="/patek-philippe"] .aristo-subcategory::after,
  body[data-route="/richard-mille"] .aristo-subcategory::after { display: none; }
  body[data-route="/rolex"] .aristo-subcategory span,
  body[data-route="/audemars-piguet"] .aristo-subcategory span,
  body[data-route="/patek-philippe"] .aristo-subcategory span,
  body[data-route="/richard-mille"] .aristo-subcategory span { bottom: 20px; color: var(--aristo-ink); font-size: 12px; }
  body[data-route="/rolex"] .aristo-toolbar,
  body[data-route="/audemars-piguet"] .aristo-toolbar,
  body[data-route="/patek-philippe"] .aristo-toolbar,
  body[data-route="/richard-mille"] .aristo-toolbar { width: min(1120px, calc(100% - 40px)); margin: 0 auto 24px; padding: 10px 0; }
  body[data-route="/rolex"] .aristo-toolbar .aristo-search,
  body[data-route="/audemars-piguet"] .aristo-toolbar .aristo-search,
  body[data-route="/patek-philippe"] .aristo-toolbar .aristo-search,
  body[data-route="/richard-mille"] .aristo-toolbar .aristo-search { display: none; }
  body[data-route="/rolex"] .aristo-toolbar .aristo-filter,
  body[data-route="/audemars-piguet"] .aristo-toolbar .aristo-filter,
  body[data-route="/patek-philippe"] .aristo-toolbar .aristo-filter,
  body[data-route="/richard-mille"] .aristo-toolbar .aristo-filter { border: 1px solid var(--aristo-line); }
  body[data-route="/rolex"] .aristo-toolbar .aristo-product-count,
  body[data-route="/audemars-piguet"] .aristo-toolbar .aristo-product-count,
  body[data-route="/patek-philippe"] .aristo-toolbar .aristo-product-count,
  body[data-route="/richard-mille"] .aristo-toolbar .aristo-product-count { margin: 0 0 0 8px; }
  body[data-route="/rolex"] .aristo-category-page > .aristo-product-grid,
  body[data-route="/audemars-piguet"] .aristo-category-page > .aristo-product-grid,
  body[data-route="/patek-philippe"] .aristo-category-page > .aristo-product-grid,
  body[data-route="/richard-mille"] .aristo-category-page > .aristo-product-grid { width: min(1120px, calc(100% - 40px)); margin: 0 auto; gap: 56px 18px; }
  body[data-route="/rolex"] .aristo-category-page > .aristo-pagination,
  body[data-route="/audemars-piguet"] .aristo-category-page > .aristo-pagination,
  body[data-route="/patek-philippe"] .aristo-category-page > .aristo-pagination,
  body[data-route="/richard-mille"] .aristo-category-page > .aristo-pagination { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
  body[data-route="/rolex"] .aristo-category-page > .aristo-category-content,
  body[data-route="/audemars-piguet"] .aristo-category-page > .aristo-category-content,
  body[data-route="/patek-philippe"] .aristo-category-page > .aristo-category-content,
  body[data-route="/richard-mille"] .aristo-category-page > .aristo-category-content { width: min(1060px, calc(100% - 40px)); }
  body[data-route="/rolex"] .aristo-collection-page .aristo-stock-ribbon,
  body[data-route="/audemars-piguet"] .aristo-collection-page .aristo-stock-ribbon,
  body[data-route="/patek-philippe"] .aristo-collection-page .aristo-stock-ribbon,
  body[data-route="/richard-mille"] .aristo-collection-page .aristo-stock-ribbon { width: 100px; height: 100px; }
}

@media (max-width: 1023px) {
  body[data-route="/rolex"] .aristo-category-page,
  body[data-route="/audemars-piguet"] .aristo-category-page,
  body[data-route="/patek-philippe"] .aristo-category-page,
  body[data-route="/richard-mille"] .aristo-category-page { width: 100%; max-width: none; margin: 0; padding: 180px 0 60px; background-position: center top; background-repeat: no-repeat; background-size: auto 180px; }
  body[data-route="/rolex"] .aristo-category-page { background-image: url('/skin/aristo/assets/images/category/38721450093078430.webp'); }
  body[data-route="/audemars-piguet"] .aristo-category-page { background-image: url('/skin/aristo/assets/images/category/56893105248920180.webp'); }
  body[data-route="/patek-philippe"] .aristo-category-page { background-image: url('/skin/aristo/assets/images/category/39491893455276640.webp'); }
  body[data-route="/richard-mille"] .aristo-category-page { background-image: url('/skin/aristo/assets/images/category/10765131530166338.webp'); }
  body[data-route="/rolex"] .aristo-category-page .aristo-breadcrumb,
  body[data-route="/audemars-piguet"] .aristo-category-page .aristo-breadcrumb,
  body[data-route="/patek-philippe"] .aristo-category-page .aristo-breadcrumb,
  body[data-route="/richard-mille"] .aristo-category-page .aristo-breadcrumb { display: none; }
  body[data-route="/rolex"] .aristo-category-hero,
  body[data-route="/audemars-piguet"] .aristo-category-hero,
  body[data-route="/patek-philippe"] .aristo-category-hero,
  body[data-route="/richard-mille"] .aristo-category-hero { display: block; width: 100%; min-height: 300px; margin: 0; padding: 32px 20px 40px; border: 0; background: #fff; text-align: center; }
  body[data-route="/rolex"] .aristo-category-hero .aristo-eyebrow,
  body[data-route="/audemars-piguet"] .aristo-category-hero .aristo-eyebrow,
  body[data-route="/patek-philippe"] .aristo-category-hero .aristo-eyebrow,
  body[data-route="/richard-mille"] .aristo-category-hero .aristo-eyebrow { display: none; }
  body[data-route="/rolex"] .aristo-category-hero h1,
  body[data-route="/audemars-piguet"] .aristo-category-hero h1,
  body[data-route="/patek-philippe"] .aristo-category-hero h1,
  body[data-route="/richard-mille"] .aristo-category-hero h1 { margin: 0 0 8px; font-size: 34px; font-weight: 700; }
  body[data-route="/rolex"] .aristo-category-hero .aristo-category-description h2,
  body[data-route="/audemars-piguet"] .aristo-category-hero .aristo-category-description h2,
  body[data-route="/patek-philippe"] .aristo-category-hero .aristo-category-description h2,
  body[data-route="/richard-mille"] .aristo-category-hero .aristo-category-description h2 { margin: 0 0 5px; color: var(--aristo-gold); font-size: 18px; }
  body[data-route="/rolex"] .aristo-category-hero .aristo-category-description p,
  body[data-route="/audemars-piguet"] .aristo-category-hero .aristo-category-description p,
  body[data-route="/patek-philippe"] .aristo-category-hero .aristo-category-description p,
  body[data-route="/richard-mille"] .aristo-category-hero .aristo-category-description p { margin: 0 auto; max-width: 355px; font-size: 14px; line-height: 1.5; }
  body[data-route="/rolex"] .aristo-category-hero::after,
  body[data-route="/audemars-piguet"] .aristo-category-hero::after,
  body[data-route="/patek-philippe"] .aristo-category-hero::after,
  body[data-route="/richard-mille"] .aristo-category-hero::after { content: 'READ MORE'; display: inline-flex; align-items: center; justify-content: center; width: 120px; min-height: 36px; margin: 20px auto 0; padding: 6px 12px; border: 1px solid #222; border-radius: 3px; font-size: 11px; }
  body[data-route="/rolex"] .aristo-category-hero::after,
  body[data-route="/audemars-piguet"] .aristo-category-hero::after,
  body[data-route="/patek-philippe"] .aristo-category-hero::after,
  body[data-route="/richard-mille"] .aristo-category-hero::after { content: none; display: none; }
  .aristo-collection-read-more { display: inline-flex; align-items: center; justify-content: center; width: 120px; min-height: 36px; margin: 20px auto 0; padding: 6px 12px; border: 1px solid #222; border-radius: 3px; color: #222; font-size: 11px; text-transform: uppercase; }
  body[data-route="/rolex"] .aristo-subcategory-strip,
  body[data-route="/audemars-piguet"] .aristo-subcategory-strip,
  body[data-route="/patek-philippe"] .aristo-subcategory-strip,
  body[data-route="/richard-mille"] .aristo-subcategory-strip { display: flex; width: 100%; margin: 0 0 24px; padding: 0 calc((100vw - 238px) / 2); overflow-x: auto; gap: 0; }
  body[data-route="/rolex"] .aristo-subcategory,
  body[data-route="/audemars-piguet"] .aristo-subcategory,
  body[data-route="/patek-philippe"] .aristo-subcategory,
  body[data-route="/richard-mille"] .aristo-subcategory { flex: 0 0 238px; height: 360px; aspect-ratio: auto; background: #fff; }
  body[data-route="/rolex"] .aristo-subcategory::after,
  body[data-route="/audemars-piguet"] .aristo-subcategory::after,
  body[data-route="/patek-philippe"] .aristo-subcategory::after,
  body[data-route="/richard-mille"] .aristo-subcategory::after { display: none; }
  body[data-route="/rolex"] .aristo-subcategory span,
  body[data-route="/audemars-piguet"] .aristo-subcategory span,
  body[data-route="/patek-philippe"] .aristo-subcategory span,
  body[data-route="/richard-mille"] .aristo-subcategory span { bottom: 16px; color: var(--aristo-ink); }
body[data-route="/rolex"] .aristo-toolbar,
body[data-route="/audemars-piguet"] .aristo-toolbar,
body[data-route="/patek-philippe"] .aristo-toolbar,
body[data-route="/richard-mille"] .aristo-toolbar { margin: 0 14px 20px; }
  body[data-route="/rolex"] .aristo-category-page > .aristo-product-grid,
  body[data-route="/audemars-piguet"] .aristo-category-page > .aristo-product-grid,
  body[data-route="/patek-philippe"] .aristo-category-page > .aristo-product-grid,
  body[data-route="/richard-mille"] .aristo-category-page > .aristo-product-grid { width: auto; margin-inline: 14px; }
}

/* Source category filter controls and popovers. */
body[data-page="aristo"] .aristo-source-toolbar { position: relative !important; z-index: 40; overflow: visible; }
body[data-page="aristo"] .aristo-source-filter-list { display: flex !important; align-items: center; gap: 24px; }
.aristo-source-filter, .aristo-source-sort { position: relative; }
.aristo-source-filter > button, .aristo-source-sort > button {
  display: flex; align-items: center; gap: 8px; min-height: 20px; margin: 0; padding: 0;
  border: 0; background: transparent; color: var(--aristo-ink); font: 400 14px/20px Roboto, Arial, sans-serif; cursor: pointer;
}
.aristo-source-chevron { width: 18px; height: 18px; flex: 0 0 18px; display: block; }
.aristo-source-filter-overlay { position: fixed; inset: 0; z-index: 30; background: transparent; }
.aristo-source-filter-panel {
  position: absolute; left: 0; top: calc(100% + 20px); z-index: 100; width: max-content; max-width: min(360px, calc(100vw - 40px)); max-height: 200px;
  overflow-x: hidden; overflow-y: auto; border-radius: 4px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
}
.aristo-source-filter-panel.is-sort { left: auto; right: 0; }
.aristo-source-filter-panel ul { width: max-content; min-width: 100%; margin: 20px; padding: 0; list-style: none; }
.aristo-source-filter-panel li { margin: 0; padding: 0; }
.aristo-source-filter-panel label { display: flex; align-items: center; gap: 8px; width: 100%; padding: 4px 0; cursor: pointer; }
.aristo-source-filter-panel input, .aristo-mobile-filter-panel input { width: 16px; height: 16px; margin: 0; accent-color: var(--aristo-gold); }
.aristo-source-filter-panel.is-sort ul { display: flex; flex-direction: column; gap: 8px; }
.aristo-source-filter-panel.is-sort li { padding: 0 8px; }
.aristo-source-filter-panel.is-sort a { display: flex; align-items: center; color: var(--aristo-ink); white-space: nowrap; }
.aristo-source-filter-panel.is-sort a:hover { color: var(--aristo-gold); }
.aristo-source-filter-overlay[hidden], .aristo-source-filter-panel[hidden] { display: none !important; }
body[data-page="aristo"] .aristo-source-sort { width: auto !important; margin-left: auto; appearance: none; text-align: right; white-space: nowrap; }
body[data-page="aristo"] .aristo-source-sort > button { white-space: nowrap; }
body[data-page="aristo"] .aristo-source-mobile-filter { display: none !important; align-items: center; gap: 8px; }
.aristo-source-mobile-filter img { width: 20px; height: 20px; }
.aristo-active-filters { min-height: 40px; display: flex; align-items: center; gap: 8px; padding: 10px 8px 0; font: 400 12px/18px Roboto, Arial, sans-serif; }
.aristo-active-filters > a:not(.aristo-filter-reset) { display: inline-flex; align-items: center; gap: 9px; padding: 3px 9px; border-radius: 4px; background: #eee; color: var(--aristo-ink); }
.aristo-active-filters > a span { font-size: 18px; line-height: 14px; }
.aristo-filter-reset { color: var(--aristo-ink); text-decoration: underline; }
.aristo-mobile-filter-panel { display: none; }

@media (max-width: 767px) {
  body.aristo-filter-open { overflow: hidden; }
  body[data-page="aristo"] .aristo-source-filter-list { display: none !important; }
  body[data-page="aristo"] .aristo-source-mobile-filter { display: flex !important; padding: 0; }
  body[data-page="aristo"] .aristo-source-toolbar { z-index: 40; }
  .aristo-mobile-filter-panel {
    position: fixed; inset: 0; z-index: 300; height: 100dvh; display: flex; flex-direction: column; overflow-y: auto; padding-bottom: 64px;
    background: #fff; color: var(--aristo-ink); font: 500 14px/20px Roboto, Arial, sans-serif; text-align: left;
  }
  .aristo-mobile-filter-panel[hidden] { display: none !important; }
  .aristo-mobile-filter-panel > header { min-height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 16px 12px; border-bottom: 1px solid var(--aristo-line); }
  .aristo-mobile-filter-panel > header > div, .aristo-mobile-filter-panel > header > span { display: flex; align-items: center; gap: 10px; }
  .aristo-mobile-filter-panel > header button { padding: 0; border: 0; background: transparent; color: var(--aristo-ink); font: inherit; text-decoration: underline; }
  .aristo-mobile-filter-panel > header .aristo-mobile-filter-close { font-size: 25px; font-weight: 300; line-height: 20px; text-decoration: none; }
  .aristo-mobile-filter-panel > header img { width: 20px; height: 20px; }
  .aristo-mobile-filter-groups { overflow-y: auto; }
  .aristo-mobile-filter-group { border-bottom: 1px solid var(--aristo-line); }
  .aristo-mobile-filter-group > button { position: relative; width: 100%; height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border: 0; background: transparent; color: var(--aristo-ink); font: inherit; text-align: left; }
  .aristo-mobile-filter-group > button::after { content: '›'; font-size: 23px; font-weight: 300; transform: none; }
  .aristo-mobile-filter-group > button[aria-expanded="true"]::after { transform: rotate(90deg); }
  .aristo-mobile-filter-group ul { margin: -1px 16px 10px; padding: 0; list-style: none; }
  .aristo-mobile-filter-group label { min-height: 22px; display: flex; align-items: center; gap: 8px; cursor: pointer; }
  .aristo-mobile-filter-confirm { position: fixed; left: 0; right: 0; bottom: 0; z-index: 2; padding: 16px; background: #fff; }
  .aristo-mobile-filter-confirm button { width: 100%; height: 30px; border: 1px solid #111; border-radius: 4px; background: transparent; color: var(--aristo-ink); font: 500 14px/20px Roboto, Arial, sans-serif; }
  .aristo-active-filters { padding-inline: 14px; }
}

@media (min-width: 768px) {
  .aristo-mobile-filter-panel { display: none !important; }
}

@media (max-width: 640px) {
  .aristo-prepaid-page { margin-top: 0; }
  .aristo-prepaid-intro-inner { display: block; padding: 16px 0; }
  .aristo-prepaid-intro-inner > h1 { width: auto; margin: 0; font: 700 36px/46.8px Roboto, Arial, sans-serif; text-align: center; }
  .aristo-prepaid-intro-inner > div { width: auto; }
  .aristo-prepaid-intro h2 { margin: 0; font: 700 18px/23.4px Roboto, Arial, sans-serif; }
  .aristo-prepaid-intro p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
  .aristo-prepaid-intro a { margin: 20px auto 0; }
  .aristo-prepaid-products > .aristo-product-grid { width: calc(100% - 16px); padding: 0; }
  .aristo-prepaid-media-wrap { width: 100%; height: 195px; }
  .aristo-prepaid-media { width: 100%; height: 195px; }
  .aristo-prepaid-media img { width: 100%; height: 187px; aspect-ratio: auto; }
}

@media (max-width: 640px) {
  .aristo-faq-page { margin-top: 0; }
  .aristo-faq-intro { padding: 16px 20px 17px; }
  .aristo-faq-intro-inner { padding: 16px 0; }
  .aristo-faq-intro h1 { font: 500 36px/40px Roboto, Arial, sans-serif; }
  .aristo-faq-intro nav a { font: 400 14px/20px Roboto, Arial, sans-serif; }
  .aristo-faq-group h2 { font: 500 24px/32px Roboto, Arial, sans-serif; }
  .aristo-faq-group summary { height: 56px; box-sizing: border-box; font: 500 16px/24px Roboto, Arial, sans-serif; }
  .aristo-faq-group summary span { font-size: 18px; line-height: 20px; }
}

@media (max-width: 640px) {
  .aristo-contact-page { margin-top: 0; }
  .aristo-contact-intro { padding: 16px 20px; }
  .aristo-contact-intro-inner { padding: 16px 0; }
  .aristo-contact-intro h1 { font: 500 28px/36.4px Roboto, Arial, sans-serif; }
  .aristo-contact-intro-inner > .aristo-contact-line { width: 100%; margin: 12px auto 0; }
  .aristo-contact-social a, .aristo-contact-social button { min-height: 34px; }
  .aristo-contact-social a:last-child { min-height: 36px; }
  .aristo-showroom { margin-bottom: 80px; }
  .aristo-showroom-media { height: 387px; }
  .aristo-contact-form-wrap { min-height: 895px; margin-bottom: 80px; }
  .aristo-contact-trust { min-height: 801px; box-sizing: border-box; }
}

/* Final category-rail cascade (kept at EOF so legacy route rules cannot
   override the source coverflow geometry). */
body[data-page="aristo"] .aristo-category-page .aristo-category-top.has-masthead .aristo-category-hero {
  position: relative !important;
  z-index: 20;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail {
  position: relative !important;
  height: 412px !important;
  overflow: visible !important;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail > .aristo-subcategory-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
  overflow: hidden;
  perspective: 1200px;
  perspective-origin: 50% 50%;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory-strip {
  position: relative !important;
  display: flex !important;
  width: max-content !important;
  height: 360px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  overflow: visible !important;
  perspective: none;
  transform-style: preserve-3d;
  will-change: transform;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory {
  position: relative !important;
  flex: 0 0 240px !important;
  width: 240px !important;
  height: 360px !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: transparent !important;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform .45s ease;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory::before {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: 0;
  background: #000;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory::after { display: none !important; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  background: #fff;
  opacity: .97;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory span,
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-subcategory:nth-child(8) span {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2;
  display: flex !important;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
  background: rgba(0, 0, 0, .4) !important;
  color: #fff !important;
  font: 500 17px/22.1px Roboto, Arial, sans-serif !important;
  text-align: center;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::before,
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 110;
  width: 208px;
  pointer-events: none;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::before { left: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 80%); }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::after { right: 0; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 80%); }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls {
  position: absolute;
  inset: 0;
  z-index: 120;
  display: block !important;
  pointer-events: none;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls button {
  position: absolute;
  top: 45.15%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 100%;
  background: var(--aristo-gold);
  color: #fff;
  font-size: 0;
  line-height: 1;
  pointer-events: auto;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-prev { left: -40px; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-next { right: -40px; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls button::before {
  content: '';
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-prev::before { transform: rotate(-45deg); margin-left: 5px; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-next::before { transform: rotate(135deg); margin-right: 5px; }
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
  pointer-events: auto;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-dots span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-dots span.is-active { background: #000; }
@media (max-width: 1023px) {
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::before,
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail::after { display: none; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-controls button { top: 45.15%; width: 40px; height: 40px; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-prev { left: 40px; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-next { right: 40px; }
}

@media (max-width: 1023px) {
  .aristo-mobile-header {
    grid-template-columns: 58.33px minmax(0, 1fr) 58.33px;
    min-height: 68px;
    height: 68px;
    padding: 12px 20px;
  }
  .aristo-mobile-header > button { width: 58.33px; height: 21px; padding: 0; text-align: left; }
  .aristo-mobile-header > button { position: relative; font-size: 0; color: var(--aristo-ink); }
  .aristo-mobile-header > button::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: linear-gradient(currentColor, currentColor) 3px 6px/16px 1px no-repeat,
                linear-gradient(currentColor, currentColor) 3px 10px/16px 1px no-repeat,
                linear-gradient(currentColor, currentColor) 3px 14px/16px 1px no-repeat;
  }
  .aristo-mobile-logo { width: 100%; height: 37.91px; padding: 8px 20px; justify-self: stretch; }
  .aristo-mobile-logo img { display: block; width: 100%; height: auto; object-fit: contain; }
  .aristo-mobile-actions { width: 58.33px; height: 25px; gap: 12px; align-items: center; justify-content: flex-end; }
  .aristo-mobile-actions a:first-child { width: 24px; height: 25px; flex: 0 0 24px; }
  .aristo-mobile-actions a:last-child { width: 25px; height: 25px; flex: 0 0 25px; }
  .aristo-mobile-actions a:first-child img { width: 24px; height: 24px; }
  .aristo-mobile-actions a:last-child img { width: 25px; height: 25px; }
}
.aristo-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* WordPress-backed customer accounts */
.aristo-account-page {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 680px);
  justify-content: center;
  gap: 28px;
  min-height: 560px;
  padding-top: 64px;
  padding-bottom: 90px;
}
.aristo-account-page:not([data-aristo-account-private]) { grid-template-columns: minmax(0, 560px); }
.aristo-account-card { padding: 34px; border: 1px solid var(--aristo-line); background: #fff; box-shadow: 0 8px 28px rgba(30,24,18,.06); }
.aristo-account-card > h1 { margin: 6px 0 12px; font: 500 30px/1.25 Montserrat, sans-serif; }
.aristo-account-card > p { color: var(--aristo-muted); font-size: 13px; line-height: 1.75; }
.aristo-account-card .aristo-form { margin-top: 24px; padding: 0; background: #fff; }
.aristo-account-card .aristo-form button { cursor: pointer; }
.aristo-account-card .aristo-form button:disabled { cursor: wait; opacity: .55; }
.aristo-account-card .aristo-form input[readonly] { background: #f5f5f5; color: #777; }
.aristo-account-card .aristo-form label small { color: var(--aristo-muted); font-weight: 400; }
.aristo-account-card .aristo-form .aristo-check { grid-template-columns: 18px minmax(0, 1fr); align-items: start; font-weight: 400; line-height: 1.55; }
.aristo-account-card .aristo-form .aristo-check input { width: 16px; min-height: 16px; margin-top: 2px; }
.aristo-account-card a { color: var(--aristo-gold-dark); text-decoration: underline; text-underline-offset: 2px; }
.aristo-account-links { margin: -6px 0 0; font-size: 12px; text-align: right; }
.aristo-account-switch { margin: 22px 0 0; border-top: 1px solid var(--aristo-line); padding-top: 18px; text-align: center; }
.aristo-account-nav { align-self: start; display: grid; border: 1px solid var(--aristo-line); background: #fff; }
.aristo-account-nav a, .aristo-account-nav button { min-height: 46px; padding: 13px 16px; border: 0; border-bottom: 1px solid var(--aristo-line); background: #fff; color: var(--aristo-ink); font: 500 12px/20px Roboto, Arial, sans-serif; text-align: left; }
.aristo-account-nav a:hover, .aristo-account-nav button:hover { background: var(--aristo-cream); color: var(--aristo-gold-dark); }
.aristo-account-nav > :last-child { border-bottom: 0; }
.aristo-account-activity { max-width: 100%; overflow: hidden; }
.aristo-account-activity h2 { margin: 30px 0 12px; font: 500 18px/1.35 Montserrat, sans-serif; }
.aristo-account-table-wrap { max-width: 100%; overflow-x: auto; }
.aristo-account-table-wrap table { width: 100%; border-collapse: collapse; font-size: 12px; }
.aristo-account-table-wrap th, .aristo-account-table-wrap td { padding: 10px 8px; border-bottom: 1px solid var(--aristo-line); text-align: left; white-space: nowrap; }
.aristo-account-table-wrap th { background: var(--aristo-cream); font-weight: 600; }
@media (max-width: 720px) {
  .aristo-account-page { grid-template-columns: 1fr; gap: 18px; padding-top: 28px; padding-bottom: 76px; }
  .aristo-account-card { padding: 24px 18px; }
  .aristo-account-card > h1 { font-size: 25px; }
  .aristo-account-nav { grid-template-columns: 1fr 1fr; }
  .aristo-account-nav a, .aristo-account-nav button { border-right: 1px solid var(--aristo-line); }
}

/* Source mobile navigation: full-width drawer with collapsed brand groups. */
@media (max-width: 1023px) {
  body.aristo-menu-open { overflow: hidden; }
  .aristo-drawer { position: fixed; inset: 0; z-index: 100; display: none; }
  .aristo-drawer.is-open { display: block; }
  .aristo-drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.28); }
  .aristo-drawer-panel { position: fixed; left: 0; top: 0; bottom: 0; width: calc(100% - 15px); max-width: none; overflow-y: auto; padding: 0 0 50px; background: #fff; box-shadow: 0 0 18px rgba(0,0,0,.12); transform: translateX(-100%); transition: transform .25s ease; }
  .aristo-drawer.is-open .aristo-drawer-panel { transform: translateX(0); }
  .aristo-drawer-head { position: sticky; top: 0; z-index: 2; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #d9d9d9; background: #fff; }
  .aristo-drawer-head > button, .aristo-drawer-head > a { width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--aristo-ink); }
  .aristo-drawer-head > a img { width: 24px; height: 24px; object-fit: contain; }
  .aristo-drawer-head svg { display: block; width: 24px; height: 24px; }
  .aristo-mobile-disclosure { border-bottom: 1px solid #d9d9d9; background: #fff; }
  .aristo-mobile-disclosure > button { width: 100%; min-height: 69px; display: flex; align-items: center; justify-content: space-between; padding: 20px; border: 0; background: transparent; color: var(--aristo-ink); font: 500 18px/27px Roboto, Arial, sans-serif; text-align: left; text-transform: uppercase; }
  .aristo-mobile-disclosure > button[aria-expanded="true"] .aristo-drawer-chevron { transform: rotate(90deg); }
  .aristo-drawer-chevron { width: 20px; height: 20px; flex: 0 0 20px; transition: transform .2s ease; }
  .aristo-mobile-disclosure-panel[hidden], .aristo-mobile-brand-children[hidden] { display: none !important; }
  .aristo-mobile-brand { border-top: 1px solid #d9d9d9; margin: 0 20px; }
  .aristo-mobile-brand > button { width: 100%; min-height: 53px; display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border: 0; background: transparent; color: var(--aristo-ink); font: 400 15px/21px Roboto, Arial, sans-serif; letter-spacing: .14em; text-align: left; text-transform: uppercase; }
  .aristo-drawer-plus { font-size: 20px; font-weight: 300; line-height: 20px; }
  .aristo-mobile-brand-children { padding: 0 0 10px 16px; }
  .aristo-mobile-brand-children a, .aristo-mobile-disclosure-panel > a { display: block; min-height: 42px; padding: 11px 0; color: var(--aristo-muted); font: 400 14px/20px Roboto, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
  .aristo-mobile-disclosure-panel > a { min-height: 61px; margin: 0 20px; padding: 20px 0; border-top: 1px solid #d9d9d9; color: var(--aristo-ink); font-size: 15px; line-height: 21px; }
  .aristo-mobile-nav { margin: 0; padding: 0; list-style: none; }
  .aristo-mobile-nav li { min-height: 69px; border-bottom: 1px solid #d9d9d9; }
  .aristo-mobile-nav a { display: flex; align-items: center; min-height: 69px; padding: 20px; color: var(--aristo-ink); font: 500 18px/27px Roboto, Arial, sans-serif; text-transform: uppercase; }
  .aristo-drawer-locale { min-height: 140px; margin: 0; padding: 20px; border-top: 0; font: 400 14px/24px Roboto, Arial, sans-serif; }
  .aristo-drawer-locale > div { min-height: 40px; display: flex; align-items: center; gap: 10px; margin: 0 0 8px; }
  .aristo-drawer-locale > div > span:first-child { width: 24px; height: 24px; display: inline-grid; place-items: center; margin-right: 2px; }
  .aristo-drawer-locale-icon { width: 24px; height: 24px; display: block; }
  .aristo-drawer-locale a { width: auto !important; display: inline-block !important; min-height: 24px !important; padding: 0 !important; border: 0 !important; font-size: 14px !important; letter-spacing: .02em; }
  .aristo-drawer-locale a.is-active, .aristo-drawer-currency { color: var(--aristo-gold); text-decoration: underline; text-underline-offset: 2px; }
  .aristo-drawer-socials { position: fixed; left: 0; bottom: 0; width: calc(100% - 15px); min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; background: rgba(169,123,57,.10); }
  .aristo-drawer-socials a { width: 25px; height: 25px; display: block; }
  .aristo-drawer-socials img { width: 25px; height: 25px; display: block; object-fit: contain; }
}

/* Keep the collection arrows inside the viewport at narrow desktop/tablet
   widths.  The source places them outside the rail on wide screens, but that
   placement would add a horizontal scrollbar around 1024–1199px. */
@media (min-width: 1024px) and (max-width: 1199px) {
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-prev { left: 0 !important; }
  body[data-page="aristo"] .aristo-category-page > .aristo-subcategory-rail .aristo-collection-next { right: 0 !important; }
}

/* Mobile geometry follows the captured source layout. Keep these rules last
   so the responsive fixes are not overridden by the older adapter declarations. */
@media (max-width: 1023px) {
  .aristo-hero { height: calc(100svh - 72px); }
  .aristo-hero-copy { justify-content: flex-start; }
  .aristo-mobile-header > button::before { display: none; content: none; }
  .aristo-mobile-menu-icon { display: inline-flex; width: 21px; height: 19px; }
  .aristo-mobile-menu-icon svg { display: block; width: 21px; height: 19px; }
}

@media (max-width: 640px) {
  .aristo-mobile-logo img { width: 100%; height: 22px; object-fit: contain; }

  /* The source stacks the showroom image above its introduction copy. */
  .aristo-intro { width: 100%; height: 620px; display: flex; flex-direction: column-reverse; gap: 0; margin: 0; padding: 0; text-align: left; }
  .aristo-intro-image, .aristo-intro-image img { width: 100%; height: 300px; min-height: 300px; }
  .aristo-intro-image { flex: 0 0 300px; }
  .aristo-intro-copy { width: 100%; height: 320px; max-width: none; flex: 0 0 320px; padding: 16px; }
  .aristo-intro h1 { margin: 0 0 30px; font: 500 28px/36.4px Roboto, Arial, sans-serif; text-align: center; }
  .aristo-intro h1 span { white-space: normal; display: block; }
  .aristo-intro p { max-width: none; margin: 0; color: var(--aristo-ink); font: 400 14px/21px Roboto, Arial, sans-serif; text-align: center; }
  .aristo-intro p:first-of-type { padding-bottom: 35px; }

  /* Preserve the source 12px section inset and 64px row rhythm. */
  .aristo-new-section { width: 100%; margin: 28px 0 32px; padding: 0 12px 23px; box-sizing: border-box; }
  .aristo-new-section .aristo-product-grid { margin: 48px 0 25px; padding: 0 8px; box-sizing: border-box; gap: 64px 8px; }
  .aristo-new-section .aristo-product-card { height: 345px; }
  .aristo-new-section .aristo-product-info { height: 146px; min-height: 146px; margin-top: 4px; }
  .aristo-new-section .aristo-product-name { height: 48px; min-height: 48px; }
  .aristo-new-section .aristo-product-price, .aristo-new-section .aristo-product-ask { height: 40px; min-height: 40px; }
  .aristo-new-section .aristo-form-message { display: none; }

  /* Source mobile reason carousel: artwork, then a cream content block with
     one bordered reason card and six pagination dots. */
  .aristo-brand-section { width: 100%; margin-inline: 0; padding: 64px 0 4px; }
  .aristo-reasons { width: 100%; display: block; min-height: 0; margin: 20px 0; padding: 0; box-sizing: border-box; }
  .aristo-reasons-visual { width: 100%; height: 240px; min-height: 240px; margin-bottom: 40px; padding: 0; background-position: center; }
  .aristo-reasons-visual::before { display: none; }
  .aristo-reasons-visual > .aristo-reasons-intro, .aristo-reasons-panel { display: none; }
  .aristo-reasons-mobile { display: block; padding: 0 20px 60px; background: var(--aristo-cream); color: var(--aristo-ink); }
  .aristo-reasons-mobile-intro { text-align: center; }
  .aristo-reasons-mobile-intro .aristo-eyebrow { display: block; margin: 0 0 5px; color: #d4a766; font: 500 18px/28px Roboto, Arial, sans-serif; letter-spacing: 0; text-transform: none; }
  .aristo-reasons-mobile-intro h2 { margin: 0 0 30px; font: 500 28px/36.4px Roboto, Arial, sans-serif; color: var(--aristo-ink); }
  .aristo-reasons-mobile-intro p { margin: 0 0 40px; color: var(--aristo-ink); font: 400 14px/21px Roboto, Arial, sans-serif; text-align: center; }
  .aristo-mobile-reason-card { width: calc(100% - 40px); min-height: 342px; margin: 0 20px 40px; padding: 28px 30px 35px; border: 1px solid var(--aristo-gold); box-shadow: 5px 5px 0 var(--aristo-gold); box-sizing: border-box; }
  .aristo-mobile-reason-slides { width: 100%; height: 277px; overflow: hidden; }
  .aristo-mobile-reason-slide[hidden] { display: none !important; }
  .aristo-mobile-reason-slide { width: 100%; height: 277px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 15px; color: var(--aristo-ink); text-align: center; }
  .aristo-mobile-reason-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; flex: 0 0 60px; }
  .aristo-mobile-reason-icon img { width: 48px; height: 48px; object-fit: contain; }
  .aristo-mobile-reason-slide > div:last-child { width: 100%; }
  .aristo-mobile-reason-slide h3 { margin: 0 0 10px; font: 700 16px/24px Roboto, Arial, sans-serif; }
  .aristo-mobile-reason-slide p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; }
  .aristo-mobile-reason-dots { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: -12px; }
  .aristo-mobile-reason-dots button { width: 12px; height: 12px; padding: 0; border: 1px solid #222; border-radius: 50%; background: transparent; }
  .aristo-mobile-reason-dots button.is-active { background: #000; }
  .aristo-reasons-mobile > .aristo-reason-links { display: flex; justify-content: center; gap: 10px; }
  .aristo-reasons-mobile > .aristo-reason-links a { min-width: 100px; min-height: 36px; padding: 8px 12px; border: 1px solid #222; color: #222; font: 400 12px/18px Roboto, Arial, sans-serif; text-align: center; text-transform: none; }

  /* Service cards are full-bleed source images with a dark overlay and white
     copy placed over the artwork, not bordered white cards below it. */
  .aristo-services { width: 100%; margin: 0; padding: 0; box-sizing: border-box; }
  .aristo-services-heading { margin: 0 0 20px; padding: 0 20px; text-align: center; }
  .aristo-services-heading .aristo-heading-line { margin-bottom: 0; }
  .aristo-services-heading p { margin: 8px 0 0; font: 400 16px/24px Roboto, Arial, sans-serif; }
  .aristo-service-grid { width: 100%; display: flex; flex-direction: column; gap: 16px; }
  .aristo-service { width: 100%; position: relative; min-height: 0; overflow: hidden; background: #111; }
  .aristo-service::after { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.4); pointer-events: none; }
  .aristo-service-image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; aspect-ratio: auto; }
  .aristo-service-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
  .aristo-service-copy { position: relative; z-index: 2; width: 100%; min-height: 0; margin: 0; padding: 56px 20px 32px; border: 0; background: transparent; color: #fff; box-sizing: border-box; }
  .aristo-service-copy h3 { margin: 0; font: 500 28px/36.4px Roboto, Arial, sans-serif; color: #fff; }
  .aristo-service-copy p { margin: 4px 0 32px; color: #fff; font: 400 16px/24px Roboto, Arial, sans-serif; }
  .aristo-service-copy a { min-width: 104px; width: max-content; height: 36px; min-height: 36px; padding: 0 12px; border: 1px solid #fff; color: #fff; font: 400 12px/16px Roboto, Arial, sans-serif; text-transform: none; }

  .aristo-other-brands { width: 100%; height: 494px; margin: 48px 0; padding: 0 20px; box-sizing: border-box; }
  .aristo-other-brands .aristo-home-heading { margin-bottom: 20px; }
  .aristo-other-brands .aristo-home-heading p { padding: 0; font: 400 16px/24px Roboto, Arial, sans-serif; }
  .aristo-other-brands .aristo-brand-carousel { height: 342px; align-items: flex-start; }
  .aristo-other-brands .aristo-brand-carousel > button { display: none; }
  .aristo-other-brands .aristo-brand-track { width: 100%; height: 270px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 90px; overflow: hidden; }
  .aristo-other-brands .aristo-brand-logo { width: auto; min-width: 0; height: 90px; padding: 0 7.5px; }
  .aristo-other-brands .aristo-brand-logo:nth-child(n+7) { display: none; }

  .aristo-trust { width: 100%; margin: 0 0 40px; padding: 48px 0 0; box-sizing: border-box; }
  .aristo-trust .aristo-wrap { width: 100%; margin: 0; }
  .aristo-trust-heading { margin: 0 20px 48px; }
  .aristo-trust-heading img, .aristo-trust-heading > img { width: 18px; height: 18px; flex: 0 0 18px; }
  .aristo-trust .aristo-section-title { font: 500 14px/28px Roboto, Arial, sans-serif; letter-spacing: -.15px; }
  .aristo-trust-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .aristo-trust-item { min-height: 0; padding: 0 0 20px; }
  .aristo-trust-item + .aristo-trust-item { border-top: 1px solid var(--aristo-line); border-left: 0; padding-top: 20px; }
  .aristo-trust-item:last-child { padding-bottom: 0; }
  .aristo-trust-item img { width: 64px; height: 64px; margin-bottom: 20px; }
  .aristo-trust-item h3 { margin-bottom: 16px; font: 500 18px/28px Roboto, Arial, sans-serif; }
  .aristo-trust-item h3 { width: 300px; max-width: 100%; margin-inline: auto; }
  .aristo-trust-item p { max-width: 300px; margin: 0 auto; font: 400 14px/21px Roboto, Arial, sans-serif; }

  .aristo-subscription-watch { width: 100vw; height: auto; margin: 40px 0 0 -20px; padding: 0; }
  .aristo-newsletter { min-height: 178px; flex-direction: column; align-items: center; gap: 0; padding: 23px 20px; text-align: center; box-sizing: border-box; }
  .aristo-newsletter p { font: 400 16px/24px Roboto, Arial, sans-serif; }
  .aristo-newsletter .aristo-outline-btn { margin-top: 20px; }

  /* The mobile source social rail uses its gold 32px PNG assets. */
  .aristo-fab { height: 48px; }
  .aristo-fab a, .aristo-fab button { height: 48px; }
  .aristo-fab img { width: 32px; height: 32px; }
  .aristo-fab .aristo-fab-close { flex: 0 0 24px; height: 48px; }
  .aristo-drawer-socials { position: static; width: 100%; min-height: 49px; box-sizing: border-box; }

  /* The source listing cards reserve exactly 146px for their text block and
     do not render a secondary Add to cart row. Keep the enquiry-cart action
     available on product detail pages, but remove it from compact cards so
     the two-column mobile rhythm stays identical to aristohk.com. */
  body[data-page="aristo"] .aristo-category-page .aristo-card-cart { display: none !important; }
  body[data-page="aristo"] .aristo-category-page .aristo-product-info { height: 146px; min-height: 146px; box-sizing: border-box; }
}

/* Desktop source cards also use a fixed 146px information block. */
body[data-page="aristo"] .aristo-category-page .aristo-card-cart { display: none !important; }
body[data-page="aristo"] .aristo-category-page .aristo-product-info { height: 146px; min-height: 146px; box-sizing: border-box; }
body[data-page="aristo"] .aristo-category-page .aristo-product-card:has(.aristo-product-price) .aristo-product-info { height: 151px; min-height: 151px; }

/* Tablet (641–1023px) follows the source's lg:hidden composition: the
   showroom introduction and reason section stack vertically, arrivals stay
   two columns, services remain side by side, and the footer rails span the
   full viewport. */
@media (min-width: 641px) and (max-width: 1023px) {
  .aristo-mobile-logo { width: 190px; }
  .aristo-mobile-logo img { width: 100%; height: 22px; object-fit: contain; }
  body[data-route="/"] .aristo-intro {
    width: 100%; height: 557px; display: flex; flex-direction: column-reverse; gap: 0;
    margin: 0; padding: 0; box-sizing: border-box;
  }
  body[data-route="/"] .aristo-intro-image { width: 100%; height: 300px; min-height: 300px; flex: 0 0 300px; }
  body[data-route="/"] .aristo-intro-image img { width: 100%; height: 280px; min-height: 280px; object-fit: cover; }
  body[data-route="/"] .aristo-intro-copy { width: 100%; height: 257px; min-height: 257px; flex: 0 0 257px; padding: 16px; box-sizing: border-box; text-align: left; }
  body[data-route="/"] .aristo-intro h1 { margin: 0 0 30px; text-align: left; font-size: inherit; line-height: inherit; }
  body[data-route="/"] .aristo-intro h1 br { display: none; }
  body[data-route="/"] .aristo-intro h1 span:first-child { display: block; margin: 0 0 8px; font: 500 18px/28px Roboto, Arial, sans-serif; }
  body[data-route="/"] .aristo-intro h1 span:last-child { display: block; font: 500 36px/40px Roboto, Arial, sans-serif; }
  body[data-route="/"] .aristo-intro p { margin: 0; font: 400 14px/21px Roboto, Arial, sans-serif; text-align: left; }

  body[data-route="/"] .aristo-brand-section { width: 100%; height: 522px; margin: 64px 0 0; padding: 0; box-sizing: border-box; }
  body[data-route="/"] .aristo-brand-section .aristo-home-heading { margin: 0 auto 20px; }
  body[data-route="/"] .aristo-brand-section .aristo-brand-grid { width: 100%; }

  body[data-route="/"] .aristo-new-section { width: 100%; height: 2193px; margin: 40px 0 0; padding: 0 12px; box-sizing: border-box; }
  body[data-route="/"] .aristo-new-section .aristo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 8px; margin: 48px 0; padding: 0 8px; }
  body[data-route="/"] .aristo-new-section .aristo-product-card { height: 458px; }
  body[data-route="/"] .aristo-new-section .aristo-product-info { height: 146px; min-height: 146px; }
  body[data-route="/"] .aristo-new-section .aristo-centered-action { margin: 0; }

  body[data-route="/"] .aristo-reasons { width: 100%; height: 897px; display: block; margin: 40px 0 0; padding: 0; box-sizing: border-box; }
  body[data-route="/"] .aristo-reasons-visual { width: 100%; height: 240px; min-height: 240px; margin: 0 0 40px; padding: 0; background-position: center; }
  body[data-route="/"] .aristo-reasons-visual::before { display: none; }
  body[data-route="/"] .aristo-reasons-visual > .aristo-reasons-intro,
  body[data-route="/"] .aristo-reasons-panel { display: none; }
  body[data-route="/"] .aristo-reasons-mobile { display: block; width: 100%; height: 617px; padding: 0 20px 60px; box-sizing: border-box; }
  body[data-route="/"] .aristo-reasons-mobile-intro .aristo-eyebrow { display: block; margin: 0 0 5px; font: 500 18px/28px Roboto, Arial, sans-serif; text-align: left; }
  body[data-route="/"] .aristo-reasons-mobile-intro h2 { margin: 0 0 30px; font: 500 28px/36.4px Roboto, Arial, sans-serif; text-align: left; }
  body[data-route="/"] .aristo-reasons-mobile-intro p { margin: 0 0 40px; font: 400 14px/21px Roboto, Arial, sans-serif; text-align: left; }
  body[data-route="/"] .aristo-mobile-reason-card { width: calc(100% - 40px); height: 279px; min-height: 279px; margin: 0 20px 40px; padding: 28px 30px 35px; box-sizing: border-box; }
  body[data-route="/"] .aristo-mobile-reason-slides { height: 214px; }
  body[data-route="/"] .aristo-mobile-reason-slide { height: 214px; }
  body[data-route="/"] .aristo-reasons-mobile > .aristo-reason-links { justify-content: flex-start; }

  body[data-route="/"] .aristo-services { width: 100%; margin: 0; padding: 20px 0 0; box-sizing: border-box; }
  body[data-route="/"] .aristo-services-heading { margin: 0 0 40px; padding: 0 20px; }
  body[data-route="/"] .aristo-service-grid { width: 100%; min-height: 616px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  body[data-route="/"] .aristo-service { width: auto; }
  body[data-route="/"] .aristo-service-image { width: 100%; height: auto; aspect-ratio: 1.5; }
  body[data-route="/"] .aristo-service-copy { width: 100%; min-height: 0; margin: -75px 0 0; padding: 10px 32px 20px; border: 1px solid var(--aristo-gold); border-bottom-color: transparent; background: #fff; color: var(--aristo-ink); box-sizing: border-box; }
  body[data-route="/"] .aristo-service-copy h3 { margin: 0; font: 500 28px/36.4px Roboto, Arial, sans-serif; color: var(--aristo-ink); }
  body[data-route="/"] .aristo-service-copy p { margin: 0 0 20px; color: var(--aristo-muted); font: 400 14px/21px Roboto, Arial, sans-serif; }
  body[data-route="/"] .aristo-service-copy a { min-width: 110px; height: 36px; min-height: 36px; border-color: #222; color: #222; font: 400 12px/16px Roboto, Arial, sans-serif; text-transform: none; }

  body[data-route="/"] .aristo-other-brands { width: 100%; height: 155px; margin: 48px 0 0; padding: 0; box-sizing: border-box; }
  body[data-route="/"] .aristo-other-brands .aristo-home-heading { margin: 0 0 40px; }
  body[data-route="/"] .aristo-other-brands .aristo-brand-carousel { width: 100%; height: 31px; padding: 0 28px; box-sizing: border-box; }
  body[data-route="/"] .aristo-other-brands .aristo-brand-track { height: 31px; }
  body[data-route="/"] .aristo-other-brands .aristo-brand-logo { height: 31px; padding: 0 8px; }

  body[data-route="/"] .aristo-trust { width: 100%; height: 422px; margin: 48px 0 40px; padding: 0 0 40px; box-sizing: border-box; }
  body[data-route="/"] .aristo-trust .aristo-wrap { width: 100%; margin: 0; }
  body[data-route="/"] .aristo-trust-heading { margin: 48px 0 40px; }
  body[data-route="/"] .aristo-trust-grid { min-height: 305px; }
  body[data-route="/"] .aristo-subscription { height: 1374px; min-height: 1374px; box-sizing: border-box; }
  .aristo-footer { height: 562px; min-height: 562px; padding: 80px 40px 40px; box-sizing: border-box; }
  .aristo-footer-grid { height: 442px; grid-template-columns: 256px 1px 70px 54px 82px minmax(0, 1fr); column-gap: 16px; }
}

/* Category editorial/FAQ blocks use the source phone geometry. These rules
   come after the tablet adapter so the 264px source artwork is retained at
   390px instead of inheriting the tablet's 360px media height. */
@media (max-width: 640px) {
  body[data-page="aristo"] .aristo-category-page .aristo-editorial { margin-top: 80px; }
  body[data-page="aristo"] .aristo-category-page .aristo-editorial-media,
  body[data-page="aristo"] .aristo-category-page .aristo-editorial-media img { height: 264px; min-height: 264px; flex: 0 0 264px; }
  body[data-page="aristo"] .aristo-category-page .aristo-editorial-copy { padding: 20px; }
  body[data-page="aristo"] .aristo-category-page .aristo-editorial-history { height: 1662px; min-height: 1662px; }
  body[data-page="aristo"] .aristo-category-page .aristo-editorial-row.is-reversed .aristo-editorial-copy p { margin-bottom: 0; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-faq { margin-top: 0; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-faq-mobile { padding-top: 20px; padding-bottom: 20px; box-sizing: border-box; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-faq-mobile details { margin-bottom: 20px; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-faq-mobile details:last-child { margin-bottom: 0; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-faq-mobile details > div p { margin-bottom: 0; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-contact a { line-height: 18.2px; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-trust { margin-top: 0; }
  body[data-page="aristo"] .aristo-category-page .aristo-category-trust .aristo-trust-item:first-child img { margin-top: 0; margin-bottom: 20px; }
  body[data-page="aristo"] .aristo-category-page { padding-bottom: 0 !important; }
  .aristo-subscription-watch { width: 100vw; max-width: none; height: auto; margin-left: -20px; padding: 0 40px; box-sizing: border-box; }
}

/* Final mobile logo sizing for the supplied two-line wordmark. */
@media (max-width: 1023px) {
  .aristo-mobile-logo { height: 58px !important; padding: 0 !important; }
  .aristo-mobile-logo img { width: 100% !important; height: 58px !important; object-fit: contain !important; }
}

/* Exact inquiry drawer geometry from the supplied usacpluss storefront. */
.aristo-shopping-drawer { z-index: 120 !important; }
.aristo-shopping-drawer-overlay { position: fixed !important; inset: 0 !important; z-index: 50; display: none; width: 100%; height: 100%; border: 0; background: rgba(0,0,0,.42); }
.aristo-shopping-drawer.is-open .aristo-shopping-drawer-overlay { display: block; }
.aristo-shopping-drawer-panel { position: fixed !important; top: 0 !important; right: 0 !important; left: auto !important; z-index: 60; width: min(308px, 92vw) !important; height: 100vh !important; display: block !important; overflow-y: auto; padding: 15.75px !important; border: 0 !important; border-radius: 0 !important; background: #fff; box-shadow: 0 1.25rem 3rem rgba(0,0,0,.18); transform: translateX(105%) !important; transition: transform .22s ease !important; }
.aristo-shopping-drawer.is-open .aristo-shopping-drawer-panel { transform: translateX(0) !important; }
.aristo-source-cart-close { width: auto; min-height: 35px; display: inline-flex; align-items: center; justify-content: center; margin: 0 0 10.5px; padding: 0 9px; border: 1px solid #e4e1dc; border-radius: 8px; background: transparent; color: #222; font: 400 13px/18px Roboto, Arial, sans-serif; cursor: pointer; }
.aristo-source-cart-close:hover { background: #f7f6f3; }
.aristo-shopping-drawer-panel > h2 { margin: 0.83em 0 1em; color: #222; font: 700 21px/1.45 Roboto, Arial, sans-serif; }
.aristo-shopping-drawer-list { display: block !important; min-height: 0 !important; overflow: visible !important; padding: 0 !important; }
.aristo-shopping-drawer-list > p { margin: 0 0 1rem; color: #333; font: 400 14px/21px Roboto, Arial, sans-serif; }
.aristo-source-cart-line { display: grid; grid-template-columns: 52.5px minmax(0,1fr) 28px; gap: 10.5px; align-items: center; padding: 12.25px 0; border-bottom: 1px solid #e4e1dc; }
.aristo-source-cart-line > img { width: 52.5px; height: 52.5px; object-fit: contain; }
.aristo-source-cart-line > div { min-width: 0; color: #222; font: 400 14px/20px Roboto, Arial, sans-serif; }
.aristo-source-cart-line > div b { font-weight: 700; }
.aristo-source-cart-line > div span { color: #333; }
.aristo-source-cart-remove { width: 1.75rem; height: 1.75rem; display: grid; place-items: center; padding: 0; border: 1px solid #e4e1dc; border-radius: 50%; background: #fff; color: #333; font: 700 15px/1 Roboto, Arial, sans-serif; cursor: pointer; }
.aristo-source-cart-remove:hover { background: #f5f4f1; }
.aristo-source-cart-clear { width: 100%; min-height: 31.5px; margin-top: 16px; padding: 0 .7rem; border: 1px solid #e4e1dc; border-radius: 999px; background: #fff; color: #777; font: 700 14px/20px Roboto, Arial, sans-serif; cursor: pointer; }
.aristo-source-cart-clear:hover { background: #f7f6f3; color: #333; }
.aristo-source-cart-whatsapp { width: 100%; min-height: 38.5px; display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; border: 0; border-radius: 999px; background: #1db954; color: #fff; font: 700 14px/1.45 Roboto, Arial, sans-serif; text-decoration: none; }
.aristo-source-cart-whatsapp:hover { background: #19a94d; }
.aristo-source-cart-whatsapp.is-disabled { opacity: .55; cursor: not-allowed; }
.aristo-shopping-drawer-panel > .aristo-form-message { margin-top: .75rem; }

/* Final mobile featured-brand correction. This rule must remain after the
   source-layout overrides below so the textured backdrop and full watch
   cut-outs cannot be reset to transparent cards at 390px. */
@media (max-width: 1023px) {
  .aristo-brand-card { overflow: hidden !important; background: rgba(169,123,57,.1) url('/skin/aristo/assets/images/home/brand-bg.webp') 100% 0/cover no-repeat !important; }
  .aristo-brand-card-inner { overflow: hidden !important; }
  .aristo-brand-card-image { right: -22px !important; bottom: -26px !important; width: 190px !important; height: 220px !important; transform: none !important; }
  .aristo-brand-card-image img { width: 190px !important; height: 220px !important; max-width: none !important; object-fit: contain !important; }
}

/* The product detail page ends with the same trust block as the source
   product view. Keep it as a visible, full-width section even when a global
   layout rule or a translated stylesheet tries to collapse it. */
body[data-page="aristo"] .aristo-detail-page > .aristo-detail-trust {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  clear: both;
}

/* The supplied contact PNGs are gold line art.  Desktop uses the same gold
   circles as the source rail, so invert only the desktop artwork to keep all
   five controls legible; the light mobile rail keeps the original gold. */
@media (min-width: 1024px) {
  .aristo-fab img { filter: brightness(0) invert(1); }
}

@media (max-width: 1023px) {
  .aristo-fab img { filter: none; }
}
