:root {
  color-scheme: light;
  --page: #f7f5ef;
  --surface: #fffefa;
  --surface-2: #eeebe3;
  --ink: #171714;
  --muted: #68645c;
  --soft: #918b80;
  --line: rgba(23, 23, 20, 0.12);
  --line-strong: rgba(23, 23, 20, 0.22);
  --charcoal: #242722;
  --red: #c93a32;
  --red-dark: #a22e28;
  --red-soft: #fff0ee;
  --gold: #c89b44;
  --green: #2f6a49;
  --shadow: 0 24px 70px rgba(36, 38, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  padding-bottom: 76px;
  background: var(--page);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button {
  cursor: pointer;
}

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

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 10vw, 5.1rem);
  font-weight: 760;
  line-height: 0.98;
  text-wrap: balance;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 7vw, 3.2rem);
  font-weight: 760;
  line-height: 1.04;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.18rem, 4.6vw, 1.46rem);
  font-weight: 760;
  line-height: 1.12;
}

p {
  color: var(--muted);
  line-height: 1.62;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.92);
  backdrop-filter: blur(18px);
}

.site-header.scrolled {
  box-shadow: 0 16px 45px rgba(36, 38, 34, 0.12);
}

.brand,
.nav-links,
.nav-actions,
.hero-actions,
.closing-actions,
.mobile-cta,
.result-actions,
.social-links,
.showcase-controls {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  gap: 10px;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 8px;
  background: var(--charcoal);
  color: white;
  font-size: 0.78rem;
  font-weight: 850;
}

.brand-copy {
  min-width: 0;
}

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

.brand strong {
  overflow: hidden;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 760;
}

.nav-links {
  display: none;
}

.nav-actions {
  justify-content: flex-end;
}

.nav-actions .solid-button {
  display: none;
}

.solid-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0 15px;
  font-size: 0.9rem;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.solid-button {
  background: var(--red);
  color: white;
  box-shadow: 0 16px 34px rgba(201, 58, 50, 0.18);
}

.solid-button:hover {
  background: var(--red-dark);
}

.ghost-button {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink);
}

.hero,
.review-band,
.services-section,
.work-section,
.social-section,
.closing-cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  gap: 22px;
  padding: 42px 0 36px;
}

.hero-copy {
  display: grid;
  align-content: start;
  max-width: 940px;
}

.eyebrow,
.panel-label {
  display: block;
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-copy > p {
  max-width: 680px;
  font-size: clamp(1.04rem, 3.6vw, 1.2rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.hero-cta {
  min-height: 52px;
  padding-inline: 18px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.proof-row div {
  min-width: 0;
  padding: 15px 12px;
  background: var(--surface);
}

.proof-row dt {
  color: var(--ink);
  font-size: clamp(1.5rem, 7vw, 2.2rem);
  font-weight: 850;
  line-height: 1;
}

.proof-row dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
}

.hero-showcase,
.quote-panel,
.service-card,
.review-band,
.work-reel figure,
.social-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.hero-showcase {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.showcase-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--surface-2);
}

.showcase-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 7, 6, 0), rgba(7, 7, 6, 0.28));
  pointer-events: none;
}

.showcase-media img,
.service-image img,
.work-reel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-media img {
  transition: opacity 220ms ease, transform 520ms ease;
}

.showcase-media img.is-changing {
  opacity: 0;
  transform: scale(1.015);
}

.showcase-caption {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: var(--surface);
}

.showcase-caption span {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.showcase-caption h2 {
  margin: 0;
  font-size: clamp(1.55rem, 5vw, 2.1rem);
}

.showcase-caption p {
  margin: 0;
}

.showcase-controls {
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.showcase-controls button,
.showcase-dots button {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #fbfaf6;
  color: var(--ink);
  font-weight: 820;
}

.showcase-controls > button {
  min-height: 40px;
  padding: 0 12px;
}

.showcase-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.showcase-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  font-size: 0;
}

.showcase-dots button.active {
  width: 26px;
  border-color: var(--red);
  background: var(--red);
}

.quote-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(36, 38, 34, 0.08);
}

.quote-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--green));
  content: "";
}

.quote-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 6vw, 2.12rem);
  line-height: 1;
}

.quote-panel p {
  margin-bottom: 16px;
}

.quote-fields {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
}

.field span,
.check-field legend {
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #fbfaf6;
  color: var(--ink);
  outline: none;
}

.field input {
  min-height: 48px;
  padding: 0 12px;
}

.field textarea {
  min-height: 92px;
  padding: 12px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(201, 58, 50, 0.13);
}

.check-field {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.check-field legend {
  margin-bottom: 2px;
}

.check-field label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fbfaf6;
  color: var(--ink);
  font-weight: 760;
}

.check-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.check-field label:has(input:checked) {
  border-color: rgba(201, 58, 50, 0.42);
  background: var(--red-soft);
}

.quote-button {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
}

.price-result {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(47, 106, 73, 0.24);
  border-radius: 8px;
  background: #f0f7ef;
}

.price-result[hidden] {
  display: none;
}

.price-result span {
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price-result strong {
  color: var(--ink);
  font-size: clamp(2.15rem, 12vw, 4rem);
  line-height: 1;
}

.price-result p {
  margin: 0;
  color: #375b3c;
}

.result-actions {
  flex-wrap: wrap;
  gap: 8px;
}

.result-actions .solid-button,
.result-actions .ghost-button {
  min-height: 42px;
}

.review-band {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: var(--charcoal);
  color: white;
}

.review-band span {
  color: #f0d18d;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.review-band strong {
  max-width: 760px;
  font-size: clamp(1.08rem, 5vw, 1.45rem);
  line-height: 1.15;
}

.review-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 0 14px;
  color: white;
  font-weight: 820;
}

.services-section,
.work-section,
.social-section {
  padding: 64px 0 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading.split {
  display: grid;
  gap: 16px;
  max-width: none;
}

.service-grid {
  display: grid;
  gap: 14px;
}

.service-card {
  display: grid;
  gap: 14px;
  padding: 12px 12px 18px;
  box-shadow: 0 18px 45px rgba(36, 38, 34, 0.07);
}

.service-image {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 8px;
  background: var(--surface-2);
}

.service-card > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--red-soft);
  color: var(--red);
  font-size: 0.84rem;
  font-weight: 850;
}

.service-card h3 {
  margin-bottom: 0;
}

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

.service-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.35;
}

.service-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--red);
  content: "";
}

.work-reel {
  display: grid;
  grid-auto-columns: minmax(245px, 78vw);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.work-reel figure {
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 18px 45px rgba(36, 38, 34, 0.08);
}

.work-reel img {
  aspect-ratio: 4 / 5;
}

.work-reel figcaption {
  padding: 12px;
  color: var(--ink);
  font-weight: 820;
}

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

.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 820;
}

.social-links a:hover {
  border-color: rgba(201, 58, 50, 0.45);
  color: var(--red);
}

.social-feed {
  display: grid;
  gap: 12px;
}

.social-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  color: white;
  box-shadow: 0 18px 45px rgba(36, 38, 34, 0.08);
}

.social-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 6, 0.02), rgba(7, 7, 6, 0.75));
  content: "";
}

.social-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.social-card:hover img {
  transform: scale(1.035);
}

.social-card span,
.social-card strong {
  position: absolute;
  right: 14px;
  left: 14px;
  z-index: 1;
}

.social-card span {
  bottom: 64px;
  color: #f3d089;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.social-card strong {
  bottom: 16px;
  font-size: clamp(1.04rem, 5vw, 1.45rem);
  line-height: 1.12;
}

.closing-cta {
  padding: 70px 0 68px;
  text-align: center;
}

.closing-cta h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.closing-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 28px 16px 110px;
  border-top: 1px solid var(--line);
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.68);
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong,
.site-footer a {
  color: white;
}

.mobile-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 60;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(36, 38, 34, 0.18);
}

.mobile-cta a {
  flex: 1 1 50%;
  display: grid;
  min-height: 52px;
  place-items: center;
  font-weight: 850;
}

.mobile-cta a:first-child {
  border-right: 1px solid var(--line);
}

.mobile-cta a:last-child {
  background: var(--red);
  color: white;
}

@media (min-width: 700px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 26px;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    gap: 22px;
  }

  .nav-links a {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 820;
  }

  .nav-links a:hover {
    color: var(--ink);
  }

  .nav-actions {
    gap: 8px;
  }

  .nav-actions .solid-button {
    display: inline-flex;
  }

  .hero,
  .review-band,
  .services-section,
  .work-section,
  .social-section,
  .closing-cta {
    width: min(1180px, calc(100% - 52px));
  }

  .hero {
    padding-top: 54px;
  }

  .review-band {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
  }

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

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

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

  .section-heading.split {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .work-reel {
    grid-auto-columns: minmax(220px, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: initial;
    overflow: visible;
    padding-bottom: 0;
  }

  .social-feed {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(220px, auto);
  }

  .social-card.feature {
    grid-column: span 2;
    grid-row: span 2;
  }

  .social-card.feature strong {
    font-size: clamp(1.35rem, 3vw, 2.1rem);
  }

  .site-footer {
    grid-template-columns: 1.3fr 1fr 1fr;
    padding: 32px 26px;
  }

  .mobile-cta {
    display: none;
  }
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1fr);
    align-items: center;
    gap: 28px;
    padding-bottom: 44px;
  }

  .hero-copy {
    grid-column: 1;
  }

  .hero-showcase {
    grid-column: 2;
  }

  .showcase-media {
    min-height: 520px;
    aspect-ratio: 1 / 1;
  }

  .showcase-caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: min(560px, calc(100% - 36px));
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    background: rgba(255, 254, 250, 0.9);
    box-shadow: 0 18px 45px rgba(7, 7, 6, 0.22);
    backdrop-filter: blur(18px);
  }

  .quote-panel {
    grid-column: 1 / -1;
    padding: 26px;
  }

  .price-result {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 18px;
  }

  .price-result span,
  .price-result strong,
  .price-result p {
    grid-column: 1;
  }

  .price-result .result-actions {
    grid-column: 2;
    grid-row: 1 / span 3;
    justify-content: flex-end;
  }
}

@media (min-width: 1220px) {
  .site-header {
    padding-inline: calc((100vw - 1180px) / 2);
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
