/* Static browser compatibility layer */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
svg {
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --paper: #f7f3ec;
  --cream: #fffdf9;
  --sand: #dccbb8;
  --terracotta: #b85837;
  --terracotta-dark: #954128;
  --copper: #a86b45;
  --ink: #1d2528;
  --muted: #626865;
  --sage: #78827a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.hero-shell {
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 73% 42%,
      rgba(255, 255, 255, 0.82),
      transparent 36%
    ),
    var(--paper);
}
.site-header {
  position: relative;
  z-index: 20;
  width: min(100% - 96px, 1460px);
  height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(168, 107, 69, 0.18);
}
.wordmark {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}
.wordmark-line {
  width: 2px;
  height: 50px;
  background: var(--terracotta);
}

.brand-logo-viewport {
  position: relative;
  width: 76px;
  height: 90px;
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo-viewport img {
  position: absolute;
  top: -22px;
  left: -23px;
  width: 122px;
  height: 122px;
  max-width: none;
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.2vw, 58px);
}
.desktop-nav a {
  position: relative;
  padding: 36px 0 32px;
  color: #333a3b;
  font-size: 0.98rem;
  font-weight: 650;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 0;
  height: 2px;
  background: var(--terracotta);
  transition: width 0.2s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.active::after {
  width: 100%;
}
.header-cta {
  justify-self: end;
  padding: 12px 19px;
  border: 1px solid rgba(184, 88, 55, 0.48);
  border-radius: 8px;
  color: var(--terracotta-dark);
  font-size: 0.9rem;
  font-weight: 700;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.header-cta:hover {
  background: var(--terracotta);
  color: #fff;
}
.mobile-menu {
  display: none;
  position: relative;
  justify-self: end;
}
.mobile-menu summary {
  list-style: none;
  width: 42px;
  height: 42px;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu summary span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
}
.mobile-menu nav {
  position: absolute;
  top: 54px;
  left: 0;
  width: 220px;
  padding: 12px;
  display: grid;
  background: var(--cream);
  border: 1px solid var(--sand);
  box-shadow: 0 16px 40px rgba(56, 42, 31, 0.15);
}
.mobile-menu nav a {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(168, 107, 69, 0.12);
}
.hero-grid {
  width: min(100% - 96px, 1460px);
  min-height: calc(100vh - 96px);
  min-height: calc(100svh - 96px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: stretch;
  gap: clamp(42px, 5.5vw, 96px);
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 76px 0 72px;
}
.flow-lines {
  position: absolute;
  z-index: -1;
  inset: 48px -48px auto auto;
  width: 500px;
  height: 170px;
  opacity: 0.52;
}
.flow-lines span {
  position: absolute;
  inset-inline-end: 0;
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(184, 88, 55, 0.34);
  border-radius: 50%;
  transform: rotate(-4deg);
}
.flow-lines span:nth-child(2) {
  top: 16px;
  width: 90%;
}
.flow-lines span:nth-child(3) {
  top: 32px;
  width: 78%;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--terracotta-dark);
  font-size: 0.85rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.eyebrow span {
  width: 30px;
  height: 2px;
  background: var(--terracotta);
}
h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(2.7rem, 4.4vw, 4.6rem);
  line-height: 1.28;
  letter-spacing: -0.05em;
  font-weight: 800;
}
h1 em {
  color: var(--terracotta);
  font-style: normal;
}
.hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.button {
  min-height: 62px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: white;
  background: var(--terracotta);
  box-shadow: 0 14px 28px rgba(184, 88, 55, 0.2);
}
.button-primary:hover {
  background: var(--terracotta-dark);
}
.button-primary span {
  font-size: 1.35rem;
  transition: transform 0.2s ease;
}
.button-primary:hover span {
  transform: translateX(-5px);
}
.button-secondary {
  border-color: rgba(184, 88, 55, 0.62);
  color: var(--terracotta-dark);
  background: rgba(255, 255, 255, 0.32);
}
.button-secondary:hover {
  background: rgba(255, 255, 255, 0.74);
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.trust-row > span {
  min-height: 54px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(168, 107, 69, 0.2);
  border-radius: 9px;
  background: rgba(255, 253, 249, 0.58);
  color: #4e5554;
  font-size: 0.84rem;
  white-space: nowrap;
}
.trust-row b {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  color: var(--terracotta);
  font-size: 0.72rem;
}
.hero-visual {
  position: relative;
  min-height: 670px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 230px 0 0;
  box-shadow: 0 28px 80px rgba(60, 43, 31, 0.16);
  animation: imageReveal 0.85s ease both;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(23, 27, 27, 0.34));
  pointer-events: none;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 53% center;
}
.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  padding-right: 14px;
  border-right: 2px solid #d57b57;
  color: white;
  font-size: 1rem;
  line-height: 1.7;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.hero-visual figcaption span {
  display: block;
  color: #f7c3aa;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
@keyframes imageReveal {
  from {
    opacity: 0;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.section-inner {
  width: min(100% - 96px, 1320px);
  margin: 0 auto;
}
.section-pad {
  padding: 120px 0;
}
.section-heading h2,
.promise-copy h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(2.25rem, 3.7vw, 4.15rem);
  line-height: 1.28;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.section-heading h2 em,
.promise-copy h2 em,
.contact-card h2 em {
  color: var(--terracotta);
  font-style: normal;
}
.section-heading > p:not(.section-kicker),
.heading-row > p,
.promise-copy > p:not(.section-kicker),
.contact-card > div > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.95;
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--terracotta-dark);
  font-size: 0.82rem;
  font-weight: 800;
}
.section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--terracotta);
}
.heading-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 56px;
}
.heading-row > p {
  margin: 0 0 8px;
  max-width: 520px;
}
.credibility-bar {
  background: var(--ink);
  color: #fff;
}
.credibility-grid {
  min-height: 106px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.credibility-grid > div {
  min-height: 52px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.credibility-grid > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.credibility-grid strong {
  color: #d68664;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}
.credibility-grid span {
  color: #e8e5df;
  font-size: 0.92rem;
  font-weight: 650;
}
.choice-section {
  background: var(--cream);
}
.choice-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}
.choice-section .section-heading > p:not(.section-kicker) {
  margin: 30px 0 0;
  max-width: 560px;
}
.choice-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.alternative-card,
.solution-card {
  border: 1px solid rgba(168, 107, 69, 0.2);
  border-radius: 16px;
}
.alternative-card {
  padding: 28px;
  background: rgba(247, 243, 236, 0.72);
}
.card-label {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--terracotta-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.alternative-card h3,
.solution-card h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.5;
}
.alternative-card p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
}
.solution-card {
  grid-column: 1 / -1;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 36px;
  color: white;
  background: var(--terracotta);
  border-color: transparent;
  box-shadow: 0 22px 44px rgba(149, 65, 40, 0.17);
}
.solution-card .card-label {
  color: #ffd7c4;
  margin-bottom: 12px;
}
.solution-card h3 {
  max-width: 420px;
  font-size: 1.65rem;
}
.solution-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.solution-card li {
  position: relative;
  padding: 11px 39px 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  color: #fff7f2;
  font-size: 0.9rem;
}
.solution-card li::before {
  content: "✓";
  position: absolute;
  right: 5px;
  top: 10px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 0.68rem;
}
.services-section {
  background: #eee7dd;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service-card {
  min-height: 360px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(113, 88, 68, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.72);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(69, 51, 39, 0.1);
}
.service-card.featured-service {
  color: white;
  background: var(--ink);
}
.service-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 88, 55, 0.38);
  border-radius: 50%;
  color: var(--terracotta);
  font-size: 0.74rem;
  font-weight: 800;
}
.featured-service .service-number {
  border-color: rgba(255, 255, 255, 0.35);
  color: #e7a083;
}
.service-card h3 {
  margin: 56px 0 14px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.85;
}
.featured-service p {
  color: #bfc4c2;
}
.service-link {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(168, 107, 69, 0.14);
  color: var(--terracotta-dark);
  font-size: 0.8rem;
  font-weight: 750;
}
.featured-service .service-link {
  border-color: rgba(255, 255, 255, 0.13);
  color: #f0a98c;
}
.service-link b {
  font-size: 1.08rem;
  transition: transform 0.2s ease;
}
.service-card:hover .service-link b {
  transform: translateX(-5px);
}
.styles-section {
  background: var(--cream);
}
.style-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, 290px);
  gap: 18px;
}
.style-card {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #ddd;
}
.style-card.style-wide {
  grid-row: 1 / 3;
}
.style-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(21, 25, 25, 0.78));
}
.style-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.style-card:hover img {
  transform: scale(1.035);
}
.style-card figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  left: 28px;
  bottom: 26px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: white;
}
.style-card figcaption > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #f6b79d;
  font-size: 0.72rem;
}
.style-card figcaption div {
  display: grid;
  gap: 4px;
}
.style-card figcaption b {
  font-size: 1.2rem;
}
.style-card figcaption small {
  color: #dedbd6;
  font-size: 0.76rem;
}
.visual-note {
  margin: 16px 0 0;
  color: #8a8e8b;
  font-size: 0.72rem;
}
.process-section {
  background: var(--paper);
}
.process-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}
.process-intro {
  position: sticky;
  top: 40px;
}
.process-intro > p:not(.section-kicker) {
  margin: 26px 0 0;
  max-width: 450px;
}
.text-link {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--terracotta-dark);
  font-weight: 800;
  border-bottom: 1px solid rgba(184, 88, 55, 0.35);
  padding-bottom: 8px;
}
.text-link span {
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}
.text-link:hover span {
  transform: translateX(-5px);
}
.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(168, 107, 69, 0.22);
}
.process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(168, 107, 69, 0.22);
}
.process-list li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 88, 55, 0.42);
  border-radius: 50%;
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 800;
}
.process-list h3 {
  margin: 0;
  font-size: 1.22rem;
}
.process-list p {
  margin: 9px 0 0;
  color: var(--muted);
  line-height: 1.85;
  font-size: 0.92rem;
}
.promise-section {
  padding-top: 40px;
  background: var(--paper);
}
.promise-card {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 6vw, 82px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  color: white;
  background: var(--ink);
  border-radius: 22px;
}
.promise-card::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -280px;
  top: -330px;
  border: 1px solid rgba(215, 119, 78, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(215, 119, 78, 0.04),
    0 0 0 84px rgba(215, 119, 78, 0.03);
}
.promise-copy {
  position: relative;
  z-index: 1;
}
.light-kicker {
  color: #f0ad90;
}
.promise-copy h2 {
  font-size: clamp(2.3rem, 3.6vw, 4rem);
}
.promise-copy > p:not(.section-kicker) {
  max-width: 530px;
  color: #bcc3c1;
  margin: 24px 0 0;
}
.promise-button {
  margin-top: 34px;
  color: var(--ink);
  background: #f4e7db;
}
.promise-button:hover {
  background: white;
}
.promise-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  align-content: center;
}
.promise-list li {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.promise-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.promise-list b {
  color: #df8966;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}
.promise-list span {
  display: grid;
  gap: 7px;
  color: #aeb6b3;
  font-size: 0.87rem;
  line-height: 1.65;
}
.promise-list strong {
  color: white;
  font-size: 1.03rem;
}
.faq-section {
  background: var(--cream);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(70px, 9vw, 150px);
}
.faq-heading > p:not(.section-kicker) {
  max-width: 440px;
  margin-top: 25px;
}
.faq-list {
  border-top: 1px solid rgba(168, 107, 69, 0.25);
}
.faq-list details {
  border-bottom: 1px solid rgba(168, 107, 69, 0.25);
}
.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 750;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(184, 88, 55, 0.45);
  border-radius: 50%;
  color: var(--terracotta);
  transition: transform 0.2s ease;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: -5px 0 26px;
  max-width: 700px;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.9;
}
.contact-section {
  background: var(--cream);
  padding-top: 0;
}
.contact-card {
  padding: clamp(42px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 70px;
  border-radius: 20px;
  background: #ead9c7;
}
.contact-card h2 {
  max-width: 760px;
}
.contact-card > div > p:not(.section-kicker) {
  max-width: 650px;
  margin: 22px 0 0;
}
.contact-action {
  display: grid;
  justify-items: center;
  gap: 14px;
}
.whatsapp-button {
  width: 100%;
  min-height: 70px;
}
.contact-action small {
  color: #766c64;
  font-size: 0.76rem;
}
.site-footer {
  padding: 72px 0 26px;
  color: white;
  background: #151b1d;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.5fr;
  gap: 60px;
  align-items: start;
}
.footer-brand {
  font-size: 1.75rem;
  font-weight: 800;
}

.footer-logo-tile {
  width: 142px;
  min-height: 154px;
  padding: 10px 14px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--paper);
}

.footer-logo-viewport {
  position: relative;
  width: 102px;
  height: 122px;
  display: block;
  overflow: hidden;
}

.footer-logo-viewport img {
  position: absolute;
  top: -30px;
  left: -31px;
  width: 164px;
  height: 164px;
  max-width: none;
  object-fit: contain;
}
.footer-grid p {
  max-width: 380px;
  margin: 16px 0 0;
  color: #aeb6b4;
  line-height: 1.8;
  font-size: 0.9rem;
}
.footer-grid nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 30px;
  color: #d7dbd9;
  font-size: 0.88rem;
}
.footer-grid nav a:hover {
  color: #e99d7d;
}
.back-top {
  justify-self: end;
  color: #e99d7d;
  font-size: 0.82rem;
  font-weight: 700;
}
.footer-bottom {
  margin-top: 58px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #78817e;
  font-size: 0.72rem;
}
@media (max-width: 1100px) {
  .site-header,
  .hero-grid {
    width: min(100% - 48px, 1460px);
  }
  .desktop-nav {
    gap: 24px;
  }
  .header-cta {
    display: none;
  }
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .desktop-nav {
    justify-self: end;
  }
  .hero-grid {
    gap: 36px;
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .trust-row > span {
    justify-content: flex-start;
  }
  .hero-visual {
    border-radius: 0 150px 0 0;
  }
  .section-inner {
    width: min(100% - 48px, 1320px);
  }
  .heading-row {
    gap: 46px;
  }
  .choice-grid,
  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .process-intro {
    position: static;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .promise-card {
    gap: 55px;
  }
}
@media (max-width: 780px) {
  .site-header {
    width: min(100% - 32px, 1460px);
    height: 78px;
  }
  .wordmark {
    font-size: 1.65rem;
    gap: 12px;
  }
  .wordmark-line {
    height: 38px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .hero-grid {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-copy {
    padding: 66px 20px 48px;
  }
  .flow-lines {
    inset-inline-end: -150px;
    top: 24px;
  }
  h1 {
    font-size: clamp(2.25rem, 10vw, 3.6rem);
  }
  .hero-lead {
    font-size: 1.05rem;
    line-height: 1.8;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .button {
    width: 100%;
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .trust-row > span {
    justify-content: flex-start;
    padding-inline: 18px;
  }
  .hero-visual {
    min-height: 520px;
    border-radius: 0 110px 0 0;
  }
  .hero-visual figcaption {
    right: 20px;
    bottom: 20px;
  }
  .section-inner {
    width: min(100% - 32px, 1320px);
  }
  .section-pad {
    padding: 82px 0;
  }
  .heading-row {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
  }
  .credibility-grid {
    grid-template-columns: 1fr 1fr;
    padding: 12px 0;
  }
  .credibility-grid > div,
  .credibility-grid > div:first-child {
    min-height: 64px;
    padding: 0 12px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .credibility-grid span {
    font-size: 0.78rem;
  }
  .choice-cards,
  .solution-card {
    grid-template-columns: 1fr;
  }
  .solution-card {
    padding: 28px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 320px;
  }
  .style-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .style-card,
  .style-card.style-wide {
    grid-row: auto;
    min-height: 370px;
  }
  .process-list li {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }
  .process-list li > span {
    width: 44px;
    height: 44px;
  }
  .promise-section {
    padding-top: 12px;
  }
  .promise-card {
    width: 100%;
    border-radius: 0;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 64px 20px;
  }
  .faq-grid {
    gap: 42px;
  }
  .faq-list summary {
    min-height: 74px;
    font-size: 0.95rem;
  }
  .contact-card {
    width: 100%;
    border-radius: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 58px 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .back-top {
    justify-self: start;
  }
  .footer-bottom {
    gap: 20px;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Mobile hardening for independently hosted static builds */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

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

@media (max-width: 780px) {
  .brand-logo-viewport {
    width: 60px;
    height: 70px;
  }

  .brand-logo-viewport img {
    top: -17px;
    left: -18px;
    width: 96px;
    height: 96px;
  }

  .hero-copy {
    padding: 54px 20px 44px;
  }

  h1 {
    font-size: clamp(2rem, 8.7vw, 2.65rem);
    line-height: 1.34;
    overflow-wrap: anywhere;
  }

  .section-heading h2,
  .promise-copy h2,
  .contact-card h2 {
    font-size: clamp(1.9rem, 7.5vw, 2.45rem);
    line-height: 1.36;
    overflow-wrap: anywhere;
  }

  .hero-visual {
    height: clamp(400px, 118vw, 500px);
    min-height: 0;
  }

  .button {
    min-width: 0;
    padding-inline: 22px;
  }

  .mobile-menu nav {
    width: min(220px, calc(100vw - 32px));
  }

  .service-card {
    min-height: 285px;
    padding: 28px 24px;
  }

  .service-card h3 {
    margin-top: 38px;
  }

  .style-card,
  .style-card.style-wide {
    min-height: clamp(310px, 92vw, 390px);
  }

  .style-card figcaption {
    right: 20px;
    left: 20px;
    bottom: 20px;
  }

  .faq-list summary,
  .process-list h3,
  .process-list p,
  .promise-list span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .site-header {
    width: calc(100% - 28px);
  }

  .wordmark {
    min-width: 0;
    font-size: 1.45rem;
  }

  .wordmark > span:last-child {
    white-space: nowrap;
  }

  .hero-copy {
    padding: 48px 16px 40px;
  }

  h1 {
    font-size: clamp(1.9rem, 9vw, 2.25rem);
  }

  .eyebrow {
    gap: 8px;
    font-size: 0.78rem;
    line-height: 1.7;
  }

  .eyebrow span {
    width: 22px;
    flex: 0 0 22px;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-visual {
    height: clamp(360px, 110vw, 450px);
    border-radius: 0 82px 0 0;
  }

  .section-inner {
    width: calc(100% - 32px);
  }

  .section-pad {
    padding: 66px 0;
  }

  .section-heading h2,
  .promise-copy h2,
  .contact-card h2 {
    font-size: clamp(1.85rem, 8vw, 2.2rem);
  }

  .alternative-card,
  .solution-card {
    padding: 22px;
  }

  .service-card {
    min-height: 270px;
  }

  .style-card,
  .style-card.style-wide {
    min-height: 300px;
  }

  .style-card figcaption small {
    line-height: 1.55;
  }

  .process-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0;
  }

  .process-list li > span {
    width: 40px;
    height: 40px;
  }

  .promise-card {
    padding: 52px 16px;
  }

  .promise-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .faq-list summary {
    gap: 12px;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .contact-card {
    padding: 50px 16px;
  }

  .footer-grid nav {
    gap: 16px 20px;
  }
}

@media (max-width: 340px) {
  .wordmark {
    font-size: 1.3rem;
  }

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

  .credibility-grid > div,
  .credibility-grid > div:first-child {
    padding-inline: 18px;
  }
}
