@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/inter-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext-500.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --color-warm-cream: #f3e6d4;
  --color-walnut-shadow: #2a2118;
  --color-bark-brown: #4a3728;
  --color-cork-border: #8a7359;
  --color-driftwood: #6b5a48;
  --color-ember-accent: #c45a1a;
  --color-pure-black: #000000;
  --color-stone: #d4c4ae;
  --color-ink: #241c16;
  --font-halyard-display-variable: Inter, ui-sans-serif, system-ui, "Segoe UI", sans-serif;
  --font-arial: Arial, ui-sans-serif, system-ui, sans-serif;
  --text-subheading: 16px;
  --leading-subheading: 1.35;
  --text-heading-sm: 20px;
  --leading-heading-sm: 1.3;
  --text-body: 18px;
  --leading-body: 1.55;
  --text-heading: 28px;
  --leading-heading: 1.22;
  --text-display: 40px;
  --leading-display: 1.18;
  --color-link: #a43d12;
  --color-link-dark: #e8c4a0;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --spacing-6: 6px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-14: 14px;
  --spacing-18: 18px;
  --spacing-24: 24px;
  --spacing-31: 31px;
  --spacing-41: 41px;
  --spacing-45: 45px;
  --spacing-68: 68px;
  --card-padding: 24px;
  --element-gap: 18px;
  --radius-cards: 12px;
  --radius-inputs: 0;
  --radius-buttons-pill: 36px;
  --radius-buttons-outlined: 22.5px;
  --header: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-stone);
  color: var(--color-ink);
  font-family: var(--font-halyard-display-variable);
  font-size: var(--text-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--leading-body);
}
img { max-width: 100%; height: auto; display: block; }
a {
  color: var(--color-link);
  text-decoration: none;
}
a:hover { color: var(--color-bark-brown); }
p { margin: 0 0 1em; }
h1, h2, h3, .nav-link, .btn, .kicker, .chip, .brand, .crumbs, .form label, .legal {
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
h1, h2, h3 {
  margin: 0 0 0.5em;
  overflow-wrap: anywhere;
}
h1 {
  font-size: clamp(26px, 3.6vw, var(--text-display));
  line-height: var(--leading-display);
}
h2 {
  font-size: clamp(20px, 2.4vw, var(--text-heading));
  line-height: var(--leading-heading);
}
h3 {
  font-size: var(--text-heading-sm);
  line-height: var(--leading-heading-sm);
}
.ico { width: 18px; height: 18px; flex: 0 0 18px; display: block; }
.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--color-bark-brown);
  color: var(--color-warm-cream);
  padding: 8px 12px;
  z-index: 80;
}
.skip:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  color: var(--color-warm-cream);
  background: linear-gradient(180deg, rgba(42,33,24,.96), rgba(42,33,24,.72) 70%, rgba(42,33,24,.2));
}
.header-motion {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .45;
}
.header-motion svg { width: 150%; height: 160%; animation: marble-drift 22s ease-in-out infinite alternate; }
.vein { fill: none; stroke: var(--color-warm-cream); stroke-width: 1.2; opacity: .28; }
.vein.v2 { stroke: var(--color-ember-accent); opacity: .18; animation: vein-flow 16s linear infinite; }
.vein.v3 { stroke: var(--color-driftwood); opacity: .4; }
@keyframes marble-drift {
  from { transform: translate3d(0,-4%,0); }
  to { transform: translate3d(-10%,6%,0); }
}
@keyframes vein-flow {
  from { stroke-dasharray: 6 160; stroke-dashoffset: 0; }
  to { stroke-dasharray: 6 160; stroke-dashoffset: -360; }
}
.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--spacing-18);
  min-height: var(--header);
  padding: var(--spacing-12) var(--spacing-24);
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.brand img {
  height: 56px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
  filter: invert(1) sepia(0.22) saturate(1.2) brightness(1.02);
}
.nav { margin-left: auto; }
.nav-list { display: flex; list-style: none; margin: 0; padding: 0; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.3;
  padding: 4px 0;
  border: 0;
  color: var(--color-warm-cream);
}
.nav-link:hover, .nav-link.is-active { color: var(--color-link-dark); }
.has-sub { position: relative; display: flex; align-items: center; gap: 2px; }
.sub {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 240px;
  background: var(--color-walnut-shadow);
  border: 0;
  border-radius: var(--radius-cards);
  padding: var(--spacing-12);
  z-index: 6;
}
.has-sub:hover .sub, .has-sub:focus-within .sub, .has-sub.is-open .sub { display: grid; }
.sub-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-warm-cream);
  cursor: pointer;
}
.sub-toggle .ico { width: 16px; height: 16px; }
.sub a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: var(--color-link-dark);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
}
.sub a:hover { color: var(--color-warm-cream); }
.header-actions { display: flex; gap: var(--spacing-8); margin-left: var(--spacing-18); }
.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-warm-cream);
  border-radius: var(--radius-buttons-outlined);
  background: transparent;
  color: var(--color-warm-cream);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-pill {
  background: var(--color-bark-brown);
  color: var(--color-warm-cream);
  border-radius: var(--radius-buttons-pill);
  padding: 14px 24px;
}
.btn-outline {
  background: transparent;
  color: var(--color-warm-cream);
  border: 1px solid var(--color-warm-cream);
  border-radius: var(--radius-buttons-outlined);
  padding: 7.5px 18px;
}
.credit { color: var(--color-ember-accent); font-size: 12px; font-weight: 500; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  color: var(--color-warm-cream);
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: hero-ken 28s ease-in-out infinite alternate;
}
@keyframes hero-ken {
  from { transform: scale(1.02); }
  to { transform: scale(1.1); }
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42,33,24,.28), rgba(42,33,24,.72) 80%);
}
.hero-graphic { position: absolute; inset: 0; pointer-events: none; opacity: .55; }
.hero-graphic svg { width: 160%; height: 160%; animation: marble-drift 26s ease-in-out infinite alternate; }
.hero-dust span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-warm-cream);
  opacity: .45;
  animation: dust 10s linear infinite;
}
.hero-dust span:nth-child(2) { left: 28%; animation-duration: 13s; }
.hero-dust span:nth-child(3) { left: 62%; animation-duration: 9s; }
.hero-dust span:nth-child(4) { left: 82%; animation-duration: 12s; }
@keyframes dust {
  from { transform: translateY(90vh); opacity: 0; }
  20% { opacity: .5; }
  to { transform: translateY(-8vh); opacity: 0; }
}
.hero-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 120px var(--spacing-24) 68px;
  max-width: 920px;
}
.kicker { font-size: 12px; margin-bottom: 12px; line-height: 1.4; }
.lead {
  max-width: 46ch;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-card {
  margin-top: 31px;
  max-width: 420px;
  border-radius: var(--radius-cards);
  border: 0;
  padding: var(--card-padding);
  background: rgba(42,33,24,.45);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
}
.side-label {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: rotate(90deg) translateX(-20%);
  transform-origin: right center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 3;
  color: var(--color-warm-cream);
  pointer-events: none;
}
.wrap { padding: 68px 24px; }
.wrap-sm { padding: 45px 24px; }
.section-head { max-width: 720px; margin-bottom: 31px; }
.hr {
  border: 0;
  height: 0;
  margin: 0;
}
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--element-gap); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 31px; align-items: center; }
.reveal {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 40%) 1fr;
  gap: 18px;
  align-items: center;
  min-height: 90vh;
  padding: 68px 24px;
}
.reveal img { width: 100%; }
.card {
  border: 0;
  border-radius: var(--radius-cards);
  overflow: hidden;
  background: rgba(243, 230, 212, 0.45);
  animation: rise 0.7s ease both;
}
.card:nth-child(2) { animation-delay: .08s; }
.card:nth-child(3) { animation-delay: .16s; }
.card:nth-child(4) { animation-delay: .24s; }
.card:nth-child(5) { animation-delay: .32s; }
.card img { width: 100%; height: 240px; object-fit: cover; transition: transform 0.8s ease; }
.card:hover img { transform: scale(1.04); }
.card-body { padding: var(--card-padding); }
.card h3 { font-size: 17px; line-height: 1.3; }
.card .muted { font-size: 15px; line-height: 1.5; text-transform: none; font-weight: 400; }
.more { font-size: 13px; text-transform: uppercase; font-weight: 500; text-decoration: none; color: var(--color-link); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  border: 0;
  border-radius: var(--radius-cards);
  padding: var(--card-padding);
  background: rgba(243, 230, 212, 0.45);
  animation: rise 0.7s ease both;
}
.step em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--color-ember-accent);
  margin-bottom: 12px;
}
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.chip {
  border: 0;
  border-radius: var(--radius-buttons-outlined);
  padding: 8px 14px;
  text-decoration: none;
  color: var(--color-link);
  font-size: 12px;
  line-height: 1.35;
  background: rgba(243, 230, 212, 0.4);
}
a.chip:hover { color: var(--color-bark-brown); }
.page-hero {
  position: relative;
  min-height: 52vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 120px 0 40px;
  color: var(--color-warm-cream);
  background: var(--color-walnut-shadow);
}
.page-hero .header-motion { opacity: .35; }
.page-hero .crumbs { color: var(--color-warm-cream); }
.page-hero .crumbs a { color: var(--color-link-dark); }
.page-hero .lead { font-size: 17px; }
.page-hero .wrap-sm { animation: rise 0.8s ease both; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--element-gap);
  margin: 31px 0 41px;
}
.svc {
  background: rgba(243, 230, 212, 0.45);
  border-radius: var(--radius-cards);
  padding: var(--card-padding);
  animation: rise 0.7s ease both;
}
.svc:nth-child(2) { animation-delay: .08s; }
.svc:nth-child(3) { animation-delay: .16s; }
.svc:nth-child(4) { animation-delay: .24s; }
.svc h3 { font-size: 16px; line-height: 1.3; }
.svc p { font-size: 15px; line-height: 1.5; text-transform: none; font-weight: 400; margin: 0; }
span.chip { color: var(--color-ink); text-decoration: none; }
.crumbs { font-size: 12px; color: var(--color-driftwood); }
.faq-item { border: 0; }
.faq-list { margin-top: 41px; }
.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
  text-decoration: none;
  padding: 14px 0;
  cursor: pointer;
}
.faq-item .answer { display: none; padding: 0 0 16px; font-size: 16px; line-height: 1.55; font-weight: 400; text-transform: none; }
.faq-item.is-open .answer { display: block; }
.form { display: grid; gap: 18px; }
.form input, .form select, .form textarea {
  width: 100%;
  font: inherit;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: var(--color-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-ink);
  border-radius: var(--radius-inputs);
  padding: 8px 2px 10px;
}
.form textarea { min-height: 120px; resize: vertical; }
.note { font-size: 14px; color: var(--color-driftwood); text-transform: none; font-weight: 400; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 12px; margin: 0 0 18px; align-items: flex-start; }
.info-list .ico { width: 22px; height: 22px; margin-top: 6px; }
.float-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  display: grid;
  gap: 8px;
}
.float-cta a {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-buttons-pill);
  display: grid;
  place-items: center;
  background: var(--color-bark-brown);
  color: var(--color-warm-cream);
  border: 0;
  animation: pulse 2.8s ease-in-out infinite;
}
.float-cta .ico { width: 22px; height: 22px; }
.site-footer {
  padding: 41px 24px 24px;
  border: 0;
  background: var(--color-walnut-shadow);
  color: var(--color-warm-cream);
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.site-footer h2 { font-size: 14px; line-height: 1.35; }
.site-footer a { text-decoration: none; color: var(--color-link-dark); font-size: 14px; line-height: 1.45; }
.site-footer a:hover { color: var(--color-warm-cream); }
.site-footer a { display: inline-flex; align-items: center; gap: 8px; }
.legal {
  margin-top: 31px;
  font-family: var(--font-arial);
  font-size: 8px;
  color: var(--color-driftwood);
  text-transform: uppercase;
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
.figure { margin: 0 0 18px; animation: rise 0.8s ease both; }
.figure figcaption {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 8px;
  color: var(--color-driftwood);
}
.muted { text-transform: none; font-weight: 400; line-height: 1.5; }
.wrap > p { max-width: 68ch; font-size: 17px; line-height: 1.6; }

@media (max-width: 1180px) {
  .nav-toggle { display: grid; place-items: center; }
  .header-actions { display: none; }
  .nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    background: var(--color-walnut-shadow);
    border: 0;
    padding: 12px 24px 24px;
  }
  .nav.is-open { display: block; }
  .nav-list { flex-direction: column; align-items: stretch; }
  .has-sub { flex-wrap: wrap; width: 100%; }
  .has-sub .nav-link { flex: 1; }
  .has-sub .sub { position: static; width: 100%; padding: 8px 0 0; }
  .has-sub:hover .sub,
  .has-sub:focus-within .sub { display: none; }
  .has-sub.is-open .sub { display: grid; }
}

@media (max-width: 960px) {
  body { font-size: 16px; }
  h1 { font-size: 26px; line-height: 1.2; }
  h2 { font-size: 20px; line-height: 1.25; }
  h3 { font-size: 17px; }
  .lead, .article p, .wrap > p, .faq-item button, .faq-item .answer { font-size: 16px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-2, .steps, .foot-grid, .reveal { grid-template-columns: 1fr; min-height: 0; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .side-label { display: none; }
  .hero { min-height: 100svh; }
  .wrap { padding: 40px 18px; }
  .page-hero { min-height: 0; padding: 88px 0 28px; }
}

@media (max-width: 640px) {
  .svc-grid, .grid-3 { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
