:root {
  --ink: #16130c;
  --muted: #695f4f;
  --surface: #ffffff;
  --soft: #f7f3ea;
  --soft-strong: #eee2c8;
  --accent: #b88a2d;
  --accent-dark: #7d5a19;
  --gold: #f2c861;
  --black: #070707;
  --line: #e4d9c3;
  --shadow: 0 22px 70px rgba(22, 19, 12, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#services,
#process,
#social,
#work,
#quote {
  scroll-margin-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  background: var(--surface);
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #ffffff;
  background: rgba(7, 7, 7, 0.7);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(242, 200, 97, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(242, 200, 97, 0.48);
  border-radius: 50%;
  background: #050505;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.brand strong {
  font-size: 1.02rem;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 1px;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(242, 200, 97, 0.88);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.header-cta {
  opacity: 0.9;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-row-compact {
  flex-wrap: nowrap;
}

.social-link {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 200, 97, 0.38);
  border-radius: 999px;
  color: #ffe7a3;
  background: rgba(7, 7, 7, 0.28);
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(242, 200, 97, 0.74);
  background: rgba(184, 138, 45, 0.2);
}

.social-link-labeled {
  height: 44px;
  gap: 9px;
  padding: 0 14px;
  color: #fff7df;
  font-size: 0.9rem;
}

.social-link span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  font-size: 1.05rem;
}

.nav-links a:hover,
.header-cta:hover {
  opacity: 1;
}

.header-cta {
  justify-self: end;
  padding: 10px 14px;
  border: 1px solid rgba(242, 200, 97, 0.54);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff6d8;
  background: rgba(184, 138, 45, 0.12);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 140px clamp(18px, 6vw, 76px) 56px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    radial-gradient(circle at 82% 28%, rgba(242, 200, 97, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.9) 0%, rgba(12, 12, 10, 0.76) 45%, rgba(7, 7, 7, 0.18) 86%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.54) 0%, rgba(7, 7, 7, 0) 38%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #ffffff;
}

.hero-logo {
  width: clamp(106px, 18vw, 160px);
  height: clamp(106px, 18vw, 160px);
  margin: 0 auto 24px;
  border: 1px solid rgba(242, 200, 97, 0.38);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.hero-content > .eyebrow {
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
}

.hero-actions-secondary {
  margin-top: 12px;
}

.hero-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.hero-social > span,
.quote-social p {
  margin: 0;
  color: rgba(255, 247, 223, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  color: #171006;
  background: var(--accent);
  background: linear-gradient(135deg, #f5d47b, #b88a2d);
  box-shadow: 0 14px 30px rgba(184, 138, 45, 0.28);
}

.button-primary:hover {
  background: linear-gradient(135deg, #ffe095, #9f741f);
}

.button-secondary {
  color: #ffffff;
  border-color: rgba(242, 200, 97, 0.46);
  background: rgba(7, 7, 7, 0.22);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin: 54px 0 0;
}

.hero-stats div {
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(242, 200, 97, 0.26);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.26);
  backdrop-filter: blur(12px);
}

.hero-stats dt {
  font-size: 1.2rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.section-inner {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0;
}

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

.experience {
  padding-top: 76px;
  padding-bottom: 76px;
}

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

.experience-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 243, 234, 0.88)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(22, 19, 12, 0.07);
}

.experience-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--accent);
  font-weight: 900;
}

.experience-grid p {
  margin: 0;
  color: var(--muted);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.intro-grid p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.16rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading .eyebrow,
.intro .eyebrow,
.quote .eyebrow {
  color: var(--accent);
}

.work-gallery {
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 10%, rgba(242, 200, 97, 0.16), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #070707, #1b160d 72%, #070707);
}

.work-layout {
  display: grid;
  gap: 34px;
}

.work-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: 38px;
  align-items: end;
}

.work-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.work-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.result-stories {
  display: grid;
  gap: 18px;
}

.result-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 26px);
  align-items: stretch;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(242, 200, 97, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
}

.result-copy {
  display: grid;
  align-content: center;
}

.result-copy .eyebrow {
  margin-bottom: 12px;
}

.result-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(242, 200, 97, 0.38);
  border-radius: 50%;
  color: #171006;
  background: linear-gradient(135deg, #f5d47b, #b88a2d);
  font-size: 0.86rem;
  font-weight: 900;
}

.result-copy h3 {
  max-width: 14ch;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1;
}

.result-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

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

.comparison-photo,
.proof-card {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 200, 97, 0.22);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.38);
}

.comparison-photo img,
.proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.comparison-photo img {
  aspect-ratio: 4 / 5;
}

.result-card-landscape .comparison-photo img {
  aspect-ratio: 16 / 10;
}

.comparison-photo:hover img,
.proof-card:hover img {
  transform: scale(1.035);
}

.comparison-photo::after,
.proof-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0) 42%, rgba(7, 7, 7, 0.78) 100%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.08), rgba(7, 7, 7, 0.08));
  content: "";
  pointer-events: none;
}

.comparison-photo figcaption,
.proof-card figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 5px;
  padding: 16px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.2;
}

.comparison-photo figcaption span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(242, 200, 97, 0.36);
  border-radius: 999px;
  color: #171006;
  background: linear-gradient(135deg, #f5d47b, #b88a2d);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-strip {
  display: grid;
  gap: 18px;
  padding-top: 18px;
}

.proof-strip-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.proof-strip-heading h3 {
  max-width: 460px;
  color: #ffffff;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

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

.proof-card-wide {
  grid-column: span 2;
}

.proof-card img {
  aspect-ratio: 4 / 5;
}

.proof-card-wide img {
  aspect-ratio: 16 / 9;
}

.social-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 16%, rgba(242, 200, 97, 0.18), transparent 32%),
    linear-gradient(135deg, #070707, #201a10);
}

.social-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: center;
}

.social-layout p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

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

.social-card {
  display: grid;
  min-height: 190px;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(242, 200, 97, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.social-card:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 200, 97, 0.7);
  background: rgba(255, 255, 255, 0.12);
}

.social-card > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #171006;
  background: linear-gradient(135deg, #f5d47b, #b88a2d);
  font-size: 1.25rem;
  font-weight: 900;
}

.social-card strong {
  margin-top: 20px;
  font-size: 1.15rem;
}

.social-card small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

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

.service-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(22, 19, 12, 0.06);
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--accent-dark);
  background: linear-gradient(135deg, #fbefd0, #ead5a7);
  font-size: 1.15rem;
  font-weight: 900;
}

.service-card p,
.steps p,
.quote-copy p {
  margin: 0;
  color: var(--muted);
}

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

.service-card li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.service-card li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "•";
}

.checklist-section {
  padding-top: 20px;
}

.checklist-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: 38px;
  align-items: start;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid rgba(184, 138, 45, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 16%, rgba(242, 200, 97, 0.16), transparent 32%),
    linear-gradient(135deg, #070707, #231b0e);
  box-shadow: var(--shadow);
}

.checklist-panel .eyebrow {
  color: var(--gold);
}

.checklist-panel p {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
}

.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(242, 200, 97, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.checklist li::before {
  display: inline-grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #171006;
  background: linear-gradient(135deg, #f5d47b, #b88a2d);
  content: "✓";
  font-size: 0.86rem;
  font-weight: 900;
}

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

.steps article {
  min-height: 220px;
  padding: 28px;
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(19, 32, 28, 0.06);
}

.steps span {
  display: block;
  margin-bottom: 28px;
  color: var(--accent);
  font-weight: 900;
}

.faq {
  padding-bottom: 36px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 19, 12, 0.06);
}

.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
}

.faq summary::marker {
  color: var(--accent);
}

.faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: start;
  padding: clamp(24px, 5vw, 48px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 243, 234, 0.96), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 18% 20%, rgba(242, 200, 97, 0.18), transparent 30%);
}

.quote-copy p {
  margin-top: 18px;
  font-size: 1.05rem;
}

.facebook-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--accent-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-card {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(184, 138, 45, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-card:hover {
  transform: translateY(-1px);
  border-color: rgba(184, 138, 45, 0.48);
  box-shadow: 0 14px 34px rgba(22, 19, 12, 0.08);
}

.contact-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--ink);
  font-size: clamp(0.96rem, 2vw, 1.08rem);
  line-height: 1.25;
}

.quote-social {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.quote-social p {
  color: var(--muted);
}

.social-link-dark {
  color: var(--ink);
  border-color: rgba(184, 138, 45, 0.38);
  background: rgba(184, 138, 45, 0.08);
}

.social-link-dark:hover {
  background: rgba(184, 138, 45, 0.16);
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  background: #ffffff;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(184, 138, 45, 0.18);
  border-color: var(--accent);
}

.quote-form .button {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--accent-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 18%, rgba(242, 200, 97, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(7, 7, 7, 0.9), rgba(22, 19, 12, 0.88)),
    url("assets/hero-clean-home.png") center / cover;
}

.thanks-shell {
  display: grid;
  min-height: 100vh;
  align-content: center;
  gap: 34px;
  width: min(720px, calc(100% - 36px));
  margin: 0 auto;
  padding: 48px 0;
  color: #ffffff;
}

.thanks-brand {
  color: #ffffff;
}

.thanks-card {
  padding: clamp(24px, 6vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.thanks-card h1 {
  max-width: none;
}

.thanks-card p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.button-outline-dark {
  color: #ffffff;
  border-color: rgba(242, 200, 97, 0.5);
  background: rgba(7, 7, 7, 0.28);
}

.thanks-social {
  margin-top: 28px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-contact {
  display: grid;
  gap: 4px;
  font-size: 0.92rem;
  font-weight: 800;
}

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

.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.site-footer p {
  margin: 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a,
.footer-social a,
.footer-contact a {
  color: var(--accent-dark);
  font-weight: 900;
}

.sticky-cta {
  position: fixed;
  z-index: 30;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(242, 200, 97, 0.2);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.88);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #171006;
  background: linear-gradient(135deg, #f5d47b, #b88a2d);
  font-size: 0.9rem;
  font-weight: 900;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-actions .social-row {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .service-grid,
  .experience-grid,
  .work-heading,
  .result-card,
  .social-layout,
  .social-cards,
  .checklist-panel,
  .steps,
  .intro-grid,
  .quote-panel {
    grid-template-columns: 1fr;
  }

  .service-card,
  .steps article {
    min-height: auto;
  }

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

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

  .proof-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 82px;
  }

  .site-header {
    position: absolute;
    padding: 14px 16px;
  }

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

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .header-cta {
    padding: 9px 10px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 96vh;
    padding: 118px 18px 34px;
  }

  .hero-shade {
    background:
      radial-gradient(circle at 82% 15%, rgba(242, 200, 97, 0.16), transparent 32%),
      linear-gradient(90deg, rgba(7, 7, 7, 0.92) 0%, rgba(7, 7, 7, 0.78) 100%);
  }

  .hero-logo {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    margin-bottom: 18px;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(2.7rem, 13vw, 3.7rem);
    line-height: 0.96;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .button {
    min-height: 46px;
    padding: 12px 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .hero-stats div {
    min-height: 82px;
  }

  .section-inner {
    width: min(100% - 32px, 1160px);
    padding: 62px 0;
  }

  .work-heading {
    gap: 22px;
  }

  .work-actions .button {
    width: 100%;
  }

  .proof-strip-heading {
    display: grid;
    align-items: start;
    gap: 8px;
  }

  .comparison-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .comparison-photo img,
  .result-card-landscape .comparison-photo img,
  .proof-card img,
  .proof-card-wide img {
    aspect-ratio: 4 / 5;
  }

  .result-copy h3 {
    max-width: none;
  }

  .quote-panel {
    padding: 18px;
  }

  .quote-form {
    padding: 16px;
  }

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

  .footer-contact {
    gap: 8px;
  }

  .sticky-cta {
    display: grid;
  }

  body.show-sticky .sticky-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
