:root {
  --background: #f3f0ea;
  --foreground: #2c2924;
  --muted: #e4dfd6;
  --border: #cbc4b8;
}

/* RH-inspired official-site refinement layer */
.site-header:hover {
  background: color-mix(in oklch, var(--background) 96%, white 4%);
  color: var(--foreground);
  box-shadow: 0 1px 18px rgb(30 25 20 / 0.06);
  backdrop-filter: blur(22px);
}

.site-header {
  padding-inline: clamp(22px, 3vw, 56px);
}

.desktop-nav {
  gap: clamp(26px, 2.45vw, 58px);
}

.desktop-nav-right {
  gap: clamp(18px, 1.4vw, 32px);
}

.header-actions {
  gap: clamp(18px, 1.25vw, 28px);
}

.brand-mark {
  font-size: clamp(30px, 2.75vw, 46px);
  letter-spacing: 0.23em;
}

.hero-section.rh-home-hero {
  min-height: 100svh;
}

.rh-home-hero .hero-image {
  filter: contrast(0.96) saturate(0.9);
}

.rh-home-hero .hero-shade {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.42), rgb(0 0 0 / 0.12) 42%, rgb(0 0 0 / 0.58)),
    linear-gradient(90deg, rgb(0 0 0 / 0.28), transparent 42%, rgb(0 0 0 / 0.16));
}

.rh-home-hero .hero-copy {
  width: min(920px, calc(100% - 48px));
  bottom: clamp(58px, 8vh, 118px);
}

.rh-home-hero .hero-copy h1 {
  font-size: clamp(46px, 7vw, 112px);
  line-height: 0.95;
}

.rh-editorial-section {
  padding-top: clamp(90px, 11vw, 170px);
}

.rh-sourcing-band {
  min-height: 76vh;
}

.rh-home-quote,
.rh-cta-band {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: clamp(84px, 12vw, 170px) clamp(22px, 5vw, 80px);
  text-align: center;
  background: #14110e;
  color: #fff;
}

.rh-home-quote p,
.rh-cta-band p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rh-home-quote h2,
.rh-cta-band h2 {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 400;
  line-height: 1.02;
}

.rh-home-quote a,
.rh-cta-band a {
  min-height: 42px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rh-page-hero {
  min-height: 100svh;
}

.rh-page-hero > div {
  width: min(1040px, calc(100% - 56px));
}

.rh-page-hero h1 {
  font-size: clamp(54px, 8vw, 124px);
  line-height: 0.92;
}

.rh-product-grid {
  max-width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 34px);
}

.rh-product-card {
  background: #f8f4ec;
  border: 1px solid #d2c9bc;
}

.rh-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.rh-product-card div {
  padding: clamp(22px, 2vw, 32px);
}

.rh-product-card span {
  color: #6e6255;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rh-product-card h3 {
  margin: 16px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.6vw, 44px);
  font-weight: 400;
  line-height: 1.04;
}

.rh-product-card p,
.rh-product-card dd,
.rh-method-list p {
  color: #746d62;
  line-height: 1.68;
}

.rh-product-card dl {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 8px 14px;
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid #d7cec1;
}

.rh-product-card dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rh-product-card dd {
  margin: 0;
}

.rh-editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 110px);
  align-items: start;
}

.rh-editorial-split h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.8vw, 86px);
  font-weight: 400;
  line-height: 0.98;
}

.rh-method-list {
  display: grid;
  gap: 1px;
  background: #d2c9bc;
  border: 1px solid #d2c9bc;
}

.rh-method-list article {
  display: grid;
  grid-template-columns: 72px minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: clamp(22px, 2.4vw, 34px);
  background: #f8f4ec;
}

.rh-method-list span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
}

.rh-method-list h3 {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rh-method-list p {
  margin: 0;
}

.official-hero.official-hero-slim {
  min-height: 92svh;
}

.official-hero.official-hero-slim h1 {
  font-size: clamp(52px, 7.2vw, 112px);
  line-height: 0.94;
}

.footer-section {
  background: #14110e;
  color: #f8f4ec;
}

@media (max-width: 1180px) {
  .rh-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-editorial-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 70px;
    padding-inline: 16px;
  }

  .rh-home-hero .hero-copy h1,
  .rh-page-hero h1,
  .official-hero.official-hero-slim h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .rh-home-hero .hero-copy {
    bottom: 44px;
  }

  .rh-product-grid,
  .rh-method-list article {
    grid-template-columns: 1fr;
  }

  .rh-method-list article {
    gap: 14px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  column-gap: clamp(24px, 3vw, 46px);
  align-items: center;
  height: 88px;
  padding: 0 44px;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  color: white;
  transition:
    height 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.scrolled {
  height: 70px;
  background: color-mix(in oklch, var(--background) 94%, white 6%);
  box-shadow: 0 1px 18px rgb(30 25 20 / 0.06);
  color: var(--foreground);
  backdrop-filter: blur(22px);
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.header-left {
  justify-content: flex-start;
}

.header-right {
  justify-content: flex-end;
  gap: clamp(16px, 1.35vw, 26px);
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav {
  gap: clamp(24px, 1.9vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav-right {
  gap: clamp(14px, 1.05vw, 24px);
  min-width: 0;
}

.desktop-nav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav li::marker {
  content: "";
}

.desktop-nav a,
.header-actions button,
.mobile-links a {
  color: currentColor;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding-block: 12px;
  white-space: nowrap;
  transition: border-color 180ms ease, color 180ms ease;
}

.desktop-nav a:hover {
  border-color: currentColor;
}

.desktop-nav-right,
.header-actions {
  justify-content: flex-end;
}

body[data-atelier-lang="zh"] .desktop-nav,
body[data-atelier-lang="ja"] .desktop-nav,
body[data-atelier-lang="ko"] .desktop-nav {
  gap: clamp(28px, 2.25vw, 48px);
}

body[data-atelier-lang="zh"] .desktop-nav a,
body[data-atelier-lang="ja"] .desktop-nav a,
body[data-atelier-lang="ko"] .desktop-nav a {
  font-size: 13px;
  letter-spacing: 0.18em;
}

body[data-atelier-lang="ar"] .desktop-nav,
body[data-atelier-lang="hi"] .desktop-nav,
body[data-atelier-lang="ru"] .desktop-nav {
  gap: clamp(22px, 1.75vw, 34px);
}

body[data-atelier-lang="ar"] .desktop-nav a,
body[data-atelier-lang="hi"] .desktop-nav a,
body[data-atelier-lang="ru"] .desktop-nav a {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.brand-mark {
  display: grid;
  gap: 2px;
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  transform: translateY(-1px);
}

.brand-mark span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.34em;
}

.custom-logo-link img {
  display: block;
  max-height: 44px;
  width: auto;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}

.menu-icon,
.search-icon,
.account-icon,
.bag-icon,
.close-icon {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  height: 1.5px;
  background: currentColor;
}

.menu-icon {
  width: 18px;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
}

.menu-icon::before {
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.search-icon {
  border: 1.6px solid currentColor;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.search-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(45deg);
}

.account-icon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 7px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.account-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 2px;
  width: 11px;
  height: 7px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.bag-icon {
  border: 1.5px solid currentColor;
  border-radius: 2px;
  width: 16px;
  height: 15px;
  transform: translateY(2px);
}

.bag-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -5px;
  width: 6px;
  height: 6px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.close-icon::before,
.close-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 16px;
  height: 1.5px;
  background: currentColor;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

.mobile-only {
  display: none;
}

.hero-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #171512;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: brightness(0.72) saturate(0.86) contrast(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 120px, rgb(0 0 0 / 0.08) 220px, transparent 42%),
    linear-gradient(0deg, rgb(0 0 0 / 0.28), transparent 46%);
}

.hero-copy {
  position: absolute;
  left: 50%;
  bottom: 82px;
  display: grid;
  width: min(760px, calc(100% - 40px));
  transform: translateX(-50%);
  justify-items: center;
  gap: 16px;
  color: white;
  text-align: center;
}

.hero-copy p,
.section-heading p,
.feature-copy p,
.journal-card p {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 1.02;
  text-shadow: 0 2px 28px rgb(0 0 0 / 0.48);
}

.hero-copy a,
.feature-copy a,
.journal-card a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid currentColor;
  color: currentColor;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-section,
.journal-section {
  padding: 96px 34px 110px;
  background: var(--background);
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 46px;
  text-align: center;
}

.section-heading h2,
.feature-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #201f1c;
  color: white;
}

.category-card img,
.journal-image img,
.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.category-card img {
  position: absolute;
  inset: 0;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.55), transparent 58%);
}

.category-card div {
  position: absolute;
  inset: auto 24px 26px;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.category-card span {
  max-width: 250px;
  font-size: 12px;
  line-height: 1.5;
}

.category-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}

.category-card:hover img,
.journal-card:hover img,
.feature-band:hover img {
  transform: scale(1.035);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
  min-height: 760px;
  background: #1d1a17;
  color: #eee9df;
}

.feature-copy {
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 72px 9vw;
}

.feature-copy span {
  max-width: 480px;
  color: #d2cabd;
  font-size: 15px;
  line-height: 1.8;
}

.feature-image {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.journal-card {
  display: grid;
  gap: 14px;
}

.journal-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--muted);
}

.journal-card h3 {
  max-width: 430px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
}

.journal-card a {
  justify-self: start;
  min-height: 30px;
}

.footer-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  padding: 70px 34px 86px;
  background: #0f0e0c;
  color: #eee9df;
}

.footer-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.footer-section p {
  margin-top: 16px;
  max-width: 360px;
  color: #beb5a8;
  font-size: 13px;
  line-height: 1.7;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.footer-columns div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-columns h3 {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-columns a {
  color: #c9c0b3;
  font-size: 13px;
}

.mobile-menu,
.search-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgb(0 0 0 / 0);
  opacity: 0;
  transition: opacity 180ms ease, background 180ms ease;
}

.mobile-menu.open,
.search-overlay.open {
  pointer-events: auto;
  background: rgb(0 0 0 / 0.38);
  opacity: 1;
}

.mobile-menu-panel {
  width: min(360px, 88vw);
  min-height: 100%;
  transform: translateX(-100%);
  background: var(--background);
  transition: transform 220ms ease;
}

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

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding-inline: 22px;
  border-bottom: 1px solid var(--border);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-links {
  display: grid;
  padding: 22px;
}

.mobile-links a {
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  color: var(--foreground);
}

.search-shell {
  margin: 88px auto 0;
  width: min(760px, calc(100% - 32px));
  transform: translateY(-12px);
  background: var(--background);
  padding: 22px;
  transition: transform 220ms ease;
}

.search-overlay.open .search-shell {
  transform: translateY(0);
}

.search-row {
  display: grid;
  grid-template-columns: 24px 1fr 38px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--foreground);
  padding-bottom: 14px;
}

.search-row input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--foreground);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  outline: 0;
}

.search-row input::placeholder {
  color: rgb(44 41 36 / 0.48);
}

.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 18px;
}

.suggestions button {
  border: 1px solid var(--border);
  background: transparent;
  padding: 9px 12px;
  color: var(--foreground);
  font-size: 12px;
  cursor: pointer;
}

.content-page {
  padding: 140px 34px 80px;
}

.content-article {
  max-width: 900px;
  margin: 0 auto;
}

.content-article h1,
.search-page h1,
.not-found-page h1 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.entry-content,
.content-article p {
  color: #5a534a;
  font-size: 17px;
  line-height: 1.8;
}

.page-kicker,
.subpage-hero-copy p,
.subpage-intro p {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subpage-hero {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  background: #171512;
}

.subpage-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.58) saturate(0.84) contrast(1.05);
}

.subpage-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.36), transparent 56%);
}

.subpage-hero-copy {
  position: absolute;
  left: 50%;
  bottom: 72px;
  display: grid;
  width: min(820px, calc(100% - 40px));
  transform: translateX(-50%);
  justify-items: center;
  gap: 18px;
  color: white;
  text-align: center;
}

.subpage-hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 400;
  line-height: 1.02;
}

.subpage-hero-copy span {
  max-width: 640px;
  color: rgb(255 255 255 / 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.subpage-hero-copy a,
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid currentColor;
  color: currentColor;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.subpage-content {
  padding: 96px 34px 120px;
}

.subpage-intro {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 46px;
  text-align: center;
}

.subpage-intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 400;
}

.collection-grid,
.search-results-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.collection-card,
.search-result-card {
  min-height: 280px;
  border: 1px solid var(--border);
  background: rgb(255 255 255 / 0.38);
  padding: 28px;
}

.collection-card span {
  color: #7f7568;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.collection-card h3,
.search-result-card h2 {
  margin: 44px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
}

.collection-card p,
.search-result-card p {
  color: #61594f;
  font-size: 14px;
  line-height: 1.7;
}

.collection-card a {
  display: inline-flex;
  margin-top: 20px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.editorial-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  margin-top: 92px;
  padding-top: 72px;
  border-top: 1px solid var(--border);
}

.visual-edit-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 18px;
  margin-top: 34px;
}

.visual-edit-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #171512;
  color: white;
}

.visual-edit-card:first-child {
  min-height: 520px;
}

.visual-edit-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
  transition: transform 700ms ease;
}

.visual-edit-card:hover img {
  transform: scale(1.035);
}

.visual-edit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.55), transparent 58%);
}

.visual-edit-card div {
  position: absolute;
  inset: auto 26px 28px;
  z-index: 1;
}

.visual-edit-card p {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual-edit-card h3 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}

.editorial-split h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.03;
}

.editorial-split > p {
  color: #5a534a;
  font-size: 17px;
  line-height: 1.9;
}

.search-page .search-results-list {
  grid-template-columns: 1fr;
  margin-top: 42px;
}

.search-result-card {
  min-height: 0;
}

.search-result-card h2 {
  margin-top: 0;
  font-size: 34px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 44px 1fr 124px;
    height: 68px;
    padding-inline: 16px;
  }

  .header-right {
    justify-self: end;
    width: 124px;
  }

  .header-actions {
    width: 124px;
    gap: 18px;
    justify-content: space-between;
  }

  .site-header.scrolled {
    height: 58px;
  }

  .desktop-nav,
  .desktop-nav-right {
    display: none;
  }

  .mobile-only {
    display: inline-flex;
  }

  .brand-mark {
    justify-self: center;
    font-size: 20px;
  }

  .desktop-icon {
    display: none;
  }

  .category-grid,
  .journal-grid,
  .footer-section,
  .collection-grid,
  .editorial-split,
  .visual-edit-grid {
    grid-template-columns: 1fr;
  }

  .visual-edit-card,
  .visual-edit-card:first-child {
    min-height: 380px;
  }

  .category-card {
    min-height: 430px;
  }

  .feature-band {
    grid-template-columns: 1fr;
  }

  .feature-image {
    min-height: 520px;
    order: -1;
  }

  .feature-copy {
    padding: 64px 24px;
  }

  .journal-image {
    min-height: 430px;
  }

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

  .subpage-content {
    padding-inline: 18px;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 62px;
  }

  .site-header.scrolled {
    height: 52px;
  }

  .hero-section {
    min-height: 88svh;
  }

  .hero-copy {
    bottom: 42px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .category-section,
  .journal-section {
    padding: 72px 16px;
  }

  .category-grid {
    gap: 14px;
  }

  .category-card,
  .journal-image {
    min-height: 370px;
  }

  .category-card h3 {
    font-size: 32px;
  }

  .search-row {
    grid-template-columns: 20px 1fr 34px;
    gap: 10px;
  }

  .search-row input {
    font-size: 20px;
  }

  .footer-section {
    padding: 56px 18px 68px;
  }
}


/* Contact icons: replace account/cart with WhatsApp and phone for B2B showcase site. */
.whatsapp-icon,
.phone-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.whatsapp-icon {
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.whatsapp-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-left: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  border-radius: 0 0 0 6px;
  transform: rotate(-42deg);
}

.whatsapp-icon::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -2px;
  width: 7px;
  height: 7px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  background: transparent;
  transform: rotate(-18deg) skew(-12deg);
}

.phone-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 9px;
  height: 15px;
  border: 1.7px solid currentColor;
  border-left-width: 3px;
  border-right-width: 3px;
  border-radius: 9px 9px 9px 9px;
  transform: rotate(-34deg);
}

.phone-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 8px;
  border-radius: 5px;
  background: color-mix(in srgb, currentColor 0%, transparent);
}


/* SVG contact icons override legacy pseudo-icon sizing. */
.header-actions .contact-svg {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header-actions .contact-svg-whatsapp path:last-child { fill: currentColor; stroke: none; }
.header-actions .contact-svg-phone { width: 19px; height: 19px; }
.whatsapp-icon,
.phone-icon { display: none !important; }

.language-button {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.language-button span {
  display: block;
  min-width: 22px;
  text-align: center;
}

.language-button.is-switching {
  opacity: 0.58;
  cursor: wait;
}

.language-menu {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  display: grid;
  min-width: 150px;
  padding: 10px 0;
  background: color-mix(in srgb, var(--background) 96%, white 4%);
  border: 1px solid rgb(44 41 36 / 0.12);
  box-shadow: 0 18px 42px rgb(30 25 20 / 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.language-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 14px;
  color: var(--foreground);
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-menu a:hover,
.language-menu a.current {
  background: rgb(44 41 36 / 0.06);
}

.language-menu .language-code {
  font-weight: 700;
}

.header-actions {
  position: relative;
}


/* Cookie/GTranslate cleanup for corporate showcase header. */
.cky-btn-revisit-wrapper,
.cky-btn-revisit-wrapper.cky-revisit-bottom-left,
.cky-btn-revisit-wrapper:not(.cky-revisit-hide),
.cky-btn-revisit {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.gt_switcher_wrapper,
.gt_float_switcher,
.switcher,
.goog-te-balloon-frame,
.goog-te-banner-frame,
.skiptranslate iframe,
#goog-gt-tt {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body {
  top: 0 !important;
}

.gt_float_switcher .gt_options,
.gt_switcher_wrapper .gt_options,
.switcher .option,
.switcher .selected a span,
.gt_float_switcher .gt-selected .gt-lang-code,
.gt_float_switcher .gt-selected .gt-current-lang span,
.gt_switcher_wrapper .gt-lang-code,
.gt_switcher_wrapper .gt_float_switcher-arrow,
.gt_float_switcher-arrow,
.gt_float_switcher .gt-selected .gt-current-lang:after,
.gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
  display: none !important;
}

.gt_float_switcher .gt-selected,
.gt_float_switcher .gt-selected .gt-current-lang,
.gt_switcher_wrapper .gt_float_switcher,
.switcher .selected,
.switcher .selected a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gt_float_switcher img,
.gt_switcher_wrapper img,
.switcher img {
  display: block !important;
  width: 25px !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  .language-menu {
    right: 0;
    min-width: 132px;
  }
}


/* Header contact/language spacing refinement. */
@media (min-width: 1024px) {
  .site-header {
    padding-left: clamp(34px, 3.2vw, 62px);
    padding-right: clamp(34px, 3.2vw, 62px);
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .header-right {
    gap: clamp(24px, 2vw, 42px);
    padding-right: 0;
  }
  .desktop-nav-right {
    transform: none;
  }
  .header-actions {
    gap: clamp(18px, 1.2vw, 26px);
    transform: none;
  }
}

@media (min-width: 1121px) and (max-width: 1500px) {
  .desktop-nav {
    gap: clamp(16px, 1.35vw, 24px);
  }

  .desktop-nav-right {
    gap: clamp(12px, 0.82vw, 18px);
  }

  .desktop-nav a {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  body[data-atelier-lang="zh"] .desktop-nav,
  body[data-atelier-lang="ja"] .desktop-nav,
  body[data-atelier-lang="ko"] .desktop-nav {
    gap: clamp(20px, 1.7vw, 30px);
  }

  body[data-atelier-lang="zh"] .desktop-nav a,
  body[data-atelier-lang="ja"] .desktop-nav a,
  body[data-atelier-lang="ko"] .desktop-nav a {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .brand-mark {
    font-size: 28px;
  }

  .desktop-nav-right a[href*="/news/"] {
    font-size: 0;
  }

  .desktop-nav-right a[href*="/news/"]::after {
    content: "News";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 1500px) {
  .site-header {
    padding-left: 56px;
    padding-right: 56px;
    grid-template-columns: minmax(0, 1.08fr) auto minmax(0, 1.08fr);
  }
  .header-right {
    gap: clamp(28px, 2vw, 44px);
  }
  .desktop-nav-right {
    transform: none;
  }
  .header-actions {
    gap: 24px;
    transform: none;
  }
}

body.atelier-header-scrolled .gt_float_switcher .gt-selected::before,
body.atelier-header-scrolled .gt_switcher_wrapper .gt-selected::before,
body.atelier-header-scrolled .switcher .selected a::before,
body:not(.home) .gt_float_switcher .gt-selected::before,
body:not(.home) .gt_switcher_wrapper .gt-selected::before,
body:not(.home) .switcher .selected a::before {
  color: var(--foreground) !important;
}

/* New commercial page system for Ariely Outdoor. */
.content-page {
  background: #f3f0ea;
}

.content-article {
  max-width: none;
  margin: 0;
}

.content-article > h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.entry-content {
  margin: 0;
}

.atelier-page {
  --page-ink: #2d2923;
  --page-muted: #746d62;
  --page-line: #d5cfc4;
  --page-panel: #ebe6dd;
  color: var(--page-ink);
  background: #f3f0ea;
  font-family: Arial, Helvetica, sans-serif;
}

.atelier-page * {
  box-sizing: border-box;
}

.atelier-page-hero {
  min-height: 76vh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: end;
  padding: clamp(132px, 17vh, 190px) clamp(24px, 6vw, 92px) clamp(52px, 9vh, 96px);
  border-bottom: 1px solid var(--page-line);
}

.atelier-page-hero-copy {
  max-width: 700px;
}

.atelier-page-kicker,
.atelier-page-section-kicker {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.atelier-page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 104px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
}

.atelier-page-lede {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--page-muted);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.55;
}

.atelier-page-hero-panel {
  border-left: 1px solid var(--page-line);
  padding-left: clamp(24px, 4vw, 56px);
}

.atelier-page-hero-panel p {
  margin: 0 0 24px;
  color: var(--page-muted);
  font-size: 15px;
  line-height: 1.7;
}

.atelier-page-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--page-line);
}

.atelier-page-stat {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  padding: 22px;
  background: #f3f0ea;
}

.atelier-page-stat strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 400;
}

.atelier-page-stat span {
  color: var(--page-muted);
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.atelier-section {
  padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 92px);
}

.atelier-section.alt {
  background: #e9e4db;
}

.atelier-section-header {
  max-width: 780px;
  margin: 0 auto clamp(36px, 5vw, 68px);
  text-align: center;
}

.atelier-section-header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 78px);
  font-weight: 400;
  line-height: 1;
}

.atelier-section-header p:last-child {
  margin: 22px auto 0;
  max-width: 640px;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 1.7;
}

.atelier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--page-line);
  border: 1px solid var(--page-line);
}

.atelier-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 38px);
  background: #f3f0ea;
}

.atelier-card span {
  color: var(--page-muted);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.atelier-card h3 {
  margin: 52px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.atelier-card p {
  margin: 0;
  color: var(--page-muted);
  font-size: 15px;
  line-height: 1.65;
}

.atelier-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: start;
}

.atelier-split h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 78px);
  font-weight: 400;
  line-height: 1.02;
}

.atelier-prose {
  display: grid;
  gap: 24px;
  color: var(--page-muted);
  font-size: 16px;
  line-height: 1.75;
}

.atelier-prose p {
  margin: 0;
}

.atelier-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--page-line);
  list-style: none;
  border: 1px solid var(--page-line);
}

.atelier-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 24px;
  background: #f3f0ea;
}

.atelier-list strong {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.atelier-list span {
  color: var(--page-muted);
  line-height: 1.65;
}

.atelier-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--page-line);
  border: 1px solid var(--page-line);
}

.atelier-process-step {
  min-height: 240px;
  padding: 28px;
  background: #15120f;
  color: #f3f0ea;
}

.atelier-process-step span {
  display: block;
  margin-bottom: 42px;
  color: #bdb4a7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.atelier-process-step h3 {
  margin: 0 0 14px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atelier-process-step p {
  margin: 0;
  color: #cfc7bc;
  font-size: 14px;
  line-height: 1.65;
}

.atelier-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(44px, 6vw, 76px);
  background: #15120f;
  color: #f3f0ea;
}

.atelier-cta h2 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.atelier-cta p {
  margin: 18px 0 0;
  max-width: 620px;
  color: #cfc7bc;
  line-height: 1.7;
}

.atelier-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease;
}

.atelier-button:hover {
  background: currentColor;
  color: #15120f;
}

.atelier-faq {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid var(--page-line);
}

.atelier-faq details {
  border-bottom: 1px solid var(--page-line);
  padding: 26px 0;
}

.atelier-faq summary {
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 32px);
  list-style: none;
}

.atelier-faq summary::-webkit-details-marker {
  display: none;
}

.atelier-faq p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--page-muted);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .atelier-page-hero,
  .atelier-split,
  .atelier-cta {
    grid-template-columns: 1fr;
  }

  .atelier-page-hero {
    min-height: auto;
    padding-top: 126px;
  }

  .atelier-page-hero-panel {
    border-left: 0;
    border-top: 1px solid var(--page-line);
    padding: 28px 0 0;
  }

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

@media (max-width: 680px) {
  .atelier-page-hero,
  .atelier-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .atelier-page-hero h1 {
    font-size: clamp(42px, 16vw, 64px);
  }

  .atelier-page-stats,
  .atelier-grid,
  .atelier-process {
    grid-template-columns: 1fr;
  }

  .atelier-card {
    min-height: 240px;
  }

  .atelier-list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .atelier-cta {
    padding: 34px 22px;
  }

  .atelier-button {
    width: 100%;
  }
}

/* Rich product landing pages. */
.atelier-page.rich-page {
  background: #f3f0ea;
}

.content-page:has(.rich-page) {
  padding: 0;
}

.content-page:has(.rich-page) .content-article {
  max-width: none;
  margin: 0;
}

.content-page:has(.rich-page) .entry-content,
.content-page:has(.rich-page) .content-article p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.atelier-media-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #15120f;
}

.atelier-media-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.atelier-media-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 10, 8, 0.44), rgba(12, 10, 8, 0.08) 38%, rgba(12, 10, 8, 0.54)),
    linear-gradient(90deg, rgba(12, 10, 8, 0.18), rgba(12, 10, 8, 0.08) 48%, rgba(12, 10, 8, 0.26));
}

.atelier-media-copy {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: 156px 0 72px;
  text-align: center;
}

.atelier-media-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 400;
  line-height: 1.02;
}

.atelier-media-copy p:not(.atelier-page-kicker) {
  max-width: 640px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.6;
}

.atelier-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.atelier-hero-meta span {
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.atelier-product-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--page-line);
  border: 1px solid var(--page-line);
}

.atelier-product-card {
  display: grid;
  grid-template-rows: 260px 1fr;
  min-height: 520px;
  background: #f3f0ea;
}

.atelier-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}

.atelier-product-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(22px, 2.6vw, 34px);
}

.atelier-product-body small {
  color: var(--page-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.atelier-product-body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 40px);
  font-weight: 400;
  line-height: 1.05;
}

.atelier-product-body p {
  margin: 0;
  color: var(--page-muted);
  font-size: 14px;
  line-height: 1.65;
}

.atelier-spec-list {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.atelier-spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--page-line);
  padding-top: 9px;
  color: var(--page-muted);
  font-size: 12px;
  line-height: 1.35;
}

.atelier-spec-list strong {
  color: var(--page-ink);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atelier-model-table {
  width: 100%;
  border-collapse: collapse;
  background: #f3f0ea;
  border: 1px solid var(--page-line);
}

.atelier-model-table th,
.atelier-model-table td {
  border-bottom: 1px solid var(--page-line);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.55;
}

.atelier-model-table th {
  color: var(--page-muted);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.atelier-model-table td:first-child {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.atelier-feature-matrix {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 1px;
  background: var(--page-line);
  border: 1px solid var(--page-line);
}

.atelier-feature-panel {
  min-height: 420px;
  padding: clamp(28px, 4vw, 58px);
  background: #15120f;
  color: #f3f0ea;
}

.atelier-feature-panel h2 {
  max-width: 520px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.atelier-feature-panel p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #cfc7bc;
  line-height: 1.7;
}

.atelier-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--page-line);
}

.atelier-feature-item {
  min-height: 210px;
  padding: 30px;
  background: #f3f0ea;
}

.atelier-feature-item h3 {
  margin: 0 0 14px;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atelier-feature-item p {
  margin: 0;
  color: var(--page-muted);
  line-height: 1.65;
}

.atelier-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.atelier-editorial-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
  background: #15120f;
  position: relative;
  overflow: hidden;
}

.atelier-editorial-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 300ms ease, opacity 300ms ease;
}

.atelier-editorial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(10, 8, 6, 0.75));
}

.atelier-editorial-card:hover img {
  transform: scale(1.04);
  opacity: 0.88;
}

.atelier-editorial-card div {
  position: relative;
  z-index: 1;
}

.atelier-editorial-card span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.atelier-editorial-card h3 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.6vw, 44px);
  font-weight: 400;
  line-height: 1.04;
}

@media (max-width: 1120px) {
  .atelier-product-rail,
  .atelier-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atelier-feature-matrix {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .atelier-media-copy {
    width: calc(100% - 36px);
    padding-bottom: 46px;
  }

  .atelier-product-rail,
  .atelier-editorial-grid,
  .atelier-feature-list {
    grid-template-columns: 1fr;
  }

  .atelier-product-card {
    grid-template-rows: 220px 1fr;
    min-height: auto;
  }

  .atelier-model-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Distinct site-function pages: catalog, cases, about, news and FAQ. */
.site-page-section {
  padding: clamp(78px, 9vw, 132px) clamp(24px, 6vw, 92px);
  background: #f3f0ea;
}

.site-page-section.alt {
  background: #e9e4db;
}

.site-page-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 72px);
}

.site-page-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.2vw, 84px);
  font-weight: 400;
  line-height: 0.98;
}

.site-page-heading p {
  margin: 0;
  color: #746d62;
  line-height: 1.72;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #d5cfc4;
  background: #d5cfc4;
  gap: 1px;
}

.directory-tile {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 3vw, 42px);
  background: #f3f0ea;
}

.directory-tile span,
.news-tag,
.case-meta,
.profile-stat span {
  color: #746d62;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.directory-tile h3 {
  margin: 72px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.directory-tile p {
  margin: 0;
  color: #746d62;
  line-height: 1.65;
}

.case-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(20px, 2.4vw, 34px);
}

.case-feature,
.case-stack-card,
.news-feature-card,
.news-list-card {
  position: relative;
  overflow: hidden;
  background: #15120f;
  color: #f3f0ea;
}

.case-feature {
  min-height: 720px;
}

.case-stack {
  display: grid;
  gap: clamp(20px, 2.4vw, 34px);
}

.case-stack-card {
  min-height: 343px;
}

.case-feature img,
.case-stack-card img,
.news-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
}

.case-feature::after,
.case-stack-card::after,
.news-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(10, 8, 6, 0.82));
}

.case-copy,
.news-feature-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: clamp(26px, 4vw, 56px);
}

.case-copy h3,
.news-feature-copy h3 {
  margin: 12px 0 0;
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.case-stack-card .case-copy h3 {
  font-size: clamp(26px, 2.6vw, 42px);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: start;
}

.profile-panel {
  position: sticky;
  top: 110px;
  padding: clamp(32px, 4vw, 58px);
  background: #15120f;
  color: #f3f0ea;
}

.profile-panel h2 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.98;
}

.profile-panel p {
  margin: 24px 0 0;
  color: #cfc7bc;
  line-height: 1.72;
}

.profile-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d5cfc4;
  border: 1px solid #d5cfc4;
}

.profile-stat {
  min-height: 230px;
  padding: 30px;
  background: #f3f0ea;
}

.profile-stat strong {
  display: block;
  margin-top: 62px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 400;
}

.profile-stat p {
  margin: 16px 0 0;
  color: #746d62;
  line-height: 1.65;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.news-feature-card {
  min-height: 760px;
}

.news-list {
  display: grid;
  gap: 1px;
  background: #d5cfc4;
  border: 1px solid #d5cfc4;
}

.news-list-card {
  min-height: 180px;
  padding: 28px;
  background: #f3f0ea;
  color: #2d2923;
}

.news-list-card h3 {
  margin: 18px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.1;
}

.news-list-card p {
  margin: 0;
  color: #746d62;
  line-height: 1.62;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}

.support-nav {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 1px;
  border: 1px solid #d5cfc4;
  background: #d5cfc4;
}

.support-nav a {
  padding: 18px 20px;
  background: #f3f0ea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support-group {
  border-top: 1px solid #d5cfc4;
  padding-top: 34px;
  margin-bottom: 58px;
}

.support-group h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.6vw, 58px);
  font-weight: 400;
}

@media (max-width: 980px) {
  .site-page-heading,
  .case-gallery,
  .profile-layout,
  .news-layout,
  .support-layout {
    grid-template-columns: 1fr;
  }

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

  .profile-panel,
  .support-nav {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-page-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .directory-grid,
  .profile-stat-grid {
    grid-template-columns: 1fr;
  }

  .case-feature,
  .news-feature-card {
    min-height: 560px;
  }
}

/* Standard website modules backed by WordPress content. */
.official-page {
  background: #f3f0ea;
  color: #2d2923;
}

.content-page-official {
  padding: 0;
  background: #f3f0ea;
}

.content-article-official {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.content-article-official .entry-content {
  max-width: none;
  margin: 0;
}

.content-article-official .entry-content > * {
  margin-top: 0;
}

.official-hero {
  position: relative;
  min-height: 84vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #15120f;
}

.official-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.official-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 6, 0.5), rgba(10, 8, 6, 0.18) 42%, rgba(10, 8, 6, 0.68));
}

.official-hero > div {
  position: relative;
  z-index: 1;
  width: min(880px, calc(100% - 48px));
  padding: 150px 0 80px;
  text-align: center;
}

.official-hero p,
.official-heading p {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.official-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 400;
  line-height: 1;
}

.official-hero span {
  display: block;
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.62;
}

.official-section {
  padding: clamp(78px, 9vw, 132px) clamp(24px, 6vw, 92px);
}

.official-intro-band {
  padding-top: clamp(64px, 8vw, 108px);
  padding-bottom: clamp(64px, 8vw, 108px);
  background: #eee9e0;
  border-bottom: 1px solid #d8d0c3;
}

.official-section-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 7vw, 108px);
  align-items: start;
  max-width: 1460px;
  margin: 0 auto;
}

.official-kicker {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.official-section-split h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.7vw, 78px);
  font-weight: 400;
  line-height: 1;
}

.official-copy-stack {
  display: grid;
  gap: 28px;
  color: #625b51;
  font-size: 17px;
  line-height: 1.75;
}

.official-copy-stack p {
  margin: 0;
}

.official-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d4ccbf;
  border: 1px solid #d4ccbf;
}

.official-mini-stats span {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 22px;
  background: #f7f3eb;
  color: #2d2923;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.official-mini-stats strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
}

.official-alt {
  background: #e9e4db;
}

.official-heading {
  max-width: 980px;
  margin: 0 auto clamp(38px, 5vw, 72px);
  text-align: center;
}

.official-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 82px);
  font-weight: 400;
  line-height: 1;
}

.official-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.official-category-block {
  max-width: 1560px;
  margin: 0 auto clamp(48px, 6vw, 86px);
}

.official-category-block:last-child {
  margin-bottom: 0;
}

.official-category-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cfc6b9;
}

.official-category-head span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.official-category-head p {
  margin: 0;
  color: #746d62;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.official-product-card {
  display: grid;
  grid-template-rows: 238px 1fr;
  background: #f9f6ef;
  border: 1px solid #d5cfc4;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.official-product-card:hover {
  transform: translateY(-3px);
  border-color: #bdb2a3;
  box-shadow: 0 18px 42px rgba(45, 41, 35, 0.09);
}

.official-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.official-product-card div {
  padding: 24px;
}

.official-product-card span,
.official-news-card span {
  color: #746d62;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.official-product-card h3 {
  margin: 14px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
}

.official-product-card p,
.official-product-card dd,
.official-check-grid p {
  color: #746d62;
  line-height: 1.62;
}

.official-product-card dl {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
}

.official-product-card dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.official-product-card dd {
  margin: 0 0 10px;
}

.official-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d5cfc4;
  border: 1px solid #d5cfc4;
}

.official-check-grid div {
  min-height: 220px;
  padding: 28px;
  background: #f3f0ea;
}

.official-spec-table {
  max-width: 1480px;
  margin: 0 auto;
  border: 1px solid #cec5b8;
  background: #cec5b8;
  display: grid;
  gap: 1px;
}

.official-spec-table > div {
  display: grid;
  grid-template-columns: 1.1fr repeat(5, minmax(0, 1fr));
  gap: 1px;
}

.official-spec-table strong,
.official-spec-table span {
  min-height: 72px;
  padding: 18px;
  display: flex;
  align-items: center;
  background: #f8f4ec;
  color: #453f36;
  line-height: 1.45;
}

.official-spec-table strong {
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.official-product-index {
  max-width: 1480px;
  margin: 0 auto;
  border: 1px solid #cec5b8;
  background: #cec5b8;
  display: grid;
  gap: 1px;
  overflow-x: auto;
}

.official-product-index-head,
.official-product-index-row {
  display: grid;
  grid-template-columns: 1.2fr 0.72fr 1.2fr 1.2fr 1.35fr;
  min-width: 980px;
  gap: 1px;
}

.official-product-index-head span,
.official-product-index-row span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  background: #f8f4ec;
  line-height: 1.45;
}

.official-product-index-head span {
  background: #2d2923;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.official-product-index-row span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #2d2923;
}

.official-product-index-row span:not(:first-child) {
  color: #625b51;
}

.official-material-grid {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d5cfc4;
  border: 1px solid #d5cfc4;
}

.official-material-grid article {
  min-height: 220px;
  padding: clamp(24px, 3vw, 38px);
  background: #f8f4ec;
}

.official-material-grid h3 {
  margin: 0 0 56px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 400;
  line-height: 1.05;
}

.official-material-grid p {
  margin: 0;
  color: #746d62;
  line-height: 1.7;
}

.official-directory-section {
  background: #f8f4ec;
}

.official-directory-strip {
  max-width: 1560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 20px);
}

.official-directory-strip article {
  position: relative;
  min-height: clamp(360px, 38vw, 620px);
  overflow: hidden;
  background: #16120f;
  color: #fff;
}

.official-directory-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.84;
  transition: transform 500ms ease;
}

.official-directory-strip article:hover img {
  transform: scale(1.035);
}

.official-directory-strip article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 9, 6, 0.08), rgba(12, 9, 6, 0.72));
}

.official-directory-strip div {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: 24px;
}

.official-directory-strip h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.official-directory-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.55;
}

.official-collection-grid {
  max-width: 1560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.official-collection-grid article {
  display: grid;
  grid-template-rows: minmax(330px, 28vw) 1fr;
  background: #f8f4ec;
  border: 1px solid #d5cfc4;
}

.official-collection-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.official-collection-grid div {
  padding: clamp(24px, 2.6vw, 38px);
}

.official-collection-grid span {
  display: inline-block;
  color: #6c6256;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.official-collection-grid h3 {
  margin: 18px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 400;
  line-height: 1;
}

.official-collection-grid p {
  margin: 0;
  color: #746d62;
  line-height: 1.7;
}

.official-collection-grid dl {
  display: grid;
  gap: 8px;
  margin: 28px 0 0;
}

.official-collection-grid dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.official-collection-grid dd {
  margin: 0 0 12px;
  color: #746d62;
  line-height: 1.6;
}

.official-check-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
}

.official-check-grid h3 {
  margin: 48px 0 14px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.official-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.official-case-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background: #15120f;
}

.official-case-card.featured {
  grid-column: span 2;
  min-height: 620px;
}

.official-case-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}

.official-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(10, 8, 6, 0.82));
}

.official-case-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 30px;
}

.official-case-card h2 {
  margin: 12px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.official-case-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.62;
}

.official-case-card small {
  display: inline-flex;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.official-timeline {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #cec5b8;
  border: 1px solid #cec5b8;
}

.official-timeline article {
  min-height: 280px;
  padding: 30px;
  background: #f8f4ec;
}

.official-timeline span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
}

.official-timeline h3 {
  margin: 70px 0 14px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.official-timeline p {
  margin: 0;
  color: #746d62;
  line-height: 1.7;
}

.official-dossier-grid {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d3cabe;
  border: 1px solid #d3cabe;
}

.official-dossier-grid article {
  min-height: 260px;
  padding: clamp(24px, 2.5vw, 36px);
  background: #f8f4ec;
}

.official-dossier-grid span {
  display: inline-block;
  color: #6c6256;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.official-dossier-grid h3 {
  margin: 74px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.official-dossier-grid p {
  margin: 0;
  color: #746d62;
  line-height: 1.7;
}

.official-news-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.official-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.official-category-pills a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #c9c0b4;
  background: #f8f4ec;
  color: #2d2923;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.official-category-pills a:hover {
  border-color: #82786b;
}

.official-news-card {
  background: #f9f6ef;
  border: 1px solid #d5cfc4;
}

.official-news-card a {
  display: grid;
  color: inherit;
}

.official-news-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.official-news-card.featured {
  grid-column: span 2;
}

.official-news-card.featured img {
  height: 520px;
}

.official-news-card div {
  padding: 26px;
}

.official-news-card h2 {
  margin: 14px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 54px);
  font-weight: 400;
  line-height: 1.05;
}

.official-news-card:not(.featured) h2 {
  font-size: 28px;
}

.official-news-card p,
.official-empty-state p {
  color: #746d62;
  line-height: 1.62;
}

.official-empty-state {
  grid-column: 1 / -1;
  border: 1px solid #d5cfc4;
  padding: 54px;
  text-align: center;
}

.official-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: start;
}

.official-about-copy {
  position: sticky;
  top: 112px;
}

.official-about-copy p {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.official-about-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 82px);
  font-weight: 400;
  line-height: 1;
}

.official-about-copy span {
  display: block;
  margin-top: 24px;
  color: #746d62;
  font-size: 17px;
  line-height: 1.7;
}

.official-about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d5cfc4;
  border: 1px solid #d5cfc4;
}

.official-about-stats div {
  min-height: 260px;
  padding: 30px;
  background: #f3f0ea;
}

.official-about-stats strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
}

.official-about-stats h3 {
  margin: 62px 0 14px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.official-about-stats p {
  margin: 0;
  color: #746d62;
  line-height: 1.65;
}

.official-faq-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}

.official-faq-layout nav {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 1px;
  background: #d5cfc4;
  border: 1px solid #d5cfc4;
}

.official-faq-layout nav a {
  padding: 18px 20px;
  background: #f3f0ea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.official-faq-group {
  border-top: 1px solid #d5cfc4;
  padding-top: 36px;
  margin-bottom: 64px;
}

.official-faq-group h2 {
  margin: 0 0 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 400;
}

.official-faq-group details {
  border-bottom: 1px solid #d5cfc4;
  padding: 24px 0;
}

.official-faq-group summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.official-faq-group p {
  max-width: 760px;
  color: #746d62;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .official-product-grid,
  .official-check-grid,
  .official-material-grid,
  .official-timeline,
  .official-dossier-grid,
  .official-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .official-news-layout,
  .official-case-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .official-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .official-product-grid,
  .official-check-grid,
  .official-news-layout,
  .official-case-grid,
  .official-about-layout,
  .official-faq-layout,
  .official-section-split,
  .official-mini-stats,
  .official-material-grid,
  .official-timeline,
  .official-dossier-grid,
  .official-directory-strip,
  .official-collection-grid {
    grid-template-columns: 1fr;
  }

  .official-category-head {
    display: grid;
    align-items: start;
  }

  .official-spec-table {
    overflow-x: auto;
  }

  .official-spec-table > div {
    min-width: 780px;
  }

  .official-case-card.featured,
  .official-news-card.featured {
    grid-column: auto;
  }

  .official-news-card.featured img,
  .official-news-card img {
    height: 280px;
  }

  .official-faq-layout nav {
    position: static;
  }

  .official-about-copy {
    position: static;
  }

  .official-about-stats {
    grid-template-columns: 1fr;
  }
}

/* Final RH-style tuning after base theme rules. */
.rh-home-hero .hero-copy h1 {
  max-width: 980px;
  font-size: clamp(46px, 6.4vw, 92px);
  line-height: 0.98;
}

.rh-page-hero,
.official-hero.rh-page-hero,
.official-hero.official-hero-slim {
  min-height: 72vh;
  margin-bottom: 0;
}

.rh-page-hero > div,
.official-hero.rh-page-hero > div,
.official-hero.official-hero-slim > div {
  width: min(980px, calc(100% - 56px));
}

.rh-page-hero h1,
.official-hero.rh-page-hero h1,
.official-hero.official-hero-slim h1 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(42px, 5.1vw, 74px);
  line-height: 1;
}

.official-about-page .official-hero h1,
.official-news-page .official-hero h1 {
  max-width: 920px;
  font-size: clamp(40px, 4.75vw, 68px);
  line-height: 1.02;
}

.rh-page-hero span,
.official-hero.rh-page-hero span,
.official-hero.official-hero-slim span {
  max-width: 700px;
  margin-inline: auto;
  font-size: clamp(16px, 1.25vw, 20px);
}

.official-page .official-hero + .official-section {
  padding-top: clamp(56px, 7vw, 92px);
}

@media (max-width: 760px) {
  .rh-page-hero,
  .official-hero.rh-page-hero,
  .official-hero.official-hero-slim {
    min-height: 64vh;
  }

  .rh-home-hero .hero-copy h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .rh-page-hero h1,
  .official-hero.rh-page-hero h1,
  .official-hero.official-hero-slim h1 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .rh-page-hero span,
  .official-hero.rh-page-hero span,
  .official-hero.official-hero-slim span {
    font-size: 16px;
  }
}

/* Long-form official website expansion. */
.rh-long-page .official-section {
  scroll-margin-top: 88px;
}

.rh-long-page .official-section:nth-of-type(odd) {
  background-color: #f3f0ea;
}

.rh-zone-grid,
.rh-material-index,
.rh-editorial-index {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #d2c9bc;
  background: #d2c9bc;
}

.rh-zone-grid article,
.rh-material-index article,
.rh-editorial-index article {
  min-height: 300px;
  padding: clamp(24px, 2.8vw, 42px);
  background: #f8f4ec;
}

.rh-zone-grid span,
.rh-material-index span,
.rh-editorial-index span {
  color: #746d62;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rh-zone-grid h3,
.rh-material-index h3,
.rh-editorial-index h3 {
  margin: clamp(58px, 7vw, 104px) 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 46px);
  font-weight: 400;
  line-height: 1.04;
}

.rh-zone-grid p,
.rh-material-index p,
.rh-editorial-index p {
  margin: 0;
  color: #746d62;
  line-height: 1.7;
}

.rh-material-index small,
.rh-editorial-index small {
  display: block;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #d8d0c3;
  color: #5f574d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rh-linked-directory a {
  position: relative;
  min-height: clamp(360px, 38vw, 620px);
  overflow: hidden;
  display: block;
  background: #16120f;
  color: #fff;
}

.rh-linked-directory a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(12 9 6 / 0.06), rgb(12 9 6 / 0.75));
}

.rh-linked-directory a:hover img {
  transform: scale(1.035);
}

.rh-linked-directory a > div {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: 24px;
}

.rh-detail-row {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
}

.rh-detail-row.is-reversed {
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 1.05fr);
}

.rh-detail-row.is-reversed > div:first-child {
  order: 2;
}

.rh-detail-row img {
  width: 100%;
  min-height: clamp(460px, 54vw, 760px);
  object-fit: cover;
  display: block;
}

.rh-detail-row h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.6vw, 86px);
  font-weight: 400;
  line-height: 0.98;
}

.rh-detail-row p:not(.official-kicker) {
  margin: 26px 0 0;
  color: #665e53;
  font-size: 17px;
  line-height: 1.75;
}

.rh-detail-row ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.rh-detail-row li {
  padding-top: 14px;
  border-top: 1px solid #d3cabe;
  color: #4e473e;
  line-height: 1.58;
}

.rh-long-table {
  max-width: 1480px;
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid #cec5b8;
  background: #cec5b8;
  display: grid;
  gap: 1px;
}

.rh-long-table > div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1.2fr 1.25fr;
  min-width: 900px;
  gap: 1px;
}

.rh-long-table strong,
.rh-long-table span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: #f8f4ec;
  color: #4b443b;
  line-height: 1.5;
}

.rh-long-table strong {
  background: #2d2923;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rh-case-study-list {
  display: grid;
  gap: clamp(64px, 8vw, 120px);
}

.rh-faq-strip {
  max-width: 1120px;
  margin: 0 auto;
  border-top: 1px solid #d2c9bc;
}

.rh-faq-strip details {
  border-bottom: 1px solid #d2c9bc;
  padding: 28px 0;
}

.rh-faq-strip summary {
  cursor: pointer;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.3;
}

.rh-faq-strip p {
  max-width: 820px;
  color: #746d62;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .rh-zone-grid,
  .rh-material-index,
  .rh-editorial-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-detail-row,
  .rh-detail-row.is-reversed {
    grid-template-columns: 1fr;
  }

  .rh-detail-row.is-reversed > div:first-child {
    order: initial;
  }
}

@media (max-width: 760px) {
  .rh-zone-grid,
  .rh-material-index,
  .rh-editorial-index {
    grid-template-columns: 1fr;
  }

  .rh-zone-grid article,
  .rh-material-index article,
  .rh-editorial-index article {
    min-height: 240px;
  }

  .rh-detail-row img {
    min-height: 320px;
  }

  .rh-detail-row h2 {
    font-size: clamp(38px, 11vw, 58px);
  }
}

/* ============================================================
   Ariely Outdoor — RH-Level Design System
   Inspired by rh.com: extreme whitespace, refined typography,
   editorial image-first layout, zero visual noise
   ============================================================ */

/* ---- Design Tokens ---- */
:root {
  --rh-black:      #1a1a1a;
  --rh-charcoal:   #2d2d2d;
  --rh-mid:        #6b6b6b;
  --rh-light:      #9a9a9a;
  --rh-border:     #e0dbd3;
  --rh-bg:         #f5f3ef;
  --rh-bg-warm:    #f0ece5;
  --rh-white:      #ffffff;
  --rh-gold:       #b8966a;
  --rh-gold-light: #d4b48a;
  --rh-section-v:  96px;
  --rh-section-h:  48px;
  --rh-max:        1280px;
  --rh-font-serif: 'Georgia', 'Times New Roman', serif;
  --rh-font-sans:  -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

/* ---- CF7 Honeypot Fix ---- */
.wpcf7-form .wpcf7-response-output { display: none !important; }
span.wpcf7-list-item { display: inline; }
/* Hide honeypot field */
.wpcf7 p:has(input[name="_wpcf7_ak_hp_textarea"]),
.wpcf7 p:has(input[autocomplete="new-password"]),
.wpcf7 .wpcf7-form > p:first-child:has(input:not([type="submit"])[style*="display:none"]),
input[name="_wpcf7_ak_hp_textarea"] {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}
/* More aggressive honeypot hiding */
.wpcf7-form > p:first-of-type {
  /* Check if it's the honeypot wrapper */
}
.wpcf7 form p:has(> input[tabindex="-1"]) { display: none !important; }
.wpcf7 form p:has(> input[style]) { display: none !important; }

/* ---- Global Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--rh-font-sans);
  color: var(--rh-black);
  background: var(--rh-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- Typography Scale (RH-style) ---- */
.rh-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rh-mid);
  margin-bottom: 20px;
}
.rh-kicker-gold {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rh-gold);
  margin-bottom: 20px;
}
.rh-h1 {
  font-family: var(--rh-font-serif);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--rh-white);
  margin: 0 0 24px;
}
.rh-h2 {
  font-family: var(--rh-font-serif);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--rh-black);
  margin: 0 0 20px;
}
.rh-h3 {
  font-family: var(--rh-font-serif);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--rh-black);
  margin: 0 0 12px;
}
.rh-body {
  font-size: 0.9rem;
  color: var(--rh-mid);
  line-height: 1.75;
  max-width: 560px;
}
.rh-body-wide {
  font-size: 0.9rem;
  color: var(--rh-mid);
  line-height: 1.75;
}

/* ---- Section Wrapper ---- */
.rh-section {
  padding: var(--rh-section-v) var(--rh-section-h);
}
.rh-section-dark {
  background: var(--rh-black);
  padding: var(--rh-section-v) var(--rh-section-h);
}
.rh-section-warm {
  background: var(--rh-bg);
  padding: var(--rh-section-v) var(--rh-section-h);
}
.rh-inner {
  max-width: var(--rh-max);
  margin: 0 auto;
}
.rh-inner-narrow {
  max-width: 800px;
  margin: 0 auto;
}

/* ---- Section Header ---- */
.rh-section-header {
  margin-bottom: 56px;
}
.rh-section-header-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 32px;
}
.rh-section-header-split .rh-body {
  max-width: 480px;
  margin: 0;
}

/* ---- Buttons ---- */
.rh-btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: var(--rh-font-sans);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.rh-btn-primary {
  background: var(--rh-white);
  color: var(--rh-black);
}
.rh-btn-primary:hover {
  background: var(--rh-bg);
}
.rh-btn-dark {
  background: var(--rh-black);
  color: var(--rh-white);
}
.rh-btn-dark:hover {
  background: var(--rh-charcoal);
}
.rh-btn-outline {
  background: transparent;
  color: var(--rh-white);
  border: 1px solid rgba(255,255,255,0.5);
}
.rh-btn-outline:hover {
  border-color: var(--rh-white);
  background: rgba(255,255,255,0.08);
}
.rh-btn-outline-dark {
  background: transparent;
  color: var(--rh-black);
  border: 1px solid var(--rh-black);
}
.rh-btn-outline-dark:hover {
  background: var(--rh-black);
  color: var(--rh-white);
}
.rh-btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.rh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rh-black);
  text-decoration: none;
  border-bottom: 1px solid var(--rh-black);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.rh-text-link:hover {
  color: var(--rh-gold);
  border-color: var(--rh-gold);
}
.rh-text-link-light {
  color: var(--rh-white);
  border-bottom-color: rgba(255,255,255,0.4);
}
.rh-text-link-light:hover {
  color: var(--rh-gold-light);
  border-color: var(--rh-gold-light);
}

/* ---- Trust Bar ---- */
.rh-trust-bar {
  background: var(--rh-black);
  padding: 0;
  border-bottom: 1px solid #2a2a2a;
}
.rh-trust-bar-inner {
  max-width: var(--rh-max);
  margin: 0 auto;
  padding: 0 var(--rh-section-h);
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.rh-trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 40px;
  border-right: 1px solid #2a2a2a;
  flex: 1;
}
.rh-trust-stat:first-child { border-left: 1px solid #2a2a2a; }
.rh-trust-stat strong {
  display: block;
  font-family: var(--rh-font-serif);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--rh-gold);
  line-height: 1;
  margin-bottom: 6px;
}
.rh-trust-stat span {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #666;
}

/* ---- Hero ---- */
.rh-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.rh-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.rh-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.3) 40%,
    rgba(0,0,0,0.05) 100%
  );
}
.rh-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px var(--rh-section-h);
  max-width: var(--rh-max);
  margin: 0 auto;
}
.rh-hero-content .rh-kicker { color: rgba(255,255,255,0.6); }

/* ---- Scene Cards ---- */
.rh-scene-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
.rh-scene-card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.rh-scene-card img,
.rh-scene-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.rh-scene-card:hover .rh-scene-card-bg { transform: scale(1.04); }
.rh-scene-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 60%);
  transition: opacity 0.3s;
}
.rh-scene-card:hover::after { opacity: 0.8; }
.rh-scene-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 24px 20px;
}
.rh-scene-card-sub {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}
.rh-scene-card-name {
  display: block;
  font-family: var(--rh-font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--rh-white);
  letter-spacing: 0.02em;
}

/* ---- Feature Split (image + text) ---- */
.rh-feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.rh-feature-split.rh-feature-split-reverse { direction: rtl; }
.rh-feature-split.rh-feature-split-reverse > * { direction: ltr; }
.rh-feature-split-img {
  position: relative;
  overflow: hidden;
}
.rh-feature-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rh-feature-split-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
  background: var(--rh-bg);
}
.rh-feature-split-body.rh-dark {
  background: var(--rh-black);
}
.rh-feature-split-body.rh-dark .rh-h2 { color: var(--rh-white); }
.rh-feature-split-body.rh-dark .rh-body { color: #888; }
.rh-feature-split-body.rh-dark .rh-kicker { color: #666; }

/* ---- Product Grid ---- */
.rh-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-product-card {
  background: var(--rh-white);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.rh-product-card:hover {
  box-shadow: 0 12px 48px rgba(0,0,0,0.1);
  z-index: 1;
  position: relative;
}
.rh-product-card-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--rh-bg);
}
.rh-product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.rh-product-card:hover .rh-product-card-img img { transform: scale(1.04); }
.rh-product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--rh-black);
  color: var(--rh-white);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 12px;
}
.rh-product-card-body {
  padding: 28px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rh-product-model {
  display: block;
  font-size: 0.62rem;
  color: var(--rh-gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.rh-product-card-body h3 {
  font-family: var(--rh-font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0 0 10px;
  color: var(--rh-black);
  line-height: 1.3;
}
.rh-product-card-body p {
  font-size: 0.82rem;
  color: var(--rh-mid);
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
}
.rh-product-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  font-size: 0.72rem;
  margin-bottom: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--rh-border);
}
.rh-product-meta dt {
  color: var(--rh-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.65rem;
}
.rh-product-meta dd {
  color: var(--rh-charcoal);
  margin: 0;
}
.rh-product-inquiry-btn {
  display: block;
  text-align: center;
  background: var(--rh-black);
  color: var(--rh-white);
  padding: 12px;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.2s;
  margin-top: auto;
}
.rh-product-inquiry-btn:hover { background: var(--rh-gold); }
.rh-product-grid-cta {
  text-align: center;
  margin-top: 56px;
}

/* ---- Zone Grid ---- */
.rh-zone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-zone-card {
  background: var(--rh-white);
  padding: 40px 36px;
  transition: background 0.2s;
}
.rh-zone-card:hover { background: var(--rh-bg); }
.rh-zone-num {
  display: block;
  font-family: var(--rh-font-serif);
  font-size: 3rem;
  font-weight: 400;
  color: var(--rh-border);
  line-height: 1;
  margin-bottom: 16px;
}
.rh-zone-card h3 {
  font-family: var(--rh-font-serif);
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 10px;
  color: var(--rh-black);
}
.rh-zone-card p {
  font-size: 0.82rem;
  color: var(--rh-mid);
  line-height: 1.65;
  margin: 0;
}

/* ---- Spec Table ---- */
.rh-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  font-size: 0.82rem;
}
.rh-spec-table thead tr {
  background: var(--rh-black);
  color: var(--rh-white);
}
.rh-spec-table thead th {
  padding: 14px 20px;
  text-align: left;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rh-spec-table tbody tr {
  border-bottom: 1px solid var(--rh-border);
}
.rh-spec-table tbody tr:hover { background: var(--rh-bg); }
.rh-spec-table tbody td {
  padding: 16px 20px;
  color: var(--rh-charcoal);
  vertical-align: top;
}
.rh-spec-table tbody td:first-child {
  font-weight: 600;
  color: var(--rh-black);
}

/* ---- FAQ ---- */
.rh-faq-strip {
  border-top: 1px solid var(--rh-border);
  margin-top: 40px;
}
.rh-faq-item {
  border-bottom: 1px solid var(--rh-border);
}
.rh-faq-item summary {
  padding: 22px 0;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--rh-black);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  letter-spacing: 0.01em;
}
.rh-faq-item summary::-webkit-details-marker { display: none; }
.rh-faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--rh-light);
  flex-shrink: 0;
  margin-left: 24px;
  line-height: 1;
}
.rh-faq-item[open] summary::after { content: '−'; }
.rh-faq-item p {
  padding: 0 0 24px;
  font-size: 0.85rem;
  color: var(--rh-mid);
  line-height: 1.75;
  margin: 0;
  max-width: 640px;
}

/* ---- Inquiry Section ---- */
.rh-inquiry-section {
  background: var(--rh-bg);
  padding: var(--rh-section-v) var(--rh-section-h);
}
.rh-inquiry-inner {
  max-width: var(--rh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 96px;
  align-items: start;
}
.rh-inquiry-copy .rh-kicker-gold { margin-bottom: 16px; }
.rh-inquiry-copy .rh-h2 {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  margin-bottom: 20px;
}
.rh-inquiry-copy > p {
  font-size: 0.88rem;
  color: var(--rh-mid);
  line-height: 1.75;
  margin: 0 0 36px;
  max-width: 400px;
}
.rh-inquiry-trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--rh-border);
}
.rh-inquiry-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.82rem;
  color: var(--rh-charcoal);
}
.rh-inquiry-trust-item::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: var(--rh-gold);
  flex-shrink: 0;
}
.rh-inquiry-contact-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rh-wa-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: var(--rh-white);
  padding: 14px 24px;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s;
  width: fit-content;
}
.rh-wa-button:hover { background: #1ebe5d; }
.rh-wa-button svg { fill: var(--rh-white); width: 18px; height: 18px; flex-shrink: 0; }
.rh-email-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--rh-black);
  padding: 13px 24px;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--rh-black);
  transition: background 0.2s, color 0.2s;
  width: fit-content;
}
.rh-email-button:hover { background: var(--rh-black); color: var(--rh-white); }

/* ---- CF7 Form Styling ---- */
.rh-inquiry-form { width: 100%; }
.rh-inquiry-form .wpcf7 { width: 100%; }
.rh-inquiry-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* Hide the honeypot paragraph */
.rh-inquiry-form .wpcf7-form > p:first-child:not(:has(label)) { display: none !important; }
.rh-inquiry-form .wpcf7-form > p { margin: 0 0 20px; }
.rh-inquiry-form .wpcf7-form > p:last-child { margin-bottom: 0; }
.rh-inquiry-form label {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rh-mid);
  margin-bottom: 8px;
}
.rh-inquiry-form input[type="text"],
.rh-inquiry-form input[type="email"],
.rh-inquiry-form input[type="tel"],
.rh-inquiry-form select,
.rh-inquiry-form textarea {
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid var(--rh-border);
  background: transparent;
  font-size: 0.88rem;
  color: var(--rh-black);
  font-family: var(--rh-font-sans);
  box-sizing: border-box;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
.rh-inquiry-form input:focus,
.rh-inquiry-form select:focus,
.rh-inquiry-form textarea:focus {
  border-bottom-color: var(--rh-black);
}
.rh-inquiry-form textarea {
  resize: none;
  min-height: 100px;
}
.rh-inquiry-form input[type="submit"],
.rh-inquiry-form .wpcf7-submit {
  background: var(--rh-black);
  color: var(--rh-white);
  border: none;
  padding: 18px 48px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--rh-font-sans);
  transition: background 0.2s;
  width: 100%;
  margin-top: 8px;
}
.rh-inquiry-form input[type="submit"]:hover,
.rh-inquiry-form .wpcf7-submit:hover { background: var(--rh-gold); }

/* Fallback form */
.rh-fallback-form { display: flex; flex-direction: column; gap: 20px; }
.rh-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rh-form-group { display: flex; flex-direction: column; gap: 8px; }
.rh-form-group label {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rh-mid);
}
.rh-form-group input,
.rh-form-group select,
.rh-form-group textarea {
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid var(--rh-border);
  background: transparent;
  font-size: 0.88rem;
  color: var(--rh-black);
  font-family: var(--rh-font-sans);
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s;
}
.rh-form-group input:focus,
.rh-form-group select:focus,
.rh-form-group textarea:focus { border-bottom-color: var(--rh-black); }
.rh-form-group textarea { resize: none; min-height: 80px; }
.rh-submit-btn {
  background: var(--rh-black);
  color: var(--rh-white);
  border: none;
  padding: 18px 48px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--rh-font-sans);
  transition: background 0.2s;
  width: 100%;
}
.rh-submit-btn:hover { background: var(--rh-gold); }

/* ---- Why Grid ---- */
.rh-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-why-card {
  background: var(--rh-white);
  padding: 48px 40px;
  transition: background 0.2s;
}
.rh-why-card:hover { background: var(--rh-bg); }
.rh-why-icon {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1;
}
.rh-why-card h3 {
  font-family: var(--rh-font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--rh-black);
  margin: 0 0 12px;
}
.rh-why-card p {
  font-size: 0.82rem;
  color: var(--rh-mid);
  line-height: 1.7;
  margin: 0;
}

/* ---- Certifications ---- */
.rh-cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-cert-badge {
  background: var(--rh-white);
  padding: 48px 32px;
  text-align: center;
}
.rh-cert-icon {
  width: 56px;
  height: 56px;
  background: var(--rh-black);
  color: var(--rh-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.rh-cert-badge h3 {
  font-family: var(--rh-font-serif);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--rh-black);
  margin: 0 0 8px;
}
.rh-cert-badge p {
  font-size: 0.78rem;
  color: var(--rh-mid);
  line-height: 1.6;
  margin: 0;
}

/* ---- Testimonials ---- */
.rh-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-testimonial-card {
  background: var(--rh-white);
  padding: 48px 40px;
}
.rh-testimonial-stars {
  color: var(--rh-gold);
  font-size: 0.7rem;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.rh-testimonial-card > p {
  font-family: var(--rh-font-serif);
  font-size: 1rem;
  color: var(--rh-black);
  line-height: 1.7;
  margin: 0 0 24px;
  font-style: italic;
}
.rh-testimonial-author strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rh-black);
}
.rh-testimonial-author span {
  font-size: 0.68rem;
  color: var(--rh-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---- Factory Stats ---- */
.rh-factory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  margin-top: 48px;
}
.rh-factory-stat {
  background: var(--rh-black);
  padding: 48px 36px;
  text-align: center;
}
.rh-factory-stat strong {
  display: block;
  font-family: var(--rh-font-serif);
  font-size: 2.8rem;
  font-weight: 400;
  color: var(--rh-gold);
  margin-bottom: 8px;
  line-height: 1;
}
.rh-factory-stat span {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #666;
  margin-bottom: 12px;
}
.rh-factory-stat p {
  font-size: 0.78rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ---- Cases ---- */
.rh-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-case-card {
  background: var(--rh-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
.rh-case-card:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.1); z-index: 1; position: relative; }
.rh-case-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.rh-case-card-img {
  overflow: hidden;
}
.rh-case-card-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.rh-case-card.featured .rh-case-card-img img { height: 100%; aspect-ratio: unset; }
.rh-case-card:hover .rh-case-card-img img { transform: scale(1.04); }
.rh-case-card-body {
  padding: 36px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rh-case-scene {
  display: block;
  font-size: 0.62rem;
  color: var(--rh-gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.rh-case-card-body h2 {
  font-family: var(--rh-font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0 0 12px;
  color: var(--rh-black);
  line-height: 1.3;
}
.rh-case-card-body p {
  font-size: 0.82rem;
  color: var(--rh-mid);
  line-height: 1.65;
  margin: 0 0 20px;
  flex: 1;
}
.rh-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.rh-case-meta small {
  font-size: 0.65rem;
  background: var(--rh-bg);
  color: var(--rh-mid);
  padding: 4px 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rh-case-inquiry-btn {
  display: inline-block;
  background: var(--rh-black);
  color: var(--rh-white);
  padding: 12px 24px;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s;
  width: fit-content;
}
.rh-case-inquiry-btn:hover { background: var(--rh-gold); }

/* ---- News ---- */
.rh-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-news-card {
  background: var(--rh-white);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.rh-news-card:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.1); z-index: 1; position: relative; }
.rh-news-card.featured { grid-column: span 2; }
.rh-news-card a { display: block; text-decoration: none; color: inherit; }
.rh-news-card-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.rh-news-card:hover .rh-news-card-img img { transform: scale(1.03); }
.rh-news-card-body { padding: 28px 28px 32px; }
.rh-news-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.rh-news-cat {
  font-size: 0.62rem;
  color: var(--rh-gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rh-news-date {
  font-size: 0.62rem;
  color: var(--rh-light);
  letter-spacing: 0.08em;
}
.rh-news-card-body h2 {
  font-family: var(--rh-font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--rh-black);
  margin: 0 0 10px;
  line-height: 1.35;
}
.rh-news-card-body p {
  font-size: 0.82rem;
  color: var(--rh-mid);
  line-height: 1.65;
  margin: 0 0 16px;
}
.rh-read-more {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rh-black);
  border-bottom: 1px solid var(--rh-black);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.rh-news-card:hover .rh-read-more { color: var(--rh-gold); border-color: var(--rh-gold); }

/* ---- FAQ Page Layout ---- */
.rh-faq-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 80px;
  margin-top: 56px;
  align-items: start;
}
.rh-faq-nav {
  position: sticky;
  top: 80px;
}
.rh-faq-nav a {
  display: block;
  padding: 10px 0;
  font-size: 0.72rem;
  color: var(--rh-light);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--rh-border);
  transition: color 0.2s;
}
.rh-faq-nav a:hover { color: var(--rh-black); }
.rh-faq-group { margin-bottom: 64px; }
.rh-faq-group:last-child { margin-bottom: 0; }
.rh-faq-group-title {
  font-family: var(--rh-font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--rh-black);
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rh-black);
}
.rh-faq-quick-contact {
  margin-top: 24px;
  padding: 24px 28px;
  background: var(--rh-bg);
  border-left: 2px solid var(--rh-gold);
}
.rh-faq-quick-contact p { font-size: 0.82rem; color: var(--rh-mid); margin: 0 0 10px; }
.rh-faq-quick-contact a {
  display: block;
  font-size: 0.82rem;
  color: var(--rh-black);
  text-decoration: none;
  margin-bottom: 4px;
  transition: color 0.2s;
}
.rh-faq-quick-contact a:hover { color: var(--rh-gold); }

/* ---- Contact Page ---- */
.rh-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 96px;
  margin-top: 56px;
  align-items: start;
}
.rh-contact-methods {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--rh-border);
  margin: 32px 0;
}
.rh-contact-method {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid var(--rh-border);
}
.rh-contact-method-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  width: 32px;
  text-align: center;
  margin-top: 2px;
}
.rh-contact-method h3 {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rh-mid);
  margin: 0 0 6px;
}
.rh-contact-method a {
  display: block;
  font-family: var(--rh-font-serif);
  font-size: 1rem;
  color: var(--rh-black);
  text-decoration: none;
  margin-bottom: 4px;
  transition: color 0.2s;
}
.rh-contact-method a:hover { color: var(--rh-gold); }
.rh-contact-method p {
  font-size: 0.78rem;
  color: var(--rh-light);
  margin: 0;
}
.rh-contact-response-promise {
  padding: 28px 32px;
  background: var(--rh-bg);
  border: 1px solid var(--rh-border);
}
.rh-contact-response-promise h3 {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rh-mid);
  margin: 0 0 16px;
}
.rh-contact-response-promise ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.rh-contact-response-promise li {
  font-size: 0.82rem;
  color: var(--rh-charcoal);
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
.rh-contact-response-promise li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--rh-gold);
  font-size: 0.7rem;
}

/* ---- Footer ---- */
.rh-footer {
  background: #111;
  color: #ccc;
}
.rh-footer-top {
  max-width: var(--rh-max);
  margin: 0 auto;
  padding: 80px var(--rh-section-h) 64px;
  display: grid;
  grid-template-columns: 1.6fr 2fr;
  gap: 96px;
}
.rh-footer-brand h2 {
  font-family: var(--rh-font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--rh-white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.rh-footer-brand > p {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 320px;
}
.rh-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.rh-footer-contact-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}
.rh-footer-contact-list a:hover { color: var(--rh-gold); }
.rh-footer-contact-list svg { fill: #666; flex-shrink: 0; }
.rh-footer-certs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.rh-footer-certs span {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid #2a2a2a;
  color: #666;
}
.rh-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.rh-footer-columns h3 {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rh-white);
  margin: 0 0 20px;
}
.rh-footer-columns nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rh-footer-columns a {
  font-size: 0.82rem;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.rh-footer-columns a:hover { color: var(--rh-gold); }
.rh-footer-bottom {
  border-top: 1px solid #1e1e1e;
  padding: 24px var(--rh-section-h);
  max-width: var(--rh-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.rh-footer-bottom p {
  font-size: 0.72rem;
  color: #444;
  margin: 0;
}
.rh-footer-bottom a {
  font-size: 0.72rem;
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
}
.rh-footer-bottom a:hover { color: var(--rh-gold); }

/* ---- Header Overrides ---- */
.rh-header-quote-btn {
  display: inline-flex !important;
  align-items: center;
  background: var(--rh-gold) !important;
  color: var(--rh-white) !important;
  padding: 7px 16px !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
  height: auto !important;
  width: auto !important;
  border-radius: 0 !important;
}
.rh-header-quote-btn:hover { background: #a07d52 !important; }
.rh-header-quote-btn span { line-height: 1; }

/* ---- Mobile Menu CTA ---- */
.mobile-menu-cta {
  padding: 24px;
  border-top: 1px solid var(--rh-border);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}
.rh-mobile-quote-btn {
  display: block;
  text-align: center;
  background: var(--rh-black);
  color: var(--rh-white);
  padding: 14px;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---- Catalog Architecture ---- */
.rh-catalog-stats {
  display: flex;
  gap: 48px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--rh-border);
}
.rh-catalog-stat strong {
  display: block;
  font-family: var(--rh-font-serif);
  font-size: 2rem;
  font-weight: 400;
  color: var(--rh-black);
  margin-bottom: 4px;
}
.rh-catalog-stat span {
  font-size: 0.68rem;
  color: var(--rh-mid);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---- Collection Cards ---- */
.rh-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-collection-card {
  background: var(--rh-white);
  overflow: hidden;
}
.rh-collection-card-img {
  overflow: hidden;
}
.rh-collection-card-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.rh-collection-card:hover .rh-collection-card-img img { transform: scale(1.04); }
.rh-collection-card-body { padding: 28px 28px 32px; }
.rh-collection-material {
  display: block;
  font-size: 0.62rem;
  color: var(--rh-gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.rh-collection-card-body h3 {
  font-family: var(--rh-font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0 0 10px;
  color: var(--rh-black);
}
.rh-collection-card-body p {
  font-size: 0.82rem;
  color: var(--rh-mid);
  line-height: 1.65;
  margin: 0 0 16px;
}
.rh-collection-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  font-size: 0.72rem;
  padding-top: 16px;
  border-top: 1px solid var(--rh-border);
}
.rh-collection-meta dt {
  color: var(--rh-light);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rh-collection-meta dd { color: var(--rh-charcoal); margin: 0; }

/* ---- About Timeline ---- */
.rh-timeline {
  position: relative;
  padding-left: 32px;
  margin-top: 40px;
}
.rh-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--rh-border);
}
.rh-timeline-item {
  position: relative;
  padding-bottom: 40px;
}
.rh-timeline-item:last-child { padding-bottom: 0; }
.rh-timeline-item::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--rh-gold);
  border-radius: 50%;
}
.rh-timeline-year {
  display: block;
  font-size: 0.65rem;
  color: var(--rh-gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.rh-timeline-item h3 {
  font-family: var(--rh-font-serif);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--rh-black);
  margin: 0 0 6px;
}
.rh-timeline-item p {
  font-size: 0.82rem;
  color: var(--rh-mid);
  line-height: 1.65;
  margin: 0;
}

/* ---- Capability Grid ---- */
.rh-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--rh-border);
  border: 1px solid var(--rh-border);
  margin-top: 48px;
}
.rh-capability-card {
  background: var(--rh-white);
  padding: 40px 36px;
  transition: background 0.2s;
}
.rh-capability-card:hover { background: var(--rh-bg); }
.rh-capability-card h3 {
  font-family: var(--rh-font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--rh-black);
  margin: 0 0 10px;
}
.rh-capability-card p {
  font-size: 0.82rem;
  color: var(--rh-mid);
  line-height: 1.65;
  margin: 0 0 12px;
}
.rh-capability-card small {
  font-size: 0.65rem;
  color: var(--rh-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---- Process Steps ---- */
.rh-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  border: 1px solid var(--rh-border);
}
.rh-process-step {
  padding: 40px 32px;
  border-right: 1px solid var(--rh-border);
  position: relative;
}
.rh-process-step:last-child { border-right: none; }
.rh-process-num {
  display: block;
  font-family: var(--rh-font-serif);
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--rh-border);
  line-height: 1;
  margin-bottom: 16px;
}
.rh-process-step h3 {
  font-family: var(--rh-font-serif);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--rh-black);
  margin: 0 0 10px;
}
.rh-process-step p {
  font-size: 0.8rem;
  color: var(--rh-mid);
  line-height: 1.65;
  margin: 0;
}

/* ---- Category Pills ---- */
.rh-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.rh-category-pills a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--rh-border);
  font-size: 0.68rem;
  color: var(--rh-mid);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.2s;
}
.rh-category-pills a:hover {
  background: var(--rh-black);
  color: var(--rh-white);
  border-color: var(--rh-black);
}

/* ---- Empty State ---- */
.rh-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 96px 24px;
  color: var(--rh-light);
}
.rh-empty-state h2 { font-family: var(--rh-font-serif); font-size: 1.4rem; font-weight: 400; color: var(--rh-mid); margin: 0 0 10px; }
.rh-empty-state p { font-size: 0.85rem; }

/* ---- Linked Directory ---- */
.rh-linked-directory a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s;
}
.rh-linked-directory a:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); z-index: 1; position: relative; }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  :root {
    --rh-section-v: 72px;
    --rh-section-h: 32px;
  }
  .rh-inquiry-inner { grid-template-columns: 1fr; gap: 56px; }
  .rh-inquiry-copy > p { max-width: 100%; }
  .rh-feature-split { grid-template-columns: 1fr; min-height: auto; }
  .rh-feature-split-body { padding: 56px 40px; }
  .rh-footer-top { grid-template-columns: 1fr; gap: 48px; }
  .rh-footer-brand > p { max-width: 100%; }
  .rh-why-grid { grid-template-columns: repeat(2, 1fr); }
  .rh-testimonials-grid { grid-template-columns: 1fr; }
  .rh-factory-grid { grid-template-columns: repeat(2, 1fr); }
  .rh-cert-grid { grid-template-columns: repeat(2, 1fr); }
  .rh-case-grid { grid-template-columns: 1fr; }
  .rh-case-card.featured { grid-column: span 1; display: block; }
  .rh-news-grid { grid-template-columns: 1fr; }
  .rh-news-card.featured { grid-column: span 1; }
  .rh-collection-grid { grid-template-columns: repeat(2, 1fr); }
  .rh-process-grid { grid-template-columns: repeat(2, 1fr); }
  .rh-process-step { border-bottom: 1px solid var(--rh-border); }
  .rh-contact-layout { grid-template-columns: 1fr; gap: 56px; }
  .rh-faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .rh-faq-nav { position: static; display: flex; flex-wrap: wrap; gap: 4px; }
  .rh-scene-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  :root {
    --rh-section-v: 56px;
    --rh-section-h: 20px;
  }
  .rh-trust-bar-inner { flex-wrap: wrap; }
  .rh-trust-stat { padding: 20px 24px; flex: 0 0 50%; border: none; border-bottom: 1px solid #2a2a2a; }
  .rh-trust-stat:first-child { border-left: none; }
  .rh-product-grid { grid-template-columns: 1fr; }
  .rh-why-grid { grid-template-columns: 1fr; }
  .rh-cert-grid { grid-template-columns: 1fr 1fr; }
  .rh-factory-grid { grid-template-columns: 1fr 1fr; }
  .rh-collection-grid { grid-template-columns: 1fr; }
  .rh-capability-grid { grid-template-columns: 1fr; }
  .rh-process-grid { grid-template-columns: 1fr; }
  .rh-process-step { border-right: none; }
  .rh-footer-columns { grid-template-columns: 1fr 1fr; }
  .rh-btn-group { flex-direction: column; align-items: flex-start; }
  .rh-section-header-split { flex-direction: column; align-items: flex-start; }
  .rh-form-row { grid-template-columns: 1fr; }
  .rh-scene-grid { grid-template-columns: repeat(2, 1fr); }
  .rh-catalog-stats { flex-wrap: wrap; gap: 24px; }
  .rh-feature-split-body { padding: 40px 24px; }
}
@media (max-width: 480px) {
  .rh-scene-grid { grid-template-columns: 1fr 1fr; }
  .rh-footer-columns { grid-template-columns: 1fr; }
  .rh-trust-stat { flex: 0 0 100%; }
}


/* CF7 Honeypot - Must be hidden */
.wpcf7 input[name="_wpcf7_ak_hp_textarea"] { display:none!important; }
.wpcf7 .wpcf7-form p:first-of-type:not(:has(label)) { display:none!important; }
.wpcf7 span[style*="display:none"] { display:none!important; }


/* ============================================================
   Ariely Outdoor — Official-* Class RH Override
   Bridges the old official-* class system to the new RH design
   ============================================================ */

/* ---- Section Wrappers ---- */
.official-section {
  padding: 88px 48px;
  max-width: 100%;
}
.official-section .official-section > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.official-section.official-alt {
  background: #f5f3ef;
}
.official-section.official-dark {
  background: #1a1a1a;
}
.official-intro-band {
  background: #fff;
  border-bottom: 1px solid #e0dbd3;
}

/* ---- Section Inner Container ---- */
.official-section > *:not(.official-hero):not(.rh-trust-bar) {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Section Heading ---- */
.official-heading {
  max-width: 1280px;
  margin: 0 auto 52px;
  padding: 0;
}
.official-heading > p {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b8966a;
  margin: 0 0 16px;
}
.official-heading > h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  margin: 0;
  max-width: 640px;
}

/* ---- Kicker ---- */
.official-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b8966a;
  margin-bottom: 16px;
}

/* ---- Section Split ---- */
.official-section-split {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.official-section-split > div:first-child > h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
}
.official-copy-stack > p {
  font-size: 0.88rem;
  color: #6b6b6b;
  line-height: 1.75;
  margin: 0 0 24px;
}

/* ---- Category Pills ---- */
.official-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.official-category-pills a {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #e0dbd3;
  font-size: 0.68rem;
  color: #6b6b6b;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.2s;
}
.official-category-pills a:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

/* ---- Mini Stats ---- */
.official-mini-stats {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e0dbd3;
}
.official-mini-stats span {
  font-size: 0.78rem;
  color: #9a9a9a;
  letter-spacing: 0.06em;
}
.official-mini-stats strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 2px;
}

/* ---- Hero ---- */
.official-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.official-hero.official-hero-slim {
  min-height: 72vh;
}
.official-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.official-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.28) 45%,
    rgba(0,0,0,0.04) 100%
  );
}
.official-hero > div {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px;
}
.official-hero > div > p {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin: 0 0 16px;
}
.official-hero > div > h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 20px;
  max-width: 700px;
}
.official-hero > div > span {
  display: block;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 32px;
}
.rh-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.rh-hero-cta-primary {
  display: inline-block;
  background: #fff;
  color: #1a1a1a;
  padding: 14px 36px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.2s;
}
.rh-hero-cta-primary:hover { background: #f5f3ef; }
.rh-hero-cta-secondary {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 14px 36px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid rgba(255,255,255,0.45);
  transition: border-color 0.2s, background 0.2s;
}
.rh-hero-cta-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
}

/* ---- Zone Grid (Applications) ---- */
.rh-zone-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
  margin-top: 0;
}
.rh-zone-grid > article {
  background: #fff;
  padding: 40px 32px;
  transition: background 0.2s;
}
.rh-zone-grid > article:hover { background: #f5f3ef; }
.rh-zone-grid > article > span {
  display: block;
  font-family: Georgia, serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #e0dbd3;
  line-height: 1;
  margin-bottom: 16px;
}
.rh-zone-grid > article > h3 {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.rh-zone-grid > article > p {
  font-size: 0.82rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0;
}

/* ---- Product Grid ---- */
.rh-product-grid {
  max-width: 1280px;
  margin: 0 auto;
}

/* ---- Long Table ---- */
.rh-long-table {
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid #e0dbd3;
  overflow: hidden;
}
.rh-long-table > div {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 2fr;
  border-bottom: 1px solid #e0dbd3;
  transition: background 0.15s;
}
.rh-long-table > div:last-child { border-bottom: none; }
.rh-long-table > div:first-child {
  background: #1a1a1a;
}
.rh-long-table > div:first-child > strong {
  display: block;
  padding: 14px 20px;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.rh-long-table > div:not(:first-child):hover { background: #f5f3ef; }
.rh-long-table > div > span {
  display: block;
  padding: 16px 20px;
  font-size: 0.82rem;
  color: #2d2d2d;
  border-right: 1px solid #e0dbd3;
  vertical-align: top;
}
.rh-long-table > div > span:last-child { border-right: none; }

/* ---- Dossier Grid (Spec Route) ---- */
.official-dossier-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.official-dossier-grid > article {
  background: #fff;
  padding: 36px 28px;
  transition: background 0.2s;
}
.official-dossier-grid > article:hover { background: #f5f3ef; }
.official-dossier-grid > article > span {
  display: block;
  font-family: Georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #e0dbd3;
  line-height: 1;
  margin-bottom: 14px;
}
.official-dossier-grid > article > h3 {
  font-family: Georgia, serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.official-dossier-grid > article > p {
  font-size: 0.8rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0;
}

/* ---- Detail Row (Project Reference) ---- */
.rh-detail-row {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.rh-detail-row > div:first-child > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.rh-detail-row > div:last-child > h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 16px;
}
.rh-detail-row > div:last-child > p {
  font-size: 0.88rem;
  color: #6b6b6b;
  line-height: 1.75;
  margin: 0 0 20px;
}
.rh-detail-row > div:last-child > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  border-top: 1px solid #e0dbd3;
}
.rh-detail-row > div:last-child > ul > li {
  padding: 10px 0;
  font-size: 0.82rem;
  color: #2d2d2d;
  border-bottom: 1px solid #e0dbd3;
}
.rh-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.rh-cta-link:hover { color: #b8966a; border-color: #b8966a; }

/* ---- Material Index ---- */
.rh-material-index {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.rh-material-index > article {
  background: #fff;
  padding: 36px 28px;
  transition: background 0.2s;
}
.rh-material-index > article:hover { background: #f5f3ef; }
.rh-material-index > article > span {
  display: block;
  font-size: 0.62rem;
  color: #b8966a;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.rh-material-index > article > h3 {
  font-family: Georgia, serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.rh-material-index > article > p {
  font-size: 0.8rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0 0 12px;
}
.rh-material-index > article > small {
  font-size: 0.65rem;
  color: #9a9a9a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---- FAQ Strip ---- */
.rh-faq-strip {
  max-width: 1280px;
  margin: 0 auto;
}
.rh-faq-strip details {
  border-bottom: 1px solid #e0dbd3;
}
.rh-faq-strip details:first-child { border-top: 1px solid #e0dbd3; }
.rh-faq-strip summary {
  padding: 22px 0;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 400;
  color: #1a1a1a;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.rh-faq-strip summary::-webkit-details-marker { display: none; }
.rh-faq-strip summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: #9a9a9a;
  flex-shrink: 0;
  margin-left: 24px;
  line-height: 1;
}
.rh-faq-strip details[open] summary::after { content: '−'; }
.rh-faq-strip details > p {
  padding: 0 0 24px;
  font-size: 0.85rem;
  color: #6b6b6b;
  line-height: 1.75;
  margin: 0;
  max-width: 640px;
}

/* ---- View All Btn ---- */
.rh-view-all-btn {
  display: inline-block;
  background: transparent;
  color: #1a1a1a;
  padding: 14px 40px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #1a1a1a;
  transition: background 0.2s, color 0.2s;
}
.rh-view-all-btn:hover { background: #1a1a1a; color: #fff; }

/* ---- Directory Strip (Catalog scene links) ---- */
.official-directory-strip {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.official-directory-strip > a {
  background: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
.official-directory-strip > a:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); z-index: 1; position: relative; }
.official-directory-strip > a > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.official-directory-strip > a:hover > img { transform: scale(1.04); }
.official-directory-strip > a > div {
  padding: 20px 20px 24px;
  flex: 1;
}
.official-directory-strip > a > div > h3 {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.official-directory-strip > a > div > p {
  font-size: 0.78rem;
  color: #6b6b6b;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- Collection Grid ---- */
.official-collection-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.official-collection-grid > article {
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.official-collection-grid > article:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.1); z-index: 1; position: relative; }
.official-collection-grid > article > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.official-collection-grid > article:hover > img { transform: scale(1.04); }
.official-collection-grid > article > div {
  padding: 28px 28px 32px;
}
.official-collection-grid > article > div > span {
  display: block;
  font-size: 0.62rem;
  color: #b8966a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.official-collection-grid > article > div > h3 {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.official-collection-grid > article > div > p {
  font-size: 0.82rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0 0 16px;
}
.official-collection-grid > article > div > dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  font-size: 0.72rem;
  padding-top: 16px;
  border-top: 1px solid #e0dbd3;
}
.official-collection-grid > article > div > dl > dt {
  color: #9a9a9a;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.official-collection-grid > article > div > dl > dd {
  color: #2d2d2d;
  margin: 0;
}

/* ---- Category Block ---- */
.official-category-block { margin-bottom: 64px; }
.official-category-block:last-child { margin-bottom: 0; }
.official-category-head {
  max-width: 1280px;
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0dbd3;
}
.official-category-head > span {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1a1a1a;
}
.official-category-head > p {
  font-size: 0.72rem;
  color: #9a9a9a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

/* ---- Product Index Table ---- */
.official-product-index {
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid #e0dbd3;
  overflow: hidden;
}
.official-product-index-head,
.official-product-index-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.5fr 1.5fr;
  border-bottom: 1px solid #e0dbd3;
}
.official-product-index-row:last-child { border-bottom: none; }
.official-product-index-head {
  background: #1a1a1a;
}
.official-product-index-head > span {
  padding: 14px 16px;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid #2a2a2a;
}
.official-product-index-head > span:last-child { border-right: none; }
.official-product-index-row:hover { background: #f5f3ef; }
.official-product-index-row > span {
  padding: 13px 16px;
  font-size: 0.8rem;
  color: #2d2d2d;
  border-right: 1px solid #e0dbd3;
  vertical-align: top;
}
.official-product-index-row > span:last-child { border-right: none; }
.official-product-index-row > span:first-child { font-weight: 500; color: #1a1a1a; }

/* ---- Spec Table ---- */
.official-spec-table {
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid #e0dbd3;
  overflow: hidden;
}
.official-spec-table > div {
  display: grid;
  grid-template-columns: 1.2fr repeat(5, 1fr);
  border-bottom: 1px solid #e0dbd3;
}
.official-spec-table > div:last-child { border-bottom: none; }
.official-spec-table > div:hover { background: #f5f3ef; }
.official-spec-table > div > strong,
.official-spec-table > div > span {
  display: block;
  padding: 14px 16px;
  font-size: 0.8rem;
  color: #2d2d2d;
  border-right: 1px solid #e0dbd3;
}
.official-spec-table > div > span:last-child { border-right: none; }
.official-spec-table > div > strong {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a9a9a;
  background: #f5f3ef;
}

/* ---- Cases ---- */
.official-case-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.official-case-card {
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.official-case-card:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.1); z-index: 1; position: relative; }
.official-case-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.official-case-card > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.official-case-card.featured > img { height: 100%; aspect-ratio: unset; }
.official-case-card:hover > img { transform: scale(1.04); }
.official-case-card > div {
  padding: 36px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.official-case-card > div > span {
  display: block;
  font-size: 0.62rem;
  color: #b8966a;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.official-case-card > div > h2 {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.3;
}
.official-case-card > div > p {
  font-size: 0.82rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0 0 20px;
  flex: 1;
}
.official-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.official-case-meta > small {
  font-size: 0.65rem;
  background: #f5f3ef;
  color: #6b6b6b;
  padding: 4px 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.official-case-inquiry-btn {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s;
  width: fit-content;
}
.official-case-inquiry-btn:hover { background: #b8966a; }

/* ---- News ---- */
.official-news-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.official-news-card {
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.official-news-card:hover { box-shadow: 0 12px 48px rgba(0,0,0,0.1); z-index: 1; position: relative; }
.official-news-card.featured { grid-column: span 2; }
.official-news-card > a { display: block; text-decoration: none; color: inherit; }
.official-news-card > a > img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.official-news-card:hover > a > img { transform: scale(1.03); }
.official-news-card > a > div { padding: 28px 28px 32px; }
.official-news-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.official-news-cat {
  font-size: 0.62rem;
  color: #b8966a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.official-news-date {
  font-size: 0.62rem;
  color: #9a9a9a;
  letter-spacing: 0.08em;
}
.official-news-card > a > div > h2 {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.35;
}
.official-news-card > a > div > p {
  font-size: 0.82rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0 0 16px;
}
.official-read-more {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.official-news-card:hover .official-read-more { color: #b8966a; border-color: #b8966a; }

/* ---- About ---- */
.official-about-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.official-about-stat {
  background: #1a1a1a;
  padding: 48px 32px;
  text-align: center;
}
.official-about-stat > strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #b8966a;
  margin-bottom: 8px;
  line-height: 1;
}
.official-about-stat > span {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #666;
  margin-bottom: 12px;
}
.official-about-stat > p {
  font-size: 0.78rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ---- Why Grid ---- */
.official-why-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.official-why-card {
  background: #fff;
  padding: 48px 36px;
  transition: background 0.2s;
}
.official-why-card:hover { background: #f5f3ef; }
.official-why-card > span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1;
}
.official-why-card > h3 {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 12px;
}
.official-why-card > p {
  font-size: 0.82rem;
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
}

/* ---- Capability Grid ---- */
.official-capability-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #e0dbd3;
  border: 1px solid #e0dbd3;
}
.official-capability-card {
  background: #fff;
  padding: 40px 36px;
  transition: background 0.2s;
}
.official-capability-card:hover { background: #f5f3ef; }
.official-capability-card > h3 {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.official-capability-card > p {
  font-size: 0.82rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0 0 12px;
}
.official-capability-card > small {
  font-size: 0.65rem;
  color: #b8966a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---- Process Grid ---- */
.official-process-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid #e0dbd3;
}
.official-process-step {
  padding: 40px 28px;
  border-right: 1px solid #e0dbd3;
}
.official-process-step:last-child { border-right: none; }
.official-process-step > span {
  display: block;
  font-family: Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #e0dbd3;
  line-height: 1;
  margin-bottom: 16px;
}
.official-process-step > h3 {
  font-family: Georgia, serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.official-process-step > p {
  font-size: 0.8rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0;
}

/* ---- Timeline ---- */
.official-timeline {
  max-width: 640px;
  margin: 40px auto 0;
  position: relative;
  padding-left: 32px;
}
.official-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e0dbd3;
}
.official-timeline-item {
  position: relative;
  padding-bottom: 36px;
}
.official-timeline-item:last-child { padding-bottom: 0; }
.official-timeline-item::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #b8966a;
  border-radius: 50%;
}
.official-timeline-item > span {
  display: block;
  font-size: 0.65rem;
  color: #b8966a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.official-timeline-item > h3 {
  font-family: Georgia, serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.official-timeline-item > p {
  font-size: 0.82rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin: 0;
}

/* ---- FAQ Page Layout ---- */
.official-faq-layout {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 72px;
  align-items: start;
}
.official-faq-nav {
  position: sticky;
  top: 80px;
}
.official-faq-nav > a {
  display: block;
  padding: 10px 0;
  font-size: 0.72rem;
  color: #9a9a9a;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #e0dbd3;
  transition: color 0.2s;
}
.official-faq-nav > a:hover { color: #1a1a1a; }
.official-faq-group { margin-bottom: 56px; }
.official-faq-group:last-child { margin-bottom: 0; }
.official-faq-group-title {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #1a1a1a;
}
.official-faq-quick-contact {
  margin-top: 24px;
  padding: 24px 28px;
  background: #f5f3ef;
  border-left: 2px solid #b8966a;
}
.official-faq-quick-contact > p { font-size: 0.82rem; color: #6b6b6b; margin: 0 0 10px; }
.official-faq-quick-contact > a {
  display: block;
  font-size: 0.82rem;
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 4px;
  transition: color 0.2s;
}
.official-faq-quick-contact > a:hover { color: #b8966a; }

/* ---- Contact Page ---- */
.official-contact-layout {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 96px;
  align-items: start;
}
.official-contact-methods {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e0dbd3;
  margin: 32px 0;
}
.official-contact-method {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #e0dbd3;
}
.official-contact-method > span {
  font-size: 1.2rem;
  flex-shrink: 0;
  width: 32px;
  text-align: center;
  margin-top: 2px;
}
.official-contact-method > div > h3 {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0 0 6px;
}
.official-contact-method > div > a {
  display: block;
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 4px;
  transition: color 0.2s;
}
.official-contact-method > div > a:hover { color: #b8966a; }
.official-contact-method > div > p {
  font-size: 0.78rem;
  color: #9a9a9a;
  margin: 0;
}
.official-contact-response {
  padding: 28px 32px;
  background: #f5f3ef;
  border: 1px solid #e0dbd3;
}
.official-contact-response > h3 {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0 0 16px;
}
.official-contact-response > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.official-contact-response > ul > li {
  font-size: 0.82rem;
  color: #2d2d2d;
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
.official-contact-response > ul > li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #b8966a;
  font-size: 0.7rem;
}

/* ---- Inquiry Section Override ---- */
.rh-inquiry-section {
  background: #f5f3ef !important;
  padding: 88px 48px !important;
}
.rh-inquiry-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 96px;
  align-items: start;
}
.rh-inquiry-copy > p.official-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b8966a;
  margin-bottom: 16px;
}
.rh-inquiry-copy > h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 20px;
}
.rh-inquiry-copy > p:not(.official-kicker) {
  font-size: 0.88rem;
  color: #6b6b6b;
  line-height: 1.75;
  margin: 0 0 32px;
}
.rh-inquiry-trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e0dbd3;
}
.rh-inquiry-trust > div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.82rem;
  color: #2d2d2d;
}
.rh-inquiry-trust > div > span:first-child {
  color: #b8966a;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.rh-inquiry-contact-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ---- Inquiry Form CF7 Override ---- */
.rh-inquiry-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* Hide honeypot - multiple strategies */
.rh-inquiry-form .wpcf7-form > p:first-child:not(:has(label)) { display: none !important; }
.rh-inquiry-form .wpcf7-form p:has(> input[name="_wpcf7_ak_hp_textarea"]) { display: none !important; }
.rh-inquiry-form .wpcf7-form p:has(> input[tabindex="-1"]) { display: none !important; }
.wpcf7 input[name="_wpcf7_ak_hp_textarea"] { display: none !important; position: absolute; left: -9999px; }
.wpcf7 p:has(> input[name="_wpcf7_ak_hp_textarea"]) { display: none !important; }

.rh-inquiry-form .wpcf7-form > p { margin: 0 0 20px; }
.rh-inquiry-form .wpcf7-form > p:last-child { margin-bottom: 0; }
.rh-inquiry-form label {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 8px;
}
.rh-inquiry-form input[type="text"],
.rh-inquiry-form input[type="email"],
.rh-inquiry-form input[type="tel"],
.rh-inquiry-form select,
.rh-inquiry-form textarea {
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid #e0dbd3;
  background: transparent;
  font-size: 0.88rem;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  box-sizing: border-box;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
.rh-inquiry-form input:focus,
.rh-inquiry-form select:focus,
.rh-inquiry-form textarea:focus { border-bottom-color: #1a1a1a; }
.rh-inquiry-form textarea { resize: none; min-height: 90px; }
.rh-inquiry-form input[type="submit"],
.rh-inquiry-form .wpcf7-submit {
  background: #1a1a1a !important;
  color: #fff !important;
  border: none !important;
  padding: 18px 48px !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif !important;
  transition: background 0.2s !important;
  width: 100% !important;
  margin-top: 8px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rh-inquiry-form input[type="submit"]:hover,
.rh-inquiry-form .wpcf7-submit:hover { background: #b8966a !important; }

/* ---- Footer Override ---- */
.site-footer {
  background: #111 !important;
}
.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px 64px;
  display: grid;
  grid-template-columns: 1.6fr 2fr;
  gap: 96px;
}
.footer-brand h2 {
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.footer-brand > p {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 320px;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-columns h3 {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
}
.footer-columns nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-columns a {
  font-size: 0.82rem;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-columns a:hover { color: #b8966a; }
.footer-bottom {
  border-top: 1px solid #1e1e1e;
  padding: 24px 48px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom p, .footer-bottom a {
  font-size: 0.72rem;
  color: #444;
  margin: 0;
  text-decoration: none;
}
.footer-bottom a:hover { color: #b8966a; }

/* ---- Responsive Overrides ---- */
@media (max-width: 1100px) {
  .official-section { padding: 64px 32px; }
  .official-section-split { grid-template-columns: 1fr; gap: 40px; }
  .rh-zone-grid { grid-template-columns: repeat(2, 1fr); }
  .official-dossier-grid { grid-template-columns: repeat(2, 1fr); }
  .official-directory-strip { grid-template-columns: repeat(3, 1fr); }
  .official-collection-grid { grid-template-columns: repeat(2, 1fr); }
  .official-case-grid { grid-template-columns: 1fr; }
  .official-case-card.featured { grid-column: span 1; display: block; }
  .official-news-grid { grid-template-columns: 1fr; }
  .official-news-card.featured { grid-column: span 1; }
  .official-about-grid { grid-template-columns: repeat(2, 1fr); }
  .official-why-grid { grid-template-columns: repeat(2, 1fr); }
  .official-process-grid { grid-template-columns: repeat(2, 1fr); }
  .official-process-step { border-bottom: 1px solid #e0dbd3; }
  .official-faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .official-faq-nav { position: static; display: flex; flex-wrap: wrap; gap: 4px; }
  .official-contact-layout { grid-template-columns: 1fr; gap: 56px; }
  .rh-inquiry-inner { grid-template-columns: 1fr; gap: 56px; }
  .rh-detail-row { grid-template-columns: 1fr; gap: 40px; }
  .rh-material-index { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .official-section { padding: 48px 20px; }
  .official-heading > h2 { font-size: 1.5rem; }
  .official-directory-strip { grid-template-columns: repeat(2, 1fr); }
  .official-capability-grid { grid-template-columns: 1fr; }
  .official-about-grid { grid-template-columns: 1fr 1fr; }
  .official-why-grid { grid-template-columns: 1fr; }
  .official-process-grid { grid-template-columns: 1fr; }
  .official-process-step { border-right: none; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-top { padding: 48px 20px 40px; }
  .footer-bottom { padding: 20px; }
  .rh-material-index { grid-template-columns: 1fr; }
  .official-spec-table > div { grid-template-columns: 1.2fr repeat(2, 1fr); overflow-x: auto; }
  .official-product-index-head,
  .official-product-index-row { grid-template-columns: 2fr 1fr 1.5fr; }
  .official-product-index-head > span:nth-child(n+4),
  .official-product-index-row > span:nth-child(n+4) { display: none; }
}


/* ---- RH Footer Specific ---- */
.rh-footer { background: #111 !important; }
.rh-footer-top {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 48px 64px;
    display: grid;
    grid-template-columns: 1.4fr 2fr;
    gap: 96px;
}
.rh-footer-brand h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.rh-footer-brand > p {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.75;
    margin: 0 0 28px;
    max-width: 300px;
}
.rh-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}
.rh-footer-contact-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}
.rh-footer-contact-list a:hover { color: #b8966a; }
.rh-footer-certs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.rh-footer-certs span {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #2a2a2a;
    font-size: 0.62rem;
    color: #555;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.rh-footer-bottom {
    border-top: 1px solid #1a1a1a;
    padding: 24px 48px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.rh-footer-bottom p {
    font-size: 0.72rem;
    color: #3a3a3a;
    margin: 0;
}
.rh-footer-bottom a {
    font-size: 0.72rem;
    color: #3a3a3a;
    text-decoration: none;
    transition: color 0.2s;
}
.rh-footer-bottom a:hover { color: #b8966a; }
@media (max-width: 1100px) {
    .rh-footer-top { grid-template-columns: 1fr; gap: 48px; padding: 56px 32px 48px; }
    .rh-footer-bottom { padding: 20px 32px; }
}
@media (max-width: 768px) {
    .rh-footer-top { padding: 48px 20px 40px; }
    .rh-footer-bottom { padding: 20px; }
    .footer-columns { grid-template-columns: 1fr 1fr; }
}


/* ================================================================
   ARIELY OUTDOOR PREMIUM CSS
   Merged from ao-premium.css and ao-catalog.css
   ================================================================ */


/* ================================================================
   ARIELY OUTDOOR — PREMIUM CSS UPGRADE
   RH-inspired: cinematic hero, scene grid, product families
   ================================================================ */

/* ---- CSS Variables ---- */
:root {
  --ao-black: #0d0d0d;
  --ao-dark: #1a1a1a;
  --ao-mid: #2a2a2a;
  --ao-border: #e0dbd4;
  --ao-cream: #f5f3ef;
  --ao-warm: #faf9f7;
  --ao-gold: #b8966a;
  --ao-gold-light: #d4b896;
  --ao-text: #1a1a1a;
  --ao-text-mid: #4a4a4a;
  --ao-text-light: #888;
  --ao-font-serif: Georgia, "Times New Roman", serif;
  --ao-font-sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --ao-transition: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ao-max: 1360px;
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--ao-font-sans); color: var(--ao-text); background: var(--ao-warm); }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* ================================================================
   HERO — RH Cinematic Full-Screen
   ================================================================ */
.ao-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 1080px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}

.ao-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ao-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  animation: ao-hero-zoom 12s ease-out forwards;
}

@keyframes ao-hero-zoom {
  0%   { transform: scale(1.08); }
  100% { transform: scale(1.0); }
}

.ao-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0.12) 100%
  );
  z-index: 1;
}

.ao-hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--ao-max);
  margin: 0 auto;
  padding: 0 64px;
  width: 100%;
}

.ao-hero__eyebrow {
  font-family: var(--ao-font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(16px);
  animation: ao-fade-up 0.9s ease 0.4s forwards;
}

.ao-hero__title {
  font-family: var(--ao-font-serif);
  font-size: clamp(2.6rem, 5.5vw, 5.2rem);
  font-weight: 400;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 36px;
  max-width: 820px;
}

.ao-hero__line {
  display: block;
  opacity: 0;
  transform: translateY(24px);
}
.ao-hero__line:nth-child(1) { animation: ao-fade-up 0.9s ease 0.6s forwards; }
.ao-hero__line:nth-child(2) { animation: ao-fade-up 0.9s ease 0.8s forwards; }
.ao-hero__line:nth-child(3) { animation: ao-fade-up 0.9s ease 1.0s forwards; }

.ao-hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(16px);
  animation: ao-fade-up 0.9s ease 1.2s forwards;
}

.ao-hero__scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  animation: ao-fade-up 0.9s ease 1.6s forwards;
}
.ao-hero__scroll-hint span {
  display: block;
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.4);
  margin: 0 auto;
  animation: ao-scroll-line 2s ease-in-out 2s infinite;
}
@keyframes ao-scroll-line {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@keyframes ao-fade-up {
  to { opacity: 1; transform: translateY(0); }
}

/* ================================================================
   BUTTONS
   ================================================================ */
.ao-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: var(--ao-font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.ao-btn--light {
  background: #fff;
  color: var(--ao-black);
  border-color: #fff;
}
.ao-btn--light:hover { background: transparent; color: #fff; }
.ao-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.ao-btn--ghost:hover { background: #fff; color: var(--ao-black); border-color: #fff; }
.ao-btn--dark {
  background: var(--ao-black);
  color: #fff;
  border-color: var(--ao-black);
}
.ao-btn--dark:hover { background: var(--ao-gold); border-color: var(--ao-gold); }
.ao-btn--outline {
  background: transparent;
  color: var(--ao-black);
  border-color: var(--ao-black);
}
.ao-btn--outline:hover { background: var(--ao-black); color: #fff; }
.ao-btn--outline-dark {
  background: transparent;
  color: var(--ao-text);
  border-color: var(--ao-border);
}
.ao-btn--outline-dark:hover { border-color: var(--ao-black); }
.ao-btn--whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.ao-btn--whatsapp:hover { background: #1ebe5d; border-color: #1ebe5d; }
.ao-btn--full { width: 100%; justify-content: center; }

/* ================================================================
   TRUST BAR
   ================================================================ */
.ao-trust-bar {
  background: var(--ao-black);
  padding: 0;
}
.ao-trust-bar__inner {
  max-width: var(--ao-max);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
.ao-trust-bar__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  border-right: 1px solid rgba(255,255,255,0.07);
  text-align: center;
}
.ao-trust-bar__item:last-child { border-right: none; }
.ao-trust-bar__item strong {
  display: block;
  font-family: var(--ao-font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--ao-gold);
  line-height: 1;
  margin-bottom: 6px;
}
.ao-trust-bar__item span {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* ================================================================
   SECTION TYPOGRAPHY
   ================================================================ */
.ao-section-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ao-gold);
  margin-bottom: 16px;
}
.ao-section-title {
  font-family: var(--ao-font-serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ao-black);
  margin-bottom: 20px;
  max-width: 640px;
}
.ao-section-desc {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ao-text-mid);
  max-width: 560px;
  margin-bottom: 48px;
}
.ao-link-arrow {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ao-black);
  border-bottom: 1px solid var(--ao-black);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.ao-link-arrow:hover { color: var(--ao-gold); border-color: var(--ao-gold); }
.ao-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ao-gold);
  margin-bottom: 10px;
}

/* ================================================================
   SCENE GRID — 5 scenes, NO empty space
   Uses CSS Grid: 4 cols top row, 5th card spans remaining width
   ================================================================ */
.ao-scenes {
  padding: 96px 64px 80px;
  max-width: var(--ao-max);
  margin: 0 auto;
}
.ao-scenes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 420px 280px;
  gap: 3px;
  margin-top: 48px;
}

/* Hotel: tall card, spans 2 rows on the left */
.ao-scene-card--tall {
  grid-row: span 2;
}

/* Poolside: wide card, spans 3 columns on bottom row */
.ao-scene-card--wide {
  grid-column: span 3;
}

.ao-scene-card {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.ao-scene-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform var(--ao-transition);
}
.ao-scene-card:hover .ao-scene-card__bg {
  transform: scale(1.05);
}
.ao-scene-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  transition: opacity 0.3s;
}
.ao-scene-card:hover::after {
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}
.ao-scene-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  z-index: 1;
}
.ao-scene-card__body p {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 6px;
  line-height: 1.4;
}
.ao-scene-card__body h3 {
  font-family: var(--ao-font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
}
.ao-scene-card--tall .ao-scene-card__body h3 { font-size: 2rem; }
.ao-scene-card--wide .ao-scene-card__body h3 { font-size: 1.8rem; }

/* ================================================================
   PRODUCT FAMILIES
   ================================================================ */
.ao-products-intro {
  padding: 96px 64px;
  background: var(--ao-cream);
}
.ao-products-intro > .ao-section-label,
.ao-products-intro > .ao-section-title,
.ao-products-intro > .ao-section-desc {
  max-width: var(--ao-max);
  margin-left: auto;
  margin-right: auto;
}
.ao-product-families {
  max-width: var(--ao-max);
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ao-border);
  border: 1px solid var(--ao-border);
}
.ao-product-family {
  background: var(--ao-warm);
  display: flex;
  flex-direction: column;
  transition: background 0.3s;
}
.ao-product-family:hover { background: #fff; }
.ao-product-family__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.ao-product-family__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ao-transition);
}
.ao-product-family:hover .ao-product-family__img img { transform: scale(1.04); }
.ao-product-family__body {
  padding: 28px 24px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ao-product-family__body h3 {
  font-family: var(--ao-font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--ao-black);
  margin-bottom: 10px;
}
.ao-product-family__body p {
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--ao-text-mid);
  flex: 1;
  margin-bottom: 20px;
}
.ao-cta-row {
  max-width: var(--ao-max);
  margin: 0 auto;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ================================================================
   MATERIALS SECTION
   ================================================================ */
.ao-materials {
  padding: 96px 64px;
  background: var(--ao-warm);
}
.ao-materials__inner {
  max-width: var(--ao-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ao-materials__text h2 {
  font-family: var(--ao-font-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--ao-black);
  margin-bottom: 20px;
}
.ao-materials__text p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--ao-text-mid);
  margin-bottom: 24px;
}
.ao-materials__list {
  list-style: none;
  margin-bottom: 32px;
}
.ao-materials__list li {
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--ao-text-mid);
  padding: 10px 0;
  border-bottom: 1px solid var(--ao-border);
  padding-left: 16px;
  position: relative;
}
.ao-materials__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--ao-gold);
  border-radius: 50%;
}
.ao-materials__img {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.ao-materials__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================================================================
   WHY SECTION
   ================================================================ */
.ao-why {
  padding: 96px 64px;
  background: var(--ao-cream);
  text-align: center;
}
.ao-why > .ao-section-label,
.ao-why > .ao-section-title {
  margin: 0 auto 56px;
}
.ao-why__grid {
  max-width: var(--ao-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ao-border);
  border: 1px solid var(--ao-border);
}
.ao-why__item {
  background: var(--ao-warm);
  padding: 40px 32px;
  text-align: left;
  transition: background 0.3s;
}
.ao-why__item:hover { background: #fff; }
.ao-why__icon {
  margin-bottom: 20px;
}
.ao-why__item h3 {
  font-family: var(--ao-font-serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--ao-black);
  margin-bottom: 10px;
}
.ao-why__item p {
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--ao-text-mid);
}

/* ================================================================
   CERTIFICATIONS
   ================================================================ */
.ao-certs {
  background: var(--ao-black);
  padding: 40px 64px;
}
.ao-certs__inner {
  max-width: var(--ao-max);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0;
}
.ao-cert-badge {
  flex: 1;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.ao-cert-badge:last-child { border-right: none; }
.ao-cert-badge__label {
  font-family: var(--ao-font-serif);
  font-size: 1.1rem;
  color: var(--ao-gold);
  margin-bottom: 4px;
}
.ao-cert-badge__sub {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* ================================================================
   CASES PREVIEW
   ================================================================ */
.ao-cases-preview {
  padding: 96px 64px;
  background: var(--ao-warm);
}
.ao-cases-preview > .ao-section-label,
.ao-cases-preview > .ao-section-title {
  max-width: var(--ao-max);
  margin-left: auto;
  margin-right: auto;
}
.ao-cases-preview__grid {
  max-width: var(--ao-max);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ao-border);
  border: 1px solid var(--ao-border);
}
.ao-case-card {
  background: var(--ao-cream);
  display: flex;
  flex-direction: column;
  transition: background 0.3s;
}
.ao-case-card:hover { background: #fff; }
.ao-case-card__img {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.ao-case-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ao-transition);
}
.ao-case-card:hover .ao-case-card__img img { transform: scale(1.04); }
.ao-case-card__body {
  padding: 28px 24px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ao-case-card__body h3 {
  font-family: var(--ao-font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--ao-black);
  margin-bottom: 10px;
}
.ao-case-card__body p {
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--ao-text-mid);
  flex: 1;
  margin-bottom: 20px;
}

/* ================================================================
   INQUIRY SECTION
   ================================================================ */
.ao-inquiry {
  padding: 96px 64px;
  background: var(--ao-cream);
}
.ao-inquiry__inner {
  max-width: var(--ao-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.ao-inquiry__left h2 {
  font-family: var(--ao-font-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  color: var(--ao-black);
  margin-bottom: 16px;
  line-height: 1.25;
}
.ao-inquiry__left p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--ao-text-mid);
  margin-bottom: 28px;
}
.ao-inquiry__promises {
  list-style: none;
  margin-bottom: 36px;
}
.ao-inquiry__promises li {
  font-size: 0.84rem;
  color: var(--ao-text-mid);
  padding: 8px 0;
  border-bottom: 1px solid var(--ao-border);
  padding-left: 20px;
  position: relative;
}
.ao-inquiry__promises li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--ao-gold);
  font-size: 0.8rem;
}
.ao-inquiry__contacts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* CF7 Form Styling */
.ao-inquiry__right .wpcf7 { width: 100%; }
.ao-inquiry__right .wpcf7-form { display: flex; flex-direction: column; gap: 0; }
.ao-inquiry__right .wpcf7-form p { margin: 0 0 16px; }
.ao-inquiry__right .wpcf7-form input[type="text"],
.ao-inquiry__right .wpcf7-form input[type="email"],
.ao-inquiry__right .wpcf7-form input[type="tel"],
.ao-inquiry__right .wpcf7-form select,
.ao-inquiry__right .wpcf7-form textarea {
  width: 100%;
  border: 1px solid var(--ao-border);
  background: #fff;
  padding: 14px 16px;
  font-family: var(--ao-font-sans);
  font-size: 0.88rem;
  color: var(--ao-text);
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
}
.ao-inquiry__right .wpcf7-form input:focus,
.ao-inquiry__right .wpcf7-form textarea:focus,
.ao-inquiry__right .wpcf7-form select:focus {
  border-color: var(--ao-black);
}
.ao-inquiry__right .wpcf7-form textarea { min-height: 120px; resize: vertical; }
.ao-inquiry__right .wpcf7-form label {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ao-text-mid);
  margin-bottom: 6px;
}
.ao-inquiry__right .wpcf7-form input[type="submit"] {
  background: var(--ao-black);
  color: #fff;
  border: 1px solid var(--ao-black);
  padding: 16px 32px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  width: 100%;
}
.ao-inquiry__right .wpcf7-form input[type="submit"]:hover {
  background: var(--ao-gold);
  border-color: var(--ao-gold);
}

/* Hide CF7 honeypot */
.wpcf7-form .wpcf7-quiz-label,
.wpcf7-form p:has(input[name$="_wpcf7_ak_hp_textarea"]),
.wpcf7-form p:has(input[name="ak_hp_textarea"]),
.wpcf7-form p:has(input[name*="hp_"]),
.wpcf7-form p:first-child:has(input[type="text"][style*="display:none"]),
.wpcf7-form > p:first-child:empty,
.wpcf7-form > p:first-child input[type="text"][tabindex="-1"],
.wpcf7-form > p:first-child input[type="text"][autocomplete="off"][style],
input[name="ak_hp_textarea"],
input[name="_wpcf7_ak_hp_textarea"],
.wpcf7-form p:first-of-type:has(> input:only-child[type="text"]) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

/* Custom form */
.ao-form { display: flex; flex-direction: column; gap: 16px; }
.ao-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ao-form__field { display: flex; flex-direction: column; gap: 6px; }
.ao-form__field label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ao-text-mid);
}
.ao-form__field label span { color: var(--ao-gold); }
.ao-form__field input,
.ao-form__field select,
.ao-form__field textarea {
  border: 1px solid var(--ao-border);
  background: #fff;
  padding: 14px 16px;
  font-family: var(--ao-font-sans);
  font-size: 0.88rem;
  color: var(--ao-text);
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
}
.ao-form__field input:focus,
.ao-form__field select:focus,
.ao-form__field textarea:focus { border-color: var(--ao-black); }
.ao-form__field textarea { min-height: 120px; resize: vertical; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1200px) {
  .ao-hero__content { padding: 0 48px; }
  .ao-scenes { padding: 72px 48px 64px; }
  .ao-products-intro,
  .ao-materials,
  .ao-why,
  .ao-cases-preview,
  .ao-inquiry { padding: 72px 48px; }
  .ao-certs { padding: 32px 48px; }
  .ao-product-families { grid-template-columns: repeat(2, 1fr); }
  .ao-why__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .ao-hero__content { padding: 0 32px; }
  .ao-scenes { padding: 56px 24px 48px; }
  .ao-scenes__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .ao-scene-card--tall { grid-row: span 1; }
  .ao-scene-card--wide { grid-column: span 2; }
  .ao-products-intro,
  .ao-materials,
  .ao-why,
  .ao-cases-preview,
  .ao-inquiry { padding: 56px 24px; }
  .ao-materials__inner { grid-template-columns: 1fr; gap: 40px; }
  .ao-materials__img { order: -1; aspect-ratio: 16/9; }
  .ao-inquiry__inner { grid-template-columns: 1fr; gap: 40px; }
  .ao-cases-preview__grid { grid-template-columns: 1fr; }
  .ao-trust-bar__inner { flex-wrap: wrap; }
  .ao-trust-bar__item { flex: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,0.07); }
}

@media (max-width: 600px) {
  .ao-hero { min-height: 100svh; padding-bottom: 60px; }
  .ao-hero__content { padding: 0 20px; }
  .ao-hero__title { font-size: 2.2rem; }
  .ao-scenes__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .ao-scene-card--wide { grid-column: span 1; }
  .ao-scenes__grid .ao-scene-card { height: 260px; }
  .ao-product-families { grid-template-columns: 1fr; }
  .ao-why__grid { grid-template-columns: 1fr; }
  .ao-certs__inner { flex-wrap: wrap; }
  .ao-cert-badge { flex: 0 0 50%; }
  .ao-form__row { grid-template-columns: 1fr; }
  .ao-trust-bar__item { flex: 0 0 100%; }
}



/* ================================================================
   CATALOG PAGE SPECIFIC STYLES
   ================================================================ */

/* Page Hero (inner pages) */
.ao-page-hero {
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
  overflow: hidden;
}
.ao-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}
.ao-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 64px;
  width: 100%;
}
.ao-page-hero__eyebrow {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}
.ao-page-hero__content h1 {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
}
.ao-page-hero__sub {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.05em;
}

/* Catalog Intro */
.ao-catalog-intro {
  padding: 72px 64px 56px;
  background: #faf9f7;
}
.ao-catalog-intro__inner {
  max-width: 1360px;
  margin: 0 auto;
}
.ao-catalog-intro__inner p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: #4a4a4a;
  max-width: 560px;
  margin-bottom: 36px;
}
.ao-catalog-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ao-catalog-nav__item {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #e0dbd4;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: all 0.2s;
}
.ao-catalog-nav__item:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

/* Catalog Section */
.ao-catalog-section {
  padding: 80px 64px;
  background: #faf9f7;
}
.ao-catalog-section--alt {
  background: #f5f3ef;
}
.ao-catalog-section__header {
  max-width: 1360px;
  margin: 0 auto 48px;
}
.ao-catalog-section__header h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  color: #0d0d0d;
  margin-bottom: 12px;
}
.ao-catalog-section__header p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4a4a4a;
  max-width: 640px;
}

/* Product Grid */
.ao-product-grid {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0dbd4;
  border: 1px solid #e0dbd4;
}

/* Product Card */
.ao-product-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: background 0.3s;
}
.ao-product-card:hover { background: #fefefe; }
.ao-product-card__img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.ao-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ao-product-card:hover .ao-product-card__img img { transform: scale(1.04); }
.ao-product-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #b8966a;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
}
.ao-product-card__body {
  padding: 24px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ao-product-card__body h3 {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #0d0d0d;
  line-height: 1.3;
}
.ao-product-card__model {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #b8966a;
  text-transform: uppercase;
}
.ao-product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0;
}
.ao-product-card__specs span {
  font-size: 0.72rem;
  color: #666;
  background: #f5f3ef;
  padding: 3px 8px;
  border: 1px solid #e0dbd4;
}
.ao-product-card__desc {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #4a4a4a;
  flex: 1;
}
.ao-product-card__body .ao-btn {
  margin-top: 12px;
  align-self: flex-start;
}

@media (max-width: 900px) {
  .ao-product-grid { grid-template-columns: repeat(2, 1fr); }
  .ao-catalog-section { padding: 56px 24px; }
  .ao-catalog-intro { padding: 56px 24px 40px; }
  .ao-page-hero__content { padding: 0 24px; }
  .ao-page-hero { height: 360px; padding-bottom: 40px; }
}
@media (max-width: 600px) {
  .ao-product-grid { grid-template-columns: 1fr; }
}


/* END ARIELY OUTDOOR CSS */
/* ============================================================
   RFQ Product Pre-fill Banner
   ============================================================ */
.ao-rfq-banner {
    background: #f0ede6;
    border: 1.5px solid #b8966a;
    border-radius: 4px;
    padding: 14px 20px;
    margin-bottom: 20px;
    animation: aoRfqFadeIn 0.3s ease;
}
@keyframes aoRfqFadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ao-rfq-banner-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.ao-rfq-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    font-family: var(--font-body);
}
.ao-rfq-product-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: var(--font-serif);
}
.ao-rfq-model {
    font-size: 12px;
    color: #b8966a;
    font-family: var(--font-body);
    letter-spacing: 0.06em;
}
.ao-rfq-clear {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    line-height: 1;
    padding: 0 4px;
    transition: color 0.2s;
}
.ao-rfq-clear:hover { color: #1a1a1a; }

/* RFQ Highlight pulse on form */
@keyframes aoRfqPulse {
    0%   { box-shadow: 0 0 0 0 rgba(184,150,106,0.4); }
    50%  { box-shadow: 0 0 0 12px rgba(184,150,106,0); }
    100% { box-shadow: 0 0 0 0 rgba(184,150,106,0); }
}
.rh-inquiry-form.ao-rfq-highlight {
    animation: aoRfqPulse 1.5s ease;
}

/* ============================================================
   Product Grid: 3-column, no orphan cell
   ============================================================ */
.rh-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e8e4dc;
}

/* On smaller screens fall back to 2-col */
@media (max-width: 900px) {
    .rh-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .rh-product-grid {
        grid-template-columns: 1fr;
    }
}

/* Product inquiry button — keep same style as <a> */
button.rh-product-inquiry-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #1a1a1a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 12px 16px;
    font-family: var(--font-body);
    transition: background 0.25s, color 0.25s;
    margin-top: auto;
}
button.rh-product-inquiry-btn:hover {
    background: #b8966a;
    color: #fff;
}


/* ============================================================
   PRODUCT GRID GAP FIX - ensure no orphan cards
   ============================================================ */

/* Scene page product grid - 3 columns, last row fills left-to-right */
.rh-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e8e4de;
}

/* When grid has items that don't fill last row, 
   use pseudo-elements to fill the gap visually */
.rh-product-grid::after {
    content: '';
    grid-column: span 1;
    background: #f5f3ef;
}

/* If last row has 1 item (needs 2 fillers) */
.rh-product-grid.ao-grid-mod1::after {
    grid-column: span 2;
}

/* If last row has 2 items (needs 1 filler) */
.rh-product-grid.ao-grid-mod2::after {
    grid-column: span 1;
}

/* If last row is full (3 items), hide the filler */
.rh-product-grid.ao-grid-mod0::after {
    display: none;
}

/* Also fix ao-product-grid (catalog page) */
.ao-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e8e4de;
}

.ao-product-grid::after {
    content: '';
    background: #f5f3ef;
}

.ao-product-grid.ao-grid-mod0::after { display: none; }
.ao-product-grid.ao-grid-mod1::after { grid-column: span 2; }
.ao-product-grid.ao-grid-mod2::after { grid-column: span 1; }


/* ============================================================
   GRID ORPHAN FIX — All grids use 3-col uniform layout
   ============================================================ */

/* Material grid: 3-col, 6 items = 2 perfect rows */
.rh-material-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid #e8e4de;
    border-left: 1px solid #e8e4de;
    margin: 48px 0;
}
.rh-material-grid article {
    padding: 40px 36px;
    border-right: 1px solid #e8e4de;
    border-bottom: 1px solid #e8e4de;
    background: #fff;
    transition: background 0.2s;
}
.rh-material-grid article:hover {
    background: #f5f3ef;
}
.rh-material-grid article span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b8966a;
    margin-bottom: 12px;
}
.rh-material-grid article h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}
.rh-material-grid article p {
    font-size: 13px;
    line-height: 1.7;
    color: #6b6560;
    margin: 0 0 16px;
}
.rh-material-grid article small {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9b9590;
}

/* Cases grid: uniform 3-col, 6 items = 2 perfect rows */
.rh-cases-uniform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #e8e4de;
}
.rh-case-card-uniform {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.rh-case-card-img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.rh-case-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.rh-case-card-uniform:hover .rh-case-card-img img {
    transform: scale(1.04);
}
.rh-case-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(26,26,26,0.85);
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 10px;
}
.rh-case-card-body {
    padding: 28px 28px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.rh-case-card-body h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
}
.rh-case-card-body p {
    font-size: 13px;
    line-height: 1.65;
    color: #6b6560;
    margin: 0 0 16px;
    flex: 1;
}
.rh-case-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
    padding-top: 16px;
    border-top: 1px solid #e8e4de;
}
.rh-case-meta small {
    font-size: 11px;
    color: #9b9590;
    letter-spacing: 0.04em;
}
.rh-case-inquiry-btn {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 12px 20px;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s;
    align-self: flex-start;
}
.rh-case-inquiry-btn:hover {
    background: #b8966a;
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .rh-material-grid,
    .rh-cases-uniform-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .rh-material-grid,
    .rh-cases-uniform-grid {
        grid-template-columns: 1fr;
    }
}



/* ============================================================
   ARIELY OUTDOOR - PREMIUM VISUAL UPGRADE CSS
   RH.com级别高端排版系统
   ============================================================ */

/* ── 字体系统 ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

:root {
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', -apple-system, sans-serif;
  --color-ink: #1a1a1a;
  --color-ink-light: #555;
  --color-ink-muted: #888;
  --color-gold: #b8966a;
  --color-gold-light: #d4b896;
  --color-paper: #f7f5f2;
  --color-paper-dark: #ede9e3;
  --color-dark: #141414;
  --color-dark-mid: #1e1e1e;
  --color-white: #ffffff;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 32px;
  --space-lg: 64px;
  --space-xl: 96px;
  --space-2xl: 128px;
  --radius: 0px;
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ── 全局重置 ── */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--color-ink);
  background: var(--color-paper);
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
}

/* ── 隐藏CF7蜜罐字段 ── */
.wpcf7-form p:first-child input[type="text"]:not([name]),
input[name="_wpcf7_ak_js"],
.wpcf7 .akismet-fields-container,
span.wpcf7-list-item:first-child input[type="text"][style*="display:none"],
p > span > input[type="text"][tabindex="-1"],
.wpcf7-form > p:first-of-type:has(input[autocomplete="new-password"]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

/* ── Hero 全屏模块 ── */
.official-hero,
.ao-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: var(--space-xl);
}

.official-hero img,
.ao-hero img,
.official-hero-bg,
.ao-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 8s ease;
}

.official-hero::after,
.ao-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.1) 0%,
    rgba(0,0,0,0.2) 40%,
    rgba(0,0,0,0.55) 100%
  );
}

.official-hero-content,
.ao-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 var(--space-xl);
  animation: heroFadeUp 1.2s ease both;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.official-hero-eyebrow,
.ao-hero-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--space-sm);
}

.official-hero-title,
.ao-hero-title,
.official-hero h1,
.ao-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--color-white);
  margin: 0 0 var(--space-md);
  letter-spacing: -0.01em;
}

.official-hero-desc,
.ao-hero-desc,
.official-hero p,
.ao-hero p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: var(--space-md);
}

.official-hero-cta,
.ao-hero-cta {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

/* ── 按钮系统 ── */
.btn-primary,
.official-btn-primary,
.ao-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  background: var(--color-white);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition);
}

.btn-primary:hover,
.official-btn-primary:hover,
.ao-btn-primary:hover {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255,255,255,0.6);
}

.btn-secondary,
.official-btn-secondary,
.ao-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  background: transparent;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.5);
  cursor: pointer;
  transition: var(--transition);
}

.btn-secondary:hover,
.official-btn-secondary:hover,
.ao-btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.8);
}

/* ── 信任数字栏 ── */
.official-trust-bar,
.ao-trust-bar {
  background: var(--color-dark);
  padding: 40px var(--space-xl);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.official-trust-item,
.ao-trust-item {
  text-align: center;
  padding: var(--space-sm) var(--space-md);
  border-right: 1px solid rgba(255,255,255,0.08);
}

.official-trust-item:last-child,
.ao-trust-item:last-child {
  border-right: none;
}

.official-trust-number,
.ao-trust-number {
  display: block;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.official-trust-label,
.ao-trust-label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

/* ── 场景网格 - 5格满铺布局 ── */
.official-scenes,
.ao-scenes {
  padding: var(--space-xl) 0;
  background: var(--color-paper);
}

.official-scenes-header,
.ao-scenes-header {
  text-align: center;
  padding: 0 var(--space-xl);
  margin-bottom: var(--space-lg);
}

.official-scenes-eyebrow,
.ao-scenes-eyebrow {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: var(--space-sm);
}

.official-scenes-title,
.ao-scenes-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--color-ink);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

/* 5格场景网格 - 完全满铺，无留空 */
.official-scenes-grid,
.ao-scenes-grid,
.ao-scenes-grid--5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
  background: var(--color-paper-dark);
}

/* 第一行：2个大格各占1列 */
.official-scene-card:nth-child(1),
.ao-scene-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.official-scene-card:nth-child(2),
.ao-scene-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

/* 第二行：3个小格，用subgrid或特殊处理 */
.official-scene-card:nth-child(3),
.ao-scene-card:nth-child(3),
.official-scene-card:nth-child(4),
.ao-scene-card:nth-child(4),
.official-scene-card:nth-child(5),
.ao-scene-card:nth-child(5) {
  grid-row: 2;
}

/* 改用3列布局但让前2个各占1.5列 */
.official-scenes-grid,
.ao-scenes-grid,
.ao-scenes-grid--5 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 480px 360px;
  gap: 2px;
  background: var(--color-paper-dark);
}

.official-scene-card:nth-child(1),
.ao-scene-card:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1;
}

.official-scene-card:nth-child(2),
.ao-scene-card:nth-child(2) {
  grid-column: 4 / 7;
  grid-row: 1;
}

.official-scene-card:nth-child(3),
.ao-scene-card:nth-child(3) {
  grid-column: 1 / 3;
  grid-row: 2;
}

.official-scene-card:nth-child(4),
.ao-scene-card:nth-child(4) {
  grid-column: 3 / 5;
  grid-row: 2;
}

.official-scene-card:nth-child(5),
.ao-scene-card:nth-child(5) {
  grid-column: 5 / 7;
  grid-row: 2;
}

/* 场景卡片样式 */
.official-scene-card,
.ao-scene-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.official-scene-card img,
.ao-scene-card img,
.official-scene-card-img,
.ao-scene-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.official-scene-card:hover img,
.ao-scene-card:hover img,
.official-scene-card:hover .official-scene-card-img,
.ao-scene-card:hover .ao-scene-card-img {
  transform: scale(1.04);
}

.official-scene-card::after,
.ao-scene-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0,0,0,0.65) 100%
  );
  transition: opacity 0.4s ease;
}

.official-scene-card:hover::after,
.ao-scene-card:hover::after {
  opacity: 0.85;
}

.official-scene-card-content,
.ao-scene-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px;
  z-index: 2;
}

.official-scene-card-desc,
.ao-scene-card-desc {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
  display: block;
}

.official-scene-card-title,
.ao-scene-card-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  color: var(--color-white);
  line-height: 1.1;
  letter-spacing: 0.01em;
}

/* ── Section 通用样式 ── */
.official-section,
.ao-section {
  padding: var(--space-xl) var(--space-xl);
  max-width: 1440px;
  margin: 0 auto;
}

.official-section-eyebrow,
.ao-section-eyebrow {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: var(--space-sm);
}

.official-section-title,
.ao-section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300;
  color: var(--color-ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-md);
}

.official-section-desc,
.ao-section-desc {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.8;
  max-width: 640px;
}

/* ── 产品卡片 ── */
.official-product-grid,
.ao-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--color-paper-dark);
}

.official-product-card,
.ao-product-card {
  background: var(--color-paper);
  overflow: hidden;
  transition: var(--transition);
}

.official-product-card:hover,
.ao-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.official-product-card-image,
.ao-product-card-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--color-paper-dark);
}

.official-product-card-image img,
.ao-product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.official-product-card:hover .official-product-card-image img,
.ao-product-card:hover .ao-product-card-image img {
  transform: scale(1.05);
}

.official-product-card-badge,
.ao-product-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-dark);
  color: var(--color-white);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 10px;
}

.official-product-card-body,
.ao-product-card-body {
  padding: 24px 20px;
}

.official-product-card-sku,
.ao-product-card-sku {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 6px;
}

.official-product-card-name,
.ao-product-card-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-ink);
  line-height: 1.2;
  margin-bottom: 10px;
}

.official-product-card-desc,
.ao-product-card-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.official-product-card-meta,
.ao-product-card-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  margin-bottom: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--color-paper-dark);
}

.official-product-card-meta-label,
.ao-product-card-meta-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
  padding-top: 2px;
}

.official-product-card-meta-value,
.ao-product-card-meta-value {
  font-size: 12px;
  font-weight: 300;
  color: var(--color-ink-light);
}

.official-product-card-btn,
.ao-product-card-btn,
button.ao-rfq-trigger {
  width: 100%;
  padding: 12px 20px;
  background: var(--color-dark);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  display: block;
  text-decoration: none;
}

.official-product-card-btn:hover,
.ao-product-card-btn:hover,
button.ao-rfq-trigger:hover {
  background: var(--color-gold);
  color: var(--color-white);
}

/* ── 材料网格 ── */
.official-materials-grid,
.ao-materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--color-paper-dark);
}

.official-material-card,
.ao-material-card {
  background: var(--color-paper);
  padding: 36px 28px;
  transition: var(--transition);
}

.official-material-card:hover,
.ao-material-card:hover {
  background: var(--color-white);
}

.official-material-card-tag,
.ao-material-card-tag {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 12px;
}

.official-material-card-name,
.ao-material-card-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-ink);
  margin-bottom: 12px;
  line-height: 1.2;
}

.official-material-card-desc,
.ao-material-card-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.7;
  margin-bottom: 16px;
}

.official-material-card-scenes,
.ao-material-card-scenes {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
  padding-top: 16px;
  border-top: 1px solid var(--color-paper-dark);
}

/* ── 案例网格 ── */
.official-cases-grid,
.ao-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--color-paper-dark);
}

.official-case-card,
.ao-case-card {
  background: var(--color-paper);
  overflow: hidden;
}

.official-case-card-image,
.ao-case-card-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--color-paper-dark);
  position: relative;
}

.official-case-card-image img,
.ao-case-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.official-case-card:hover .official-case-card-image img,
.ao-case-card:hover .ao-case-card-image img {
  transform: scale(1.04);
}

.official-case-card-body,
.ao-case-card-body {
  padding: 24px 20px;
}

.official-case-card-scene,
.ao-case-card-scene {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 8px;
}

.official-case-card-title,
.ao-case-card-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-ink);
  margin-bottom: 10px;
  line-height: 1.2;
}

.official-case-card-desc,
.ao-case-card-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.official-case-card-meta,
.ao-case-card-meta {
  display: flex;
  gap: var(--space-md);
  padding-top: 16px;
  border-top: 1px solid var(--color-paper-dark);
  flex-wrap: wrap;
}

.official-case-card-meta-item,
.ao-case-card-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.official-case-card-meta-label,
.ao-case-card-meta-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
}

.official-case-card-meta-value,
.ao-case-card-meta-value {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-ink);
}

.official-case-card-btn,
.ao-case-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-ink);
  text-decoration: none;
  padding-top: 16px;
  border-top: 1px solid var(--color-paper-dark);
  width: 100%;
  margin-top: 12px;
  transition: color 0.3s ease;
}

.official-case-card-btn:hover,
.ao-case-card-btn:hover {
  color: var(--color-gold);
}

.official-case-card-btn::after,
.ao-case-card-btn::after {
  content: '→';
  transition: transform 0.3s ease;
}

.official-case-card-btn:hover::after,
.ao-case-card-btn:hover::after {
  transform: translateX(4px);
}

/* ── 区域规划模块（01/02/03/04）── */
.official-zones-grid,
.ao-zones-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--color-paper-dark);
}

.official-zone-card,
.ao-zone-card {
  background: var(--color-paper);
  padding: 40px 28px;
  transition: var(--transition);
}

.official-zone-card:hover,
.ao-zone-card:hover {
  background: var(--color-white);
}

.official-zone-number,
.ao-zone-number {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 300;
  color: var(--color-paper-dark);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}

.official-zone-title,
.ao-zone-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-ink);
  margin-bottom: 12px;
  line-height: 1.2;
}

.official-zone-desc,
.ao-zone-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.7;
}

/* ── 询盘表单区域 ── */
.official-inquiry,
.ao-inquiry {
  background: var(--color-paper);
  padding: var(--space-xl) 0;
  border-top: 1px solid var(--color-paper-dark);
}

.official-inquiry-inner,
.ao-inquiry-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-xl);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--space-xl);
  align-items: start;
}

.official-inquiry-left,
.ao-inquiry-left {
  padding-top: var(--space-sm);
}

.official-inquiry-eyebrow,
.ao-inquiry-eyebrow {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 16px;
}

.official-inquiry-title,
.ao-inquiry-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  color: var(--color-ink);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.official-inquiry-desc,
.ao-inquiry-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.8;
  margin-bottom: var(--space-md);
}

.official-inquiry-checklist,
.ao-inquiry-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-md);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.official-inquiry-checklist li,
.ao-inquiry-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 300;
  color: var(--color-ink-light);
}

.official-inquiry-checklist li::before,
.ao-inquiry-checklist li::before {
  content: '';
  width: 16px;
  height: 1px;
  background: var(--color-gold);
  flex-shrink: 0;
}

.official-inquiry-contacts,
.ao-inquiry-contacts {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.official-inquiry-wa,
.ao-inquiry-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #25d366;
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--transition);
}

.official-inquiry-wa:hover,
.ao-inquiry-wa:hover {
  background: #20b858;
}

.official-inquiry-email,
.ao-inquiry-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: var(--color-ink);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1px solid var(--color-paper-dark);
  transition: var(--transition);
}

.official-inquiry-email:hover,
.ao-inquiry-email:hover {
  border-color: var(--color-ink);
}

/* CF7表单样式 */
.official-inquiry-right .wpcf7,
.ao-inquiry-right .wpcf7 {
  background: var(--color-white);
  padding: 40px;
}

.wpcf7-form label,
.wpcf7 label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
  margin-bottom: 8px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--color-paper);
  border: 1px solid var(--color-paper-dark);
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  color: var(--color-ink);
  outline: none;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: var(--color-ink);
  background: var(--color-white);
}

.wpcf7-form input[type="submit"],
.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 16px 32px;
  background: var(--color-dark);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  margin-top: var(--space-sm);
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
  background: var(--color-gold);
}

/* ── RFQ横幅 ── */
.ao-rfq-banner {
  background: var(--color-gold);
  color: var(--color-white);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  animation: slideDown 0.4s ease;
  position: sticky;
  top: 0;
  z-index: 100;
}

@keyframes slideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.ao-rfq-banner-text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.ao-rfq-banner-text strong {
  font-weight: 600;
}

.ao-rfq-banner-close {
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.ao-rfq-banner-close:hover {
  opacity: 1;
}

/* ── 页脚 ── */
.official-footer,
.site-footer {
  background: var(--color-dark);
  color: rgba(255,255,255,0.7);
  padding: var(--space-xl) var(--space-xl) var(--space-md);
}

.official-footer-top,
.site-footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--space-xl);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: var(--space-lg);
}

.official-footer-brand,
.site-footer-brand {
  max-width: 280px;
}

.official-footer-logo,
.site-footer-logo {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 300;
  color: var(--color-white);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  display: block;
}

.official-footer-tagline,
.site-footer-tagline {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  margin-bottom: var(--space-md);
}

.official-footer-certs,
.site-footer-certs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.official-footer-cert,
.site-footer-cert {
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.official-footer-col-title,
.site-footer-col-title {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: var(--space-md);
}

.official-footer-links,
.site-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.official-footer-links a,
.site-footer-links a {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.official-footer-links a:hover,
.site-footer-links a:hover {
  color: var(--color-white);
}

.official-footer-bottom,
.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.official-footer-copy,
.site-footer-copy {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.05em;
}

/* ── Why Us 6格模块 ── */
.official-why-grid,
.ao-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--color-paper-dark);
}

.official-why-item,
.ao-why-item {
  background: var(--color-paper);
  padding: 40px 32px;
  transition: var(--transition);
}

.official-why-item:hover,
.ao-why-item:hover {
  background: var(--color-white);
}

.official-why-icon,
.ao-why-icon {
  width: 32px;
  height: 1px;
  background: var(--color-gold);
  margin-bottom: 24px;
}

.official-why-title,
.ao-why-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-ink);
  margin-bottom: 12px;
  line-height: 1.2;
}

.official-why-desc,
.ao-why-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.7;
}

/* ── 认证模块 ── */
.official-certs-grid,
.ao-certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--color-paper-dark);
}

.official-cert-item,
.ao-cert-item {
  background: var(--color-paper);
  padding: 40px 28px;
  text-align: center;
  transition: var(--transition);
}

.official-cert-item:hover,
.ao-cert-item:hover {
  background: var(--color-white);
}

.official-cert-badge,
.ao-cert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--color-paper-dark);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gold);
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.official-cert-title,
.ao-cert-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-ink);
  margin-bottom: 8px;
}

.official-cert-desc,
.ao-cert-desc {
  font-size: 12px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.6;
}

/* ── 工作流程模块 ── */
.official-workflow-grid,
.ao-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--color-paper-dark);
}

.official-workflow-step,
.ao-workflow-step {
  background: var(--color-paper);
  padding: 40px 28px;
  position: relative;
}

.official-workflow-number,
.ao-workflow-number {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 300;
  color: var(--color-paper-dark);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}

.official-workflow-title,
.ao-workflow-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-ink);
  margin-bottom: 12px;
  line-height: 1.2;
}

.official-workflow-desc,
.ao-workflow-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.7;
}

/* ── FAQ 手风琴 ── */
.official-faq-section,
.ao-faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-xl);
}

.official-faq-nav,
.ao-faq-nav {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-paper-dark);
  margin-bottom: var(--space-lg);
}

.official-faq-nav a,
.ao-faq-nav a {
  padding: 12px 24px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.3s ease;
}

.official-faq-nav a:hover,
.ao-faq-nav a:hover {
  color: var(--color-ink);
  border-bottom-color: var(--color-gold);
}

.official-faq-group,
.ao-faq-group {
  margin-bottom: var(--space-lg);
}

.official-faq-group-title,
.ao-faq-group-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  color: var(--color-ink);
  margin-bottom: var(--space-md);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-paper-dark);
}

details.official-faq-item,
details.ao-faq-item {
  border-bottom: 1px solid var(--color-paper-dark);
}

details.official-faq-item summary,
details.ao-faq-item summary {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 300;
  color: var(--color-ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-sm);
  transition: color 0.3s ease;
}

details.official-faq-item summary::-webkit-details-marker,
details.ao-faq-item summary::-webkit-details-marker {
  display: none;
}

details.official-faq-item summary::after,
details.ao-faq-item summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: var(--color-gold);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

details.official-faq-item[open] summary::after,
details.ao-faq-item[open] summary::after {
  transform: rotate(45deg);
}

details.official-faq-item summary:hover,
details.ao-faq-item summary:hover {
  color: var(--color-gold);
}

.official-faq-answer,
.ao-faq-answer {
  padding: 0 0 24px;
  font-size: 14px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.8;
  max-width: 720px;
}

/* ── 新闻列表 ── */
.official-news-grid,
.ao-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--color-paper-dark);
}

.official-news-card,
.ao-news-card {
  background: var(--color-paper);
  overflow: hidden;
}

.official-news-card-image,
.ao-news-card-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--color-paper-dark);
}

.official-news-card-image img,
.ao-news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.official-news-card:hover .official-news-card-image img,
.ao-news-card:hover .ao-news-card-image img {
  transform: scale(1.04);
}

.official-news-card-body,
.ao-news-card-body {
  padding: 24px 20px;
}

.official-news-card-cat,
.ao-news-card-cat {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 8px;
}

.official-news-card-title,
.ao-news-card-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-ink);
  margin-bottom: 10px;
  line-height: 1.2;
}

.official-news-card-excerpt,
.ao-news-card-excerpt {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-ink-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.official-news-card-link,
.ao-news-card-link {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-ink);
  text-decoration: none;
  transition: color 0.3s ease;
}

.official-news-card-link:hover,
.ao-news-card-link:hover {
  color: var(--color-gold);
}

/* ── 响应式 ── */
@media (max-width: 1024px) {
  :root {
    --space-xl: 64px;
    --space-lg: 48px;
  }
  
  .official-trust-bar,
  .ao-trust-bar {
    grid-template-columns: repeat(3, 1fr);
    padding: 32px var(--space-lg);
  }
  
  .official-trust-item:nth-child(4),
  .official-trust-item:nth-child(5),
  .ao-trust-item:nth-child(4),
  .ao-trust-item:nth-child(5) {
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  
  .official-scenes-grid,
  .ao-scenes-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  
  .official-scene-card,
  .ao-scene-card {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  
  .official-footer-top,
  .site-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg);
  }
}

@media (max-width: 768px) {
  :root {
    --space-xl: 40px;
    --space-lg: 32px;
  }
  
  .official-hero,
  .ao-hero {
    height: 80vh;
    padding-bottom: var(--space-lg);
  }
  
  .official-hero-content,
  .ao-hero-content {
    padding: 0 var(--space-md);
  }
  
  .official-trust-bar,
  .ao-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px var(--space-md);
  }
  
  .official-trust-number,
  .ao-trust-number {
    font-size: 32px;
  }
  
  .official-scenes-grid,
  .ao-scenes-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  
  .official-scene-card,
  .ao-scene-card {
    height: 280px;
    grid-column: auto !important;
    grid-row: auto !important;
  }
  
  .official-product-grid,
  .ao-product-grid,
  .official-materials-grid,
  .ao-materials-grid,
  .official-cases-grid,
  .ao-cases-grid,
  .official-why-grid,
  .ao-why-grid,
  .official-certs-grid,
  .ao-certs-grid,
  .official-workflow-grid,
  .ao-workflow-grid,
  .official-zones-grid,
  .ao-zones-grid,
  .official-news-grid,
  .ao-news-grid {
    grid-template-columns: 1fr;
  }
  
  .official-inquiry-inner,
  .ao-inquiry-inner {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
  
  .official-footer-top,
  .site-footer-top {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
}

/* ── 页面过渡动画 ── */
.official-section,
.ao-section,
.official-trust-bar,
.ao-trust-bar,
.official-scenes,
.ao-scenes {
  animation: fadeInUp 0.6s ease both;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── 全宽区块 ── */
.official-fullwidth,
.ao-fullwidth {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* ── 深色区块 ── */
.official-dark-section,
.ao-dark-section {
  background: var(--color-dark);
  color: var(--color-white);
  padding: var(--space-xl);
}

.official-dark-section .official-section-title,
.ao-dark-section .ao-section-title {
  color: var(--color-white);
}

.official-dark-section .official-section-desc,
.ao-dark-section .ao-section-desc {
  color: rgba(255,255,255,0.6);
}

/* ── 工厂数据模块 ── */
.official-factory-grid,
.ao-factory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
}

.official-factory-item,
.ao-factory-item {
  padding: 40px 28px;
  text-align: center;
}

.official-factory-number,
.ao-factory-number {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1;
  margin-bottom: 8px;
}

.official-factory-label,
.ao-factory-label {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

/* ── 客户评价 ── */
.official-testimonials,
.ao-testimonials {
  background: var(--color-dark);
  padding: var(--space-xl);
}

.official-testimonials-grid,
.ao-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  max-width: 1200px;
  margin: var(--space-lg) auto 0;
}

.official-testimonial-card,
.ao-testimonial-card {
  background: var(--color-dark-mid);
  padding: 40px 32px;
}

.official-testimonial-quote,
.ao-testimonial-quote {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: var(--space-md);
}

.official-testimonial-author,
.ao-testimonial-author {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gold);
}

/* ── Contact页面 ── */
.official-contact-grid,
.ao-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2px;
  background: var(--color-paper-dark);
  max-width: 1200px;
  margin: var(--space-xl) auto;
}

.official-contact-info,
.ao-contact-info {
  background: var(--color-dark);
  padding: 56px 40px;
  color: var(--color-white);
}

.official-contact-form,
.ao-contact-form {
  background: var(--color-paper);
  padding: 56px 40px;
}

.official-contact-method,
.ao-contact-method {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.official-contact-method-label,
.ao-contact-method-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.official-contact-method-value,
.ao-contact-method-value {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.official-contact-method-value:hover,
.ao-contact-method-value:hover {
  color: var(--color-gold);
}

/* ── 滚动条美化 ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--color-paper); }
::-webkit-scrollbar-thumb { background: var(--color-paper-dark); }
::-webkit-scrollbar-thumb:hover { background: var(--color-ink-muted); }

/* ── 选中文字颜色 ── */
::selection {
  background: var(--color-gold);
  color: var(--color-white);
}


/* ========================================
   PREMIUM VISUAL UPGRADE v3 - 2026-07-09
   High-end hospitality brand aesthetics
   ======================================== */

/* --- 全局字体优化 --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Montserrat:wght@300;400;500&display=swap');

:root {
  --ao-font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --ao-font-sans: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

/* --- 首页Hero优化 --- */
.ao-hero__title {
  font-family: var(--ao-font-serif) !important;
  font-size: clamp(2.8rem, 5.5vw, 6rem) !important;
  font-weight: 300 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.05 !important;
}

/* --- 场景网格优化：更高端的文字叠加 --- */
.ao-scene-card__body h3 {
  font-family: var(--ao-font-serif) !important;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.ao-scene-card__body p {
  font-family: var(--ao-font-sans) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.55) !important;
}

/* --- 产品卡片优化 --- */
.rh-product-card {
  background: #fff !important;
  border: none !important;
  box-shadow: none !important;
  transition: box-shadow 0.35s ease !important;
}

.rh-product-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.08) !important;
}

.rh-product-card__img {
  aspect-ratio: 4/3 !important;
  overflow: hidden !important;
}

.rh-product-card__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s ease !important;
}

.rh-product-card:hover .rh-product-card__img img {
  transform: scale(1.04) !important;
}

/* --- 标题全局优化 --- */
h1, h2, h3 {
  font-family: var(--ao-font-serif) !important;
}

.ao-section-title,
.official-heading h2,
h2.ao-section-title {
  font-family: var(--ao-font-serif) !important;
  font-weight: 300 !important;
  letter-spacing: -0.01em !important;
}

/* --- 信任数字栏优化 --- */
.ao-trust-bar {
  background: #1a1a18 !important;
}

.ao-trust-item strong,
.ao-trust-bar strong {
  font-family: var(--ao-font-serif) !important;
  font-weight: 300 !important;
  font-size: clamp(1.8rem, 2.8vw, 3rem) !important;
  letter-spacing: -0.02em !important;
}

/* --- 导航优化 --- */
.ao-nav__main a,
.ao-header__top a {
  font-family: var(--ao-font-sans) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.12em !important;
  font-weight: 400 !important;
}

/* --- 按钮优化 --- */
.ao-btn-primary,
.ao-btn,
a.ao-btn-primary {
  font-family: var(--ao-font-sans) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.14em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 14px 32px !important;
}

/* --- 场景页面产品网格 --- */
.rh-product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 1px !important;
  background: #e8e4de !important;
  border: 1px solid #e8e4de !important;
}

/* --- 材料区域优化 --- */
.ao-materials {
  background: #f5f2ed !important;
}

/* --- 案例页面优化 --- */
.rh-cases-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2px !important;
  background: #e8e4de !important;
}

/* --- 页脚优化 --- */
.ao-footer {
  background: #1a1a18 !important;
  color: rgba(255,255,255,0.65) !important;
}

.ao-footer a {
  color: rgba(255,255,255,0.55) !important;
}

.ao-footer a:hover {
  color: rgba(255,255,255,0.9) !important;
}

/* --- 联系表单优化 --- */
.ao-inquiry-form input,
.ao-inquiry-form textarea,
.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid #d4cfc8 !important;
  border-radius: 0 !important;
  background: #fff !important;
  font-family: var(--ao-font-sans) !important;
  font-size: 0.82rem !important;
  padding: 14px 16px !important;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none !important;
  border-color: #1a1a18 !important;
  box-shadow: none !important;
}

/* --- 产品索引表格优化 --- */
.official-product-index {
  border: 1px solid #e8e4de !important;
}

.official-product-index-head {
  background: #1a1a18 !important;
  color: rgba(255,255,255,0.85) !important;
  font-family: var(--ao-font-sans) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.official-product-index-row {
  border-bottom: 1px solid #e8e4de !important;
  font-size: 0.82rem !important;
}

.official-product-index-row:hover {
  background: #f9f7f4 !important;
}

/* --- 移动端优化 --- */
@media (max-width: 768px) {
  .ao-hero__title {
    font-size: clamp(2rem, 8vw, 3.5rem) !important;
  }
  
  .rh-product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


/* FOOTER & FORM FIXES */
.ao-footer__inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 4rem; }
.ao-footer__brand { padding-right: 0; }
.ao-inquiry__right { background: #fff; padding: 3rem; border: 1px solid #eee; }
.wpcf7-form p { margin-bottom: 1.5rem; }
.wpcf7-form label { display: block; font-family: 'Inter', sans-serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; color: #666; }
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea { width: 100%; padding: 1rem; border: 1px solid #ddd; font-family: 'Inter', sans-serif; transition: border-color 0.3s; }
.wpcf7-form input:focus, .wpcf7-form textarea:focus { border-color: #000; outline: none; }
.wpcf7-form input[type=submit] { background: #000; color: #fff; border: none; padding: 1.2rem 2rem; width: 100%; cursor: pointer; font-family: 'Inter', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; transition: background 0.3s; margin-top: 1rem; }
.wpcf7-form input[type=submit]:hover { background: #333; }
.wpcf7-response-output { margin: 2rem 0 0 !important; padding: 1rem !important; border: 1px solid #ddd !important; font-size: 0.9rem; }


/* SCENE PAGE OPTIMIZATIONS */
.ao-scene-nav { margin-bottom: 4rem; }
.ao-scene-nav__item { font-family: 'Inter', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; }
.ao-product-card__image img { object-fit: cover; transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
.ao-product-card:hover .ao-product-card__image img { transform: scale(1.05); }
.ao-inquiry__promises li { padding-left: 1.5rem; position: relative; margin-bottom: 0.8rem; }
.ao-inquiry__promises li::before { content: '✓'; position: absolute; left: 0; color: #000; font-weight: bold; }


/* FINAL PREMIUM TOUCHES */
body { color: #1a1a1a; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-weight: 400; letter-spacing: -0.01em; }
.ao-btn { transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.ao-btn--dark:hover { background: #333; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.ao-section-label { color: #888; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 1.5rem; display: block; }
section { padding: 8rem 0; }
.ao-page-hero { height: 80vh; min-height: 600px; }
.ao-page-hero h1 { font-size: 4.5rem; line-height: 1.1; margin-bottom: 2rem; }
@media (max-width: 768px) {
  .ao-page-hero h1 { font-size: 2.8rem; }
  section { padding: 4rem 0; }
}

