:root {
  --ivory: #fbf6f1;
  --cream: #f2e8dd;
  --paper: #fffdfa;
  --teal: #244f58;
  --teal-dark: #173840;
  --gold: #b78d4e;
  --gold-soft: #ddc493;
  --ink: #192829;
  --muted: #667270;
  --line: rgba(183, 141, 78, 0.27);
  --shadow: 0 28px 80px rgba(36, 79, 88, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.thank-you-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--teal-dark);
}

.thank-you-shell {
  width: min(100%, 820px);
  padding: clamp(48px, 8vw, 88px) clamp(24px, 7vw, 72px);
  border: 1px solid rgba(221, 196, 147, 0.5);
  border-radius: 8px;
  background: var(--paper);
  text-align: center;
  box-shadow: var(--shadow);
}

.thank-you-shell img {
  width: min(100%, 260px);
  margin: 0 auto 28px;
}

.thank-you-shell h1 {
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 8vw, 6rem);
}

.thank-you-shell > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 auto 30px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--teal-dark);
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 68px);
  background: rgba(251, 246, 241, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.quick-list,
.social-links,
.contact-links,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center 43%;
  border: 1px solid rgba(183, 141, 78, 0.34);
  border-radius: 50%;
}

.nav-links {
  gap: clamp(16px, 3vw, 32px);
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.nav-links a,
.site-footer a,
.package-card a,
.social-links a,
.contact-links a {
  transition: color 160ms ease, border-color 160ms ease;
}

.nav-links a:hover,
.site-footer a:hover,
.package-card a:hover,
.social-links a:hover,
.contact-links a:hover {
  color: var(--gold);
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(36, 79, 88, 0.08);
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  padding: clamp(58px, 7vw, 94px) clamp(20px, 6vw, 78px) clamp(62px, 8vw, 104px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -18vw -30vw 38vw;
  height: 72vw;
  min-height: 620px;
  border: 1px solid rgba(183, 141, 78, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.82), transparent 34%),
    radial-gradient(circle at 55% 55%, rgba(221, 196, 147, 0.34), transparent 45%);
  pointer-events: none;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  color: var(--teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(4rem, 7.15vw, 7.15rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.65rem, 5vw, 4.85rem);
  line-height: 1.01;
}

h3 {
  margin-bottom: 14px;
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.08;
}

.hero-copy p:not(.eyebrow),
.contact-copy p {
  max-width: 640px;
  color: #475655;
  font-size: clamp(1.08rem, 1.85vw, 1.24rem);
  font-weight: 400;
  line-height: 1.78;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.social-links {
  flex-wrap: wrap;
  gap: 18px;
}

.hero-social {
  margin-top: 28px;
}

.social-links a,
.contact-links a {
  width: fit-content;
  border-bottom: 1px solid rgba(183, 141, 78, 0.48);
  color: var(--teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.2;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  background: var(--teal);
  color: white;
  box-shadow: 0 18px 38px rgba(36, 79, 88, 0.22);
}

.button.secondary {
  background: rgba(255, 253, 250, 0.88);
  border-color: var(--line);
  color: var(--teal);
}

.hero-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-panel img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center 46%;
}

.hero-panel-footer {
  padding: 22px clamp(18px, 2.4vw, 28px) 24px;
}

.hero-panel-footer > p {
  margin-bottom: 0;
  color: var(--teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.2;
}

.quick-list {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.quick-list span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.7);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.statement,
.detail-strip,
.section,
.mission-section,
.principles-section,
.feature-band,
.inspection-story,
.process-band,
.closing-quote,
.site-footer {
  padding-left: clamp(20px, 6vw, 78px);
  padding-right: clamp(20px, 6vw, 78px);
}

.statement {
  padding-top: 54px;
  padding-bottom: 58px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.statement p {
  max-width: 980px;
  margin: 0 auto;
  color: var(--teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1.06;
  text-align: center;
}

.detail-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.detail-strip div {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px;
  background: rgba(255, 253, 250, 0.84);
}

.detail-strip span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.detail-strip strong {
  color: var(--teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.08;
}

.mission-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: start;
  padding-top: clamp(76px, 9vw, 120px);
  padding-bottom: clamp(76px, 9vw, 120px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.mission-heading {
  max-width: 580px;
}

.mission-copy {
  max-width: 760px;
}

.mission-copy p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.82;
}

.mission-copy p:first-child {
  color: var(--teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.48rem;
  font-weight: 600;
  line-height: 1.45;
}

.mission-copy p:last-child {
  margin-bottom: 0;
}

.principles-section {
  padding-top: clamp(66px, 8vw, 98px);
  padding-bottom: clamp(66px, 8vw, 98px);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.principles-section > header {
  max-width: 720px;
  margin-bottom: 38px;
}

.principles-section > header h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.2rem);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 54px);
}

.principles-grid article {
  padding-top: 24px;
  border-top: 1px solid rgba(183, 141, 78, 0.5);
}

.principles-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.principles-grid h3 {
  font-size: 1.72rem;
}

.principles-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.section {
  padding-top: clamp(74px, 10vw, 132px);
  padding-bottom: clamp(74px, 10vw, 132px);
}

.section-heading {
  max-width: 870px;
  margin-bottom: 38px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-grid,
.package-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

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

.service-card,
.package-card,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 20px 58px rgba(36, 79, 88, 0.06);
}

.service-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
}

.service-card span {
  margin-bottom: auto;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.service-card p,
.feature-list p,
.package-card p,
.process-list p,
.faq-grid p,
.contact-copy p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
  padding-top: clamp(78px, 9vw, 112px);
  padding-bottom: clamp(78px, 9vw, 112px);
  background: var(--teal-dark);
  color: white;
}

.feature-band h2 {
  color: white;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  padding: 22px 0;
  border-top: 1px solid rgba(221, 196, 147, 0.36);
}

.feature-list div:last-child {
  border-bottom: 1px solid rgba(221, 196, 147, 0.36);
}

.feature-list strong {
  display: block;
  margin-bottom: 7px;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.58rem;
  font-weight: 600;
  line-height: 1.08;
}

.feature-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.inspection-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  padding-top: clamp(76px, 9vw, 120px);
  padding-bottom: clamp(76px, 9vw, 120px);
  background: var(--paper);
}

.inspection-story figure {
  margin: 0;
}

.inspection-story img {
  width: 100%;
  max-height: 720px;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 24px 68px rgba(36, 79, 88, 0.13);
}

.inspection-copy {
  max-width: 690px;
}

.inspection-copy > p:not(.eyebrow) {
  margin-top: 28px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.78;
}

.inspection-copy ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.inspection-copy li {
  padding: 15px 0;
  border-top: 1px solid var(--line);
  color: var(--teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.inspection-copy li:last-child {
  border-bottom: 1px solid var(--line);
}

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

.package-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.package-card.featured {
  background: var(--teal);
  color: white;
  box-shadow: var(--shadow);
}

.package-card.featured h3,
.package-card.featured a {
  color: white;
}

.package-card.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.package-label {
  margin-bottom: 42px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.package-card a {
  width: fit-content;
  margin-top: auto;
  border-bottom: 1px solid currentColor;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-band {
  padding-top: clamp(74px, 9vw, 116px);
  padding-bottom: clamp(74px, 9vw, 116px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  padding: 26px 0 0;
  border-top: 1px solid rgba(183, 141, 78, 0.36);
}

.process-list span {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.process-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.08;
}

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

details {
  padding: 24px;
}

summary {
  color: var(--teal-dark);
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.14;
}

details p {
  margin: 14px 0 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
  gap: clamp(32px, 7vw, 88px);
}

.contact-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 26px;
}

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

label,
label span {
  display: grid;
  gap: 8px;
}

.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

label span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.98rem;
  line-height: 1.55;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input {
  min-height: 52px;
  padding: 0 15px;
}

textarea {
  resize: vertical;
  padding: 14px 15px;
}

input:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(183, 141, 78, 0.16);
}

.full {
  grid-column: 1 / -1;
}

.contact-form .button {
  min-height: 54px;
  font-size: 1rem;
}

.closing-quote {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding-top: clamp(34px, 4vw, 52px);
  padding-bottom: clamp(34px, 4vw, 52px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--teal-dark);
  text-align: center;
}

.closing-quote > span {
  color: var(--gold-soft);
  font-size: 1.3rem;
  line-height: 1;
}

.closing-quote blockquote {
  max-width: 900px;
  margin: 0;
}

.closing-quote blockquote p {
  margin-bottom: 16px;
  color: white;
  font-family: "Allura", "Segoe Script", cursive;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  font-weight: 400;
  line-height: 1.16;
}

.closing-quote blockquote footer {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: start;
  gap: 20px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.site-footer p,
.footer-brand strong {
  margin: 0;
}

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

.footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center 43%;
  border: 1px solid rgba(183, 141, 78, 0.34);
  border-radius: 50%;
}

.footer-brand strong {
  display: block;
  color: var(--teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.1;
}

.footer-brand p {
  margin-top: 4px;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  max-width: 440px;
}

.footer-links a {
  font-weight: 600;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

@media (max-width: 1120px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero,
  .mission-section,
  .feature-band,
  .inspection-story,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    max-width: 540px;
  }

  .package-grid,
  .process-list,
  .faq-grid,
  .principles-grid,
  .detail-strip {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    padding: 10px 18px;
  }

  .brand {
    font-size: 1.45rem;
  }

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

  .nav-links {
    display: none;
  }

  .nav-action {
    min-height: 38px;
    padding-inline: 13px;
  }

  .hero {
    padding: 48px 18px 64px;
  }

  h1 {
    font-size: clamp(3rem, 13.5vw, 4.8rem);
    line-height: 1;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .statement,
  .detail-strip,
  .section,
  .mission-section,
  .principles-section,
  .feature-band,
  .inspection-story,
  .process-band,
  .closing-quote,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-card,
  .package-card {
    min-height: 240px;
  }

  .site-footer {
    align-items: flex-start;
  }
}
