:root {
  --cream: #f3efe4;
  --cream-light: #fbf8f1;
  --paper: #fffdf7;
  --evergreen: #143a2d;
  --evergreen-deep: #0d2d23;
  --ink: #14241d;
  --ink-soft: #5c625d;
  --brass: #b58a42;
  --brass-dark: #76551f;
  --brass-light: #d4b472;
  --line: rgba(20, 58, 45, 0.2);
  --line-light: rgba(255, 253, 247, 0.22);
  --shadow: 0 20px 55px rgba(27, 31, 25, 0.12);
  --serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1400px, calc(100vw - 96px));
  --header-height: 82px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }

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

body.menu-open { overflow: hidden; }

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

button, input, select, textarea { font: inherit; }

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

a { color: inherit; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h1 { font-size: clamp(3.45rem, 5vw, 6.2rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.75rem, 4.7vw, 5rem); margin-bottom: 28px; }
h3 { font-size: clamp(1.75rem, 2vw, 2.35rem); }

::selection { color: var(--paper); background: var(--evergreen); }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; }

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--evergreen-deep);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 3.5vw;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 239, 228, 0.94);
  backdrop-filter: blur(14px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--evergreen-deep);
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.35;
}

.wordmark {
  font-family: var(--serif);
  font-size: 1.1rem;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 34px; }
.site-nav__links { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.site-nav__links a { position: relative; text-decoration: none; font-size: 0.92rem; font-weight: 500; }
.site-nav__links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.site-nav__links a:hover::after, .site-nav__links a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }

.menu-button { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid var(--evergreen);
  border-radius: 2px;
  color: var(--paper);
  background: var(--evergreen);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button:hover { color: var(--evergreen); background: transparent; transform: translateY(-2px); }
.button--small { min-height: 46px; padding: 0 22px; }
.button--outline { color: var(--evergreen); background: transparent; border-color: var(--brass); }
.button--outline:hover { color: var(--paper); background: var(--evergreen); border-color: var(--evergreen); }
.section--evergreen .button, .memory .button { border-color: var(--brass-light); }
.section--evergreen .button:hover, .memory .button:hover { color: var(--evergreen-deep); background: var(--paper); }

.button-row { display: flex; flex-wrap: wrap; gap: 16px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  min-height: min(760px, calc(100svh - var(--header-height)));
  border-bottom: 1px solid var(--line);
}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(52px, 6vw, 92px) clamp(38px, 4.5vw, 72px);
}

.hero__copy p { max-width: 640px; margin-bottom: 30px; color: #263a31; font-size: clamp(1.02rem, 1.15vw, 1.22rem); line-height: 1.68; }

.hero__media { position: relative; min-height: 650px; margin: 0; overflow: hidden; background: #2c2b21; }
.hero__media img { height: 100%; object-fit: cover; }
.hero__media figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  padding: 9px 12px;
  color: var(--paper);
  background: rgba(13, 45, 35, 0.88);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero__media figcaption small { display: block; margin-top: 2px; color: rgba(255, 253, 247, 0.72); font-size: 0.58rem; font-weight: 600; }

.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--cream-light); }
.service-item { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 45px clamp(28px, 4vw, 66px); border-right: 1px solid var(--line); }
.service-item:last-child { border-right: 0; }
.service-item__icon { display: block; width: 54px; color: var(--brass); }
.service-item__icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-item h2 { margin-bottom: 12px; font-size: clamp(2rem, 2.7vw, 3rem); }
.service-item p { max-width: 360px; margin-bottom: 15px; color: var(--ink-soft); font-size: 0.95rem; }
.service-item a { color: var(--brass); text-decoration: none; font-size: 0.71rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.section { padding: clamp(92px, 10vw, 160px) 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.section--evergreen { color: var(--paper); background: var(--evergreen-deep); }
.section--paper { background: var(--cream-light); }
.section-label {
  margin-bottom: 24px;
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section:not(.section--evergreen) .section-label { color: var(--brass-dark); }
.section-label::after { display: block; width: 54px; height: 1px; margin-top: 15px; content: ""; background: currentColor; }
.lead { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.35; }

.statement { background: var(--cream); }
.statement__grid { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.statement h2 { max-width: 820px; margin-bottom: 0; }
.statement__copy { max-width: 600px; padding-top: 12px; }
.statement__copy p:not(.lead) { color: var(--ink-soft); }
.restoration__grid { display: grid; grid-template-columns: 0.56fr 1.44fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.section-copy h2 { font-size: clamp(3rem, 4.3vw, 4.9rem); }
.section-copy > p:not(.section-label) { max-width: 470px; color: rgba(255, 253, 247, 0.72); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; color: var(--brass); text-decoration: none; font-size: 0.73rem; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.text-link::after { content: ""; width: 46px; height: 1px; background: currentColor; transition: width 180ms ease; }
.text-link:hover::after { width: 68px; }
.text-link--light { color: var(--brass-light); }

.comparison { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border: 1px solid var(--brass-light); background: #aaa; box-shadow: 0 32px 70px rgba(0, 0, 0, 0.18); }
.comparison__before, .comparison__after { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.comparison__after-wrap { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 calc(100% - var(--reveal)) 0 0); }
.comparison__line { position: absolute; top: 0; bottom: 0; left: var(--reveal); width: 2px; background: var(--paper); transform: translateX(-1px); pointer-events: none; }
.comparison__line i { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; border: 2px solid var(--paper); border-radius: 50%; background: var(--brass); transform: translate(-50%, -50%); box-shadow: 0 5px 18px rgba(0,0,0,.22); }
.comparison__line i::before, .comparison__line i::after { position: absolute; top: 50%; width: 8px; height: 8px; content: ""; border-top: 2px solid var(--paper); border-left: 2px solid var(--paper); }
.comparison__line i::before { left: 10px; transform: translateY(-50%) rotate(-45deg); }
.comparison__line i::after { right: 10px; transform: translateY(-50%) rotate(135deg); }
.comparison__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison__label { position: absolute; bottom: 14px; z-index: 2; padding: 7px 11px; color: var(--paper); background: rgba(13, 45, 35, 0.86); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.comparison__label--before { left: 14px; }
.comparison__label--after { right: 14px; }
.comparison__disclosure, .media-disclosure {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  margin: 0;
  padding: 5px 8px;
  color: rgba(255, 253, 247, 0.82);
  background: rgba(13, 45, 35, 0.78);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.archive__heading { display: grid; grid-template-columns: 1.1fr 0.65fr; gap: 100px; align-items: end; margin-bottom: 60px; }
.archive__heading h2 { max-width: 760px; margin-bottom: 0; }
.archive__heading > p { max-width: 520px; margin-bottom: 4px; color: var(--ink-soft); }
.archive-story { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); overflow: hidden; border-top: 1px solid var(--brass); border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.archive-story__feature { margin: 0; border-right: 1px solid var(--line); background: var(--cream-light); }
.archive-story__feature img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: sepia(.08) saturate(.82) contrast(.98); }
.archive-story__feature figcaption { padding: 30px 32px 34px; }
.archive-story__feature figcaption strong { display: block; margin-bottom: 3px; font-family: var(--serif); font-size: clamp(1.8rem, 2.6vw, 2.75rem); font-weight: 400; line-height: 1.1; }
.archive-story__feature figcaption span { color: var(--brass-dark); font-size: .68rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.archive-story__feature figcaption p { max-width: 520px; margin: 18px 0 0; color: var(--ink-soft); font-size: .82rem; }
.archive-story__details { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5.5vw, 82px); }
.archive-story__eyebrow { margin: 0 0 20px; color: var(--brass-dark); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.archive-examples { border-top: 1px solid var(--line); }
.archive-examples article { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.archive-examples article > span { padding-top: 6px; color: var(--brass-dark); font-size: .65rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.archive-examples h3 { margin-bottom: 7px; font-size: clamp(1.4rem, 1.9vw, 2rem); }
.archive-examples p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.archive__future-note { margin: 28px 0 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.65; }

.section-heading { display: grid; grid-template-columns: 1fr 0.68fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 620px; margin-bottom: 0; }
.section-heading p { max-width: 500px; margin-bottom: 6px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.4; }
.work__layout { display: grid; grid-template-columns: 0.9fr 1.6fr; border-top: 1px solid var(--brass); border-bottom: 1px solid var(--line); }
.work__image { position: relative; min-height: 540px; margin: 0; overflow: hidden; }
.work__image img { height: 100%; object-fit: cover; }
.work__ways { display: grid; grid-template-columns: repeat(3, 1fr); }
.work-way { padding: 58px 34px; border-left: 1px solid var(--line); }
.work-way__number { display: block; margin-bottom: 42px; color: var(--brass); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; }
.work-way h3 { min-height: 2em; margin-bottom: 25px; }
.work-way p { color: var(--ink-soft); font-size: 0.9rem; }
.work-way small { display: block; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--brass); color: var(--ink); line-height: 1.55; }

.atlanta { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.atlanta__heading { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: end; margin-bottom: 54px; }
.atlanta__heading h2 { max-width: 820px; margin-bottom: 0; }
.atlanta__intro { max-width: 650px; }
.atlanta__intro p { margin-bottom: 12px; color: var(--ink-soft); }
.atlanta__intro p:first-child { color: var(--ink); font-family: var(--serif); font-size: 1.25rem; line-height: 1.45; }
.atlanta__scenes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--brass); border-bottom: 1px solid var(--line); }
.atlanta-card { min-width: 0; border-right: 1px solid var(--line); background: var(--cream-light); }
.atlanta-card:last-child { border-right: 0; }
.atlanta-card__media { aspect-ratio: 2 / 3; margin: 0; overflow: hidden; background: #d8d0bf; }
.atlanta-card__media img { width: 300%; max-width: none; height: 100%; object-fit: cover; }
.atlanta-card:nth-child(2) .atlanta-card__media img { transform: translateX(-33.3333%); }
.atlanta-card:nth-child(3) .atlanta-card__media img { transform: translateX(-66.6667%); }
.atlanta-card__copy { padding: 28px 30px 32px; }
.atlanta-card__copy h3 { margin-bottom: 10px; font-size: clamp(1.55rem, 2vw, 2.2rem); }
.atlanta-card__copy p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.atlanta__reach { max-width: 1040px; margin: 34px auto 0; color: var(--evergreen-deep); text-align: center; font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.75rem); line-height: 1.45; }
.atlanta__note { max-width: 900px; margin: 22px 0 0 auto; color: var(--ink-soft); text-align: right; font-size: .72rem; }

.pricing__heading { display: grid; grid-template-columns: 1fr 0.7fr; gap: 90px; align-items: end; margin-bottom: 50px; }
.pricing__heading h2 { margin-bottom: 0; }
.pricing__heading p { max-width: 520px; margin-bottom: 8px; color: rgba(255,253,247,.74); font-family: var(--serif); font-size: 1.3rem; line-height: 1.5; }
.pricing-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 22px; border: 1px solid var(--line-light); }
.pricing-tabs button { min-height: 60px; border: 0; border-right: 1px solid var(--line-light); color: var(--paper); background: transparent; font-family: var(--serif); font-size: 1.1rem; cursor: pointer; }
.pricing-tabs button:last-child { border-right: 0; }
.pricing-tabs button[aria-selected="true"] { color: var(--evergreen-deep); background: var(--cream); box-shadow: inset 0 -3px var(--brass); }
.pricing-panel__intro { max-width: 860px; margin: 0 auto 32px; color: rgba(255,253,247,.7); text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(var(--pricing-cols, 4), minmax(0, 1fr)); align-items: stretch; background: var(--cream); }
.price-card { display: flex; min-width: 0; flex-direction: column; padding: 38px 28px 30px; border-right: 1px solid var(--line); color: var(--ink); background: var(--cream-light); }
.price-card:last-child { border-right: 0; }
.price-card.is-featured { position: relative; z-index: 1; margin: -8px 0; border: 1px solid var(--brass); background: var(--paper); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.price-card h3 { min-height: 2.15em; margin-bottom: 14px; font-size: clamp(1.45rem, 1.7vw, 2rem); }
.price-card__price { margin-bottom: 6px; color: var(--evergreen); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.5rem); line-height: 1; }
.price-card__description { min-height: 2.8em; color: var(--ink-soft); font-size: 0.84rem; }
.price-card ul { margin: 16px 0 28px; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding: 5px 0 5px 17px; color: var(--ink-soft); font-size: 0.79rem; line-height: 1.5; }
.price-card li::before { position: absolute; top: 0.78em; left: 0; width: 7px; height: 1px; content: ""; background: var(--brass); }
.price-card .button { width: 100%; margin-top: auto; min-height: 46px; padding: 0 14px; }
.pricing__fineprint { max-width: 880px; margin: 36px auto 0; color: rgba(255,253,247,.72); text-align: center; font-family: var(--serif); font-size: 1.05rem; }
.pricing__fineprint small { display: block; margin-top: 10px; color: rgba(255,253,247,.58); font-family: var(--sans); font-size: .67rem; line-height: 1.55; }

.memory { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; min-height: 0; padding: 0; background: var(--cream-light); }
.memory__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(64px, 6vw, 100px); }
.memory__copy h2 { font-size: clamp(3rem, 3.8vw, 4.5rem); }
.memory__copy p:not(.section-label) { max-width: 560px; color: var(--ink-soft); }
.memory__copy .memory__notice { display: grid; gap: 6px; margin: 12px 0 18px; padding: 18px 0; border-top: 1px solid var(--brass); border-bottom: 1px solid var(--line); }
.memory__notice strong { color: var(--evergreen-deep); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.memory__notice span { font-size: .82rem; line-height: 1.6; }
.memory__copy .button { margin-top: 12px; }
.memory__media { position: relative; width: 100%; min-height: 0; aspect-ratio: 3 / 2; align-self: center; margin: 0; overflow: hidden; }
.memory__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.organizations { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.organizations__grid { display: grid; grid-template-columns: 0.9fr 0.75fr; gap: 120px; }
.organizations__copy { max-width: 650px; }
.organizations__copy > p:not(.lead) { color: var(--ink-soft); }

.trust__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.trust__media { margin: 0; box-shadow: var(--shadow); }
.trust__copy h2 { font-size: clamp(3rem, 4.1vw, 4.6rem); }
.trust__copy > p:not(.section-label) { color: var(--ink-soft); }
.trust-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.trust-list li { display: grid; grid-template-columns: 170px 1fr; gap: 25px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.trust-list strong { font-size: 0.86rem; }
.trust-list span { color: var(--ink-soft); font-size: 0.82rem; line-height: 1.55; }

.faq__grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(70px, 10vw, 160px); align-items: start; }
.faq__heading { position: sticky; top: calc(var(--header-height) + 45px); }
.faq__heading h2 { font-size: clamp(2.8rem, 4vw, 4.4rem); }
.faq__heading > p:not(.section-label) { max-width: 470px; color: var(--ink-soft); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { display: grid; grid-template-columns: 1fr 28px; gap: 20px; align-items: center; width: 100%; padding: 24px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-family: var(--serif); font-size: 1.14rem; cursor: pointer; }
.faq-item button i { position: relative; width: 20px; height: 20px; }
.faq-item button i::before, .faq-item button i::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; content: ""; background: var(--brass); transform: translate(-50%, -50%); }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 180ms ease; }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 220ms ease; }
.faq-item__answer > div { overflow: hidden; }
.faq-item__answer p { max-width: 720px; margin: 0; padding: 0 45px 25px 0; color: var(--ink-soft); }
.faq-item button[aria-expanded="true"] + .faq-item__answer { grid-template-rows: 1fr; }

.start__grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.start__copy h2 { font-size: clamp(3rem, 4.3vw, 4.8rem); }
.start__copy > p:not(.section-label) { max-width: 520px; color: rgba(255,253,247,.72); }
.response-time { margin: 20px 0 0; color: var(--paper); font-family: var(--serif); font-size: 1.08rem; }
.contact-details { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; color: var(--brass-light); font-size: 0.88rem; }
.contact-details a { width: fit-content; text-underline-offset: 4px; }
.intake { border: 1px solid var(--brass-light); padding: 6px; background: rgba(255,255,255,.03); }
.intake__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; color: var(--ink); background: var(--cream); border-bottom: 1px solid var(--line); }
.intake__head span { font-family: var(--serif); font-size: 1.4rem; }
.intake__head small { color: var(--brass); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.intake__link-panel { display: grid; justify-items: start; gap: 20px; padding: clamp(34px, 5vw, 58px); color: var(--ink); background: var(--paper); }
.intake__link-panel p { max-width: 560px; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.45; }
.intake__link-panel small { color: var(--ink-soft); font-size: 0.76rem; }
.intake__link-panel small a { color: var(--evergreen); font-weight: 700; text-underline-offset: 3px; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 65px max(5vw, calc((100vw - 1400px) / 2)); background: var(--cream-light); border-bottom: 1px solid var(--line); }
.final-cta span { color: var(--brass); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.final-cta h2 { max-width: 800px; margin: 10px 0 0; font-size: clamp(2.4rem, 4vw, 4.3rem); }

.site-footer { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 70px 120px; padding: 70px max(5vw, calc((100vw - 1400px) / 2)) 28px; color: var(--paper); background: var(--evergreen-deep); }
.brand-lockup--footer { color: var(--brass-light); }
.site-footer__brand p { margin: 18px 0 2px; font-family: var(--serif); font-size: 1.1rem; }
.site-footer__brand span { color: rgba(255,253,247,.62); font-size: 0.75rem; }
.site-footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.site-footer__links div { display: flex; flex-direction: column; gap: 8px; }
.site-footer__links strong { margin-bottom: 5px; color: var(--brass-light); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer__links a { color: rgba(255,253,247,.78); text-decoration: none; font-size: 0.78rem; }
.site-footer__links a:hover { color: var(--brass-light); }
.site-footer__bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line-light); color: rgba(255,253,247,.5); font-size: 0.68rem; }
.site-footer__bottom a { color: inherit; text-underline-offset: 3px; }

.policy-page { background: var(--paper); }
.policy-header { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-height); padding: 0 max(5vw, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: var(--cream); }
.policy-nav { display: flex; align-items: center; gap: 26px; }
.policy-nav a { color: var(--ink); text-decoration: none; font-size: .86rem; font-weight: 600; }
.policy-nav a:hover { color: var(--brass-dark); }
.policy-nav .button, .policy-nav .button:hover { color: var(--paper); }
.policy-hero { padding: clamp(76px, 10vw, 138px) 0 clamp(62px, 8vw, 105px); color: var(--paper); background: var(--evergreen); }
.policy-shell { width: min(980px, calc(100vw - 96px)); margin: 0 auto; }
.policy-hero .section-label { color: var(--brass-light); }
.policy-hero h1 { max-width: 820px; margin-bottom: 25px; font-size: clamp(3.4rem, 7vw, 6.3rem); }
.policy-hero p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,253,247,.72); font-size: 1.05rem; }
.policy-content { padding: clamp(68px, 9vw, 120px) 0; }
.policy-layout { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(50px, 8vw, 100px); align-items: start; }
.policy-summary { position: sticky; top: calc(var(--header-height) + 24px); padding: 28px; border: 1px solid var(--line); background: var(--cream-light); }
.policy-summary strong { display: block; margin-bottom: 12px; color: var(--brass-dark); font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.policy-summary p { margin-bottom: 18px; color: var(--ink-soft); font-size: .88rem; }
.policy-summary a { color: var(--evergreen); font-weight: 700; text-underline-offset: 3px; }
.policy-copy section + section { margin-top: 54px; padding-top: 48px; border-top: 1px solid var(--line); }
.policy-copy h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.15rem); }
.policy-copy p, .policy-copy li { color: var(--ink-soft); }
.policy-copy ul { display: grid; gap: 10px; padding-left: 22px; }
.policy-copy a { color: var(--evergreen); font-weight: 700; text-underline-offset: 3px; }
.policy-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px max(5vw, calc((100vw - 1180px) / 2)); color: rgba(255,253,247,.72); background: var(--evergreen-deep); font-size: .78rem; }
.policy-footer a { color: var(--paper); text-underline-offset: 3px; }

.noscript { position: fixed; right: 20px; bottom: 20px; left: 20px; z-index: 200; margin: 0; padding: 14px; color: var(--paper); background: var(--evergreen-deep); text-align: center; }

.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.75,.25,1); }
.motion-ready .reveal--delay { transition-delay: 100ms; }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1120px); }
  .site-header { grid-template-columns: auto auto 1fr; }
  .site-nav { gap: 20px; }
  .site-nav__links { gap: 17px; }
  .site-nav__links a { font-size: 0.82rem; }
  .hero__copy { padding-right: 48px; padding-left: 48px; }
  .restoration__grid { grid-template-columns: 0.7fr 1.3fr; gap: 50px; }
  .work__layout { grid-template-columns: 0.7fr 1.8fr; }
  .work-way { padding: 44px 23px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card, .price-card:last-child { border: 1px solid var(--line); }
  .price-card.is-featured { margin: 0; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; --shell: calc(100% - 42px); }
  h1 { font-size: clamp(3.3rem, 10vw, 5.5rem); }
  .site-header { grid-template-columns: 1fr auto; padding: 0 22px; }
  .menu-button { display: inline-flex; align-items: center; gap: 11px; border: 0; color: var(--ink); background: transparent; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
  .menu-button__lines { display: grid; gap: 5px; width: 22px; }
  .menu-button__lines i { display: block; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] .menu-button__lines i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-button__lines i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; align-content: start; height: calc(100svh - var(--header-height)); gap: 28px; padding: 30px 22px 36px; overflow-y: auto; border-bottom: 1px solid var(--line); background: var(--cream); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform 220ms ease, opacity 220ms ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav__links { display: grid; gap: 0; }
  .site-nav__links a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.4rem; }
  .site-nav .button { justify-self: start; }
  .hero { grid-template-columns: 1fr; }
  .hero__copy { min-height: 620px; padding: 80px 7vw; }
  .hero__media { min-height: 520px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-item:last-child { border-bottom: 0; }
  .statement__grid, .archive__heading, .section-heading, .atlanta__heading, .pricing__heading, .organizations__grid, .faq__grid, .start__grid { grid-template-columns: 1fr; gap: 42px; }
  .restoration__grid, .trust__grid { grid-template-columns: 1fr; }
  .comparison { margin-top: 12px; }
  .archive-story { grid-template-columns: 1fr; }
  .archive-story__feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .work__layout { grid-template-columns: 1fr; }
  .work__image { min-height: 440px; }
  .work__ways { border-top: 1px solid var(--line); }
  .atlanta__scenes { grid-template-columns: 1fr; }
  .atlanta-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .atlanta-card:last-child { border-bottom: 0; }
  .atlanta__reach { text-align: left; }
  .atlanta__note { text-align: left; }
  .pricing__heading p { font-size: 1.1rem; }
  .memory { grid-template-columns: 1fr; }
  .memory__copy { padding: 90px 7vw; }
  .memory__media { min-height: 0; aspect-ratio: 3 / 2; }
  .faq__heading { position: static; }
  .site-footer { grid-template-columns: 1fr; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-summary { position: static; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  body { font-size: 15px; }
  h1 { font-size: clamp(3.15rem, 16vw, 4.5rem); line-height: .96; }
  h2 { font-size: clamp(2.7rem, 12vw, 3.8rem); }
  .brand-lockup { gap: 8px; }
  .brand-mark { width: 29px; height: 29px; }
  .wordmark { font-size: .92rem; letter-spacing: .18em; }
  .hero__copy { min-height: auto; padding: 75px 22px 70px; }
  .hero__copy p { font-size: 1rem; }
  .hero__media { min-height: 410px; }
  .hero__media img { object-position: 57% center; }
  .button-row { width: 100%; }
  .button-row .button { width: 100%; }
  .service-item { grid-template-columns: 42px 1fr; padding: 34px 22px; }
  .service-item__icon { width: 40px; }
  .section { padding: 82px 0; }
  .restoration__grid { gap: 34px; }
  .comparison__line i { width: 40px; height: 40px; }
  .archive__heading { gap: 24px; margin-bottom: 38px; }
  .archive-story__feature { display: block; }
  .archive-story__feature figcaption { padding: 24px 22px 28px; }
  .archive-story__details { padding: 42px 22px; }
  .archive-examples article { grid-template-columns: 1fr; gap: 6px; padding: 22px 0; }
  .archive-examples article > span { padding-top: 0; }
  .work__image { min-height: 360px; }
  .work__ways { grid-template-columns: 1fr; }
  .work-way { padding: 35px 18px; border-left: 0; border-bottom: 1px solid var(--line); }
  .work-way__number { margin-bottom: 18px; }
  .work-way h3 { min-height: 0; }
  .atlanta-card__copy { padding: 24px 22px 28px; }
  .pricing-tabs { grid-template-columns: 1fr; }
  .pricing-tabs button, .pricing-tabs button:last-child { border: 0; border-bottom: 1px solid var(--line-light); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 32px 24px; }
  .price-card h3, .price-card__description { min-height: auto; }
  .memory__copy { padding: 82px 22px; }
  .memory__media img { object-position: center; }
  .trust-list li { grid-template-columns: 1fr; gap: 7px; }
  .intake__head { padding: 20px 18px; }
  .intake__link-panel { padding: 30px 22px; }
  .intake__link-panel .button { width: 100%; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 55px 22px; }
  .site-footer { gap: 50px; padding: 60px 22px 24px; }
  .site-footer__links { grid-template-columns: 1fr 1fr; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .policy-header { min-height: 72px; padding: 0 22px; }
  .policy-nav a:not(:last-child) { display: none; }
  .policy-shell { width: calc(100vw - 44px); }
  .policy-hero { padding: 72px 0 66px; }
  .policy-content { padding: 68px 0 82px; }
  .policy-copy section + section { margin-top: 42px; padding-top: 38px; }
  .policy-footer { align-items: flex-start; flex-direction: column; padding: 30px 22px; }
}

@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; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
