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

@font-face {
  font-family: "Kulan Display";
  src: url("../fonts/cormorant-garamond-latin-variable-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Kulan Sans";
  src: url("../fonts/inter-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --color-ivory: #fbf8f0;
  --color-surface: #fffdf8;
  --color-green: #008c35;
  --color-green-dark: #08602f;
  --color-blue: #143fb8;
  --color-navy: #10214d;
  --color-ink: #14212b;
  --color-muted: #53606a;
  --color-line: #d9cfbf;
  --color-line-blue: #6f8bd1;
  --font-display: "Kulan Display", Georgia, serif;
  --font-sans: "Kulan Sans", Arial, sans-serif;
  --container: 1360px;
  --shadow-dialog: 0 20px 55px rgba(16, 33, 77, 0.2);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--color-ivory);
  color: var(--color-ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--color-navy);
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 54px;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--color-navy);
  color: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--color-green-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
}

.section-intro {
  max-width: 650px;
  margin: 13px auto 32px;
  color: var(--color-muted);
  text-align: center;
}

.heading-rule {
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 18px;
  background: var(--color-green);
}

.heading-rule--center {
  margin-inline: auto;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button--green {
  background: var(--color-green-dark);
  color: #fff;
}

.button--green:hover {
  background: #064924;
}

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

.button--blue:hover {
  background: var(--color-navy);
}

.button--outline {
  border-color: var(--color-blue);
  background: transparent;
  color: var(--color-blue);
}

.button--outline:hover {
  background: #fff;
}

.button--light {
  background: #fff;
  color: var(--color-ink);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(251, 248, 240, 0.97);
  border-bottom: 1px solid var(--color-line-blue);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 248, 240, 0.985);
  box-shadow: 0 8px 24px rgba(10, 22, 48, 0.08);
}

.site-header__inner {
  display: grid;
  min-height: 102px;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 30px;
  transition: min-height 180ms ease;
}

.brand {
  display: inline-flex;
  width: 180px;
  align-items: center;
  text-decoration: none;
  transition: width 180ms ease;
}

.brand__legacy-crop {
  --logo-visible-height: 78px;
  position: relative;
  display: block;
  width: 180px;
  height: 94px;
  overflow: hidden;
  border-radius: 999px;
  background: #fbf8f0;
  transition: width 180ms ease, height 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 8px 20px rgba(10, 22, 48, 0.17), 0 2px 7px rgba(29, 135, 57, 0.1);
}

.brand__legacy-crop img {
  width: 160px;
  max-width: none;
  height: auto;
  margin-inline: auto;
  transform: translateY(-3px);
  clip-path: inset(3px 3px calc(100% - var(--logo-visible-height)) 3px);
  mix-blend-mode: multiply;
  filter: saturate(1.06) contrast(1.04);
  display: block;
}

.site-header.is-scrolled .site-header__inner {
  min-height: 78px;
}

.site-header.is-scrolled .brand,
.site-header.is-scrolled .brand__legacy-crop {
  --logo-visible-height: 64px;
  width: 148px;
}

.site-header.is-scrolled .brand__legacy-crop {
  height: 78px;
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(10, 22, 48, 0.2), 0 2px 8px rgba(29, 135, 57, 0.12);
}

.site-header.is-scrolled .brand__legacy-crop img {
  width: 132px;
}

.brand--custom .custom-logo-link {
  --logo-visible-height: 78px;
  position: relative;
  width: 180px;
  height: 94px;
  overflow: hidden;
  border-radius: 999px;
  background: #fbf8f0;
  box-shadow: 0 8px 20px rgba(10, 22, 48, 0.17), 0 2px 7px rgba(29, 135, 57, 0.1);
  transition: width 180ms ease, height 180ms ease, box-shadow 180ms ease;
}

.brand--custom .custom-logo-link img {
  width: 160px;
  max-width: none;
  max-height: none;
  height: auto;
  margin-inline: auto;
  transform: translateY(-3px);
  clip-path: inset(3px 3px calc(100% - var(--logo-visible-height)) 3px);
  mix-blend-mode: multiply;
  filter: saturate(1.06) contrast(1.04);
}

.site-header.is-scrolled .brand--custom .custom-logo-link {
  --logo-visible-height: 64px;
  width: 148px;
  height: 78px;
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(10, 22, 48, 0.2), 0 2px 8px rgba(29, 135, 57, 0.12);
}

.site-header.is-scrolled .brand--custom .custom-logo-link img {
  width: 132px;
}

.custom-logo-link,
.custom-logo-link img {
  display: block;
}

.site-nav {
  justify-self: end;
}

.site-nav__list,
.site-nav .menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--color-green-dark);
}

.site-header__cta {
  min-height: 48px;
  padding-inline: 20px;
}

.nav-toggle {
  display: none;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--color-blue);
  border-radius: 6px;
  background: transparent;
  color: var(--color-blue);
  font-weight: 700;
}

.hero {
  padding: 44px 0 40px;
}

.hero__inner {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
}

.hero__copy {
  padding-block: 35px;
}

.hero h1 {
  max-width: 590px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 5.5vw, 5.9rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.hero h1 em,
.confidence h2 em,
.about h2 em {
  color: var(--color-green);
  font-weight: 500;
}

.hero__lede {
  max-width: 480px;
  margin: 22px 0 0;
  font-size: 1.15rem;
  line-height: 1.62;
}

.hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 590px;
  padding-bottom: 82px;
}

.hero__arch {
  position: absolute;
  inset: 0 0 66px 40px;
  overflow: hidden;
  border-radius: 310px 310px 0 0;
}

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

.since-badge {
  position: absolute;
  z-index: 2;
  top: 105px;
  left: 0;
  display: grid;
  width: 178px;
  height: 178px;
  place-content: center;
  border: 2px solid #d9b678;
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-blue);
  text-align: center;
}

.since-badge span {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.since-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.95;
}

.since-badge i {
  display: block;
  width: 42px;
  height: 2px;
  margin: 10px auto 0;
  background: var(--color-green);
}

.hero__product-orbit {
  position: absolute;
  z-index: 3;
  right: -5px;
  bottom: 18px;
  display: flex;
  align-items: center;
}

.hero__product-orbit img {
  width: 112px;
  height: 112px;
  margin-left: -13px;
  border: 4px solid var(--color-ivory);
  border-radius: 50%;
  object-fit: cover;
}

.request-section {
  padding-top: 14px;
}

.request-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 2.35fr);
  align-items: center;
  gap: 50px;
  padding: 38px 42px;
  border: 1px solid #aeb8c6;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.74);
}

.request-panel__intro h2 {
  max-width: 240px;
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 3.35rem;
  font-weight: 500;
  line-height: 0.95;
}

.request-panel__intro p {
  max-width: 280px;
  margin: 0;
  color: var(--color-muted);
}

.request-form {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.76fr;
  gap: 22px 26px;
  align-items: start;
}

.request-form label,
.catalogue-form label {
  display: grid;
  gap: 8px;
  color: var(--color-navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.date-picker-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--color-navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.date-picker-field > label {
  display: block;
  font: inherit;
  color: inherit;
}

.date-picker {
  position: relative;
  display: block;
}

.request-form .date-picker input[data-date-display] {
  padding-right: 52px;
}

.request-form .date-picker__native {
  position: absolute;
  right: 42px;
  bottom: 1px;
  width: 1px;
  min-height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.date-picker__button {
  position: absolute;
  top: 50%;
  right: 6px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--color-blue);
  font-size: 1.05rem;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
}

.date-picker__button:hover {
  background: var(--color-blue-soft);
  color: var(--color-green-dark);
}

.date-picker__button:focus-visible {
  outline: 3px solid var(--color-blue);
  outline-offset: 1px;
}

.request-form input,
.request-form select,
.catalogue-form input,
.catalogue-form select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #b9c2cc;
  border-radius: 5px;
  background: #fff;
  color: var(--color-ink);
  font-size: 0.95rem;
  font-weight: 450;
}

.request-form input:focus,
.request-form select:focus,
.catalogue-form input:focus,
.catalogue-form select:focus {
  border-color: var(--color-blue);
  outline: 3px solid var(--color-blue);
  outline-offset: 2px;
}

.input-with-suffix {
  position: relative;
  display: block;
}

.input-with-suffix input {
  padding-right: 48px;
}

.input-with-suffix small {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--color-muted);
  font-size: 0.82rem;
  transform: translateY(-50%);
}

.request-form .field-help {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
}

.request-form__submit {
  width: 100%;
  min-height: 50px;
  margin-top: 1.75rem;
  padding-inline: 14px;
  font-size: 0.92rem;
  white-space: nowrap;
}

.form-status {
  min-height: 1.3em;
  margin: -8px 0 0;
  color: var(--color-green-dark);
  font-size: 0.82rem;
  grid-column: 1 / -1;
}

.products {
  border-bottom: 1px solid var(--color-line);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2.7vw, 40px);
  margin-top: 38px;
}

.product-card {
  min-width: 0;
  padding: 0 12px 18px;
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  text-align: center;
}

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

.product-card img {
  width: min(100%, 210px);
  aspect-ratio: 1;
  margin: 0 auto 18px;
  border: 2px solid #dec99e;
  border-radius: 50%;
  object-fit: cover;
}

.product-card h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
}

.product-card p {
  margin: 3px 0 0;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: var(--color-blue);
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.product-card__link:hover {
  color: var(--color-green-dark);
}

.confidence {
  border-bottom: 1px solid var(--color-line);
}

.confidence__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 2fr);
  align-items: center;
  gap: 60px;
}

.confidence h2 {
  max-width: 390px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 3.35rem;
  font-weight: 500;
  line-height: 1;
}

.confidence__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.confidence-item {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.icon-disc {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 50%;
  background: #f2eadb;
  font-size: 1.65rem;
}

.confidence-item p {
  margin: 0;
  font-size: 0.95rem;
}

.confidence__arrow {
  color: var(--color-green);
  font-size: 1.4rem;
}

.confidence__note {
  padding-top: 22px;
  margin: 2px 0 0;
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
  font-size: 0.9rem;
  grid-column: 1 / -1;
}

.confidence__note strong {
  color: var(--color-navy);
}

.process {
  border-bottom: 1px solid var(--color-line);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 40px;
}

.process-step {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding-right: 18px;
  border-right: 1px solid var(--color-line);
}

.process-step:last-child {
  border-right: 0;
}

.process-step strong {
  color: var(--color-green);
  font-family: var(--font-display);
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
}

.process-step h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.process-step__copy p {
  margin: 7px 0 0;
  color: var(--color-muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.process-step__visual {
  width: 100%;
  height: 122px;
  margin-top: 10px;
  grid-column: 1 / -1;
  filter: drop-shadow(0 9px 13px rgba(16, 33, 77, 0.12));
  overflow: hidden;
}

.process-step__visual--arrow {
  clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 50%, calc(100% - 38px) 100%, 0 100%);
}

.process-step__visual--destination {
  border: 2px solid var(--color-blue);
  border-radius: 14px;
}

.process-step__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq {
  border-bottom: 1px solid var(--color-line);
}

.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 54px;
  border-top: 1px solid var(--color-line-blue);
}

.faq__column:first-child {
  padding-right: 54px;
  border-right: 1px solid var(--color-line-blue);
}

.faq-item {
  border-bottom: 1px solid var(--color-line-blue);
}

.faq-item summary {
  display: grid;
  min-height: 66px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  color: var(--color-navy);
  font-weight: 700;
  list-style: none;
}

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

.faq-item summary i {
  color: var(--color-blue);
}

.faq-item__minus,
.faq-item[open] .faq-item__plus {
  display: none;
}

.faq-item[open] .faq-item__minus {
  display: inline-block;
}

.faq-item p {
  max-width: 63ch;
  padding: 0 44px 22px 0;
  margin: -4px 0 0;
  color: var(--color-muted);
}

.about {
  border-bottom: 1px solid var(--color-line);
}

.about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(46px, 8vw, 120px);
}

.about__image {
  height: 245px;
  overflow: hidden;
  border-radius: 0 125px 125px 0;
}

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

.about__copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.about__copy p {
  max-width: 600px;
  margin: 22px 0 0;
  font-size: 1.06rem;
}

.catalogue {
  padding-block: 40px;
}

.catalogue-panel {
  position: relative;
  display: grid;
  min-height: 340px;
  grid-template-columns: 260px minmax(320px, 1fr) 300px;
  align-items: center;
  gap: 48px;
  overflow: hidden;
  padding: 30px 46px;
  border: 2px solid var(--color-blue);
  border-radius: 17px;
  background: var(--color-surface);
}

.catalogue-panel__mockup {
  width: 230px;
  max-height: 285px;
  margin: 0 auto;
  object-fit: contain;
}

.catalogue-panel__copy h2 {
  max-width: 520px;
  margin: 0;
  color: var(--color-blue);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 0.95;
}

.catalogue-panel__copy p {
  max-width: 470px;
  margin: 20px 0 24px;
  font-size: 1.02rem;
}

.catalogue-panel__circles {
  display: flex;
  justify-content: center;
}

.catalogue-panel__circles img {
  width: 180px;
  height: 180px;
  border: 3px solid var(--color-blue);
  border-radius: 50%;
  object-fit: cover;
}

.catalogue-panel__circles img + img {
  margin-left: -42px;
}

.final-cta {
  padding-block: 26px;
  background: var(--color-green-dark);
  color: #fff;
}

.final-cta__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.final-cta__icon {
  font-size: 4rem;
}

.final-cta h2 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.2;
}

.final-cta p {
  margin: 4px 0 0;
  color: #fff;
}

.final-cta p a {
  font-weight: 700;
}

.site-footer {
  margin-top: 0;
  background: #f0e5cf;
  border-top: 1px solid #c7ae82;
}

.site-footer__catalogue {
  padding-block: 34px;
  background: rgba(226, 204, 163, 0.34);
}

.site-footer__catalogue-inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
}

.site-footer__catalogue-mockup {
  width: 126px;
  max-height: 154px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(74, 53, 26, 0.16));
}

.site-footer__catalogue h2 {
  margin: 0;
  color: var(--color-navy);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  font-weight: 500;
  line-height: 0.95;
}

.site-footer__catalogue p:not(.eyebrow) {
  max-width: 600px;
  margin: 12px 0 0;
  color: #5e513e;
}

.site-footer__cta {
  padding-block: 24px;
  background: var(--color-green-dark);
  color: #fff;
}

.site-footer__bottom {
  padding-block: 18px;
  background: #e1cfad;
  color: #4b3c26;
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.82rem;
}

.site-footer__bottom-inner p {
  margin: 0;
}

.site-footer__brand {
  color: var(--color-navy);
  font-weight: 800;
  text-decoration: none;
}

.product-hero {
  min-height: 570px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.product-hero__inner {
  display: flex;
  min-height: 570px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block: 70px;
}

.product-hero .eyebrow {
  color: #d8ecad;
}

.product-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 7vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.91;
}

.product-hero h1 em {
  color: #b9e67b;
  font-weight: 500;
}

.product-hero__lede {
  max-width: 590px;
  margin: 22px 0 0;
  color: #f2f5ec;
  font-size: 1.18rem;
}

.product-intro {
  border-bottom: 1px solid rgba(199, 174, 130, 0.28);
}

.product-intro__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(42px, 8vw, 130px);
}

.product-intro h2,
.product-process h2 {
  max-width: 590px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.7vw, 4.6rem);
  font-weight: 500;
  line-height: 0.98;
}

.product-intro h2 em,
.product-process h2 em {
  color: var(--color-green);
  font-weight: 500;
}

.product-intro__grid > p {
  max-width: 610px;
  margin: 0;
  font-size: 1.08rem;
}

.product-facts {
  padding-block: 36px;
  background: rgba(226, 204, 163, 0.1);
  border-bottom: 1px solid rgba(199, 174, 130, 0.28);
}

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

.product-facts article {
  display: grid;
  gap: 7px;
  min-height: 90px;
  padding: 0 26px;
  border-right: 1px solid var(--color-line);
}

.product-facts article:first-child {
  padding-left: 0;
}

.product-facts article:last-child {
  padding-right: 0;
  border-right: 0;
}

.product-facts span {
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-facts strong {
  color: var(--color-navy);
  font-size: 1rem;
  line-height: 1.35;
}

.product-gallery {
  border-bottom: 1px solid rgba(199, 174, 130, 0.28);
}

.product-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.9fr);
  gap: 20px;
  margin-top: 38px;
}

.product-gallery figure {
  margin: 0;
}

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

.product-gallery__feature {
  min-height: 430px;
}

.product-gallery__feature img {
  border-radius: 14px;
}

.product-gallery__stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.product-gallery__stack figure {
  min-height: 205px;
}

.product-gallery__stack img {
  border-radius: 14px;
}

.product-process {
  background: rgba(226, 204, 163, 0.08);
  border-bottom: 1px solid rgba(199, 174, 130, 0.28);
}

.product-process__heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: end;
  gap: 60px;
}

.product-process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin: 42px 0 32px;
}

.product-process__steps article {
  padding: 24px 28px 20px 0;
  border-top: 2px solid var(--color-green);
  border-right: 1px solid var(--color-line);
}

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

.product-process__steps strong {
  color: var(--color-green);
  font-family: var(--font-display);
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
}

.product-process__steps h3 {
  margin: 10px 0 4px;
  color: var(--color-navy);
  font-size: 1.05rem;
}

.product-process__steps p {
  margin: 0;
  color: var(--color-muted);
}

.catalogue-dialog {
  width: min(calc(100% - 32px), 880px);
  max-height: min(94vh, 850px);
  padding: 30px 36px;
  border: 1px solid var(--color-line-blue);
  border-radius: 16px;
  background: var(--color-ivory);
  box-shadow: var(--shadow-dialog);
  color: var(--color-ink);
}

.catalogue-dialog::backdrop {
  background: rgba(10, 22, 48, 0.68);
}

.catalogue-dialog__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--color-line-blue);
  border-radius: 50%;
  background: #fff;
  color: var(--color-navy);
  cursor: pointer;
}

.catalogue-dialog__intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}

.catalogue-dialog__intro > p:not(.eyebrow) {
  max-width: 590px;
  margin: 10px 0 0;
  color: var(--color-muted);
}

.catalogue-dialog__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 10px 0 0;
  padding: 0;
  color: var(--color-green-dark);
  font-size: 0.82rem;
  font-weight: 700;
  list-style: none;
}

.catalogue-dialog__benefits i {
  margin-right: 5px;
  color: var(--color-green);
}

.catalogue-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin-top: 18px;
}

.catalogue-form .button,
.catalogue-form .form-status,
.catalogue-products,
.catalogue-form__note {
  grid-column: 1 / -1;
}

.catalogue-form select {
  appearance: auto;
}

.phone-input {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px;
}

.phone-input .phone-input__code {
  padding-inline: 10px;
}

.catalogue-products {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.catalogue-products legend {
  margin-bottom: 9px;
  color: var(--color-navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.catalogue-products legend small,
.catalogue-form label small {
  color: var(--color-muted);
  font-weight: 500;
}

.catalogue-products__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalogue-products__options label {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.catalogue-products__options input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  opacity: 0;
}

.catalogue-products__options span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #b9c2cc;
  border-radius: 999px;
  background: #fff;
  color: var(--color-navy);
  font-size: 0.78rem;
  font-weight: 700;
}

.catalogue-products__options input:checked + span {
  border-color: var(--color-green);
  background: var(--color-green-soft);
  color: var(--color-green-dark);
}

.catalogue-products__options input:focus-visible + span {
  outline: 3px solid var(--color-blue);
  outline-offset: 2px;
}

.catalogue-form__note {
  margin: -6px 0 -8px;
  color: var(--color-muted);
  font-size: 0.75rem;
}

.catalogue-form .form-status:empty {
  display: none;
}

.generic-content {
  min-height: 65vh;
  padding-block: 70px;
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: 160px 1fr auto;
    gap: 18px;
  }

  .brand,
  .brand__legacy-crop {
    --logo-visible-height: 66px;
    width: 152px;
  }

  .brand__legacy-crop {
    height: 80px;
    border-radius: 999px;
  }

  .brand__legacy-crop img {
    width: 136px;
  }

  .brand--custom .custom-logo-link {
    --logo-visible-height: 66px;
    width: 152px;
    height: 80px;
    border-radius: 999px;
  }

  .brand--custom .custom-logo-link img {
    width: 136px;
  }

  .site-nav__list,
  .site-nav .menu {
    gap: 18px;
  }

  .site-nav a {
    font-size: 0.82rem;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
    gap: 42px;
  }

  .hero__product-orbit img {
    width: 96px;
    height: 96px;
  }

  .process-step__visual {
    height: 138px;
  }

  .catalogue-panel {
    grid-template-columns: 220px 1fr 220px;
  }

  .catalogue-panel__circles img {
    width: 145px;
    height: 145px;
  }
}

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

  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .site-header__inner {
    min-height: 88px;
    grid-template-columns: 1fr auto;
  }

  .site-header__cta {
    display: none;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    padding: 16px;
    border: 1px solid var(--color-line-blue);
    border-radius: 10px;
    background: var(--color-surface);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav__list,
  .site-nav .menu {
    display: grid;
    gap: 0;
  }

  .site-nav a {
    display: block;
    min-height: 46px;
    padding: 12px;
    border-bottom: 1px solid var(--color-line);
    font-size: 0.95rem;
  }

  .site-nav li:last-child a {
    border-bottom: 0;
  }

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

  .hero__copy {
    padding-bottom: 0;
  }

  .hero__visual {
    min-height: 590px;
  }

  .request-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .request-panel__intro h2,
  .request-panel__intro p {
    max-width: 620px;
  }

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

  .product-card:nth-child(3) {
    border-right: 0;
  }

  .confidence__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

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

  .process-step {
    grid-template-columns: 72px minmax(0, 1fr) 220px;
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .process-step__visual {
    width: 220px;
    height: 150px;
    margin-top: 0;
    grid-column: auto;
    grid-row: 1;
  }

  .process-step__visual--arrow {
    clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 50%, calc(100% - 32px) 100%, 0 100%);
  }

  .faq__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq__column:first-child {
    padding-right: 0;
    border-right: 0;
  }

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

  .about__image {
    width: min(100%, 690px);
  }

  .catalogue-panel {
    grid-template-columns: 210px 1fr;
  }

  .catalogue-panel__circles {
    display: none;
  }

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

  .final-cta .button {
    grid-column: 1 / -1;
  }

  .site-footer__catalogue-inner { grid-template-columns: 120px 1fr; }
  .site-footer__catalogue-inner .button { grid-column: 1 / -1; justify-self: start; }
  .product-intro__grid,
  .product-process__heading { grid-template-columns: 1fr; gap: 28px; }
  .product-facts__grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .product-facts article:nth-child(2) { border-right: 0; }
  .product-facts article:nth-child(3) { padding-left: 0; }
  .product-gallery__grid { grid-template-columns: 1fr; }
  .product-gallery__feature { min-height: 360px; }
  .product-gallery__stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .product-process__steps { grid-template-columns: 1fr; gap: 18px; }
  .product-process__steps article { padding-right: 0; border-right: 0; }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 88px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding-block: 40px;
  }

  .brand,
  .brand__legacy-crop {
    --logo-visible-height: 59px;
    width: 136px;
  }

  .brand__legacy-crop {
    height: 72px;
    border-radius: 999px;
  }

  .brand__legacy-crop img {
    width: 122px;
  }

  .site-header.is-scrolled .site-header__inner {
    min-height: 68px;
  }

  .site-header.is-scrolled .brand,
  .site-header.is-scrolled .brand__legacy-crop {
    --logo-visible-height: 50px;
    width: 116px;
  }

  .site-header.is-scrolled .brand__legacy-crop {
    height: 62px;
    border-radius: 999px;
  }

  .site-header.is-scrolled .brand__legacy-crop img {
    width: 104px;
  }

  .brand--custom .custom-logo-link {
    --logo-visible-height: 59px;
    width: 136px;
    height: 72px;
    border-radius: 999px;
  }

  .brand--custom .custom-logo-link img {
    width: 122px;
  }

  .site-header.is-scrolled .brand--custom .custom-logo-link {
    --logo-visible-height: 50px;
    width: 116px;
    height: 62px;
    border-radius: 999px;
  }

  .site-header.is-scrolled .brand--custom .custom-logo-link img {
    width: 104px;
  }

  .hero {
    padding-top: 22px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 4.5rem);
  }

  .hero__lede {
    font-size: 1.02rem;
  }

  .button-group,
  .button-group .button {
    width: 100%;
  }

  .hero__visual {
    min-height: 470px;
  }

  .hero__arch {
    inset: 0 0 72px 24px;
  }

  .since-badge {
    top: 80px;
    width: 126px;
    height: 126px;
  }

  .since-badge strong {
    font-size: 2.8rem;
  }

  .since-badge span {
    font-size: 0.68rem;
  }

  .hero__product-orbit {
    right: 0;
    left: 12px;
    justify-content: center;
  }

  .hero__product-orbit img {
    width: 72px;
    height: 72px;
    border-width: 3px;
  }

  .request-panel {
    padding: 28px 20px;
    border-radius: 12px;
  }

  .request-panel__intro h2 {
    font-size: 2.8rem;
  }

  .request-form {
    grid-template-columns: 1fr;
  }

  .request-form__submit {
    margin-top: 0;
  }

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

  .product-card,
  .product-card:nth-child(3) {
    border-right: 0;
  }

  .product-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 250px);
    margin-inline: auto;
  }

  .confidence h2 {
    font-size: 2.8rem;
  }

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

  .confidence__arrow {
    transform: rotate(90deg);
  }

  .process-step {
    grid-template-columns: 54px 1fr 112px;
    gap: 12px;
  }

  .process-step strong {
    font-size: 4rem;
  }

  .process-step__visual {
    width: 112px;
    height: 122px;
  }

  .process-step__visual--arrow {
    clip-path: none;
    border: 1px solid var(--color-line-blue);
    border-radius: 12px;
  }

  .faq-item summary {
    min-height: 62px;
    font-size: 0.94rem;
  }

  .faq-item p {
    padding-right: 28px;
    font-size: 0.94rem;
  }

  .about__image {
    height: 200px;
    border-radius: 0 100px 100px 0;
  }

  .catalogue-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
    text-align: center;
  }

  .catalogue-panel__mockup {
    width: 180px;
    max-height: 230px;
  }

  .catalogue-panel__copy .heading-rule {
    margin-inline: auto;
  }

  .catalogue-panel__copy p {
    margin-inline: auto;
  }

  .final-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .final-cta__icon {
    margin-inline: auto;
  }

  .final-cta .button {
    width: 100%;
  }

  .site-footer__catalogue-inner { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .site-footer__catalogue-mockup { width: 112px; margin-inline: auto; }
  .site-footer__catalogue-inner .button { justify-self: stretch; }
  .site-footer__bottom-inner { flex-direction: column; gap: 6px; text-align: center; }
  .product-hero,
  .product-hero__inner { min-height: 560px; }
  .product-hero__inner { padding-block: 50px; }
  .product-hero h1 { font-size: clamp(3.35rem, 14vw, 5rem); }
  .product-hero .button-group,
  .product-hero .button-group .button { width: 100%; }
  .product-facts__grid { grid-template-columns: 1fr; }
  .product-facts article,
  .product-facts article:nth-child(3) { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--color-line); }
  .product-facts article:first-child { padding-top: 0; }
  .product-facts article:last-child { padding-bottom: 0; border-bottom: 0; }
  .product-gallery__feature { min-height: 260px; }
  .product-gallery__stack { grid-template-columns: 1fr; }
  .product-gallery__stack figure { min-height: 220px; }

  .catalogue-dialog {
    max-height: 90vh;
    padding: 28px 18px 22px;
  }

  .catalogue-dialog__intro h2 {
    font-size: 2.5rem;
  }

  .catalogue-form {
    grid-template-columns: 1fr;
  }

  .catalogue-form .button,
  .catalogue-form .form-status,
  .catalogue-products,
  .catalogue-form__note {
    grid-column: 1;
  }
}

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

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