@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

/* ProcessWire content, form and collection views. */
.contact-form small {
  display: block;
  color: #8a2e22;
  font-size: 12px;
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  font-style: normal;
}

.contact-details a {
  color: var(--green);
  font-weight: 700;
}

.consent {
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 8px;
  align-items: start;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
}

.consent input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 0;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--bronze);
  cursor: pointer;
}

.consent span {
  min-width: 0;
}

.consent a {
  color: var(--sand);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.consent a:hover,
.consent a:focus-visible {
  color: var(--white);
}

.consent small {
  grid-column: 1 / -1;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.form-notice {
  padding: 14px 16px;
  border: 1px solid var(--line);
}

.form-notice.success {
  border-color: var(--green);
  background: rgba(27, 48, 34, 0.08);
}

.form-notice.error {
  border-color: #8a2e22;
  background: rgba(138, 46, 34, 0.07);
}

.project-gallery,
.testimonial-list,
.legal-content,
.legal-header,
.catalog-items {
  padding: clamp(54px, 8vw, 110px) clamp(24px, 10vw, 150px);
}

.legal-header {
  background: var(--soft);
}

.legal-header h1 {
  max-width: 900px;
}

.legal-content {
	max-width: 800px;
	margin-inline: auto;
}

.legal-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: clamp(32px, 6vw, 86px);
	align-items: start;
	max-width: 1200px;
	margin-inline: auto;
	padding: clamp(54px, 8vw, 110px) clamp(24px, 10vw, 150px);
}

.legal-layout .legal-content {
	width: 100%;
	padding: 0;
}

.legal-toc {
	position: sticky;
	top: calc(var(--header-height) + 28px);
	display: grid;
	gap: 10px;
	padding: 18px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	font-size: 14px;
}

.legal-toc p {
	margin: 0 0 4px;
	color: var(--green);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.legal-toc a {
	color: rgba(34, 34, 34, .74);
}

.legal-toc a:hover,
.privacy-controller a {
	color: var(--green);
	text-decoration: underline;
}

.privacy-controller {
	margin-bottom: 46px;
	padding: clamp(24px, 4vw, 34px);
	border-left: 3px solid var(--bronze);
	background: var(--soft);
}

.privacy-controller h2,
.privacy-controller p {
	margin: 0;
}

.privacy-controller p {
	margin-top: 16px;
}

.privacy-controller,
.legal-content h2 {
	scroll-margin-top: calc(var(--header-height) + 28px);
}

.legal-content h2,
.legal-content h3 {
  margin-top: 1.8em;
}

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

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-grid figcaption {
  margin-top: 8px;
  color: rgba(34, 34, 34, 0.68);
  font-size: 13px;
}

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

.testimonial-list blockquote {
  margin: 0;
  padding: clamp(28px, 4vw, 54px);
  background: var(--white);
}

.testimonial-list blockquote > p {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.45;
}

.testimonial-list footer {
  display: grid;
  gap: 2px;
  margin-top: 24px;
  font-size: 13px;
}

.product-grid-detailed article {
  display: grid;
  align-content: start;
  gap: 12px;
}

.product-grid-detailed img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-grid-detailed h3,
.product-grid-detailed p {
  margin: 0;
}

.project-meta {
  font-weight: 700;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-style: normal;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .testimonial-list,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --header-height: 82px;
  --green: #1b3022;
  --sand: #d8c3a5;
  --white: #ffffff;
  --charcoal: #222222;
  --bronze: #9a7b4f;
  --soft: #f7f3ec;
  --line: rgba(154, 123, 79, 0.3);
  --display: "Space Grotesk", "Manrope", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
}

@keyframes luxury-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(3%, -4%, 0) rotate(8deg);
  }
}

@keyframes luxury-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-5%, 3%, 0);
  }
}

@keyframes luxury-orbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(-4%, 3%, 0) rotate(-12deg) scale(1.04);
  }
}

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

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
  color: var(--charcoal);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: var(--green);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

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

.brand picture {
  display: contents;
}

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

.brand span {
  display: grid;
  color: var(--white);
  font-family: var(--display);
  font-size: 24px;
  line-height: 0.95;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand small {
  margin-bottom: 4px;
  color: var(--sand);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.36em;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.6vw, 28px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  opacity: 0.88;
}

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

.main-nav a[aria-current="page"] {
  color: var(--sand);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid var(--bronze);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-cta {
  color: var(--sand);
}

.header-cta:hover,
.button.outline:hover {
  background: var(--bronze);
  color: var(--white);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.35fr);
  min-height: calc(100vh - 94px);
  overflow: hidden;
  background: var(--soft);
}

.page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  background: var(--soft);
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.page-hero::before {
  top: 12%;
  left: 30%;
  width: clamp(160px, 19vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 195, 165, 0.46);
  border-radius: 50%;
  animation: luxury-drift 18s ease-in-out infinite;
}

.page-hero::after {
  bottom: -18%;
  left: 5%;
  width: clamp(180px, 23vw, 390px);
  aspect-ratio: 1;
  border: 1px solid rgba(154, 123, 79, 0.2);
  border-radius: 42% 58% 55% 45%;
  animation: luxury-float 21s ease-in-out infinite;
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(54px, 8vw, 118px) clamp(24px, 7vw, 96px);
}

.page-hero-copy::after {
  content: "";
  position: absolute;
  inset: 0 -130px 0 0;
  z-index: -1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 72%, rgba(255, 255, 255, 0) 100%);
}

.page-hero-copy h1 {
  max-width: 680px;
}

.page-hero-copy p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(34, 34, 34, 0.78);
}

.page-hero-image {
  position: relative;
  z-index: 2;
  min-height: 560px;
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 660px;
  padding: clamp(42px, 7vw, 110px) clamp(24px, 7vw, 96px);
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: 0 -170px 0 0;
  z-index: -1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 72%, rgba(255, 255, 255, 0) 100%);
}

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

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

h1 {
  max-width: 650px;
  color: var(--green);
  font-size: clamp(50px, 5.8vw, 88px);
}

h2 {
  color: var(--green);
  font-size: clamp(40px, 4.2vw, 66px);
}

h3 {
  font-size: 27px;
}

.hero-copy p:not(.eyebrow),
.section-copy p,
.catalog-intro p,
.section-heading p,
.contact-copy p {
  max-width: 690px;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.button.primary {
  background: var(--bronze);
  color: var(--white);
}

.button.primary:hover {
  transform: translateY(-2px);
  background: #84673f;
  box-shadow: 0 14px 28px rgba(132, 103, 63, 0.25);
}

.button.text {
  border-color: transparent;
  color: var(--bronze);
  padding-inline: 8px;
}

.button.text::after {
  content: "\2192";
  margin-left: 12px;
}

.hero-image {
  min-height: 560px;
}

.hero-image img,
.split > img,
.catalog > img,
.reference-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 34px clamp(18px, 4vw, 64px);
  background: var(--white);
  border-bottom: 1px solid rgba(27, 48, 34, 0.08);
}

.services-pages {
  grid-template-columns: repeat(6, 1fr);
}

.services article {
  min-height: 215px;
  padding: 22px clamp(14px, 2vw, 30px);
  text-align: center;
  border-right: 1px solid var(--line);
}

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

.services svg {
  width: 46px;
  height: 46px;
  margin: 0 auto 18px;
  fill: none;
  stroke: var(--bronze);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.services h3 {
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services p {
  margin: 12px auto;
  max-width: 220px;
  font-size: 14px;
  line-height: 1.45;
}

.services a {
  color: var(--bronze);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services a::after {
  content: " \2192";
}

/*
 * A full header and six compact service cards need more room than most
 * notebook viewports provide. Keep that composition for wide displays, and
 * use the same purposeful menu treatment as tablets before content starts to
 * wrap or get clipped.
 */
@media (max-width: 1499px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: grid;
    place-items: center;
    justify-self: end;
    width: 52px;
    height: 52px;
    border: 1px solid var(--bronze);
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .menu-toggle span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--sand);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-6px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .menu-toggle:hover {
    border-color: var(--sand);
    background: rgba(216, 195, 165, 0.08);
    transform: translateY(-1px);
  }

  .menu-toggle:focus-visible {
    outline: 2px solid var(--sand);
    outline-offset: 3px;
  }

  .site-header.nav-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  .site-header.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header.nav-open {
    grid-template-rows: auto auto;
  }

  .site-header.nav-open .main-nav {
    grid-column: 1 / -1;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding-top: 16px;
  }

  .site-header.nav-open .main-nav a {
    padding: 13px 0;
    border-top: 1px solid rgba(216, 195, 165, 0.18);
  }
}

@media (min-width: 1101px) and (max-width: 1499px) {
  .page-hero-copy {
    padding-top: clamp(24px, 2.5vw, 36px);
    padding-bottom: clamp(24px, 2.5vw, 36px);
  }

  .page-hero h1 {
    font-size: clamp(50px, 4.5vw, 68px);
  }

  .home-hero {
    min-height: calc(100svh - var(--header-height));
  }

  .home-hero .page-hero-copy {
    padding-top: clamp(24px, 2.5vw, 36px);
    padding-bottom: clamp(24px, 2.5vw, 36px);
  }

  .home-hero .page-hero-image {
    min-height: 0;
  }

  .home-hero + .services-pages {
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .home-hero + .services-pages article {
    min-height: 205px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-hero + .services-pages article:nth-child(3n) {
    border-right: 0;
  }

  .home-hero + .services-pages article:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .home-hero + .services-pages svg {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }
}

.cta-band {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 34px;
  align-items: center;
  padding: clamp(38px, 5vw, 70px) clamp(24px, 10vw, 150px);
  background: var(--green);
  color: var(--white);
  overflow: hidden;
}

.cta-band::after,
.contact::after,
.site-footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(190px, 22vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 195, 165, 0.18);
  border-radius: 50%;
  animation: luxury-drift 22s ease-in-out infinite;
  pointer-events: none;
}

.cta-band::after {
  top: -45%;
  right: 8%;
}

.cta-band h2 {
  color: var(--white);
  font-size: clamp(34px, 3.5vw, 54px);
}

.cta-band p:not(.eyebrow) {
  margin: 0;
  max-width: 520px;
}

.button.outline {
  color: var(--sand);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding: clamp(56px, 8vw, 118px) clamp(24px, 8vw, 118px);
}

.split.reverse .section-copy {
  order: 2;
}

.split > img {
  min-height: 430px;
  aspect-ratio: 1.18;
}

.section-copy p {
  color: rgba(34, 34, 34, 0.78);
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.editorial-flow {
  background: var(--white);
}

.layout-split {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: 520px;
  border-top: 1px solid rgba(27, 48, 34, 0.07);
  overflow: hidden;
}

.layout-split::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -20%;
  width: clamp(170px, 19vw, 320px);
  aspect-ratio: 1;
  border: 1px solid rgba(154, 123, 79, 0.19);
  border-radius: 42% 58% 50% 50% / 55% 44% 56% 45%;
  animation: luxury-orbit 26s ease-in-out infinite;
  pointer-events: none;
}

.layout-split:not(.reverse)::after {
  right: 7%;
}

.layout-split.reverse::after {
  left: 7%;
  animation-delay: -10s;
}

.layout-split > * {
  position: relative;
  z-index: 1;
}

.layout-split.reverse {
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
}

.layout-split.reverse .layout-media {
  order: 2;
}

.layout-media {
  min-height: 520px;
  background: var(--soft);
}

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

.layout-copy {
  align-self: center;
  min-width: 0;
  padding: clamp(54px, 7vw, 104px) clamp(28px, 6vw, 92px);
}

.layout-copy h2 {
  max-width: 620px;
}

.layout-copy h3 {
  margin-top: 24px;
  margin-bottom: 4px;
  color: var(--green);
  font-size: clamp(24px, 2.2vw, 36px);
}

.layout-copy p {
  max-width: 620px;
  color: rgba(34, 34, 34, 0.76);
}

.layout-copy .check-list {
  margin-top: 20px;
  max-width: 680px;
}

.process-section {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 8vw, 98px) clamp(24px, 7vw, 108px);
  background: var(--soft);
  text-align: center;
  overflow: hidden;
}

.process-section::after,
.solution-section::before,
.catalog-items::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(180px, 20vw, 340px);
  aspect-ratio: 1;
  border: 1px solid rgba(154, 123, 79, 0.16);
  border-radius: 46% 54% 62% 38%;
  animation: luxury-float 24s ease-in-out infinite;
  pointer-events: none;
}

.process-section::after {
  top: -24%;
  right: -5%;
}

.process-section > h2 {
  margin-inline: auto;
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--line);
}

.process-steps article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.process-steps span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--soft);
  color: var(--green);
  font-weight: 700;
}

.process-steps h3 {
  margin-top: 8px;
  color: var(--green);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.process-steps p {
  max-width: 220px;
  margin: 0;
  color: rgba(34, 34, 34, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.solution-section {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 7vw, 96px) clamp(24px, 4vw, 72px);
  background: var(--white);
  text-align: center;
  overflow: hidden;
}

.solution-section::before {
  bottom: -30%;
  left: -5%;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.solution-grid article {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 210px;
  padding: 28px 18px;
  border: 1px solid rgba(154, 123, 79, 0.22);
  background: rgba(247, 243, 236, 0.34);
}

.solution-grid svg,
.solution-grid .feature-icon {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
}

.solution-grid svg {
	fill: none;
	stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
	stroke-width: 1.5;
}

.solution-grid .feature-icon {
	object-fit: contain;
}

.solution-grid h3 {
  color: var(--green);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.solution-grid p {
  margin: 10px 0 0;
  color: rgba(34, 34, 34, 0.66);
  font-size: 12px;
  line-height: 1.5;
}

.page-content {
  display: grid;
  gap: 42px;
  padding: clamp(58px, 8vw, 110px) clamp(24px, 12vw, 170px);
  background: var(--white);
}

.content-block {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.content-block h2 {
  max-width: 850px;
}

.content-block h3 {
  margin-top: 14px;
  color: var(--green);
}

.content-block p {
  max-width: 820px;
  margin: 0;
  color: rgba(34, 34, 34, 0.76);
}

.content-block .check-list {
  margin-top: 6px;
  max-width: 880px;
}

.catalog-items {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 7vw, 100px) clamp(24px, 10vw, 150px);
  background: var(--white);
  overflow: hidden;
}

.catalog-items::before {
  top: -20%;
  right: -4%;
}

.catalog-items > h2 {
  max-width: 1100px;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.standalone-contact {
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
  padding-top: 0;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 11px;
  height: 1px;
  background: var(--bronze);
}

.catalog {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) clamp(24px, 8vw, 118px);
  background: var(--soft);
}

.catalog > img {
  min-height: 460px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(16px, 2vw, 28px);
  align-items: stretch;
}

.product-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  background: var(--white);
  border: 1px solid rgba(154, 123, 79, 0.22);
}

.product-grid article > span,
.product-grid-detailed h3 {
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 600;
  line-height: 1.12;
}

.product-grid strong {
  color: var(--bronze);
  font-size: 18px;
}

.product-uses {
  color: var(--muted);
  font-size: 14px;
}

.product-uses span {
  color: var(--green);
  font-weight: 600;
}

.product-grid-detailed article {
  grid-template-rows: auto auto auto auto auto 1fr;
}

.product-grid-detailed .button {
  align-self: end;
  justify-self: start;
  margin-top: 8px;
}

.references {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 8vw, 110px) clamp(24px, 8vw, 118px);
  overflow: hidden;
}

.references::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -7%;
  bottom: -26%;
  width: clamp(200px, 24vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(154, 123, 79, 0.18);
  border-radius: 50%;
  animation: luxury-drift 24s ease-in-out infinite;
  animation-delay: -8s;
  pointer-events: none;
}

.references > * {
  position: relative;
  z-index: 1;
}

.references-heading {
  max-width: 880px;
  margin-bottom: 42px;
}

.references-heading h2 {
  max-width: 760px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

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

.reference-grid article {
  border-bottom: 1px solid var(--line);
}

.reference-grid img {
  height: 320px;
}

.reference-grid h3 {
  margin-top: 20px;
  color: var(--green);
}

.reference-grid p {
  margin-bottom: 24px;
  color: rgba(34, 34, 34, 0.72);
}

.contact {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(58px, 8vw, 110px) clamp(24px, 8vw, 118px);
  background: var(--green);
  color: var(--white);
  overflow: hidden;
}

.contact::after {
  bottom: -38%;
  left: 8%;
  animation-delay: -7s;
}

.contact h2 {
  color: var(--white);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  color: var(--sand);
  font-weight: 600;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 195, 165, 0.22);
}

label {
  display: grid;
  gap: 7px;
  color: var(--sand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(216, 195, 165, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
}

textarea {
  resize: vertical;
}

option {
  color: var(--charcoal);
}

.site-footer {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 44px 24px;
  background: #14251a;
  color: var(--sand);
  text-align: center;
  overflow: hidden;
}

.site-footer::after {
  top: -85%;
  right: -4%;
  animation-delay: -11s;
}

.cta-band > *,
.contact > *,
.site-footer > *,
.process-section > *,
.solution-section > *,
.catalog-items > * {
  position: relative;
  z-index: 1;
}

.reveal {
  will-change: opacity, transform;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--motion-index, 0) * 55ms);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

.site-footer img {
  width: 190px;
  height: auto;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: grid;
    place-items: center;
    justify-self: end;
    width: 52px;
    height: 52px;
    border: 1px solid var(--bronze);
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .menu-toggle span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--sand);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-6px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .menu-toggle:hover {
    border-color: var(--sand);
    background: rgba(216, 195, 165, 0.08);
    transform: translateY(-1px);
  }

  .menu-toggle:focus-visible {
    outline: 2px solid var(--sand);
    outline-offset: 3px;
  }

  .site-header.nav-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  .site-header.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header.nav-open {
    grid-template-rows: auto auto;
  }

  .site-header.nav-open .main-nav {
    grid-column: 1 / -1;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding-top: 16px;
  }

  .site-header.nav-open .main-nav a {
    padding: 13px 0;
    border-top: 1px solid rgba(216, 195, 165, 0.18);
  }

  .hero,
  .page-hero,
  .split,
  .layout-split,
  .layout-split.reverse,
  .catalog,
  .contact,
  .section-heading,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-toc p {
    grid-column: 1 / -1;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy::after {
    inset: 0;
  }

  .page-hero-copy::after {
    inset: 0;
  }

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

  .page-hero-image {
    min-height: 420px;
  }

  .layout-split.reverse .layout-media {
    order: 0;
  }

  .layout-media {
    min-height: 420px;
  }

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

  .services-pages {
    grid-template-columns: repeat(2, 1fr);
  }

  .services article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .split.reverse .section-copy {
    order: 0;
  }

  .product-grid,
  .reference-grid,
  .process-steps,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .process-steps::before {
    display: none;
  }
}

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

@media (max-width: 640px) {
  :root {
    --header-height: 78px;
  }

  .site-header {
    min-height: 78px;
    padding: 10px 16px;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .brand span {
    font-size: 20px;
    letter-spacing: 0.11em;
  }

  .brand small {
    font-size: 9px;
    letter-spacing: 0.26em;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-copy,
  .page-hero-copy,
  .split,
  .layout-copy,
  .catalog,
  .references,
  .contact {
    padding-inline: 20px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page-hero-copy {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .page-hero-copy::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.82) 100%);
  }

  .page-hero::before {
    top: 13%;
    right: -26%;
    left: auto;
    width: 210px;
    border-color: rgba(216, 195, 165, 0.28);
  }

  .page-hero::after {
    bottom: 4%;
    left: -25%;
    width: 195px;
    border-color: rgba(154, 123, 79, 0.14);
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero .hero-actions {
    align-items: flex-start;
    gap: 8px;
    margin-top: 28px;
  }

  .page-hero .button.primary {
    width: 100%;
    min-height: 52px;
  }

  .page-hero .button.text {
    min-height: 38px;
    padding-inline: 0;
  }

  .layout-split .layout-copy,
  .layout-split.reverse .layout-copy {
    order: 1;
  }

  .layout-split .layout-media,
  .layout-split.reverse .layout-media {
    order: 2;
  }

  .layout-split::after {
    top: 8%;
    width: 210px;
    border-color: rgba(154, 123, 79, 0.15);
  }

  .layout-split:not(.reverse)::after {
    right: -15%;
  }

  .layout-split.reverse::after {
    left: -15%;
  }

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

  .services article {
    min-height: auto;
  }

  .split > img,
  .catalog > img,
  .page-hero-image,
  .layout-media {
    min-height: 300px;
  }

  .page-content {
    padding-inline: 20px;
  }

  .legal-layout {
    padding-inline: 20px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }
}
