:root {
  --paper: #f2f6f4;
  --white: #ffffff;
  --ink: #17221f;
  --ink-soft: #3f514b;
  --holly: #0f5a4a;
  --holly-dark: #093d34;
  --primer: #788983;
  --mist: #dbe4e0;
  --line: #c8d4cf;
  --tape: #d8a83d;
  --danger: #a33b32;
  --shadow: 0 28px 80px rgba(11, 42, 34, 0.12);
  --shell: min(1180px, calc(100vw - 48px));
  --display: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --body: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --utility: Bahnschrift, "Arial Narrow", "Roboto Condensed", sans-serif;
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.response-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 20px;
  background:
    radial-gradient(circle at 12% 8%, rgba(211, 232, 221, 0.9), transparent 34%),
    var(--paper);
  color: var(--ink);
}

.response-card {
  width: min(100%, 680px);
  padding: clamp(32px, 7vw, 64px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(17, 47, 38, 0.12);
}

.response-card__mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--holly);
  color: #fff;
  font-family: var(--display);
  font-size: 1.7rem;
}

.response-card h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.response-card > p {
  margin: 20px 0 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.response-card__phone {
  display: block;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  color: var(--holly-dark);
  text-decoration: none;
}

.response-card__phone small,
.response-card__phone strong {
  display: block;
}

.response-card__phone strong {
  margin-top: 4px;
  font-size: clamp(1.45rem, 5vw, 2rem);
  letter-spacing: 0.04em;
}

.response-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

h1,
h2,
h3,
p {
  line-break: strict;
}

h1,
h2 {
  text-wrap: balance;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(15, 90, 74, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 90, 74, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

img,
svg {
  max-width: 100%;
}

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

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

:focus-visible {
  outline: 3px solid var(--tape);
  outline-offset: 4px;
}

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

.nowrap {
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.preview-banner {
  padding: 7px 20px;
  color: #332400;
  background: var(--tape);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(15, 90, 74, 0.13);
  background: rgba(242, 246, 244, 0.94);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: flex;
  min-height: 78px;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid currentColor;
  color: var(--holly);
  font-family: var(--display);
  font-size: 21px;
  transform: rotate(-3deg);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.03em;
}

.brand small {
  margin-top: 1px;
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:not(.nav-cta):hover {
  color: var(--holly);
}

.desktop-nav .nav-cta {
  padding: 10px 16px;
  color: var(--white);
  background: var(--holly);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 86% 18%, rgba(216, 168, 61, 0.16), transparent 22%),
    linear-gradient(135deg, var(--paper) 0%, #eaf1ee 62%, #dde8e3 100%);
}

.hero__rail {
  position: absolute;
  top: 0;
  right: max(16px, calc((100vw - 1280px) / 2));
  width: 42px;
  height: 100%;
  border-inline: 1px solid rgba(15, 90, 74, 0.19);
  background-image: repeating-linear-gradient(to bottom, transparent 0 23px, rgba(15, 90, 74, 0.2) 24px 25px);
}

.hero__rail span {
  position: sticky;
  top: 108px;
  display: block;
  padding-top: 20px;
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: 72px;
  align-items: center;
}

.hero__copy {
  animation: hero-enter 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.eyebrow,
.section-kicker,
.utility-label {
  margin: 0 0 16px;
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.6vw, 78px);
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: -0.045em;
}

.hero h1 > span,
.hero h1 > em,
.principle h2 > span,
.section-heading h2 > span,
.contact__intro h2 > span {
  display: block;
  white-space: nowrap;
}

.hero h1 > span {
  white-space: nowrap;
}

.hero h1 > span:last-child {
  margin-top: 0.08em;
  font-size: 0.55em;
  letter-spacing: -0.02em;
  line-height: 1.45;
  white-space: nowrap;
}

.hero h1 em {
  position: relative;
  color: var(--holly);
  font-size: clamp(25px, 4.2vw, 52px);
  font-style: normal;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: 0.03em;
  left: 0;
  z-index: -1;
  height: 0.18em;
  content: "";
  background: var(--tape);
  transform: rotate(-1deg);
  transform-origin: left;
}

.hero-photo {
  position: relative;
  margin: 0 30px 0 0;
  overflow: hidden;
  border: 1px solid rgba(15, 90, 74, 0.2);
  background: var(--white);
  box-shadow: var(--shadow);
  animation: board-enter 820ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-photo--mobile {
  display: none;
}

.hero-photo picture,
.section-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-photo::before {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  padding: 8px 11px;
  color: var(--white);
  background: rgba(11, 33, 28, 0.82);
  content: "HOUSE CHECK";
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

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

.hero-photo figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
}

.hero-photo figcaption span,
.hero-photo figcaption b,
.hero-photo figcaption small {
  display: block;
}

.hero-photo figcaption b {
  font-family: var(--display);
  font-size: 17px;
}

.hero-photo figcaption span small,
.hero-photo figcaption > small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
}

.hero-photo figcaption > small {
  flex: 0 0 auto;
  text-align: right;
}

.hero__lead {
  max-width: 650px;
  margin: 30px 0 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.9;
}

.hero__note {
  display: flex;
  max-width: 640px;
  align-items: center;
  gap: 12px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.hero__note strong {
  flex: none;
  padding: 6px 9px;
  color: #332400;
  background: #efd281;
  font-family: var(--utility);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

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

.button--primary {
  color: var(--white);
  background: var(--holly);
  box-shadow: 8px 8px 0 var(--ink);
}

.button--primary:hover {
  background: var(--holly-dark);
  box-shadow: 5px 5px 0 var(--ink);
}

.button--quiet {
  border-color: var(--holly);
  color: var(--holly);
  background: transparent;
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.micro-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.micro-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.micro-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 2px;
  content: "";
  background: var(--tape);
}

.inspection-board {
  position: relative;
  margin-right: 30px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  animation: board-enter 820ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.inspection-board::before {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 120px;
  height: 26px;
  content: "";
  background: rgba(216, 168, 61, 0.85);
  transform: translateX(-50%) rotate(-2deg);
  clip-path: polygon(2% 12%, 98% 0, 100% 88%, 0 100%);
}

.inspection-board__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.inspection-board__head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 25px;
}

.inspection-board__head .utility-label {
  margin-bottom: 3px;
  font-size: 12px;
}

.inspection-board__stamp {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid var(--holly);
  border-radius: 50%;
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: rotate(7deg);
}

.swatch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 22px;
  background: var(--line);
  border: 1px solid var(--line);
}

.swatch {
  display: grid;
  grid-template-columns: 76px 1fr;
  min-height: 104px;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background: var(--white);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.swatch:hover {
  background: #f8fbfa;
}

.swatch__visual {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  overflow: hidden;
  border: 1px solid rgba(23, 34, 31, 0.1);
  background-color: #bdc6bf;
}

.swatch--crack .swatch__visual::after {
  position: absolute;
  top: -5px;
  left: 37px;
  width: 2px;
  height: 92px;
  content: "";
  background: var(--ink);
  box-shadow: 7px 21px 0 -0.5px var(--ink), -6px 39px 0 -0.5px var(--ink);
  transform: rotate(17deg);
}

.swatch--chalk .swatch__visual {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 65%, rgba(255, 255, 255, 0.75) 0 3px, transparent 4px),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.7) 0 1px, transparent 2px),
    #819791;
  background-size: 18px 18px, 23px 23px, 14px 14px, auto;
}

.swatch--seal .swatch__visual {
  background: linear-gradient(90deg, #a8b4ae 0 43%, #3f4a46 43% 50%, #bdc7c2 50% 100%);
}

.swatch--seal .swatch__visual::after {
  position: absolute;
  top: 18px;
  bottom: 9px;
  left: 45%;
  width: 4px;
  content: "";
  background: repeating-linear-gradient(to bottom, transparent 0 9px, #f2f6f4 10px 13px);
}

.swatch--stain .swatch__visual {
  background:
    linear-gradient(to bottom, transparent 0 34%, rgba(52, 75, 69, 0.45) 35% 40%, rgba(52, 75, 69, 0.16) 42% 70%, transparent 82%),
    #cbd4d0;
}

.swatch b,
.swatch small {
  display: block;
}

.swatch b {
  font-family: var(--display);
  font-size: 15px;
}

.swatch small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.inspection-board__foot {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.principle {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.principle::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.48;
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(15, 90, 74, 0.045) 50% 50.1%, transparent 50.2%),
    radial-gradient(circle at 92% 12%, rgba(216, 168, 61, 0.16), transparent 26%);
}

.principle__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(54px, 7vw, 92px);
  align-items: center;
  min-height: 620px;
  padding-block: 84px;
}

.principle h2,
.section-heading h2,
.contact__intro h2,
.policy-draft h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.035em;
}

.estimate-diagnosis__lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--ink-soft);
}

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

.estimate-questions li {
  position: relative;
  min-height: 112px;
  padding: 18px 14px 16px 42px;
  border-top: 2px solid var(--holly);
  color: var(--ink);
  background: #f4f8f6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.estimate-questions li::before {
  position: absolute;
  top: 15px;
  left: 14px;
  color: var(--tape);
  content: "?";
  font-family: var(--display);
  font-size: 25px;
  line-height: 1;
}

.estimate-diagnosis__actions {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.estimate-diagnosis__actions p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.7;
}

.estimate-visual {
  position: relative;
  margin: 0;
  padding: 34px 30px 24px;
  border: 1px solid rgba(15, 90, 74, 0.2);
  background:
    linear-gradient(rgba(15, 90, 74, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 90, 74, 0.06) 1px, transparent 1px),
    #e9f0ed;
  background-size: 24px 24px;
  box-shadow: 18px 20px 0 rgba(15, 90, 74, 0.09);
}

.estimate-visual::before {
  position: absolute;
  top: 16px;
  right: 30px;
  width: 92px;
  height: 22px;
  content: "";
  background: rgba(216, 168, 61, 0.74);
  transform: rotate(3deg);
}

.estimate-sheet {
  position: relative;
  padding: 42px 30px 30px;
  border: 1px solid #c4d0cb;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(11, 42, 34, 0.13);
  transform: rotate(-0.7deg);
}

.estimate-sheet__clip {
  position: absolute;
  top: -12px;
  left: 28px;
  padding: 6px 14px;
  color: var(--white);
  background: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  transform: rotate(-2deg);
}

.estimate-sheet__head {
  position: relative;
  min-height: 110px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--ink);
}

.estimate-sheet__head span,
.estimate-sheet__head strong,
.estimate-sheet__head small {
  display: block;
}

.estimate-sheet__head span {
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.estimate-sheet__head strong {
  margin-top: 7px;
  font-family: var(--display);
  font-size: 31px;
  letter-spacing: 0.14em;
}

.estimate-sheet__head small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 12px;
}

.estimate-sheet__items {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.estimate-sheet__items li {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}

.estimate-sheet__items li span {
  color: var(--ink);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
}

.estimate-sheet__items li small {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.estimate-sheet__stamp {
  position: absolute;
  top: 53px;
  right: 24px;
  display: grid;
  width: 82px;
  aspect-ratio: 1;
  place-content: center;
  border: 3px double var(--holly);
  border-radius: 50%;
  color: var(--holly);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  transform: rotate(8deg);
}

.estimate-sheet__stamp small,
.estimate-sheet__stamp strong {
  display: block;
}

.estimate-sheet__stamp small {
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.estimate-sheet__stamp strong {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.15;
}

.estimate-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 12px;
}

.estimate-visual figcaption strong {
  color: var(--holly);
  font-family: var(--utility);
  letter-spacing: 0.08em;
}

.service-area {
  padding: 78px 0;
  color: var(--white);
  background: var(--ink);
}

.service-area__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 84px;
  align-items: center;
}

.service-area .section-kicker {
  color: #efd281;
}

.service-area h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.service-area h2 span {
  display: block;
}

.service-area__intro > p:last-child {
  max-width: 580px;
  margin: 22px 0 0;
  color: #c9d7d2;
  font-size: 13px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(255, 255, 255, 0.16);
  list-style: none;
}

.area-grid li {
  display: grid;
  min-height: 112px;
  place-content: center;
  padding: 18px;
  background: #21342f;
  text-align: center;
}

.area-grid li:last-child {
  grid-column: 2;
}

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

.area-grid strong {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
}

.area-grid span {
  margin-top: 4px;
  color: #9fb1ab;
  font-family: var(--utility);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.section {
  padding: 112px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 180px 1fr minmax(240px, 0.55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 58px;
}

.section-heading > p:last-child {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 14px;
}

.section-heading--compact {
  grid-template-columns: 180px 1fr;
  align-items: start;
}

.section--signs {
  background: #e8efec;
}

.signs-content {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  gap: 28px;
}

.section-photo {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 14px 14px 0 rgba(15, 90, 74, 0.12);
}

.section-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.section-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  color: var(--white);
  background: rgba(11, 33, 28, 0.86);
  backdrop-filter: blur(8px);
}

.section-photo figcaption span,
.section-photo figcaption small {
  display: block;
}

.section-photo figcaption span {
  font-family: var(--display);
  font-size: 17px;
}

.section-photo figcaption small {
  flex: 0 0 auto;
  font-size: 12px;
  opacity: 0.78;
}

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

.sign-list article {
  min-height: 260px;
  padding: 32px 28px;
  border-right: 1px solid var(--line);
}

.sign-list article:first-child {
  border-left: 1px solid var(--line);
}

.sign-list article:nth-child(3) {
  border-left: 1px solid var(--line);
}

.sign-list article:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.sign-list span {
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.sign-list h3 {
  margin: 58px 0 12px;
  font-family: var(--display);
  font-size: 22px;
}

.sign-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.soft-note,
.legal-note {
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--tape);
  color: var(--ink-soft);
  font-size: 13px;
}

.works {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: #101b18;
}

.works::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 40px 40px;
}

.works .section-kicker {
  color: #efd281;
}

.works .section-heading > p:last-child {
  color: #c6d4cf;
}

.works-grid {
  display: grid;
  gap: 28px;
}

.works-grid__secondary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.work-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink);
  background: var(--paper);
}

.work-card--feature {
  border-color: rgba(216, 168, 61, 0.65);
  box-shadow: 16px 16px 0 rgba(216, 168, 61, 0.2);
}

.work-card__pair {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: #0a100e;
}

.work-card--feature .work-card__pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-shot {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #26312d;
}

.work-shot picture,
.work-shot img {
  display: block;
  width: 100%;
  height: 100%;
}

.work-shot img {
  object-fit: cover;
}

.work-shot figcaption {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
}

.work-shot--after figcaption {
  right: 14px;
  left: auto;
}

.work-shot figcaption span {
  display: block;
  padding: 7px 11px 6px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(23, 34, 31, 0.88);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
}

.work-shot--after figcaption span {
  color: #10221d;
  background: rgba(239, 210, 129, 0.94);
}

.work-card__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 5px solid #101b18;
  color: #19221f;
  background: var(--tape);
  font-family: var(--utility);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(90deg);
}

.work-card--feature .work-card__arrow {
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
}

.work-card__body {
  padding: 24px 24px 26px;
}

.work-card--feature .work-card__body {
  display: grid;
  grid-template-columns: 160px minmax(220px, 0.75fr) minmax(260px, 1fr);
  gap: 28px;
  align-items: start;
  padding: 30px 34px 32px;
}

.work-card__code {
  margin: 0;
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.work-card__body h3 {
  margin: 13px 0 12px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}

.work-card--feature .work-card__body h3 {
  margin: -5px 0 0;
  font-size: 28px;
}

.work-card__body > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.work-card__description {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.work-price {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.work-price__label {
  margin: 0 0 8px;
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

.work-price__amount {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
}

.work-price__amount span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.work-price__amount strong {
  color: #805d12;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.2;
  white-space: nowrap;
}

.work-price__note {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.75;
}

.small-works {
  margin-top: 50px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.small-works__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 28px;
}

.small-works__eyebrow {
  margin: 0 0 10px;
  color: var(--tape);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.small-works__heading h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.45;
}

.small-works__heading h3 span {
  display: block;
}

.small-works__heading p {
  margin: 0;
  color: #d9e3df;
  font-size: 14px;
}

.small-works__heading small {
  display: block;
  margin-top: 8px;
  color: #9fb3ac;
  font-size: 12px;
}

.small-works__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.work-card--small .work-card__pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-card--small .work-shot {
  aspect-ratio: 4 / 3;
}

.work-card--small .work-card__arrow {
  transform: translate(-50%, -50%);
}

.work-album {
  margin-top: 54px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.work-album__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 28px;
}

.work-album__eyebrow {
  margin: 0 0 10px;
  color: var(--tape);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.work-album__heading h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.45;
}

.work-album__heading h3 span {
  display: inline-block;
}

.work-album__heading > p {
  margin: 0;
  color: #d9e3df;
  font-size: 14px;
}

.work-album__preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 180px);
  gap: 10px;
}

.work-album__photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #26312d;
}

.work-album__photo--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.work-album__photo picture,
.work-album__photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.work-album__photo img {
  object-fit: cover;
  transition: transform 420ms ease;
}

@media (hover: hover) {
  .work-album__photo:hover img {
    transform: scale(1.025);
  }
}

.work-album__photo figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 10px 8px;
  color: var(--white);
  background: rgba(14, 26, 22, 0.84);
  backdrop-filter: blur(7px);
}

.work-album__photo figcaption strong {
  overflow: hidden;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-album__photo figcaption span {
  flex: none;
  color: #efd281;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.work-album__more {
  margin-top: 18px;
}

.work-album__more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid rgba(239, 210, 129, 0.58);
  color: var(--white);
  background: rgba(255, 255, 255, 0.035);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.work-album__more summary::-webkit-details-marker {
  display: none;
}

.work-album__more summary:hover {
  background: rgba(239, 210, 129, 0.08);
}

.work-album__more summary:focus-visible {
  outline: 3px solid var(--tape);
  outline-offset: 4px;
}

.work-album__close,
.work-album__more[open] .work-album__open {
  display: none;
}

.work-album__more[open] .work-album__close {
  display: inline;
}

.work-album__toggle {
  margin-left: auto;
  color: #efd281;
  font-family: var(--utility);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms ease;
}

.work-album__more[open] .work-album__toggle {
  transform: rotate(45deg);
}

.work-album__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.work-album__grid .work-album__photo {
  aspect-ratio: 4 / 3;
}

.works__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.works__message {
  display: grid;
  gap: 5px;
}

.works__message strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.works__message p {
  margin: 0;
  color: #e2e9e6;
  font-size: 14px;
}

.works__message small {
  margin-top: 5px;
  color: #aebfba;
  font-size: 13px;
}

.commitments {
  background: var(--white);
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.commitment-grid article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.commitment-grid__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 0;
  background: #dce5df;
}

.commitment-grid__visual picture,
.commitment-grid__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.commitment-grid__visual img {
  object-fit: cover;
}

.commitment-grid__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  background: var(--holly);
  font-family: var(--display);
  font-size: 20px;
}

.commitment-grid__body {
  padding: 28px 30px 32px;
}

.commitment-grid h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 22px;
}

.commitment-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.partner {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--holly-dark);
}

.partner::after {
  position: absolute;
  top: -40%;
  right: -12%;
  width: 620px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.018);
}

.partner__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 100px;
  align-items: center;
}

.section-kicker--light {
  color: #efd281;
}

.partner h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 500;
}

.partner__lead {
  margin: 18px 0;
  color: #f0f4f2;
  font-size: 18px;
  font-weight: 700;
}

.partner__copy > p:not(.section-kicker, .partner__lead) {
  max-width: 640px;
  color: #c9d7d2;
  font-size: 14px;
}

.partner .button {
  margin-top: 20px;
}

.partner__facts {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.partner__facts div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.partner__facts dt {
  color: #efd281;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.partner__facts dd {
  margin: 0;
  font-size: 14px;
}

.community-support {
  background: #e7efeb;
}

.community-support__heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.community-support__heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.035em;
}

.community-support__heading h2 span {
  display: block;
}

.community-support__heading > div > p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--ink-soft);
}

.community-support__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.support-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.28fr);
  min-height: 390px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 10px 12px 0 rgba(15, 90, 74, 0.07);
}

.support-card__visual {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 24px 20px;
  color: var(--white);
  isolation: isolate;
}

.support-card__visual--field {
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.38) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 28px, transparent 28px 56px),
    var(--holly);
}

.support-card__visual--field::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 106px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.support-card__visual--field::after {
  position: absolute;
  inset: 16px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
}

.support-card__visual--freestyle {
  background:
    radial-gradient(circle at 74% 22%, rgba(216, 168, 61, 0.3), transparent 25%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 26px 26px, 26px 26px, auto;
}

.support-card__visual--freestyle::before {
  position: absolute;
  right: -48px;
  bottom: -28px;
  width: 210px;
  aspect-ratio: 1;
  border: 2px dashed rgba(216, 168, 61, 0.62);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.support-card__year {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.support-card__visual strong {
  position: absolute;
  bottom: 24px;
  left: 20px;
  z-index: 1;
  font-family: var(--utility);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  letter-spacing: 0.03em;
}

.support-card__ball {
  position: absolute;
  top: 43%;
  left: 50%;
  z-index: 2;
  width: 34px;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 4px 5px 0 rgba(10, 35, 29, 0.18);
  transform: translate(-50%, -50%) rotate(-12deg);
}

.support-card__ball::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  aspect-ratio: 1;
  background: var(--ink);
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
  content: "";
  transform: translate(-50%, -50%);
}

.support-card__visual--freestyle .support-card__ball {
  top: 27%;
  left: 73%;
  border-color: var(--tape);
  box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.22);
}

.support-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px 28px 26px;
}

.support-card__role {
  margin: 0;
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.support-card h3 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.45;
}

.support-card__body > p:not(.support-card__role) {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.support-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.support-card__links a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: var(--holly);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.support-card__links a::after {
  margin-left: 5px;
  content: "↗";
}

.support-card__links a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.flow {
  background: var(--paper);
}

.flow-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  margin: 0 0 52px;
  border: 1px solid var(--line);
  background: #dce5df;
}

.flow-visual picture,
.flow-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.flow-visual img {
  object-fit: cover;
  object-position: center 48%;
}

.flow-visual figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 3px;
  min-width: 290px;
  padding: 17px 20px;
  color: var(--white);
  background: rgba(11, 79, 65, 0.96);
}

.flow-visual figcaption strong {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
}

.flow-visual figcaption small {
  color: #c7d8d2;
  font-size: 12px;
}

.flow-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 56px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.flow-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  min-height: 180px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.flow-list li:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.flow-list li > span {
  color: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.flow-list h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 21px;
}

.flow-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.roles {
  background: var(--white);
}

.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.role-card {
  min-height: 360px;
  padding: 40px;
  border: 1px solid var(--line);
}

.role-card--media {
  background: #edf3f0;
}

.role-card--contractor {
  color: var(--white);
  background: var(--ink);
}

.role-card--contractor .utility-label {
  color: #efd281;
}

.role-card h3 {
  margin: 0 0 30px;
  font-family: var(--display);
  font-size: 30px;
}

.role-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.role-card li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}

.role-card li::before {
  position: absolute;
  top: 0.83em;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: var(--tape);
}

.role-card__note {
  margin: 38px 0 0;
  padding-top: 22px;
  border-top: 1px solid currentColor;
  font-size: 12px;
  opacity: 0.78;
}

.faq {
  background: #e8efec;
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.faq__grid .section-heading {
  display: block;
  margin: 0;
}

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

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

.faq-list summary {
  position: relative;
  padding: 24px 54px 24px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 8px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  content: "+";
  border: 1px solid var(--holly);
  color: var(--holly);
  font-family: var(--utility);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  margin: 0;
  padding: 0 54px 24px 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.contact {
  background: var(--white);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: 90px;
  align-items: start;
}

.contact__intro {
  position: sticky;
  top: 120px;
}

.contact__intro h2 {
  font-size: clamp(34px, 3.5vw, 50px);
}

.contact__intro > p:not(.section-kicker, .preview-note) {
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.contact-proof {
  overflow: hidden;
  max-width: 520px;
  margin: 30px 0 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.contact-proof__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.15fr 0.85fr;
  gap: 2px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--white);
}

.contact-proof__grid picture:first-child {
  grid-column: 1 / -1;
}

.contact-proof__grid picture,
.contact-proof__grid img {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-proof__grid img {
  object-fit: cover;
}

.contact-proof figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
}

.contact-proof figcaption strong {
  color: var(--holly);
  font-family: var(--display);
  font-size: 15px;
}

.contact-proof figcaption small {
  color: var(--ink-soft);
  font-size: 12px;
  text-align: right;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  text-decoration: none;
}

.contact-method[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.6;
}

.contact-method__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

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

.contact-method b {
  font-family: var(--display);
  font-size: 17px;
}

.contact-method small {
  color: var(--ink-soft);
  font-size: 12px;
}

.contact-method--phone {
  border-color: rgba(15, 90, 74, 0.42);
  background: var(--paper);
}

.contact-method--phone b {
  color: var(--holly);
  font-family: var(--display);
  font-size: clamp(23px, 3vw, 30px);
  letter-spacing: 0.03em;
}

.contact-method__body em {
  display: block;
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 12px;
  font-style: normal;
}

.operator-contact {
  margin-top: 12px;
  padding: 16px 18px;
  border-left: 3px solid var(--tape);
  color: var(--ink-soft);
  background: #f7faf8;
  font-size: 12px;
  font-style: normal;
}

.operator-contact > span {
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.operator-contact strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
}

.operator-contact p {
  margin: 5px 0 0;
}

.operator-contact a {
  color: var(--holly);
  font-weight: 700;
}

.preview-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  color: #4d3b0b;
  background: #f7edce;
  font-size: 12px;
}

.inquiry-form {
  padding: 42px;
  border: 1px solid var(--line);
  background: #f7faf8;
  box-shadow: 14px 14px 0 #dfe9e5;
}

.form-heading {
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.form-heading .utility-label {
  margin-bottom: 6px;
  font-size: 12px;
}

.form-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 28px;
}

.form-heading p:last-child {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.form-callback-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  padding: 14px 16px;
  color: var(--ink-soft);
  border-left: 3px solid var(--holly);
  background: var(--white);
  font-size: 13px;
}

.form-callback-note span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: var(--white);
  background: var(--holly);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.form-row {
  margin-top: 22px;
}

.form-row--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  margin-top: 22px;
}

.form-row .field {
  margin-top: 0;
}

.field label,
.field legend {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
}

.field label span,
.field legend span,
.consent-box b {
  color: var(--danger);
}

.field input[type="text"],
.field input[type="tel"],
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #9db0a9;
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
}

.field input[type="text"],
.field input[type="tel"],
.field select {
  min-height: 52px;
  padding: 10px 13px;
}

.field textarea {
  min-height: 140px;
  padding: 13px;
  resize: vertical;
}

.field [aria-invalid="true"] {
  border-color: var(--danger);
  box-shadow: 0 0 0 2px rgba(163, 59, 50, 0.15);
}

.fieldset-field[aria-invalid="true"] .check-grid {
  outline: 2px solid rgba(163, 59, 50, 0.55);
  outline-offset: 3px;
}

.fieldset-field {
  padding: 0;
  border: 0;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.check-grid label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.check-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.check-grid label span {
  display: grid;
  min-height: 56px;
  place-items: center;
  padding: 8px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  background: var(--white);
  font-size: 12px;
  text-align: center;
}

.check-grid label:first-child {
  grid-column: 1 / -1;
}

.check-grid label:first-child span {
  border-color: #d4b96d;
  color: var(--ink);
  background: #f7edce;
  font-weight: 800;
}

.check-grid input:checked + span {
  border-color: var(--holly);
  color: var(--white);
  background: var(--holly);
}

.check-grid input:focus-visible + span {
  outline: 3px solid var(--tape);
  outline-offset: 2px;
}

.field-error {
  min-height: 1.5em;
  margin: 5px 0 0;
  color: var(--danger);
  font-size: 12px;
  font-weight: 700;
}

.field-hint {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.consent-box {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}

.consent-box label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.consent-box input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--holly);
}

.consent-box span {
  font-size: 12px;
  line-height: 1.8;
}

.button--submit {
  width: 100%;
  margin-top: 24px;
  border: 0;
  cursor: pointer;
}

.button--submit:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.no-script-note {
  margin: 12px 0 0;
  padding: 12px 14px;
  color: #6b310f;
  background: #f8dfcf;
  font-size: 12px;
}

.submit-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  text-align: center;
}

.form-status {
  margin: 14px 0 0;
  padding: 12px 14px;
  color: #4d3b0b;
  background: #f7edce;
  font-size: 12px;
}

.policy-draft {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  background: #e8efec;
}

.policy-draft__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

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

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

.policy-draft summary {
  padding: 19px 0;
  cursor: pointer;
  font-weight: 800;
}

.policy-draft details p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--ink-soft);
  font-size: 13px;
}

.site-footer {
  padding: 70px 0 110px;
  color: var(--white);
  background: var(--ink);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
}

.brand--footer .brand__mark {
  color: #efd281;
}

.brand--footer small,
.site-footer p {
  color: #b9c8c3;
}

.site-footer p {
  margin: 18px 0 0;
  font-size: 12px;
}

.site-footer p + p {
  margin-top: 2px;
}

.site-footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 30px;
  align-content: start;
}

.site-footer nav a {
  color: #d6e0dc;
  font-size: 12px;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #92a59f;
  font-family: var(--utility);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.mobile-actions {
  display: none;
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes board-enter {
  from { opacity: 0; transform: translateY(24px) rotate(1deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

@media (max-width: 1000px) {
  :root {
    --shell: min(100% - 36px, 860px);
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 68px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .inspection-board,
  .hero-photo {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .signs-content {
    grid-template-columns: 1fr;
  }

  .section-photo,
  .section-photo img {
    min-height: 420px;
  }

  .hero__rail {
    display: none;
  }

  .principle__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 38px;
  }

  .estimate-questions {
    grid-template-columns: 1fr;
  }

  .estimate-questions li {
    min-height: 0;
  }

  .section-heading {
    grid-template-columns: 140px 1fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
  }

  .sign-list {
    grid-template-columns: 1fr 1fr;
  }

  .sign-list article:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .sign-list article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .works-grid__secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .works-grid__secondary .work-card:last-child {
    grid-column: 1 / -1;
  }

  .work-card--feature .work-card__body {
    grid-template-columns: 130px 1fr;
  }

  .work-card--feature .work-card__body > p:last-child {
    grid-column: 2;
  }

  .partner__grid,
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .community-support__grid {
    grid-template-columns: 1fr;
  }

  .support-card {
    grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
    min-height: 340px;
  }

  .partner__facts {
    max-width: 700px;
  }

  .contact__intro {
    position: static;
  }

  .contact-methods {
    grid-template-columns: 1fr 1fr;
  }

  .service-area__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: calc(100vw - 32px);
  }

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

  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
    font-size: 15px;
  }

  .inquiry-form :is(input, select, textarea, button),
  .form-status {
    scroll-margin-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .preview-banner {
    padding-inline: 12px;
    font-size: 12px;
  }

  .site-header__inner {
    min-height: 66px;
  }

  .brand__mark {
    width: 36px;
    font-size: 18px;
  }

  .brand strong {
    font-size: 13px;
  }

  .brand small {
    font-size: 12px;
  }

  .hero {
    padding: 50px 0 68px;
  }

  .hero h1 {
    font-size: clamp(38px, 12.5vw, 58px);
    letter-spacing: -0.06em;
  }

  .hero h1 em {
    font-size: clamp(25px, 7.5vw, 52px);
  }

  .hero-photo--desktop {
    display: none;
  }

  .hero-photo--mobile {
    display: block;
    width: 100%;
    margin: 28px 0 0;
  }

  .hero__lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero__actions,
  .hero__actions .button {
    width: 100%;
  }

  .hero__actions .button {
    box-shadow: none;
  }

  .inspection-board {
    padding: 22px 16px 18px;
  }

  .hero-photo figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 15px 16px;
  }

  .hero-photo figcaption > small {
    text-align: left;
  }

  .inspection-board__stamp {
    width: 54px;
    height: 54px;
  }

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

  .swatch {
    grid-template-columns: 68px 1fr;
    min-height: 88px;
  }

  .swatch__visual {
    width: 64px;
    height: 64px;
  }

  .principle__grid,
  .section-heading,
  .section-heading--compact,
  .faq__grid,
  .policy-draft__grid {
    display: block;
  }

  .principle__grid {
    padding-block: 60px;
  }

  .hero__note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .principle h2,
  .service-area h2,
  .section-heading h2,
  .contact__intro h2,
  .policy-draft h2 {
    font-size: clamp(26px, 8vw, 30px);
  }

  .principle h2 {
    font-size: clamp(22px, 7.15vw, 28px);
  }

  .estimate-diagnosis__lead {
    margin-top: 18px;
    font-size: 14px;
  }

  .estimate-questions {
    margin-top: 22px;
  }

  .estimate-diagnosis__actions {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }

  .estimate-diagnosis__actions .button {
    width: 100%;
  }

  .estimate-visual {
    margin-top: 38px;
    padding: 24px 18px 18px;
    box-shadow: 10px 12px 0 rgba(15, 90, 74, 0.09);
  }

  .estimate-sheet {
    padding: 36px 20px 24px;
    transform: none;
  }

  .estimate-sheet__head {
    min-height: 102px;
  }

  .estimate-sheet__head strong {
    font-size: 27px;
  }

  .estimate-sheet__items li {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
  }

  .estimate-sheet__stamp {
    top: 48px;
    right: 18px;
    width: 72px;
  }

  .estimate-visual figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .section-kicker {
    margin-bottom: 12px;
  }

  .section {
    padding: 78px 0;
  }

  .service-area {
    padding: 64px 0;
  }

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

  .area-grid li {
    min-height: 92px;
    padding: 14px 10px;
  }

  .area-grid li:last-child {
    grid-column: 1 / -1;
  }

  .section-heading,
  .section-heading--compact {
    margin-bottom: 38px;
  }

  .section-heading > p:last-child {
    margin-top: 18px;
  }

  .sign-list,
  .commitment-grid,
  .flow-list,
  .role-grid,
  .contact-methods {
    grid-template-columns: 1fr;
  }

  .works-grid__secondary {
    grid-template-columns: 1fr;
  }

  .works-grid__secondary .work-card:last-child {
    grid-column: auto;
  }

  .work-card--feature .work-card__pair {
    grid-template-columns: 1fr;
  }

  .work-card--feature .work-card__arrow {
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .work-card--feature .work-card__body {
    display: block;
    padding: 24px 22px 26px;
  }

  .work-card--feature .work-card__body h3 {
    margin: 13px 0 12px;
    font-size: 24px;
  }

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

  .small-works {
    margin-top: 38px;
    padding-top: 34px;
  }

  .small-works__heading,
  .small-works__grid {
    grid-template-columns: 1fr;
  }

  .small-works__heading {
    gap: 18px;
  }

  .work-price__amount {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .work-price__amount strong {
    font-size: 24px;
  }

  .work-album {
    margin-top: 40px;
    padding-top: 34px;
  }

  .work-album__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .work-album__preview,
  .work-album__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .work-album__photo,
  .work-album__grid .work-album__photo {
    aspect-ratio: 4 / 3;
  }

  .work-album__photo--lead {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 9;
  }

  .work-album__photo figcaption {
    right: 6px;
    bottom: 6px;
    left: 6px;
    display: grid;
    gap: 4px;
    padding: 8px;
  }

  .work-album__photo figcaption strong {
    font-size: 12px;
  }

  .work-album__more summary {
    padding: 15px 14px;
  }

  .works__footer .button {
    width: 100%;
  }

  .section-photo,
  .section-photo img {
    min-height: 330px;
  }

  .section-photo figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .sign-list article,
  .sign-list article:first-child,
  .sign-list article:nth-child(3) {
    min-height: auto;
    border: 0;
    border-top: 1px solid var(--line);
  }

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

  .sign-list h3 {
    margin-top: 30px;
  }

  .commitment-grid article {
    min-height: 260px;
  }

  .partner__grid {
    gap: 44px;
  }

  .partner__facts div {
    grid-template-columns: 78px 1fr;
  }

  .community-support__heading {
    display: block;
  }

  .community-support__heading h2 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .community-support__heading > div > p {
    margin-top: 18px;
  }

  .community-support__grid {
    gap: 16px;
    margin-top: 34px;
  }

  .support-card {
    display: block;
    min-height: 0;
  }

  .support-card__visual {
    min-height: 190px;
  }

  .support-card__visual strong {
    font-size: 28px;
  }

  .support-card__body {
    min-height: 310px;
    padding: 26px 22px 22px;
  }

  .flow-list li,
  .flow-list li:nth-last-child(-n + 2) {
    min-height: auto;
    border-bottom: 0;
  }

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

  .flow-list .mobile-line {
    display: block;
  }

  .flow-visual {
    aspect-ratio: 4 / 3;
    margin-bottom: 36px;
  }

  .flow-visual figcaption {
    min-width: 0;
    padding: 13px 15px;
  }

  .flow-visual figcaption strong {
    font-size: 16px;
  }

  .role-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .faq__grid .section-heading {
    margin-bottom: 34px;
  }

  .contact__grid {
    gap: 40px;
  }

  .inquiry-form {
    padding: 28px 18px;
    box-shadow: 7px 7px 0 #dfe9e5;
  }

  .form-row--two,
  .check-grid {
    grid-template-columns: 1fr 1fr;
  }

  .policy-draft {
    padding: 64px 0;
  }

  .policy-draft__content {
    margin-top: 34px;
  }

  .site-footer {
    padding-bottom: 50px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .site-footer__bottom {
    display: grid;
  }

  .mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    min-height: 64px;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    background: var(--ink);
  }

  .mobile-actions a {
    display: grid;
    place-items: center;
    align-content: center;
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
  }

  .mobile-actions a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .mobile-actions span {
    color: #aebdb8;
    font-family: var(--utility);
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .mobile-actions a[aria-disabled="true"] {
    opacity: 0.55;
  }

  .mobile-actions .mobile-actions__primary {
    color: var(--ink);
    background: var(--tape);
  }

  .mobile-actions .mobile-actions__primary span {
    color: var(--ink);
  }
}

@media (max-width: 420px) {
  .form-row--two {
    grid-template-columns: 1fr;
  }
}

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

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