:root {
  --ink: #241f1c;
  --muted: #746b64;
  --ivory: #fffaf3;
  --shell: #f6e4d8;
  --coral: #ee624e;
  --red: #bf1828;
  --blue: #b9d8e9;
  --butter: #f4d067;
  --line: rgba(36, 31, 28, 0.14);
  --shadow: 0 24px 80px rgba(68, 42, 28, 0.14);
}

.legal-page {
  background: #f8f4ef;
}

.legal-content {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 86px;
}

.legal-content h1 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.08;
  font-weight: 400;
  color: #221d19;
}

.legal-content h2 {
  margin: 34px 0 10px;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #231f1b;
}

.legal-content p {
  margin: 0 0 16px;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.68;
  color: rgba(35, 31, 27, 0.72);
}

.legal-content a {
  color: #8d1f2d;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.legal-updated {
  font-size: 14px;
  color: rgba(35, 31, 27, 0.55);
}

/* About final rewrite: brand + development partner */
.about-page {
  --about-max: 1440px;
  --about-pad-x: clamp(24px, 5vw, 72px);
  --about-section-y: clamp(78px, 8vw, 112px);
  background: #fbf8f3;
}

.about-page section,
.about-page header {
  padding-left: var(--about-pad-x);
  padding-right: var(--about-pad-x);
}

.about-page .about-hero-v3,
.about-two-sides,
.about-why,
.about-brand-v3,
.about-for-brands,
.about-material-product,
.about-experience-collab,
.about-page .about-final-cta {
  max-width: var(--about-max);
  margin: 0 auto;
}

.about-page .about-hero-v3 {
  min-height: 0;
  padding-top: clamp(122px, 12vw, 152px);
  padding-bottom: clamp(52px, 6vw, 78px);
  display: grid;
  grid-template-columns: minmax(360px, 0.48fr) minmax(420px, 0.52fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  background: #fffdfa;
}

.about-page .about-hero-v3 .about-hero-copy {
  max-width: 640px;
}

.about-page .about-hero-v3 h1 {
  max-width: 700px;
  font-size: clamp(46px, 4.5vw, 72px);
  line-height: 1.01;
}

.about-page .about-hero-v3 p {
  max-width: 600px;
  margin-top: 16px;
  font-size: clamp(17px, 1.35vw, 19px);
  line-height: 1.58;
}

.about-hero-process {
  height: clamp(360px, 38vw, 560px);
  overflow: hidden;
  background: #efe5da;
}

.about-hero-process img,
.about-two-sides img,
.about-brand-v3 img,
.about-material-product img,
.about-experience-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-kicker,
.about-two-sides article span,
.about-why-grid span,
.about-service-tags span,
.about-start-note span,
.about-process-line b,
.about-process-copy li,
.about-collab-tags span {
  color: #8d2f35;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-page .about-section-heading {
  max-width: 780px;
}

.about-page .about-section-heading h2,
.about-page .about-section-copy h2,
.about-start-note h3,
.about-collab-panel h2,
.about-page .about-final-cta h2 {
  margin: 14px 0 0;
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: 1.07;
}

.about-page .about-section-heading p,
.about-page .about-section-copy p,
.about-two-sides p,
.about-why-grid p,
.about-start-note p,
.about-process-copy p,
.about-collab-panel p,
.about-page .about-final-cta p {
  color: #746b64;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.62;
}

.about-two-sides {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fbf8f3;
}

.about-side-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(32px, 5vw, 58px);
}

.about-two-sides article {
  min-height: 340px;
  display: grid;
  grid-template-rows: 220px 1fr;
  overflow: hidden;
  border: 1px solid rgba(36, 31, 28, 0.13);
  background: #fffdfa;
}

.about-two-sides article > div {
  padding: clamp(28px, 3.8vw, 44px);
  display: grid;
  align-content: end;
}

.about-two-sides h3 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

.about-two-sides a {
  width: max-content;
  margin-top: 4px;
  color: #241f1c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(36, 31, 28, 0.48);
}

.about-two-sides img {
  transition: transform 360ms ease;
}

.about-two-sides article:hover img {
  transform: scale(1.025);
}

.about-why {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fffdfa;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 60px);
}

.about-why-grid article {
  min-height: 300px;
  padding: clamp(32px, 4vw, 46px);
  border: 1px solid rgba(36, 31, 28, 0.13);
  background: #fbf8f3;
}

.about-why-grid h3 {
  margin: 26px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 400;
  line-height: 1.12;
}

.about-why-grid strong {
  display: block;
  margin-top: 14px;
  color: #241f1c;
  font-size: 13px;
}

.about-why-grid em {
  display: block;
  margin-top: 22px;
  color: #8d2f35;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-brand-v3 {
  grid-template-columns: minmax(340px, 0.43fr) minmax(420px, 0.57fr);
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fbf8f3;
}

.about-page .about-brand-v3 .about-section-copy {
  max-width: 590px;
}

.about-page .about-brand-v3 .about-section-copy strong {
  margin-top: 24px;
  font-size: clamp(26px, 2.6vw, 38px);
}

.about-page .about-brand-v3 .about-brand-visual {
  min-height: 0;
  height: clamp(420px, 42vw, 580px);
}

.about-page .about-brand-v3 .about-brand-main {
  width: 76%;
  height: 72%;
}

.about-page .about-brand-v3 .about-brand-detail {
  width: 40%;
  height: 40%;
}

.about-for-brands {
  padding-top: clamp(74px, 8vw, 104px);
  padding-bottom: clamp(74px, 8vw, 104px);
  display: grid;
  grid-template-columns: minmax(360px, 0.52fr) minmax(340px, 0.48fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  background: #201c19;
  color: #fffdfa;
}

.about-for-brands .about-section-copy p,
.about-start-note p {
  color: rgba(255, 253, 250, 0.74);
}

.about-service-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.about-service-tags span {
  padding: 10px 13px;
  color: rgba(255, 253, 250, 0.86);
  border: 1px solid rgba(255, 253, 250, 0.22);
}

.about-for-brands .button {
  margin-top: 28px;
}

.about-start-note {
  min-height: 300px;
  padding: clamp(30px, 4vw, 48px);
  display: grid;
  align-content: end;
  border: 1px solid rgba(255, 253, 250, 0.18);
  background:
    linear-gradient(180deg, rgba(32, 28, 25, 0.2), rgba(32, 28, 25, 0.78)),
    url("../images/generated/customization/cc-customization-dimensions.jpg") center / cover;
}

.about-start-note span,
.about-start-note h3 {
  color: #fffdfa;
}

.about-material-product {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fffdfa;
}

.about-process-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(34px, 5vw, 54px);
  border-left: 1px solid rgba(36, 31, 28, 0.15);
}

.about-process-line span {
  min-height: 112px;
  padding: 18px 12px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #241f1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-right: 1px solid rgba(36, 31, 28, 0.15);
  background: #fbf8f3;
}

.about-process-line b {
  display: block;
  margin-bottom: 8px;
}

.about-process-copy {
  display: grid;
  grid-template-columns: minmax(360px, 0.56fr) minmax(300px, 0.44fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-top: clamp(32px, 5vw, 58px);
}

.about-process-copy ul,
.about-collab-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.about-process-copy li,
.about-collab-tags span {
  padding: 16px 18px;
  color: #241f1c;
  border: 1px solid rgba(36, 31, 28, 0.13);
  background: #fbf8f3;
}

.about-material-product .about-material-focus {
  margin: clamp(56px, 7vw, 86px) 0 0;
  grid-template-columns: minmax(340px, 0.45fr) minmax(420px, 0.55fr);
}

.about-material-product .about-material-image {
  height: clamp(380px, 36vw, 520px);
}

.about-experience-collab {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fbf8f3;
}

.about-experience-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.54fr) minmax(340px, 0.46fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.about-experience-panel img {
  height: clamp(380px, 34vw, 500px);
}

.about-experience-panel blockquote {
  margin: 28px 0 0;
  padding-left: 22px;
  border-left: 2px solid #8d2f35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.14;
}

.about-collab-panel {
  margin-top: clamp(54px, 7vw, 78px);
  padding-top: clamp(44px, 6vw, 66px);
  display: grid;
  grid-template-columns: minmax(360px, 0.48fr) minmax(360px, 0.52fr);
  gap: clamp(28px, 5vw, 70px);
  border-top: 1px solid rgba(36, 31, 28, 0.12);
}

.about-collab-panel .about-kicker,
.about-collab-panel h2,
.about-collab-panel p {
  grid-column: 1;
}

.about-collab-tags {
  grid-column: 2;
  grid-row: 1 / span 4;
}

.about-page .about-final-cta {
  min-height: 0;
  padding-top: clamp(86px, 9vw, 118px);
  padding-bottom: clamp(86px, 9vw, 118px);
}

@media (max-width: 1020px) {
  .about-page .about-hero-v3,
  .about-side-grid,
  .about-two-sides article,
  .about-brand-v3,
  .about-for-brands,
  .about-process-copy,
  .about-material-product .about-material-focus,
  .about-experience-panel,
  .about-collab-panel {
    grid-template-columns: 1fr;
  }

  .about-hero-process,
  .about-two-sides img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-collab-panel .about-kicker,
  .about-collab-panel h2,
  .about-collab-panel p,
  .about-collab-tags {
    grid-column: auto;
    grid-row: auto;
  }

  .about-process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .about-page {
    --about-pad-x: 22px;
    --about-section-y: 66px;
  }

  .about-page .about-hero-v3 {
    padding-top: 108px;
    padding-bottom: 62px;
  }

  .about-page .about-hero-v3 h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .about-page .about-section-heading h2,
  .about-page .about-section-copy h2,
  .about-start-note h3,
  .about-collab-panel h2,
  .about-page .about-final-cta h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .about-why-grid,
  .about-process-line {
    grid-template-columns: 1fr;
  }

  .about-why-grid article {
    min-height: 0;
    padding: 28px;
  }

  .about-page .about-brand-v3 .about-brand-visual,
  .about-material-product .about-material-image,
  .about-experience-panel img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-page .about-brand-v3 .about-brand-main,
  .about-page .about-brand-v3 .about-brand-detail {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-page .about-brand-v3 .about-brand-visual {
    display: grid;
    gap: 12px;
  }

  .about-process-line span {
    min-height: 74px;
  }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

body:not(.motion-ready) {
  overflow: hidden;
}

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

.page { overflow: hidden; }

.motion-loader {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fffaf3;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.motion-ready .motion-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-brand {
  position: absolute;
  left: clamp(22px, 5vw, 70px);
  top: clamp(22px, 5vw, 58px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 8vw, 118px);
  line-height: 0.92;
  color: rgba(255, 250, 243, 0.18);
}

.loader-count {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 11vw, 150px);
}

.nav {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 42px;
  background: rgba(255, 250, 243, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px);
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-actions { justify-content: flex-end; }

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

.menu-toggle {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(33, 29, 26, 0.28);
  background: transparent;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.inquiry-pill {
  padding: 10px 15px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.inquiry-pill:hover {
  background: var(--ink);
  color: var(--ivory);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.22fr);
  align-items: stretch;
  padding-top: 72px;
  background:
    radial-gradient(circle at 16% 18%, rgba(244, 208, 103, 0.42), transparent 24%),
    linear-gradient(105deg, #fff7ee 0%, #fff7ee 42%, #f7d7ca 42%, #f7d7ca 100%);
}

.motion-ready .hero-copy {
  animation: riseIn 0.9s ease both;
}

.motion-ready .hero-media {
  animation: clipReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-brand-bg {
  position: absolute;
  left: clamp(20px, 4vw, 70px);
  bottom: 16px;
  z-index: 0;
  color: rgba(191, 24, 40, 0.075);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(82px, 18vw, 270px);
  line-height: 0.76;
  letter-spacing: 0;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 34px 70px clamp(34px, 6vw, 92px);
}

.hero-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 560px;
  margin-bottom: 26px;
}

.hero-category-nav a {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(36, 31, 28, 0.14);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.hero-category-nav a:hover {
  background: var(--red);
  color: #fff;
  transform: translateY(-2px);
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.light { color: #fff; }

h1 {
  margin: 0;
  max-width: 600px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6.2vw, 84px);
  font-weight: 400;
  line-height: 0.98;
}

.hero-copy p {
  max-width: 430px;
  margin: 22px 0 32px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin-top: 46px;
}

.hero-stats span {
  min-height: 82px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(36, 31, 28, 0.11);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-stats b {
  margin-bottom: 6px;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 19px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.button.primary {
  background: var(--ink);
  color: var(--ivory);
}

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

.hero-media {
  position: relative;
  z-index: 1;
  min-height: 640px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
  transform: scale(1.04);
  animation: heroDrift 14s ease-in-out infinite alternate;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(36, 31, 28, 0.22));
  pointer-events: none;
}

.hero-product-stack {
  position: absolute;
  z-index: 2;
  top: 94px;
  right: 24px;
  left: auto;
  display: grid;
  gap: 12px;
}

.hero-product-stack img {
  width: 126px;
  height: 148px;
  object-fit: cover;
  background: #fff;
  border: 7px solid rgba(255, 250, 243, 0.96);
  box-shadow: 0 18px 44px rgba(36, 31, 28, 0.18);
  animation: floatCard 4.8s ease-in-out infinite;
}

.hero-product-stack img:nth-child(2) {
  margin-left: 38px;
  animation-delay: 0.45s;
}

.hero-product-stack img:nth-child(3) {
  margin-left: 10px;
  animation-delay: 0.9s;
}

.floating-card {
  position: absolute;
  z-index: 2;
  left: auto;
  right: 30px;
  bottom: 34px;
  width: min(340px, calc(100% - 60px));
  padding: 18px;
  background: rgba(255, 250, 243, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.editorial-strip {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  align-items: stretch;
  padding-top: 42px;
  padding-bottom: 42px;
  background: var(--ink);
  color: #fff;
}

.strip-intro {
  min-height: 250px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--red);
}

.strip-intro span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.strip-intro strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.98;
}

.strip-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 27vw);
  gap: 14px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, #000 82%, transparent);
}

.strip-track article {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: #fff;
}

.strip-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.strip-track article:hover img {
  transform: scale(1.08);
}

.strip-track div {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 13px;
  background: rgba(255, 250, 243, 0.88);
  color: var(--ink);
  backdrop-filter: blur(10px);
}

.strip-track b,
.strip-track span {
  display: block;
}

.strip-track b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.strip-track span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.floating-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 18px;
  width: 1px;
  height: 64px;
  background: rgba(36, 31, 28, 0.16);
  overflow: hidden;
}

.scroll-cue::after {
  content: "";
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 40%;
  background: var(--red);
  animation: scrollLine 1.8s ease-in-out infinite;
}

.scroll-cue span {
  position: absolute;
  left: 10px;
  bottom: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.marquee {
  display: flex;
  gap: 42px;
  padding: 17px 0;
  background: var(--red);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marquee-track {
  display: flex;
  gap: 42px;
  min-width: max-content;
  animation: marquee 24s linear infinite;
}

section { padding: 92px clamp(22px, 5vw, 76px); }

.campaign-motion {
  position: relative;
  min-height: 820px;
  padding: clamp(32px, 5vw, 76px);
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.campaign-bg {
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, 0);
}

.campaign-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.94) 0%, rgba(255, 250, 243, 0.58) 42%, rgba(255, 250, 243, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 250, 243, 0), rgba(255, 250, 243, 0.55));
}

.campaign-bg img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center;
}

.campaign-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.campaign-copy span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.campaign-copy p {
  max-width: 390px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.campaign-products {
  position: relative;
  z-index: 2;
  min-height: 650px;
}

.motion-product {
  position: absolute;
  display: grid;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 90px rgba(68, 42, 28, 0.15);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.motion-product:hover {
  box-shadow: 0 30px 110px rgba(68, 42, 28, 0.22);
}

.motion-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff5ee;
}

.motion-product span {
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mp-one {
  width: min(44vw, 440px);
  height: 440px;
  right: 9%;
  top: 8%;
  animation: productDrift 6s ease-in-out infinite;
}

.mp-two {
  width: min(28vw, 280px);
  height: 330px;
  left: 8%;
  bottom: 8%;
  animation: productDrift 7s ease-in-out infinite reverse;
}

.mp-three {
  width: min(30vw, 320px);
  height: 340px;
  right: 2%;
  bottom: 3%;
  animation: productDrift 6.6s ease-in-out infinite;
}

.kinetic-words {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 38px;
  display: flex;
  gap: clamp(40px, 8vw, 130px);
  color: rgba(191, 24, 40, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 10vw, 146px);
  white-space: nowrap;
  animation: kineticSlide 24s linear infinite;
}

.shop-categories {
  background: #fff;
}

.shop-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(340px, 0.64fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 30px;
}

.shop-head span {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-head h2 {
  max-width: 820px;
}

.shop-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  grid-template-rows: repeat(2, minmax(320px, 40vh));
  gap: 18px;
}

.shop-tile {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 260px;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.shop-tile.large {
  grid-row: span 2;
}

.shop-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.shop-tile:hover img {
  transform: scale(1.06);
  filter: saturate(1.14);
}

.shop-tile div {
  position: relative;
  z-index: 1;
  padding: 18px 20px 20px;
  background: #fff;
}

.shop-tile small,
.shop-tile span {
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-tile small {
  margin-bottom: 10px;
  padding: 8px 10px;
  background: #fff1e9;
  color: var(--red);
}

.shop-tile strong {
  display: block;
  max-width: 390px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.04;
}

.shop-tile span {
  margin-top: 18px;
  padding-bottom: 4px;
  color: var(--red);
  border-bottom: 1px solid currentColor;
}

.season-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  background: var(--ink);
}

.season-split article {
  min-height: 660px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  color: var(--ink);
  background: #fff;
}

.season-split img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

.season-split article:hover img {
  transform: scale(1.08);
}

.season-split div {
  position: relative;
  z-index: 1;
  max-width: none;
  min-height: 235px;
  padding: clamp(24px, 3.4vw, 42px);
  background: #fff;
}

.season-split small {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--butter);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.season-split h2 {
  color: var(--ink);
}

.season-split p {
  max-width: 460px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.season-split .button {
  margin-top: 10px;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--ivory);
}

.product-wall {
  background: #fffaf3;
}

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

.product-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  background: #fff;
  border: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(68, 42, 28, 0.1);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--shell);
}

.detail-page {
  background: #fffaf3;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
  min-height: 100vh;
  padding-top: 112px;
  background: linear-gradient(115deg, #fffaf3, #f6e4d8 58%, #d9edf6);
}

.detail-gallery {
  display: grid;
  place-items: center;
  min-height: 620px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.detail-gallery img {
  width: min(100%, 760px);
  height: min(72vh, 760px);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.back-link {
  width: fit-content;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-copy small,
.detail-editorial small {
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-copy h1 {
  margin-top: 18px;
}

.detail-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 38px;
}

.detail-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 540px;
}

.detail-specs div {
  min-height: 98px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
}

.detail-specs span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-specs b {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.detail-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  background: #fff;
}

.detail-editorial p {
  max-width: 640px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.detail-cta {
  margin-top: 0;
}

.product-card small,
.product-card strong,
.product-card span {
  margin-left: 16px;
  margin-right: 16px;
}

.product-card small {
  margin-top: 16px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card strong {
  margin-top: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.product-card span {
  margin-top: auto;
  margin-bottom: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h2 {
  margin: 0;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

.section-head p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

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

.collection-card {
  position: relative;
  min-height: 420px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fff7f0);
  border: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.collection-card::after {
  content: "REQUEST";
  position: absolute;
  right: 20px;
  bottom: 22px;
  z-index: 1;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.collection-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 18px 50px rgba(68, 42, 28, 0.1);
}

.collection-img {
  position: absolute;
  inset: 74px 20px 64px;
  width: calc(100% - 40px);
  height: calc(100% - 138px);
  object-fit: cover;
  border-radius: 0;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

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

.collection-card small {
  z-index: 1;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.collection-card h3 {
  z-index: 1;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
}

.atelier {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  background: #fff;
}

.material-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background: linear-gradient(120deg, #fffaf3, #fce0d7 58%, #d9edf6);
}

.material-copy p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.7;
}

.material-gallery {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  min-height: 520px;
}

.material-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.material-gallery img:first-child {
  margin-top: 54px;
  height: calc(100% - 54px);
}

.material-gallery img:last-child {
  margin-bottom: 54px;
  height: calc(100% - 54px);
}

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

.tile {
  min-height: 184px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  background: var(--ivory);
  transition: transform 0.28s ease, background 0.28s ease;
}

.tile:hover {
  background: #fff0e8;
  transform: translateY(-5px);
}

.tile strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.tile span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.capability-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.capability {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.capability b {
  color: var(--coral);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.capability p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.quality {
  background: linear-gradient(90deg, #fee7d9, #fffaf3 38%, #dff1f7);
}

.quality-board {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 16px;
  align-items: stretch;
}

.meter-panel {
  min-height: 420px;
  padding: 28px;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.meter-panel h3 {
  max-width: 440px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.04;
}

.meters { display: grid; gap: 20px; }

.meter span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  background: var(--butter);
  transform-origin: left;
  animation: fill 1.6s ease both;
}

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

.process-card {
  min-height: 202px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 44px rgba(55, 36, 25, 0.08);
}

.process-card em {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: normal;
}

.process-card h4 {
  margin: 24px 0 10px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.partners {
  padding-top: 68px;
  padding-bottom: 68px;
  background: #fff;
}

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

.logo-mark {
  min-height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  align-items: center;
  min-height: 520px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--coral);
  color: #fff;
}

.cta h2 { color: #fff; }

.cta p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.cta-form {
  display: grid;
  gap: 12px;
  padding: clamp(26px, 5vw, 58px);
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  border-bottom: 1px solid var(--line);
}

.field label {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field span { font-size: 15px; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 42px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.visible .shop-tile,
.reveal.visible .product-card,
.reveal.visible .motion-product {
  animation-play-state: running;
}

@keyframes heroDrift {
  from { transform: scale(1.04) translateX(0); }
  to { transform: scale(1.09) translateX(-18px); }
}

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

@keyframes fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

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

@keyframes clipReveal {
  from {
    opacity: 0;
    clip-path: inset(12% 0 12% 18%);
    transform: translateX(22px);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
    transform: translateX(0);
  }
}

@keyframes scrollLine {
  0% { transform: translateY(0); }
  100% { transform: translateY(240%); }
}

@keyframes productDrift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.2deg); }
  50% { transform: translate3d(0, -16px, 0) rotate(1.2deg); }
}

@keyframes kineticSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-36%); }
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
    padding: 14px 22px;
  }

  .nav-links { display: none; }

  .hero,
  .shop-head,
  .editorial-strip,
  .campaign-motion,
  .season-split,
  .detail-hero,
  .detail-editorial,
  .atelier,
  .material-story,
  .quality-board,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero { min-height: 0; }

  .hero-media {
    min-height: 440px;
    order: -1;
  }

  .hero-product-stack {
    top: auto;
    left: 18px;
    right: 18px;
    bottom: 24px;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-product-stack img {
    width: 100%;
    height: 110px;
  }

  .hero-copy { padding: 42px 24px 60px; }

  .campaign-motion {
    min-height: 980px;
  }

  .campaign-copy {
    max-width: 620px;
  }

  .campaign-products {
    min-height: 650px;
  }

  .mp-one {
    width: min(70vw, 430px);
    right: 10%;
  }

  .mp-two {
    width: min(44vw, 260px);
    left: 5%;
  }

  .mp-three {
    width: min(46vw, 290px);
    right: 4%;
  }

  .strip-track {
    grid-auto-columns: minmax(210px, 42vw);
    overflow-x: auto;
    mask-image: none;
    padding-bottom: 8px;
  }

  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .shop-tile.large {
    grid-row: auto;
    grid-column: span 2;
  }

  .season-split article {
    min-height: 560px;
  }

  .detail-hero {
    padding-top: 88px;
  }

  .detail-gallery {
    min-height: 480px;
  }

  .detail-gallery img {
    height: 460px;
  }

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

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

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

  .material-gallery {
    min-height: 420px;
  }
}

@media (max-width: 620px) {
  .brand { font-size: 16px; }

  .nav-actions a:not(.inquiry-pill) { display: none; }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .hero-category-nav {
    gap: 8px;
  }

  .hero-category-nav a {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .campaign-motion {
    min-height: 840px;
    padding: 68px 20px;
  }

  .campaign-products {
    min-height: 520px;
  }

  .mp-one {
    width: 76vw;
    height: 310px;
    right: 0;
    top: 4%;
  }

  .mp-two {
    width: 48vw;
    height: 230px;
    left: 0;
    bottom: 12%;
  }

  .mp-three {
    width: 52vw;
    height: 240px;
    right: 0;
    bottom: 0;
  }

  .kinetic-words {
    bottom: 16px;
  }

  .collections,
  .shop-grid,
  .editorial-strip,
  .atelier-grid,
  .material-gallery,
  .product-grid,
  .process {
    grid-template-columns: 1fr;
  }

  .shop-tile.large {
    grid-column: auto;
  }

  .shop-tile {
    min-height: 360px;
  }

  .season-split article {
    min-height: 500px;
  }

  .season-split div {
    min-height: 0;
  }

  .product-card {
    min-height: 0;
  }

  .detail-gallery {
    min-height: 360px;
  }

  .detail-gallery img {
    height: 340px;
  }

  .detail-specs {
    grid-template-columns: 1fr;
  }

  .strip-intro {
    min-height: 160px;
  }

  .strip-track {
    grid-auto-columns: minmax(230px, 78vw);
  }

  .material-gallery {
    min-height: 0;
  }

  .material-gallery img,
  .material-gallery img:first-child,
  .material-gallery img:last-child {
    height: 320px;
    margin: 0;
  }

  .section-head { display: block; }

  .section-head p { margin-top: 18px; }

  section { padding: 68px 20px; }

  .field {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .footer {
    display: block;
    padding: 24px 20px;
  }
}

/* About Choose Cherry */
.about-page {
  --v2-wine: #8d2f35;
  --about-ink: #241f1c;
  --about-soft: #fbf8f3;
  --about-paper: #fffdfa;
  --about-sand: #efe5da;
  background: #fbf8f3;
}

.about-page section,
.about-page header {
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
}

.about-hero {
  position: relative;
  min-height: min(80vh, 760px);
  padding-top: 132px;
  padding-bottom: clamp(54px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(320px, 0.46fr) minmax(420px, 0.54fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  overflow: hidden;
  background: var(--about-paper);
  color: var(--about-ink);
}

.about-hero > img,
.about-hero::after {
  display: none;
}

.about-hero-image {
  height: clamp(420px, 58vw, 680px);
  overflow: hidden;
  background: var(--about-sand);
}

.about-hero-image img,
.about-editorial-grid img,
.about-material-image img,
.about-craft-image img,
.about-international img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-copy {
  position: relative;
  width: auto;
  max-width: 670px;
  margin: 0;
  text-align: left;
}

.about-hero-copy span,
.about-kicker,
.about-final-cta span {
  display: block;
  color: var(--v2-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-hero-copy span {
  color: var(--v2-wine);
}

.about-hero-copy h1 {
  max-width: 720px;
  margin-top: 16px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.98;
}

.about-hero-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
}

.about-brand-story,
.about-development,
.about-material-capability,
.about-craft,
.about-international {
  display: grid;
  max-width: 1500px;
  margin: 0 auto;
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.about-brand-story {
  grid-template-columns: minmax(320px, 0.42fr) minmax(460px, 0.58fr);
  padding-top: clamp(78px, 9vw, 132px);
  padding-bottom: clamp(70px, 9vw, 120px);
  background: var(--about-soft);
}

.about-section-copy {
  max-width: 680px;
}

.about-section-copy h2,
.about-section-heading h2,
.about-final-cta h2 {
  margin-top: 14px;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.04;
}

.about-section-copy p,
.about-values p,
.about-proof-list,
.about-capability-grid p,
.about-final-cta p {
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.68;
}

.about-section-copy strong {
  display: block;
  max-width: 500px;
  margin-top: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1.1;
}

.about-editorial-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: minmax(220px, 360px) minmax(220px, 360px);
  gap: 14px;
}

.about-editorial-main {
  grid-row: span 2;
}

.about-values {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: clamp(52px, 6vw, 82px);
  padding-bottom: clamp(52px, 6vw, 82px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.about-values article {
  min-height: 230px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--about-paper);
}

.about-values span,
.about-development-card span,
.about-flow span,
.about-capability-grid h3 {
  color: var(--v2-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-values h3 {
  margin-top: 52px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
}

.about-development {
  grid-template-columns: minmax(360px, 0.54fr) minmax(320px, 0.46fr);
  padding-top: clamp(80px, 9vw, 128px);
  padding-bottom: clamp(80px, 9vw, 128px);
  background: #201c19;
  color: #fffdfa;
}

.about-development .about-section-copy p {
  color: rgba(255, 253, 250, 0.74);
}

.about-development-card {
  min-height: 430px;
  padding: clamp(32px, 4vw, 56px);
  display: grid;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(32, 28, 25, 0.08), rgba(32, 28, 25, 0.5)),
    url("../images/about/texture-pleated.jpg") center / cover;
}

.about-development-card span {
  color: rgba(255, 253, 250, 0.76);
}

.about-development-card h3 {
  margin: 14px 0 0;
  color: #fffdfa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.04;
}

.about-supply-chain {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: clamp(74px, 8vw, 116px);
  padding-bottom: clamp(74px, 8vw, 116px);
  display: grid;
  grid-template-columns: minmax(360px, 0.42fr) minmax(420px, 0.34fr) minmax(260px, 0.24fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  background: var(--about-paper);
}

.about-flow {
  display: grid;
  gap: 12px;
}

.about-flow span {
  position: relative;
  padding: 18px 20px;
  color: var(--about-ink);
  border: 1px solid rgba(36, 31, 28, 0.16);
  background: #fbf8f3;
}

.about-proof-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-proof-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(36, 31, 28, 0.12);
}

.about-material-capability {
  grid-template-columns: minmax(420px, 0.52fr) minmax(340px, 0.48fr);
  padding-top: clamp(82px, 9vw, 132px);
  padding-bottom: clamp(82px, 9vw, 132px);
  background: var(--about-soft);
}

.about-material-image {
  height: clamp(420px, 50vw, 620px);
  overflow: hidden;
}

.about-craft {
  grid-template-columns: minmax(360px, 0.5fr) minmax(380px, 0.5fr);
  padding-top: clamp(78px, 9vw, 126px);
  padding-bottom: clamp(78px, 9vw, 126px);
  background: var(--about-paper);
}

.about-craft blockquote {
  margin: 34px 0 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--v2-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.7vw, 40px);
  line-height: 1.14;
}

.about-craft-image {
  height: clamp(420px, 54vw, 680px);
  overflow: hidden;
}

.about-capabilities {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: clamp(76px, 8vw, 116px);
  padding-bottom: clamp(76px, 8vw, 116px);
  background: #efe5da;
}

.about-section-heading {
  max-width: 860px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(36px, 5vw, 72px);
  background: rgba(36, 31, 28, 0.14);
}

.about-capability-grid article {
  min-height: 260px;
  padding: clamp(26px, 3vw, 42px);
  background: var(--about-paper);
}

.about-capability-grid h3 {
  color: var(--about-ink);
  font-size: 11px;
}

.about-capability-grid p {
  margin-top: 34px;
}

.about-international {
  grid-template-columns: minmax(340px, 0.44fr) minmax(420px, 0.56fr);
  padding-top: clamp(82px, 9vw, 132px);
  padding-bottom: clamp(82px, 9vw, 132px);
  background: var(--about-soft);
}

.about-international img {
  height: clamp(420px, 46vw, 620px);
  overflow: hidden;
}

.about-final-cta {
  min-height: 520px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background: #201c19;
  color: #fffdfa;
}

.about-final-cta h2 {
  max-width: 860px;
  margin-top: 14px;
  color: #fffdfa;
}

.about-final-cta p {
  max-width: 640px;
  margin: 16px auto 24px;
  color: rgba(255, 253, 250, 0.72);
}

.about-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.about-text-link {
  color: #fffdfa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 253, 250, 0.56);
}

@media (max-width: 1020px) {
  .about-hero,
  .about-brand-story,
  .about-development,
  .about-supply-chain,
  .about-material-capability,
  .about-craft,
  .about-international {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding-top: 120px;
  }

  .about-supply-chain {
    align-items: start;
  }

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

@media (max-width: 680px) {
  .about-page section,
  .about-page header {
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-hero {
    min-height: 0;
    padding-top: 106px;
  }

  .about-hero-copy h1,
  .about-section-copy h2,
  .about-section-heading h2,
  .about-final-cta h2 {
    font-size: clamp(31px, 10vw, 40px);
  }

  .about-hero-image,
  .about-material-image,
  .about-craft-image,
  .about-international img {
    height: min(112vw, 480px);
  }

  .about-editorial-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .about-editorial-main {
    grid-row: auto;
  }

  .about-editorial-grid img {
    min-height: 320px;
  }

  .about-values,
  .about-capability-grid {
    grid-template-columns: 1fr;
  }

  .about-values article,
  .about-capability-grid article {
    min-height: 0;
  }

  .about-values h3,
  .about-capability-grid p {
    margin-top: 24px;
  }

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

  .about-cta-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .about-cta-actions .button,
  .about-text-link {
    justify-content: center;
    text-align: center;
  }
}

/* About clarity redesign */
.about-page {
  --about-max: 1440px;
}

.about-page .about-hero {
  min-height: 0;
  max-width: var(--about-max);
  margin: 0 auto;
  padding-top: clamp(132px, 15vw, 176px);
  padding-bottom: clamp(34px, 5vw, 62px);
  display: block;
  background: var(--about-paper);
}

.about-page .about-hero-copy {
  max-width: 940px;
}

.about-page .about-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.02;
}

.about-page .about-hero-copy p {
  max-width: 720px;
  margin-top: 16px;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.55;
}

.about-paths {
  max-width: var(--about-max);
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: clamp(64px, 8vw, 104px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: var(--about-paper);
}

.about-paths article {
  min-height: 340px;
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(220px, 0.55fr);
  overflow: hidden;
  border: 1px solid rgba(36, 31, 28, 0.13);
  background: var(--about-soft);
}

.about-paths img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0);
  transition: transform 360ms ease;
}

.about-paths article:hover img {
  transform: scale(1.025);
}

.about-paths article > div {
  padding: clamp(28px, 4vw, 46px);
  display: grid;
  align-content: end;
}

.about-paths span,
.about-paths a,
.about-outcomes li {
  color: var(--v2-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-paths h2 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.06;
}

.about-paths p {
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.about-paths a {
  width: max-content;
  color: var(--about-ink);
  border-bottom: 1px solid rgba(36, 31, 28, 0.48);
}

.about-page .about-brand-story {
  grid-template-columns: minmax(320px, 0.4fr) minmax(420px, 0.6fr);
  min-height: 0;
  padding-top: clamp(68px, 8vw, 96px);
  padding-bottom: clamp(68px, 8vw, 96px);
}

.about-page .about-section-copy h2,
.about-page .about-section-heading h2,
.about-page .about-final-cta h2 {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.06;
}

.about-page .about-section-copy p {
  margin: 14px 0 0;
}

.about-brand-visual {
  position: relative;
  min-height: clamp(470px, 48vw, 680px);
}

.about-brand-visual img {
  object-fit: cover;
  background: var(--about-sand);
}

.about-brand-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 78%;
  height: 74%;
}

.about-brand-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 44%;
  box-shadow: 0 18px 54px rgba(36, 31, 28, 0.14);
}

.about-page .about-values {
  padding-top: clamp(38px, 5vw, 64px);
  padding-bottom: clamp(38px, 5vw, 64px);
}

.about-page .about-values article {
  min-height: 240px;
  padding: clamp(24px, 3vw, 36px);
}

.about-page .about-values h3 {
  margin-top: 38px;
  font-size: clamp(20px, 1.8vw, 27px);
}

.about-page .about-development {
  grid-template-columns: minmax(330px, 0.52fr) minmax(360px, 0.48fr);
  padding-top: clamp(62px, 7vw, 88px);
  padding-bottom: clamp(62px, 7vw, 88px);
}

.about-page .about-development-card {
  min-height: clamp(320px, 34vw, 460px);
  background:
    linear-gradient(180deg, rgba(32, 28, 25, 0.04), rgba(32, 28, 25, 0.52)),
    url("../images/generated/homepage-material-direction-neutral.png") center / cover;
}

.about-page .about-development .button {
  margin-top: 28px;
}

.about-page .about-capabilities {
  background: var(--about-soft);
  padding-top: clamp(66px, 8vw, 96px);
  padding-bottom: clamp(66px, 8vw, 96px);
}

.about-material-focus {
  display: grid;
  grid-template-columns: minmax(360px, 0.45fr) minmax(420px, 0.55fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(58px, 7vw, 92px);
}

.about-page .about-material-image {
  height: clamp(360px, 38vw, 560px);
}

.about-page .about-capability-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: transparent;
}

.about-page .about-capability-grid article {
  min-height: 300px;
  display: grid;
  grid-template-rows: 150px auto auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(36, 31, 28, 0.12);
}

.about-capability-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .about-capability-grid h3,
.about-page .about-capability-grid p {
  padding-left: clamp(24px, 3vw, 34px);
  padding-right: clamp(24px, 3vw, 34px);
}

.about-page .about-capability-grid h3 {
  margin: 26px 0 0;
}

.about-page .about-capability-grid p {
  margin: 14px 0 30px;
}

.about-process,
.about-difference {
  max-width: var(--about-max);
  margin: 0 auto;
  padding-top: clamp(58px, 7vw, 86px);
  padding-bottom: clamp(58px, 7vw, 86px);
  background: var(--about-paper);
}

.about-page .about-process .about-section-copy {
  max-width: 840px;
}

.about-page .about-process .about-flow {
  margin-top: clamp(34px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgba(36, 31, 28, 0.16);
}

.about-page .about-process .about-flow span {
  min-height: 104px;
  display: grid;
  place-items: center;
  text-align: center;
  border-left: 0;
  border-right: 1px solid rgba(36, 31, 28, 0.16);
  background: #fbf8f3;
}

.about-difference {
  display: grid;
  grid-template-columns: minmax(360px, 0.56fr) minmax(320px, 0.44fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  border-top: 1px solid rgba(36, 31, 28, 0.1);
}

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

.about-outcomes li {
  padding: 22px 24px;
  color: var(--about-ink);
  border: 1px solid rgba(36, 31, 28, 0.14);
  background: var(--about-soft);
}

.about-page .about-craft {
  grid-template-columns: minmax(360px, 0.55fr) minmax(330px, 0.45fr);
  padding-top: clamp(66px, 8vw, 96px);
  padding-bottom: clamp(66px, 8vw, 96px);
}

.about-page .about-craft-image {
  height: clamp(360px, 38vw, 540px);
}

.about-page .about-craft blockquote {
  max-width: 560px;
  font-size: clamp(30px, 3vw, 42px);
}

.about-page .about-final-cta {
  min-height: 420px;
  padding-top: clamp(66px, 8vw, 94px);
  padding-bottom: clamp(66px, 8vw, 94px);
}

@media (max-width: 1020px) {
  .about-paths,
  .about-paths article,
  .about-page .about-brand-story,
  .about-page .about-development,
  .about-material-focus,
  .about-difference,
  .about-page .about-craft {
    grid-template-columns: 1fr;
  }

  .about-paths article {
    min-height: 0;
  }

  .about-paths img {
    aspect-ratio: 4 / 3;
  }

  .about-page .about-process .about-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .about-page .about-hero {
    padding-top: 108px;
  }

  .about-page .about-hero-copy h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .about-page .about-section-copy h2,
  .about-page .about-section-heading h2,
  .about-page .about-final-cta h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .about-page .about-hero-copy p,
  .about-page .about-section-copy p,
  .about-page .about-values p,
  .about-page .about-capability-grid p,
  .about-page .about-final-cta p {
    font-size: 16px;
  }

  .about-paths,
  .about-page .about-values,
  .about-page .about-capability-grid,
  .about-page .about-process .about-flow {
    grid-template-columns: 1fr;
  }

  .about-brand-visual {
    min-height: 0;
    display: grid;
    gap: 12px;
  }

  .about-brand-main,
  .about-brand-detail {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-page .about-values article,
  .about-page .about-capability-grid article {
    min-height: 0;
  }

  .about-page .about-material-image,
  .about-page .about-craft-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-page .about-process .about-flow span {
    min-height: 72px;
  }
}

/* Choose Cherry V2 homepage */
.v2-home {
  --v2-ink: #201c19;
  --v2-soft: #f8f3ec;
  --v2-paper: #fffdfa;
  --v2-blush: #ead6c8;
  --v2-sage: #cdd6c7;
  --v2-wine: #8d2f35;
  background: var(--v2-soft);
}

.v2-home .announcement {
  background: #201c19;
  color: #fffdfa;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 1;
  min-height: 34px;
  display: grid;
  place-items: center;
  text-align: center;
  white-space: nowrap;
}

.announcement-short {
  display: none;
}

.v2-home .luxury-nav {
  background: rgba(255, 253, 250, 0.92);
}

.v2-home .nav-links,
.v2-home .nav-actions {
  font-size: 10px;
}

.v2-hero {
  position: relative;
  min-height: 94vh;
  padding-top: 106px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #d8cec4;
}

.hero-showcase {
  isolation: isolate;
  min-height: calc(100vh - 34px);
  cursor: default;
}

.v2-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.v2-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-focal, 50% 32%);
  transform: scale(1.02);
  transition: opacity 420ms ease, transform 760ms ease, object-position 420ms ease;
  animation: luxuryHero 18s ease-in-out infinite alternate;
}

.hero-showcase.is-changing .v2-hero-media img,
.hero-showcase.is-changing .hero-showcase-copy,
.hero-showcase.is-changing .hero-story-tags {
  opacity: 0.62;
}

.v2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(32, 28, 25, 0.1), rgba(32, 28, 25, 0.5)),
    linear-gradient(90deg, rgba(32, 28, 25, 0.36), rgba(32, 28, 25, 0.04) 56%);
  pointer-events: none;
}

.v2-hero-copy {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 44px));
  margin: 0 0 clamp(84px, 12vh, 128px) clamp(24px, 7vw, 108px);
  color: #fffdfa;
}

.hero-showcase-copy {
  transition: opacity 360ms ease, transform 420ms ease;
}

.hero-showcase.is-changing .hero-showcase-copy {
  transform: translateY(8px);
}

.hero-showcase[data-visual-mode="product"] {
  background:
    radial-gradient(circle at 78% 42%, rgba(255, 253, 250, 0.52), transparent 34%),
    linear-gradient(90deg, #95877d 0%, #c7b8ad 46%, #e3ddd5 100%);
}

.hero-showcase[data-visual-mode="product"] .v2-hero-media {
  inset: 0;
}

.hero-showcase[data-visual-mode="product"] .v2-hero-media img {
  position: absolute;
  top: 12%;
  right: clamp(42px, 7vw, 118px);
  bottom: auto;
  left: auto;
  width: min(54vw, 780px);
  height: 74%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 32px 56px rgba(32, 28, 25, 0.22));
  transform: scale(1);
  animation: none;
}

.hero-showcase[data-visual-mode="product"]::after {
  background:
    linear-gradient(180deg, rgba(32, 28, 25, 0.04), rgba(32, 28, 25, 0.28)),
    linear-gradient(90deg, rgba(32, 28, 25, 0.54), rgba(32, 28, 25, 0.18) 38%, rgba(32, 28, 25, 0.02) 70%);
}

.hero-showcase[data-visual-mode="product"] .hero-showcase-copy {
  width: min(560px, 42vw);
}

.v2-hero-copy .eyebrow,
.v2-final-cta .eyebrow {
  color: rgba(255, 253, 250, 0.76);
}

.v2-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1.02;
}

.v2-hero-copy p {
  max-width: 500px;
  margin: 18px 0 28px;
  color: rgba(255, 253, 250, 0.84);
  font-size: 15px;
  line-height: 1.7;
}

.light-button {
  border-color: rgba(255, 253, 250, 0.78);
  color: #fffdfa;
}

.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 253, 250, 0.44);
  border-radius: 50%;
  background: rgba(255, 253, 250, 0.04);
  color: rgba(255, 253, 250, 0.68);
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 260ms ease, color 260ms ease, border-color 260ms ease, background 260ms ease;
}

.hero-arrow-prev {
  left: clamp(18px, 3vw, 44px);
}

.hero-arrow-next {
  right: clamp(18px, 3vw, 44px);
}

.hero-showcase:hover .hero-arrow {
  opacity: 0.58;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  opacity: 1;
  color: #fffdfa;
  border-color: rgba(255, 253, 250, 0.82);
  background: rgba(255, 253, 250, 0.08);
}

.hero-story-tags {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 7vw, 108px);
  bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: min(620px, calc(100% - 220px));
  color: rgba(255, 253, 250, 0.86);
  transition: opacity 360ms ease;
}

.hero-story-tags span {
  border: 1px solid rgba(255, 253, 250, 0.34);
  background: rgba(255, 253, 250, 0.08);
  backdrop-filter: blur(12px);
  padding: 8px 12px;
  color: rgba(255, 253, 250, 0.9);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-indicator {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 5vw, 70px);
  bottom: 36px;
  display: grid;
  grid-template-columns: auto minmax(84px, 120px) auto;
  gap: 12px;
  align-items: center;
  color: rgba(255, 253, 250, 0.84);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-indicator i {
  position: relative;
  display: block;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 253, 250, 0.28);
}

.hero-indicator i::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--hero-progress, 25%);
  background: rgba(255, 253, 250, 0.88);
  transition: width 420ms ease;
}

.collection-explorer {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(520px, 0.65fr);
  gap: clamp(34px, 5vw, 78px);
  padding: clamp(46px, 5vw, 76px) clamp(22px, 6vw, 88px);
  background: #fffdfa;
  border-bottom: 1px solid rgba(32, 28, 25, 0.08);
}

.collection-explorer-heading span,
.collection-explorer-grid small {
  display: block;
  color: var(--v2-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.collection-explorer-heading h2 {
  max-width: 440px;
  margin-top: 16px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.collection-explorer-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.18fr 1fr;
  gap: clamp(18px, 3vw, 44px);
}

.collection-explorer-grid article {
  min-height: 190px;
  padding-left: clamp(18px, 2.4vw, 36px);
  border-left: 1px solid rgba(32, 28, 25, 0.14);
}

.collection-explorer-grid a {
  display: block;
  width: fit-content;
  margin-top: 14px;
  color: var(--v2-ink);
  font-family: var(--font-serif);
  font-size: clamp(19px, 1.6vw, 26px);
  line-height: 1.08;
}

.collection-explorer-grid a:hover {
  color: var(--v2-wine);
}

.home-video-section {
  padding: clamp(58px, 7vw, 110px) clamp(22px, 6vw, 88px);
  background: #f8f3ec;
}

.home-video-section > p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.v2-hero-cats {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 4vw, 54px);
  right: clamp(18px, 4vw, 54px);
  bottom: 22px;
  max-width: none;
  margin: 0;
  justify-content: center;
}

.v2-hero-cats a {
  background: rgba(255, 253, 250, 0.82);
  backdrop-filter: blur(14px);
}

.v2-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(300px, 0.58fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.v2-section-head span,
.center-head > .eyebrow {
  color: var(--v2-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.v2-section-head h2 {
  max-width: 760px;
  font-size: clamp(28px, 3vw, 44px);
}

.v2-section-head a {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--v2-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.v2-product-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 510px;
  padding-bottom: 18px;
  background: var(--v2-paper);
  border: 1px solid rgba(32, 28, 25, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.v2-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(44, 32, 24, 0.12);
}

.v2-product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: linear-gradient(180deg, #f5ebe2, #fffdfa);
  padding: clamp(18px, 2.6vw, 34px);
}

.v2-product-card small,
.v2-product-card strong,
.v2-product-card p,
.v2-product-card span {
  margin-left: 18px;
  margin-right: 18px;
}

.v2-product-card small {
  margin-top: 18px;
  color: var(--v2-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-product-card strong {
  margin-top: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.12;
}

.v2-product-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.v2-product-card span {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(32, 28, 25, 0.12);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v2-categories {
  background: #fffdfa;
}

.v2-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(360px, min(48vw, 560px));
  gap: 16px;
}

.v2-category-grid a {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f4eadf, #fffdfa);
  border: 1px solid rgba(32, 28, 25, 0.08);
}

.v2-category-grid a:nth-child(1),
.v2-category-grid a:nth-child(5) {
  grid-row: auto;
}

.v2-category-grid img {
  width: min(74%, 360px);
  height: 72%;
  object-fit: contain;
  padding: 0;
  transition: transform 0.55s ease;
}

.v2-category-grid a:hover img {
  transform: scale(1.045);
}

.v2-category-grid span {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(32, 28, 25, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 30px);
}

.v2-capabilities {
  background: #efe5da;
}

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

.advantage-editorial-grid article {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 440px;
  background: #fffdfa;
  border: 1px solid rgba(32, 28, 25, 0.08);
  overflow: hidden;
}

.advantage-editorial-grid article:nth-child(even) {
  grid-template-columns: 45% 55%;
}

.advantage-editorial-grid img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  filter: saturate(0.84) contrast(0.96) sepia(0.06);
}

.advantage-editorial-grid div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
}

.advantage-editorial-grid b {
  color: var(--v2-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.advantage-editorial-grid strong {
  display: block;
  margin-top: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.06;
}

.advantage-editorial-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.v2-process {
  background: var(--v2-paper);
}

.process-line {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  gap: 1px;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(32, 28, 25, 0.12);
}

.process-line::-webkit-scrollbar,
.family-row::-webkit-scrollbar {
  display: none;
}

.process-line article {
  min-height: 250px;
  padding: 22px;
  background: var(--v2-paper);
}

.process-line span {
  color: var(--v2-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.process-line strong {
  display: block;
  margin: 40px 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-line p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.v2-craft {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 0;
  max-width: 1400px;
  max-height: 75vh;
  margin: clamp(80px, 8vw, 118px) auto;
  padding: 0 clamp(24px, 5vw, 80px);
  background: #201c19;
  color: #fffdfa;
}

.v2-video-panel {
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 620px;
  overflow: hidden;
  background: #111;
}

.v2-video-panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.v2-craft-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 74px);
}

.v2-craft-copy h2 {
  max-width: 500px;
  font-size: clamp(32px, 3.3vw, 50px);
}

.v2-craft-copy p {
  max-width: 460px;
  color: rgba(255, 253, 250, 0.74);
  font-size: 14px;
  line-height: 1.8;
}

.craft-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.craft-notes span {
  padding: 14px;
  border: 1px solid rgba(255, 253, 250, 0.18);
  color: rgba(255, 253, 250, 0.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-materials {
  background: linear-gradient(120deg, #fffdfa, #efe5da);
}

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

.material-grid article {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #e8ddd2;
}

.material-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.material-grid article:hover img {
  transform: scale(1.06);
}

.material-grid span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 253, 250, 0.6);
  color: #fffdfa;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 1px 14px rgba(32, 28, 25, 0.45);
}

.material-note {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}

.v2-case {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(420px, 0.66fr);
  gap: 24px;
  align-items: center;
  background: #fffdfa;
}

.case-copy p {
  max-width: 430px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.case-board {
  display: grid;
  grid-template-columns: 1.12fr 0.82fr 0.82fr;
  grid-auto-rows: 210px;
  gap: 12px;
}

.case-board article {
  position: relative;
  overflow: hidden;
  background: #efe5da;
}

.case-board article:nth-child(1) {
  grid-row: span 2;
}

.case-board article:nth-child(2),
.case-board article:nth-child(3) {
  grid-column: 2;
}

.case-board article:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.case-board article:nth-child(4) img {
  object-position: center;
}

.case-board img,
.case-board video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-board span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  background: rgba(255, 253, 250, 0.84);
  color: var(--v2-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-why {
  background: #efe5da;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(32, 28, 25, 0.12);
}

.why-grid article {
  min-height: 230px;
  padding: 24px;
  background: #fffdfa;
}

.why-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.14;
}

.why-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.v2-journal {
  background: #fffdfa;
}

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

.journal-grid article {
  background: var(--v2-soft);
}

.journal-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #efe5da;
}

.journal-grid span,
.journal-grid h3 {
  margin-left: 18px;
  margin-right: 18px;
}

.journal-grid span {
  display: block;
  margin-top: 18px;
  color: var(--v2-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journal-grid h3 {
  margin-top: 10px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
}

.v2-final-cta {
  min-height: 500px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(32, 28, 25, 0.58), rgba(32, 28, 25, 0.72)),
    url("../images/hero/editorial-set-background.png");
  background-size: cover;
  background-position: center;
  color: #fffdfa;
}

.v2-final-cta h2 {
  max-width: 780px;
  font-size: clamp(34px, 4.2vw, 58px);
}

.v2-final-cta p {
  margin: 16px 0 24px;
  color: rgba(255, 253, 250, 0.8);
  font-size: 15px;
}

.v2-final-cta small {
  margin-top: 18px;
  color: rgba(255, 253, 250, 0.72);
  font-size: 12px;
}

.cookie-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 24px;
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(32, 28, 25, 0.16);
  backdrop-filter: blur(2px);
}

.cookie-modal-card {
  position: relative;
  width: min(720px, 100%);
  margin-bottom: clamp(18px, 6vh, 74px);
  padding: clamp(24px, 4vw, 42px);
  background: #fffdfa;
  border: 1px solid rgba(32, 28, 25, 0.14);
  box-shadow: 0 28px 90px rgba(32, 28, 25, 0.18);
}

.cookie-kicker {
  margin: 0 0 10px;
  color: var(--v2-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cookie-modal-card h2 {
  max-width: none;
  font-size: clamp(28px, 3vw, 40px);
}

.cookie-modal-card p:not(.cookie-kicker) {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.cookie-modal button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(32, 28, 25, 0.24);
  background: #fffdfa;
  color: var(--v2-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-modal .cookie-primary,
.cookie-modal .cookie-save {
  background: #211d1a;
  color: #fffdfa;
}

.cookie-settings-panel {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(32, 28, 25, 0.12);
}

.cookie-settings-panel[hidden] {
  display: none;
}

.cookie-setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(32, 28, 25, 0.08);
}

.cookie-setting-row strong,
.cookie-setting-row span {
  display: block;
}

.cookie-setting-row strong {
  font-size: 13px;
}

.cookie-setting-row span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.cookie-setting-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--v2-wine);
}

.inquiry-page-v3 {
  display: grid;
  grid-template-columns: minmax(280px, 0.35fr) minmax(520px, 0.65fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: start;
  padding-top: 150px;
  background: linear-gradient(120deg, #fffdfa, #f1e7dd);
}

.inquiry-page-v3 .brief-intro {
  position: sticky;
  top: 120px;
  padding: 0;
}

.inquiry-page-v3 .brief-intro span,
.form-intro span,
.inquiry-form-v3 legend {
  color: var(--v2-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.inquiry-page-v3 .brief-intro h1 {
  max-width: 440px;
  margin-top: 18px;
  font-size: clamp(42px, 4.8vw, 68px);
}

.inquiry-page-v3 .brief-intro p {
  max-width: 430px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.inquiry-form-v3 {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
  background: #fffdfa;
  border: 1px solid rgba(32, 28, 25, 0.1);
  box-shadow: 0 24px 80px rgba(55, 36, 25, 0.08);
}

.form-intro h2 {
  margin-top: 8px;
  font-size: clamp(28px, 3vw, 40px);
}

.inquiry-form-v3 fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(32, 28, 25, 0.12);
}

.inquiry-form-v3 legend {
  grid-column: 1 / -1;
  padding: 0 0 4px;
}

.inquiry-form-v3 label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.inquiry-form-v3 .full,
.custom-upload,
.form-status,
.inquiry-form-v3 > .button {
  grid-column: 1 / -1;
}

.inquiry-form-v3 input,
.inquiry-form-v3 select,
.inquiry-form-v3 textarea {
  width: 100%;
  border: 1px solid rgba(32, 28, 25, 0.16);
  background: #fff;
  color: var(--v2-ink);
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.inquiry-form-v3 textarea {
  resize: vertical;
}

.custom-upload {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(32, 28, 25, 0.12);
  background: #fbf8f3;
}

.custom-upload span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.custom-upload button {
  min-height: 42px;
  width: fit-content;
  padding: 0 16px;
  border: 1px solid rgba(32, 28, 25, 0.22);
  background: #fffdfa;
  color: var(--v2-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.custom-upload small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.upload-list {
  display: grid;
  gap: 8px;
}

.upload-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(32, 28, 25, 0.1);
}

.upload-item span {
  color: var(--v2-ink);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.upload-item small {
  color: var(--v2-wine);
  font-size: 11px;
  font-weight: 700;
}

.upload-item button {
  min-height: 30px;
  padding: 0 10px;
  background: transparent;
}

.form-status {
  min-height: 18px;
  margin: 0;
  color: var(--v2-wine);
  font-size: 13px;
  line-height: 1.5;
}

.form-status[data-tone="error"] {
  color: var(--red);
}

.form-status[data-tone="neutral"] {
  color: var(--muted);
}

.inquiry-success {
  align-self: start;
  padding: clamp(30px, 5vw, 52px);
  background: #fffdfa;
  border: 1px solid rgba(32, 28, 25, 0.1);
  box-shadow: 0 24px 80px rgba(55, 36, 25, 0.08);
}

.inquiry-success[hidden] {
  display: none;
}

.inquiry-success span {
  color: var(--v2-wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.inquiry-success h2 {
  margin-top: 14px;
}

.inquiry-success p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.7;
}

.inquiry-success div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .v2-craft,
  .custom-craft-v3 {
    grid-template-columns: 1fr;
    max-height: none;
    margin: clamp(64px, 8vw, 92px) auto;
  }

  .v2-video-panel,
  .craft-v3-media {
    aspect-ratio: 16 / 9;
    max-height: 55vh;
  }

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

  .collection-explorer-grid {
    gap: 22px;
  }

  .collection-explorer-grid article {
    min-height: 0;
  }

  .v2-product-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantage-editorial-grid,
  .material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantage-editorial-grid article,
  .advantage-editorial-grid article:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .advantage-editorial-grid article:nth-child(even) div {
    order: 2;
  }

  .inquiry-page-v3 {
    grid-template-columns: 1fr;
  }

  .inquiry-page-v3 .brief-intro {
    position: static;
  }
}

@media (max-width: 780px) {
  .v2-home .announcement {
    min-height: 32px;
    font-size: 9px;
    letter-spacing: 0.12em;
    overflow: hidden;
  }

  .announcement-full {
    display: none;
  }

  .announcement-short {
    display: inline;
  }

  .hero-showcase {
    min-height: 86vh;
    padding-top: 94px;
  }

  .hero-showcase .v2-hero-media img {
    object-position: var(--hero-focal, 58% 48%);
    transform: scale(1.01);
  }

  .hero-showcase[data-visual-mode="product"] {
    background:
      radial-gradient(circle at 58% 28%, rgba(255, 253, 250, 0.72), transparent 42%),
      linear-gradient(180deg, #d9d0c6 0%, #a99b90 48%, #756860 100%);
  }

  .hero-showcase[data-visual-mode="product"] .v2-hero-media img {
    top: 94px;
    right: 5vw;
    width: 90vw;
    height: 44vh;
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(32, 28, 25, 0.2));
  }

  .hero-showcase[data-visual-mode="product"] .hero-showcase-copy {
    width: calc(100% - 40px);
    margin-top: auto;
    margin-bottom: 134px;
  }

  .hero-showcase[data-visual-mode="product"]::after {
    background:
      linear-gradient(180deg, rgba(32, 28, 25, 0.06), rgba(32, 28, 25, 0.06) 42%, rgba(32, 28, 25, 0.72)),
      linear-gradient(90deg, rgba(32, 28, 25, 0.18), rgba(32, 28, 25, 0.02) 58%);
  }

  .hero-showcase::after {
    background:
      linear-gradient(180deg, rgba(32, 28, 25, 0.16), rgba(32, 28, 25, 0.28) 42%, rgba(32, 28, 25, 0.72)),
      linear-gradient(90deg, rgba(32, 28, 25, 0.18), rgba(32, 28, 25, 0.02) 58%);
  }

  .hero-arrow {
    display: none;
  }

  .v2-section-head,
  .v2-craft,
  .v2-case {
    grid-template-columns: 1fr;
  }

  .v2-hero-copy {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 124px;
  }

  .v2-hero-copy h1 {
    max-width: 285px;
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.04;
  }

  .v2-hero-copy p {
    max-width: 310px;
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-buttons {
    gap: 10px;
  }

  .hero-buttons .button {
    min-width: 0;
    padding-inline: 16px;
    font-size: 10px;
  }

  .hero-story-tags {
    left: 20px;
    right: 20px;
    bottom: 68px;
    max-width: none;
  }

  .hero-story-tags span {
    padding: 7px 9px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .hero-indicator {
    left: 20px;
    right: 20px;
    bottom: 30px;
    grid-template-columns: auto 1fr auto;
  }

  .v2-hero-cats {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .v2-hero-cats::-webkit-scrollbar {
    display: none;
  }

  .collection-explorer {
    padding: 42px 20px 48px;
    gap: 30px;
  }

  .collection-explorer-grid article {
    padding: 0 0 22px;
    border-left: 0;
    border-bottom: 1px solid rgba(32, 28, 25, 0.12);
  }

  .collection-explorer-grid article:last-child {
    border-bottom: 0;
  }

  .collection-explorer-grid a {
    font-size: 24px;
  }

  .v2-category-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .v2-category-grid {
    grid-auto-rows: minmax(330px, 72vw);
  }

  .v2-category-grid a {
    min-height: 330px;
  }

  .advantage-editorial-grid,
  .material-grid,
  .why-grid,
  .v2-product-grid {
    grid-template-columns: 1fr;
  }

  .advantage-editorial-grid article,
  .advantage-editorial-grid img {
    min-height: 0;
  }

  .advantage-editorial-grid img {
    height: 300px;
  }

  .inquiry-page-v3 {
    padding-top: 118px;
  }

  .inquiry-form-v3 fieldset {
    grid-template-columns: 1fr;
  }

  .custom-upload button,
  .inquiry-form-v3 > .button {
    width: 100%;
  }

  .upload-item {
    grid-template-columns: 1fr;
  }

  .v2-video-panel {
    min-height: 0;
    max-height: 45vh;
  }

  .case-board {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .case-board article,
  .case-board article:nth-child(1),
  .case-board article:nth-child(2),
  .case-board article:nth-child(3),
  .case-board article:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Unified primary navigation */
.luxury-nav .nav-links a,
.luxury-nav .nav-actions a {
  white-space: nowrap;
}

.luxury-nav .nav-links {
  gap: clamp(18px, 2.1vw, 28px);
}

@media (max-width: 980px) {
  .luxury-nav {
    grid-template-columns: 1fr auto;
  }

  .luxury-nav .brand {
    justify-self: start;
  }

  .luxury-nav .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 22px 22px;
    background: rgba(251, 248, 243, 0.98);
    border-bottom: 1px solid rgba(33, 29, 26, 0.12);
    box-shadow: 0 18px 50px rgba(33, 29, 26, 0.08);
  }

  .nav-open .luxury-nav .nav-links {
    display: grid;
    gap: 16px;
  }

  .luxury-nav .nav-actions {
    justify-self: end;
  }

  .luxury-nav .nav-actions a {
    display: none;
  }

  .luxury-nav .menu-toggle,
  .luxury-nav .mobile-only {
    display: inline-flex;
  }
}

/* Products + Product Detail media system */
.catalog-page,
.catalog-detail-page {
  background: #fbf8f3;
}

.catalog-hero {
  padding-bottom: 58px;
}

.catalog-section {
  padding-top: 54px;
}

.catalog-filter {
  gap: 10px;
  margin-bottom: 16px;
}

.catalog-filter button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(33, 29, 26, 0.18);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.catalog-filter button.active,
.catalog-filter button:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--ivory);
}

.catalog-count {
  margin: 0 0 24px;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalog-load-more {
  display: grid;
  place-items: center;
  margin-top: 34px;
}

.collection-custom-cta {
  margin-top: 0;
}

.catalog-grid {
  align-items: stretch;
}

.catalog-card {
  min-height: 520px;
  background: #fffdfa;
  border: 1px solid rgba(33, 29, 26, 0.08);
}

.catalog-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #fbf8f3;
}

.catalog-card .catalog-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fbf8f3;
  transition: opacity 0.35s ease, transform 0.55s ease;
}

.catalog-card .hover-img {
  opacity: 0;
}

.catalog-card:hover .main-img {
  opacity: 0;
  transform: scale(1.02);
}

.catalog-card:hover .hover-img {
  opacity: 1;
  transform: scale(1.02);
}

.catalog-card p {
  margin: 10px 16px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.catalog-detail-hero {
  min-height: auto;
  padding-top: 116px;
  padding-bottom: 58px;
  background: linear-gradient(115deg, #fbf8f3, #f2e7dd 58%, #fffdfa);
}

.catalog-detail-main {
  background: #fffdfa;
  min-height: 0;
  max-height: 620px;
  border-color: rgba(33, 29, 26, 0.08);
}

.catalog-detail-main img {
  width: 100%;
  height: clamp(480px, 52vw, 620px);
  object-fit: contain;
  padding: clamp(16px, 3vw, 34px);
  mix-blend-mode: normal;
}

.product-gallery-compact {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  grid-auto-rows: minmax(185px, auto);
  gap: 12px;
  padding: clamp(34px, 5vw, 58px) clamp(22px, 5vw, 76px);
  background: #fffdfa;
}

.product-gallery-compact article {
  position: relative;
  height: 274px;
  min-height: 0;
  overflow: hidden;
  background: #fbf8f3;
  border: 1px solid rgba(33, 29, 26, 0.08);
}

.product-gallery-compact .gallery-feature {
  grid-row: span 2;
  height: 560px;
}

.product-gallery-compact img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}

.product-gallery-compact span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 10px;
  background: rgba(255, 253, 250, 0.86);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-development-options {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
  padding-top: clamp(44px, 6vw, 76px);
  padding-bottom: clamp(44px, 6vw, 76px);
  background: linear-gradient(90deg, #fbf8f3, #fffdfa);
}

.product-options-copy {
  position: sticky;
  top: 112px;
}

.product-options-copy h2 {
  max-width: 360px;
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.04;
}

.product-options-copy p {
  max-width: 310px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.product-options-copy h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 26px;
  background: var(--red);
}

.product-option-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 14px;
}

.product-option-visual-grid article {
  text-align: center;
}

.product-option-visual-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #efe7dc;
  filter: saturate(0.78) contrast(0.96) sepia(0.08);
}

.product-option-visual-grid strong {
  display: block;
  margin-top: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.product-option-visual-grid p {
  max-width: 190px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.product-detail-process {
  padding-top: clamp(44px, 6vw, 74px);
  padding-bottom: clamp(44px, 6vw, 74px);
  background: #fffdfa;
}

.product-detail-process .center-head h2 {
  max-width: 520px;
  font-size: clamp(30px, 3vw, 44px);
}

.product-detail-process .process-line {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.product-detail-process .process-line article {
  min-height: 0;
  padding: 0 20px;
}

.product-inquiry-strip {
  display: grid;
  grid-template-columns: minmax(540px, 0.46fr) minmax(420px, 0.54fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: clamp(50px, 6vw, 78px) clamp(22px, 5vw, 76px);
  background: #211d1a;
  color: #fffdfa;
}

.product-inquiry-strip .eyebrow {
  color: rgba(255, 253, 250, 0.68);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.product-inquiry-strip h2 {
  margin: 12px 0 0;
  max-width: 680px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 2.8vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.product-inquiry-strip p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 253, 250, 0.72);
  font-size: clamp(16px, 1.3vw, 17px);
  line-height: 1.6;
}

.product-inquiry-contact {
  display: grid;
  gap: 24px;
  max-width: 680px;
}

.product-inquiry-email {
  display: grid;
  gap: 7px;
}

.product-inquiry-email span {
  color: rgba(255, 253, 250, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-inquiry-email a {
  width: fit-content;
  color: #fffdfa;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.35;
}

.product-inquiry-email a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-inquiry-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}

.product-inquiry-strip .button {
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.product-inquiry-strip .button.primary {
  border-color: #fffdfa;
  background: #fffdfa;
  color: #211d1a;
}

.product-inquiry-strip .button.secondary {
  border-color: rgba(255, 253, 250, 0.5);
  background: transparent;
  color: #fffdfa;
}

.product-inquiry-strip .button.secondary:hover {
  border-color: #fffdfa;
  background: rgba(255, 253, 250, 0.08);
}

.product-similar {
  padding-top: clamp(44px, 6vw, 72px);
  padding-bottom: clamp(50px, 7vw, 82px);
  background: #fbf8f3;
}

.product-similar .center-head h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.product-similar .catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-similar .catalog-card {
  min-height: 0;
  max-height: 500px;
}

.product-similar .catalog-media {
  aspect-ratio: auto;
  height: clamp(300px, 24vw, 360px);
}

.product-similar .catalog-card .catalog-media img {
  object-fit: contain;
  padding: 12px;
}

.detail-final-cta {
  margin-top: 0;
}

.custom-page .custom-capabilities,
.custom-page .custom-process,
.custom-options,
.custom-faq {
  background: #fbf8f3;
}

.custom-faq {
  background: #fffdfa;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(33, 29, 26, 0.12);
}

.faq-grid article {
  min-height: 220px;
  padding: 24px;
  background: #fbf8f3;
}

.faq-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.16;
}

.faq-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.project-form input[type="file"] {
  border-bottom: 0;
  font-size: 12px;
}

@media (max-width: 980px) {
  .catalog-card {
    min-height: 0;
  }

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

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

  .editorial-gallery article,
  .editorial-gallery article:not(.gallery-large) {
    min-height: 420px;
  }

  .product-gallery-compact,
  .product-development-options,
  .product-inquiry-strip,
  .product-similar .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-gallery-compact .gallery-feature {
    grid-row: auto;
    grid-column: span 2;
    height: 430px;
  }

  .product-options-copy {
    position: static;
    grid-column: span 2;
  }

  .product-option-visual-grid {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-inquiry-strip {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-inquiry-strip h2 {
    max-width: 720px;
  }
}

@media (max-width: 620px) {
  .catalog-filter {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .catalog-filter::-webkit-scrollbar {
    display: none;
  }

  .catalog-filter button {
    white-space: nowrap;
  }

  .catalog-detail-main img {
    height: 430px;
  }

  .product-gallery-compact,
  .product-development-options,
  .product-similar .catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-inquiry-strip {
    padding-top: 44px;
    padding-bottom: 46px;
  }

  .product-inquiry-strip h2 {
    max-width: 340px;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.08;
  }

  .product-inquiry-strip p {
    font-size: 15px;
  }

  .product-inquiry-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-inquiry-strip .button {
    justify-content: center;
    width: 100%;
    min-height: 46px;
  }

  .product-gallery-compact {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .product-gallery-compact .gallery-feature,
  .product-options-copy,
  .product-option-visual-grid {
    grid-column: auto;
  }

  .product-gallery-compact article,
  .product-gallery-compact .gallery-feature {
    height: 300px;
  }

  .product-option-visual-grid,
  .product-detail-process .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-option-visual-grid strong {
    font-size: 18px;
  }

  .product-similar .catalog-media {
    height: 300px;
  }

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

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

/* Strathberry-inspired luxury storefront direction for Choose Cherry */
.luxury-home {
  background: #fbf8f3;
  color: #211d1a;
}

.announcement {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  display: grid;
  place-items: center;
  background: #211d1a;
  color: #fbf8f3;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.luxury-nav {
  top: 34px;
  background: rgba(251, 248, 243, 0.92);
  border-bottom: 1px solid rgba(33, 29, 26, 0.1);
}

.luxury-nav .brand {
  font-size: 19px;
}

.luxury-nav .nav-links,
.luxury-nav .nav-actions {
  gap: 22px;
  font-size: 11px;
}

.luxury-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  place-items: center;
  padding-top: 106px;
  overflow: hidden;
  background: #eee4db;
}

.luxury-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  animation: luxuryHero 14s ease-in-out infinite alternate;
}

.luxury-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.34));
}

.luxury-hero-copy {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 44px));
  margin-top: auto;
  margin-bottom: clamp(52px, 8vw, 96px);
  text-align: center;
  color: #fff;
}

.luxury-hero-copy span,
.feature-panels span,
.craft-copy span,
.story-row span {
  display: block;
  margin-bottom: 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.luxury-hero-copy h1 {
  max-width: none;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
}

.luxury-hero-copy p {
  max-width: 480px;
  margin: 18px auto 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.75;
}

.feature-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: rgba(33, 29, 26, 0.12);
}

.feature-panels article {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-rows: 1fr auto;
  background: #fbf8f3;
  overflow: hidden;
}

.feature-panels img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f1e7df;
  padding: clamp(20px, 4vw, 58px);
  transition: transform 0.6s ease;
}

.feature-panels article:hover img {
  transform: scale(1.035);
}

.feature-panels div {
  padding: clamp(28px, 4vw, 46px);
  text-align: center;
}

.feature-panels h2,
.craft-copy h2,
.latest-stories h2,
.center-head h2,
.luxury-newsletter h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
}

.feature-panels a,
.center-head a,
.slim-head a,
.feature-panels div > a {
  display: inline-flex;
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.center-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.center-head p {
  max-width: 420px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.families {
  background: #fbf8f3;
}

.family-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.family-row a {
  display: grid;
  gap: 14px;
  text-align: center;
}

.family-row img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #f1e7df;
  padding: 20px;
  transition: transform 0.35s ease;
}

.family-row a:hover img {
  transform: translateY(-5px);
}

.family-row span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.craft-story {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 0.9fr);
  gap: 0;
  padding: 0;
  background: #fff;
}

.craft-image {
  min-height: 690px;
  overflow: hidden;
}

.craft-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.craft-story:hover .craft-image img {
  transform: scale(1.04);
}

.craft-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 7vw, 92px);
}

.craft-copy p {
  max-width: 470px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.as-seen {
  background: #fbf8f3;
}

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

.seen-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  background: #f1e7df;
}

.latest-stories {
  background: #fff;
}

.slim-head {
  align-items: center;
}

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

.story-row img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  background: #f1e7df;
}

.story-row span {
  margin: 18px 0 10px;
  color: var(--red);
}

.story-row h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
}

.luxury-products {
  background: #fbf8f3;
}

.luxury-products + .luxury-products {
  padding-top: 0;
}

.luxury-newsletter {
  display: grid;
  place-items: center;
  min-height: 430px;
  text-align: center;
  background: #211d1a;
  color: #fbf8f3;
}

.luxury-newsletter p {
  max-width: 420px;
  margin: 12px auto 26px;
  color: rgba(251, 248, 243, 0.76);
  font-size: 14px;
  line-height: 1.75;
}

.luxury-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 90px);
  padding: 56px clamp(24px, 5vw, 76px);
  background: #fbf8f3;
  border-top: 1px solid rgba(33, 29, 26, 0.12);
}

.site-footer {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

@media (max-width: 620px) {
  .site-footer {
    grid-template-columns: 1fr;
  }
}

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

.luxury-footer a,
.luxury-footer p,
.newsletter-line {
  display: block;
  margin: 10px 0;
  color: var(--muted);
  font-size: 13px;
}

.newsletter-line {
  margin-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(33, 29, 26, 0.22);
}

.collection-page-hero {
  padding: 180px clamp(24px, 8vw, 120px) 86px;
  text-align: center;
  background: #fbf8f3;
}

.collection-page-hero span,
.brief-intro span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.collection-page-hero h1,
.brief-intro h1 {
  max-width: 760px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.04;
}

.collection-page-hero p,
.brief-intro p {
  max-width: 560px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.manufacturing-hero {
  min-height: 640px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(251, 248, 243, 0.75), rgba(251, 248, 243, 0.9)),
    url("../images/hero/editorial-set-background.png");
  background-size: cover;
  background-position: center;
}

.product-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-bottom: 44px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-filter a {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}

.product-filter a:hover {
  border-color: currentColor;
}

.process-luxury {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(33, 29, 26, 0.12);
}

.process-luxury div {
  min-height: 290px;
  padding: 28px;
  background: #fbf8f3;
}

.process-luxury span {
  display: block;
  margin-bottom: 44px;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.process-luxury h2 {
  max-width: 220px;
  font-size: 24px;
}

.process-luxury p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.brief-page {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(36px, 6vw, 90px);
  padding: 180px clamp(24px, 7vw, 110px) 90px;
  background: #fbf8f3;
}

.brief-intro {
  position: sticky;
  top: 140px;
  align-self: start;
}

.brief-intro h1,
.brief-intro p {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.brief-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 36px;
  background: #fff;
  border: 1px solid rgba(33, 29, 26, 0.12);
}

.brief-form label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brief-form .full {
  grid-column: 1 / -1;
}

.brief-form input,
.brief-form select,
.brief-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(33, 29, 26, 0.24);
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
  color: var(--ink);
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.brief-form textarea {
  resize: vertical;
}

.brief-form button {
  width: fit-content;
}

@keyframes luxuryHero {
  from { transform: scale(1.02); }
  to { transform: scale(1.07); }
}

@media (max-width: 980px) {
  .feature-panels,
  .craft-story,
  .story-row,
  .process-luxury,
  .brief-page,
  .luxury-footer {
    grid-template-columns: 1fr;
  }

  .feature-panels article,
  .craft-image {
    min-height: 560px;
  }

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

  .brief-intro {
    position: static;
  }
}

@media (max-width: 620px) {
  .announcement {
    height: 42px;
    padding: 0 14px;
    text-align: center;
  }

  .luxury-nav {
    top: 42px;
  }

  .luxury-hero {
    min-height: 84vh;
    padding-top: 100px;
  }

  .feature-panels article,
  .craft-image {
    min-height: 430px;
  }

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

  .story-row {
    gap: 34px;
  }

  .process-luxury {
    display: block;
  }

  .brief-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}

/* Custom page V3 */
.custom-v3 {
  --cc-ink: #201c19;
  --cc-paper: #fffdfa;
  --cc-soft: #fbf8f3;
  --cc-clay: #efe5da;
  --cc-wine: #8d2f35;
}

.cc-eyebrow {
  display: block;
  color: var(--cc-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(320px, 0.66fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: end;
  margin-bottom: 34px;
}

.cc-section-head h2,
.development-intro h2,
.material-dev-copy h2,
.craft-v3-copy h2,
.custom-final-cta-v3 h2 {
  margin: 0;
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

.cc-section-head p,
.development-intro p,
.material-dev-copy p,
.craft-v3-copy p,
.custom-final-cta-v3 p {
  max-width: 560px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.custom-hero-v3 {
  position: relative;
  min-height: 640px;
  padding: 130px clamp(24px, 6vw, 92px) 64px;
  display: grid;
  grid-template-columns: minmax(320px, 0.43fr) minmax(420px, 0.57fr);
  gap: clamp(30px, 6vw, 96px);
  align-items: center;
  background:
    radial-gradient(circle at 74% 42%, rgba(224, 212, 198, 0.48), transparent 28%),
    linear-gradient(90deg, #fffdfa, #fbf7f1);
}

.custom-hero-media {
  height: min(720px, 72vh);
  overflow: hidden;
  background: #ddd0c4;
}

.custom-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: luxuryHero 16s ease-in-out infinite alternate;
}

.custom-hero-copy {
  padding-bottom: 0;
}

.custom-hero-copy h1 {
  max-width: 640px;
  margin-top: 16px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.03;
}

.custom-hero-copy p {
  max-width: 560px;
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.custom-hero-illustration {
  position: relative;
  min-height: clamp(330px, 38vw, 500px);
  isolation: isolate;
}

.custom-hero-illustration svg {
  position: absolute;
  fill: none;
  stroke: #8b6a55;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sketch-wash {
  position: absolute;
  inset: 11% 7% 9% 3%;
  z-index: -1;
  background:
    radial-gradient(circle at 35% 38%, rgba(231, 218, 204, 0.56), transparent 0 42%, transparent 43%),
    radial-gradient(circle at 62% 50%, rgba(231, 218, 204, 0.62), transparent 0 46%, transparent 47%),
    radial-gradient(circle at 78% 36%, rgba(231, 218, 204, 0.4), transparent 0 34%, transparent 35%);
  filter: blur(2px);
}

.sketch-bag {
  right: 7%;
  top: 7%;
  width: min(56vw, 430px);
  opacity: 0.9;
}

.sketch-paper {
  left: 13%;
  top: 24%;
  width: min(18vw, 160px);
  transform: rotate(-9deg);
  opacity: 0.72;
}

.sketch-swatch {
  position: absolute;
  width: clamp(74px, 9vw, 118px);
  height: clamp(58px, 7vw, 88px);
  border: 1px solid rgba(134, 95, 72, 0.42);
  box-shadow: 0 16px 42px rgba(32, 28, 25, 0.08);
}

.sketch-swatch::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px dashed rgba(134, 95, 72, 0.32);
}

.swatch-one {
  left: 19%;
  bottom: 24%;
  background: #d5c7b8;
  transform: rotate(-12deg);
}

.swatch-two {
  left: 32%;
  bottom: 18%;
  background: #211f1c;
  transform: rotate(4deg);
}

.swatch-three {
  left: 45%;
  bottom: 22%;
  background: #efe4d5;
  transform: rotate(-4deg);
}

.sketch-tool {
  right: 3%;
  bottom: 15%;
  width: min(28vw, 260px);
  opacity: 0.72;
}

.custom-work-modes {
  background: linear-gradient(90deg, rgba(242, 235, 226, 0.72), rgba(255, 253, 250, 0.92));
}

.custom-development {
  background: #fffdfa;
}

.development-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(360px, 0.6fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  padding-bottom: clamp(34px, 5vw, 62px);
}

.development-intro h2 {
  margin-top: 14px;
}

.development-intro p {
  max-width: 720px;
  margin: 0;
  font-size: 15px;
}

.development-work {
  display: block;
  padding: clamp(34px, 5vw, 54px) clamp(24px, 5vw, 74px);
  border-top: 1px solid rgba(32, 28, 25, 0.08);
  border-bottom: 1px solid rgba(32, 28, 25, 0.08);
}

.development-label {
  color: var(--cc-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.development-work-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 78px);
  margin-top: 34px;
}

.development-work-list article {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(18px, 2vw, 28px);
  align-items: center;
  padding-right: clamp(18px, 4vw, 58px);
  border-right: 1px solid rgba(32, 28, 25, 0.12);
  transition: transform 180ms ease;
}

.development-work-list article:hover {
  transform: translateY(-4px);
}

.development-work-list article:last-child {
  border-right: 0;
}

.development-work-list h3,
.development-steps h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.16;
}

.development-work-list h3,
.development-work-list p {
  grid-column: 2;
}

.development-work-list .cc-line-icon {
  grid-row: 1 / span 2;
}

.development-work-list p,
.development-steps p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.62;
}

.development-journey {
  display: block;
}

.development-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  margin-top: 46px;
}

.development-steps::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 3%;
  right: 3%;
  height: 1px;
  background: rgba(32, 28, 25, 0.42);
}

.development-steps article {
  position: relative;
  min-height: 0;
  padding-top: 74px;
  text-align: center;
  border-right: 0;
}

.development-steps article::before {
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  background: var(--cc-wine);
  color: #fffdfa;
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
}

.development-steps span {
  display: none;
}

.cc-line-icon {
  width: 72px;
  height: 72px;
  display: block;
  color: #865f48;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.development-work-list .cc-line-icon {
  width: 86px;
  height: 86px;
  padding: 18px;
  border-radius: 999px;
  background-color: rgba(142, 58, 65, 0.06);
}

.development-steps .cc-line-icon,
.customize-v3-grid .cc-line-icon {
  margin: 0 auto 14px;
}

[data-icon="bag"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 33h36l4 29H18l4-29Z'/%3E%3Cpath d='M30 33c1-13 8-20 10-20s9 7 10 20'/%3E%3C/svg%3E"); }
[data-icon="swatch"] .cc-line-icon, [data-icon="fabric"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 48c12-18 22-25 34-30l10 20c-13 4-24 12-34 26L18 48Z'/%3E%3Cpath d='M30 40l11 14M40 31l12 15M50 24l10 15'/%3E%3C/svg%3E"); }
[data-icon="tag"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 17h22l8 9v37H30V17Z'/%3E%3Cpath d='M52 17v11h8M40 42h10M40 51h16'/%3E%3C/svg%3E"); }
[data-icon="brief"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 28h30a10 10 0 0 1 10 10v10H27L16 58V28Z'/%3E%3Cpath d='M52 24h8a7 7 0 0 1 7 7v15l-7-6h-4M26 39h2M36 39h2M46 39h2'/%3E%3C/svg%3E"); }
[data-icon="scissors"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='57' r='8'/%3E%3Ccircle cx='56' cy='57' r='8'/%3E%3Cpath d='M32 52 60 20M48 52 20 20M38 44l4 4'/%3E%3C/svg%3E"); }
[data-icon="ruler"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 55 55 20l10 10-35 35-10-10Z'/%3E%3Cpath d='M34 51l-4-4M42 43l-4-4M50 35l-4-4M58 27l-4-4'/%3E%3C/svg%3E"); }
[data-icon="sewing"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 48h43c0-14-9-23-24-23H23v11'/%3E%3Cpath d='M20 48v13h45V48M52 25v23M48 25h12M28 58h20M55 58h3'/%3E%3C/svg%3E"); }
[data-icon="box"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 28 40 17l22 11-22 11-22-11Z'/%3E%3Cpath d='M18 28v25l22 11 22-11V28M40 39v25'/%3E%3C/svg%3E"); }
[data-icon="weave"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M18 22c10 0 10 36 20 36s10-36 20-36M22 18c0 10 36 10 36 20s-36 10-36 20M18 40h44M40 18v44'/%3E%3C/svg%3E"); }
[data-icon="palette"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M40 18c-16 0-27 10-27 24 0 13 10 22 23 22h5c4 0 6-3 4-7-1-3 1-6 5-6h5c8 0 12-5 12-12 0-12-11-21-27-21Z'/%3E%3Ccircle cx='28' cy='34' r='3'/%3E%3Ccircle cx='40' cy='28' r='3'/%3E%3Ccircle cx='52' cy='35' r='3'/%3E%3C/svg%3E"); }
[data-icon="hardware"] .cc-line-icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23865f48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 24h16a12 12 0 0 1 0 24H32a12 12 0 0 1 0-24Z'/%3E%3Cpath d='M33 33h14a5 5 0 0 1 0 10H33a5 5 0 0 1 0-10Z'/%3E%3Cpath d='M40 48v14'/%3E%3C/svg%3E"); }

.work-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(32, 28, 25, 0.12);
}

.work-mode-grid article {
  min-height: 330px;
  padding: clamp(22px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--cc-soft);
}

.work-mode-grid span,
.process-v3-line span {
  color: var(--cc-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.work-mode-grid h3,
.process-v3-line h3,
.customize-v3-grid h3,
.faq-v3-list h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.14;
}

.work-mode-grid p,
.process-v3-line p,
.customize-v3-grid p,
.faq-v3-list p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.custom-material-dev {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(420px, 0.62fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  background: linear-gradient(115deg, var(--cc-clay), var(--cc-paper));
}

.material-dev-copy {
  max-width: 620px;
}

.material-dev-copy .cc-eyebrow,
.craft-v3-copy .cc-eyebrow,
.custom-final-cta-v3 .cc-eyebrow {
  margin-bottom: 16px;
}

.material-dev-gallery {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  grid-auto-rows: minmax(230px, 20vw);
  gap: 10px;
}

.material-dev-gallery article {
  position: relative;
  overflow: hidden;
  background: #ddd0c4;
}

.material-dev-gallery .large {
  grid-row: span 2;
}

.material-dev-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.material-dev-gallery article:hover img {
  transform: scale(1.05);
}

.material-dev-gallery span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 253, 250, 0.7);
  color: #fffdfa;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(32, 28, 25, 0.5);
}

.custom-process-v3,
.customization-v3 {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  background: linear-gradient(90deg, #fffdfa, #fbf7f1);
}

.customization-v3 .cc-section-head {
  display: block;
  max-width: 360px;
}

.customization-v3 .cc-section-head h2 {
  max-width: 310px;
}

.customization-v3 .cc-section-head h2::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 26px 0 0;
  background: var(--cc-wine);
}

.customization-v3 .cc-section-head p {
  max-width: 280px;
  margin-top: 20px;
}

.process-v3-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(170px, 1fr));
  gap: 1px;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(32, 28, 25, 0.12);
}

.process-v3-line::-webkit-scrollbar {
  display: none;
}

.process-v3-line article {
  min-height: 300px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--cc-soft);
}

.custom-craft-v3 {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 0;
  max-width: 1400px;
  max-height: 75vh;
  margin: clamp(80px, 8vw, 118px) auto;
  padding: 0 clamp(24px, 5vw, 80px);
  background: var(--cc-ink);
  color: #fffdfa;
}

.craft-v3-media {
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 620px;
  overflow: hidden;
  background: #12100f;
}

.craft-v3-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.craft-v3-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 86px);
}

.craft-v3-copy h2 {
  max-width: 500px;
  color: #fffdfa;
  font-size: clamp(32px, 3.2vw, 48px);
}

.craft-v3-copy p {
  color: rgba(255, 253, 250, 0.74);
}

.craft-v3-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.craft-v3-tags span {
  padding: 14px;
  border: 1px solid rgba(255, 253, 250, 0.18);
  color: rgba(255, 253, 250, 0.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.customize-v3-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px) clamp(14px, 1.6vw, 24px);
  background: transparent;
  border: 0;
}

.customize-v3-grid article {
  min-height: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
}

.customize-v3-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  background: #ded2c3;
  filter: saturate(0.56) sepia(0.16) contrast(0.95) brightness(1.04);
  transition: transform 420ms ease, filter 420ms ease;
}

.customize-v3-grid article:hover img {
  transform: translateY(-3px);
  filter: saturate(0.68) sepia(0.12) contrast(0.98) brightness(1.05);
}

.customize-v3-grid article:nth-child(2) img,
.customize-v3-grid article:nth-child(6) img,
.customize-v3-grid article:nth-child(8) img {
  object-position: center 72%;
}

.customize-v3-grid h3 {
  margin-top: 16px;
  font-size: 20px;
}

.customize-v3-grid p {
  max-width: 190px;
  margin: 8px auto 0;
  font-size: 11px;
  line-height: 1.55;
}

.material-detail-visual {
  display: grid;
  grid-template-columns: minmax(320px, 0.5fr) minmax(320px, 0.5fr);
  gap: 0;
  padding: 0;
  background: #fffdfa;
}

.material-detail-image {
  min-height: clamp(430px, 42vw, 640px);
  overflow: hidden;
  background: #d6caba;
}

.material-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(0.96);
  transition: transform 600ms ease;
}

.material-detail-visual:hover .material-detail-image img {
  transform: scale(1.035);
}

.material-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 86px);
}

.material-detail-copy h2 {
  max-width: 640px;
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.08;
}

.material-detail-copy p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.material-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.material-detail-tags span {
  padding: 9px 14px;
  border: 1px solid rgba(32, 28, 25, 0.16);
  border-radius: 999px;
  color: var(--cc-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-v3 {
  background: var(--cc-clay);
}

.faq-v3-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.faq-v3-list article {
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 253, 250, 0.76);
  border: 1px solid rgba(32, 28, 25, 0.09);
}

.faq-v3-list h3 {
  font-size: 21px;
}

.custom-final-cta-v3 {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(300px, 0.43fr) minmax(320px, 0.57fr);
  place-items: center start;
  align-content: center;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(32, 28, 25, 0.16), rgba(255, 253, 250, 0.94) 42%),
    url("../images/about/texture-woven.jpg");
  background-size: cover;
  background-position: center;
  color: var(--cc-ink);
}

.custom-final-cta-v3 .cc-eyebrow,
.custom-final-cta-v3 h2 {
  grid-column: 2;
  color: var(--cc-ink);
}

.custom-final-cta-v3 p {
  grid-column: 2;
  margin: 16px 0 24px;
  color: var(--muted);
}

.custom-final-cta-v3 .button {
  grid-column: 2;
}

@media (max-width: 1120px) {
  .custom-hero-v3,
  .custom-material-dev,
  .custom-craft-v3,
  .customization-v3,
  .material-detail-visual,
  .cc-section-head,
  .development-intro,
  .development-work,
  .development-journey {
    grid-template-columns: 1fr;
  }

  .work-mode-grid,
  .development-work-list,
  .faq-v3-list {
    grid-template-columns: 1fr;
  }

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

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

  .development-steps article:nth-child(3n) {
    border-right: 0;
  }

  .custom-hero-media,
  .custom-hero-illustration,
  .material-detail-image {
    min-height: 520px;
    height: auto;
  }

  .craft-v3-media {
    min-height: 0;
    height: auto;
  }

  .development-work-list article,
  .development-work-list article:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(32, 28, 25, 0.12);
    padding: 0 0 24px;
  }
}

@media (max-width: 720px) {
  .custom-hero-v3 {
    min-height: 0;
    padding-top: 112px;
    gap: 18px;
  }

  .custom-hero-media,
  .custom-hero-illustration,
  .material-detail-image {
    min-height: 410px;
  }

  .v2-craft,
  .custom-craft-v3 {
    margin: 48px auto;
    padding: 0 20px;
  }

  .v2-video-panel,
  .craft-v3-media {
    aspect-ratio: 16 / 9;
    max-height: 45vh;
  }

  .v2-craft-copy,
  .craft-v3-copy {
    padding: 34px 24px 42px;
  }

  .material-dev-gallery,
  .customize-v3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customization-v3 {
    gap: 28px;
  }

  .customize-v3-grid {
    gap: 22px 12px;
  }

  .customize-v3-grid h3 {
    font-size: 18px;
  }

  .customize-v3-grid p {
    font-size: 10px;
  }

  .material-dev-gallery .large {
    grid-row: auto;
  }

  .process-v3-line {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .process-v3-line article {
    min-height: 220px;
  }

  .development-work-list,
  .development-steps {
    grid-template-columns: 1fr;
  }

  .development-work,
  .development-journey {
    gap: 18px;
  }

  .development-work-list article {
    grid-template-columns: 74px 1fr;
    text-align: left;
  }

  .development-steps article,
  .development-steps article:nth-child(3n) {
    min-height: 0;
    padding: 22px 0 22px 72px;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(32, 28, 25, 0.14);
  }

  .development-steps article::before {
    top: 22px;
    left: 0;
    transform: none;
  }

  .development-steps::before {
    top: 22px;
    bottom: 0;
    left: 17px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .development-steps span {
    display: none;
  }

  .development-steps .cc-line-icon,
  .customize-v3-grid .cc-line-icon {
    margin-left: 0;
  }

  .material-detail-copy {
    padding: 34px 24px 48px;
  }

  .custom-final-cta-v3 {
    grid-template-columns: 1fr;
    min-height: 420px;
    padding: 54px 24px;
    background:
      linear-gradient(180deg, rgba(255, 253, 250, 0.86), rgba(255, 253, 250, 0.96)),
      url("../images/about/texture-woven.jpg");
  }

  .custom-final-cta-v3 .cc-eyebrow,
  .custom-final-cta-v3 h2,
  .custom-final-cta-v3 p,
  .custom-final-cta-v3 .button {
    grid-column: 1;
  }

  .craft-v3-tags {
    grid-template-columns: 1fr;
  }

  .custom-hero-copy h1,
  .cc-section-head h2,
  .development-intro h2,
  .material-detail-copy h2,
  .material-dev-copy h2,
  .craft-v3-copy h2,
  .custom-final-cta-v3 h2 {
    font-size: clamp(32px, 10vw, 42px);
  }
}

/* About final rewrite: brand + development partner */
.about-page {
  --about-max: 1440px;
  --about-pad-x: clamp(24px, 5vw, 72px);
  --about-section-y: clamp(78px, 8vw, 112px);
  background: #fbf8f3;
}

.about-page section,
.about-page header {
  padding-left: var(--about-pad-x);
  padding-right: var(--about-pad-x);
}

.about-page .about-hero-v3,
.about-two-sides,
.about-why,
.about-brand-v3,
.about-for-brands,
.about-material-product,
.about-experience-collab,
.about-page .about-final-cta {
  max-width: var(--about-max);
  margin: 0 auto;
}

.about-page .about-hero-v3 {
  min-height: 0;
  padding-top: clamp(132px, 14vw, 168px);
  padding-bottom: clamp(74px, 8vw, 106px);
  display: grid;
  grid-template-columns: minmax(360px, 0.48fr) minmax(420px, 0.52fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  background: #fffdfa;
}

.about-page .about-hero-v3 .about-hero-copy {
  max-width: 640px;
}

.about-page .about-hero-v3 h1 {
  max-width: 700px;
  font-size: clamp(46px, 4.5vw, 72px);
  line-height: 1.01;
}

.about-page .about-hero-v3 p {
  max-width: 600px;
  margin-top: 16px;
  font-size: clamp(17px, 1.35vw, 19px);
  line-height: 1.58;
}

.about-hero-process {
  height: clamp(380px, 42vw, 600px);
  overflow: hidden;
  background: #efe5da;
}

.about-hero-process img,
.about-two-sides img,
.about-brand-v3 img,
.about-material-product img,
.about-experience-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-kicker,
.about-two-sides article span,
.about-why-grid span,
.about-service-tags span,
.about-start-note span,
.about-process-line b,
.about-process-copy li,
.about-collab-tags span {
  color: #8d2f35;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-page .about-section-heading {
  max-width: 780px;
}

.about-page .about-section-heading h2,
.about-page .about-section-copy h2,
.about-start-note h3,
.about-collab-panel h2,
.about-page .about-final-cta h2 {
  margin: 14px 0 0;
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: 1.07;
}

.about-page .about-section-heading p,
.about-page .about-section-copy p,
.about-two-sides p,
.about-why-grid p,
.about-start-note p,
.about-process-copy p,
.about-collab-panel p,
.about-page .about-final-cta p {
  color: #746b64;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.62;
}

.about-two-sides {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fbf8f3;
}

.about-side-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(32px, 5vw, 58px);
}

.about-two-sides article {
  min-height: 340px;
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(220px, 0.55fr);
  overflow: hidden;
  border: 1px solid rgba(36, 31, 28, 0.13);
  background: #fffdfa;
}

.about-two-sides article > div {
  padding: clamp(28px, 3.8vw, 44px);
  display: grid;
  align-content: end;
}

.about-two-sides h3 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 400;
  line-height: 1.08;
}

.about-two-sides a {
  width: max-content;
  margin-top: 4px;
  color: #241f1c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(36, 31, 28, 0.48);
}

.about-two-sides img {
  transition: transform 360ms ease;
}

.about-two-sides article:hover img {
  transform: scale(1.025);
}

.about-why {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fffdfa;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 60px);
}

.about-why-grid article {
  min-height: 300px;
  padding: clamp(32px, 4vw, 46px);
  border: 1px solid rgba(36, 31, 28, 0.13);
  background: #fbf8f3;
}

.about-why-grid h3 {
  margin: 26px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 400;
  line-height: 1.12;
}

.about-why-grid strong {
  display: block;
  margin-top: 14px;
  color: #241f1c;
  font-size: 13px;
}

.about-why-grid em {
  display: block;
  margin-top: 22px;
  color: #8d2f35;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-brand-v3 {
  grid-template-columns: minmax(340px, 0.43fr) minmax(420px, 0.57fr);
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fbf8f3;
}

.about-page .about-brand-v3 .about-section-copy {
  max-width: 590px;
}

.about-page .about-brand-v3 .about-section-copy strong {
  margin-top: 24px;
  font-size: clamp(26px, 2.6vw, 38px);
}

.about-page .about-brand-v3 .about-brand-visual {
  min-height: 0;
  height: clamp(420px, 42vw, 580px);
}

.about-page .about-brand-v3 .about-brand-main {
  width: 76%;
  height: 72%;
}

.about-page .about-brand-v3 .about-brand-detail {
  width: 40%;
  height: 40%;
}

.about-for-brands {
  padding-top: clamp(74px, 8vw, 104px);
  padding-bottom: clamp(74px, 8vw, 104px);
  display: grid;
  grid-template-columns: minmax(360px, 0.52fr) minmax(340px, 0.48fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  background: #201c19;
  color: #fffdfa;
}

.about-for-brands .about-section-copy p,
.about-start-note p {
  color: rgba(255, 253, 250, 0.74);
}

.about-service-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.about-service-tags span {
  padding: 10px 13px;
  color: rgba(255, 253, 250, 0.86);
  border: 1px solid rgba(255, 253, 250, 0.22);
}

.about-for-brands .button {
  margin-top: 28px;
}

.about-start-note {
  min-height: 300px;
  padding: clamp(30px, 4vw, 48px);
  display: grid;
  align-content: end;
  border: 1px solid rgba(255, 253, 250, 0.18);
  background:
    linear-gradient(180deg, rgba(32, 28, 25, 0.2), rgba(32, 28, 25, 0.78)),
    url("../images/generated/customization/cc-customization-dimensions.jpg") center / cover;
}

.about-start-note span,
.about-start-note h3 {
  color: #fffdfa;
}

.about-material-product {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fffdfa;
}

.about-process-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(34px, 5vw, 54px);
  border-left: 1px solid rgba(36, 31, 28, 0.15);
}

.about-process-line span {
  min-height: 112px;
  padding: 18px 12px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #241f1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-right: 1px solid rgba(36, 31, 28, 0.15);
  background: #fbf8f3;
}

.about-process-line b {
  display: block;
  margin-bottom: 8px;
}

.about-process-copy {
  display: grid;
  grid-template-columns: minmax(360px, 0.56fr) minmax(300px, 0.44fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-top: clamp(32px, 5vw, 58px);
}

.about-process-copy ul,
.about-collab-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.about-process-copy li,
.about-collab-tags span {
  padding: 16px 18px;
  color: #241f1c;
  border: 1px solid rgba(36, 31, 28, 0.13);
  background: #fbf8f3;
}

.about-material-product .about-material-focus {
  margin: clamp(56px, 7vw, 86px) 0 0;
  grid-template-columns: minmax(340px, 0.45fr) minmax(420px, 0.55fr);
}

.about-material-product .about-material-image {
  height: clamp(380px, 36vw, 520px);
}

.about-experience-collab {
  padding-top: var(--about-section-y);
  padding-bottom: var(--about-section-y);
  background: #fbf8f3;
}

.about-experience-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.54fr) minmax(340px, 0.46fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.about-experience-panel img {
  height: clamp(380px, 34vw, 500px);
}

.about-experience-panel blockquote {
  margin: 28px 0 0;
  padding-left: 22px;
  border-left: 2px solid #8d2f35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.14;
}

.about-collab-panel {
  margin-top: clamp(54px, 7vw, 78px);
  padding-top: clamp(44px, 6vw, 66px);
  display: grid;
  grid-template-columns: minmax(360px, 0.48fr) minmax(360px, 0.52fr);
  gap: clamp(28px, 5vw, 70px);
  border-top: 1px solid rgba(36, 31, 28, 0.12);
}

.about-collab-panel .about-kicker,
.about-collab-panel h2,
.about-collab-panel p {
  grid-column: 1;
}

.about-collab-tags {
  grid-column: 2;
  grid-row: 1 / span 4;
}

.about-page .about-final-cta {
  min-height: 0;
  padding-top: clamp(86px, 9vw, 118px);
  padding-bottom: clamp(86px, 9vw, 118px);
}

@media (max-width: 1020px) {
  .about-page .about-hero-v3,
  .about-side-grid,
  .about-two-sides article,
  .about-brand-v3,
  .about-for-brands,
  .about-process-copy,
  .about-material-product .about-material-focus,
  .about-experience-panel,
  .about-collab-panel {
    grid-template-columns: 1fr;
  }

  .about-hero-process,
  .about-two-sides img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-collab-panel .about-kicker,
  .about-collab-panel h2,
  .about-collab-panel p,
  .about-collab-tags {
    grid-column: auto;
    grid-row: auto;
  }

  .about-process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .about-page {
    --about-pad-x: 22px;
    --about-section-y: 66px;
  }

  .about-page .about-hero-v3 {
    padding-top: 108px;
    padding-bottom: 62px;
  }

  .about-page .about-hero-v3 h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .about-page .about-section-heading h2,
  .about-page .about-section-copy h2,
  .about-start-note h3,
  .about-collab-panel h2,
  .about-page .about-final-cta h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .about-why-grid,
  .about-process-line {
    grid-template-columns: 1fr;
  }

  .about-why-grid article {
    min-height: 0;
    padding: 28px;
  }

  .about-page .about-brand-v3 .about-brand-visual,
  .about-material-product .about-material-image,
  .about-experience-panel img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-page .about-brand-v3 .about-brand-main,
  .about-page .about-brand-v3 .about-brand-detail {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-page .about-brand-v3 .about-brand-visual {
    display: grid;
    gap: 12px;
  }

  .about-process-line span {
    min-height: 74px;
  }
}
