:root {
  --paper: #f5ede2;
  --paper-strong: #fffbf5;
  --paper-deep: #e8d9c0;
  --sand: #d8c5aa;
  --ink: #171613;
  --ink-soft: #4e4b44;
  --marsh-dark: #26352f;
  --marsh: #4d6458;
  --marsh-soft: #78867a;
  --rust: #cb741d;
  --rust-deep: #8f4a14;
  --tdlr-blue: #345b80;
  --tdlr-blue-deep: #203f5f;
  --line: rgba(23, 22, 19, 0.12);
  --white: #ffffff;
  --shadow-lg: 0 28px 60px rgba(23, 22, 19, 0.14);
  --shadow-md: 0 18px 36px rgba(23, 22, 19, 0.1);
  --shadow-sm: 0 10px 22px rgba(23, 22, 19, 0.08);
  --radius-lg: 16px;
  --radius-md: 10px;
  --radius-sm: 4px;
  --container: 1180px;
  --ease-premium: 240ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(203, 116, 29, 0.13), transparent 24%),
    linear-gradient(180deg, #fdf8f1 0%, #f2e6d7 100%);
}

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

figure {
  margin: 0;
}

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

.site-shell {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(23, 22, 19, 0.025) 0, rgba(23, 22, 19, 0) 20%);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 242, 0.9);
  border-bottom: 1px solid rgba(23, 22, 19, 0.08);
  box-shadow: 0 10px 24px rgba(23, 22, 19, 0.05);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(203, 116, 29, 0.5), rgba(77, 100, 88, 0.38), transparent);
  pointer-events: none;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 82px;
}

.brand {
  display: grid;
  gap: 0.1rem;
  padding: 0.2rem 0;
}

.logo-shell {
  display: block;
  overflow: hidden;
}

.logo-shell__img {
  display: block;
  width: 100%;
  max-width: none;
}

.brand__eyebrow {
  color: var(--rust);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand__title {
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.5rem, 2.3vw, 2.05rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 0.95;
  text-transform: uppercase;
}

.logo-shell--hero {
  width: 100%;
  height: clamp(220px, 24vw, 320px);
}

.logo-shell--hero .logo-shell__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.12);
  transform-origin: center center;
}

.logo-shell--footer {
  width: min(280px, 100%);
  height: 112px;
}

.logo-shell--footer .logo-shell__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.18);
  transform-origin: left center;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav a {
  position: relative;
  color: rgba(23, 22, 19, 0.8);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-bottom: 0.28rem;
  text-transform: uppercase;
  transition: color var(--ease-premium);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rust), rgba(66, 96, 79, 0.95));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ease-premium);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--rust);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(23, 22, 19, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  cursor: pointer;
}

.nav-toggle__line {
  width: 22px;
  height: 2px;
  background: var(--ink);
}

.eyebrow,
h1,
h2,
h3,
.button,
.showcase-card__label,
.service-card__kicker,
.promise-card__label,
.heritage__quote-label,
.license-card__label,
.residential__panel-label,
.coverage__visual-label,
.timeline-card__year {
  font-family: "Barlow Condensed", sans-serif;
}

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

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--small {
  min-height: 44px;
  padding: 0.66rem 1rem;
  font-size: 0.94rem;
}

.button--dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.button--dark:hover,
.button--dark:focus-visible {
  background: #090908;
}

.button--accent {
  background: linear-gradient(135deg, var(--rust) 0%, var(--rust-deep) 100%);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(143, 74, 20, 0.26);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(23, 22, 19, 0.12);
  color: var(--ink);
}

.button--light {
  background: var(--paper-strong);
  color: var(--ink);
}

.hero {
  position: relative;
  padding: 4.8rem 0 4.15rem;
  background:
    radial-gradient(circle at top left, rgba(198, 111, 31, 0.12), transparent 24%),
    linear-gradient(112deg, rgba(255, 250, 242, 0.98) 0 46%, rgba(244, 236, 221, 0.95) 46%, rgba(83, 106, 92, 0.28) 63%, rgba(29, 43, 39, 0.92) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 210px;
  background:
    radial-gradient(circle at 78% 20%, rgba(198, 111, 31, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(244, 236, 221, 0), rgba(244, 236, 221, 0.92) 82%, var(--paper) 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 36%),
    radial-gradient(circle at 20% 18%, rgba(198, 111, 31, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 250, 242, 0.14) 100%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 500px);
  gap: 2rem;
  align-items: start;
}

.hero__content {
  padding-top: 0.6rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.95rem;
  color: var(--rust);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 0.92rem;
  height: 0.92rem;
  flex: 0 0 auto;
  background: linear-gradient(180deg, #df8a34, var(--rust));
  clip-path: polygon(50% 0%, 61% 36%, 98% 36%, 68% 57%, 79% 92%, 50% 70%, 21% 92%, 32% 57%, 2% 36%, 39% 36%);
  filter: drop-shadow(0 2px 4px rgba(140, 71, 17, 0.24));
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.94;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.3rem, 6vw, 5.9rem);
}

h2 {
  font-size: clamp(2.25rem, 4vw, 4rem);
}

h3 {
  font-size: 1.82rem;
}

.hero__lead,
.section-heading p,
.license-panel__intro p,
.showcase-card p,
.service-card p,
.residential__content p,
.residential-point p,
.residential__details p,
.heritage__story p,
.timeline-card p,
.promise-card p,
.coverage__content p,
.contact__intro p,
.contact-links a,
.footer p,
.coverage__visual-copy {
  font-size: 1.08rem;
  line-height: 1.72;
  color: var(--ink-soft);
}

.hero__lead {
  max-width: 60ch;
  margin: 1.1rem 0 0;
}

.hero__brandline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255, 250, 242, 0.84);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__brand-pill,
.hero__license-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.6rem;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 20px rgba(23, 22, 19, 0.08);
  backdrop-filter: blur(10px);
}

.hero__brand-pill {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(244, 234, 221, 0.92));
}

.hero__brand-star {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  background: linear-gradient(180deg, #eea04a, var(--rust));
  clip-path: polygon(50% 0%, 61% 36%, 98% 36%, 68% 57%, 79% 92%, 50% 70%, 21% 92%, 32% 57%, 2% 36%, 39% 36%);
  filter: drop-shadow(0 2px 6px rgba(198, 111, 31, 0.25));
}

.hero__license-inline {
  color: var(--paper-strong);
  background: linear-gradient(180deg, rgba(52, 91, 128, 0.92), rgba(32, 63, 95, 0.9));
  border-color: rgba(255, 255, 255, 0.16);
}

.hero__license-inline-label {
  opacity: 0.82;
}

.hero__license-inline strong {
  font-size: 1.18rem;
  letter-spacing: 0.04em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.6rem 0 1.55rem;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.stat-card,
.service-card,
.showcase-card,
.promise-card,
.contact-form,
.license-card,
.residential-point,
.timeline-card,
.coverage__visual {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--ease-premium),
    box-shadow var(--ease-premium),
    border-color var(--ease-premium);
}

.stat-card {
  display: grid;
  gap: 0.32rem;
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 1.05rem;
  border-top: 4px solid rgba(198, 111, 31, 0.68);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(250, 245, 237, 0.92));
}

.stat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%);
  pointer-events: none;
}

.stat-card:nth-child(2),
.stat-card:nth-child(3) {
  border-top-color: rgba(31, 77, 143, 0.72);
}

.stat-card:nth-child(4) {
  border-top-color: rgba(66, 96, 79, 0.7);
}

.stat-card strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.52rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.stat-card span {
  color: var(--ink-soft);
  line-height: 1.5;
}

.hero__showcase {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(30, 45, 39, 0.94), rgba(23, 31, 28, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 50px rgba(23, 22, 19, 0.18);
}

.hero__showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(242, 162, 90, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%);
  pointer-events: none;
}

.hero-brand-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem;
  border-top: 5px solid var(--rust);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 237, 0.94)),
    var(--paper-strong);
  border: 1px solid rgba(23, 22, 19, 0.08);
  box-shadow: var(--shadow-md);
}

.hero-brand-panel__art {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-md) - 2px);
  border: 1px solid rgba(23, 22, 19, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 26px rgba(23, 22, 19, 0.08);
}

.hero-brand-panel::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1.35rem;
  height: 1.35rem;
  background: linear-gradient(180deg, #eea04a, var(--rust));
  clip-path: polygon(50% 0%, 61% 36%, 98% 36%, 68% 57%, 79% 92%, 50% 70%, 21% 92%, 32% 57%, 2% 36%, 39% 36%);
  opacity: 0.78;
}

.hero-live-panel {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-md);
}

.hero-live-panel::before,
.scene-strip__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(66, 96, 79, 0.1), rgba(12, 12, 11, 0));
  pointer-events: none;
}

.hero-live-panel::after,
.scene-strip__frame::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -45%;
  z-index: 1;
  width: 65%;
  height: 190%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  transform: rotate(12deg);
  animation: drift-shine 12s linear infinite;
  pointer-events: none;
}

.hero-live-panel__image {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center center;
}

.hero-live-panel__caption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 1.05rem 1.1rem 1.15rem;
  background: linear-gradient(180deg, rgba(12, 12, 11, 0), rgba(12, 12, 11, 0.92));
}

.hero-live-panel__label {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: #f3a65d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-live-panel__caption p {
  margin: 0;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.55;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.showcase-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 214px;
  position: relative;
  padding: 1.25rem;
  border: 1px solid rgba(23, 22, 19, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 249, 239, 0.96);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--ease-premium),
    box-shadow var(--ease-premium),
    border-color var(--ease-premium);
}

.showcase-card::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.78rem;
  height: 0.78rem;
  background: linear-gradient(180deg, #eea04a, var(--rust));
  clip-path: polygon(50% 0%, 61% 36%, 98% 36%, 68% 57%, 79% 92%, 50% 70%, 21% 92%, 32% 57%, 2% 36%, 39% 36%);
  opacity: 0.72;
}

.showcase-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(58, 79, 70, 0.94), rgba(33, 46, 41, 0.96));
  border-color: rgba(255, 255, 255, 0.12);
}

.showcase-card:nth-child(2) h2,
.showcase-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.9);
}

.showcase-card__label,
.service-card__kicker,
.promise-card__label,
.heritage__quote-label {
  display: inline-flex;
  margin: 0 0 0.55rem;
  color: var(--rust);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showcase-card h2 {
  margin-bottom: 0.7rem;
  font-size: 2rem;
}

.emergency-strip {
  position: relative;
  z-index: 2;
  margin-top: -1.2rem;
  padding: 0 0 1.9rem;
}

.emergency-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.45rem;
  border-radius: 12px;
  border-left: 6px solid var(--rust);
  background:
    linear-gradient(135deg, rgba(23, 26, 24, 0.96), rgba(42, 58, 51, 0.94));
  color: var(--paper-strong);
  box-shadow: var(--shadow-md);
}

.emergency-strip p {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.55;
}

.section {
  position: relative;
  padding: 5.5rem 0;
}

.license-section {
  padding-top: 0;
}

.license-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 1.4rem;
  padding: 1.5rem;
  border: 1px solid rgba(23, 22, 19, 0.1);
  border-left: 6px solid var(--rust);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 237, 0.92)),
    var(--paper-strong);
  box-shadow: var(--shadow-md);
}

.license-panel__intro p {
  max-width: 62ch;
}

.license-panel__note {
  margin-bottom: 0;
  padding: 0.95rem 1rem;
  border-left: 4px solid var(--tdlr-blue);
  border-radius: 0 10px 10px 0;
  background: rgba(52, 91, 128, 0.09);
  color: var(--tdlr-blue-deep);
  font-weight: 700;
  line-height: 1.6;
}

.license-panel__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
}

.license-panel__badge {
  width: min(100%, 260px);
  padding: 0.95rem;
  border: 1px solid rgba(23, 22, 19, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.license-panel__badge-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
  border-radius: calc(var(--radius-sm) - 2px);
}

.license-panel__badge p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.license-phone {
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.license-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.license-card {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem;
  min-height: 180px;
  border: 1px solid rgba(52, 91, 128, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.license-card:nth-child(-n + 2) {
  border-top: 5px solid var(--tdlr-blue);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 242, 248, 0.96));
}

.license-card:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 0;
  border-top: 4px solid var(--marsh);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 239, 0.96));
}

.license-card__label {
  margin: 0;
  color: var(--tdlr-blue-deep);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.license-card strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 4vw, 4.2rem);
  line-height: 1;
  color: var(--tdlr-blue-deep);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.license-card:nth-child(3) strong {
  color: var(--ink);
  font-size: clamp(2.1rem, 3vw, 2.95rem);
  letter-spacing: 0.02em;
}

.license-card span {
  color: var(--ink-soft);
  line-height: 1.55;
}

.service-card,
.work-card,
.promise-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.scene-strip {
  padding-top: 0;
}

.scene-strip__frame {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 22, 19, 0.08);
  box-shadow: var(--shadow-md);
}

.scene-strip__image {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center center;
}

.scene-strip__overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(12, 12, 11, 0), rgba(28, 36, 32, 0.76) 58%, rgba(17, 17, 16, 0.92) 100%);
}

.scene-strip__overlay h2 {
  max-width: 15ch;
  margin-bottom: 0.8rem;
  color: var(--paper-strong);
}

.scene-strip__overlay p:last-child {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.68;
}

.section-voice {
  margin: 0 0 1.15rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--rust);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.68;
  box-shadow: var(--shadow-sm);
}

.section-voice--slate {
  border-left-color: var(--marsh);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 244, 241, 0.94));
}

.section-voice--warm {
  border-left-color: var(--rust);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 241, 232, 0.94));
}

.residential-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0)),
    var(--paper);
}

.residential-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 1.5rem;
  align-items: start;
}

.residential__content p {
  max-width: 62ch;
}

.residential__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.55rem;
}

.residential-point {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-top: 4px solid rgba(66, 96, 79, 0.58);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
}

.residential-point h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.residential-point p {
  margin: 0;
}

.residential__panel {
  position: relative;
  overflow: hidden;
  padding: 1.45rem;
  border: 1px solid rgba(23, 22, 19, 0.08);
  border-top: 5px solid var(--rust);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 231, 0.95)),
    var(--paper-strong);
  box-shadow: var(--shadow-md);
}

.residential__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: inherit;
  pointer-events: none;
}

.residential__panel-art {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center top;
  border: 1px solid rgba(23, 22, 19, 0.08);
  border-radius: calc(var(--radius-md) - 2px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 236, 221, 0.92));
  margin-bottom: 1rem;
}

.residential__panel-label {
  margin: 0 0 0.6rem;
  color: var(--rust);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.residential__quote {
  margin: 0 0 1.25rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.residential__details p {
  margin: 0 0 0.7rem;
}

.residential__details a {
  color: var(--marsh);
  font-weight: 700;
}

.section-heading {
  position: relative;
  max-width: 62rem;
  margin-bottom: 2rem;
  padding-bottom: 1.15rem;
}

.section-heading::after {
  content: "";
  display: block;
  width: min(150px, 28vw);
  height: 4px;
  margin-top: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rust), rgba(77, 100, 88, 0.88));
}

.section-heading h2 {
  max-width: 12ch;
  margin-bottom: 0.8rem;
}

.section--paper {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.08)),
    var(--paper);
}

.service-grid,
.promise-grid {
  display: grid;
  gap: 1.15rem;
}

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

.service-card {
  padding: 1.45rem;
  border-radius: var(--radius-md);
  border-top: 4px solid var(--ink);
  background: rgba(255, 250, 242, 0.95);
  transition:
    transform var(--ease-premium),
    box-shadow var(--ease-premium),
    border-color var(--ease-premium);
}

.service-card:nth-child(1),
.service-card:nth-child(4) {
  border-top-color: var(--rust);
}

.service-card h3,
.promise-card h3 {
  margin-bottom: 0.7rem;
}

.work-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
    var(--paper-strong);
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.45rem;
  align-items: start;
}

.work__intro {
  padding: 1.45rem;
  border-left: 6px solid var(--rust);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 244, 234, 0.9)),
    var(--paper-strong);
  box-shadow: var(--shadow-md);
}

.work__intro h2 {
  max-width: 11ch;
  margin-bottom: 0.8rem;
}

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

.work-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.work-card {
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-top: 4px solid rgba(66, 96, 79, 0.55);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--ease-premium),
    box-shadow var(--ease-premium),
    border-color var(--ease-premium);
}

.work-card:nth-child(2) {
  border-top-color: var(--rust);
}

.work-card__label {
  display: inline-flex;
  margin: 0 0 0.55rem;
  color: var(--rust);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.work-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.56rem;
}

.work-card p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  line-height: 1.7;
}

.work-card__list {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--ink);
  line-height: 1.75;
}

.field-gallery {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08)),
    var(--paper);
}

.field-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.field-photo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--ease-premium),
    box-shadow var(--ease-premium),
    border-color var(--ease-premium);
}

.field-gallery__grid > .field-photo-card:nth-child(1) {
  grid-column: span 5;
}

.field-gallery__grid > .field-photo-card:nth-child(2) {
  grid-column: span 3;
}

.field-gallery__grid > .field-photo-card:nth-child(3) {
  grid-column: span 4;
}

.field-gallery__grid > .field-photo-card:nth-child(4),
.field-gallery__grid > .field-photo-card:nth-child(5) {
  grid-column: span 6;
}

.field-photo-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #e8e0d0;
  image-orientation: from-image;
}

.field-photo-card--feature .field-photo-card__media {
  aspect-ratio: 16 / 11;
}

.field-photo-card--reel .field-photo-card__media {
  aspect-ratio: 16 / 9;
}

.field-photo-card__reel {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.field-photo-card__reel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 12, 11, 0.05), rgba(12, 12, 11, 0.48));
}

.field-photo-card__preview {
  background: #0d0f0d;
}

.field-photo-card__reel-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  background: rgba(12, 12, 11, 0.74);
  color: var(--paper-strong);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-photo-card__play {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.94);
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}

.field-photo-card__play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid var(--rust);
}

.field-photo-card__body {
  padding: 1rem;
}

.field-photo-card__label {
  display: inline-flex;
  margin: 0 0 0.45rem;
  color: var(--rust);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field-photo-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.field-photo-card__link {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--marsh);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 11, 0.7);
  backdrop-filter: blur(4px);
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 980px);
  margin: min(8vh, 4rem) auto 0;
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111210;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.video-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.video-modal__title {
  margin: 0;
  color: var(--paper-strong);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-modal__close,
.video-modal__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-modal__close {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper-strong);
  cursor: pointer;
}

.video-modal__player {
  display: block;
  width: 100%;
  max-height: 70vh;
  border-radius: calc(var(--radius-md) - 2px);
  background: #000;
}

.video-modal__link {
  margin-top: 0.9rem;
  color: #f3a65d;
}

.heritage {
  background:
    linear-gradient(180deg, rgba(66, 96, 79, 0.06), rgba(255, 255, 255, 0)),
    var(--paper-strong);
}

.heritage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.6rem;
  align-items: start;
}

.heritage__intro {
  max-width: 62ch;
  margin-bottom: 1.35rem;
}

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

.timeline-card {
  padding: 1.2rem;
  border-left: 4px solid var(--rust);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
}

.timeline-card__year {
  margin: 0 0 0.5rem;
  color: var(--marsh);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.52rem;
}

.timeline-card p {
  margin: 0;
}

.heritage__quote {
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 5px solid var(--rust);
  background:
    linear-gradient(180deg, rgba(16, 16, 15, 0.98), rgba(30, 42, 37, 0.98));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.16);
}

.heritage__quote blockquote {
  margin: 0 0 1.15rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.05rem, 3.1vw, 2.95rem);
  line-height: 1.03;
  letter-spacing: 0.01em;
  color: var(--paper-strong);
}

.heritage__list {
  margin: 0;
  padding-left: 1.05rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.section--dark {
  color: var(--paper-strong);
  background:
    radial-gradient(circle at top right, rgba(198, 111, 31, 0.18), transparent 18%),
    linear-gradient(180deg, #161614 0%, #1f2d28 100%);
}

.coverage {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 1.4rem;
  align-items: center;
}

.coverage__content h2,
.coverage__content p {
  color: var(--paper-strong);
}

.coverage__content p {
  max-width: 60ch;
}

.coverage__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.coverage__locations span,
.coverage__callouts span {
  padding: 0.68rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--paper-strong);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage__visual {
  display: grid;
  gap: 1rem;
  padding: 1.55rem;
  border-radius: var(--radius-lg);
  border-top: 5px solid var(--rust);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.coverage__photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-md) - 2px);
}

.coverage__visual-label {
  margin: 0;
  color: #ee9b48;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage__phone {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.9rem, 5.8vw, 4.6rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.03em;
}

.coverage__visual-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.coverage__callouts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

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

.promise-card {
  padding: 1.45rem;
  border-radius: var(--radius-md);
  border-top: 4px solid rgba(66, 96, 79, 0.55);
  background: rgba(255, 250, 242, 0.95);
}

.promise-card:nth-child(2) {
  border-top-color: var(--rust);
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)),
    var(--paper);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-links {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.45rem;
}

.contact-links a {
  font-weight: 700;
  color: var(--marsh);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.55rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

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

label {
  color: var(--ink);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(23, 22, 19, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(198, 111, 31, 0.24);
  border-color: var(--rust);
}

.form-note {
  grid-column: 1 / -1;
  min-height: 1.2rem;
  margin: 0;
  color: var(--marsh);
  font-weight: 700;
}

.footer {
  padding: 2rem 0 1.25rem;
  color: rgba(255, 255, 255, 0.84);
  background: #0e100f;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.82fr;
  gap: 1.4rem;
  align-items: start;
}

.footer__inner a {
  display: block;
  margin-bottom: 0.45rem;
}

.footer__copy {
  margin: 1.4rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
}

.showcase-card:hover,
.showcase-card:focus-within,
.service-card:hover,
.service-card:focus-within,
.residential-point:hover,
.residential-point:focus-within,
.work-card:hover,
.work-card:focus-within,
.field-photo-card:hover,
.field-photo-card:focus-within,
.license-card:hover,
.license-card:focus-within,
.promise-card:hover,
.promise-card:focus-within,
.timeline-card:hover,
.timeline-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

@keyframes drift-shine {
  from {
    transform: translateX(0) rotate(12deg);
    opacity: 0;
  }

  12% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.35;
  }

  to {
    transform: translateX(230%) rotate(12deg);
    opacity: 0;
  }
}

[data-animate] {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

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

@media (max-width: 1120px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
      var(--paper-deep);
  }

  .hero::before {
    inset: auto 0 0 0;
    height: 180px;
  }

  .hero__grid,
  .license-panel,
  .residential-grid,
  .work-grid,
  .heritage__grid,
  .coverage,
  .contact,
  .footer__inner {
    grid-template-columns: 1fr;
  }

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

  .work-cards {
    grid-template-columns: 1fr;
  }

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

  .field-gallery__grid > .field-photo-card {
    grid-column: span 1;
  }

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

  .license-card:nth-child(3) {
    grid-column: auto;
  }

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

  .showcase-grid,
  .residential__points,
  .heritage__timeline {
    grid-template-columns: 1fr;
  }

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

  .hero__showcase {
    padding: 1rem;
  }

  .license-panel__top {
    flex-direction: column;
  }

  .license-panel__badge {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 760px) {
  .topbar__inner {
    flex-wrap: wrap;
    padding: 0.8rem 0;
  }

  .brand__title {
    font-size: 1.32rem;
  }

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

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 0 0.25rem;
  }

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

  .topbar .button--small {
    display: none;
  }

  .hero {
    padding-top: 2.8rem;
  }

  .emergency-strip {
    margin-top: -0.7rem;
  }

  .hero-live-panel,
  .hero-live-panel__image {
    min-height: 240px;
  }

  .scene-strip__frame,
  .scene-strip__image {
    min-height: 320px;
  }

  .scene-strip__overlay {
    padding: 1.2rem;
  }

  h1 {
    font-size: clamp(2.9rem, 15vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .section-heading h2 {
    max-width: none;
  }

  .emergency-strip__inner,
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .hero__brandline {
    gap: 0.6rem;
    color: var(--ink-soft);
  }

  .hero__brand-pill,
  .hero__license-inline {
    width: 100%;
    justify-content: center;
  }

  .field-gallery__grid {
    grid-template-columns: 1fr;
  }

  .field-gallery__grid > .field-photo-card {
    grid-column: auto;
  }

  .video-modal__dialog {
    width: min(calc(100% - 1rem), 980px);
    margin-top: 1rem;
    padding: 0.85rem;
  }

  .contact-form,
  .hero-brand-panel,
  .coverage__visual,
  .heritage__quote,
  .residential__panel {
    padding: 1.2rem;
  }

  .residential__panel-art {
    max-height: none;
  }

}
