@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* WordPress and WooCommerce integration */
.aelen-icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: #111;
  background: #fff;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-solid {
  background: rgba(11, 11, 10, 0.96);
}

.desktop-collections-menu > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.desktop-collections-menu > a .aelen-icon,
.locale-trigger .aelen-icon:last-child {
  width: 12px;
  height: 12px;
}

.brand-mega-grid > a small {
  margin-left: auto;
  color: #8d8a82;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-actions button,
.locale-popover button,
.mobile-panel button,
.site-search-layer button,
.motion-control {
  font: inherit;
}

.locale-popover > label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.locale-popover > label > span,
.mobile-locale-field > span {
  color: #706d66;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.locale-popover select,
.mobile-locale-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid var(--line-light);
  border-radius: 0;
  background: #fff;
  font: 500 12px var(--sans);
}

.mobile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-panel-head button,
.mobile-brand-nav > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border: 0;
  background: transparent;
}

.mobile-panel-head button {
  width: 44px;
  height: 44px;
  justify-content: center;
  border: 1px solid var(--line-dark);
}

.mobile-brand-nav > button {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--serif);
  font-size: 28px;
}

.mobile-brand-nav > div {
  display: none;
  padding: 14px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.mobile-brand-nav.is-open > div {
  display: grid;
}

.mobile-brand-nav > div a {
  padding: 10px 6px;
  color: var(--muted);
  border: 0;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.mobile-locale-field {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  flex-direction: column;
  gap: 9px;
}

.site-search-input-row .aelen-icon {
  flex: 0 0 auto;
}

.site-search-input-row button .aelen-icon,
.locale-popover-head button .aelen-icon {
  width: 16px;
  height: 16px;
}

.motion-control .icon-play,
.hero.is-video-paused .motion-control .icon-pause {
  display: none;
}

.hero.is-video-paused .motion-control .icon-play {
  display: block;
}

.product-image-wrap .product-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  color: #fff;
  background: var(--orange);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  display: block;
  padding: 0 max(40px, calc((100vw - 1280px) / 2));
}

.footer-main {
  display: grid;
  padding: 52px 0 42px;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 48px;
}

.footer-main > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-main > div > strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-main > div > a:not(.brand) {
  width: fit-content;
  color: var(--muted);
  font-size: 11px;
}

.footer-main > div > a:hover {
  color: var(--orange);
}

.footer-bottom {
  display: flex;
  padding: 22px 0 28px;
  align-items: center;
  justify-content: space-between;
  color: #77756f;
  border-top: 1px solid var(--line-dark);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom nav {
  display: flex;
  gap: 20px;
}

.catalog-hero-description {
  max-width: 620px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.catalog-hero-description p {
  margin: 0;
}

.catalog-controls,
.catalog-products {
  padding: 54px max(40px, calc((100vw - 1280px) / 2));
}

.catalog-controls {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line-light);
}

.catalog-search {
  display: grid;
  min-height: 58px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  border: 1px solid var(--line-light);
  background: var(--paper-strong);
}

.catalog-search .aelen-icon {
  width: 20px;
  height: 20px;
  margin-left: 18px;
  filter: invert(1);
}

.catalog-search input {
  min-width: 0;
  height: 56px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  font: 500 13px var(--sans);
}

.catalog-search button {
  height: 56px;
  padding: 0 24px;
  color: #fff;
  border: 0;
  background: var(--ink);
  font: 600 9px var(--sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-brand-strip {
  display: flex;
  margin-top: 20px;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.catalog-brand-strip a {
  flex: 0 0 auto;
  padding: 10px 12px;
  color: #6e6a63;
  border: 1px solid var(--line-light);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.catalog-brand-strip a:hover,
.catalog-brand-strip a.is-active {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
}

.catalog-series-strip {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.catalog-series-strip a {
  display: flex;
  min-height: 66px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  font-size: 11px;
  font-weight: 600;
}

.catalog-series-strip a:hover {
  color: var(--orange-dark);
  background: #fff;
}

.catalog-series-strip small {
  color: #918d85;
}

.catalog-result-head {
  display: flex;
  margin-bottom: 28px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.catalog-result-head h2 {
  margin: 4px 0 0;
  font-size: clamp(42px, 4vw, 64px);
}

.shop-ordering select {
  min-height: 44px;
  padding: 0 36px 0 14px;
  border: 1px solid var(--line-light);
  border-radius: 0;
  background: #fff;
  font: 500 10px var(--sans);
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.catalog-product-grid .product-card {
  border-top: 0;
  border-left: 0;
}

.pagination-wrap {
  margin-top: 42px;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line-light);
  font-size: 10px;
}

.woocommerce-pagination .page-numbers .current {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.catalog-consult {
  display: flex;
  padding: 74px max(40px, calc((100vw - 1280px) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.catalog-consult h2 {
  max-width: 760px;
  margin: 12px 0;
  font-size: clamp(44px, 5vw, 72px);
}

.catalog-consult p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
}

.product-thumbs {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 26px;
  display: flex;
  width: 70px;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
}

.product-thumbs button {
  width: 70px;
  height: 82px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  background: #fff;
}

.product-thumbs button.is-active {
  border-color: var(--orange);
}

.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-main-image-v3 {
  overflow: hidden;
}

.product-main-image-v3 img {
  transition: transform 260ms ease;
}

.product-main-image-v3 img.is-zoomed {
  transform: scale(1.45);
}

.product-breadcrumb {
  display: flex;
  margin-bottom: 28px;
  gap: 9px;
  color: #7e7b74;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-availability {
  display: flex;
  margin-top: 12px;
  align-items: center;
  gap: 8px;
  color: #b8b5ae;
  font-size: 10px;
  text-transform: uppercase;
}

.product-availability p {
  margin: 0;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54a16c;
}

.product-options {
  display: grid;
  margin-top: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-options label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.product-options label > span {
  color: #8e8b83;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-options select {
  min-height: 48px;
  padding: 0 12px;
  color: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: var(--graphite);
  font: 500 10px var(--sans);
}

.product-details-section,
.related-section {
  padding: 72px max(40px, calc((100vw - 1280px) / 2));
}

.product-details-nav {
  display: flex;
  gap: 26px;
  border-bottom: 1px solid var(--line-light);
}

.product-details-nav a {
  padding: 0 0 18px;
  color: #706d66;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-details-nav a:hover {
  color: var(--orange-dark);
}

.product-detail-grid {
  display: grid;
  padding: 58px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 76px;
}

.product-detail-grid h2 {
  margin: 12px 0 24px;
  font-size: 48px;
}

.product-description {
  color: #5f5c55;
  font-size: 13px;
  line-height: 1.8;
}

.spec-table {
  margin: 0;
  border-top: 1px solid var(--line-light);
}

.spec-table > div {
  display: grid;
  min-height: 52px;
  grid-template-columns: 150px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
}

.spec-table dt {
  color: #77736b;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-table dd {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.service-detail-grid article {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.service-detail-grid span {
  color: var(--orange-dark);
  font-family: var(--serif);
  font-size: 18px;
}

.service-detail-grid h3 {
  margin: 34px 0 12px;
  font-size: 22px;
}

.service-detail-grid p {
  margin: 0;
  color: #6f6b64;
  font-size: 11px;
  line-height: 1.7;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0;
  padding: 16px max(40px, calc((100vw - 1280px) / 2));
  color: #fff;
  border: 0;
  background: var(--graphite);
  font-size: 11px;
  list-style: none;
}

.goog-te-banner-frame,
.skiptranslate iframe,
#goog-gt-tt,
.goog-te-balloon-frame,
.VIpgJd-suEOdc,
.VIpgJd-yAWNEb-L7lbkb,
.VIpgJd-yAWNEb-hvhgNd-xgov5 {
  display: none !important;
  visibility: hidden !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

html[data-aelen-language="ar"] .product-summary-v3,
html[data-aelen-language="ar"] .product-details-section,
html[data-aelen-language="ar"] .site-footer {
  direction: rtl;
  text-align: right;
}

html[data-aelen-language="ar"] .product-summary-v3 h1,
html[data-aelen-language="ar"] .product-summary-v3 h1 * {
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: right;
}

html[data-aelen-language="ar"] .product-description-v3 ul {
  padding-right: 18px;
  padding-left: 0;
}

body {
  top: 0 !important;
}

@media (max-width: 1000px) {
  .admin-bar .site-header {
    top: 32px;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 26px;
  }

  .catalog-product-grid,
  .catalog-series-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-stage-v3 {
    grid-template-columns: 1fr;
  }

  .product-gallery-v3,
  .product-summary-v3 {
    min-height: 620px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom,
  .catalog-result-head,
  .catalog-consult {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-controls,
  .catalog-products,
  .product-details-section,
  .related-section,
  .catalog-consult {
    padding-right: 20px;
    padding-left: 20px;
  }

  .catalog-product-grid,
  .catalog-series-strip,
  .product-detail-grid,
  .service-detail-grid,
  .product-options {
    grid-template-columns: 1fr;
  }

  .product-detail-grid {
    gap: 46px;
  }

  .product-thumbs {
    top: auto;
    right: 20px;
    bottom: 18px;
    left: 20px;
    width: auto;
    flex-direction: row;
    transform: none;
  }

  .product-thumbs button {
    width: 58px;
    height: 64px;
  }

  .product-gallery-v3 {
    min-height: 520px;
    padding: 86px 20px 100px;
  }

  .product-main-image-v3 {
    height: 380px;
  }

  .product-summary-v3 {
    min-height: auto;
    padding: 70px 20px;
  }

  .product-summary-v3 h1 {
    font-size: 54px;
  }

  .spec-table > div {
    grid-template-columns: 110px 1fr;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color: #171714;
  background: #0b0b0a;
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #11110f;
  --black: #0b0b0a;
  --graphite: #151514;
  --graphite-2: #1d1d1b;
  --paper: #f7f5f0;
  --paper-strong: #fffefa;
  --muted: #9d9b93;
  --line-dark: #30302d;
  --line-light: #dedbd3;
  --orange: #ff5a00;
  --orange-dark: #d94b00;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --page: min(1280px, calc(100vw - 80px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: var(--black);
}

body,
button,
a {
  font-family: var(--sans);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
  background: var(--black);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  min-height: 82px;
  padding: 0 max(28px, calc((100vw - 1280px) / 2));
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 11, 10, 0.32);
  transition: background 220ms ease, min-height 220ms ease;
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(11, 11, 10, 0.96);
}

.brand {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  gap: 1px;
  color: #fff;
  letter-spacing: 0.08em;
}

.brand span {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
  line-height: 0.9;
}

.brand small {
  color: var(--orange);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.desktop-nav > a,
.desktop-collections-menu > a {
  position: relative;
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav > a::after,
.desktop-collections-menu > a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 1px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.desktop-collections-menu > a:hover::after,
.desktop-collections-menu > a:focus-visible::after {
  transform: scaleX(1);
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 17px;
  color: #fff;
  border: 1px solid rgba(255, 90, 0, 0.8);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

.header-whatsapp:hover {
  border-color: var(--orange);
  background: var(--orange);
}

.header-whatsapp svg,
.button svg,
.arrow-link svg,
.explore-label svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.menu-toggle,
.mobile-panel {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  height: min(850px, 100svh);
  overflow: hidden;
  color: #fff;
  background: #090909 url("../video/wrist-presence.jpg") center / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  background: #090909 url("../video/wrist-presence.jpg") center / cover no-repeat;
  content: "";
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  transform: scale(1.04);
  transition: object-position 900ms ease, transform 900ms ease;
}

.hero-scene-1 .hero-video {
  object-position: 72% 50%;
  transform: scale(1.04);
}

.hero-scene-2 .hero-video {
  object-position: 62% 48%;
  transform: scale(1.075);
}

.hero-scene-3 .hero-video {
  object-position: 79% 52%;
  transform: scale(1.06);
}

.hero-scene-4 .hero-video {
  object-position: 58% 50%;
  transform: scale(1.035);
}

.hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(720px, calc(100vw - 300px));
  min-height: 100%;
  margin-left: max(250px, calc((100vw - 1280px) / 2 + 190px));
  padding: 150px 80px 96px 0;
  flex-direction: column;
  justify-content: center;
}

.hero-message {
  animation: hero-message-in 520ms ease both;
}

@keyframes hero-message-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.hero-spotlight {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: max(32px, calc((100vw - 1280px) / 2));
  width: 250px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: var(--paper-strong);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  transform: translateY(-50%);
  animation: hero-spotlight-in 420ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-spotlight:hover,
.hero-spotlight:focus-visible {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  transform: translateY(calc(-50% - 5px));
}

@keyframes hero-spotlight-in {
  from {
    opacity: 0;
    transform: translate(18px, -50%);
  }

  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

.hero-spotlight-head,
.hero-spotlight-foot {
  display: flex;
  min-height: 43px;
  padding: 0 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line-light);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-spotlight-head span,
.hero-spotlight-body small {
  color: var(--orange-dark);
}

.hero-spotlight-head b {
  color: #77746d;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
}

.hero-spotlight-body {
  padding: 16px 16px 18px;
}

.hero-spotlight-body > img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: var(--paper);
}

.hero-spotlight-body > div {
  margin-top: 15px;
}

.hero-spotlight-body small {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-spotlight-body h2 {
  margin: 7px 0 0;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.hero-spotlight-body p {
  margin: 7px 0 0;
  color: #77746d;
  font-size: 8px;
  line-height: 1.45;
}

.hero-spotlight-foot {
  min-height: 49px;
  color: #fff;
  border-bottom: 0;
  background: var(--graphite);
}

.hero-spotlight-foot strong {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
}

.hero-spotlight-foot span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hero-spotlight-foot svg {
  width: 14px;
  height: 14px;
  color: var(--orange);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--orange-dark);
}

.hero h1,
.section-heading h2,
.story-copy h2,
.consultation-heading h2,
.final-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(70px, 6.5vw, 108px);
  line-height: 0.86;
  text-wrap: balance;
}

.hero-copy {
  max-width: 540px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  margin-top: 38px;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--orange);
}

.button-primary:hover {
  background: var(--orange-dark);
}

.button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(0, 0, 0, 0.2);
}

.button-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-index {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: max(20px, calc((100vw - 1440px) / 2 + 22px));
  display: flex;
  width: 196px;
  flex-direction: column;
  gap: 2px;
  transform: translateY(-50%);
}

.hero-index button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 70px;
  padding: 12px 13px 13px;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.16);
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-index button:hover,
.hero-index button:focus-visible {
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
}

.hero-index button.is-active {
  color: #fff;
  border-left-color: var(--orange);
  background: rgba(0, 0, 0, 0.46);
}

.hero-index-number {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 18px;
}

.hero-index-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.hero-index-copy strong {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-index-copy small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.46);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-index-progress {
  position: absolute;
  right: 13px;
  bottom: 7px;
  left: 50px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.hero-index-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

.hero-index button.is-active .hero-index-progress i {
  animation: hero-index-progress 7s linear forwards;
}

.hero.is-video-paused .hero-index-progress i {
  animation-play-state: paused;
}

@keyframes hero-index-progress {
  to {
    width: 100%;
  }
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 34px;
  left: max(28px, calc((100vw - 1280px) / 2));
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-cue svg {
  width: 20px;
  height: 20px;
}

.motion-control {
  position: absolute;
  z-index: 3;
  right: max(28px, calc((100vw - 1280px) / 2));
  bottom: 28px;
  display: inline-flex;
  min-height: 38px;
  padding: 0 13px;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.36);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.motion-control svg {
  width: 14px;
  height: 14px;
}

.light-section {
  color: var(--ink);
  background: var(--paper-strong);
}

.dark-section {
  color: #fff;
  background: var(--graphite);
}

.bestsellers,
.presence,
.consultation {
  padding: 70px max(40px, calc((100vw - 1280px) / 2));
}

.presence,
.consultation {
  padding-block: 60px;
}

.section-heading {
  display: flex;
  margin-bottom: 34px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.section-heading h2,
.consultation-heading h2 {
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.95;
}

.section-heading .eyebrow,
.consultation-heading .eyebrow {
  margin-bottom: 14px;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #2a2926;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.arrow-link svg,
.explore-label svg {
  color: var(--orange);
  transition: transform 180ms ease;
}

.arrow-link:hover svg,
.presence-item:hover .explore-label svg {
  transform: translateX(5px);
}

.product-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.product-card {
  display: grid;
  min-width: 0;
  padding: 14px 32px 22px;
  grid-template-rows: 290px auto;
  border-right: 1px solid var(--line-light);
  transition: background 180ms ease;
}

.product-card:last-child {
  border-right: 0;
}

.product-card:hover {
  background: var(--paper);
}

.product-image-wrap {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 320ms ease;
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.035);
}

.product-meta {
  padding-top: 20px;
}

.product-meta h3,
.presence-item h3,
.steps h3,
.site-footer h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-meta p {
  margin: 8px 0 0;
  color: #79766e;
  font-size: 12px;
}

.price-row {
  display: flex;
  margin-top: 17px;
  align-items: center;
  justify-content: space-between;
}

.price-row strong {
  font-size: 14px;
  font-weight: 500;
}

.price-row svg {
  width: 20px;
  color: var(--orange);
}

.section-heading.inverse {
  align-items: end;
}

.section-note {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.presence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.presence-item {
  display: flex;
  min-width: 0;
  min-height: 390px;
  padding: 28px 26px;
  flex-direction: column;
  border-right: 1px solid var(--line-dark);
  transition: background 180ms ease;
}

.presence-item:last-child {
  border-right: 0;
}

.presence-item:hover {
  background: var(--graphite-2);
}

.presence-label {
  position: relative;
  width: fit-content;
  padding-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.presence-label::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--orange);
  content: "";
}

.presence-image {
  display: flex;
  height: 220px;
  margin: 12px 0 16px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f8f7f2;
}

.presence-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 300ms ease;
}

.presence-item:hover .presence-image img {
  transform: scale(1.035);
}

.presence-item p {
  min-height: 45px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.explore-label {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 9px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story {
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  color: #fff;
  background: #090909;
}

.story-media {
  min-height: 500px;
  overflow: hidden;
}

.story-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  display: flex;
  padding: 80px max(56px, calc((100vw - 1280px) / 2));
  flex-direction: column;
  justify-content: center;
  background: var(--black);
}

.story-copy h2 {
  max-width: 520px;
  font-size: clamp(62px, 6vw, 96px);
  line-height: 0.88;
}

.story-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.inverse-link {
  width: fit-content;
  color: #fff;
}

.consultation {
  text-align: center;
}

.consultation-heading {
  margin-bottom: 28px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.steps article {
  display: grid;
  min-height: 145px;
  padding: 28px 30px;
  grid-template-columns: 32px 54px 1fr;
  align-items: start;
  gap: 18px;
  border-right: 1px solid var(--line-light);
  text-align: left;
}

.steps article:last-child {
  border-right: 0;
}

.steps article > svg {
  width: 50px;
  height: 50px;
  padding: 10px;
  color: #34332f;
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

.step-number {
  color: var(--orange-dark);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
}

.steps h3 {
  margin-top: 3px;
}

.steps p {
  margin: 10px 0 0;
  color: #77746d;
  font-size: 12px;
  line-height: 1.6;
}

.consultation-button {
  margin-top: 22px;
}

.final-cta {
  display: grid;
  min-height: 430px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
  color: #fff;
  background: #050505;
}

.final-image {
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  justify-content: center;
  background: #0a0a09;
}

.final-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 52% center;
}

.final-copy {
  display: flex;
  padding: 70px max(50px, calc((100vw - 1280px) / 2));
  flex-direction: column;
  justify-content: center;
}

.final-copy h2 {
  max-width: 530px;
  font-size: clamp(54px, 5.4vw, 88px);
  line-height: 0.9;
}

.final-copy > p:not(.eyebrow) {
  max-width: 440px;
  margin: 26px 0 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-copy .button {
  width: fit-content;
}

.site-footer {
  display: block;
  padding: 40px max(40px, calc((100vw - 1280px) / 2));
  color: #fff;
  border-top: 1px solid var(--line-dark);
  background: var(--black);
}

.footer-brand p {
  max-width: 300px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.site-footer h3 {
  margin-bottom: 6px;
  color: var(--muted);
}

.footer-trust {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.footer-trust svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--orange);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  :root {
    --page: calc(100vw - 48px);
  }

  .site-header {
    grid-template-columns: 180px 1fr auto;
    padding-inline: 24px;
  }

  .desktop-nav {
    gap: 22px;
  }

  .header-whatsapp span {
    display: none;
  }

  .header-whatsapp {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .hero-content {
    width: min(680px, calc(100vw - 220px));
    margin-left: 190px;
    padding-right: 24px;
  }

  .hero-spotlight {
    display: none;
  }

  .product-card {
    padding-inline: 20px;
    grid-template-rows: 280px auto;
  }

  .presence,
  .bestsellers,
  .consultation {
    padding-inline: 30px;
  }

  .presence-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .presence-item:nth-child(2) {
    border-right: 0;
  }

  .presence-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .story {
    grid-template-columns: 1fr 1fr;
  }

  .steps article {
    grid-template-columns: 28px 44px 1fr;
    padding-inline: 20px;
    gap: 12px;
  }

  .site-footer {
    padding-inline: 30px;
    grid-template-columns: 1.6fr repeat(3, 1fr);
  }

  .footer-trust {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .site-header {
    min-height: 68px;
    grid-template-columns: 1fr auto;
    padding-inline: 18px;
    background: rgba(11, 11, 10, 0.88);
  }

  .brand span {
    font-size: 26px;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
  }

  .menu-toggle svg,
  .menu-toggle .aelen-icon {
    width: 23px;
    height: 23px;
  }

  .mobile-panel {
    position: fixed;
    z-index: 45;
    inset: 68px 0 0;
    display: flex;
    padding: 34px 20px;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background: rgba(11, 11, 10, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .mobile-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .mobile-panel nav {
    display: flex;
    flex-direction: column;
  }

  .mobile-panel nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line-dark);
    font-family: var(--serif);
    font-size: 34px;
  }

  .hero {
    min-height: 760px;
    height: 100svh;
  }

  .hero-video {
    object-position: 57% center;
    opacity: 0.78;
  }

  .hero-shade {
    background: rgba(0, 0, 0, 0.52);
  }

  .hero-content {
    width: auto;
    margin: 0;
    padding: 170px 20px 112px;
    justify-content: flex-end;
  }

  .hero h1 {
    max-width: 370px;
    font-size: clamp(54px, 15vw, 76px);
    line-height: 0.9;
  }

  .hero-copy {
    max-width: 350px;
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-index {
    top: 88px;
    right: 16px;
    left: 16px;
    display: grid;
    width: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    transform: none;
  }

  .hero-index button {
    width: auto;
    min-height: 58px;
    padding: 8px 6px 10px;
    grid-template-columns: 1fr;
    gap: 3px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.28);
    text-align: left;
  }

  .hero-index-copy small {
    display: none;
  }

  .hero-index-number {
    font-size: 15px;
  }

  .hero-index-copy strong {
    overflow: hidden;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-index-progress {
    right: 6px;
    bottom: 5px;
    left: 6px;
  }

  .hero-spotlight {
    top: 158px;
    right: auto;
    left: 20px;
    display: block;
    width: 94px;
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
    transform: none;
    animation: none;
  }

  .hero-spotlight:hover,
  .hero-spotlight:focus-visible {
    transform: translateY(-3px);
  }

  .hero-spotlight-head {
    min-height: 25px;
    padding: 0 7px;
  }

  .hero-spotlight-head span,
  .hero-spotlight-body > div,
  .hero-spotlight-foot strong {
    display: none;
  }

  .hero-spotlight-head b {
    width: 100%;
    color: var(--orange-dark);
    font-size: 11px;
    text-align: center;
  }

  .hero-spotlight-body {
    padding: 4px;
  }

  .hero-spotlight-body > img {
    height: 62px;
  }

  .hero-spotlight-foot {
    min-height: 27px;
    padding: 0;
    justify-content: center;
  }

  .hero-spotlight-foot span {
    font-size: 0;
  }

  .scroll-cue {
    left: 20px;
    bottom: 22px;
  }

  .motion-control {
    right: 20px;
    bottom: 16px;
  }

  .motion-control span {
    display: none;
  }

  .bestsellers,
  .presence,
  .consultation {
    padding: 64px 20px;
  }

  .section-heading {
    margin-bottom: 32px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .section-heading h2,
  .consultation-heading h2 {
    font-size: 52px;
  }

  .product-rail {
    display: flex;
    margin-right: -20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
  }

  .product-card {
    min-width: min(82vw, 330px);
    padding: 14px 20px 24px;
    grid-template-rows: 260px auto;
    scroll-snap-align: start;
  }

  .presence-grid {
    grid-template-columns: 1fr;
  }

  .presence-item,
  .presence-item:nth-child(2) {
    min-height: 450px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .presence-item:last-child {
    border-bottom: 0;
  }

  .presence-image {
    height: 260px;
  }

  .story {
    grid-template-columns: 1fr;
  }

  .story-media {
    min-height: 430px;
  }

  .story-copy {
    padding: 64px 20px 72px;
  }

  .story-copy h2 {
    font-size: 64px;
  }

  .consultation {
    text-align: left;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps article {
    min-height: 170px;
    padding: 28px 0;
    grid-template-columns: 32px 50px 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .steps article:last-child {
    border-bottom: 0;
  }

  .consultation-button {
    width: 100%;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-image {
    min-height: 330px;
  }

  .final-copy {
    padding: 60px 20px 72px;
  }

  .final-copy h2 {
    font-size: 58px;
  }

  .site-footer {
    padding: 52px 20px;
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
  }

  .footer-brand,
  .footer-trust {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-video,
  .story-media video {
    display: none;
  }

  .hero {
    background: #0a0a09 url("../video/wrist-presence.jpg") center / cover no-repeat;
  }

  .story-media {
    background: #111 url("../video/wrist-presence.jpg") center / cover no-repeat;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Shared interior-page system */
.desktop-nav > a.is-active::after,
.desktop-collections-menu.is-active > a::after {
  transform: scaleX(1);
}

.subpage-main {
  padding-top: 68px;
  color: var(--ink);
  background: var(--paper-strong);
}

.subpage-hero {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  color: #fff;
  background: var(--black);
}

.subpage-hero-copy {
  display: flex;
  padding: 96px max(62px, calc((100vw - 1280px) / 2));
  flex-direction: column;
  justify-content: center;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 48px;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breadcrumbs > * + *::before {
  margin-right: 22px;
  color: var(--orange);
  content: "/";
}

.subpage-hero h1,
.directory-heading h2,
.collection-direction-copy h3,
.collection-all-card h3,
.product-summary-v3 h1,
.product-detail-band h2,
.editorial-story-copy h2,
.principles-v3 h2,
.principle-grid-v3 h3,
.interior-hero-copy h1,
.service-grid-v3 h2,
.faq-intro-v3 h2,
.contact-copy-v3 h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.subpage-hero h1 {
  max-width: 650px;
  font-size: clamp(70px, 7vw, 110px);
  line-height: 0.84;
}

.subpage-hero h1 span,
.interior-hero-copy h1::after {
  color: var(--orange);
}

.subpage-hero-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.75;
}

.text-action {
  display: inline-flex;
  width: fit-content;
  margin-top: 34px;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-action svg {
  width: 18px;
  height: 18px;
  color: var(--orange);
  transition: transform 180ms ease;
}

.text-action:hover svg {
  transform: translateX(5px);
}

.dark-action {
  color: var(--ink);
}

.subpage-hero-visual {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 610px;
  align-items: center;
  justify-content: center;
  background: var(--paper);
}

.subpage-hero-visual > img {
  width: min(580px, 82%);
  height: 78%;
  object-fit: contain;
}

.subpage-stat {
  position: absolute;
  right: 38px;
  bottom: 34px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  color: var(--ink);
}

.subpage-stat strong {
  color: var(--orange-dark);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 500;
  line-height: 0.8;
}

.subpage-stat span {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.subpage-stats {
  display: flex;
  margin-top: 38px;
  gap: 34px;
}

.subpage-stats > div {
  min-width: 90px;
}

.subpage-stats strong,
.subpage-stats span {
  display: block;
}

.subpage-stats strong {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.subpage-stats span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.directory-section,
.collection-directory-v3,
.related-products-v3 {
  padding: 80px max(40px, calc((100vw - 1280px) / 2));
  background: var(--paper-strong);
}

.directory-heading {
  display: flex;
  margin-bottom: 38px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
}

.directory-heading .eyebrow {
  margin-bottom: 13px;
}

.directory-heading h2 {
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.92;
}

.directory-heading > span {
  max-width: 300px;
  color: #77746d;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

.catalog-toolbar {
  display: flex;
  min-height: 64px;
  margin-bottom: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.catalog-filters {
  display: flex;
  align-items: center;
  gap: 22px;
}

.catalog-filters button {
  position: relative;
  min-height: 62px;
  padding: 0;
  color: #77746d;
  border: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-filters button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
}

.catalog-filters button.is-active {
  color: var(--ink);
}

.catalog-filters button.is-active::after {
  transform: scaleX(1);
}

.catalog-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #77746d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-sort select {
  min-height: 38px;
  padding: 0 30px 0 12px;
  color: var(--ink);
  border: 1px solid var(--line-light);
  border-radius: 0;
  background: var(--paper-strong);
  font-size: 11px;
}

.catalog-watch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.catalog-watch-card {
  min-width: 0;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: var(--paper-strong);
  transition: background 180ms ease;
}

.catalog-watch-card:hover {
  background: var(--paper);
}

.catalog-watch-media {
  display: flex;
  height: 360px;
  padding: 24px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.catalog-watch-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 300ms ease;
}

.catalog-watch-card:hover .catalog-watch-media img {
  transform: scale(1.035);
}

.catalog-watch-copy {
  padding: 0 26px 26px;
}

.catalog-watch-copy > p {
  margin: 0 0 9px;
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-watch-copy h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.catalog-watch-copy > span {
  display: block;
  margin-top: 8px;
  color: #77746d;
  font-size: 11px;
}

.catalog-watch-copy > div {
  display: flex;
  margin-top: 18px;
  align-items: center;
  justify-content: space-between;
}

.catalog-watch-copy strong {
  font-size: 13px;
  font-weight: 500;
}

.catalog-watch-copy svg {
  width: 20px;
  color: var(--orange);
}

.subpage-consultation {
  display: flex;
  padding: 64px max(40px, calc((100vw - 1280px) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  background: var(--graphite);
}

.subpage-consultation .eyebrow {
  margin-bottom: 12px;
}

.subpage-consultation h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 4.5vw, 68px);
  font-weight: 500;
  line-height: 0.95;
}

.collections-hero-v3 .subpage-hero-visual {
  background: #111110;
}

.collections-hero-v3 .subpage-hero-visual::after {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}

.collection-hero-watch > img {
  height: 82%;
}

.collection-hero-watch > span {
  position: absolute;
  right: 42px;
  bottom: 38px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalog-hero-watch {
  background: #111110;
}

.catalog-hero-watch::after {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}

.catalog-hero-watch > img {
  height: 82%;
}

.catalog-hero-watch > span {
  position: absolute;
  right: 46px;
  bottom: 42px;
  left: 46px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: right;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.collection-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.collection-direction-card {
  display: grid;
  min-height: 410px;
  grid-template-columns: 1.04fr 0.96fr;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: var(--paper-strong);
}

.collection-direction-copy {
  display: flex;
  padding: 42px 34px;
  flex-direction: column;
}

.collection-direction-copy > span,
.collection-all-card > span {
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collection-direction-copy h3,
.collection-all-card h3 {
  margin-top: 28px;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 0.95;
}

.collection-direction-copy p,
.collection-all-card p {
  margin: 20px 0 0;
  color: #77746d;
  font-size: 12px;
  line-height: 1.65;
}

.collection-direction-copy strong,
.collection-all-card strong {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 10px;
  color: var(--orange-dark);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.collection-direction-copy svg,
.collection-all-card svg {
  width: 18px;
  height: 18px;
}

.collection-direction-image {
  display: flex;
  padding: 26px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--paper);
}

.collection-direction-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 320ms ease;
}

.collection-direction-card:hover img {
  transform: scale(1.04);
}

.collection-all-card {
  display: flex;
  min-height: 260px;
  padding: 48px;
  grid-column: 1 / -1;
  flex-direction: column;
  color: #fff;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: var(--graphite);
}

.collection-all-card h3 {
  max-width: 560px;
}

.collection-all-card p {
  color: var(--muted);
}

.product-stage-v3 {
  display: grid;
  min-height: 590px;
  margin-top: 82px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-gallery-v3 {
  position: relative;
  display: flex;
  min-height: 590px;
  padding: 35px 20px;
  align-items: center;
  justify-content: center;
  background: var(--paper);
}

.product-back-link {
  position: absolute;
  top: 42px;
  left: max(40px, calc((100vw - 1280px) / 2));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6d6a63;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-back-link svg {
  width: 17px;
}

.product-main-image-v3 {
  display: flex;
  width: min(680px, 100%);
  height: 520px;
  align-items: center;
  justify-content: center;
}

.product-main-image-v3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.1);
}

.product-main-image-v3 img.is-zoomed {
  transform: scale(1.48);
}

.product-image-note {
  position: absolute;
  right: 34px;
  bottom: 20px;
  color: #858178;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-summary-v3 {
  display: flex;
  min-height: 590px;
  padding: 46px clamp(38px, 4vw, 56px) 42px;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  background: var(--black);
}

.product-summary-v3 .product-breadcrumb {
  margin-bottom: 16px;
}

.product-summary-v3 .eyebrow {
  margin-bottom: 12px;
}

.product-summary-v3 h1 {
  max-width: 580px;
  font-family: var(--sans);
  font-size: clamp(40px, 3.6vw, 52px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.product-summary-v3 h1.is-long-title {
  font-size: clamp(36px, 3.25vw, 48px);
  line-height: 1.02;
}

.product-price-v3 {
  margin-top: 14px;
  color: var(--orange);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.product-description-v3 {
  max-width: 600px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.product-summary-v3 .product-availability {
  margin-top: 8px;
}

.product-description-v3 p {
  margin: 0;
}

.product-spec-list {
  display: grid;
  width: 100%;
  max-width: 600px;
  margin-top: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.product-spec-list > div {
  display: flex;
  min-height: 50px;
  padding: 0 14px;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.product-spec-list span {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 16px;
}

.product-spec-list strong {
  color: rgba(255, 255, 255, 0.82);
  min-width: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-confirmation-v3 {
  display: grid;
  width: 100%;
  max-width: 600px;
  margin-top: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line-dark);
}

.product-confirmation-v3 > div {
  display: flex;
  min-width: 0;
  min-height: 62px;
  padding: 10px 12px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  border-right: 1px solid var(--line-dark);
  font-size: 10px;
  line-height: 1.45;
}

.product-confirmation-v3 > div:last-child {
  border-right: 0;
}

.product-confirmation-v3 > div > span {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 15px;
}

.product-confirmation-v3 > div > div > span {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--sans);
  font-size: 10px;
}

.product-confirmation-v3 svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: var(--orange);
}

.product-confirmation-v3 small {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-actions-v3 {
  display: grid;
  width: 100%;
  max-width: 600px;
  margin-top: 16px;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr);
  gap: 10px;
}

.product-actions-v3 .button {
  display: flex;
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border-color: var(--line-dark) !important;
  background: transparent !important;
  font-size: 9px !important;
  line-height: 1.2;
  letter-spacing: 0.03em !important;
  white-space: nowrap;
}

.product-actions-v3 .button [data-i18n] {
  font-size: inherit !important;
  letter-spacing: inherit !important;
}

.product-actions-v3 .button.product-whatsapp {
  color: #fff !important;
  border-color: var(--orange) !important;
  background: var(--orange) !important;
  box-shadow: 0 12px 28px rgba(255, 91, 0, 0.2);
  font-size: 10.5px !important;
  letter-spacing: 0.055em !important;
}

.product-actions-v3 .product-whatsapp .aelen-icon {
  filter: brightness(0) invert(1);
}

.button-dark-outline {
  color: #fff;
  border-color: var(--line-dark);
  background: transparent;
}

.button-dark-outline:hover {
  border-color: rgba(255, 255, 255, 0.65);
}

.product-detail-band {
  display: grid;
  padding: 0 max(40px, calc((100vw - 1280px) / 2));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: #fff;
  background: var(--graphite);
}

.product-detail-band > div {
  min-height: 240px;
  padding: 40px 34px;
  border-right: 1px solid var(--line-dark);
}

.product-detail-band > div:first-child {
  border-left: 1px solid var(--line-dark);
}

.product-detail-band span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.product-detail-band h2 {
  margin-top: 28px;
  font-size: 38px;
  line-height: 0.95;
}

.product-detail-band p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.related-grid-v3 .catalog-watch-media {
  height: 300px;
}

.interior-hero {
  display: grid;
  min-height: 580px;
  grid-template-columns: 1.1fr 0.9fr;
  color: #fff;
  background: var(--black);
}

.interior-hero-media {
  min-height: 580px;
  overflow: hidden;
}

.interior-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interior-hero-copy {
  display: flex;
  padding: 78px max(56px, calc((100vw - 1280px) / 2));
  flex-direction: column;
  justify-content: center;
}

.interior-hero-copy h1 {
  max-width: 620px;
  font-size: clamp(60px, 5.8vw, 92px);
  line-height: 0.88;
}

.interior-hero-copy > p:not(.eyebrow) {
  max-width: 530px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.interior-hero-copy .button {
  width: fit-content;
  margin-top: 30px;
}

.editorial-story-v3 {
  display: grid;
  min-height: 560px;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--paper-strong);
}

.editorial-story-copy {
  display: flex;
  padding: 80px max(60px, calc((100vw - 1280px) / 2));
  flex-direction: column;
  justify-content: center;
}

.editorial-story-copy h2 {
  max-width: 600px;
  font-size: clamp(54px, 5vw, 78px);
  line-height: 0.92;
}

.editorial-story-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: #6f6c65;
  font-size: 13px;
  line-height: 1.75;
}

.editorial-story-image {
  display: flex;
  min-height: 560px;
  padding: 48px;
  align-items: center;
  justify-content: center;
  background: var(--paper);
}

.editorial-story-image img {
  width: 76%;
  height: 86%;
  object-fit: contain;
}

.principles-v3 {
  padding: 76px max(40px, calc((100vw - 1280px) / 2));
  color: #fff;
  background: var(--graphite);
}

.principles-v3 header {
  margin-bottom: 36px;
}

.principles-v3 h2 {
  font-size: clamp(50px, 5vw, 76px);
  line-height: 0.92;
}

.principle-grid-v3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.principle-grid-v3 article {
  min-height: 240px;
  padding: 34px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.principle-grid-v3 span,
.service-grid-v3 span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.principle-grid-v3 h3 {
  margin-top: 38px;
  font-size: 34px;
  line-height: 0.95;
}

.principle-grid-v3 p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.service-grid-v3 {
  display: grid;
  padding: 70px max(40px, calc((100vw - 1280px) / 2));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--paper-strong);
}

.service-grid-v3 article {
  min-height: 300px;
  padding: 34px 28px;
  border-top: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.service-grid-v3 article:first-child {
  border-left: 1px solid var(--line-light);
}

.service-grid-v3 article > svg {
  width: 46px;
  height: 46px;
  margin-bottom: 36px;
  padding: 10px;
  color: var(--ink);
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

.service-grid-v3 h2 {
  margin-top: 24px;
  font-size: 34px;
  line-height: 0.98;
}

.service-grid-v3 p {
  margin: 16px 0 0;
  color: #77746d;
  font-size: 11px;
  line-height: 1.65;
}

.faq-section-v3 {
  display: grid;
  padding: 80px max(40px, calc((100vw - 1280px) / 2));
  grid-template-columns: 0.8fr 1.2fr;
  gap: 76px;
  background: var(--paper);
}

.faq-intro-v3 h2,
.contact-copy-v3 h2 {
  font-size: clamp(52px, 5vw, 76px);
  line-height: 0.92;
}

.faq-intro-v3 > p:not(.eyebrow),
.contact-copy-v3 > p:not(.eyebrow) {
  max-width: 470px;
  margin: 24px 0 0;
  color: #77746d;
  font-size: 13px;
  line-height: 1.7;
}

.faq-list-v3 {
  border-top: 1px solid var(--line-light);
}

.faq-list-v3 article {
  border-bottom: 1px solid var(--line-light);
}

.faq-list-v3 button {
  display: flex;
  width: 100%;
  min-height: 72px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink);
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.faq-list-v3 button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--orange-dark);
}

.faq-answer-v3 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer-v3 p {
  overflow: hidden;
  margin: 0;
  color: #77746d;
  font-size: 12px;
  line-height: 1.7;
}

.faq-list-v3 article.is-open .faq-answer-v3 {
  grid-template-rows: 1fr;
}

.faq-list-v3 article.is-open .faq-answer-v3 p {
  padding-bottom: 24px;
}

.contact-layout-v3 {
  display: grid;
  padding: 82px max(40px, calc((100vw - 1280px) / 2));
  grid-template-columns: 0.88fr 1.12fr;
  gap: 76px;
  background: var(--paper-strong);
}

.contact-methods-v3 {
  margin-top: 34px;
  border-top: 1px solid var(--line-light);
}

.contact-methods-v3 > * {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line-light);
}

.contact-methods-v3 svg {
  width: 28px;
  height: 28px;
  color: var(--orange-dark);
}

.contact-methods-v3 span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-methods-v3 strong {
  font-size: 11px;
  text-transform: uppercase;
}

.contact-methods-v3 small {
  color: #77746d;
  font-size: 11px;
}

.contact-form-v3 {
  display: grid;
  padding: 42px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border: 1px solid var(--line-light);
  background: var(--paper);
}

.contact-form-v3 > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.contact-form-v3 .form-wide {
  grid-column: 1 / -1;
}

.contact-form-v3 label {
  color: #5f5d57;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form-v3 input,
.contact-form-v3 select,
.contact-form-v3 textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid #cfccc3;
  border-radius: 0;
  background: var(--paper-strong);
  font: 13px var(--sans);
}

.contact-form-v3 textarea {
  min-height: 140px;
  resize: vertical;
}

.form-submit-v3 {
  display: flex;
  align-items: flex-start;
}

.form-submit-v3 .button {
  width: fit-content;
}

.form-submit-v3 p {
  margin: 8px 0 0;
  color: #68665f;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .subpage-hero {
    grid-template-columns: 1fr 1fr;
  }

  .subpage-hero-copy,
  .product-summary-v3,
  .interior-hero-copy,
  .editorial-story-copy {
    padding-inline: 38px;
  }

  .catalog-filters {
    gap: 14px;
  }

  .catalog-watch-media {
    height: 310px;
  }

  .collection-direction-card {
    min-height: 370px;
  }

  .product-stage-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .product-gallery-v3 {
    padding-inline: 34px;
  }

  .product-confirmation-v3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid-v3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid-v3 article:nth-child(3) {
    border-left: 1px solid var(--line-light);
  }
}

@media (max-width: 780px) {
  .subpage-main {
    padding-top: 68px;
  }

  .subpage-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .subpage-hero-copy {
    min-height: 530px;
    padding: 74px 20px 58px;
  }

  .breadcrumbs {
    margin-bottom: 34px;
  }

  .subpage-hero h1 {
    font-size: 64px;
  }

  .subpage-hero-visual {
    min-height: 430px;
  }

  .subpage-hero-visual > img {
    height: 78%;
  }

  .directory-section,
  .collection-directory-v3,
  .related-products-v3 {
    padding: 62px 20px;
  }

  .directory-heading {
    margin-bottom: 28px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .directory-heading h2 {
    font-size: 50px;
  }

  .directory-heading > span {
    text-align: left;
  }

  .catalog-toolbar {
    padding: 14px 0;
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-filters {
    padding-bottom: 4px;
    gap: 8px;
    overflow-x: auto;
  }

  .catalog-filters button {
    min-height: 42px;
    padding: 0 12px;
    flex: 0 0 auto;
  }

  .catalog-sort {
    justify-content: space-between;
  }

  .catalog-watch-grid {
    grid-template-columns: 1fr;
  }

  .catalog-watch-media {
    height: 320px;
  }

  .subpage-consultation {
    padding: 54px 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .subpage-consultation .button {
    width: 100%;
  }

  .collection-card-grid {
    grid-template-columns: 1fr;
  }

  .collection-direction-card {
    min-height: 620px;
    grid-template-columns: 1fr;
  }

  .collection-direction-copy {
    min-height: 290px;
  }

  .collection-direction-image {
    min-height: 330px;
  }

  .collection-all-card {
    grid-column: auto;
  }

  .product-stage-v3 {
    grid-template-columns: 1fr;
  }

  .product-gallery-v3,
  .product-summary-v3 {
    min-height: auto;
    padding-inline: 20px;
  }

  .product-gallery-v3 {
    min-height: 460px;
    padding-block: 54px 64px;
  }

  .product-summary-v3 {
    padding-block: 36px 38px;
  }

  .product-back-link {
    left: 20px;
  }

  .product-main-image-v3 {
    width: min(440px, 96%);
    height: 340px;
  }

  .product-summary-v3 h1 {
    font-size: clamp(31px, 8.5vw, 36px);
    line-height: 1.05;
  }

  .product-summary-v3 h1.is-long-title {
    font-size: clamp(29px, 7.8vw, 33px);
  }

  .product-spec-list {
    grid-template-columns: 1fr;
  }

  .product-actions-v3,
  .product-confirmation-v3 {
    grid-template-columns: 1fr;
  }

  .product-actions-v3 .button {
    height: 48px;
    min-height: 48px;
  }

  .product-actions-v3 .button.product-whatsapp {
    height: 58px;
    min-height: 58px;
    font-size: 11px !important;
  }

  .product-stage-v3 {
    margin-top: 68px;
  }

  .product-confirmation-v3 > div {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .product-confirmation-v3 > div:last-child {
    border-bottom: 0;
  }

  .product-detail-band {
    padding-inline: 20px;
    grid-template-columns: 1fr;
  }

  .product-detail-band > div,
  .product-detail-band > div:first-child {
    min-height: 210px;
    border-left: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .interior-hero,
  .editorial-story-v3 {
    grid-template-columns: 1fr;
  }

  .interior-hero-media {
    min-height: 420px;
  }

  .interior-hero-copy,
  .editorial-story-copy {
    min-height: 500px;
    padding: 64px 20px;
  }

  .interior-hero-copy h1,
  .editorial-story-copy h2 {
    font-size: 58px;
  }

  .editorial-story-image {
    min-height: 430px;
  }

  .principles-v3,
  .service-grid-v3,
  .faq-section-v3,
  .contact-layout-v3 {
    padding: 62px 20px;
  }

  .principle-grid-v3,
  .service-grid-v3,
  .faq-section-v3,
  .contact-layout-v3 {
    grid-template-columns: 1fr;
  }

  .principle-grid-v3 article,
  .service-grid-v3 article,
  .service-grid-v3 article:nth-child(3) {
    min-height: 220px;
    border-left: 1px solid var(--line-dark);
  }

  .service-grid-v3 article,
  .service-grid-v3 article:nth-child(3) {
    border-left-color: var(--line-light);
  }

  .faq-section-v3,
  .contact-layout-v3 {
    gap: 48px;
  }

  .contact-form-v3 {
    padding: 28px 20px;
    grid-template-columns: 1fr;
  }

  .contact-form-v3 .form-wide {
    grid-column: auto;
  }

  .form-submit-v3 .button {
    width: 100%;
  }
}

/* Country and language selector */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.locale-selector {
  position: relative;
}

.locale-trigger {
  display: inline-flex;
  min-height: 40px;
  padding: 0 12px;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.2);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.locale-trigger:hover,
.locale-trigger[aria-expanded="true"] {
  color: #fff;
  border-color: var(--orange);
}

.locale-trigger svg:first-child {
  width: 17px;
  height: 17px;
}

.locale-trigger svg:last-child {
  width: 13px;
  height: 13px;
}

.locale-popover {
  position: absolute;
  z-index: 70;
  top: calc(100% + 18px);
  right: 0;
  width: 340px;
  padding: 22px;
  color: var(--ink);
  border: 1px solid #d4d1c9;
  background: var(--paper-strong);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.locale-popover.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.locale-popover::before {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  height: 18px;
  content: "";
}

.locale-popover-head {
  display: flex;
  margin-bottom: 22px;
  align-items: flex-start;
  justify-content: space-between;
}

.locale-popover-head > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.locale-popover-head small {
  color: var(--orange-dark);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.locale-popover-head strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.locale-popover-head button {
  display: inline-flex;
  width: 34px;
  height: 34px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border: 1px solid var(--line-light);
  background: transparent;
  cursor: pointer;
}

.locale-popover-head button svg {
  width: 16px;
  height: 16px;
}

.locale-fields,
.mobile-locale-fields {
  display: grid;
  gap: 20px;
}

.locale-fields label,
.mobile-locale-fields label {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 9px;
  border: 0;
}

.locale-fields label > span,
.mobile-locale-fields label > span {
  color: #6e6b64;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.locale-fields select,
.mobile-locale-fields select {
  width: 100%;
  min-height: 44px;
  padding: 0 36px 0 12px;
  color: var(--ink);
  border: 1px solid #cfccc3;
  border-radius: 0;
  background: var(--paper-strong);
  font-size: 12px;
}

.locale-popover > p {
  margin: 20px 0 0;
  padding-top: 16px;
  color: #77746d;
  border-top: 1px solid var(--line-light);
  font-size: 10px;
  line-height: 1.55;
}

.mobile-panel-bottom {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mobile-locale-fields {
  padding: 20px;
  color: var(--ink);
  border: 1px solid var(--line-dark);
  background: var(--paper-strong);
}

@media (max-width: 1100px) {
  .locale-trigger span {
    max-width: 64px;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 780px) {
  .header-actions {
    display: none;
  }

  .mobile-panel {
    overflow-y: auto;
  }

  .mobile-panel nav a {
    padding: 13px 0;
    font-size: 30px;
  }
}

/* Global search and brand navigation */
.desktop-collections-menu {
  position: static;
  display: flex;
  align-items: center;
}

.desktop-collections-menu > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.desktop-collections-menu > a > svg {
  width: 12px;
  height: 12px;
  transition: transform 180ms ease;
}

.desktop-collections-menu:hover > a > svg,
.desktop-collections-menu:focus-within > a > svg,
.desktop-collections-menu.is-preview-open > a > svg {
  transform: rotate(180deg);
}

.brand-mega-menu {
  position: fixed;
  z-index: 46;
  top: 82px;
  right: 0;
  left: 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0b0a;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled .brand-mega-menu {
  top: 68px;
}

.desktop-collections-menu:hover .brand-mega-menu,
.desktop-collections-menu:focus-within .brand-mega-menu,
.desktop-collections-menu.is-preview-open .brand-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.brand-mega-inner {
  width: min(1280px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 38px 0 42px;
}

.brand-mega-inner > header {
  display: flex;
  margin-bottom: 26px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.brand-mega-inner .eyebrow {
  margin: 0 0 7px;
}

.brand-mega-inner h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.brand-mega-inner > header > a {
  display: inline-flex;
  padding: 0 0 7px;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-mega-inner > header > a svg {
  width: 17px;
  color: var(--orange);
}

.brand-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.brand-mega-grid > a {
  display: grid;
  min-height: 68px;
  padding: 0 17px;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  transition: background 160ms ease;
}

.brand-mega-grid > a:hover,
.brand-mega-grid > a:focus-visible {
  background: #1b1b19;
}

.brand-mega-grid span {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 16px;
}

.brand-mega-grid strong {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.brand-mega-grid svg {
  width: 16px;
  color: rgba(255, 255, 255, 0.46);
}

.header-search-trigger {
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.header-search-trigger:hover,
.header-search-trigger[aria-expanded="true"] {
  color: #fff;
  border-color: var(--orange);
}

.header-search-trigger svg {
  width: 18px;
  height: 18px;
}

.site-search-layer {
  position: fixed;
  z-index: 90;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.site-search-layer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-search-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: default;
}

.site-search-panel {
  position: relative;
  width: 100%;
  max-height: min(760px, calc(100vh - 24px));
  overflow-y: auto;
  color: var(--ink);
  background: var(--paper-strong);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  transform: translateY(-20px);
  transition: transform 220ms ease;
}

.site-search-layer.is-open .site-search-panel {
  transform: none;
}

.site-search-input-row {
  display: grid;
  min-height: 96px;
  padding: 0 max(40px, calc((100vw - 1280px) / 2));
  grid-template-columns: 30px 1fr 44px;
  align-items: center;
  gap: 20px;
  color: var(--ink);
  border-bottom: 1px solid var(--line-light);
}

.site-search-input-row > svg {
  width: 23px;
  height: 23px;
  color: var(--orange-dark);
}

.site-search-input-row input {
  min-width: 0;
  min-height: 94px;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 48px);
}

.site-search-input-row input::placeholder {
  color: #9a978f;
}

.site-search-input-row input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

.site-search-input-row button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border: 1px solid var(--line-light);
  background: transparent;
  cursor: pointer;
}

.site-search-input-row button svg {
  width: 18px;
  height: 18px;
}

.site-search-results {
  display: grid;
  width: min(1280px, calc(100vw - 80px));
  min-height: 260px;
  margin: 0 auto;
  padding: 34px 0 44px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
}

.search-result-heading {
  display: flex;
  min-height: 36px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: #77746d;
  border-bottom: 1px solid var(--line-light);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-result-heading a {
  color: var(--orange-dark);
}

.search-brand-results > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--line-light);
}

.search-brand-results > div:last-child > a {
  display: grid;
  min-height: 74px;
  padding: 14px 16px;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  gap: 5px 12px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.search-brand-results strong {
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.search-brand-results a > span {
  color: #77746d;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-brand-results a > svg {
  width: 16px;
  grid-column: 2;
  grid-row: 1 / 3;
  color: var(--orange-dark);
}

.search-product-results > div:last-child {
  border-left: 1px solid var(--line-light);
}

.search-product-results > div:last-child > a {
  display: grid;
  min-height: 94px;
  padding: 10px 16px 10px 10px;
  grid-template-columns: 76px 1fr auto;
  align-items: center;
  gap: 18px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.search-product-results img {
  width: 76px;
  height: 74px;
  object-fit: contain;
  background: var(--paper);
}

.search-product-results a > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.search-product-results strong {
  font-size: 11px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.search-product-results small {
  overflow: hidden;
  color: #77746d;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-product-results b {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
}

.site-search-empty {
  margin: 0;
  padding: 52px 0;
  grid-column: 1 / -1;
  color: #77746d;
  font-family: var(--serif);
  font-size: 34px;
  border-bottom: 1px solid var(--line-light);
}

.mobile-search-trigger,
.mobile-brand-nav {
  display: none;
}

/* Brand directory */
.brand-directory-v3 {
  padding: 80px max(40px, calc((100vw - 1280px) / 2));
  color: var(--ink);
  background: var(--paper);
}

.brand-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.brand-directory-grid > a {
  display: flex;
  min-height: 190px;
  padding: 24px;
  flex-direction: column;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: var(--paper-strong);
  transition: color 180ms ease, background 180ms ease;
}

.brand-directory-grid > a:hover,
.brand-directory-grid > a:focus-visible {
  color: #fff;
  background: var(--graphite);
}

.brand-directory-grid > a > span {
  color: var(--orange-dark);
  font-family: var(--serif);
  font-size: 18px;
}

.brand-directory-grid h3 {
  margin: 25px 0 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.brand-directory-grid strong {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 8px;
  color: #77746d;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand-directory-grid > a:hover strong,
.brand-directory-grid > a:focus-visible strong {
  color: rgba(255, 255, 255, 0.64);
}

.brand-directory-grid svg {
  width: 16px;
  color: var(--orange);
}

.catalog-empty-state {
  display: flex;
  min-height: 390px;
  padding: 50px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border: 1px solid var(--line-dark);
  background: var(--graphite);
}

.catalog-empty-state > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.catalog-empty-state h3 {
  margin: 25px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 500;
  line-height: 0.92;
}

.catalog-empty-state p {
  margin: 18px 0 30px;
  color: var(--muted);
  font-size: 12px;
}

.brand-hero-empty {
  color: #fff;
  background: var(--graphite);
}

.brand-hero-name {
  display: flex;
  width: min(520px, 78%);
  min-height: 360px;
  padding: 42px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line-dark);
}

.brand-hero-name small,
.brand-hero-name strong {
  color: var(--orange);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand-hero-name span {
  margin: 30px 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.brand-hero-empty .subpage-stat {
  color: rgba(255, 255, 255, 0.62);
}

/* Product gallery and expandable information */
.product-thumbnail-rail-v3 {
  position: absolute;
  bottom: 28px;
  left: max(40px, calc((100vw - 1280px) / 2));
  display: flex;
  gap: 8px;
}

.product-thumbnail-rail-v3 button {
  width: 58px;
  height: 58px;
  padding: 5px;
  border: 1px solid var(--line-light);
  background: var(--paper-strong);
  cursor: pointer;
}

.product-thumbnail-rail-v3 button.is-active {
  border-color: var(--orange-dark);
}

.product-thumbnail-rail-v3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-expanded-details-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  color: var(--ink);
  background: var(--paper-strong);
}

.product-page-v3.is-details-preview .product-stage-v3,
.product-page-v3.is-details-preview .product-detail-band,
.product-page-v3.is-details-preview .related-products-v3 {
  display: none;
}

.product-angle-gallery-v3 {
  padding: 88px max(44px, calc((100vw - 1280px) / 2));
  border-right: 1px solid var(--line-light);
  background: var(--paper);
}

.product-angle-gallery-v3 header,
.product-information-v3 header {
  margin-bottom: 34px;
}

.product-angle-gallery-v3 h2,
.product-information-v3 h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.product-angle-grid-v3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.product-angle-grid-v3 button {
  position: relative;
  min-height: 350px;
  padding: 30px;
  border: 0;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: var(--paper-strong);
  cursor: zoom-in;
}

.product-angle-grid-v3 img {
  width: 100%;
  height: 290px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product-angle-grid-v3 button:hover img,
.product-angle-grid-v3 button:focus-visible img {
  transform: scale(1.025);
}

.product-angle-grid-v3 span {
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--orange-dark);
  font-family: var(--serif);
  font-size: 17px;
}

.future-gallery-note-v3 {
  display: grid;
  min-height: 142px;
  padding: 27px 30px;
  grid-template-columns: 150px 1fr;
  align-content: center;
  gap: 8px 24px;
  color: #fff;
  background: var(--graphite);
}

.future-gallery-note-v3 span {
  grid-row: 1 / 3;
  color: var(--orange);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.future-gallery-note-v3 p {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
}

.future-gallery-note-v3 small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

.product-information-v3 {
  padding: 88px max(44px, calc((100vw - 1280px) / 2));
  color: #fff;
  background: var(--black);
}

.product-information-v3 .eyebrow {
  margin-bottom: 13px;
}

.product-information-v3 dl {
  margin: 0 0 28px;
  border-top: 1px solid var(--line-dark);
}

.product-information-v3 dl > div {
  display: grid;
  min-height: 60px;
  padding: 13px 0;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line-dark);
}

.product-information-v3 dt {
  color: var(--orange);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-information-v3 dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-information-note-v3 {
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  background: var(--graphite);
}

.product-information-note-v3 h3 {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.product-information-note-v3 p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .brand-mega-inner,
  .site-search-results {
    width: calc(100vw - 48px);
  }

  .brand-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-expanded-details-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .product-angle-gallery-v3,
  .product-information-v3 {
    padding-inline: 36px;
  }
}

@media (max-width: 780px) {
  .brand-mega-menu {
    display: none;
  }

  .mobile-panel {
    padding: 24px 20px 32px;
    justify-content: flex-start;
    gap: 22px;
    background: #0b0b0a;
  }

  .mobile-search-trigger {
    display: flex;
    min-height: 48px;
    padding: 0 15px;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--line-dark);
    background: transparent;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .mobile-search-trigger svg {
    width: 18px;
    height: 18px;
    color: var(--orange);
  }

  .mobile-panel nav {
    flex: 0 0 auto;
  }

  .mobile-brand-nav {
    display: block;
    border-bottom: 1px solid var(--line-dark);
  }

  .mobile-brand-nav > div:first-child {
    display: grid;
    grid-template-columns: 1fr 48px;
    align-items: center;
  }

  .mobile-panel nav .mobile-brand-nav > div:first-child > a {
    border-bottom: 0;
  }

  .mobile-brand-nav > div:first-child > button {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid var(--line-dark);
    background: transparent;
  }

  .mobile-brand-nav > div:first-child > button svg {
    width: 16px;
    transition: transform 180ms ease;
  }

  .mobile-brand-nav.is-open > div:first-child > button svg {
    transform: rotate(180deg);
  }

  .mobile-brand-list {
    display: grid;
    max-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    opacity: 0;
    transition: max-height 260ms ease, opacity 180ms ease;
  }

  .mobile-brand-nav.is-open .mobile-brand-list {
    max-height: 760px;
    opacity: 1;
  }

  .mobile-panel nav .mobile-brand-list a {
    min-width: 0;
    padding: 11px 8px;
    border-top: 1px solid var(--line-dark);
    border-bottom: 0;
    font-family: var(--sans);
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mobile-panel nav .mobile-brand-list a:first-child {
    grid-column: 1 / -1;
    color: var(--orange);
  }

  .mobile-panel-bottom {
    margin-top: auto;
  }

  .site-search-panel {
    max-height: 100vh;
  }

  .site-search-input-row {
    min-height: 74px;
    padding: 0 18px;
    grid-template-columns: 22px 1fr 38px;
    gap: 12px;
  }

  .site-search-input-row input {
    min-height: 72px;
    font-size: 24px;
  }

  .site-search-input-row button {
    width: 38px;
    height: 38px;
  }

  .site-search-results {
    width: calc(100vw - 40px);
    padding: 24px 0 34px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .search-brand-results > div:last-child {
    grid-template-columns: 1fr;
  }

  .search-product-results > div:last-child > a {
    grid-template-columns: 64px 1fr;
  }

  .search-product-results img {
    width: 64px;
    height: 64px;
  }

  .search-product-results b {
    display: none;
  }

  .brand-directory-v3 {
    padding: 62px 20px;
  }

  .brand-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-directory-grid > a {
    min-height: 156px;
    padding: 18px;
  }

  .brand-directory-grid h3 {
    font-size: 25px;
  }

  .catalog-empty-state {
    min-height: 350px;
    padding: 34px 24px;
  }

  .product-thumbnail-rail-v3 {
    left: 20px;
  }

  .product-expanded-details-v3 {
    grid-template-columns: 1fr;
  }

  .product-angle-gallery-v3,
  .product-information-v3 {
    padding: 62px 20px;
  }

  .product-angle-gallery-v3 {
    border-right: 0;
  }

  .product-angle-grid-v3 {
    grid-template-columns: 1fr;
  }

  .product-angle-grid-v3 button {
    min-height: 330px;
  }

  .future-gallery-note-v3 {
    padding: 25px 22px;
    grid-template-columns: 1fr;
  }

  .future-gallery-note-v3 span {
    grid-row: auto;
  }

  .product-information-v3 dl > div {
    grid-template-columns: 82px 1fr;
  }
}

.contact-method-number {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--orange-dark);
  border: 1px solid var(--line-light);
  font-family: var(--serif);
  font-size: 15px;
}

.aelen-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.notice-success,
.notice-error {
  padding: 14px 16px;
  font-size: 11px;
  line-height: 1.6;
}

.notice-success {
  color: #285d39;
  border: 1px solid #9dc5aa;
  background: #edf8f0;
}

.notice-error {
  color: #7a2c22;
  border: 1px solid #d6a39b;
  background: #fff1ef;
}

.faq-list-v3 .aelen-icon {
  width: 18px;
  height: 18px;
  filter: invert(1);
  transition: transform 180ms ease;
}

.faq-list-v3 article.is-open .aelen-icon {
  transform: rotate(180deg);
}

.policy-content {
  display: grid;
  padding: 80px max(40px, calc((100vw - 1280px) / 2));
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 80px;
}

.policy-content article {
  color: #4e4b45;
  font-size: 14px;
  line-height: 1.85;
}

.policy-content article h2,
.policy-content article h3 {
  margin: 42px 0 14px;
  color: var(--ink);
}

.policy-content article h2 {
  font-size: 42px;
}

.policy-content article a {
  color: var(--orange-dark);
  text-decoration: underline;
}

.policy-content aside {
  height: fit-content;
  padding: 34px;
  color: #fff;
  background: var(--graphite);
}

.policy-content aside h2 {
  margin: 16px 0;
  font-size: 38px;
}

.policy-content aside p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.woocommerce-shell {
  min-height: 70vh;
  padding: 140px max(40px, calc((100vw - 1280px) / 2)) 80px;
}

.woocommerce-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.woocommerce-inner h1,
.woocommerce-inner h2 {
  font-family: var(--serif);
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  border-radius: 0;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line-light);
  border-radius: 0;
  background: #fff;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  border-radius: 0;
  background: var(--ink);
  font: 600 10px var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .policy-content {
    padding: 60px 20px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .woocommerce-shell {
    padding: 120px 20px 60px;
  }
}

/* Unified upright heading system across every public screen. */
.site-shell h1,
.site-shell h2,
.site-shell h3 {
  font-family: var(--sans) !important;
  font-style: normal !important;
  text-rendering: optimizeLegibility;
}

.site-shell h1 {
  font-weight: 500;
  line-height: 1.02 !important;
}

.site-shell h2 {
  font-weight: 500;
  line-height: 1.06 !important;
}

.site-shell h3 {
  font-weight: 600;
  line-height: 1.15 !important;
}
