:root {
  --bg: #f4f7f5;
  --surface: #ffffff;
  --surface-soft: #e8efec;
  --ink: #17231f;
  --muted: #60706a;
  --line: #d6e0dc;
  --accent: #18705a;
  --accent-dark: #0e5544;
  --dark: #172922;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(22, 48, 39, 0.08);
  --container: 1180px;
  --section-space: clamp(84px, 8vw, 116px);
  --card-padding: 28px;
  --grid-gap: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main > section[id] {
  scroll-margin-top: 86px;
}

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

body.modal-open,
body.menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(24, 112, 90, 0.35);
  outline-offset: 3px;
}

.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: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--accent-dark);
  border-radius: 8px;
  transform: translateY(-150%);
}

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(244, 247, 245, 0.9);
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(21, 44, 36, 0.05);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand > span:last-child {
  white-space: nowrap;
}

.brand-logo-shell {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  background: transparent;
}

.brand-logo {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 27px);
}

.main-nav a {
  color: #46564f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--accent);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 23px;
  border: 1px solid var(--accent);
  color: #fff;
  background: var(--accent);
  border-radius: 11px;
  box-shadow: none;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: var(--accent-dark);
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.button:active,
.text-button:active {
  transform: translateY(0) scale(0.985);
}

.button-small {
  min-height: 43px;
  padding: 9px 16px;
  font-size: 14px;
}

.header-cta.button-small {
  min-height: 52px;
  padding: 13px 23px;
  font-size: 16px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 5vw, 74px) 0 46px;
}

.hero::before {
  position: absolute;
  top: -200px;
  right: -170px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(24, 112, 90, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 90px rgba(24, 112, 90, 0.025), 0 0 0 180px rgba(24, 112, 90, 0.018);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  gap: clamp(40px, 6vw, 80px);
}

.hero-copy,
.hero-photo-frame {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 19px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.12;
}

h2 {
  text-wrap: balance;
}

h3 {
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

h1 {
  max-width: 720px;
  margin-bottom: 27px;
  font-size: clamp(40px, 4.6vw, 60px);
  font-weight: 740;
  letter-spacing: -0.055em;
}

h1 span {
  color: var(--accent);
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 650;
  line-height: 1.45;
}

.hero-description {
  max-width: 660px;
  margin-bottom: 28px;
  color: #44544e;
}

.hero-problems {
  display: grid;
  margin: 0 0 12px;
  padding: 0;
  gap: 3px;
  list-style: none;
}

.hero-problems li {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.hero-description p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6;
}

.hero-description p:last-child {
  margin-bottom: 0;
}

.hero-cta-note {
  max-width: 460px;
  margin: 12px 0 0;
  color: #53645d;
  font-size: 14px;
  line-height: 1.6;
}

.hero-photo-frame {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--line);
  justify-self: end;
  background: var(--surface-soft);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.benefits {
  display: grid;
  margin-top: clamp(70px, 9vw, 118px);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.benefit {
  display: flex;
  align-items: flex-start;
  padding: 25px 27px 0 0;
}

.benefit + .benefit {
  padding-left: 27px;
  border-left: 1px solid var(--line);
}

.benefit p {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.section {
  padding: var(--section-space) 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 48px;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 730;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.problems-section {
  background: var(--surface);
}

.problem-grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
}

.problem-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 220px;
  padding: var(--card-padding);
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  flex-direction: column;
  transition: border-color 160ms ease, transform 160ms ease;
}

.problem-card:hover {
  border-color: #a9c1b8;
  transform: translateY(-3px);
}

.problem-card h3 {
  min-height: 52px;
  margin-bottom: 15px;
}

.problem-card p {
  margin-bottom: 0;
  color: #53645d;
  font-size: 15px;
  line-height: 1.6;
}

.problem-card-cta {
  border-color: var(--accent);
  background: var(--accent);
}

.problem-card-cta h3,
.problem-card-cta p {
  color: #fff;
}

.problem-card-cta p + p {
  margin-top: 10px;
  color: #d4ebe2;
}

.text-button {
  display: inline-flex;
  width: fit-content;
  min-height: 52px;
  margin-top: auto;
  padding: 13px 23px;
  border: 1px solid rgba(255,255,255,.6);
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background: transparent;
  border-radius: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.text-button:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.section-muted {
  background: var(--surface-soft);
}

.trust-section {
  background: #f6f9f7;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  gap: clamp(55px, 9vw, 130px);
}

.trust-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.trust-intro > p:last-child,
.faq-intro > p:last-child {
  max-width: 470px;
  color: var(--muted);
  font-size: 18px;
}

.principles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.principles-list li {
  display: grid;
  padding: 23px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr;
}

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

.principles-list p {
  margin: 0;
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 620;
  line-height: 1.45;
}

.process-section {
  overflow: hidden;
}

.process-route {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.process-route::before {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  width: 1px;
  background: #a9c2b8;
  content: "";
}

.process-route li {
  position: relative;
  display: grid;
  min-height: 116px;
  padding-bottom: 30px;
  grid-template-columns: 72px 1fr;
  gap: 22px;
}

.process-route li:last-child {
  min-height: 0;
  padding-bottom: 0;
}

.process-number {
  z-index: 1;
  display: grid;
  width: 51px;
  height: 51px;
  place-items: center;
  border: 1px solid #9db9ae;
  color: var(--accent);
  background: var(--surface-soft);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
}

.process-route li:first-child .process-number,
.process-route li:last-child .process-number {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.process-route h3 {
  margin: 1px 0 9px;
}

.process-route p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
}

.works-section {
  background: #fff;
}

.case-grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
}

.case-report {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--line);
  background: #fbfcfb;
  border-radius: var(--radius);
}

.case-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-report-head {
  display: flex;
  min-height: 65px;
  padding: 18px var(--card-padding);
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  background: var(--dark);
}

.case-report-head span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-title {
  min-height: 74px;
  margin: 0;
  padding: 22px var(--card-padding) 0;
  font-size: 20px;
}

.case-report dl {
  margin: 0;
  padding: 4px var(--card-padding) 14px;
}

.case-report dl div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.case-report dl div:last-child {
  border-bottom: 0;
}

.case-report dt {
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.case-report dd {
  margin: 0;
  color: #53645d;
  font-size: 15px;
  line-height: 1.55;
}

.assembly-note {
  display: grid;
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  align-items: center;
  background: var(--surface-soft);
  border-radius: var(--radius);
  grid-template-columns: .55fr 1fr 1fr;
  gap: 24px;
}

.assembly-note strong {
  font-size: 17px;
}

.assembly-note p {
  margin: 0;
  color: #53645d;
  font-size: 15px;
  line-height: 1.55;
}

.section-dark {
  color: #fff;
  background: var(--dark);
}

.section-dark .eyebrow {
  color: #73c3a5;
}

.price-heading {
  display: grid;
  margin-bottom: 58px;
  align-items: end;
  grid-template-columns: 1fr .7fr;
  gap: 40px;
}

.price-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -21px;
}

.price-heading h2 {
  margin-bottom: 0;
}

.price-heading > p:last-child {
  margin-bottom: 8px;
  color: #b9cbc4;
  font-size: 20px;
}

.price-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.price-options article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .035);
  border-radius: var(--radius);
}

.price-options span {
  display: block;
  min-height: 44px;
  color: #c8d7d1;
  font-size: 15px;
  font-weight: 700;
}

.price-options strong {
  display: block;
  margin: 22px 0 16px;
  color: #73c3a5;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}

.price-options p {
  margin: 0;
  color: #c2d1cb;
  font-size: 15px;
  line-height: 1.55;
}

.price-assurance {
  display: grid;
  margin-top: 26px;
  padding: 28px 30px;
  border: 1px solid rgba(115, 195, 165, .42);
  align-items: center;
  grid-template-columns: 1.35fr .65fr;
  gap: 38px;
  background: rgba(115, 195, 165, .07);
  border-radius: 14px;
}

.price-assurance > div + div {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.price-assurance strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 19px;
}

.price-assurance p {
  margin: 0;
  color: #c2d1cb;
  font-size: 15px;
  line-height: 1.6;
}

.warranty-note {
  display: grid;
  margin-top: 14px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  border-radius: 14px;
}

.warranty-note strong {
  color: #fff;
  font-size: 16px;
}

.warranty-note p {
  margin: 0;
  color: #c2d1cb;
  font-size: 15px;
  line-height: 1.6;
}

.price-action {
  display: flex;
  margin-top: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.price-action p {
  max-width: 650px;
  margin: 0;
  color: #b9cbc4;
}

.price-action .button {
  flex: 0 0 auto;
  border-color: #fff;
  color: var(--accent-dark);
  background: #fff;
}

.price-action .button:hover {
  border-color: #eef5f2;
  color: var(--accent-dark);
  background: #eef5f2;
}

.honesty-section {
  padding: var(--section-space) 0;
  border-bottom: 1px solid #cfddd7;
  color: #25362f;
  background: #dfeae5;
}

.honesty-inner {
  display: grid;
  grid-template-columns: .36fr 1fr;
  gap: clamp(45px, 8vw, 110px);
}

.honesty-label {
  position: relative;
  margin: 12px 0 0;
  padding-top: 22px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.honesty-label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 2px;
  background: var(--accent);
  content: "";
}

.honesty-inner > div {
  max-width: 760px;
}

.honesty-inner h2 {
  margin-bottom: 25px;
}

.honesty-inner p {
  font-size: 17px;
}

.honesty-lead {
  color: var(--accent-dark);
  font-size: clamp(23px, 2.5vw, 30px) !important;
  font-weight: 650;
  letter-spacing: -.02em;
}

.honesty-options {
  display: grid;
  margin: 30px 0;
  border-top: 1px solid #aebfb8;
  border-bottom: 1px solid #aebfb8;
  grid-template-columns: 1fr 1fr;
}

.honesty-options p {
  margin: 0;
  padding: 20px 22px 20px 0;
  font-weight: 650;
}

.honesty-options p + p {
  padding-left: 22px;
  border-left: 1px solid #aebfb8;
}

.honesty-conclusion {
  margin-bottom: 0;
  font-weight: 680;
}

.values-section {
  background: #fff;
}

.values-layout {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: clamp(55px, 9vw, 130px);
}

.master-photo {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 20px;
}

.values-copy {
  align-self: center;
  max-width: 68ch;
}

.values-copy > p:not(.eyebrow):not(.master-signature) {
  color: #46564f;
  font-size: 17px;
}

.master-signature {
  display: flex;
  margin: 35px 0 0;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  align-items: baseline;
  gap: 12px;
}

.master-signature strong {
  color: var(--ink);
  font-size: 20px;
}

.master-signature span {
  color: #53645d;
  font-size: 14px;
}

.experience-note {
  width: fit-content;
  margin: 14px 0 0;
  padding: 8px 12px;
  color: var(--accent) !important;
  background: var(--surface-soft);
  border-radius: 8px;
  font-size: 14px !important;
  font-weight: 750;
}

.review-grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
}

.review-placeholder {
  position: relative;
  display: flex;
  min-height: 300px;
  height: 100%;
  padding: var(--card-padding);
  border: 1px solid #c5d4ce;
  background: rgba(255, 255, 255, .6);
  border-radius: var(--radius);
  flex-direction: column;
}

.review-placeholder::before {
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 33px;
  background: var(--accent);
  content: "";
}

.review-source span,
.review-source b {
  display: block;
}

.review-source span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.review-source b {
  margin-top: 3px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.review-placeholder > p {
  margin: 29px 0;
  color: #43564e;
  font-size: 16px;
  line-height: 1.6;
}

.review-link-placeholder {
  margin-top: auto;
  color: var(--accent);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-thickness 160ms ease;
}

.review-link-placeholder:hover {
  color: var(--accent-dark);
  text-decoration-thickness: 2px;
}

.review-link-placeholder:focus-visible {
  color: var(--accent-dark);
  outline-color: rgba(24, 112, 90, .55);
}

.section-cta {
  display: flex;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid #c5d4ce;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(255, 255, 255, .72);
  border-radius: var(--radius);
}

.section-cta p {
  margin: 0;
}

.section-cta strong,
.section-cta span {
  display: block;
}

.section-cta span {
  margin-top: 3px;
  color: #53645d;
  font-size: 15px;
  line-height: 1.55;
}

.faq-section {
  background: #f8faf9;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(480px, 1.3fr);
  gap: clamp(55px, 9vw, 120px);
}

.faq-intro {
  align-self: start;
}

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

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-item h3 {
  margin: 0;
}

.accordion-item button {
  display: grid;
  width: 100%;
  min-height: 75px;
  padding: 22px 0;
  border: 0;
  align-items: center;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  font-weight: 680;
  line-height: 1.28;
  grid-template-columns: 1fr 26px;
  gap: 20px;
  text-align: left;
}

.accordion-item button:hover {
  color: var(--accent);
}

.accordion-item button span {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #a9bcb4;
  border-radius: 50%;
  transition: border-color 180ms ease, transform 240ms ease;
}

.accordion-item button span::before,
.accordion-item button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: translate(-50%, -50%);
}

.accordion-item button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item button[aria-expanded="true"] {
  color: var(--accent);
}

.accordion-item button[aria-expanded="true"] span {
  border-color: var(--accent);
  transform: rotate(45deg);
}

.accordion-answer[hidden] {
  display: none;
}

.accordion-answer {
  display: grid;
  overflow: hidden;
  padding: 0;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 260ms ease, opacity 200ms ease, padding-bottom 260ms ease;
}

.accordion-answer.is-open {
  padding-bottom: 23px;
  grid-template-rows: 1fr;
  opacity: 1;
}

.accordion-answer p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 50px 0 0;
  color: #53645d;
  font-size: 16px;
  line-height: 1.65;
}

.contact-section {
  padding: var(--section-space) 0;
  color: #fff;
  background: var(--accent);
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.contact-inner .eyebrow {
  color: #bde0d3;
}

.contact-inner h2 {
  max-width: 700px;
  margin-bottom: 15px;
}

.contact-inner p:last-child {
  margin-bottom: 0;
  color: #d5eae2;
}

.contact-inner > div:first-child {
  max-width: 720px;
}

.contact-inner > div:first-child p {
  margin-bottom: 8px;
  color: #d5eae2;
}

.service-area-list {
  display: grid;
  margin: 26px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
}

.service-area-list li {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
  border-radius: 10px;
}

.service-area-list strong,
.service-area-list span {
  display: block;
}

.service-area-list strong {
  font-size: 14px;
}

.service-area-list span {
  margin-top: 4px;
  color: #e5f2ed;
  font-size: 14px;
  line-height: 1.5;
}

.contact-action {
  display: flex;
  max-width: 350px;
  flex: 0 0 330px;
  align-items: stretch;
  flex-direction: column;
  gap: 13px;
}

.contact-action small {
  color: #e5f2ed;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.button-light {
  border-color: #fff;
  color: var(--accent-dark);
  background: #fff;
}

.button-light:hover {
  border-color: #eef5f2;
  color: var(--accent-dark);
  background: #eef5f2;
}

.js-open-contact {
  min-height: 52px;
  padding: 13px 23px;
  border-radius: 11px;
}

.site-footer {
  padding: 28px 0;
  color: #bccbc5;
  background: #102019;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-footer {
  color: #fff;
  font-size: 22px;
}

.brand-footer .brand-logo-shell {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

.brand-footer .brand-logo {
  width: 52px;
  height: 52px;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.mobile-contact-bar {
  display: none;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 20px;
  place-items: center;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 19, 0.72);
  backdrop-filter: blur(5px);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 570px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: clamp(28px, 5vw, 46px);
  background: var(--surface);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(4, 20, 14, 0.28);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--line);
  place-items: center;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.modal-heading {
  padding-right: 35px;
}

.modal-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 5vw, 42px);
}

.modal-heading > p:last-child {
  margin: 0 0 26px;
  color: #53645d;
  font-size: 15px;
  line-height: 1.6;
}

.contact-options {
  display: grid;
  gap: 10px;
}

.contact-options[hidden] {
  display: none;
}

.contact-option {
  display: grid;
  width: 100%;
  min-height: 72px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  align-items: center;
  color: var(--ink);
  background: #fff;
  border-radius: 13px;
  cursor: pointer;
  grid-template-columns: 43px 1fr auto;
  gap: 13px;
  text-align: left;
  text-decoration: none;
}

.contact-option:hover {
  border-color: #9cb9ae;
  background: #f6faf8;
}

.contact-option-primary {
  border-color: var(--accent);
}

.option-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--accent);
  background: var(--surface-soft);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 850;
}

.contact-option b,
.contact-option small {
  display: block;
}

.contact-option b {
  font-size: 15px;
}

.contact-option small {
  margin-top: 2px;
  color: #53645d;
  font-size: 14px;
  line-height: 1.45;
}

.contact-option i {
  color: var(--accent);
  font-style: normal;
}

.request-form {
  display: grid;
  gap: 17px;
}

.request-form[hidden] {
  display: none;
}

.request-form label > span {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid #b7c5c0;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border-radius: 9px;
}

.request-form textarea {
  resize: vertical;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: var(--accent);
}

.request-form-note {
  margin: 0;
  color: #53645d;
  font-size: 14px;
  line-height: 1.6;
}

.request-form .button {
  margin-top: 4px;
}

.back-button {
  width: fit-content;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  color: var(--accent);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 14px;
  }

  .main-nav a {
    font-size: 13px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 45px;
  }
}

@media (max-width: 820px) {
  :root {
    --section-space: 82px;
    --card-padding: 26px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  main > section[id] {
    scroll-margin-top: 76px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand {
    gap: 10px;
    font-size: 20px;
  }

  .brand-logo-shell {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand-footer {
    font-size: 20px;
  }

  .brand-footer .brand-logo-shell {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand-footer .brand-logo {
    width: 46px;
    height: 46px;
  }

  body {
    padding-bottom: 80px;
  }

  body.modal-open,
  body.menu-open {
    padding-bottom: 80px;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 16px max(10px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(244, 247, 245, .96);
    box-shadow: 0 -10px 30px rgba(18, 40, 32, .09);
    backdrop-filter: blur(16px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 0s linear 180ms;
  }

  .mobile-contact-bar.is-suppressed {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }

  .mobile-contact-bar .button {
    width: 100%;
  }

  body.modal-open .mobile-contact-bar {
    visibility: hidden;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid var(--line);
    place-items: center;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
  }

  .menu-toggle-lines,
  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    display: block;
    width: 19px;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
    content: "";
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .menu-toggle-lines::before {
    transform: translateY(-6px);
  }

  .menu-toggle-lines::after {
    transform: translateY(4px);
  }

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

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

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

  .main-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    padding: 22px 20px 30px;
    align-items: stretch;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(18, 40, 32, 0.08);
    flex-direction: column;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 8px 0;
    font-size: 16px;
  }

  .hero {
    padding-top: 65px;
  }

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

  .hero-photo-frame {
    width: min(100%, 390px);
    justify-self: start;
  }

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

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

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

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

  .trust-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .trust-intro {
    position: static;
  }

  .case-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .section-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .case-grid {
    gap: 22px;
  }

  .case-report dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }

  .price-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .price-heading .eyebrow {
    margin-bottom: 0;
  }

  .assembly-note,
  .warranty-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .price-options,
  .price-assurance,
  .service-area-list {
    grid-template-columns: 1fr;
  }

  .price-options article {
    min-height: 0;
  }

  .price-options span {
    min-height: 0;
  }

  .price-assurance > div + div {
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .price-action {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .honesty-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .values-layout {
    grid-template-columns: .75fr 1fr;
    gap: 45px;
  }

}

@media (max-width: 560px) {
  :root {
    --section-space: 68px;
    --card-padding: 22px;
    --grid-gap: 14px;
  }

  .hero::before {
    opacity: .55;
  }

  h1 {
    margin-bottom: 20px;
    font-size: clamp(30px, 9.4vw, 40px);
    hyphens: none;
    overflow-wrap: normal;
  }

  h3 {
    font-size: 18px;
  }

  .hero-subtitle {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-description {
    margin-bottom: 20px;
  }

  .hero-description p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-problems {
    margin-bottom: 10px;
    gap: 2px;
  }

  .hero-problems li {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-copy .button {
    width: 100%;
  }

  .hero-cta-note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
  }

  .hero-photo-frame {
    border-radius: 19px;
  }

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

  .benefit,
  .benefit + .benefit,
  .benefit:nth-child(3) {
    margin-top: 0;
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .problem-card {
    min-height: 0;
    padding: var(--card-padding);
  }

  .problem-card h3 {
    min-height: 0;
  }

  .process-route li {
    grid-template-columns: 58px 1fr;
    gap: 13px;
  }

  .case-report dl {
    display: block;
  }

  .case-title {
    min-height: 0;
  }

  .assembly-note,
  .price-assurance,
  .warranty-note {
    padding: 20px;
  }

  .price-options article {
    padding: 22px;
  }

  .price-options strong {
    margin: 14px 0 12px;
  }

  .price-action .button {
    width: 100%;
  }

  .honesty-options {
    grid-template-columns: 1fr;
  }

  .honesty-options p + p {
    padding-left: 0;
    border-top: 1px solid #aebfb8;
    border-left: 0;
  }

  .values-layout {
    grid-template-columns: 1fr;
  }

  .master-signature {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .accordion-item button {
    padding: 20px 0;
    font-size: 18px;
  }

  .accordion-answer p {
    padding-right: 0;
  }

  .contact-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-action {
    max-width: none;
    flex: 0 0 auto;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .modal {
    padding: 10px;
    align-items: end;
  }

  .modal-dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 28px 20px 24px;
    border-radius: 20px 20px 12px 12px;
  }

  .modal-close {
    top: 14px;
    right: 14px;
  }

  .modal-heading h2 {
    margin-bottom: 24px;
  }
}

@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;
  }

  .mobile-contact-bar {
    transition: none;
  }

  .mobile-contact-bar.is-suppressed {
    transform: none;
  }
}
