/*
Theme Name: TCE Stone (Australia) Clone
Theme URI: https://tcestone.com/
Author: Cursor
Description: High-fidelity local WordPress theme for the TCE Stone (Australia) site clone.
Version: 1.0.0
*/

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --text: #272727;
  --muted: #737373;
  --line: #dddddd;
  --dark: #272727;
  --primary: #660d0d;
  --soft: #f9f9f9;
  --container: 1180px;
  --radius: 0;
  --heading: "Sora", "Helvetica Neue", Arial, sans-serif;
  --body: "Sora", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 200;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-out;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(var(--container), 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
  transition: 0.3s ease-out;
}

.header__wrap,
.nav-wrap {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.header__branding {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.header__logo {
  width: 102px;
  height: auto;
}

.header__logo--light {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  font-size: 15px;
  font-weight: 400;
  color: var(--dark);
  position: relative;
  transition: color 180ms ease;
}

.main-nav a::after {
  display: none;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--primary);
}

.main-nav a.active {
  font-weight: 600;
}

.pay-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 38px;
  border-radius: 0;
  border: 2px solid var(--primary);
  background: transparent;
  color: var(--dark);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: 0.3s ease-out;
}

.pay-btn {
  min-height: 42px;
  padding: 0 16px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.main-nav .pay-btn,
.main-nav .pay-btn.active {
  color: #fff;
}

.btn:hover {
  transform: translateY(-1px);
  background: var(--primary);
  color: #fff;
}

.pay-btn:hover {
  transform: translateY(-1px);
  background: #fff;
  color: var(--primary);
}

.btn.btn-light {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #111;
}

main section {
  padding: 84px 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
}

.hero::before {
  content: "";
  position: absolute;
  display: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NDYiIGhlaWdodD0iMzAzIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEgMWgxODIuMjE1djU5LjE3NGgtNjAuOTU3VjMwMkg2Mi4zNTJWNTkuNDNIMVYxWk0xODMuMjE1IDI0My41MjdWNjAuMTc0aDU4LjgxdjE4MS4xNjFoMTIwLjUxM1YzMDJIMjQyLjAyNWwtNTguODEtNTguNDczWk0zNjIuNTM4IDFIMjQyLjAyNXY1OS4xNzRoMTIwLjUxM1YxWk00MjYuODI2IDYwLjE3NGgtNjQuMjg4djE4MS4xNjFsNjQuMjg4IDU4LjQ3M2gxMTkuNzY3di01NS41MzZsLTExOS43NjctMS4wOTZ2LTYzLjU1N2wxMTkuNzY3IDEuMDk2di02MS4zNjZsLTExOS43NjctMS4wOTZWNjAuMTc0Wk00MjYuODI2IDF2NTkuMTdINTQ3LjVWMUg0MjYuODI2WiIvPjwvc3ZnPg==");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  opacity: 0.8;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  animation: heroScaleIn 1.4s ease-out both;
  z-index: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: transparent;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: #fff;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-panel {
  position: relative;
  width: min(760px, 76vw);
  min-height: 338px;
  margin: 0 auto 18px 0;
  padding: 48px 24px 2px 46px;
  background: #fff;
  clip-path: none;
  z-index: 3;
  animation: heroContentIn 0.7s ease-out both;
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: #fff;
  transform: rotate(-30deg);
  transform-origin: top right;
  z-index: -1;
}

.hero-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1d1d1b;
}

.hero-title {
  max-width: 720px;
  margin: 0;
  font-family: var(--body);
  font-size: clamp(46px, 4.5vw, 64px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #111;
}

.hero-title span {
  color: var(--primary);
}

.hero-orbit {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 156px;
  height: 156px;
  margin-left: -78px;
  z-index: 4;
  pointer-events: none;
  background-image: url("./assets/rotating.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation: orbitSpin 12s linear infinite;
}

.home-intro h2,
.page-head h1,
.section-title {
  margin: 0 0 12px;
  font-family: var(--heading);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0;
}

.home-intro p,
.page-head p,
.page-copy,
.detail-description,
.detail-note,
.location-card p,
.product-meta p,
.gallery-meta p {
  color: var(--muted);
  line-height: 1.72;
}

.page-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.page-head p {
  max-width: 720px;
}

.page-copy {
  max-width: 920px;
  font-size: 15px;
  font-weight: 200;
}

body:not(.route-home) main section {
  padding: 76px 0;
}

.home-collection {
  background: #fff;
  padding-top: 14px;
}

.home-intro {
  max-width: 520px;
}

.home-intro h2 {
  margin-bottom: 8px;
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 300;
  color: #2f2f2f;
  letter-spacing: 0;
  line-height: 1.14;
}

.home-intro p {
  max-width: 470px;
  font-size: 14px;
  color: #8a877f;
  line-height: 1.6;
}

.collection-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.collection-arrows {
  display: flex;
  gap: 10px;
}

.collection-arrows .showcase-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #d8d4cc;
  background: #fff;
  color: #9d998f;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.collection-arrows .showcase-arrow:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-1px);
}

.collection-arrows .showcase-arrow svg {
  width: 15px;
  height: 9px;
  transform: none;
}

.quality-cover {
  position: relative;
  min-height: 74vh;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.quality-cover__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  will-change: auto;
}

.quality-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56));
  z-index: 0;
}

.quality-cover__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  will-change: transform;
  transition: transform 120ms linear;
}

.quality-cover__title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
}

.quality-cover__title sup {
  display: block;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}

.quality-cover__rule,
.partnership-rule {
  width: 84px;
  height: 1px;
  border: 0;
  background: currentColor;
  margin: 18px auto 24px;
  opacity: 0.9;
}

.quality-cover__text {
  max-width: 880px;
  margin: 0 auto;
  font-family: var(--heading);
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.collection-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(224px, 248px);
  gap: 12px;
  overflow-x: auto;
  padding: 14px 0 10px;
  margin-top: 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.collection-slider::-webkit-scrollbar {
  display: none;
}

.collection-card {
  scroll-snap-align: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  transform-origin: center top;
}

.collection-card__image {
  position: relative;
  aspect-ratio: 0.67;
  background: #f8f8f5;
  overflow: hidden;
}

.collection-card__image img,
.product-image img,
.gallery-image img,
.detail-hero-image img,
.detail-fullslab img,
.detail-gallery-item img,
.feature-tile img,
.home-showcase__media img,
.partnership-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-card__badge {
  position: absolute;
  top: 0;
  left: -58px;
  padding: 0 31px 0 12px;
  min-height: 30px;
  line-height: 30px;
  background: var(--primary);
  color: #fff;
  border-radius: 0;
  transform: rotate(-90deg);
  transform-origin: top right;
  font-family: var(--body);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.collection-card__content {
  padding: 12px 0 0;
}

.collection-card__content h3,
.product-meta h3,
.gallery-meta h3,
.location-card h3,
.related-card h3 {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.3s ease-out;
}

.collection-card__content h3 {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.52;
}

.collection-card__sub {
  display: block;
  min-height: 10px;
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.beliefs-grid,
.detail-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.section-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 13px;
  color: var(--primary);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.home-beliefs {
  background: transparent;
  padding-top: 0;
}

.beliefs-grid {
  gap: 42px;
  padding: 30px 34px;
}

.beliefs-card {
  position: relative;
  z-index: 2;
  margin-top: -70px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.beliefs-features .section-title {
  margin-bottom: 14px;
}

.beliefs-copy .section-title,
.beliefs-features .section-title {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.beliefs-copy .page-copy {
  font-size: 12px;
  line-height: 1.65;
}

.feature-list li,
.downloads-list a {
  border-left: 3px solid #111;
  background: #fff;
  padding: 14px 16px;
  border-radius: 0;
}

.feature-list--icons {
  gap: 0;
}

.feature-list--icons li {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-left: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
}

.feature-list--icons li:first-child {
  border-top: 1px solid var(--line);
}

.feature-list--icons img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.feature-list--icons span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.home-showcase {
  background: #fff;
  padding-top: 22px;
}

.home-showcase__viewport {
  position: relative;
}

.home-showcase__media {
  display: block;
  position: absolute;
  inset: 0;
  background: #eceae4;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease-out;
}

.home-showcase__media.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.home-showcase__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-showcase__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 2px 12px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-showcase__title {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
}

.home-showcase__actions {
  display: inline-flex;
  align-items: center;
  gap: 26px;
}

.home-showcase__meta a {
  color: #615b54;
}

.home-showcase__arrows {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.home-showcase__rule {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.showcase-arrow {
  border: 0;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  padding: 0;
}

.showcase-arrow svg {
  transition: 0.3s ease-out;
}

.showcase-arrow--prev svg {
  transform: scaleX(-1);
}

.showcase-arrow--prev:hover svg {
  transform: translateX(-7px) scaleX(-1);
}

.showcase-arrow--next:hover svg {
  transform: translateX(7px);
}

.home-partnership {
  background: #fff;
  position: relative;
  padding-top: 34px;
}

.home-partnership::before {
  display: none;
}

.partnership-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.1fr);
  gap: 26px;
  align-items: center;
}

.partnership-text {
  max-width: 330px;
  color: var(--primary);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.12;
  font-weight: 500;
}

.partnership-media {
  position: relative;
  min-height: 360px;
  aspect-ratio: 16 / 10;
  background: #eceae4;
  overflow: hidden;
}

.partnership-copy {
  padding: 20px 10px 20px 18px;
}

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

.feature-mosaic,
.product-grid,
.gallery-grid,
.location-grid,
.detail-gallery,
.related-grid {
  display: grid;
  gap: 18px;
}

.feature-mosaic {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid,
.gallery-grid,
.location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.product-grid.is-loading {
  opacity: 0.42;
  transition: opacity 0.2s ease-out;
}

.detail-gallery,
.related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.feature-tile,
.product-card-link {
  display: block;
}

.feature-tile {
  position: relative;
  min-height: 250px;
  border-radius: var(--radius);
  overflow: hidden;
}

.feature-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.08));
}

.feature-tile h3 {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  color: #fff;
  margin: 0;
}

.collection-card__image img,
.product-image img,
.gallery-image img,
.detail-hero-image img,
.detail-fullslab img,
.detail-gallery-item img,
.feature-tile img,
.related-card__image img,
.home-showcase__media img,
.partnership-media img {
  transition: transform 0.6s ease-out;
}

.collection-card:hover .collection-card__image img,
.product-card:hover .product-image img,
.gallery-card:hover .gallery-image img,
.feature-tile:hover img,
.related-card:hover .related-card__image img {
  transform: scale(1.03);
}

.filter-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1.05fr) repeat(4, minmax(128px, 1fr));
  gap: 16px;
  margin-top: 28px;
  padding: 18px 0;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.filter-toolbar label,
.filter-search {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.filter-toolbar input,
.filter-toolbar select,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0 14px;
  background: var(--soft);
  font: inherit;
}

.contact-form textarea {
  min-height: 140px;
  padding: 14px;
}

.product-card,
.gallery-card,
.location-card,
.related-card {
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

.product-card {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.product-image,
.gallery-image,
.detail-hero-image,
.detail-fullslab,
.detail-gallery-item {
  background: var(--soft);
}

.product-image,
.gallery-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.product-card__badge {
  top: 0;
  left: -96px;
  padding: 0 48px 0 28px;
  min-height: 42px;
  line-height: 42px;
  border-radius: 0;
  transform: rotate(-90deg);
  transform-origin: top right;
}

.product-meta {
  padding: 14px 0 0;
}

.product-meta p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0;
}

.detail-hero-image,
.detail-fullslab {
  min-height: 520px;
}

.detail-image-wrap {
  position: relative;
}

.detail-image-toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  gap: 16px;
}

.detail-image-toggle span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-switch {
  position: relative;
  display: inline-flex;
}

.detail-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.detail-switch__track {
  position: relative;
  display: block;
  width: 58px;
  height: 26px;
  border: 2px solid #b0ada7;
  border-radius: 999px;
  cursor: pointer;
}

.detail-switch__track::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--primary);
  transition: transform 0.12s ease-out;
}

.detail-image-wrap.is-toggled .detail-switch__track::before {
  transform: translateX(30px);
}

.detail-hero-image {
  position: relative;
  overflow: hidden;
}

.detail-hero-image img {
  position: absolute;
  inset: 0;
}

.detail-image--overview {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.detail-image-wrap.is-toggled .detail-image--overview {
  opacity: 1;
}

.detail-image-wrap.is-toggled .detail-image--detail {
  opacity: 0;
}

.detail-section-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.detail-gallery-item {
  min-height: 320px;
}

.related-card__image {
  aspect-ratio: 250 / 383;
  background: var(--soft);
  overflow: hidden;
}

.related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-card__content {
  padding: 14px 16px 16px;
}

.breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  color: #808080;
  font-size: 14px;
}

.detail-title {
  margin: 0 0 24px;
  font-family: var(--heading);
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.18;
  font-weight: 300;
}

.detail-new {
  margin: 0 0 10px;
  color: var(--primary);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
}

.detail-specs {
  display: grid;
  gap: 0;
  margin-top: 26px;
}

.detail-specs div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.detail-specs span {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7f7b73;
}

.detail-specs strong {
  font-size: 15px;
  font-weight: 300;
}

.detail-downloads {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.detail-downloads a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.detail-note {
  margin: 16px 0 0;
  font-size: 13px;
}

.detail-fullslab-wrap,
.detail-gallery-wrap {
  margin-top: 40px;
}

.downloads-list {
  display: grid;
  gap: 0;
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
}

.faq-q {
  position: relative;
  padding: 22px 56px 22px 0;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  color: var(--primary);
}

.faq-a {
  padding: 0 56px 22px 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list--timeline .faq-item {
  border-left: 0;
  border-right: 0;
}

.faq-list--timeline .faq-q {
  padding: 18px 0 8px;
  cursor: default;
}

.faq-list--timeline .faq-q::after {
  display: none;
}

.faq-list--timeline .faq-a {
  display: block;
  padding: 0 0 22px;
}

body.route-products .page-head {
  max-width: 820px;
  margin-bottom: 24px;
}

body.route-products .filter-toolbar {
  grid-template-columns: minmax(220px, 425px) repeat(4, minmax(128px, 1fr));
  gap: 18px 22px;
  margin-top: 34px;
  padding: 0 0 24px;
}

body.route-products .product-grid {
  margin-top: 34px;
  row-gap: 30px;
  column-gap: 15px;
}

body.route-products .product-image {
  aspect-ratio: 250 / 383;
}

body.route-products .product-meta h3 {
  font-size: 12px;
  line-height: 1.45;
}

body.route-product .detail-layout {
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
}

body.route-product .detail-description {
  max-width: 560px;
  margin: 0;
  font-size: 15px;
}

body.route-product .detail-hero-image {
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin-bottom: 18px;
}

body.route-product .detail-fullslab {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

body.route-product .detail-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 24px;
}

body.route-product .detail-gallery-item {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

body.route-product .related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

body.route-product .related-card {
  background: transparent;
  border: 0;
}

body.route-product .related-card__image {
  aspect-ratio: 250 / 383;
}

body.route-product .related-card__content {
  padding: 12px 0 0;
}

body.route-product .detail-downloads a:hover,
body.route-resources .downloads-list a:hover {
  color: var(--primary);
  padding-left: 8px;
}

body.route-gallery .gallery-card:hover .gallery-image img,
.home-showcase__media:hover img,
.partnership-media:hover img,
body.route-product .detail-fullslab:hover img,
body.route-product .detail-gallery-item:hover img,
body.route-product .related-card:hover .related-card__image img {
  transform: scale(1.03);
}

body.route-product .page-head {
  max-width: none;
  margin-bottom: 0;
}

body.route-gallery .gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 42px;
  margin-top: 30px;
}

body.route-gallery .gallery-card {
  background: transparent;
  border: 0;
}

body.route-gallery .gallery-image {
  aspect-ratio: 16 / 9;
}

body.route-gallery .gallery-meta {
  padding: 14px 0 0;
}

body.route-gallery .gallery-meta h3 {
  font-size: 13px;
  line-height: 1.45;
}

body.route-gallery .gallery-meta p {
  margin: 4px 0 0;
  font-size: 13px;
}

body.route-resources .downloads-list a {
  padding: 22px 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--line);
}

body.route-resources .downloads-list a:first-child {
  border-top: 1px solid var(--line);
}

body.route-about .faq-item,
body.route-resources .faq-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

body.route-about .faq-item:first-child,
body.route-resources .faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.route-contact .location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 26px;
}

body.route-contact .location-card {
  padding: 0 0 24px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
}

body.route-contact .location-card h3 {
  margin-bottom: 14px;
  font-size: 13px;
}

.location-rule {
  margin: 0 0 18px;
  border: 0;
  border-top: 1px solid var(--line);
}

body.route-contact .location-card p {
  margin: 7px 0;
  font-size: 15px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 30px;
  max-width: 920px;
  margin-top: 34px;
}

.contact-form textarea,
.contact-form .btn {
  grid-column: 1 / -1;
}

.contact-form .btn {
  justify-self: flex-start;
}

@media (min-width: 782px) and (max-width: 1079px) {
  body.route-products .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  body.route-products .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.faq-item.is-collapsed .faq-a {
  display: none;
}

.faq-item.is-collapsed .faq-q::after {
  content: "+";
}

.faq-item:not(.is-collapsed) .faq-q::after {
  content: "−";
}

.site-footer {
  position: relative;
  margin-top: 48px;
  color: #fff;
  overflow: hidden;
  background: var(--dark);
}

.site-footer__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(39, 39, 39, 0.92), rgba(39, 39, 39, 0.92)),
    url("./assets/home/rectangle-1.jpg") center / cover no-repeat;
}

.site-footer__overlay {
  position: relative;
  z-index: 1;
}

.site-footer__top {
  padding: 84px 0 22px;
}

.site-footer__brand-copy {
  position: relative;
  display: grid;
  gap: 0;
}

.site-footer__logo img {
  width: 58px;
  height: auto;
}

.footer-col--brand .site-footer__logo {
  position: absolute;
  left: 0;
  top: -54px;
}

.site-footer__cta {
  margin: 0;
  font-family: var(--body);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}

.site-footer__social {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__social span,
.site-footer h4 {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}

.site-footer__social-links {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-footer__social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
}

.site-footer__social-links svg {
  width: 18px;
  height: 18px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.footer-col {
  min-width: 0;
}

.footer-col--brand {
  display: grid;
  gap: 24px;
}

.footer-col p {
  max-width: 230px;
  font-size: 14px;
  line-height: 1.45;
}

.footer-col p + p {
  margin-top: 16px;
}

.site-footer__rule {
  width: 100%;
  margin: 18px 0 14px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.showrooms li,
.showrooms a {
  font-size: 14px;
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 0;
  padding: 16px 0 18px;
  border-top: 0;
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.02em;
}

body.route-home.home-header-top .site-header {
  position: fixed;
  width: 100%;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

body.route-home.home-header-top .header__logo--light {
  display: block;
}

body.route-home.home-header-top .header__logo--dark {
  display: none;
}

body.route-home.home-header-top .main-nav a {
  color: #fff;
}

body.route-home.home-header-top .main-nav a:hover,
body.route-home.home-header-top .main-nav a.active {
  color: #fff;
  opacity: 0.78;
}

body.route-home.home-header-top .pay-btn {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

body.route-home.home-header-top .pay-btn:hover,
body.route-home.home-header-top .pay-btn:focus-visible {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}

body.route-home.home-header-top .menu-toggle span {
  background: #fff;
}

body.route-home .site-header.is-scrolled {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

@keyframes heroScaleIn {
  0% {
    transform: scale(1.04);
    opacity: 0.45;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes heroContentIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes orbitSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .hero {
    --hero-topline: 92px;
  }

  .hero-inner {
    padding-bottom: 0;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 4vw 24px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    color: var(--dark);
  }

  body.route-home.home-header-top .main-nav a {
    color: var(--dark);
    opacity: 1;
  }

  body.route-home.home-header-top .main-nav a:hover,
  body.route-home.home-header-top .main-nav a.active {
    color: var(--primary);
    opacity: 1;
  }

  .main-nav .pay-btn,
  body.route-home.home-header-top .main-nav .pay-btn {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }

  .main-nav .pay-btn:hover,
  .main-nav .pay-btn:focus-visible,
  body.route-home.home-header-top .main-nav .pay-btn:hover,
  body.route-home.home-header-top .main-nav .pay-btn:focus-visible {
    background: #fff;
    color: var(--primary);
    border-color: var(--primary);
  }

  .beliefs-grid,
  .detail-layout,
  .feature-mosaic,
  .filter-toolbar,
  .detail-gallery,
  .related-grid,
  .product-grid,
  .gallery-grid,
  .location-grid,
  .partnership-grid {
    grid-template-columns: 1fr;
  }

  .showcase-slider__track {
    grid-auto-columns: minmax(280px, 86vw);
  }

  .showcase-slider__nav {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__top {
    padding-top: 34px;
  }

  .footer-col--brand .site-footer__logo {
    position: static;
  }

  .site-footer__brand-copy {
    gap: 14px;
  }

  .site-footer__social {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }

  .hero {
    min-height: 620px;
  }

  .quality-cover__bg {
    background-attachment: scroll;
  }

  .hero::before {
    display: none;
  }

  .hero::after {
    height: 0;
  }

  .hero-panel {
    width: min(540px, 86vw);
    min-height: auto;
    padding: 42px 24px 40px;
    margin-bottom: 34px;
    margin-left: 0;
    clip-path: none;
  }

  .hero-panel::after {
    display: none;
  }

  .hero-kicker {
    font-size: 11px;
  }

  .hero-title {
    font-size: 44px;
  }

  .hero-orbit {
    left: 50%;
    bottom: 10px;
    width: 92px;
    height: 92px;
    margin-left: -46px;
  }

  .beliefs-card {
    margin-top: -34px;
  }

  .home-showcase__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .detail-image-toggle {
    justify-content: flex-start;
  }
}

@media (min-width: 981px) {
  .hero {
    min-height: calc(100svh + 90px);
  }

  .hero::before {
    display: block;
    right: 0;
    bottom: 86px;
    top: auto;
    width: 547px;
    height: 290px;
  }

  .hero-bg {
    inset: 0 auto auto 0;
    width: 100%;
    height: calc(100svh - 115px);
  }

  .hero-bg,
  .quality-cover__bg {
    background-attachment: fixed;
  }
}

@media (min-width: 1280px) {
  .hero-bg {
    inset: 0;
    height: 100%;
  }
}

@media (max-width: 640px) {
  .header__wrap,
  .nav-wrap {
    min-height: 82px;
  }

  .hero {
    min-height: 480px;
  }

  .hero-panel {
    width: 92vw;
    padding: 24px 20px 26px;
    margin-bottom: 22px;
    margin-left: 0;
    clip-path: none;
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.06;
  }

  .hero-orbit {
    left: 50%;
    bottom: 8px;
    width: 82px;
    height: 82px;
    margin-left: -41px;
  }

  .hero-orbit text {
    font-size: 10px;
  }

  .collection-slider {
    grid-auto-columns: minmax(142px, 42vw);
  }

  .beliefs-grid {
    padding: 22px 18px;
  }

  .showrooms {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .feature-list--icons li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .partnership-copy {
    padding: 0;
  }
}

/* =========================================================================
 * Visual refresh overrides (added 2026-05)
 * Keeps the original layout intact; tweaks palette, rhythm, cards & buttons
 * so the site has a distinct look from the source design.
 * =======================================================================*/

:root {
  --primary: #26434c;
  --primary-strong: #1c333a;
  --accent: #b89870;
  --soft: #f5f1ec;
  --paper: #fbf8f3;
  --line: #e3ddd3;
  --shadow-card: 0 18px 40px -28px rgba(20, 30, 35, 0.35);
  --shadow-card-hover: 0 28px 60px -30px rgba(20, 30, 35, 0.45);
  --radius-card: 14px;
  --radius-pill: 999px;
}

body {
  font-weight: 300;
  line-height: 1.7;
  color: #1f262a;
}

a {
  transition: color 0.25s ease, opacity 0.25s ease;
}

::selection {
  background: rgba(38, 67, 76, 0.18);
  color: #0f1f24;
}

/* Buttons -> pill, hover lift, shadow */
.btn {
  border-radius: var(--radius-pill);
  font-weight: 500;
  letter-spacing: 0.16em;
  border-width: 1.5px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -16px rgba(38, 67, 76, 0.55);
}
.btn.btn-light {
  background: #fff;
}
.pay-btn {
  border-radius: var(--radius-pill);
  font-weight: 500;
}

/* Header active state: short underline becomes a left tick */
.main-nav a {
  font-weight: 400;
  letter-spacing: 0.06em;
}
.main-nav a::after {
  height: 2px;
  background: var(--accent);
}

/* Hero panel -> rectangular with a soft top-left radius and subtle shadow.
   We hide the rotated white wedge (::after) so the right edge becomes flat. */
.hero-panel {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
  padding-top: 56px;
}
.hero-panel::after {
  display: none;
}
.hero-kicker {
  color: var(--primary);
  letter-spacing: 0.22em;
}
.hero-title {
  letter-spacing: -0.028em;
  font-weight: 600;
}
.hero-title span {
  color: var(--primary);
}

/* Section rhythm: alternate soft warm backgrounds */
.home-beliefs {
  background: var(--paper);
}
.home-partnership {
  background: var(--soft);
}

/* Section titles: slightly tighter tracking */
.home-intro h2,
.page-head h1,
.section-title {
  letter-spacing: -0.02em;
  font-weight: 600;
}
.detail-title {
  font-weight: 600;
  letter-spacing: -0.025em;
}
.quality-cover__title {
  font-weight: 600;
}
.section-kicker {
  color: var(--primary);
  letter-spacing: 0.22em;
}

/* Cards: rounded + soft shadow + lift on hover */
.collection-card,
.product-card,
.gallery-card,
.related-card {
  background: #fff;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.collection-card:hover,
.product-card:hover,
.gallery-card:hover,
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}
.collection-card__image,
.gallery-image,
.product-image,
.related-card__image {
  border-top-left-radius: var(--radius-card);
  border-top-right-radius: var(--radius-card);
  overflow: hidden;
}
.collection-card__badge,
.product-card__badge {
  border-radius: var(--radius-pill);
  background: var(--accent);
  color: #1c1a17;
  font-weight: 600;
  letter-spacing: 0.16em;
  padding: 6px 14px;
}

/* Quality cover: shift title and add a thin accent rule */
.quality-cover__title {
  letter-spacing: 0.06em;
}
.quality-cover__rule {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  max-width: 280px;
  margin: 22px auto;
}

/* Beliefs panel: a soft stone-toned card */
.beliefs-card {
  background: #fff;
  border-radius: var(--radius-card);
  padding: 56px 48px;
  box-shadow: var(--shadow-card);
}

/* Feature icon list: chips with accent dots */
.feature-list--icons li {
  background: var(--paper);
  border-radius: 12px;
  padding: 14px 18px;
}
.feature-list--icons li img {
  filter: saturate(0.9);
}

/* Detail page tweaks */
.detail-title {
  letter-spacing: -0.02em;
}
.detail-section-title {
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.detail-specs {
  border-radius: 12px;
  background: var(--paper);
  padding: 8px 18px;
}
.detail-specs > div {
  border-bottom: 1px solid var(--line);
}
.detail-specs > div:last-child {
  border-bottom: 0;
}
.detail-image-wrap,
.detail-fullslab,
.detail-gallery-item {
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.detail-downloads a {
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--primary);
  color: var(--primary);
  padding: 10px 22px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.12em;
  transition: background 0.25s ease, color 0.25s ease;
}
.detail-downloads a:hover {
  background: var(--primary);
  color: #fff;
}

/* Filter toolbar pill style */
.filter-toolbar {
  background: var(--paper);
  border-radius: var(--radius-card);
  padding: 14px 18px;
}
.filter-toolbar select,
.filter-toolbar input[type="search"] {
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 14px;
}

/* FAQ accordion */
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  font-weight: 500;
  color: var(--primary-strong);
  padding: 18px 0;
}
.faq-a {
  padding-bottom: 18px;
}

/* Location cards */
.location-card {
  border-radius: var(--radius-card);
  background: #fff;
  padding: 28px 26px;
  box-shadow: var(--shadow-card);
}
.location-card h3 {
  color: var(--primary-strong);
  letter-spacing: 0.04em;
}
.location-rule {
  border: 0;
  height: 1px;
  background: var(--accent);
  max-width: 60px;
  margin: 14px 0 18px;
}

/* Contact form */
.contact-form input,
.contact-form textarea {
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 14px 16px;
  background: #fff;
}
.contact-form button {
  align-self: flex-start;
}

/* Showcase rule */
.home-showcase__rule {
  border: 0;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}

/* Footer accent */
.site-footer {
  border-top: 1px solid rgba(184, 152, 112, 0.55);
}
.site-footer__cta {
  color: var(--accent);
  letter-spacing: 0.06em;
}
.site-footer__rule {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin: 14px 0 18px;
}
.site-footer__social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.site-footer__social-links a:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}
.site-footer__social-links svg {
  width: 16px;
  height: 16px;
}

/* Detail toggle switch accent */
.detail-switch__track {
  background: var(--line);
}
.detail-image-wrap.is-toggled .detail-switch__track,
input[data-detail-toggle]:checked + .detail-switch__track {
  background: var(--primary);
}

/* Mobile: keep beliefs card a touch tighter */
@media (max-width: 720px) {
  .beliefs-card {
    padding: 32px 22px;
  }
}

/* =========================================================================
 * v2 Minimal editorial overrides (added 2026-05)
 * Resets v1 visual refresh: no rounded corners, no soft section tints,
 * no pill buttons, almost no shadows. Pure white, sharp edges, hairline
 * dividers, big bold titles.
 * =======================================================================*/

:root {
  --paper: #ffffff;
  --soft: #ffffff;
  --line: #e5e5e5;
  --hairline: #ececec;
  --primary: #26434c;
  --primary-strong: #14272d;
  --accent: #b89870;
  --shadow-card: none;
  --shadow-card-hover: none;
  --radius-card: 0;
  --radius-pill: 0;
}

body {
  color: #111;
}

/* Section rhythm: pure white everywhere */
.home-beliefs,
.home-partnership {
  background: #ffffff;
}

/* Buttons -> sharp rectangles, hairline border, color-flip hover */
.btn,
.pay-btn {
  border-radius: 0;
  letter-spacing: 0.18em;
  font-weight: 500;
  border-width: 1px;
}
.btn {
  min-height: 56px;
  padding: 0 32px;
}
.btn:hover {
  transform: none;
  box-shadow: none;
  background: #111;
  color: #fff;
  border-color: #111;
}
.btn.btn-light {
  background: transparent;
  color: #111;
  border-color: #111;
}
.btn.btn-light:hover {
  background: #111;
  color: #fff;
}

/* Cards -> no rounded corners, no shadows. Hairline images, image zoom on hover */
.collection-card,
.product-card,
.gallery-card,
.related-card,
.location-card,
.beliefs-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.collection-card:hover,
.product-card:hover,
.gallery-card:hover,
.related-card:hover {
  transform: none;
  box-shadow: none;
}
.collection-card__image,
.gallery-image,
.product-image,
.related-card__image {
  border-radius: 0;
  overflow: hidden;
  background: #f4f4f4;
}
.collection-card__image img,
.gallery-image img,
.product-image img,
.related-card__image img {
  transition: transform 0.6s ease;
}
.collection-card:hover .collection-card__image img,
.product-card:hover .product-image img,
.gallery-card:hover .gallery-image img,
.related-card:hover .related-card__image img {
  transform: scale(1.04);
}

/* Card text underlines on hover (editorial feel) */
.collection-card__content h3,
.product-meta h3,
.gallery-meta h3,
.related-card__content h3 {
  font-weight: 500;
  letter-spacing: 0;
  transition: color 0.25s ease;
}
.collection-card:hover .collection-card__content h3,
.product-card:hover .product-meta h3,
.gallery-card:hover .gallery-meta h3,
.related-card:hover .related-card__content h3 {
  color: var(--primary);
}

/* New badge: square, hairline, uppercase */
.collection-card__badge,
.product-card__badge {
  border-radius: 0;
  background: #111;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 4px 10px;
  font-size: 10px;
}

/* Beliefs panel -> bare layout, no card */
.beliefs-card {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

/* Feature list -> sharp chips, hairline divider top, no rounded background */
.feature-list--icons li {
  background: transparent;
  border-radius: 0;
  padding: 14px 0;
  border-top: 1px solid var(--hairline);
}
.feature-list--icons li:last-child {
  border-bottom: 1px solid var(--hairline);
}
.feature-list--icons li img {
  filter: none;
}

/* Filter toolbar -> flat, hairline underline only */
.filter-toolbar {
  background: transparent;
  border-radius: 0;
  padding: 14px 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.filter-toolbar select,
.filter-toolbar input[type="search"] {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 6px 0;
}

/* FAQ -> editorial: hairline rules and bold question */
.faq-list {
  border-top: 1px solid var(--hairline);
}
.faq-item {
  border-bottom: 1px solid var(--hairline);
}
.faq-q {
  font-weight: 600;
  color: #111;
  padding: 22px 0;
  font-size: 17px;
}
.faq-a {
  padding-bottom: 24px;
}

/* Location cards -> minimal text block */
.location-card {
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.location-card h3 {
  color: #111;
  font-weight: 600;
  letter-spacing: 0;
}
.location-rule {
  background: #111;
  max-width: 40px;
}

/* Contact form -> hairline underline inputs */
.contact-form input,
.contact-form textarea {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  background: transparent;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: #111;
}

/* Detail page -> minimal */
.detail-section-title {
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 14px;
}
.detail-specs {
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.detail-specs > div {
  border-bottom: 1px solid var(--hairline);
}
.detail-image-wrap,
.detail-fullslab,
.detail-gallery-item {
  border-radius: 0;
  box-shadow: none;
}
.detail-downloads a {
  border-radius: 0;
  border: 1px solid #111;
  color: #111;
  padding: 12px 22px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
}
.detail-downloads a:hover {
  background: #111;
  color: #fff;
}

/* Showcase rule */
.home-showcase__rule {
  background: var(--hairline);
  opacity: 1;
}

/* Header nav -> tighter, hairline active underline */
.main-nav a {
  font-weight: 500;
  letter-spacing: 0.04em;
}
.main-nav a::after {
  height: 1px;
  background: #111;
}

/* Section kickers (small uppercase labels) -> stark black */
.section-kicker,
.hero-kicker {
  color: #111;
  letter-spacing: 0.24em;
  font-weight: 600;
}

/* Hero panel -> kill the rotated wedge, keep white panel flush */
.hero-panel {
  border-radius: 0;
  box-shadow: none;
  padding-top: 56px;
}
.hero-panel::after {
  display: none;
}
.hero-title span {
  color: #111;
}

/* Home intro / page head -> editorial spacing */
.home-intro,
.page-head {
  max-width: 900px;
}

/* Footer -> remove golden accents, hairline only */
.site-footer {
  border-top: 1px solid var(--hairline);
}
.site-footer__cta {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
}
.site-footer__rule {
  background: rgba(255, 255, 255, 0.18);
}
.site-footer__social-links a {
  border-radius: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.site-footer__social-links a:hover {
  border-color: #fff;
  color: #fff;
  transform: none;
}

/* Quality cover: pure inset, ditch the pill rule */
.quality-cover__rule {
  background: rgba(255, 255, 255, 0.6);
  max-width: 60px;
  margin: 18px auto;
}

/* =========================================================================
 * v3 Layout overrides (added 2026-05)
 * Wider container, more breathing room, bigger hero, editorial grids.
 * Builds on top of v2 minimal.
 * =======================================================================*/

:root {
  --container: 1320px;
  --gutter: 6vw;
}

.container {
  width: min(var(--container), 100% - var(--gutter));
}

/* More section breathing */
main section {
  padding: 120px 0;
}

/* ===== HERO: ditch the small white panel, full-bleed image, white text ===== */
.hero {
  min-height: 100svh;
  align-items: stretch;
}
.hero::before { display: none; }
.hero::after { display: none; } /* remove the bottom 90px white strip */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px var(--gutter) 100px;
}
.hero-panel {
  background: transparent;
  width: min(900px, 88vw);
  margin: 0;
  padding: 0;
  min-height: 0;
  box-shadow: none;
  border-radius: 0;
}
.hero-panel::after { display: none; }
.hero-kicker {
  color: #fff;
  letter-spacing: 0.28em;
  margin-bottom: 22px;
  font-size: 13px;
  text-transform: uppercase;
}
.hero-kicker::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-right: 14px;
  transform: translateY(-3px);
}
.hero-title {
  color: #fff;
  font-size: clamp(54px, 6.4vw, 96px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
  max-width: 880px;
}
.hero-title span {
  color: #fff;
  display: inline;
}
.hero-orbit { display: none; }

/* ===== HOME INTRO: wider text block ===== */
.home-intro {
  max-width: 760px;
  margin-bottom: 24px;
}

/* ===== HOME COLLECTION: bigger cards, taller portraits ===== */
.collection-slider {
  grid-auto-columns: minmax(300px, 360px);
  gap: 22px;
}
.collection-card__image {
  aspect-ratio: 4 / 5;
}
.collection-card__content {
  padding: 18px 2px 6px;
}
.collection-card__content h3 {
  font-size: 18px;
}

/* ===== QUALITY COVER: big bottom-left placement ===== */
.quality-cover {
  min-height: 80vh;
}
.quality-cover__inner {
  align-items: flex-start;
  text-align: left;
  padding-bottom: 80px;
  padding-top: 140px;
}
.quality-cover__title {
  font-size: clamp(44px, 5.5vw, 76px);
  letter-spacing: -0.02em;
  font-weight: 600;
}
.quality-cover__rule {
  margin: 22px 0;
}
.quality-cover__text {
  max-width: 580px;
  text-align: left;
  font-size: 17px;
}

/* ===== BELIEFS: stack vertically, drop the negative margin overlap ===== */
.beliefs-card {
  margin-top: 0;
}
.beliefs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  padding: 0;
}
.beliefs-copy {
  max-width: 820px;
}
.beliefs-copy .section-title {
  font-size: clamp(38px, 4.4vw, 58px);
  margin-bottom: 24px;
}
.beliefs-copy .page-copy {
  font-size: 17px;
  line-height: 1.75;
  max-width: 720px;
  margin-bottom: 18px;
}
.beliefs-features {
  display: grid;
  grid-template-columns: minmax(240px, 380px) 1fr;
  gap: 60px;
  align-items: start;
}
.beliefs-features .section-title {
  font-size: clamp(28px, 3vw, 38px);
  margin: 0;
}
.feature-list {
  margin: 0;
}
.feature-list--icons li {
  padding: 22px 0;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  align-items: center;
}
.feature-list--icons li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.feature-list--icons li span {
  font-size: 16px;
  letter-spacing: 0.01em;
}

/* ===== PARTNERSHIP: image dominates, text aside ===== */
.partnership-grid {
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.partnership-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.partnership-copy .section-kicker {
  margin-bottom: 24px;
}
.partnership-text {
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.3;
  font-weight: 500;
  max-width: 560px;
  letter-spacing: -0.01em;
}

/* ===== HOME SHOWCASE (gallery preview): bigger image ===== */
.home-showcase__viewport {
  aspect-ratio: 16 / 8;
}

/* ===== ABOUT page: editorial intro ===== */
.route-about .page-head h1 {
  font-size: clamp(40px, 5vw, 72px);
  max-width: 980px;
}
.route-about section .page-copy p {
  font-size: 17px;
  line-height: 1.8;
  max-width: 820px;
}

/* Timeline list -> editorial alt rows with hairline */
.faq-list--timeline {
  border-top: 1px solid var(--hairline);
  margin-top: 30px;
}
.faq-list--timeline .timeline-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding: 32px 0;
  border-bottom: 1px solid var(--hairline);
}
.faq-list--timeline .timeline-item .faq-q {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0;
  color: #111;
}
.faq-list--timeline .timeline-item .faq-a {
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  max-width: 760px;
}

/* ===== PRODUCTS: 4 cols on wide, tighter card meta ===== */
.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 22px;
}
.product-card .product-image {
  aspect-ratio: 4 / 5;
}
.product-meta {
  padding: 16px 2px 4px;
}
.product-meta h3 {
  font-size: 16px;
  letter-spacing: 0;
}
.product-meta p {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Filter toolbar: airier, label uppercase tracking */
.filter-toolbar {
  padding: 22px 0;
  margin-bottom: 24px;
  gap: 28px;
}
.filter-toolbar label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ===== GALLERY: 2-col big images on desktop ===== */
.gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 40px;
}
.gallery-image {
  aspect-ratio: 4 / 3;
}
.gallery-meta {
  padding: 22px 2px 0;
}
.gallery-meta h3 {
  font-size: 22px;
  letter-spacing: -0.01em;
}
.gallery-meta p {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* ===== DETAIL page: bigger image column, sticky meta ===== */
.detail-layout {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 60px;
}
.detail-title {
  font-size: clamp(34px, 4vw, 54px);
  margin-bottom: 32px;
}
.detail-copy {
  position: sticky;
  top: 110px;
}
.detail-fullslab {
  aspect-ratio: 16 / 7;
  margin-top: 60px;
}
.detail-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* ===== CONTACT: location grid 2-col, form layout 2-col with info aside ===== */
.location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}
.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  gap: 32px 36px;
}
.contact-form textarea {
  grid-column: 1 / -1;
  min-height: 160px;
}
.contact-form button {
  grid-column: 1 / -1;
  justify-self: start;
}

/* ===== Showcase rule spacing ===== */
.home-showcase__meta {
  margin-top: 22px;
}
.home-showcase__title {
  font-size: 18px;
  letter-spacing: 0.02em;
}

/* ===== Header: more presence ===== */
.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
}
.route-home.home-header-top .site-header {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.route-home.home-header-top .main-nav a,
.route-home.home-header-top .header__branding {
  color: #fff;
}
.route-home.home-header-top .header__logo--dark { display: none; }
.route-home.home-header-top .header__logo--light { display: block; }

/* ===== Footer: more breathing ===== */
.site-footer__top {
  padding: 90px 0 60px;
}
.site-footer__grid {
  gap: 60px;
}

/* ===== Media adjustments ===== */
@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .beliefs-features {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 820px) {
  main section {
    padding: 80px 0;
  }
  .hero-inner {
    padding: 100px var(--gutter) 80px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .partnership-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .detail-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .detail-copy {
    position: static;
  }
  .detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .location-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact-form {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq-list--timeline .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* =========================================================================
 * v4 Polish (added 2026-05)
 * Refines typography rhythm, slider arrows, card hover, detail page chrome,
 * timeline editorial, scroll cue, and adds reveal-on-scroll animations.
 * =======================================================================*/

/* Smoother native scrolling */
html { scroll-behavior: smooth; }

/* Tabular numerals across stats */
.faq-list--timeline .faq-q,
.detail-specs strong {
  font-variant-numeric: tabular-nums;
}

/* ===== KICKER + TITLE pairing: hairline accent ===== */
.section-kicker,
.hero-kicker {
  display: inline-flex;
  align-items: center;
}
.section-kicker {
  color: #111;
  letter-spacing: 0.26em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  padding-left: 0;
}
.section-kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #111;
  margin-right: 14px;
}

/* page-head titles a touch larger and tighter */
.page-head h1 {
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.page-head p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 720px;
  margin-top: 18px;
}

/* ===== HERO: kicker tweak + scroll cue ===== */
.hero-kicker::before {
  background: #fff;
}
.hero {
  position: relative;
}
.hero__cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  pointer-events: none;
}
.hero__cue::after {
  content: "";
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0));
  animation: cueDrop 1.8s ease-in-out infinite;
}
@keyframes cueDrop {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(6px); }
}

/* ===== COLLECTION SLIDER: refined arrows ===== */
.collection-topline {
  margin-bottom: 10px;
}
.collection-arrows {
  display: flex;
  gap: 10px;
}
.showcase-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.showcase-arrow:hover {
  background: #111;
  color: #fff;
}
.showcase-arrow svg {
  width: 22px;
  height: 11px;
}

/* Collection card title -> readable, refined */
.collection-card__content h3,
.product-meta h3,
.gallery-meta h3,
.related-card h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.3;
  color: #111;
}
.collection-card__sub,
.product-meta p,
.related-card__content p {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}

/* Collection NEW badge: editorial micro-tag, top-right corner */
.collection-card__badge,
.product-card__badge {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  transform: none;
  background: #111;
  color: #fff;
  padding: 4px 10px;
  font-size: 9px;
  letter-spacing: 0.24em;
  font-weight: 700;
  line-height: 1.4;
}

/* ===== Image hover: smooth ease curve ===== */
.collection-card__image img,
.gallery-image img,
.product-image img,
.related-card__image img,
.partnership-media img {
  transition: transform 0.7s cubic-bezier(.2,.8,.2,1);
}

/* ===== TIMELINE: bigger year, lighter color, hairline rules ===== */
.faq-list--timeline {
  border-top: 1px solid #111;
}
.faq-list--timeline .timeline-item {
  border-bottom: 1px solid var(--hairline);
  padding: 36px 0;
  align-items: start;
}
.faq-list--timeline .timeline-item .faq-q {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #111;
}
.faq-list--timeline .timeline-item .faq-a {
  font-size: 16px;
  line-height: 1.8;
  color: #2c2c2c;
  max-width: 720px;
}

/* ===== DETAIL: editorial spec table & downloads ===== */
.detail-new {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 4px 10px;
  font-weight: 700;
  margin-bottom: 14px;
}
.breadcrumb {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.breadcrumb a:hover { color: #111; }
.detail-section-title {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #111;
  padding-bottom: 12px;
  margin-top: 38px;
  margin-bottom: 18px;
}
.detail-description {
  font-size: 16px;
  line-height: 1.8;
  color: #2c2c2c;
}
.detail-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.detail-specs > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  padding: 14px 0;
  gap: 16px;
  border-bottom: 1px solid var(--hairline);
}
.detail-specs > div span {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.detail-specs > div strong {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0;
}
.detail-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.detail-note {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 24px;
}

/* Detail toggle: tighter labels */
.detail-image-toggle {
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

/* Related grid */
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 22px;
}
.related-card__image {
  aspect-ratio: 4 / 5;
  background: #f4f4f4;
}
.related-card__content {
  padding: 16px 2px 4px;
}

/* ===== FILTER TOOLBAR: cleaner field row ===== */
.filter-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: end;
}
.filter-toolbar > * {
  border-right: 1px solid var(--hairline);
  padding: 0 22px;
}
.filter-toolbar > *:last-child {
  border-right: 0;
}
.filter-toolbar > *:first-child {
  padding-left: 0;
}
.filter-search span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  margin-bottom: 6px;
}
.filter-toolbar select {
  width: 100%;
  padding: 8px 0;
}

/* ===== HEADER: tighter spacing, refined active marker ===== */
.main-nav {
  gap: 28px;
}
.main-nav a {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ===== FOOTER: cleaner type ===== */
.site-footer h4 {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}
.site-footer p,
.site-footer a {
  font-size: 13px;
  line-height: 1.7;
}
.site-footer__cta {
  font-size: 22px !important;
  letter-spacing: -0.01em !important;
  font-weight: 500;
  color: #fff !important;
  line-height: 1.3;
}
.footer-bottom {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
}

/* ===== Reveal on scroll ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(.2,.8,.2,1), transform 0.8s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===== Media adjustments ===== */
@media (max-width: 1100px) {
  .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .filter-toolbar {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }
  .filter-toolbar > * {
    border-right: 0;
    padding: 0;
  }
}
@media (max-width: 820px) {
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .faq-list--timeline .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .faq-list--timeline .timeline-item .faq-q {
    font-size: 22px;
  }
  .detail-specs > div {
    grid-template-columns: 110px 1fr;
  }
}

/* =========================================================================
 * v5 Cleanup pass (added 2026-05)
 * Fixes specifity bugs: home-intro H2 too small, quality cover text too small,
 * tight section paddings on home-collection/home-showcase, partnership padding,
 * detail image overconstrained, menu toggle in dark hero, timeline structure,
 * resources downloads list, plus a few footer details.
 * =======================================================================*/

/* ===== Home intro: align with editorial scale ===== */
.home-intro h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #111;
  font-weight: 600;
  margin-bottom: 18px;
}
.home-intro p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.7;
  color: #2c2c2c;
}

/* ===== Quality cover: bigger headline ===== */
.quality-cover {
  min-height: 86vh;
}
.quality-cover__title sup {
  font-size: 12px;
  letter-spacing: 0.28em;
  font-weight: 600;
  margin-bottom: 28px;
}
.quality-cover__rule {
  margin: 0 0 28px;
  background: rgba(255, 255, 255, 0.55);
  width: 60px;
}
.quality-cover__text {
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  text-align: left;
  max-width: 980px;
}

/* ===== Reset overrides on small section paddings ===== */
.home-collection { padding-top: 120px; }
.home-showcase { padding-top: 0; }
.home-collection,
.home-showcase,
.home-partnership,
.home-beliefs {
  background: #ffffff;
}

/* ===== Collection slider: don't crop card edges to container, soft fade ===== */
.collection-slider {
  padding: 14px 4px 22px;
  scroll-padding-left: 4px;
}

/* ===== Partnership: drop legacy inner padding ===== */
.partnership-copy {
  padding: 0;
}

/* ===== Mobile menu toggle: white lines on dark hero ===== */
.route-home.home-header-top .menu-toggle span {
  background: #fff;
}

/* ===== Detail page: free up image min-height; rely on aspect ratio ===== */
.detail-hero-image,
.detail-fullslab {
  min-height: 0;
}
.detail-hero-image {
  aspect-ratio: 4 / 5;
}
.detail-fullslab {
  aspect-ratio: 16 / 7;
}

/* ===== Resources downloads: editorial index list ===== */
.downloads-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #111;
  margin-top: 32px;
}
.downloads-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #111;
  transition: color 0.2s ease, padding 0.3s ease;
}
.downloads-list a::after {
  content: "↗";
  font-size: 16px;
  color: var(--muted);
  transition: transform 0.3s ease, color 0.2s ease;
}
.downloads-list a:hover {
  padding-left: 6px;
  color: var(--primary);
}
.downloads-list a:hover::after {
  color: var(--primary);
  transform: translate(2px, -2px);
}

/* ===== Timeline: refined editorial two-column ===== */
.timeline-list {
  border-top: 1px solid #111;
  margin-top: 36px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 60px;
  padding: 44px 0;
  border-bottom: 1px solid var(--hairline);
  align-items: start;
}
.timeline-year {
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 600;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: #111;
  line-height: 1;
}
.timeline-title {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #111;
  line-height: 1.2;
}
.timeline-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #2c2c2c;
  max-width: 720px;
}

/* ===== Footer text rhythm ===== */
.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}
.site-footer .footer-col p {
  margin: 0 0 6px;
}
.site-footer__brand-copy {
  gap: 18px;
}

/* ===== Hero: kicker break for tighter visual ===== */
.hero-kicker {
  margin-bottom: 24px;
}

/* ===== Beliefs: align with editorial spacing ===== */
.home-beliefs {
  padding-top: 60px;
}
.beliefs-copy .section-title {
  font-size: clamp(40px, 4.6vw, 60px);
  letter-spacing: -0.025em;
  margin-bottom: 28px;
}
.beliefs-copy .page-copy {
  font-size: 17px;
  line-height: 1.8;
  color: #2c2c2c;
}
.beliefs-features {
  border-top: 1px solid #111;
  padding-top: 36px;
  margin-top: 12px;
}
.beliefs-features .section-title {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0;
}
.feature-list--icons li {
  padding: 18px 0;
  grid-template-columns: 44px 1fr;
  gap: 18px;
}
.feature-list--icons li img {
  width: 32px;
  height: 32px;
}
.feature-list--icons li span {
  font-size: 15px;
  font-weight: 500;
  color: #111;
}

/* ===== Home actions buttons: align nicely under partnership/beliefs copy ===== */
.home-actions {
  margin-top: 32px;
}

/* ===== Header: wrap better at narrow widths ===== */
@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; letter-spacing: 0.12em; }
}

/* ===== Mobile finer tweaks ===== */
@media (max-width: 820px) {
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 32px 0;
  }
  .quality-cover__inner {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .quality-cover__text {
    font-size: clamp(28px, 8vw, 40px);
  }
  .home-beliefs { padding-top: 40px; }
}

/* =========================================================================
 * v6 Tone-down (added 2026-05)
 * Pulls big display sizes one notch smaller so the page feels editorial
 * rather than billboard. Also disables the entrance animation on grid
 * cards (products / gallery / related) which caused 100+ items on the
 * products listing to occasionally stay invisible.
 * =======================================================================*/

/* Smaller display scale */
.hero-title {
  font-size: clamp(40px, 5.4vw, 72px);
  letter-spacing: -0.025em;
}
.home-intro h2 {
  font-size: clamp(32px, 4vw, 54px);
}
.page-head h1 {
  font-size: clamp(32px, 4vw, 56px);
}
.route-about .page-head h1 {
  font-size: clamp(36px, 4.4vw, 60px);
}
.quality-cover__text {
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.15;
}
.beliefs-copy .section-title {
  font-size: clamp(30px, 3.6vw, 46px);
  margin-bottom: 22px;
}
.beliefs-copy .page-copy {
  font-size: 16px;
}
.beliefs-features .section-title {
  font-size: clamp(20px, 1.8vw, 24px);
}
.feature-list--icons li span {
  font-size: 14px;
}
.partnership-text {
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.32;
}
.timeline-year {
  font-size: clamp(26px, 2.6vw, 38px);
}
.timeline-title {
  font-size: clamp(18px, 1.7vw, 24px);
  margin-bottom: 10px;
}
.timeline-text {
  font-size: 15px;
  line-height: 1.7;
}
.detail-title {
  font-size: clamp(28px, 3.4vw, 44px);
}

/* Section padding a touch tighter */
main section { padding: 96px 0; }
.home-collection { padding-top: 96px; }
.home-beliefs { padding-top: 48px; }

/* Hero a bit shorter so the fold is more inviting */
.hero { min-height: 88svh; }
.quality-cover { min-height: 70vh; }
.quality-cover__inner {
  padding-top: 110px;
  padding-bottom: 60px;
}

/* Make sure grid cards are always visible (don't depend on reveal) */
.collection-card,
.product-card,
.gallery-card,
.related-card {
  opacity: 1 !important;
  transform: none !important;
}

/* Page-head paragraph a touch smaller */
.page-head p {
  font-size: 16px;
}

/* Mobile tone */
@media (max-width: 820px) {
  main section { padding: 64px 0; }
  .hero { min-height: 80svh; }
  .quality-cover { min-height: 60vh; }
  .quality-cover__text { font-size: clamp(22px, 6.8vw, 32px); }
  .beliefs-copy .section-title { font-size: clamp(26px, 7.2vw, 36px); }
  .home-intro h2 { font-size: clamp(26px, 7.2vw, 36px); }
}

/* =========================================================================
 * v7 Gallery lightbox (added 2026-05)
 * Click any gallery image to view full-size; ESC / backdrop / close button
 * to dismiss; left/right arrows to navigate.
 * =======================================================================*/

.gallery-card {
  cursor: zoom-in;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(10, 12, 14, 0.94);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox.is-open {
  display: flex;
  opacity: 1;
}

.lightbox__image-wrap {
  position: relative;
  max-width: min(1280px, 92vw);
  max-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__image {
  max-width: 92vw;
  max-height: 84vh;
  object-fit: contain;
  display: block;
  user-select: none;
  pointer-events: auto;
  animation: lbZoomIn 0.35s cubic-bezier(.2,.8,.2,1);
}
@keyframes lbZoomIn {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}

.lightbox__caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90vw;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.lightbox__caption::before {
  content: "";
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}
.lightbox__counter {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
}

.lightbox__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  z-index: 2;
}
.lightbox__btn:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}
.lightbox__btn--prev { left: 24px; }
.lightbox__btn--next { right: 24px; }
.lightbox__btn--close {
  top: 24px;
  right: 24px;
  transform: none;
}
.lightbox__btn svg {
  width: 18px;
  height: 18px;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .lightbox__btn--prev { left: 10px; }
  .lightbox__btn--next { right: 10px; }
  .lightbox__btn--close { top: 12px; right: 12px; }
  .lightbox__btn { width: 40px; height: 40px; }
  .lightbox__caption { bottom: 14px; font-size: 12px; }
}

/* =========================================================================
 * v8 Header logo sizing (added 2026-05)
 * Smaller logo + extra vertical padding so it breathes top & bottom.
 * =======================================================================*/

.site-header .header__wrap,
.site-header .nav-wrap {
  min-height: 0;
  padding: 18px 0;
}
.header__logo {
  width: 76px;
}

@media (max-width: 820px) {
  .site-header .header__wrap,
  .site-header .nav-wrap {
    padding: 14px 0;
  }
  .header__logo {
    width: 64px;
  }
}

/* =========================================================================
 * v9 Beliefs section: side-by-side layout (added 2026-05)
 * Restore the two-column structure: left column = "What We Stand For"
 * (title + copy + button), right column = "What Makes Our Quartz Different"
 * (title + icon list). Falls back to stacked on tablets/phones.
 * =======================================================================*/

.beliefs-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 80px;
  padding: 0;
  align-items: start;
}

.beliefs-copy {
  max-width: none;
}

.beliefs-copy .section-title {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 22px;
}

.beliefs-copy .page-copy {
  font-size: 16px;
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 16px;
}

.beliefs-copy .home-actions {
  margin-top: 28px;
}

.beliefs-features {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  display: block;
}

.beliefs-features .section-title {
  font-size: clamp(20px, 1.8vw, 26px);
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hairline, #ddd);
}

@media (max-width: 1100px) {
  .beliefs-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .beliefs-copy .page-copy {
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .beliefs-grid {
    gap: 40px;
  }
  .beliefs-copy .section-title {
    font-size: clamp(26px, 7vw, 34px);
  }
}

/* =========================================================================
 * v10 Quality cover: tone down text + darker overlay (added 2026-05)
 * Smaller display copy, tighter line, darker scrim for legibility.
 * =======================================================================*/

.quality-cover::before {
  background: linear-gradient(
    rgba(0, 0, 0, 0.78),
    rgba(0, 0, 0, 0.68)
  );
}

.quality-cover__text {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  max-width: 640px;
  font-weight: 400;
}

@media (max-width: 720px) {
  .quality-cover__text {
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.35;
  }
}

/* =========================================================================
 * v11 NEW badge + product card detail polish (added 2026-05)
 * - Editorial chip: top-left, hairline outline, white fill, black tracked text
 * - Drop the green hover tint on titles - keep it monochrome
 * - Tighten product meta rhythm
 * =======================================================================*/

.collection-card__badge,
.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  bottom: auto;
  transform: none;
  display: inline-flex;
  align-items: center;
  min-height: 0;
  line-height: 1;
  background: #fff;
  color: #111;
  border: 1px solid #111;
  border-radius: 0;
  padding: 5px 9px 4px;
  font-family: var(--body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  z-index: 2;
  pointer-events: none;
}

.collection-card__badge::before,
.product-card__badge::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #111;
  margin-right: 7px;
  vertical-align: middle;
}

/* Keep card titles monochrome on hover (no green color shift) */
.product-card:hover .product-meta h3,
.gallery-card:hover .gallery-meta h3,
.related-card:hover .related-card__content h3,
.collection-card:hover .collection-card__title {
  color: #111;
}

/* Faint underline on hover instead, more editorial */
.product-meta h3,
.related-card__content h3 {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.35s ease;
  display: inline;
}
.product-card:hover .product-meta h3,
.related-card:hover .related-card__content h3 {
  background-size: 100% 1px;
}

/* Subtle rhythm for the secondary label under the title */
.product-meta p {
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 500;
  color: #888;
  margin-top: 6px;
}

/* =========================================================================
 * v12 Structural redesign (added 2026-05)
 * - Reordered home: Hero -> Beliefs -> Collection -> Stats -> Quality
 *   -> Showcase -> Partnership (overlay)
 * - Section counters (01 Foundations, 02 Collection, ...)
 * - New stats strip
 * - Partnership: full-width image with bottom-left text overlay
 * =======================================================================*/

/* ----- Section counter (small editorial annotation above each block) ----- */
.section-counter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 36px;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #111;
}
.section-counter span {
  display: inline-block;
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 3px 7px;
  border: 1px solid #111;
}
.section-counter::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #111;
  opacity: 0.18;
}
.section-counter--light {
  color: #fff;
}
.section-counter--light span {
  border-color: #fff;
  color: #fff;
}
.section-counter--light::after {
  background: #fff;
  opacity: 0.4;
}

/* ----- Stats strip ----- */
.home-stats {
  background: #f7f6f3;
}
.stats-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.stats-item {
  padding: 56px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-right: 1px solid rgba(17, 17, 17, 0.18);
}
.stats-item:last-child {
  border-right: 0;
}
.stats-figure {
  font-family: var(--heading);
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #111;
  font-variant-numeric: tabular-nums;
}
.stats-figure i {
  font-style: normal;
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-left: 6px;
  vertical-align: top;
  position: relative;
  top: 0.2em;
  text-transform: lowercase;
}
.stats-label {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #555;
  font-weight: 500;
}

@media (max-width: 900px) {
  .stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats-item {
    padding: 36px 22px;
  }
  .stats-item:nth-child(2n) {
    border-right: 0;
  }
  .stats-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(17, 17, 17, 0.18);
  }
}

/* ----- Partnership overlay (full-bleed image with text) ----- */
.home-partnership--overlay {
  padding: 0 !important;
  background: #111;
}
.partnership-frame {
  position: relative;
  width: 100%;
  min-height: 78vh;
  overflow: hidden;
}
.partnership-frame__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.partnership-frame__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.72) 100%
  );
  padding: 0 0 80px;
  color: #fff;
}
/* leave .container at its default max-width so the overlay text aligns with sections above */
.partnership-frame__overlay .partnership-text {
  color: #fff;
  max-width: 680px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.25;
  margin: 18px 0 28px;
}
.section-kicker--light {
  color: rgba(255, 255, 255, 0.85);
}

/* Outline-light button used inside the overlay */
.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}
.btn-outline-light:hover {
  background: #fff;
  color: #111;
}

@media (max-width: 720px) {
  .partnership-frame {
    min-height: 70vh;
  }
  .partnership-frame__overlay {
    padding: 0 0 48px;
  }
  .partnership-frame__overlay .partnership-text {
    font-size: clamp(20px, 5vw, 26px);
  }
}

/* ----- Tighten section padding for the new rhythm ----- */
.home-stats {
  padding: 80px 0 90px !important;
}


/* =========================================================================
 * v13 Polish for sections 04 / 05 / 06 (added 2026-05)
 * - Short fixed accent line on .section-counter (was full-width)
 * - 04 Quality: drop redundant sup kicker, tighten layout
 * - 05 Showcase: tighter counter -> image rhythm
 * - 06 Partnership: --light variants, balanced spacing inside overlay
 * =======================================================================*/

/* Shorter accent line on counter so it doesn't sweep across the whole row */
.section-counter::after {
  flex: 0 0 64px;
  width: 64px;
  opacity: 0.5;
}
.section-counter--light::after {
  opacity: 0.7;
}

/* ----- 04 Quality cover ----- */
.quality-cover__title {
  display: none; /* the counter "04 Craft" already serves as kicker */
}
.quality-cover__inner .section-counter {
  margin-bottom: 28px;
}
.quality-cover__rule {
  margin: 0 0 26px;
  width: 56px;
  background: rgba(255, 255, 255, 0.55);
}
.quality-cover__text {
  margin: 0;
  letter-spacing: -0.01em;
  font-weight: 500;
}

/* ----- 05 Showcase ----- */
.home-showcase .container > .section-counter {
  margin-bottom: 22px;
}

/* ----- 06 Partnership overlay ----- */
.partnership-frame__overlay .section-counter {
  margin-bottom: 22px;
}
.partnership-frame__overlay .section-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.28em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.partnership-frame__overlay .section-kicker::before {
  background: rgba(255, 255, 255, 0.7);
  width: 32px;
}
.partnership-frame__overlay .partnership-text {
  margin: 0 0 32px;
}
.partnership-frame__overlay .home-actions {
  margin-top: 0;
}


/* =========================================================================
 * v14 Fix 04/05/06 spacing + partnership gutter (added 2026-05)
 * - 05 Showcase: restore top padding so the counter doesn't kiss 04's image
 * - 06 Partnership: container inside the overlay aligns left/right with the
 *   sections above (no more full-bleed text)
 * =======================================================================*/

/* 05 Projects: bring back proper top breathing room */
.home-showcase {
  padding-top: 96px !important;
}
@media (max-width: 820px) {
  .home-showcase {
    padding-top: 64px !important;
  }
}

/* 06 Partnership overlay: ensure inner container honors the same gutter */
.partnership-frame__overlay {
  /* keep flex column layout but let .container self-center via auto margin */
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.partnership-frame__overlay > .container {
  /* match the default container math used by other sections */
  width: min(var(--container), 100% - var(--gutter));
  margin: 0 auto;
}

/* =========================================================================
 * v15 Contact form: honeypot + feedback message styling (added 2026-05)
 * =======================================================================*/

.contact-form__hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-feedback {
  margin: 0 0 24px;
  padding: 14px 18px;
  border-left: 3px solid #111;
  background: #f7f6f3;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.contact-feedback--ok {
  border-color: #1f5d3a;
  color: #1f5d3a;
}
.contact-feedback--err {
  border-color: #b6492a;
  color: #b6492a;
}

/* =========================================================================
 * v16 Showcase arrows polish (added 2026-05)
 * Square outline boxes (46x46) + clean hover invert. Drop the old
 * translateX hover that pushed the SVG out of the box.
 * =======================================================================*/

.home-showcase__arrows .showcase-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background 0.25s ease, color 0.25s ease;
}
.home-showcase__arrows .showcase-arrow:hover {
  background: #111;
  color: #fff;
}
.home-showcase__arrows .showcase-arrow svg {
  width: 14px;
  height: 14px;
  transform: none;
  transition: none;
  overflow: visible;
}
.home-showcase__arrows .showcase-arrow svg polyline {
  stroke-width: 1.5;
}
.home-showcase__arrows .showcase-arrow--prev svg {
  transform: scaleX(-1);
}
/* Cancel the old translate-on-hover that broke the boxed look */
.home-showcase__arrows .showcase-arrow--prev:hover svg {
  transform: scaleX(-1);
}
.home-showcase__arrows .showcase-arrow--next:hover svg {
  transform: none;
}

.home-showcase__arrows {
  gap: 10px;
}
.home-showcase__actions {
  gap: 22px;
}
.home-showcase__actions a {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
