@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/playfair-display-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/playfair-display-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/playfair-display-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/montserrat-latin-300-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/montserrat-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

:root {
  --gold: #b9985f;
  --gold-deep: #9a7434;
  --gold-tint: rgba(185, 152, 95, 0.12);
  --gold-line: rgba(185, 152, 95, 0.42);

  --cream: #f9f5f0;
  --cream-lift: #fdfbf8;
  --cream-deep: #f1ebe2;

  --ink: #12110e;
  --ink-soft: #4a4740;
  --ink-mute: #6f6a61;

  --line: rgba(18, 17, 14, 0.12);
  --line-soft: rgba(18, 17, 14, 0.07);

  --serif: "Playfair Display", "Iowan Old Style", Georgia, "Times New Roman",
    serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --shell: min(1440px, 100% - 6.4vw);
  --header-h: 8.25rem;

  --shadow-card: 0 2rem 4.5rem rgba(30, 22, 8, 0.1);
  --shadow-lift: 0 1.75rem 3.5rem rgba(30, 22, 8, 0.16);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.is-locked {
  overflow: hidden;
}

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

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

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

:focus-visible {
  outline: 2px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection {
  background: var(--gold);
  color: #fff;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -6rem;
  z-index: 200;
  padding: 0.85rem 1.4rem;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: top 0.2s var(--ease);
}

.skip-link:focus {
  top: 1rem;
}

.eyebrow {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.rule {
  width: 5.5rem;
  height: 1px;
  border: 0;
  margin: 1.85rem 0;
  background: var(--gold-line);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0 2.35rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.32s var(--ease), color 0.32s var(--ease),
    border-color 0.32s var(--ease), transform 0.32s var(--ease),
    box-shadow 0.32s var(--ease);
}

.btn--solid {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.btn--solid:hover {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
  transform: translateY(-2px);
  box-shadow: 0 0.9rem 1.75rem rgba(154, 116, 52, 0.28);
}

.btn--outline {
  background: transparent;
  border-color: var(--gold);
  color: var(--ink);
}

.btn--outline:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-2px);
}

.btn--ghost {
  min-height: 3rem;
  padding: 0 1.6rem;
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold-deep);
}

.textlink {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.textlink::after {
  content: "";
  width: 1.9rem;
  height: 1px;
  background: currentColor;
  transition: width 0.32s var(--ease);
}

.textlink:hover::after {
  width: 3.2rem;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 60;
  padding-block: 1.9rem;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: block;
  flex-shrink: 0;
  line-height: 1;
}

.brand__top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--serif);
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.brand__spark {
  width: 0.85rem;
  height: 0.85rem;
  color: var(--gold);
}

.brand__name {
  display: block;
  margin-top: 0.14em;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand__tag {
  display: block;
  margin-top: 0.72em;
  font-size: 0.535rem;
  font-weight: 500;
  letter-spacing: 0.235em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.9rem;
  margin-inline: auto;
}

.nav__cta {
  display: none;
}

.nav__link {
  position: relative;
  padding-block: 0.4rem;
  font-size: 0.735rem;
  font-weight: 500;
  letter-spacing: 0.155em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 0.28s var(--ease);
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.32s var(--ease);
}

.nav__link:hover {
  color: var(--gold-deep);
}

.nav__link:hover::after {
  width: 100%;
}

.nav__link.is-current {
  color: var(--gold-deep);
  font-weight: 600;
}

.nav__link.is-current::after {
  width: 100%;
}

.header-cta {
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--line);
}

.nav-toggle__bars {
  position: relative;
  display: block;
  width: 1.15rem;
  height: 1px;
  background: var(--ink);
  transition: background-color 0.2s var(--ease);
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ink);
  transition: transform 0.32s var(--ease);
}

.nav-toggle__bars::before {
  top: -0.36rem;
}

.nav-toggle__bars::after {
  top: 0.36rem;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before {
  transform: translateY(0.36rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after {
  transform: translateY(-0.36rem) rotate(-45deg);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding-top: var(--header-h);
  isolation: isolate;
  z-index: 2;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--cream-deep);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    100deg,
    rgba(249, 245, 240, 0.5) 0%,
    rgba(249, 245, 240, 0.50) 14%,
    rgba(249, 245, 240, 0.48) 26%,
    rgba(249, 245, 240, 0.45) 36%,
    rgba(249, 245, 240, 0.38) 45%,
    rgba(249, 245, 240, 0.30) 54%,
    rgba(249, 245, 240, 0.21) 63%,
    rgba(249, 245, 240, 0.12) 72%,
    rgba(249, 245, 240, 0.06) 82%,
    rgba(249, 245, 240, 0.02) 89%,
    rgba(249, 245, 240, 0) 95%
  ),
  linear-gradient(
    180deg,
    rgba(249, 245, 240, 0.41) 0%,
    rgba(249, 245, 240, 0.27) 9%,
    rgba(249, 245, 240, 0.15) 18%,
    rgba(249, 245, 240, 0.06) 28%,
    rgba(249, 245, 240, 0) 40%
  );
}

.hero__body {
  padding-block: clamp(2rem, 5vw, 4.25rem) 0;
  margin-bottom: clamp(3rem, 7vw, 6.5rem);
}

.hero__copy {
  max-width: 48rem;
}

.hero__title {
  font-size: clamp(2.7rem, 5.15vw, 5.05rem);
  line-height: 1.055;
  letter-spacing: -0.022em;
}

.hero__lede {
  max-width: 32ch;
  font-size: clamp(1rem, 1.28vw, 1.185rem);
  font-weight: 400;
  line-height: 1.62;
  color: var(--ink-soft);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(2rem, 3.4vw, 2.9rem);
}

.hero__spark {
  position: absolute;
  top: clamp(11rem, 24vw, 23.5rem);
  left: clamp(20rem, 31.5vw, 30.5rem);
  width: clamp(1.4rem, 2vw, 2rem);
  color: var(--gold);
  opacity: 0.9;
  pointer-events: none;
}

.pillars {
  position: relative;
  z-index: 5;
  margin-top: auto;
  margin-bottom: -3rem;
}

.pillars__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cream-lift);
  box-shadow: var(--shadow-card);
  width: min(66%, 100%);
}

.pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.95rem;
  padding: clamp(2rem, 2.9vw, 2.85rem) clamp(1rem, 1.9vw, 1.9rem)
    clamp(2.4rem, 3.4vw, 3.2rem);
  text-align: center;
}

.pillar + .pillar {
  border-left: 1px solid var(--line-soft);
}

.pillar__icon {
  width: 1.85rem;
  height: 1.85rem;
  color: var(--gold-deep);
}

.pillar__title {
  font-family: var(--sans);
  font-size: 0.775rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pillar__text {
  max-width: 15rem;
  font-size: 0.775rem;
  font-weight: 400;
  line-height: 1.62;
  color: var(--ink-mute);
}

.page-hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(2.5rem, 6vw, 5.5rem));
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
  overflow: hidden;
  isolation: isolate;
}

.page-hero__media {
  position: absolute;
  inset: -6%;
  z-index: -2;
  background: var(--cream-deep);
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 45%;
  filter: blur(38px) saturate(1.05);
  transform: scale(1.12);
}

.page-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(249, 245, 240, 0.94) 0%,
    rgba(249, 245, 240, 0.87) 55%,
    var(--cream) 100%
  );
}

.page-hero__inner {
  max-width: 52rem;
}

.page-hero__title {
  margin-top: 1.15rem;
  font-size: clamp(2.4rem, 4.6vw, 4.3rem);
  line-height: 1.06;
}

.page-hero__lede {
  max-width: 44ch;
  margin-top: 1.5rem;
  font-size: clamp(0.97rem, 1.15vw, 1.09rem);
  line-height: 1.68;
  color: var(--ink-soft);
}

.section {
  position: relative;
  padding-block: clamp(4.5rem, 8vw, 8rem);
}

.hero + .section {
  padding-top: calc(clamp(4.5rem, 8vw, 8rem) + 3rem);
}

.section--tight {
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.section--lift {
  background: var(--cream-lift);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.section-head {
  max-width: 46rem;
  margin-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

.section-head__title {
  margin-top: 1.1rem;
  font-size: clamp(1.95rem, 3.1vw, 3rem);
}

.section-head__text {
  max-width: 46ch;
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.72;
  color: var(--ink-soft);
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.4vw, 2.4rem);
}

.service {
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
  padding: clamp(2rem, 3vw, 2.9rem);
  background: var(--cream-lift);
  border: 1px solid var(--line-soft);
  transition: border-color 0.36s var(--ease), transform 0.36s var(--ease),
    box-shadow 0.36s var(--ease);
}

.section--lift .service {
  background: var(--cream);
}

.service:hover {
  border-color: var(--gold-line);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.service__num {
  font-family: var(--serif);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--gold);
}

.service__title {
  font-size: clamp(1.35rem, 1.9vw, 1.7rem);
}

.service__text {
  font-size: 0.9rem;
  line-height: 1.72;
  color: var(--ink-mute);
}

.service__list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.35rem;
}

.service__list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.service__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.42rem;
  height: 1px;
  background: var(--gold);
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

.strip__cell {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: clamp(1.75rem, 2.6vw, 2.5rem);
  background: var(--cream);
}

.strip__value {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 2.9vw, 2.75rem);
  line-height: 1;
  color: var(--gold-deep);
}

.strip__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.preview {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(0.75rem, 1.2vw, 1.15rem);
}

.preview__item {
  position: relative;
  overflow: hidden;
  background: var(--cream-deep);
}

.preview__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}

.preview__item:hover img {
  transform: scale(1.045);
}

.preview__item:nth-child(1) {
  grid-column: span 6;
  aspect-ratio: 3 / 2;
}

.preview__item:nth-child(2) {
  grid-column: span 3;
  aspect-ratio: 3 / 4;
}

.preview__item:nth-child(3) {
  grid-column: span 3;
  aspect-ratio: 3 / 4;
}

.preview__item:nth-child(4) {
  grid-column: span 4;
  aspect-ratio: 4 / 3;
}

.preview__item:nth-child(5) {
  grid-column: span 8;
  aspect-ratio: 16 / 7;
}

.preview__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: clamp(2rem, 3vw, 3rem);
}

.cta-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(4rem, 7vw, 7rem);
  background: var(--ink);
  color: var(--cream);
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.cta-band__title {
  max-width: 20ch;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  color: var(--cream);
}

.cta-band__text {
  max-width: 38ch;
  margin-top: 1.15rem;
  font-size: 0.95rem;
  line-height: 1.72;
  color: rgba(249, 245, 240, 0.66);
}

.cta-band .btn--outline {
  border-color: var(--gold);
  color: var(--cream);
}

.cta-band .btn--outline:hover {
  background: var(--gold);
  color: var(--ink);
}

.site-footer {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) 2.25rem;
  background: var(--cream-deep);
  border-top: 1px solid var(--line-soft);
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(2.25rem, 4vw, 4rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--line);
}

.site-footer__blurb {
  max-width: 34ch;
  margin-top: 1.5rem;
  font-size: 0.87rem;
  line-height: 1.75;
  color: var(--ink-mute);
}

.footer-col__title {
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.footer-col__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
  font-size: 0.87rem;
  color: var(--ink-soft);
}

.footer-col__list a {
  transition: color 0.26s var(--ease);
}

.footer-col__list a:hover {
  color: var(--gold-deep);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2.25rem;
  font-size: 0.72rem;
  color: var(--ink-mute);
}

.site-footer__legal {
  display: flex;
  gap: 1.75rem;
}

.site-footer__legal a:hover {
  color: var(--gold-deep);
}

@media (scripting: enabled) {
  .reveal {
    opacity: 0;
    transform: translateY(1.65rem);
    transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  }
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  :root {
    --header-h: 7.5rem;
  }

  .nav {
    gap: 2rem;
  }

  .pillars__inner {
    width: min(82%, 100%);
  }
}

@media (max-width: 1000px) {
  :root {
    --header-h: 6.75rem;
    --shell: min(1440px, 100% - 2.75rem);
  }

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

  .header-cta {
    display: none;
  }

  .nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    flex-direction: column;
    justify-content: center;
    gap: 2.4rem;
    margin: 0;
    padding: 5rem 2rem;
    background: var(--cream);
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform 0.48s var(--ease), visibility 0.48s var(--ease);
  }

  .nav.is-open {
    transform: none;
    visibility: visible;
  }

  .nav__link {
    font-size: 1.02rem;
    letter-spacing: 0.2em;
  }

  .nav__cta {
    display: inline-flex;
    margin-top: 0.75rem;
  }

  .site-header__inner {
    position: relative;
    z-index: 95;
  }

  .hero {
    min-height: auto;
  }

  .pillars {
    margin-bottom: -2rem;
  }

  .hero + .section {
    padding-top: calc(clamp(4.5rem, 8vw, 8rem) + 2rem);
  }

  .hero__body {
    padding-top: clamp(3rem, 9vw, 6rem);
  }

  .hero__veil {
    background: linear-gradient(
      175deg,
      var(--cream) 0%,
      rgba(249, 245, 240, 0.98) 22%,
      rgba(249, 245, 240, 0.92) 36%,
      rgba(249, 245, 240, 0.78) 48%,
      rgba(249, 245, 240, 0.58) 60%,
      rgba(249, 245, 240, 0.36) 72%,
      rgba(249, 245, 240, 0.16) 84%,
      rgba(249, 245, 240, 0.04) 94%
    );
  }

  .hero__media img {
    object-position: 58% 62%;
  }

  .hero__spark {
    display: none;
  }

  .pillars__inner {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .pillar:nth-child(3) {
    border-left: 0;
  }

  .pillar:nth-child(n + 3) {
    border-top: 1px solid var(--line-soft);
  }

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

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

  .preview__item:nth-child(1) {
    grid-column: span 12;
  }

  .preview__item:nth-child(2),
  .preview__item:nth-child(3) {
    grid-column: span 6;
  }

  .preview__item:nth-child(4),
  .preview__item:nth-child(5) {
    grid-column: span 12;
    aspect-ratio: 3 / 2;
  }

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

  .site-footer__brand {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: min(1440px, 100% - 2.25rem);
  }

  .brand__name {
    font-size: 1.72rem;
  }

  .brand__top {
    font-size: 0.78rem;
  }

  .hero__title {
    font-size: clamp(2.3rem, 10.5vw, 3.1rem);
  }

  .hero__actions .btn {
    flex: 1 1 100%;
  }

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

  .pillar + .pillar {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
  }

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

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

  .site-footer__brand {
    grid-column: span 1;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .nav-toggle,
  .cta-band,
  .hero__media,
  .page-hero__media {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }
}
