:root {
  --ink: #181914;
  --ink-soft: #34352e;
  --paper: #f5f3ed;
  --white: #fff;
  --copper: #b96030;
  --copper-bright: #d36835;
  --sage: #aab0a0;
  --line: rgba(24, 25, 20, 0.18);
  --shell: min(100% - 64px, 1420px);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid #1679c4;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 12px 18px;
  background: var(--white);
  border: 2px solid var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

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

.section {
  padding-block: clamp(84px, 10vw, 156px);
}

.utility-bar {
  min-height: 34px;
  padding: 7px max(24px, calc((100vw - 1420px) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.utility-bar p {
  margin: 0;
}

.utility-bar a {
  color: #f0a67d;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 110px;
  padding-inline: max(24px, calc((100vw - 1420px) / 2));
  display: grid;
  grid-template-columns: 300px 1fr auto;
  align-items: center;
  gap: clamp(18px, 2.5vw, 44px);
  background: rgba(245, 243, 237, 0.96);
  border-bottom: 1px solid rgba(24, 25, 20, 0.12);
  backdrop-filter: blur(12px);
}

.brand {
  display: block;
  width: 276px;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(18px, 2.3vw, 40px);
  font-family: "Arial Narrow", var(--body);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.desktop-nav a {
  padding-block: 8px;
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.button {
  min-height: 50px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  font-family: "Arial Narrow", var(--body);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--copper);
}

.button-accent {
  background: var(--copper-bright);
  color: var(--white);
}

.button-accent:hover {
  background: var(--white);
  color: var(--ink);
}

.header-cta {
  min-width: 180px;
}

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

.hero {
  position: relative;
  min-height: clamp(720px, calc(100svh - 120px), 900px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
  color: var(--white);
}

.hero-backdrop,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-backdrop {
  z-index: -2;
  object-fit: cover;
  object-position: center 48%;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 19, 15, 0.9) 0%, rgba(18, 19, 15, 0.72) 46%, rgba(18, 19, 15, 0.2) 100%),
    linear-gradient(0deg, rgba(18, 19, 15, 0.72) 0%, rgba(18, 19, 15, 0.05) 68%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: clamp(100px, 12vw, 190px);
  padding-bottom: clamp(70px, 8vw, 118px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 28px;
  font-family: "Arial Narrow", var(--body);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.eyebrow span {
  width: 42px;
  height: 2px;
  background: var(--copper-bright);
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1080px;
  font-size: clamp(4.2rem, 9.2vw, 9.6rem);
  line-height: 0.84;
  color: var(--white);
  text-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}

.hero h1 em {
  color: var(--copper-bright);
  font-style: normal;
}

.hero-lower {
  margin-top: clamp(34px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(280px, 620px) 1fr;
  align-items: end;
  gap: 40px;
}

.hero-lower > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.15rem, 1.75vw, 1.55rem);
  line-height: 1.45;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.button-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-block: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-link-dark {
  color: var(--ink);
}

.hero-badge {
  position: absolute;
  z-index: 2;
  top: clamp(46px, 5vw, 78px);
  right: clamp(18px, 4vw, 68px);
  width: clamp(160px, 15vw, 220px);
  aspect-ratio: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--copper-bright);
  color: var(--white);
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  transform: rotate(-7deg);
}

.hero-badge strong {
  font-family: var(--display);
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  line-height: 0.95;
}

.hero-badge span {
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-strip {
  min-height: 70px;
  padding: 18px max(28px, calc((100vw - 1420px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow-x: auto;
  background: var(--copper);
  color: var(--white);
  scrollbar-width: none;
}

.proof-strip span {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-strip span::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--ink);
}

.intro {
  padding-top: clamp(110px, 13vw, 190px);
}

.section-kicker {
  color: var(--copper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(50px, 9vw, 140px);
}

.intro h2 {
  max-width: 960px;
  font-size: clamp(3.3rem, 7.5vw, 7.8rem);
  line-height: 0.9;
}

.intro-copy p {
  margin: 0 0 34px;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.55;
}

.possibilities {
  padding-top: 0;
}

.possibility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.possibility-grid > div {
  min-height: 170px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.possibility-grid > div:nth-child(4n) {
  border-right: 0;
}

.possibility-grid > div:nth-child(-n + 4) {
  border-bottom: 1px solid var(--line);
}

.possibility-grid span {
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.possibility-grid h3 {
  margin: 34px 0 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.5vw, 2.8rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.benefits {
  background: var(--ink);
  color: var(--white);
}

.section-heading,
.process-intro {
  margin-bottom: clamp(50px, 7vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
}

.section-heading h2,
.process-intro h2 {
  max-width: 900px;
  font-size: clamp(3.1rem, 6.3vw, 6.7rem);
  line-height: 0.9;
}

.section-heading > p,
.process-intro > p {
  margin: 0;
  color: #606159;
  font-size: 1.1rem;
  line-height: 1.55;
}

.light-heading > p {
  color: #b8b8b0;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.benefit-grid article {
  min-height: 320px;
  padding: 34px 28px 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

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

.benefit-number {
  color: var(--copper-bright);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.benefit-grid h3 {
  margin: auto 0 18px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.3vw, 2.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.benefit-grid p {
  margin: 0;
  color: #b8b8b0;
  line-height: 1.55;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  grid-template-areas:
    "one two"
    "one three";
  gap: clamp(30px, 4vw, 62px);
}

.project-1 { grid-area: one; }
.project-2 { grid-area: two; }
.project-3 { grid-area: three; }

.project-card {
  min-width: 0;
}

.project-image {
  position: relative;
  overflow: hidden;
  background: #d5d3cb;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0, 1);
}

.project-1 .project-image {
  aspect-ratio: 0.92;
}

.project-2 .project-image,
.project-3 .project-image {
  aspect-ratio: 1.75;
}

.project-card:hover .project-image img {
  transform: scale(1.025);
}

.project-image > span {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--paper);
  color: var(--ink);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 800;
}

.project-meta {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
}

.project-meta h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.project-meta p {
  margin: 0;
  color: #66675e;
  font-size: 0.76rem;
  line-height: 1.4;
  text-align: right;
}

.process {
  background: #d9ded3;
}

.process-intro > p {
  color: var(--ink-soft);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(24, 25, 20, 0.3);
}

.process-list li {
  min-height: 150px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(24, 25, 20, 0.3);
}

.process-list > li > span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.process-list li div {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 34px;
}

.process-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.process-list p {
  max-width: 530px;
  margin: 0;
  font-size: 1.03rem;
}

.mechanics {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: clamp(50px, 8vw, 122px);
}

.mechanics-image {
  min-height: 680px;
}

.mechanics-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.mechanics-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(3.2rem, 5.8vw, 6.2rem);
  line-height: 0.92;
}

.mechanics-copy > p:not(.section-kicker) {
  margin: 0;
  font-size: 1.1rem;
}

.check-list {
  margin: 34px 0 42px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.check-list li {
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  font-size: 0.94rem;
}

.check-list span {
  color: var(--copper);
  font-weight: 900;
}

.finishes {
  padding: 0;
  background: var(--white);
}

.finishes-grid {
  min-height: 820px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}

.finish-copy {
  padding: clamp(72px, 9vw, 140px) max(32px, calc((100vw - 1420px) / 2));
  padding-right: clamp(48px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.finish-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(3.2rem, 5.5vw, 6rem);
  line-height: 0.92;
}

.finish-copy > p:not(.section-kicker) {
  max-width: 590px;
  margin: 0;
  font-size: 1.07rem;
}

.finish-copy .text-link {
  align-self: flex-start;
}

.swatches {
  margin: 42px 0 38px;
  display: flex;
  gap: 9px;
}

.swatches span {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(24, 25, 20, 0.18);
  border-radius: 50%;
  cursor: help;
}

.swatches i {
  position: absolute;
  bottom: -28px;
  left: 50%;
  display: none;
  padding: 4px 7px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.62rem;
  font-style: normal;
  transform: translateX(-50%);
}

.swatches span:hover i {
  display: block;
}

.swatch-white { background: #f3f1e9; }
.swatch-clay { background: #b3aa94; }
.swatch-pewter { background: #6c7373; }
.swatch-black { background: #2e2c28; }
.swatch-teak { background: #9b562f; }

.finish-image {
  position: relative;
  min-height: 820px;
  overflow: hidden;
}

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

.finish-image p {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  margin: 0;
  padding: 14px 16px;
  background: rgba(24, 25, 20, 0.82);
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.compare-frame {
  --position: 58%;
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: #ccc;
}

.compare-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-after {
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.compare-frame input {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.compare-line {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  background: var(--white);
  pointer-events: none;
  transform: translateX(-1px);
}

.compare-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: var(--copper-bright);
  color: var(--white);
  border: 4px solid var(--white);
  border-radius: 50%;
  font-size: 1.3rem;
  transform: translate(-50%, -50%);
}

.compare-label {
  position: absolute;
  z-index: 3;
  top: 18px;
  padding: 8px 12px;
  background: rgba(24, 25, 20, 0.84);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.label-before { right: 18px; }
.label-after { left: 18px; }

.testimonial {
  padding-top: 0;
}

.testimonial-grid {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  background: var(--copper);
  color: var(--white);
}

.testimonial blockquote {
  margin: 0;
  padding: clamp(72px, 8vw, 120px);
  align-self: center;
}

.testimonial blockquote > p {
  margin: 0 0 40px;
  font-family: var(--display);
  font-size: clamp(3rem, 5.2vw, 5.6rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.testimonial blockquote footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial blockquote footer span {
  color: #ffd59a;
  letter-spacing: 0.16em;
}

.testimonial-grid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-mark {
  position: absolute;
  top: 24px;
  left: 32px;
  margin: 0;
  color: rgba(255, 255, 255, 0.22);
  font-family: Georgia, serif;
  font-size: 13rem;
  line-height: 1;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 10vw, 150px);
}

.faq-intro h2 {
  margin-bottom: 32px;
  font-size: clamp(3.2rem, 5.4vw, 5.8rem);
  line-height: 0.92;
}

.faq-intro > p:not(.section-kicker) {
  color: #606159;
}

.faq-intro a {
  color: var(--copper);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq-list summary {
  min-height: 92px;
  padding-block: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.05;
  list-style: none;
  text-transform: uppercase;
}

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

.faq-list summary span {
  flex: 0 0 auto;
  color: var(--copper);
  font-family: var(--body);
  font-size: 1.75rem;
  font-weight: 300;
  transition: transform 180ms ease;
}

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

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 30px;
  color: #5e5f57;
  font-size: 1rem;
}

.final-cta {
  position: relative;
  min-height: min(780px, 80vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.final-cta > img,
.final-cta-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-cta > img {
  object-fit: cover;
}

.final-cta-overlay {
  background: linear-gradient(90deg, rgba(24, 25, 20, 0.96) 0%, rgba(24, 25, 20, 0.8) 44%, rgba(24, 25, 20, 0.2) 100%);
}

.final-cta-content {
  position: relative;
  z-index: 2;
}

.final-cta-content h2 {
  max-width: 940px;
  font-size: clamp(4rem, 8.5vw, 9rem);
  line-height: 0.88;
}

.final-cta-content > p:not(.section-kicker) {
  max-width: 580px;
  margin: 30px 0 38px;
  color: #deded7;
  font-size: 1.15rem;
}

.site-footer {
  padding: 88px 0 112px;
  background: #11120f;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.7fr);
  gap: clamp(40px, 6vw, 90px);
}

.footer-brand img {
  width: min(100%, 300px);
  height: auto;
  margin-bottom: 26px;
  padding: 13px 18px;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.footer-brand p,
.footer-grid > div > p,
.footer-grid address {
  max-width: 340px;
  margin: 0;
  color: #999b92;
  font-size: 0.86rem;
  font-style: normal;
}

.footer-grid h2 {
  margin: 0 0 24px;
  font-family: "Arial Narrow", var(--body);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-grid > div > a:not(.footer-quote) {
  width: fit-content;
  margin-bottom: 10px;
  display: block;
  color: #c6c7c0;
  font-size: 0.84rem;
}

.footer-grid > div > a:hover {
  color: #efa47a;
}

.footer-quote {
  margin-bottom: 24px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--copper-bright);
  color: #efa47a;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.footer-bottom {
  margin-top: 80px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #777970;
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 24px;
}

/* Shared interior-page system */
.inner-page {
  background: var(--paper);
}

.page-hero {
  position: relative;
  min-height: clamp(510px, 63vw, 720px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
  color: var(--white);
}

.page-hero > img,
.page-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero > img {
  z-index: -2;
  object-fit: cover;
}

.page-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 19, 15, 0.9), rgba(18, 19, 15, 0.42) 70%, rgba(18, 19, 15, 0.2)),
    linear-gradient(0deg, rgba(18, 19, 15, 0.76), transparent 65%);
}

.page-hero-content {
  padding-block: clamp(90px, 11vw, 150px) clamp(62px, 8vw, 104px);
}

.page-kicker,
.breadcrumb {
  font-family: "Arial Narrow", var(--body);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.breadcrumb {
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.72);
}

.breadcrumb a {
  color: var(--white);
}

.breadcrumb span {
  margin-inline: 9px;
  color: var(--copper-bright);
}

.page-kicker {
  margin: 0 0 22px;
  color: #f0a67d;
}

.page-hero h1 {
  max-width: 1080px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8.3vw, 8.7rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.87;
  text-transform: uppercase;
}

.page-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 1.55vw, 1.35rem);
  line-height: 1.55;
}

.page-section {
  padding-block: clamp(78px, 9vw, 136px);
}

.page-section-dark {
  background: var(--ink);
  color: var(--white);
}

.page-section-sage {
  background: #d9ded3;
}

.content-intro,
.media-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: start;
  gap: clamp(50px, 9vw, 132px);
}

.content-intro h2,
.media-split h2,
.page-section-heading h2,
.page-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5.8vw, 6.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.92;
  text-transform: uppercase;
}

.content-intro-copy,
.prose {
  color: #55574f;
  font-size: 1.06rem;
}

.content-intro-copy > :first-child,
.prose > :first-child {
  margin-top: 0;
}

.content-intro-copy > :last-child,
.prose > :last-child {
  margin-bottom: 0;
}

.content-intro-copy strong,
.prose strong {
  color: var(--ink);
}

.prose h2,
.prose h3 {
  color: var(--ink);
  font-family: var(--display);
  line-height: 1;
  text-transform: uppercase;
}

.prose h2 {
  margin: 0 0 24px;
  font-size: clamp(2.7rem, 4.7vw, 5rem);
}

.prose h3 {
  margin: 34px 0 12px;
  font-size: 2rem;
}

.prose a,
.contact-card a,
.document-card a:not(.button) {
  color: var(--copper);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.prose ul {
  padding-left: 1.2em;
}

.page-section-heading {
  max-width: 910px;
  margin-bottom: clamp(46px, 6vw, 78px);
}

.page-section-heading > p:not(.section-kicker) {
  max-width: 680px;
  margin: 24px 0 0;
  color: #606159;
  font-size: 1.08rem;
}

.page-section-dark .page-section-heading > p:not(.section-kicker) {
  color: #b8b8b0;
}

.media-split {
  align-items: center;
}

.media-split.reverse {
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.05fr);
}

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

.media-split-image {
  min-height: 540px;
  background: #d5d3cb;
}

.media-split-image img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.step-grid,
.content-card-grid,
.finish-grid,
.document-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.22);
}

.step-card {
  min-height: 300px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

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

.step-card > span {
  color: var(--copper-bright);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.step-card h3,
.content-card h3,
.finish-card h3,
.document-card h3,
.contact-card h2,
.contact-card h3 {
  margin: auto 0 16px;
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.3vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.step-card p {
  margin: 0;
  color: #b8b8b0;
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--copper);
  color: var(--white);
}

.stat-item {
  min-height: 168px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item strong {
  font-family: var(--display);
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.stat-item span {
  margin-top: 8px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.content-card,
.finish-card,
.document-card,
.contact-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
}

.content-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.content-card-body,
.document-card,
.contact-card {
  padding: 30px;
}

.content-card h3,
.finish-card h3,
.document-card h3,
.contact-card h2,
.contact-card h3 {
  margin-top: 0;
}

.content-card p,
.finish-card p,
.document-card p,
.contact-card p,
.contact-card address {
  margin: 0;
  color: #606159;
  font-size: 0.94rem;
  font-style: normal;
}

.notice {
  margin-bottom: 46px;
  padding: 22px 26px;
  background: #eee6dc;
  border-left: 4px solid var(--copper);
  color: #4e5048;
}

.notice strong {
  color: var(--ink);
}

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

.gallery-tile {
  grid-column: span 4;
  margin: 0;
}

.gallery-tile.wide {
  grid-column: span 8;
}

.gallery-tile img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.gallery-tile.wide img {
  aspect-ratio: 1.75;
}

.gallery-tile figcaption {
  padding: 13px 0 6px;
  color: #5e5f57;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

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

.finish-card {
  overflow: hidden;
}

.finish-sample {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  background: #f6f4ee;
  border-bottom: 1px solid var(--line);
}

.finish-card.white-swatch .finish-sample {
  background: linear-gradient(135deg, #fff 0%, #f5f3ed 100%);
}

.finish-card-body {
  padding: 22px;
}

.finish-card h3 {
  margin-bottom: 8px;
  font-size: 1.8rem;
}

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

.document-card,
.contact-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.document-card .button,
.contact-card .button {
  width: fit-content;
  margin-top: auto;
}

.document-label {
  margin-bottom: 40px;
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-card address {
  margin-bottom: 22px;
}

.contact-card p + p {
  margin-top: 9px;
}

.faq-page .faq-list {
  max-width: 1020px;
  margin-inline: auto;
}

.page-cta {
  padding-block: clamp(80px, 9vw, 132px);
  background: var(--copper);
  color: var(--white);
}

.page-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
}

.page-cta h2 {
  max-width: 850px;
}

.page-cta-copy p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
}

.page-cta .button-dark:hover {
  background: var(--white);
  color: var(--ink);
}

@media (max-width: 1180px) {
  .site-header {
    min-height: 100px;
    grid-template-columns: 245px 1fr auto;
    gap: 18px;
  }

  .brand {
    width: 232px;
  }

  .desktop-nav {
    gap: 18px;
    font-size: 0.66rem;
  }

  .header-cta {
    min-width: 150px;
    padding-inline: 15px;
  }

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

  .benefit-grid article:nth-child(2) {
    border-right: 0;
  }

  .benefit-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mechanics-image,
  .mechanics-image img {
    min-height: 590px;
  }

  .finishes-grid {
    min-height: 700px;
  }

  .finish-image {
    min-height: 700px;
  }

  .testimonial-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .testimonial blockquote {
    padding: 76px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 40px;
  }

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

@media (max-width: 930px) {
  :root {
    --shell: min(100% - 44px, 760px);
  }

  html {
    scroll-padding-top: 88px;
  }

  .utility-bar {
    padding-inline: 22px;
  }

  .utility-bar p {
    max-width: 70%;
  }

  .site-header {
    min-height: 88px;
    padding-inline: 22px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 210px;
  }

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

  .menu-toggle {
    width: 46px;
    height: 46px;
    padding: 11px;
    display: grid;
    align-content: center;
    gap: 5px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 45;
    top: 122px;
    right: 0;
    left: 0;
    display: block;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.menu-open {
    overflow: hidden;
  }

  .mobile-menu nav {
    width: var(--shell);
    margin-inline: auto;
    padding: 24px 0 30px;
  }

  .mobile-menu a {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 1.8rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .hero-lower,
  .intro-grid,
  .section-heading,
  .process-intro,
  .mechanics,
  .faq,
  .content-intro,
  .media-split,
  .media-split.reverse,
  .page-cta-grid {
    grid-template-columns: 1fr;
  }

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

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

  .step-card:nth-child(2),
  .stat-item:nth-child(2) {
    border-right: 0;
  }

  .step-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .stat-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .content-card-grid,
  .document-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-tile,
  .gallery-tile.wide {
    grid-column: span 6;
  }

  .gallery-tile.wide img {
    aspect-ratio: 1.2;
  }

  .hero-lower {
    gap: 32px;
  }

  .button-row {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero-backdrop {
    object-position: 42% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(18, 19, 15, 0.88), rgba(18, 19, 15, 0.42)),
      linear-gradient(0deg, rgba(18, 19, 15, 0.78), rgba(18, 19, 15, 0.08));
  }

  .hero-badge {
    display: none;
  }

  .intro-grid {
    align-items: start;
  }

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

  .section-heading,
  .process-intro {
    align-items: start;
    gap: 28px;
  }

  .section-heading > p,
  .process-intro > p {
    max-width: 600px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "one one"
      "two three";
  }

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

  .possibility-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .possibility-grid > div:nth-child(-n + 6) {
    border-bottom: 1px solid var(--line);
  }

  .project-1 .project-image {
    aspect-ratio: 1.65;
  }

  .project-2 .project-image,
  .project-3 .project-image {
    aspect-ratio: 1.15;
  }

  .project-meta {
    display: block;
  }

  .project-meta p {
    margin-top: 6px;
    text-align: left;
  }

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

  .mechanics-image,
  .mechanics-image img {
    min-height: 0;
    aspect-ratio: 1.3;
  }

  .mechanics-copy {
    max-width: 680px;
  }

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

  .finish-copy {
    padding-inline: 22px;
  }

  .finish-image {
    min-height: 600px;
  }

  .compare-frame {
    aspect-ratio: 1.55;
  }

  .testimonial-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .testimonial-grid > img {
    height: 440px;
  }

  .faq {
    gap: 55px;
  }

  .final-cta-overlay {
    background: linear-gradient(90deg, rgba(24, 25, 20, 0.94), rgba(24, 25, 20, 0.48));
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
    max-width: 420px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 36px);
  }

  body {
    padding-bottom: 64px;
  }

  .section {
    padding-block: 82px;
  }

  .page-section {
    padding-block: 76px;
  }

  .page-hero {
    min-height: 540px;
  }

  .page-hero-content {
    padding-block: 76px 62px;
  }

  .page-hero h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
    line-height: 0.9;
  }

  .page-lead {
    font-size: 1.03rem;
  }

  .content-intro,
  .media-split,
  .page-cta-grid {
    gap: 42px;
  }

  .content-intro h2,
  .media-split h2,
  .page-section-heading h2,
  .page-cta h2,
  .prose h2 {
    font-size: clamp(2.75rem, 13vw, 4.15rem);
  }

  .media-split-image,
  .media-split-image img {
    min-height: 0;
    aspect-ratio: 0.95;
  }

  .step-grid,
  .stat-band,
  .content-card-grid,
  .finish-grid,
  .document-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

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

  .stat-item {
    min-height: 138px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .stat-item:last-child {
    border-bottom: 0;
  }

  .gallery-page-grid {
    display: block;
  }

  .gallery-tile + .gallery-tile {
    margin-top: 30px;
  }

  .gallery-tile img,
  .gallery-tile.wide img {
    aspect-ratio: 1 / 1.05;
  }

  .content-card-body,
  .document-card,
  .contact-card {
    padding: 25px;
  }

  .possibilities {
    padding-top: 0;
  }

  .utility-bar {
    min-height: 30px;
    padding: 7px 18px;
    font-size: 0.57rem;
  }

  .utility-bar p {
    max-width: 66%;
  }

  .site-header {
    min-height: 78px;
    padding-inline: 18px;
  }

  .brand {
    width: 180px;
  }

  .mobile-menu {
    top: 108px;
  }

  .hero-copy {
    padding-top: 92px;
    padding-bottom: 76px;
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 0.62rem;
  }

  .eyebrow span {
    width: 28px;
    margin-top: 6px;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 17vw, 5.2rem);
    line-height: 0.89;
  }

  .hero-lower {
    margin-top: 34px;
  }

  .hero-lower > p {
    font-size: 1.1rem;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .button-row .button,
  .button-row .text-link {
    width: 100%;
  }

  .button-row .text-link {
    justify-content: space-between;
  }

  .hero-backdrop {
    object-position: 32% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(18, 19, 15, 0.8), rgba(18, 19, 15, 0.45)),
      linear-gradient(0deg, rgba(18, 19, 15, 0.96) 0%, rgba(18, 19, 15, 0.68) 58%, rgba(18, 19, 15, 0.28) 100%);
  }

  .proof-strip {
    min-height: 58px;
    padding-inline: 18px;
  }

  .proof-strip span {
    font-size: 0.62rem;
  }

  .intro {
    padding-top: 100px;
  }

  .section-kicker {
    margin-bottom: 20px;
    font-size: 0.64rem;
  }

  .intro h2,
  .section-heading h2,
  .process-intro h2,
  .mechanics-copy h2,
  .finish-copy h2,
  .faq-intro h2 {
    font-size: clamp(2.8rem, 13.6vw, 4.35rem);
    line-height: 0.94;
  }

  .intro-grid {
    gap: 38px;
  }

  .possibility-grid > div {
    min-height: 145px;
    padding: 22px 16px;
  }

  .possibility-grid h3 {
    font-size: 1.7rem;
  }

  .intro-copy p {
    font-size: 1rem;
  }

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

  .benefit-grid article {
    min-height: 250px;
    padding: 28px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

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

  .benefit-grid h3 {
    font-size: 2.15rem;
  }

  .project-grid {
    display: block;
  }

  .project-card + .project-card {
    margin-top: 48px;
  }

  .project-1 .project-image,
  .project-2 .project-image,
  .project-3 .project-image {
    aspect-ratio: 1 / 1.08;
  }

  .process-list li {
    min-height: 0;
    padding-block: 28px;
    grid-template-columns: 52px 1fr;
    align-items: start;
  }

  .process-list li div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .process-list h3 {
    font-size: 2.35rem;
  }

  .process-list p {
    font-size: 0.92rem;
  }

  .mechanics {
    gap: 50px;
  }

  .mechanics-image,
  .mechanics-image img {
    aspect-ratio: 0.9;
  }

  .finish-copy {
    padding: 82px 18px;
  }

  .swatches span {
    width: 48px;
    height: 48px;
  }

  .finish-image {
    min-height: 500px;
  }

  .compare .section-heading {
    margin-bottom: 42px;
  }

  .compare-frame {
    aspect-ratio: 0.9;
  }

  .compare-frame > img {
    object-fit: cover;
    object-position: center;
  }

  .compare-line span {
    width: 48px;
    height: 48px;
  }

  .testimonial {
    padding-top: 0;
  }

  .testimonial blockquote {
    padding: 82px 28px 70px;
  }

  .testimonial blockquote > p {
    font-size: clamp(2.55rem, 12vw, 3.6rem);
  }

  .testimonial-grid > img {
    height: 390px;
  }

  .quote-mark {
    top: 18px;
    left: 20px;
    font-size: 9rem;
  }

  .faq {
    gap: 48px;
  }

  .faq-list summary {
    min-height: 80px;
    font-size: 1.55rem;
  }

  .final-cta {
    min-height: 710px;
  }

  .final-cta > img {
    object-position: 68% center;
  }

  .final-cta-overlay {
    background: linear-gradient(180deg, rgba(24, 25, 20, 0.42), rgba(24, 25, 20, 0.95));
  }

  .final-cta-content {
    align-self: end;
    padding-bottom: 72px;
  }

  .final-cta-content h2 {
    font-size: clamp(3.65rem, 17vw, 5.6rem);
  }

  .site-footer {
    padding: 72px 0 66px;
  }

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

  .footer-brand,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    margin-top: 60px;
    flex-direction: column;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64px;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    background: var(--white);
    border-top: 1px solid var(--line);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .mobile-action-bar a + a {
    margin: 7px;
    margin-left: 0;
    background: var(--ink);
    color: var(--white);
  }
}

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

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

@media print {
  .utility-bar,
  .site-header,
  .mobile-menu,
  .mobile-action-bar {
    display: none !important;
  }

  body {
    padding: 0;
    background: white;
    color: black;
  }
}
