:root {
  --ink: #20324a;
  --ink-soft: #44607f;
  --ink-deep: #162434;
  --clay: #b8744f;
  --clay-deep: #8f5c3f;
  --sage: #61786d;
  --sage-soft: #dde7df;
  --timber: #8b6249;
  --field: #52695c;
  --mist: #edf2ef;
  --sand: #f3ebdf;
  --cream: #fffaf3;
  --line: rgba(32, 50, 74, 0.12);
  --line-strong: rgba(32, 50, 74, 0.2);
  --shadow-lg: 0 32px 70px rgba(22, 36, 52, 0.14);
  --shadow-md: 0 18px 42px rgba(22, 36, 52, 0.1);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100vw - 40px));
  --font-body: "Sora", sans-serif;
  --font-display: "Cormorant Garamond", serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(139, 98, 73, 0.14), transparent 28%),
    radial-gradient(circle at 88% 6%, rgba(82, 105, 92, 0.14), transparent 24%),
    linear-gradient(180deg, #f6efe4 0%, #eee4d5 46%, #edf1e8 100%);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.28), transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.2), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(255, 250, 243, 0.28), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  opacity: 0.72;
  z-index: -1;
}

body.menu-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(22, 36, 52, 0.28);
  z-index: 45;
}

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

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

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

button {
  cursor: pointer;
}

iframe {
  width: 100%;
  border: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-tight {
  padding: 72px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--clay-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.accent-serif {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
}

.section-heading {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
  max-width: 760px;
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.page-hero h1,
.hero-copy h1,
.service-hero-copy h1 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-size: clamp(2.35rem, 5.6vw, 5.4rem);
}

.section-heading p,
.hero-copy p,
.page-hero p,
.service-hero-copy p {
  margin: 0;
  color: rgba(32, 50, 74, 0.82);
  font-size: 1.03rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--field) 0%, #365045 100%);
  box-shadow: 0 16px 30px rgba(40, 58, 53, 0.18);
}

.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #425b4f 0%, #294137 100%);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(32, 50, 74, 0.16);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  transform: translateY(-2px);
  background: #fff;
}

.button.text {
  color: var(--clay-deep);
  padding-inline: 0;
  min-height: auto;
  border: 0;
}

.button:focus-visible,
.nav-toggle:focus-visible,
.nav-link:focus-visible,
.chip-link:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(200, 119, 77, 0.25);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
}

.utility-bar {
  background:
    linear-gradient(90deg, rgba(30, 46, 42, 0.98), rgba(40, 58, 53, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 74px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
}

.utility-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
}

.utility-links,
.utility-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.utility-links a,
.utility-links span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.utility-links a::before,
.utility-links span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
}

.utility-links a:first-child::before {
  background: var(--clay);
}

.nav-shell {
  border-bottom: 1px solid rgba(32, 50, 74, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.94), rgba(246, 239, 229, 0.9));
}

.nav-shell .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 88px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.brand-mark img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(32, 50, 74, 0.1));
}

.brand-name {
  display: grid;
  gap: 4px;
}

.brand-name strong {
  font-size: 1.08rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-name span {
  color: rgba(32, 50, 74, 0.72);
  font-size: 0.8rem;
}

.site-nav-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-list,
.nav-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-item {
  position: relative;
}

.nav-link,
.nav-summary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 15px;
  border-radius: 999px;
  color: rgba(32, 50, 74, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.nav-link.active,
.nav-summary.active,
.nav-item:hover > .nav-link,
.nav-item:hover > .nav-summary,
.nav-item:focus-within > .nav-link,
.nav-item:focus-within > .nav-summary {
  background: rgba(32, 50, 74, 0.08);
  color: var(--ink);
}

.nav-summary::after {
  content: "▾";
  font-size: 0.86rem;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 280px;
  padding: 12px;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-submenu {
  display: grid;
  gap: 6px;
}

.nav-submenu a {
  display: block;
  padding: 11px 13px;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(32, 50, 74, 0.82);
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  background: var(--mist);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(32, 50, 74, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

body.menu-open .nav-toggle span {
  background: transparent;
}

body.menu-open .nav-toggle span::before {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .nav-toggle span::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 74px 0 54px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  height: 560px;
  background:
    radial-gradient(circle at 16% 8%, rgba(184, 116, 79, 0.16), transparent 26%),
    radial-gradient(circle at 82% 6%, rgba(82, 105, 92, 0.15), transparent 24%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.58), rgba(242, 233, 220, 0.22) 48%, rgba(236, 227, 214, 0.4));
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 118px;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(180deg, transparent 0%, rgba(243, 235, 223, 0.08) 56%, rgba(243, 235, 223, 0.22) 100%);
  opacity: 0.62;
  pointer-events: none;
  z-index: -1;
}

.hero-grid,
.split-grid,
.quote-layout,
.coverage-layout,
.page-hero-grid,
.contact-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-copy,
.page-hero-copy,
.service-hero-copy {
  align-self: center;
}

.hero-copy h1 {
  margin-bottom: 22px;
}

.hero-copy p {
  max-width: 640px;
  margin-bottom: 28px;
  font-size: 1.05rem;
}

.hero-highlights {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.hero-highlight {
  padding: 16px 18px;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.76);
  box-shadow: 0 14px 28px rgba(22, 36, 52, 0.08);
}

.hero-highlight strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.92rem;
}

.hero-highlight span {
  display: block;
  color: rgba(32, 50, 74, 0.72);
  font-size: 0.84rem;
}

.home-overview .container {
  position: relative;
  margin-top: -14px;
}

.trust-ribbon {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-card {
  position: relative;
  padding: 22px 20px;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.88);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--field), var(--clay));
}

.trust-value {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trust-card p {
  margin: 0;
  color: rgba(32, 50, 74, 0.74);
  font-size: 0.92rem;
}

.intro-layout {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.story-list,
.process-grid {
  display: grid;
  gap: 14px;
}

.story-list {
  margin: 10px 0 28px;
}

.story-point {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(32, 50, 74, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
}

.story-point strong {
  font-size: 0.92rem;
}

.story-point span {
  color: rgba(32, 50, 74, 0.74);
  font-size: 0.9rem;
}

.process-shell {
  align-content: start;
}

.process-step {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(32, 50, 74, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
}

.process-index {
  color: var(--clay-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-step h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.process-step p {
  margin: 0;
  color: rgba(32, 50, 74, 0.74);
}

.badge-list,
.stat-grid,
.info-points,
.feature-list,
.contact-card-list,
.value-grid,
.service-grid,
.proof-grid,
.gallery-grid,
.review-grid,
.benefit-grid,
.faq-grid,
.mini-grid {
  display: grid;
  gap: 18px;
}

.badge-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.badge-card,
.stat-card,
.panel,
.review-card,
.contact-card,
.value-card,
.proof-card,
.benefit-card,
.project-card,
.area-card,
.cta-card {
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 247, 0.82);
  box-shadow: var(--shadow-md);
}

.badge-card,
.stat-card,
.contact-card {
  padding: 18px 20px;
}

.badge-card strong,
.stat-card strong,
.contact-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.96rem;
}

.badge-card span,
.stat-card span,
.contact-card span {
  display: block;
  color: rgba(32, 50, 74, 0.74);
  font-size: 0.9rem;
}

.hero-media {
  position: relative;
  min-height: 640px;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 6% 10% auto auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(139, 98, 73, 0.18);
  filter: blur(2px);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 22px 34px 20px 14px;
  border-radius: 52px 34px 58px 38px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.38), transparent 28%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.18), rgba(243, 235, 223, 0.5));
  box-shadow: 0 24px 54px rgba(22, 36, 52, 0.08);
  z-index: -1;
}

.hero-shot {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: 36px;
  background: rgba(255, 250, 243, 0.98);
  box-shadow: var(--shadow-lg);
}

.hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shot.main {
  inset: 18px 74px 86px 18px;
}

.hero-shot.top {
  top: 10px;
  right: 10px;
  width: 218px;
  height: 258px;
}

.hero-shot.bottom {
  right: 28px;
  bottom: 18px;
  width: 244px;
  height: 182px;
}

.floating-card {
  position: absolute;
  left: 34px;
  bottom: 38px;
  width: min(270px, calc(100% - 96px));
  padding: 22px;
  border: 1px solid rgba(32, 50, 74, 0.12);
  border-radius: 24px;
  background: rgba(243, 235, 223, 0.94);
  box-shadow: var(--shadow-md);
}

.floating-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.floating-card p,
.floating-card span {
  margin: 0;
  color: rgba(32, 50, 74, 0.74);
  font-size: 0.92rem;
}

.story-panel,
.quote-panel,
.coverage-panel,
.project-highlight,
.service-shell,
.faq-shell,
.page-hero-panel {
  padding: 34px;
  border: 1px solid rgba(32, 50, 74, 0.08);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.8), rgba(244, 237, 226, 0.74));
  box-shadow: var(--shadow-md);
}

.story-panel {
  position: relative;
  overflow: hidden;
}

.coverage-panel,
.project-highlight,
.faq-shell,
.footer-panel {
  position: relative;
  overflow: hidden;
}

.story-panel::before,
.quote-panel::before,
.coverage-panel::before,
.project-highlight::before,
.service-shell::before,
.faq-shell::before,
.page-hero-panel::before,
.footer-panel::before,
.service-card::before,
.project-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background:
    linear-gradient(90deg, var(--field) 0%, var(--clay) 50%, var(--field) 100%);
  opacity: 0.9;
}

.story-panel::after,
.page-hero-panel::after,
.quote-panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(111, 137, 127, 0.08);
}

.value-grid,
.proof-grid,
.benefit-grid,
.mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 247, 0.84);
  box-shadow: var(--shadow-md);
}

.service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.service-card-body {
  display: grid;
  gap: 14px;
  padding: 24px 24px 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 239, 228, 0.9));
}

.service-card-body h3,
.project-card h3,
.value-card h3,
.proof-card h3,
.benefit-card h3,
.faq-shell h2,
.contact-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.2;
}

.service-card-body p,
.project-card p,
.value-card p,
.proof-card p,
.benefit-card p,
.review-card p,
.panel p,
.story-panel p,
.service-copy p,
.page-copy p,
.quote-copy p {
  margin: 0;
  color: rgba(32, 50, 74, 0.78);
}

.value-card,
.proof-card,
.benefit-card {
  padding: 24px;
}

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

.project-card {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  grid-column: span 4;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-md);
}

.project-card.tall {
  grid-column: span 5;
}

.project-card.wide {
  grid-column: span 7;
}

.project-card img {
  width: 100%;
  min-height: 250px;
  height: 100%;
  object-fit: cover;
}

.project-card-body {
  display: grid;
  gap: 10px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 237, 226, 0.92));
}

.project-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(82, 105, 92, 0.12);
  color: var(--field);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.review-card {
  padding: 26px;
}

.review-card::before {
  content: "“";
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 0.7;
}

.review-card strong {
  display: block;
  margin-top: 16px;
  font-size: 0.98rem;
}

.review-card span {
  color: rgba(32, 50, 74, 0.7);
  font-size: 0.84rem;
}

.quote-panel {
  position: relative;
  overflow: hidden;
}

.quote-layout {
  align-items: start;
}

.quote-copy {
  display: grid;
  gap: 18px;
}

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

.quote-copy li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(32, 50, 74, 0.8);
}

.quote-copy li::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--clay);
}

.quote-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 228, 0.9));
  box-shadow: var(--shadow-md);
}

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

.field-span-2 {
  grid-column: span 2;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.88rem;
  font-weight: 700;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(32, 50, 74, 0.16);
  border-radius: 16px;
  background: rgba(247, 242, 234, 0.7);
  color: var(--ink);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(200, 119, 77, 0.56);
  background: #fff;
  outline: none;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note,
.form-status {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(32, 50, 74, 0.66);
}

.form-status {
  min-height: 1.3em;
}

.coverage-panel {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(239, 243, 235, 0.88));
}

.coverage-layout {
  align-items: start;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(32, 50, 74, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(32, 50, 74, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.chip-link:hover,
.chip-link:focus-visible {
  transform: translateY(-2px);
  background: #fff;
}

.map-frame {
  overflow: hidden;
  border: 1px solid rgba(32, 50, 74, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
  background: #fff;
}

.map-frame iframe {
  display: block;
  min-height: 460px;
}

.page-hero {
  padding: 56px 0 28px;
}

.page-hero-grid {
  align-items: center;
}

body[data-page="about"] .page-hero-grid {
  gap: clamp(34px, 4vw, 58px);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

body[data-page="about"] .page-hero-copy {
  min-width: 0;
  max-width: 40rem;
}

body[data-page="about"] .page-hero h1 {
  max-width: 10.8ch;
  text-wrap: balance;
}

body[data-page="about"] .page-hero-media {
  justify-self: end;
  width: min(100%, 480px);
}

.page-hero-panel,
.service-shell {
  position: relative;
  overflow: hidden;
}

.page-hero-media,
.service-media {
  overflow: hidden;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.page-hero-media img,
.service-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.page-copy,
.service-copy {
  display: grid;
  gap: 18px;
}

.service-shell {
  display: grid;
  gap: 28px;
}

.mini-grid {
  margin-top: 6px;
}

.mini-card {
  padding: 18px 20px;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: 20px;
  background: rgba(244, 237, 226, 0.76);
}

.mini-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.96rem;
}

.mini-card span {
  color: rgba(32, 50, 74, 0.72);
  font-size: 0.88rem;
}

.faq-shell {
  display: grid;
  gap: 18px;
}

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

.faq-list details {
  padding: 0 22px;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.faq-list summary {
  position: relative;
  display: block;
  padding: 20px 32px 20px 0;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 0;
  color: var(--clay-deep);
  font-size: 1.4rem;
  line-height: 1;
}

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

.faq-list details p {
  padding-bottom: 20px;
}

.cta-band {
  padding: 34px;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(47, 64, 57, 0.96), rgba(69, 91, 81, 0.94));
  color: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.76);
}

.cta-band .button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.contact-grid {
  align-items: start;
}

.contact-card-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-card a {
  color: var(--clay-deep);
  font-weight: 700;
}

.site-footer {
  padding: 22px 0 34px;
}

.footer-panel {
  padding: 34px;
  border: 1px solid rgba(32, 50, 74, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(30, 46, 42, 0.98), rgba(40, 58, 53, 0.98));
  color: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-lg);
}

.footer-top,
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 26px 34px;
}

.footer-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  max-width: 420px;
}

.footer-brand .brand-mark {
  align-items: flex-start;
  gap: 16px;
}

.footer-brand .brand-name {
  gap: 6px;
}

.footer-brand .brand-name strong {
  color: #fff;
}

.footer-brand .brand-mark img {
  width: 72px;
  height: 72px;
}

.footer-brand p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-links {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  flex: 1;
}

.footer-links h3 {
  margin: 0 0 12px;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

.footer-address {
  display: inline-flex;
  line-height: 1.5;
}

.footer-bottom {
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
}

a[x-apple-data-detectors],
.footer-panel a[x-apple-data-detectors],
.footer-panel [x-apple-data-detectors] {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration: none !important;
  font: inherit !important;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  body[data-page="about"] .page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="about"] .page-hero-copy,
  body[data-page="about"] .page-hero-media {
    max-width: none;
    width: 100%;
  }

  body[data-page="about"] .page-hero h1 {
    max-width: 11.6ch;
  }
}

@media (max-width: 1080px) {
  .hero-highlights,
  .trust-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .review-grid,
  .value-grid,
  .proof-grid,
  .benefit-grid,
  .mini-grid,
  .contact-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .project-card,
  .project-card.tall,
  .project-card.wide {
    grid-column: auto;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 960px) {
  .intro-layout {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav-wrap {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none;
    z-index: 60;
    max-height: min(calc(100svh - 140px), 560px);
    overflow: auto;
    padding: 16px;
    border: 1px solid rgba(32, 50, 74, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-lg);
  }

  body.menu-open .site-nav-wrap {
    display: block;
  }

  .site-nav,
  .nav-list {
    display: grid;
    gap: 8px;
  }

  .site-nav {
    gap: 14px;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link,
  .nav-summary {
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    background: rgba(32, 50, 74, 0.04);
  }

  .nav-summary::after {
    content: none;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    margin-top: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
  }

  .nav-submenu {
    gap: 8px;
  }

  .nav-submenu a {
    padding: 12px 14px;
    background: rgba(111, 137, 127, 0.08);
  }

  .site-nav .button.primary {
    margin-top: 4px;
    width: 100%;
  }

  .hero-grid,
  .split-grid,
  .quote-layout,
  .coverage-layout,
  .page-hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .page-hero-grid {
    gap: 28px;
  }

  .hero-media {
    min-height: 540px;
  }

  .hero-media::after {
    inset: 16px 24px 14px 10px;
    border-radius: 34px;
  }

  .hero-shot.main {
    inset: 12px 54px 72px 12px;
  }

  .hero-shot.top {
    top: 8px;
    right: 8px;
    width: 188px;
    height: 218px;
  }

  .hero-shot.bottom {
    right: 18px;
    bottom: 14px;
    width: 210px;
  }
}

@media (max-width: 780px) {
  .section,
  .section-tight {
    padding: 58px 0;
  }

  .utility-bar .container,
  .nav-shell .container {
    width: min(100vw - 28px, var(--container));
  }

  .utility-bar .container {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 10px 0;
  }

  .utility-links {
    gap: 6px 14px;
  }

  .utility-note {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.72rem;
  }

  .badge-list,
  .hero-highlights,
  .trust-ribbon,
  .service-grid,
  .review-grid,
  .value-grid,
  .proof-grid,
  .benefit-grid,
  .mini-grid,
  .contact-card-list,
  .form-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .field-span-2 {
    grid-column: auto;
  }

  .story-panel,
  .quote-panel,
  .coverage-panel,
  .project-highlight,
  .service-shell,
  .faq-shell,
  .page-hero-panel,
  .footer-panel,
  .cta-band {
    padding: 26px;
  }

  .quote-form {
    padding: 22px;
  }

  .home-overview .container {
    margin-top: 0;
  }

  .hero {
    padding-top: 38px;
  }

  .hero::after {
    height: 82px;
    opacity: 0.24;
  }

  .hero-media {
    min-height: 450px;
  }

  .hero-media::after {
    inset: 10px 18px 12px 8px;
    border-radius: 28px;
  }

  .hero-shot.main {
    inset: 8px 22px 58px 8px;
  }

  .hero-shot.top {
    top: 4px;
    right: 2px;
    width: 154px;
    height: 184px;
  }

  .hero-shot.bottom {
    right: 8px;
    bottom: 12px;
    width: 164px;
    height: 136px;
  }

  .floating-card {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .footer-top,
  .footer-bottom {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  body::before {
    opacity: 0.5;
  }

  .section,
  .section-tight {
    padding: 52px 0;
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 26px;
  }

  .section-heading h1,
  .section-heading h2,
  .section-heading h3,
  .page-hero h1,
  .hero-copy h1,
  .service-hero-copy h1 {
    font-size: clamp(1.95rem, 9vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
  }

  .section-heading p,
  .hero-copy p,
  .page-hero p,
  .service-hero-copy p {
    font-size: 0.97rem;
  }

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

  .button-row .button {
    width: 100%;
  }

  .story-panel,
  .quote-panel,
  .coverage-panel,
  .project-highlight,
  .service-shell,
  .faq-shell,
  .page-hero-panel,
  .footer-panel,
  .cta-band {
    padding: 20px;
    border-radius: 24px;
  }

  .quote-form {
    padding: 18px;
    border-radius: 22px;
  }

  .hero-highlight,
  .trust-card,
  .process-step,
  .story-point {
    padding: 16px;
    border-radius: 18px;
  }

  .service-card-body,
  .project-card-body,
  .review-card,
  .value-card,
  .proof-card,
  .benefit-card,
  .badge-card,
  .stat-card,
  .contact-card,
  .mini-card {
    padding: 18px;
  }

  .hero-media {
    display: grid;
    gap: 14px;
    min-height: auto;
  }

  .hero::after {
    display: none;
  }

  .hero-media::after {
    display: none;
  }

  .gallery-grid {
    gap: 20px;
  }

  .project-card {
    background: transparent;
  }

  .project-card img {
    min-height: 230px;
    aspect-ratio: 4 / 3.6;
  }

  .project-card-body {
    position: relative;
    z-index: 1;
    width: calc(100% - 20px);
    margin: -30px auto 10px;
    padding: 18px;
    border: 1px solid rgba(32, 50, 74, 0.08);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 242, 234, 0.96));
    box-shadow: 0 18px 34px rgba(22, 36, 52, 0.14);
  }

  .project-card h3 {
    font-size: 1.08rem;
    line-height: 1.18;
  }

  .project-card p {
    font-size: 0.92rem;
    color: rgba(32, 50, 74, 0.76);
  }

  .project-tag {
    padding: 6px 10px;
    font-size: 0.7rem;
    letter-spacing: 0.11em;
  }

  .hero-media::before,
  .hero-shot.top,
  .hero-shot.bottom {
    display: none;
  }

  .hero-shot {
    position: relative;
    border-radius: 24px;
  }

  .hero-shot.main {
    inset: auto;
    width: 100%;
    aspect-ratio: 4 / 4.8;
  }

  .floating-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .form-grid {
    gap: 14px;
  }

  .field input,
  .field textarea,
  .field select {
    padding: 13px 14px;
    border-radius: 14px;
  }

  .page-hero {
    padding: 34px 0 18px;
  }

  .page-hero-media img,
  .service-media img,
  .map-frame iframe {
    min-height: 280px;
  }

  .map-frame {
    border-radius: 22px;
  }

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

  .chip-link {
    width: 100%;
    justify-content: center;
  }

  .footer-panel {
    border-radius: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  .container {
    width: min(100vw - 24px, var(--container));
  }

  .page-hero-media img,
  .service-media img,
  .map-frame iframe {
    min-height: 250px;
  }

  .brand-name span {
    display: none;
  }

  .nav-shell .container {
    min-height: 74px;
    gap: 14px;
  }

  .brand-mark img {
    width: 54px;
    height: 54px;
  }

  .brand-name strong {
    font-size: 0.92rem;
    letter-spacing: 0.08em;
  }

  .site-nav-wrap {
    top: calc(100% + 8px);
    padding: 14px;
  }
}
