@import url("/assets/icons/phosphor/style.css");

:root {
  color-scheme: light dark;
  --green: #0b5a33;
  --green-dark: #073d24;
  --green-soft: #e7f0ea;
  --navy: #0b2636;
  --navy-soft: #15384a;
  --canvas: #f7f9f7;
  --surface: #fcfdfc;
  --panel: #eef3ef;
  --text: #102938;
  --muted: #536472;
  --border: #d8e1dc;
  --white: #fcfdfc;
  --shadow: 0 22px 58px rgba(8, 48, 34, 0.12);
  --radius-card: 12px;
  --radius-control: 8px;
  --container: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
  background: var(--canvas);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  min-height: 72px;
  padding: 10px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 82%, transparent);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 126px;
  height: 48px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 24px);
  white-space: nowrap;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1), opacity 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--green);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-toggle,
.menu-toggle,
.mobile-nav button {
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  font-weight: 500;
}

.header-cta,
.btn,
.sticky-contact a,
.floating-contact a,
.floating-contact button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  cursor: pointer;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header-cta,
.btn-primary {
  padding: 12px 18px;
  background: var(--green);
  color: #f8fbf9;
}

.btn-secondary {
  padding: 12px 18px;
  border-color: var(--border);
  background: var(--surface);
  color: var(--navy);
}

.header-cta:hover,
.btn-primary:hover {
  background: var(--green-dark);
}

.btn-secondary:hover {
  border-color: var(--green);
  color: var(--green);
}

.header-cta:active,
.btn:active,
.language-toggle:active,
.floating-contact a:active,
.floating-contact button:active {
  transform: translateY(1px);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 7px;
}

.mobile-nav {
  display: none;
}

main {
  overflow: clip;
}

main > section:not(.hero):not(.panorama-hero):not(.home-story-carousel) {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

main > section > * {
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(29px, 3.4vw, 48px);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.28;
}

p {
  color: var(--muted);
}

.eyebrow,
.kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-intro {
  max-width: 760px;
  margin: 0 0 38px;
}

.section-intro p:last-child {
  max-width: 65ch;
  margin-bottom: 0;
  font-size: 17px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(480px, 1.16fr);
  align-items: center;
  gap: clamp(32px, 5vw, 78px);
  min-height: min(780px, calc(100dvh - 72px));
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 76px);
  background:
    linear-gradient(110deg, color-mix(in srgb, var(--panel) 92%, transparent), var(--canvas) 62%),
    var(--canvas);
}

.hero-copy {
  width: 100%;
  max-width: 650px;
  justify-self: end;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 54ch;
  margin-bottom: 0;
  font-size: clamp(17px, 1.5vw, 20px);
}

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

.hero-media,
.hero-collage {
  width: 100%;
  max-width: 820px;
  min-height: 500px;
  justify-self: start;
}

.hero-media {
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--navy);
  box-shadow: var(--shadow);
}

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

.product-hero .hero-media img,
.catalog-hero .hero-media img {
  object-position: center;
}

.quality-hero .hero-media img {
  object-position: 58% center;
}

.hero-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.hero-collage img {
  width: 100%;
  height: 100%;
  min-height: 244px;
  border-radius: var(--radius-card);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-collage .collage-main {
  grid-row: 1 / 3;
  min-height: 500px;
  object-position: 56% center;
}

.hero-collage img:last-child {
  object-position: center;
}

.home-story-carousel {
  position: relative;
  min-height: min(860px, calc(100dvh - 72px));
  overflow: hidden;
  background: var(--navy);
}

.home-story-carousel > * {
  max-width: none;
  margin: 0;
}

.home-story-stage,
.home-story-slide {
  position: absolute;
  inset: 0;
}

.home-story-stage::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 27, 27, 0.84) 0%, rgba(3, 27, 27, 0.62) 24%, rgba(3, 27, 27, 0.24) 42%, transparent 54%),
    linear-gradient(0deg, rgba(4, 24, 28, 0.28) 0%, transparent 34%);
  content: "";
  pointer-events: none;
}

.home-story-slide {
  z-index: 0;
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-story-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.home-story-slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.015);
}

.home-story-slide.is-active img {
  animation: home-story-zoom 11.5s linear both;
  will-change: transform;
}

.home-story-panel {
  position: absolute;
  z-index: 3;
  top: 0;
  right: auto;
  left: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  width: min(720px, 50vw);
  min-height: 100%;
  padding: clamp(36px, 5vw, 72px) clamp(28px, 4vw, 64px) clamp(30px, 4vw, 56px) clamp(38px, 8vw, 124px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-story-copy {
  align-self: center;
  width: min(100%, 650px);
  padding: clamp(34px, 4vw, 58px) 0 24px;
}

.home-story-copy h1 {
  max-width: 15ch;
  margin-bottom: 20px;
  font-size: clamp(38px, 3.4vw, 60px);
  line-height: 1.1;
  color: #f5f9f6;
  text-shadow: 0 2px 18px rgba(2, 18, 18, 0.28);
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: normal;
}

.home-story-copy p {
  max-width: 42ch;
  margin-bottom: 28px;
  font-size: clamp(15px, 1.25vw, 18px);
  color: rgba(250, 252, 250, 0.92);
  font-weight: 520;
  text-shadow: 0 1px 12px rgba(2, 18, 18, 0.32);
}

.home-story-copy a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid rgba(245, 249, 246, 0.66);
  border-radius: var(--radius-control);
  background: rgba(10, 54, 47, 0.58);
  color: #f5f9f6;
  backdrop-filter: blur(8px);
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-story-copy a:hover {
  border-color: var(--green);
  background: var(--green);
  color: #f4f8f6;
}

.home-story-copy a:active,
.home-story-pagination button:active {
  transform: translateY(1px);
}

.home-story-pagination {
  display: flex;
  align-items: center;
  align-self: end;
  justify-content: flex-start;
  gap: 7px;
  width: min(100%, 650px);
}

.home-story-pagination button {
  display: grid;
  width: 26px;
  height: 26px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home-story-pagination button span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(245, 249, 246, 0.56);
  transition: width 240ms ease, background-color 240ms ease;
}

.home-story-pagination button:hover span {
  background: rgba(245, 249, 246, 0.86);
}

.home-story-pagination button[aria-selected="true"] span {
  width: 24px;
  background: #f5f9f6;
}

@keyframes home-story-zoom {
  from {
    transform: scale(1.015);
  }

  to {
    transform: scale(1.085);
  }
}

.panorama-hero {
  position: relative;
  width: 100vw;
  min-width: 100%;
  min-height: min(760px, calc(100dvh - 72px));
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}

.panorama-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 64% center;
  transform: none;
}

.panorama-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 29, 32, 0.93) 0%, rgba(6, 29, 32, 0.7) 37%, rgba(6, 29, 32, 0.18) 66%, rgba(6, 29, 32, 0.04) 100%),
    linear-gradient(0deg, rgba(6, 29, 32, 0.32), transparent 42%);
  content: "";
}

.panorama-copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(18px, 7vw, 108px);
  width: min(650px, calc(100% - 36px));
  transform: translateY(-50%);
}

.panorama-copy h1,
.panorama-copy p,
.panorama-copy .eyebrow {
  color: #f4f8f5;
}

.panorama-copy > p:not(.eyebrow) {
  max-width: 54ch;
  font-size: 19px;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 76px) !important;
  background: var(--border);
}

.trust-bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 18px;
  background: var(--navy);
  color: #edf5f0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.product-section {
  background: var(--surface);
}

.product-rail-section {
  overflow: hidden;
  padding-right: 0;
}

.product-rail-section .section-intro {
  padding-right: clamp(18px, 5vw, 76px);
}

.product-rail-shell {
  position: relative;
  max-width: none;
  margin-right: 0;
}

.product-rail-mask {
  position: relative;
  overflow: hidden;
}

.product-rail-mask::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(80px, 11vw, 180px);
  background: linear-gradient(90deg, transparent, var(--surface) 92%);
  content: "";
  pointer-events: none;
  transition: opacity 220ms ease;
}

.product-rail-mask::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(70px, 9vw, 150px);
  background: linear-gradient(270deg, transparent, var(--surface) 92%);
  content: "";
  opacity: 1;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.product-rail-shell.is-at-start .product-rail-mask::before {
  opacity: 0;
}

.product-rail-shell.is-at-end .product-rail-mask::after {
  opacity: 0;
}

.product-rail {
  display: grid;
  grid-auto-columns: clamp(240px, 21vw, 310px);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 4px clamp(90px, 12vw, 190px) 24px 0;
  scroll-padding-inline: clamp(18px, 5vw, 76px);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-rail::-webkit-scrollbar {
  display: none;
}

.product-rail .product-card {
  display: flex;
  grid-column: auto;
  flex-direction: column;
  min-height: 100%;
  scroll-snap-align: start;
}

.product-rail .product-card-image {
  display: block;
  overflow: hidden;
}

.product-rail .product-card img,
.product-rail .product-card:nth-child(1) img,
.product-rail .product-card:nth-child(4) img {
  aspect-ratio: 5 / 4;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.product-rail .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-rail .card-body {
  padding: 18px;
}

.product-rail .card-body h3 {
  margin-bottom: 6px;
  font-size: clamp(20px, 1.8vw, 26px);
}

.product-rail .card-body small {
  min-height: 0;
  margin-bottom: 10px;
  color: var(--green);
  font-weight: 650;
}

.product-rail .card-body a {
  margin-top: auto;
  padding-top: 10px;
  font-size: 13px;
}

.product-rail-button {
  position: absolute;
  z-index: 4;
  top: 42%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 30px rgba(6, 34, 29, 0.22);
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-rail-next {
  right: clamp(18px, 4vw, 62px);
}

.product-rail-previous {
  left: clamp(8px, 2vw, 28px);
}

.product-rail-next:hover {
  transform: translateX(3px);
}

.product-rail-previous:hover {
  transform: translateX(-3px);
}

.product-rail-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}

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

.product-card {
  grid-column: span 5;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;
}

.product-card:nth-child(1),
.product-card:nth-child(4),
.product-card:nth-child(5) {
  grid-column: span 7;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-rail .product-card,
.product-rail .product-card:nth-child(1),
.product-rail .product-card:nth-child(4),
.product-rail .product-card:nth-child(5) {
  grid-column: auto;
}

.product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--panel);
  object-fit: cover;
}

.why-citta-section {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(400px, 0.72fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: stretch;
  background: var(--navy);
}

.why-citta-section > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.why-citta-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}

.why-citta-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 28, 31, 0.5), transparent 45%);
  content: "";
}

.why-citta-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.why-citta-visual span {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  color: rgba(244, 248, 246, 0.84);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-citta-copy {
  align-self: center;
  padding: 20px 0;
}

.why-citta-copy .kicker,
.why-citta-copy h2 {
  color: #f2f7f4;
}

.why-citta-copy h2 {
  max-width: 10ch;
}

.why-citta-intro {
  max-width: 48ch;
  color: #b9cbc2;
  font-size: 17px;
}

.why-citta-copy dl {
  margin: 34px 0 26px;
  border-top: 1px solid rgba(223, 238, 229, 0.2);
}

.why-citta-copy dl > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.55fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(223, 238, 229, 0.2);
}

.why-citta-copy dt {
  color: #f2f7f4;
  font-weight: 650;
}

.why-citta-copy dd {
  margin: 0;
  color: #aebfb7;
  font-size: 14px;
}

.why-citta-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d8e8df;
  font-weight: 650;
}

.product-card:nth-child(1) img,
.product-card:nth-child(4) img {
  aspect-ratio: 16 / 8;
}

.card-body {
  padding: clamp(20px, 2.6vw, 30px);
}

.card-body p {
  max-width: 58ch;
  margin-bottom: 13px;
}

.card-body small {
  display: block;
  min-height: 44px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.card-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--green);
  font-weight: 650;
}

.card-body a .ph {
  transition: transform 180ms ease;
}

.card-body a:hover .ph {
  transform: translateX(3px);
}

.category-navigation {
  position: sticky;
  z-index: 12;
  top: 72px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 14px clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface) 96%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.category-navigation a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 54px;
  padding: 11px 13px;
  border: 1px solid color-mix(in srgb, var(--green) 34%, var(--border));
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  text-align: left;
  box-shadow: 0 3px 10px rgba(8, 48, 34, 0.05);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 180ms ease;
}

.category-navigation a .ph {
  flex: 0 0 auto;
  font-size: 16px;
  opacity: 0.72;
}

.category-navigation a:hover {
  border-color: var(--green);
  background: var(--green-soft);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(8, 48, 34, 0.1);
}

.category-navigation a[aria-current="page"] {
  border-color: var(--green);
  background: var(--green);
  color: #f7faf8;
  box-shadow: 0 8px 20px rgba(8, 48, 34, 0.14);
}

.category-feature {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: clamp(220px, 22vw, 280px);
  padding: clamp(42px, 5vw, 62px) clamp(18px, 5vw, 76px) !important;
  overflow: hidden;
  background-color: var(--navy);
  background-image:
    linear-gradient(90deg, rgba(6, 31, 38, 0.72), rgba(6, 31, 38, 0.5), rgba(6, 31, 38, 0.72)),
    var(--category-image);
  background-position: center;
  background-size: cover;
}

.category-feature-copy {
  width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

.category-feature-copy h2,
.category-feature-copy p,
.category-feature-copy .kicker {
  color: #f7faf8;
}

.category-feature-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 52px);
}

.category-feature-copy p:last-child {
  max-width: 60ch;
  margin: 0 auto;
  color: #dce8e1;
  font-size: clamp(16px, 1.5vw, 19px);
}

.category-products {
  padding-top: clamp(22px, 3vw, 38px) !important;
  background: var(--canvas);
}

.catalogue-product-list {
  border-bottom: 1px solid var(--border);
}

.catalogue-product-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 64px);
  align-items: center;
  min-height: 190px;
  padding: 22px 0;
  border-top: 1px solid var(--border);
  transition: background-color 180ms ease;
}

.catalogue-product-row:hover {
  background: var(--surface);
}

.catalogue-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
  padding: clamp(24px, 4vw, 46px);
  background: var(--green-soft);
}

.catalogue-product-image img {
  width: min(170px, 80%);
  max-height: 86px;
  object-fit: contain;
}

.catalogue-product-copy,
.catalogue-product-copy small,
.catalogue-product-copy strong,
.catalogue-product-copy span {
  display: block;
}

.catalogue-product-copy small {
  margin-bottom: 7px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalogue-product-copy strong {
  color: var(--navy);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 650;
  letter-spacing: -0.025em;
}

.catalogue-product-copy span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.catalogue-product-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--green);
  font-weight: 650;
  white-space: nowrap;
}

.catalogue-product-action .ph {
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.catalogue-product-row:hover .catalogue-product-action .ph {
  transform: translateX(4px);
}

.product-detail-back,
.product-inquiry-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--green);
  font-weight: 650;
}

.product-detail-back {
  grid-column: 1 / -1;
  justify-self: start;
  width: auto;
  margin-bottom: clamp(-10px, -1vw, -2px);
}

.product-detail-main,
.product-inquiry {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(420px, 0.86fr);
  column-gap: clamp(38px, 7vw, 108px);
  row-gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.product-detail-main {
  padding-top: clamp(32px, 4vw, 56px) !important;
}

.product-detail-main > *,
.product-inquiry > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.product-detail-image {
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: clamp(48px, 8vw, 112px);
  background: var(--green-soft);
}

.product-detail-image img {
  width: min(430px, 82%);
  object-fit: contain;
}

.product-detail-image small {
  align-self: end;
  margin-top: 40px;
  color: var(--muted);
}

.product-detail-specs {
  position: sticky;
  top: 112px;
}

.product-detail-name {
  margin-bottom: clamp(34px, 4vw, 52px);
  color: var(--navy);
  font-size: clamp(40px, 5vw, 66px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.product-detail-name + .kicker {
  margin-bottom: 14px;
}

.product-detail-specs dl {
  margin: 0 0 34px;
  border-bottom: 1px solid var(--border);
}

.product-detail-specs dl > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) 1fr;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--border);
}

.product-detail-specs dt {
  color: var(--muted);
  font-size: 13px;
}

.product-detail-specs dd {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.product-inquiry {
  background: var(--panel);
}

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

.product-inquiry-copy > p:not(.kicker) {
  max-width: 54ch;
  font-size: 17px;
}

.product-inquiry-copy > a {
  margin-top: 18px;
}

.custom-design-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(520px, calc(100dvh - 72px));
  padding: 0 !important;
  overflow: hidden;
  background: var(--navy);
}

.custom-design-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 31, 38, 0.76), rgba(6, 31, 38, 0.42), rgba(6, 31, 38, 0.7));
  content: "";
}

.custom-design-hero > img {
  width: 100%;
  height: min(520px, calc(100dvh - 72px));
  min-height: 440px;
  max-width: none;
  margin: 0;
  object-fit: cover;
}

.custom-design-hero > div {
  position: absolute;
  z-index: 1;
  width: min(900px, calc(100% - 36px));
  max-width: none;
  margin: 0;
  text-align: center;
}

.custom-design-hero h1,
.custom-design-hero p,
.custom-design-hero .eyebrow {
  margin-right: auto;
  margin-left: auto;
  color: #f7faf8;
}

.custom-design-hero h1 {
  max-width: 880px;
}

.custom-design-hero > div > p:last-child {
  max-width: 58ch;
  margin-bottom: 0;
  font-size: 18px;
}

.custom-direction-board {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(420px, 0.86fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
  background: var(--canvas);
}

.custom-direction-board > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.custom-direction-visual {
  display: grid;
  gap: 30px;
}

.custom-direction-visual > img {
  width: 100%;
  min-height: 420px;
  max-height: 560px;
  border-radius: var(--radius-card);
  background: var(--green-soft);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.custom-direction-visual > div {
  max-width: 700px;
}

.custom-direction-visual > div > p:last-child {
  max-width: 62ch;
  margin-bottom: 0;
  font-size: 17px;
}

.custom-brief-panel {
  position: sticky;
  top: 108px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius-card);
  background: var(--navy);
  color: #eef6f1;
}

.custom-brief-panel .kicker,
.custom-brief-panel p {
  color: #d6e6dd;
}

.custom-brief-panel > div:first-child > p:last-child {
  margin-bottom: 24px;
}

.custom-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 28px;
  border: 1px solid rgba(223, 238, 229, 0.18);
  background: rgba(223, 238, 229, 0.18);
}

.custom-choice-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px 12px;
  min-height: 94px;
  padding: 16px;
  background: var(--navy);
}

.custom-choice-list .ph {
  grid-row: 1 / 3;
  color: #9cc9ae;
  font-size: 24px;
}

.custom-choice-list span,
.custom-choice-list small {
  display: block;
}

.custom-choice-list span {
  color: #f4f8f5;
  font-size: 14px;
  font-weight: 650;
}

.custom-choice-list small {
  color: #9eb3a8;
  font-size: 11px;
}

.custom-sample-path {
  background: var(--surface);
}

.custom-sample-path .process-list {
  border-top-color: color-mix(in srgb, var(--green) 34%, var(--border));
}

.certification-section {
  scroll-margin-top: 92px;
  background: var(--canvas);
}

.certification-section .section-intro {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
}

.certification-section .section-intro p:last-child {
  max-width: 78ch;
  margin-right: auto;
  margin-left: auto;
}

.certification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 34px);
}

.certification-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: 0 16px 42px rgba(8, 48, 34, 0.08);
}

.certification-image {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: clamp(16px, 2.2vw, 28px);
  background: var(--panel);
}

.certification-image img {
  width: 100%;
  aspect-ratio: 1587 / 2243;
  border: 1px solid color-mix(in srgb, var(--border) 72%, transparent);
  background: #fff;
  object-fit: contain;
  box-shadow: 0 14px 30px rgba(11, 38, 54, 0.12);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.certification-image:hover img {
  transform: translateY(-3px);
}

.certification-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 42px);
}

.certification-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.2vw, 34px);
}

.certification-copy > p:not(.kicker) {
  margin-bottom: 24px;
  font-size: 15px;
}

.certification-copy dl {
  margin: auto 0 24px;
  border-bottom: 1px solid var(--border);
}

.certification-copy dl > div {
  display: grid;
  grid-template-columns: minmax(96px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--border);
}

.certification-copy dt {
  color: var(--muted);
  font-size: 12px;
}

.certification-copy dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.certification-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.certification-links a,
.quality-document-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 13px;
  font-weight: 650;
}

.certification-links a:hover,
.quality-document-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.quality-ledger-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  min-height: min(650px, calc(100dvh - 72px));
  padding: 0 !important;
  background: var(--navy);
}

.quality-ledger-hero > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.quality-ledger-hero > div {
  align-self: center;
  padding: clamp(58px, 7vw, 100px) clamp(24px, 6vw, 88px);
}

.quality-ledger-hero h1,
.quality-ledger-hero p,
.quality-ledger-hero .eyebrow {
  color: #f2f7f4;
}

.quality-ledger-hero > div > p:not(.eyebrow) {
  max-width: 54ch;
  font-size: 18px;
}

.quality-ledger-hero > img {
  height: min(650px, calc(100dvh - 72px));
  min-height: 560px;
  object-fit: cover;
  object-position: 58% center;
}

.quality-scope {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(224, 239, 230, 0.22);
}

.quality-scope span {
  padding: 14px 0;
  border-bottom: 1px solid rgba(224, 239, 230, 0.22);
  color: #b9cec2;
  font-size: 13px;
  font-weight: 650;
}

.quality-record {
  background: var(--surface);
}

.quality-process-row .process-list article {
  position: relative;
}

.quality-process-row .process-list small {
  position: absolute;
  top: 18px;
  right: 18px;
  color: color-mix(in srgb, var(--green) 62%, var(--muted));
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.quality-gate-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--border);
  list-style: none;
}

.quality-gate-list li {
  display: grid;
  grid-template-columns: minmax(90px, 0.22fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: 26px 0;
  border-top: 1px solid var(--border);
}

.quality-gate-list li > span {
  color: var(--green);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
}

.quality-gate-list h3 {
  margin-bottom: 5px;
  font-size: clamp(20px, 2vw, 27px);
}

.quality-gate-list p {
  max-width: 68ch;
  margin-bottom: 0;
}

.quality-evidence {
  background: var(--panel);
}

.quality-evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(320px, 0.64fr);
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: 18px;
}

.quality-evidence-item {
  grid-column: 2;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.quality-evidence-item:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}

.quality-evidence-item:last-child {
  grid-column: 2;
}

.quality-evidence-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.quality-evidence-item:first-child img {
  aspect-ratio: 4 / 3;
}

.quality-evidence-item > div {
  padding: 24px;
}

.quality-evidence-item small {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quality-evidence-item p {
  margin-bottom: 0;
}

.quality-document-note {
  background: var(--navy);
}

.quality-document-note > div {
  margin: 0;
}

.quality-document-note .ph {
  margin-bottom: 24px;
  color: #9cc9ae;
  font-size: 40px;
}

.quality-document-note h2,
.quality-document-note p,
.quality-document-note .kicker {
  color: #edf5f0;
}

.quality-document-note p:last-of-type {
  max-width: 68ch;
  margin-bottom: 0;
  color: #bdcec5;
}

.quality-document-link {
  margin-top: 24px;
  color: #9cc9ae;
}

.resource-library-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
  min-height: calc(100dvh - 72px);
  background: var(--surface);
}

.resource-library-hero > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.resource-library-hero > div {
  position: sticky;
  top: 112px;
}

.resource-library-hero > div > p:not(.eyebrow) {
  max-width: 50ch;
  font-size: 18px;
}

.resource-directory {
  border-bottom: 1px solid var(--border);
}

.resource-directory > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 172px;
  padding: 26px 0;
  border-top: 1px solid var(--border);
}

.resource-directory > a > .ph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 28px;
}

.resource-directory span,
.resource-directory strong,
.resource-directory small {
  display: block;
}

.resource-directory strong {
  color: var(--navy);
  font-size: clamp(22px, 2.5vw, 31px);
}

.resource-directory small {
  max-width: 56ch;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.resource-directory em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
  white-space: nowrap;
}

.resource-directory a:hover em .ph {
  transform: translateX(3px);
}

.resource-directory em .ph {
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.resource-faq,
#production-video,
#shenzhen-video {
  scroll-margin-top: 92px;
}

.resource-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  background: var(--panel);
}

.resource-download > * {
  max-width: none;
  margin: 0;
}

.resource-download > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
}

.resource-download > div > .ph {
  color: var(--green);
  font-size: 44px;
}

.resource-download h2,
.resource-download p {
  margin-bottom: 8px;
}

.resource-download p:last-child {
  max-width: 62ch;
  margin-bottom: 0;
}

.panorama-band {
  position: relative;
  min-height: 570px;
  padding: 0 !important;
  overflow: hidden;
  background: var(--navy);
}

.panorama-band > img {
  width: 100%;
  height: 570px;
  max-width: none;
  object-fit: cover;
}

.panorama-band::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 31, 38, 0.86), rgba(6, 31, 38, 0.44) 52%, rgba(6, 31, 38, 0.06));
  content: "";
}

.panorama-band > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(18px, 7vw, 108px);
  width: min(620px, calc(100% - 36px));
  margin: 0;
  transform: translateY(-50%);
}

.panorama-band h2,
.panorama-band p {
  color: #f2f7f3;
}

.panorama-band p {
  max-width: 52ch;
  font-size: 18px;
}

.custom-section,
.quality-points {
  background: var(--canvas);
}

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

.option-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.option-grid .ph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 22px;
}

.option-grid span {
  color: var(--text);
  font-weight: 500;
}

.proof-section {
  background: var(--panel);
}

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

.image-proof {
  grid-column: auto;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.image-proof:first-child {
  grid-column: auto;
  grid-row: auto;
}

.image-proof:last-child {
  grid-column: auto;
}

.image-proof img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-proof:first-child img {
  aspect-ratio: 4 / 3;
}

.image-proof > div {
  padding: 24px;
}

.image-proof p {
  margin-bottom: 0;
}

.process-section {
  background: var(--surface);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--border);
}

.process-list article {
  position: relative;
  min-height: 235px;
  padding: 28px clamp(16px, 2vw, 26px) 24px 0;
}

.process-list article:not(:last-child) {
  margin-right: 20px;
  border-right: 1px solid var(--border);
}

.process-list .ph {
  margin-bottom: 30px;
  color: var(--green);
  font-size: 30px;
}

.process-list p {
  margin-bottom: 0;
  font-size: 14px;
}

.factory-facts {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  background: var(--canvas);
}

.factory-facts > div,
.factory-facts > img {
  width: 100%;
  max-width: none;
  margin: 0;
}

.factory-facts > img {
  min-height: 560px;
  border-radius: var(--radius-card);
  object-fit: cover;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--border);
}

.fact-grid article {
  min-height: 150px;
  padding: 24px;
  background: var(--surface);
}

.fact-grid strong {
  display: block;
  color: var(--green);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 650;
  line-height: 1;
}

.fact-grid p {
  margin: 15px 0 0;
  font-size: 13px;
}

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

.factory-facts .fact-grid article:last-child {
  grid-column: 1 / 3;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  background: var(--navy);
}

.video-section .section-intro {
  margin-bottom: 0;
}

.video-section h2,
.video-section p {
  color: #edf4f1;
}

.video-section video {
  width: 100%;
  min-height: 360px;
  max-height: 560px;
  border: 1px solid rgba(238, 247, 242, 0.24);
  border-radius: var(--radius-card);
  background: #071c27;
  object-fit: cover;
}

.video-section-light {
  background: var(--panel);
}

.video-section-light h2 {
  color: var(--navy);
}

.video-section-light p {
  color: var(--muted);
}

.process-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: clamp(30px, 5vw, 70px);
  background: var(--surface);
}

.process-gallery > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

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

.process-gallery .process-list article:last-child {
  grid-column: 1 / 3;
}

.process-images {
  display: grid;
  grid-template-rows: 1.2fr 0.8fr;
  gap: 14px;
}

.process-images img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  border-radius: var(--radius-card);
  object-fit: cover;
}

.faq-section {
  background: var(--surface);
}

.faq-list {
  display: grid;
  gap: 0;
  max-width: 1120px;
  margin: 0;
  border-top: 1px solid var(--border);
}

.faq-list details {
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
}

.faq-list summary {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 20px 4px;
  color: var(--text);
  cursor: pointer;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 550;
  list-style: none;
}

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

.faq-list summary .ph {
  color: var(--green);
  font-size: 22px;
  transition: transform 240ms ease;
}

.faq-list details[open] summary .ph {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 72ch;
  margin: 0;
  padding: 0 58px 28px;
  font-size: 16px;
}

.faq-number {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.editorial-note {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  background: var(--green-soft);
}

.editorial-note > div {
  margin: 0;
}

.editorial-note .ph {
  margin-bottom: 22px;
  color: var(--green);
  font-size: 42px;
}

.editorial-note p {
  max-width: 65ch;
  margin-bottom: 0;
}

.documentation-note {
  grid-template-columns: 1fr;
}

.about-facts {
  background: var(--surface);
}

.timeline-section {
  background: var(--canvas);
}

.company-timeline {
  border-top: 1px solid var(--border);
}

.timeline-entry {
  display: grid;
  grid-template-columns: minmax(130px, 0.45fr) minmax(320px, 0.95fr) minmax(300px, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}

.timeline-year {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.timeline-year span {
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.timeline-year strong {
  color: var(--navy);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.timeline-entry figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-card);
  background: var(--panel);
}

.timeline-entry img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
}

.timeline-entry:first-child img,
.timeline-entry:nth-child(3) img {
  object-position: center 42%;
}

.timeline-entry:nth-child(4) img {
  object-position: center 52%;
}

.timeline-entry:nth-child(5) img {
  object-position: center 34%;
}

.timeline-entry figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(5, 27, 29, 0.72);
  color: #f4f8f5;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.timeline-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 2.5vw, 38px);
}

.timeline-copy p {
  max-width: 50ch;
  margin: 0;
}

.culture-hub {
  background: var(--surface);
}

.culture-hub-header {
  margin-bottom: 34px;
}

.culture-hub-header h2 {
  margin: 0;
}

.culture-story-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  padding-top: 34px;
  border-top: 1px solid var(--border);
}

.culture-story-teaser figure,
.culture-founder-image,
.culture-process-grid figure {
  margin: 0;
}

.culture-story-teaser figure,
.culture-founder-image {
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--panel);
}

.culture-story-teaser img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 26%;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.culture-story-teaser:hover img {
  transform: scale(1.018);
}

.culture-story-teaser h3 {
  max-width: 22ch;
  margin-bottom: 28px;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.025em;
}

.culture-story-teaser span,
.culture-article-header > a,
.culture-article-body > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-weight: 650;
}

.culture-story-teaser span .ph,
.culture-article-body > a .ph {
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.culture-story-teaser:hover span .ph,
.culture-article-body > a:hover .ph {
  transform: translateX(4px);
}

.culture-article {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 76px);
  background: var(--canvas);
}

.culture-article > * {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.culture-article-header {
  margin-bottom: clamp(38px, 5vw, 58px);
}

.culture-article-header > a {
  margin-bottom: 30px;
}

.culture-article-header h1 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(40px, 4.25vw, 60px);
  line-height: 1.12;
}

.culture-article-opening {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.culture-founder-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
}

.culture-article-body {
  max-width: 640px;
}

.culture-article-body > p {
  max-width: 62ch;
  font-size: 18px;
  line-height: 1.82;
}

.culture-article-body > p:first-child {
  color: var(--text);
  font-size: 20px;
}

.culture-article-body > a {
  margin-top: 12px;
}

.culture-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 36px);
  align-items: start;
  margin-top: clamp(64px, 8vw, 108px);
}

.culture-process-grid figure {
  min-width: 0;
}

.culture-process-grid img {
  width: 100%;
  border-radius: var(--radius-card);
  background: var(--panel);
  object-fit: cover;
}

.culture-process-grid figure:first-child img {
  aspect-ratio: 1 / 1;
}

.culture-process-grid figure:last-child img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.culture-process-grid figcaption {
  display: grid;
  gap: 6px;
  padding-top: 16px;
}

.culture-process-grid figcaption strong {
  color: var(--navy);
  font-size: 19px;
}

.culture-process-grid figcaption span {
  max-width: 52ch;
  color: var(--muted);
}

.culture-umbrella-story {
  margin-top: clamp(72px, 9vw, 124px);
  padding-top: clamp(48px, 6vw, 76px);
  border-top: 1px solid var(--border);
}

.culture-umbrella-header {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.culture-umbrella-header h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 52px);
}

.culture-umbrella-header p {
  max-width: 62ch;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.75;
}

.culture-umbrella-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 52px) clamp(24px, 3vw, 36px);
  align-items: start;
}

.culture-umbrella-gallery figure {
  display: grid;
  align-content: start;
  min-width: 0;
  margin: 0;
}

.culture-umbrella-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-card);
  background: var(--panel);
  object-fit: cover;
}

.culture-umbrella-gallery figcaption {
  display: grid;
  gap: 6px;
  padding-top: 14px;
}

.culture-umbrella-gallery figcaption strong {
  color: var(--navy);
  font-size: 18px;
}

.culture-umbrella-gallery figcaption span {
  max-width: 54ch;
  color: var(--muted);
}

.group-story {
  display: grid;
  grid-template-columns: minmax(400px, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  background: var(--canvas);
}

.group-story > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.group-story > div:first-child {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
}

.group-story img {
  width: 100%;
  height: 520px;
  border-radius: var(--radius-card);
  object-fit: cover;
}

.group-story img:last-child {
  height: 390px;
  margin-top: 65px;
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
  min-height: calc(100dvh - 72px);
  background:
    linear-gradient(120deg, var(--panel), var(--canvas) 64%),
    var(--canvas);
}

.contact-layout > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 56ch;
  font-size: 18px;
}

.contact-panel {
  margin-top: 30px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.contact-panel h2 {
  font-size: 25px;
}

.contact-panel > small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
}

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

.contact-methods article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: var(--radius-control);
  background: var(--panel);
}

.contact-methods .ph {
  color: var(--green);
  font-size: 27px;
}

.contact-methods small,
.contact-methods strong {
  display: block;
}

.contact-methods small {
  color: var(--muted);
}

.contact-methods strong {
  margin-top: 2px;
  color: var(--text);
  font-size: 13px;
  font-weight: 550;
}

.rfq-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.rfq-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 450;
}

.rfq-form textarea,
.rfq-form label:has(textarea),
.consent-row,
.form-note,
.rfq-form button,
.form-state {
  grid-column: 1 / -1;
}

.rfq-form input,
.rfq-form select,
.rfq-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
  background: var(--canvas);
  color: var(--text);
  font-weight: 400;
}

.rfq-form textarea {
  min-height: 128px;
  resize: vertical;
}

.rfq-form .consent-row {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.rfq-form .consent-row input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--green);
}

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

.rfq-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.rfq-form input:focus,
.rfq-form select:focus,
.rfq-form textarea:focus {
  border-color: var(--green);
  outline: 3px solid color-mix(in srgb, var(--green) 20%, transparent);
}

.form-note {
  margin: 2px 0 0;
  padding: 13px 15px;
  border-left: 3px solid var(--green);
  background: var(--green-soft);
  color: var(--muted);
  font-size: 13px;
}

.form-state {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-state.error {
  color: #9c351c;
}

.form-state.success {
  color: var(--green);
  font-weight: 550;
}

.resource-band,
.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.resource-band {
  background: var(--panel);
}

.resource-band > div,
.cta-band > div {
  margin: 0;
}

.resource-band .section-intro,
.cta-band .section-intro {
  margin-bottom: 0;
}

.cta-band {
  background: var(--green-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cta-band h2 {
  margin-bottom: 8px;
}

.cta-band p {
  max-width: 62ch;
  margin-bottom: 0;
}

.site-footer {
  padding: 62px clamp(18px, 5vw, 76px) 82px;
  background: #071f2d;
  color: #edf4f1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr 0.9fr;
  gap: 38px;
  max-width: var(--container);
  margin: 0 auto;
}

.footer-logo-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  min-height: 76px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: var(--radius-control);
  background: #f6faf7;
}

.footer-logo {
  width: 136px;
  height: 56px;
  object-fit: contain;
}

.site-footer h3 {
  color: #f2f7f4;
  font-size: 16px;
}

.site-footer p,
.site-footer a {
  color: #c5d7d0;
  font-weight: 400;
}

.site-footer p {
  max-width: 55ch;
}

.site-footer a {
  display: block;
  margin: 9px 0;
}

.site-footer a:hover {
  color: #f3f8f5;
}

.footer-bottom {
  max-width: var(--container);
  margin: 44px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(226, 239, 232, 0.16);
  color: #a9c0b7;
  font-size: 13px;
}

.sticky-contact {
  position: fixed;
  z-index: 30;
  right: 16px;
  bottom: 16px;
  display: none;
  grid-template-columns: 0.8fr 1.2fr;
  width: calc(100% - 32px);
  overflow: hidden;
  border-radius: var(--radius-control);
  box-shadow: var(--shadow);
}

.sticky-contact a {
  min-height: 54px;
  border-radius: 0;
}

.sticky-contact a:first-child {
  background: var(--navy);
  color: #f3f7f5;
}

.sticky-contact a:last-child {
  background: var(--green);
  color: #f3f8f5;
}

.floating-contact {
  position: fixed;
  z-index: 15;
  right: 18px;
  bottom: 86px;
  display: grid;
  gap: 8px;
}

.floating-contact a,
.floating-contact button {
  width: 126px;
  min-height: 48px;
  padding: 9px 11px;
  border-color: var(--border);
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 10px 28px rgba(7, 42, 33, 0.12);
  font-size: 12px;
}

.floating-contact a {
  border-color: var(--green);
  background: var(--green);
  color: #f4f8f6;
}

.floating-contact button .ph {
  transform: rotate(-90deg);
}

body[data-page="contact"] .floating-contact,
body[data-page="contact"] .sticky-contact {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: hero-copy-in 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .panorama-copy {
    animation: hero-copy-fade 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-media,
  .hero-collage {
    animation: hero-media-in 720ms 90ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}

@keyframes hero-copy-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-media-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1180px) {
  .desktop-nav,
  .header-tools,
  .floating-contact {
    display: none;
  }

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

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-nav.open {
    position: sticky;
    z-index: 19;
    top: 69px;
    display: grid;
    border-bottom: 1px solid var(--border);
    background: var(--surface);
  }

  .mobile-nav a,
  .mobile-nav button {
    min-height: 50px;
    padding: 14px 22px;
    border: 0;
    border-top: 1px solid var(--border);
    border-radius: 0;
    background: var(--surface);
    color: var(--text);
    text-align: left;
    font-weight: 500;
  }

  .mobile-nav .mobile-contact-link {
    background: var(--green);
    color: #f4f8f6;
  }

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

  .hero-copy,
  .hero-media,
  .hero-collage {
    max-width: 900px;
    justify-self: center;
  }

  .home-story-panel {
    width: min(680px, 56vw);
    padding-right: clamp(28px, 4vw, 54px);
    padding-left: clamp(38px, 7vw, 84px);
  }

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

  .category-navigation a:nth-child(4) {
    border-left: 1px solid color-mix(in srgb, var(--green) 34%, var(--border));
  }

  .product-detail-main,
  .product-inquiry {
    grid-template-columns: 1fr;
  }

  .product-detail-specs,
  .product-inquiry-copy {
    position: static;
  }

  .custom-direction-board,
  .quality-ledger-hero,
  .resource-library-hero {
    grid-template-columns: 1fr;
  }

  .custom-brief-panel,
  .resource-library-hero > div {
    position: static;
  }

  .quality-ledger-hero > img {
    height: 480px;
    min-height: 0;
  }

  .factory-facts,
  .video-section,
  .process-gallery,
  .group-story,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .culture-founder-image {
    max-width: 620px;
  }

  .contact-copy {
    position: static;
  }

  .factory-facts > img {
    min-height: 430px;
  }

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

  .process-gallery .process-list article:last-child {
    grid-column: auto;
  }

  .process-images {
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: 1fr;
  }

  .group-story > div:first-child {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .sticky-contact {
    display: grid;
  }

  .site-footer {
    padding-bottom: 102px;
  }
}

@media (max-width: 900px) {
  .home-story-carousel {
    min-height: calc(100dvh - 72px);
  }

  .home-story-stage {
    bottom: 0;
  }

  .home-story-stage::after {
    background: linear-gradient(0deg, rgba(4, 24, 28, 0.94) 0%, rgba(4, 24, 28, 0.72) 38%, rgba(4, 24, 28, 0.08) 76%);
  }

  .home-story-panel {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 28px clamp(22px, 5vw, 44px) 30px;
  }

  .home-story-copy {
    align-self: end;
    padding: 28px 0;
  }

  .home-story-copy h1 {
    max-width: 18ch;
    font-size: clamp(34px, 6vw, 48px);
  }

  .why-citta-section {
    grid-template-columns: 1fr;
  }

  .why-citta-visual {
    min-height: 520px;
  }

  .why-citta-copy {
    padding-top: 0;
  }

  .why-citta-copy h2 {
    max-width: none;
  }

  .trust-bar,
  .fact-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar span:last-child,
  .fact-grid article:last-child {
    grid-column: 1 / 3;
  }

  .product-card,
  .product-card:nth-child(1),
  .product-card:nth-child(4),
  .product-card:nth-child(5) {
    grid-column: span 6;
  }

  .proof-grid,
  .quality-evidence-grid,
  .certification-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .image-proof,
  .image-proof:first-child,
  .image-proof:last-child,
  .quality-evidence-item,
  .quality-evidence-item:first-child,
  .quality-evidence-item:last-child {
    grid-column: auto;
    grid-row: auto;
    display: block;
  }

  .image-proof img,
  .image-proof:first-child img,
  .quality-evidence-item img,
  .quality-evidence-item:first-child img {
    aspect-ratio: 16 / 9;
  }

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

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

  .process-list article:last-child {
    grid-column: 1 / 3;
  }

  .resource-band,
  .cta-band,
  .editorial-note,
  .resource-download {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .timeline-entry {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 24px;
  }

  .timeline-entry figure,
  .timeline-copy {
    grid-column: 2;
  }

  .culture-story-teaser,
  .culture-article-opening,
  .culture-umbrella-gallery {
    grid-template-columns: 1fr;
  }

  .culture-story-teaser > div,
  .culture-article-body {
    max-width: 760px;
  }

  .culture-article-opening {
    gap: 30px;
    padding-top: 32px;
  }

  .culture-umbrella-gallery .culture-umbrella-featured,
  .culture-umbrella-gallery .culture-umbrella-wide {
    grid-row: auto;
    grid-column: auto;
  }

}

@media (max-width: 680px) {
  main > section:not(.hero):not(.panorama-hero):not(.home-story-carousel) {
    padding: 56px 18px;
  }

  .site-header {
    min-height: 66px;
    padding: 9px 16px;
  }

  .brand img {
    width: 108px;
    height: 43px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 49px);
  }

  h2 {
    font-size: 30px;
  }

  .certification-section .section-intro {
    text-align: left;
  }

  .certification-section .section-intro p:last-child {
    margin-left: 0;
  }

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

  .certification-image {
    min-height: 0;
    padding: 18px;
  }

  .certification-image img {
    width: min(100%, 420px);
  }

  .hero {
    gap: 34px;
    padding: 50px 18px 56px;
  }

  .home-story-carousel {
    min-height: 690px;
  }

  .home-story-stage {
    bottom: 0;
  }

  .home-story-panel {
    right: 0;
    left: 0;
    min-height: 100%;
    padding: 18px 18px 24px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .home-story-copy {
    padding: 24px 0;
  }

  .home-story-copy h1 {
    margin-bottom: 12px;
    font-size: clamp(32px, 9vw, 42px);
  }

  .home-story-copy p {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .home-story-copy a {
    min-height: 42px;
    padding: 10px 14px;
  }

  .product-rail-section {
    padding-right: 0 !important;
  }

  .product-rail {
    grid-auto-columns: min(68vw, 275px);
    padding-right: 94px;
  }

  .product-rail-mask::after {
    width: 86px;
  }

  .product-rail-button {
    width: 48px;
    height: 48px;
  }

  .product-rail-next {
    right: 18px;
  }

  .product-rail-previous {
    left: 8px;
  }

  .why-citta-visual {
    min-height: 360px;
  }

  .why-citta-visual span {
    right: 18px;
    bottom: 16px;
  }

  .why-citta-copy dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .timeline-entry {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 0 36px;
  }

  .timeline-entry figure,
  .timeline-copy {
    grid-column: 1;
  }

  .timeline-year {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }

  .culture-hub-header {
    margin-bottom: 24px;
  }

  .culture-story-teaser {
    gap: 26px;
    padding-top: 24px;
  }

  .culture-story-teaser img {
    aspect-ratio: 4 / 3;
  }

  .culture-story-teaser h3 {
    max-width: none;
    margin-bottom: 20px;
    font-size: 27px;
  }

  .culture-article {
    padding: 48px 18px 64px;
  }

  .culture-article-header {
    margin-bottom: 38px;
  }

  .culture-article-header > a {
    margin-bottom: 24px;
  }

  .culture-article-header h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .culture-founder-image,
  .culture-article-body {
    max-width: none;
  }

  .culture-article-body > p,
  .culture-article-body > p:first-child {
    font-size: 17px;
  }

  .culture-process-grid {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .culture-process-grid figure:first-child img,
  .culture-process-grid figure:last-child img {
    aspect-ratio: 1 / 1;
  }

  .culture-umbrella-story {
    margin-top: 64px;
    padding-top: 42px;
  }

  .culture-umbrella-header {
    margin-bottom: 30px;
  }

  .culture-umbrella-header h2 {
    font-size: 32px;
  }

  .culture-umbrella-header p {
    font-size: 17px;
  }

  .culture-umbrella-gallery {
    gap: 34px;
  }

  .culture-umbrella-gallery img,
  .culture-umbrella-gallery .culture-umbrella-featured img,
  .culture-umbrella-gallery .culture-umbrella-wide img {
    aspect-ratio: 4 / 3;
  }

  .custom-design-hero,
  .custom-design-hero > img {
    min-height: 420px;
    height: 420px;
  }

  .custom-design-hero > div > p:last-child {
    font-size: 16px;
  }

  .custom-direction-board {
    gap: 30px;
  }

  .custom-direction-visual > img {
    min-height: 270px;
  }

  .custom-choice-list {
    grid-template-columns: 1fr;
  }

  .quality-ledger-hero > div {
    padding: 56px 18px;
  }

  .quality-ledger-hero > img {
    height: 340px;
  }

  .quality-gate-list li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
  }

  .quality-evidence-grid {
    grid-template-columns: 1fr;
  }

  .quality-evidence-item,
  .quality-evidence-item:first-child,
  .quality-evidence-item:last-child {
    grid-column: auto;
    display: block;
  }

  .quality-evidence-item img {
    aspect-ratio: 4 / 3;
  }

  .resource-library-hero {
    min-height: auto;
    gap: 34px;
  }

  .resource-directory > a {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    min-height: 148px;
  }

  .resource-directory em {
    grid-column: 2;
  }

  .resource-download > div {
    grid-template-columns: 1fr;
  }

  .resource-download .btn {
    width: 100%;
  }

  .category-navigation {
    top: 66px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px;
  }

  .category-navigation a,
  .category-navigation a:first-child,
  .category-navigation a:nth-child(4) {
    min-height: 50px;
    padding: 9px 10px;
    border: 1px solid color-mix(in srgb, var(--green) 34%, var(--border));
    font-size: 12px;
  }

  .category-navigation a:nth-child(odd) {
    border-left: 1px solid color-mix(in srgb, var(--green) 34%, var(--border));
  }

  .category-feature {
    min-height: 220px;
    padding: 40px 18px !important;
    background-image:
      linear-gradient(rgba(6, 31, 38, 0.58), rgba(6, 31, 38, 0.72)),
      var(--category-image);
  }

  .catalogue-product-row {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    min-height: 150px;
    padding: 18px 0;
  }

  .catalogue-product-image {
    min-height: 112px;
    padding: 20px;
  }

  .catalogue-product-copy strong {
    font-size: 22px;
  }

  .catalogue-product-copy span {
    display: none;
  }

  .catalogue-product-action {
    grid-column: 2;
    min-height: 34px;
    margin-top: -18px;
    font-size: 13px;
  }

  .product-detail-back {
    margin-bottom: -2px;
  }

  .product-detail-image {
    min-height: 390px;
    padding: 48px 28px;
  }

  .product-detail-specs dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .product-detail-name {
    font-size: clamp(38px, 12vw, 50px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .hero-media,
  .hero-collage,
  .hero-collage .collage-main {
    min-height: 360px;
  }

  .hero-media img {
    min-height: 360px;
  }

  .hero-collage {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 8px;
  }

  .hero-collage img {
    min-height: 176px;
  }

  .panorama-hero,
  .panorama-hero > img {
    min-height: 610px;
    height: 610px;
  }

  .panorama-hero::after {
    background: linear-gradient(0deg, rgba(6, 29, 32, 0.94), rgba(6, 29, 32, 0.42) 78%, rgba(6, 29, 32, 0.12));
  }

  .panorama-copy {
    top: auto;
    bottom: 44px;
    left: 18px;
    transform: none;
  }

  .panorama-copy > p:not(.eyebrow) {
    font-size: 17px;
  }

  .trust-bar,
  .product-grid,
  .proof-grid,
  .option-grid,
  .fact-grid,
  .footer-grid,
  .rfq-form,
  .contact-methods,
  .process-list,
  .process-gallery .process-list {
    grid-template-columns: 1fr;
  }

  .trust-bar {
    padding: 0 !important;
  }

  .trust-bar span,
  .trust-bar span:last-child,
  .fact-grid article:last-child,
  .factory-facts .fact-grid article:last-child,
  .process-list article:last-child,
  .process-gallery .process-list article:last-child {
    grid-column: auto;
  }

  .product-card,
  .product-card:nth-child(1),
  .product-card:nth-child(4),
  .product-card:nth-child(5),
  .image-proof,
  .image-proof:first-child,
  .image-proof:last-child {
    grid-column: auto;
  }

  .product-card img,
  .product-card:nth-child(1) img,
  .product-card:nth-child(4) img {
    aspect-ratio: 4 / 3;
  }

  .image-proof:last-child {
    display: block;
  }

  .image-proof img {
    aspect-ratio: 4 / 3;
  }

  .panorama-band,
  .panorama-band > img {
    min-height: 540px;
    height: 540px;
  }

  .panorama-band::after {
    background: linear-gradient(0deg, rgba(6, 31, 38, 0.94), rgba(6, 31, 38, 0.32) 78%, rgba(6, 31, 38, 0.08));
  }

  .panorama-band > div {
    top: auto;
    bottom: 42px;
    left: 18px;
    transform: none;
  }

  .process-list article,
  .process-list article:not(:last-child) {
    min-height: auto;
    margin-right: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .process-list .ph {
    margin-bottom: 16px;
  }

  .factory-facts > img {
    min-height: 300px;
  }

  .process-images,
  .group-story > div:first-child {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .process-images img,
  .group-story img,
  .group-story img:last-child {
    height: 300px;
    min-height: 0;
    margin-top: 0;
  }

  .video-section video {
    min-height: 230px;
  }

  .contact-layout {
    min-height: auto;
  }

  .rfq-form label:has(textarea),
  .form-note,
  .rfq-form button,
  .form-state {
    grid-column: auto;
  }

  .cta-band .btn,
  .resource-band .btn {
    width: 100%;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --green: #4fa274;
    --green-dark: #3f8b62;
    --green-soft: #173b2a;
    --navy: #e5f0eb;
    --navy-soft: #c9ded4;
    --canvas: #0e1917;
    --surface: #13221e;
    --panel: #182b25;
    --text: #e5efea;
    --muted: #a9bbb4;
    --border: #304740;
    --white: #13221e;
    --shadow: 0 22px 58px rgba(3, 11, 9, 0.38);
  }

  .site-header {
    background: rgba(19, 34, 30, 0.94);
  }

  .footer-logo-plate {
    background: #f3f8f5;
  }

  .panorama-copy h1,
  .panorama-copy p,
  .panorama-copy .eyebrow,
  .panorama-band h2,
  .panorama-band p {
    color: #f2f7f4;
  }
}

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

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

  .home-story-slide img,
  .home-story-slide.is-active img {
    transform: none;
    animation: none !important;
    will-change: auto;
  }

}
