:root {
  --blue-950: #021b39;
  --blue-900: #032854;
  --blue-800: #064071;
  --royal: #032854;
  --royal-light: #0b5a9e;
  --gold: #c99a2e;
  --gold-soft: #e4c66a;
  --white: #ffffff;
  --ink: #111827;
  --muted: #647083;
  --line: #e6eaf0;
  --surface: #f7f9fc;
  --surface-blue: #eef5ff;
  --paper-texture: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='%23111827' fill-opacity='.03'%3E%3Ccircle cx='22' cy='34' r='1.1'/%3E%3Ccircle cx='74' cy='118' r='.8'/%3E%3Ccircle cx='146' cy='52' r='.9'/%3E%3Ccircle cx='196' cy='164' r='1'/%3E%3Ccircle cx='38' cy='188' r='.7'/%3E%3Ccircle cx='118' cy='202' r='.85'/%3E%3C/g%3E%3Cg fill='none' stroke='%23032854' stroke-opacity='.026' stroke-width='1.2'%3E%3Cpath d='M-24 72c34-28 70-31 108-9s76 20 118-12'/%3E%3Cpath d='M12 172c42-24 80-21 113 8s68 26 104-8'/%3E%3C/g%3E%3C/svg%3E");
  --fabric-texture: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.045' stroke-width='1.4'%3E%3Cpath d='M-20 44c29-18 58-18 88 0s59 17 91-4 60-20 85 1'/%3E%3Cpath d='M-28 132c36-22 69-20 100 6s63 24 98 0 60-26 84-8'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.055'%3E%3Ccircle cx='28' cy='28' r='1.1'/%3E%3Ccircle cx='82' cy='96' r='.8'/%3E%3Ccircle cx='148' cy='48' r='1'/%3E%3Ccircle cx='136' cy='146' r='.85'/%3E%3C/g%3E%3Cg fill='%23c99a2e' fill-opacity='.06'%3E%3Ccircle cx='52' cy='142' r='1.1'/%3E%3Ccircle cx='154' cy='112' r='.9'/%3E%3C/g%3E%3C/svg%3E");
  --shadow: 0 22px 60px rgba(7, 22, 45, 0.1);
  --radius: 8px;
  --container: 1160px;
  --hero-image: url("assets/hero-luxury-sofa.png");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background-color: var(--white);
  background-image: var(--paper-texture);
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 18px max(24px, calc((100vw - var(--container)) / 2));
  color: var(--ink);
  background: transparent;
  border-bottom: 0;
  border-radius: 0;
  backdrop-filter: none;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: transparent;
  box-shadow: none;
}

.site-header .header-brand {
  position: absolute;
  left: max(24px, calc((100vw - var(--container)) / 2));
  top: 16px;
  display: grid;
  z-index: 2;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 190px;
  height: 120px;
  color: var(--blue-950);
  font-weight: 800;
  letter-spacing: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

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

.main-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  padding: 5px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(7, 22, 45, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.main-nav a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--ink);
  white-space: nowrap;
  transition: color 160ms ease;
}

.main-nav .nav-logo {
  width: 104px;
  min-height: 42px;
  padding: 0 8px 0 12px;
  line-height: 0;
}

.main-nav .nav-logo img {
  width: 100%;
  height: 38px;
  object-fit: contain;
}

.main-nav a.is-hovered,
.main-nav a:focus-visible {
  color: var(--white);
}

.nav-cta {
  color: var(--ink) !important;
  background: transparent;
  box-shadow: none;
}

.nav-cta.is-hovered,
.nav-cta:focus-visible {
  color: var(--white) !important;
}

.nav-cursor {
  position: absolute;
  top: 5px;
  left: var(--nav-cursor-left, 5px);
  z-index: 1;
  width: var(--nav-cursor-width, 0);
  height: calc(100% - 10px);
  border-radius: 999px;
  background: var(--blue-950);
  opacity: var(--nav-cursor-opacity, 0);
  pointer-events: none;
  transition:
    left 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    width 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 140ms ease;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 999px;
}

.menu-toggle::before {
  content: "";
  display: none;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}

.section-dark {
  color: var(--white);
  background: var(--blue-950);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 760px;
  height: 100vh;
  max-height: 900px;
  padding: 154px max(24px, calc((100vw - var(--container)) / 2)) 86px;
  overflow: hidden;
  background-color: #101827;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 11, 24, 0.56);
}

.hero::after {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 780px;
}

.service-area {
  display: inline-block;
  max-width: min(100%, 620px);
  margin: 0 0 18px;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  overflow-wrap: anywhere;
  white-space: normal;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 4.85rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.scroll-title {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

.scroll-title::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin-top: 18px;
  background: currentColor;
  transition: width 820ms cubic-bezier(0.19, 1, 0.22, 1) 120ms;
}

.scroll-title.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-title.is-visible::after {
  width: min(92px, 42%);
}

.hero p:not(.service-area) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--blue-950);
  background: var(--gold-soft);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 690px;
  margin: 44px 0 0;
}

.hero-proof div {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-proof dt {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 800;
}

.hero-proof dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.photo-slot {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 240px;
  color: var(--blue-900);
  background-color: #f4f6f9;
  background-image: var(--fabric-texture);
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

.photo-slot::before {
  display: none;
}

.photo-slot span,
.photo-label {
  position: relative;
  z-index: 1;
}

.photo-label {
  width: min(82%, 360px);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.86);
  background-image: var(--paper-texture);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
}

.photo-label span,
.photo-label strong {
  display: block;
}

.photo-label span {
  color: var(--royal);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.photo-label strong {
  margin-top: 6px;
  font-size: 1.42rem;
  line-height: 1.18;
}

.intro-strip {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
  padding: 62px 0;
  background-color: var(--white);
  background-image: var(--paper-texture);
  overflow: visible;
}

.intro-strip div {
  position: relative;
  z-index: 1;
  padding: 0;
  background: transparent;
}

.intro-strip div + div {
  border-left: 0;
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.intro-strip span {
  max-width: 330px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  position: relative;
  isolation: isolate;
  padding: 104px max(24px, calc((100vw - var(--container)) / 2));
  overflow: hidden;
}

.section > * {
  position: relative;
  z-index: 1;
}

.intro-strip::before,
.section::before,
.section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: var(--royal);
  box-shadow: 0 18px 40px rgba(7, 22, 45, 0.1);
}

.intro-strip::before {
  right: -38px;
  bottom: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: -46px -22px 0 12px var(--royal), -92px 18px 0 -4px var(--royal), -132px -8px 0 4px var(--royal);
}

.section-split::before {
  left: -76px;
  top: 86px;
  width: 190px;
  height: 190px;
  border-radius: 62% 38% 56% 44% / 48% 42% 58% 52%;
  transform: rotate(28deg);
}

.section-split::after {
  right: 72px;
  bottom: 94px;
  width: 22px;
  height: 22px;
  background: var(--royal);
  border-radius: 50%;
  box-shadow: 38px -34px 0 14px var(--royal), 78px 18px 0 2px var(--royal), -30px 42px 0 -3px var(--royal);
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  align-items: center;
  gap: 70px;
}

.about-section {
  display: block;
}

.about-section .section-copy {
  max-width: 820px;
}

.section-number {
  display: none;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.section-copy h2,
.section-heading h2,
.cta-copy h2 {
  margin-bottom: 18px;
  color: var(--blue-950);
  font-size: 3.35rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-copy,
.section-heading,
.service-content,
.cta-copy {
  min-width: 0;
}

.section-dark .section-heading h2,
.section-dark .service-content h3,
.section-dark .service-content h4,
.section-dark .service-details h3 {
  color: var(--ink);
}

.section-copy p,
.section-heading p,
.cta-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-dark .section-heading p,
.section-dark .service-content p,
.section-dark .service-details,
.section-dark .reviews-toolbar span {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--royal);
  font-weight: 800;
}

.text-link::after {
  content: "";
  width: 34px;
  height: 2px;
  margin-left: 12px;
  background: var(--gold);
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.photo-grid .tall {
  grid-row: span 2;
  min-height: 520px;
}

.photo-grid .photo-slot:not(.tall) {
  min-height: 252px;
}

.services {
  padding-top: 104px;
  color: var(--ink);
  background-color: var(--surface);
  background-image: var(--fabric-texture);
}

.services::before {
  right: -92px;
  top: 142px;
  width: 240px;
  height: 240px;
  background: var(--royal);
  border-radius: 54% 46% 64% 36% / 54% 38% 62% 46%;
  transform: rotate(-30deg);
}

.services::after {
  left: 76px;
  bottom: 254px;
  width: 20px;
  height: 20px;
  background: var(--royal);
  border-radius: 50%;
  box-shadow: 46px -28px 0 16px var(--royal), 96px 14px 0 4px var(--royal), -28px 36px 0 -3px var(--royal);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.section-heading.narrow {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  gap: 48px;
  align-items: stretch;
  margin-top: 34px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: var(--radius);
}

.service-panel-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

.service-panel-reverse .service-media {
  order: 2;
}

.service-media {
  min-height: 520px;
}

.service-video {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--blue-950);
}

.service-video video {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.service-media.gold-wash {
  background-color: #eef2f7;
  background-image: var(--fabric-texture);
}

.service-content {
  padding: 12px 0;
}

.service-content h3 {
  margin-bottom: 18px;
  font-size: 2.7rem;
  line-height: 1.06;
  text-wrap: balance;
}

.service-content p {
  font-size: 0.98rem;
}

.feature-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 28px;
}

.feature-columns h4 {
  margin-bottom: 12px;
  font-size: 1rem;
}

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

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 0.93rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--royal);
  border-radius: 50%;
  transform: translateY(-50%);
}

.seo-section .check-list li,
.section:not(.section-dark) .check-list li {
  color: var(--muted);
}

.service-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.service-details h3 {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
}

.seo-section {
  background-color: var(--surface);
  background-image: var(--fabric-texture);
}

.seo-section::before {
  left: -58px;
  top: 86px;
  width: 160px;
  height: 160px;
  background: var(--royal);
  border-radius: 48% 52% 42% 58% / 58% 46% 54% 42%;
  transform: rotate(18deg);
}

.seo-section::after {
  right: 86px;
  bottom: 86px;
  width: 18px;
  height: 18px;
  background: var(--royal);
  border-radius: 50%;
  box-shadow: 38px -24px 0 11px var(--royal), 74px 18px 0 -1px var(--royal), -34px 24px 0 5px var(--royal);
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.seo-grid article {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.92);
  background-image: var(--paper-texture);
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.seo-grid h3 {
  color: var(--blue-900);
  font-size: 1.35rem;
}

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

.before-after {
  background-color: var(--white);
  background-image: var(--paper-texture);
}

.before-after::before {
  right: -70px;
  top: 102px;
  width: 190px;
  height: 190px;
  background: var(--royal);
  border-radius: 60% 40% 52% 48% / 46% 56% 44% 54%;
  transform: rotate(-22deg);
}

.before-after::after {
  left: 66px;
  bottom: 78px;
  width: 18px;
  height: 18px;
  background: var(--royal);
  border-radius: 50%;
  box-shadow: 42px -28px 0 16px var(--royal), 86px 16px 0 2px var(--royal), -28px 32px 0 -2px var(--royal);
}

.image-comparison {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-height: 680px;
  overflow: hidden;
  cursor: ew-resize;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  user-select: none;
}

.comparison-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.comparison-image-before {
  clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0);
}

.comparison-image-after {
  clip-path: inset(0 0 0 var(--comparison-position));
}

.comparison-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--comparison-position);
  z-index: 3;
  width: 1px;
  background: rgba(255, 255, 255, 0.86);
  transform: translateX(-50%);
}

.comparison-slider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18);
  transform: translate(-50%, -50%);
}

.comparison-slider span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid var(--blue-950);
  border-left: 2px solid var(--blue-950);
}

.comparison-badge {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: var(--blue-950);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.comparison-badge-before {
  left: 22px;
}

.comparison-badge-after {
  right: 22px;
}

.comparison-range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.reviews-toolbar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: -14px 0 26px;
}

.reviews {
  color: var(--ink);
  background-color: var(--white);
  background-image: var(--paper-texture);
}

.reviews::before {
  left: -88px;
  top: 132px;
  width: 230px;
  height: 230px;
  background: var(--royal);
  border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  transform: rotate(24deg);
}

.reviews::after {
  right: 76px;
  bottom: 90px;
  width: 20px;
  height: 20px;
  background: var(--royal);
  border-radius: 50%;
  box-shadow: 44px -28px 0 13px var(--royal), 88px 18px 0 1px var(--royal), -32px 36px 0 4px var(--royal);
}

.reviews-toolbar strong,
.reviews-toolbar span {
  display: block;
}

.reviews-toolbar > div:nth-child(2) {
  min-width: 0;
}

.google-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 124px;
  height: 124px;
  color: var(--white);
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.google-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-left: auto;
  padding: 0 16px;
  color: var(--blue-950);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.reviews-grid {
  display: grid;
  gap: 18px;
  margin-right: calc(max(24px, (100vw - var(--container)) / 2) * -1);
  margin-left: calc(max(24px, (100vw - var(--container)) / 2) * -1);
  overflow: hidden;
}

.reviews-marquee {
  width: 100%;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  width: max-content;
  gap: 20px;
  padding: 2px 24px;
  animation: reviews-scroll-left 34s linear infinite;
}

.reviews-track-right {
  animation-name: reviews-scroll-right;
  animation-duration: 40s;
}

.reviews-marquee:hover .reviews-track {
  animation-play-state: paused;
}

.review-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 420px;
  min-height: 318px;
  padding: 24px;
  color: var(--ink);
  background-color: rgba(255, 255, 255, 0.94);
  background-image: var(--paper-texture);
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-card:hover {
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.review-card header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-card .stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.55;
}

.review-highlight {
  color: var(--royal);
  font-weight: 800;
}

.review-person {
  min-width: 0;
}

.review-person strong,
.review-person small {
  display: block;
}

.review-person strong {
  color: var(--blue-950);
  line-height: 1.2;
}

.review-person small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.review-avatar {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--white);
  background: var(--blue-950);
  border-radius: 50%;
  font-weight: 800;
}

@keyframes reviews-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 10px));
  }
}

@keyframes reviews-scroll-right {
  from {
    transform: translateX(calc(-50% - 10px));
  }

  to {
    transform: translateX(0);
  }
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 68px;
  align-items: start;
  background-color: var(--white);
  background-image: var(--paper-texture);
}

.cta-section::before {
  right: -74px;
  top: 84px;
  width: 210px;
  height: 210px;
  background: var(--royal);
  border-radius: 58% 42% 44% 56% / 50% 58% 42% 50%;
  transform: rotate(-20deg);
}

.cta-section::after {
  left: 78px;
  bottom: 70px;
  width: 18px;
  height: 18px;
  background: var(--royal);
  border-radius: 50%;
  box-shadow: 40px -26px 0 15px var(--royal), 82px 18px 0 2px var(--royal), -30px 34px 0 -2px var(--royal);
}

.support-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.support-list span {
  width: fit-content;
  padding: 10px 14px;
  color: var(--blue-900);
  font-weight: 800;
  background-color: var(--surface);
  background-image: var(--fabric-texture);
  border-left: 3px solid var(--royal);
  border-radius: var(--radius);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  background: var(--blue-950);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
}

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

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  outline: 0;
}

.quote-form input,
.quote-form select {
  height: 52px;
  padding: 0 14px;
}

.quote-form textarea {
  min-height: 130px;
  padding: 14px;
  resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(215, 173, 54, 0.16);
}

.quote-form option {
  color: var(--ink);
}

.form-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
}

.form-note.is-success {
  color: var(--gold-soft);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 24px;
  align-items: center;
  padding: 28px max(24px, calc((100vw - var(--container)) / 2));
  color: rgba(255, 255, 255, 0.76);
  background: var(--blue-950);
}

.site-footer strong,
.site-footer span {
  display: block;
}

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

.developer-credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 250px;
  text-decoration: none;
}

.developer-credit img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}

.developer-credit span {
  display: grid;
  gap: 1px;
  text-align: left;
}

.developer-credit small,
.developer-credit em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-style: normal;
}

.developer-credit strong {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--white);
}

.trust-strip article {
  position: relative;
  min-height: 230px;
  padding: 38px;
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip article + article {
  border-left: 1px solid var(--line);
}

.trust-strip article::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 96px;
  height: 96px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.55) 0 12px, transparent 13px),
    var(--surface-blue);
  transform: rotate(-8deg);
}

.trust-strip span {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 36px;
  margin-bottom: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--white);
  background: var(--royal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.trust-strip strong {
  display: block;
  max-width: 260px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.trust-strip p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.process-section {
  color: var(--white);
  background: var(--royal);
}

.process-section .section-heading h2,
.process-section .section-heading p {
  color: var(--white);
}

.process-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
}

.process-rail::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
}

.process-rail article {
  position: relative;
  padding: 0 26px 0 0;
}

.process-rail article span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.045), 0 16px 34px rgba(0, 0, 0, 0.12);
  animation: process-icon-float 5.8s ease-in-out infinite;
}

.process-rail article:nth-child(2) span {
  animation-delay: 0.45s;
}

.process-rail article:nth-child(3) span {
  animation-delay: 0.9s;
}

.process-rail article:nth-child(4) span {
  animation-delay: 1.35s;
}

.process-rail article span::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: rgba(201, 154, 46, 0.18);
  transform: scale(0.72);
  animation: process-pulse 2.8s ease-out infinite;
}

.process-icon svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--gold-soft);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

.process-rail article:hover .process-icon {
  animation-play-state: paused;
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.13);
}

@keyframes process-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes process-pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.62);
  }
  72%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

.process-rail strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.18rem;
  line-height: 1.18;
}

.process-rail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.upholstery-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
  background: var(--white);
}

.upholstery-copy h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.upholstery-copy p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
}

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

.upholstery-grid span {
  position: relative;
  min-height: 92px;
  padding: 24px 26px;
  border-radius: 20px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid rgba(3, 40, 84, 0.08);
  font-size: 1.08rem;
  font-weight: 800;
  overflow: hidden;
}

.upholstery-grid span::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -22px;
  width: 86px;
  height: 86px;
  border: 18px solid rgba(3, 40, 84, 0.1);
  border-radius: 50%;
}

.upholstery-grid span:nth-child(3n + 1) {
  color: var(--white);
  background: var(--royal);
}

.upholstery-grid span:nth-child(3n + 1)::after {
  border-color: rgba(255, 255, 255, 0.18);
}

/* Design refresh: editorial, cleaner and less template-like */
.site-header {
  background: transparent;
  border-bottom-color: rgba(11, 79, 189, 0.1);
}

.site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
}

.brand-mark {
  color: var(--white);
  background: transparent;
}

.main-nav {
  color: var(--ink);
}

.nav-cta {
  color: var(--ink) !important;
  background: transparent;
  box-shadow: none;
}

.hero {
  align-items: center;
  min-height: 760px;
  background-position: center 56%;
}

.hero::before {
  background: rgba(4, 11, 24, 0.62);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  display: block;
  height: 28%;
  background: var(--blue-950);
  clip-path: polygon(0 64%, 100% 18%, 100% 100%, 0 100%);
}

.service-area {
  border-bottom-color: var(--gold-soft);
}

h1 {
  max-width: 720px;
  font-size: clamp(3.3rem, 6.4vw, 6.35rem);
  line-height: 0.94;
}

.hero p:not(.service-area) {
  max-width: 610px;
  font-size: 1.08rem;
}

.btn {
  min-height: 52px;
  padding: 0 24px;
  letter-spacing: 0;
}

.btn-primary {
  color: var(--blue-950);
  background: var(--gold-soft);
  box-shadow: 0 18px 38px rgba(201, 154, 46, 0.28);
}

.btn-secondary {
  color: var(--blue-950);
  border-color: rgba(228, 198, 106, 0.72);
  background: var(--gold-soft);
  backdrop-filter: blur(12px);
}

.hero-proof {
  max-width: 760px;
  padding: 22px 0 0;
}

.hero-proof div {
  border-top-color: rgba(255, 255, 255, 0.28);
}

.intro-strip {
  width: 100%;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  color: var(--white);
  background-color: var(--royal);
  background-image: none;
}

.intro-strip::before {
  display: none;
}

.intro-strip div {
  padding: 34px 0;
}

.intro-strip div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 34px;
}

.intro-strip strong {
  color: var(--white);
  font-size: 1rem;
}

.intro-strip span {
  color: rgba(255, 255, 255, 0.82);
}

.section {
  padding-top: 118px;
  padding-bottom: 118px;
}

.intro-strip::before,
.section::before,
.section::after {
  background: transparent;
  box-shadow: none;
}

.section::before {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(11, 79, 189, 0.16);
  border-radius: 50%;
}

.section::after {
  width: 84px;
  height: 84px;
  border: 18px solid rgba(11, 79, 189, 0.1);
  border-radius: 50%;
}

.section-split::before,
.seo-section::before,
.reviews::before {
  left: -88px;
  top: 86px;
}

.section-split::after,
.seo-section::after,
.reviews::after {
  right: 7vw;
  bottom: 82px;
}

.services::before,
.before-after::before,
.cta-section::before {
  right: -96px;
  top: 82px;
}

.services::after,
.before-after::after,
.cta-section::after {
  left: 7vw;
  bottom: 84px;
}

.section-copy h2,
.section-heading h2,
.cta-copy h2 {
  color: var(--ink);
  font-size: clamp(2.45rem, 4.4vw, 4.35rem);
  letter-spacing: -0.01em;
}

.section-copy p,
.section-heading p,
.cta-copy p {
  color: var(--ink);
  line-height: 1.78;
}

.photo-grid {
  gap: 12px;
}

.photo-slot {
  align-items: end;
  justify-items: start;
  color: var(--ink);
  background-color: var(--surface-blue);
  background-image: var(--fabric-texture);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(11, 79, 189, 0.08);
}

.photo-slot::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(11, 79, 189, 0.14);
  pointer-events: none;
}

.photo-slot > span {
  margin: 0 0 26px 26px;
  padding: 8px 0;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-bottom: 2px solid var(--gold);
}

.photo-label {
  width: min(78%, 390px);
  margin: 0 0 30px 30px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-left: 0;
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(7, 22, 45, 0.1);
}

.services {
  color: var(--white);
  background-color: var(--royal);
  background-image: var(--fabric-texture);
}

.services .section-heading h2,
.services .section-heading p,
.services .service-content h3,
.services .service-content h4,
.services .service-content p,
.services .service-details,
.services .service-details h3,
.services .check-list li {
  color: var(--white);
}

.services .section-heading p,
.services .service-content p,
.services .service-details {
  color: rgba(255, 255, 255, 0.84);
}

.service-panel {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  margin-top: 52px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.service-panel + .service-panel {
  margin-top: 64px;
}

.service-media {
  min-height: 560px;
}

.service-panel-video {
  display: block;
  max-width: 960px;
}

.service-panel-video .service-content {
  max-width: none;
}

.service-panel-video .service-content h3 {
  max-width: 760px;
}

.service-info-card {
  margin-top: 28px;
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(7, 22, 45, 0.12);
}

.services .service-info-card p,
.services .service-info-card h4,
.services .service-info-card .check-list li {
  color: var(--ink);
}

.service-info-card p:last-of-type {
  margin-bottom: 0;
}

.service-info-card .feature-columns {
  margin-top: 28px;
  border-top-color: var(--line);
}

.service-content h3 {
  font-size: clamp(2.1rem, 3vw, 3.25rem);
}

.feature-columns {
  gap: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 22, 45, 0.08);
}

.feature-columns h4,
.service-details h3 {
  color: inherit;
}

.check-list {
  gap: 12px;
}

.check-list li {
  padding-left: 0;
  color: var(--ink);
}

.check-list li::before {
  position: static;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  vertical-align: 0.14em;
  background: var(--gold);
  transform: none;
}

.service-details {
  align-items: end;
  margin-top: 58px;
  padding: 34px 0 0;
  border-top-color: rgba(255, 255, 255, 0.22);
}

.service-details > div {
  width: 100%;
}

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.differential-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(2, 27, 57, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.differential-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 30px 78px rgba(2, 27, 57, 0.24);
}

.differential-index {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 26px;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

.differential-card strong,
.differential-card p {
  display: block;
}

.differential-card strong {
  position: relative;
  z-index: 1;
  max-width: 74%;
  color: var(--ink);
  font-size: 1.32rem;
  line-height: 1.2;
}

.differential-card p {
  position: relative;
  z-index: 1;
  max-width: 72%;
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.5;
}

.differential-art {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 152px;
  height: 152px;
  color: var(--royal);
  border: 18px solid currentColor;
  border-radius: 42px;
  transform: rotate(-12deg);
  transition: transform 260ms ease;
}

.differential-card:hover .differential-art {
  transform: rotate(-7deg) scale(1.08);
}

.differential-art::before,
.differential-art::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.art-products {
  border-radius: 46% 54% 42% 58% / 52% 42% 58% 48%;
}

.art-products::before {
  left: 42px;
  top: 26px;
  width: 32px;
  height: 74px;
  border-radius: 999px;
  transform: rotate(22deg);
}

.art-fabric {
  border-radius: 26px;
}

.art-fabric::before {
  inset: 22px;
  background: transparent;
  border-top: 12px solid currentColor;
  border-bottom: 12px solid currentColor;
}

.art-fabric::after {
  inset: 22px;
  width: 12px;
  height: auto;
  background: currentColor;
  box-shadow: 34px 0 0 currentColor, 68px 0 0 currentColor;
}

.art-protection {
  border-radius: 46% 46% 42% 42% / 34% 34% 66% 66%;
}

.art-protection::before {
  left: 38px;
  top: 18px;
  width: 40px;
  height: 78px;
  border-radius: 0 0 999px 999px;
}

.art-support {
  border-radius: 50%;
}

.art-support::before {
  left: 26px;
  top: 38px;
  width: 74px;
  height: 42px;
  border-radius: 999px;
}

.art-support::after {
  left: 36px;
  bottom: 24px;
  width: 34px;
  height: 34px;
  clip-path: polygon(0 0, 100% 20%, 16% 100%);
}

.art-warranty {
  border-radius: 50%;
}

.art-warranty::before {
  left: 36px;
  top: 32px;
  width: 46px;
  height: 58px;
  background: transparent;
  border: 12px solid currentColor;
  border-radius: 999px 999px 10px 10px;
}

.art-warranty::after {
  left: 52px;
  bottom: 18px;
  width: 18px;
  height: 42px;
  border-radius: 999px;
  transform: rotate(38deg);
}

.service-video {
  margin-top: 26px;
  min-height: 0;
  width: min(100%, 440px);
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(7, 22, 45, 0.22);
  background: var(--blue-950);
}

.service-video video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.95);
}

.video-open-btn {
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--blue-950);
  background: var(--gold-soft);
  box-shadow: 0 14px 34px rgba(201, 154, 46, 0.3);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.video-open-btn:hover {
  transform: translateY(-2px);
  background: var(--gold);
  border-color: rgba(255, 255, 255, 0.38);
}

.video-open-btn:focus-visible,
.video-modal-close:focus-visible,
.video-modal-backdrop:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.68);
  outline-offset: 3px;
}

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

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 40, 84, 0.78);
  cursor: pointer;
}

.video-modal-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 520px);
  max-height: min(86vh, 760px);
  padding: 14px;
  color: var(--ink);
  background: var(--white);
  border-radius: 28px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.video-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 4px 4px 14px;
}

.video-modal-header h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: 0;
}

.video-modal-close {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-950);
  background: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.video-modal-panel video {
  display: block;
  width: 100%;
  max-height: calc(86vh - 84px);
  border-radius: 18px;
  background: var(--blue-950);
}

body.video-modal-open {
  overflow: hidden;
}

.seo-grid {
  gap: 0;
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(7, 22, 45, 0.07);
}

.seo-grid article {
  padding: 38px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.seo-grid article + article {
  border-left: 1px solid var(--line);
}

.before-after .section-heading {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  max-width: none;
}

.before-after .section-heading p {
  max-width: 430px;
  padding-top: 14px;
}

.image-comparison {
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(7, 22, 45, 0.16);
}

.reviews {
  color: var(--white);
  background-color: var(--royal);
  background-image: var(--fabric-texture);
}

.reviews .section-heading h2,
.reviews .section-heading p,
.reviews-toolbar strong,
.reviews-toolbar span {
  color: var(--white);
}

.reviews .section-heading p {
  color: rgba(255, 255, 255, 0.84);
}

.reviews-toolbar span {
  color: var(--white);
}

.reviews-toolbar {
  max-width: 760px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.review-card {
  width: 440px;
  min-height: 304px;
  padding: 28px;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  box-shadow: 0 20px 58px rgba(7, 22, 45, 0.08);
}

.review-avatar {
  color: var(--white);
  background: var(--royal);
}

.cta-section {
  align-items: center;
}

.support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.support-list span {
  background: transparent;
  border: 1px solid rgba(11, 79, 189, 0.18);
  border-left: 0;
}

.quote-form {
  padding: 34px;
  background-color: var(--blue-950);
  background-image: var(--fabric-texture);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(7, 22, 45, 0.18);
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  border-radius: 14px;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px 0 8px;
  color: var(--white);
  background: #18a957;
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(7, 22, 45, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(7, 22, 45, 0.28);
}

.whatsapp-float span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #18a957;
  background: var(--white);
  border-radius: 50%;
  font-size: 1.05rem;
  font-weight: 800;
  overflow: hidden;
}

.whatsapp-float img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.whatsapp-float strong {
  color: var(--white);
  font-size: 0.9rem;
}

.photo-slot,
.photo-label,
.service-panel,
.seo-grid,
.seo-grid article,
.review-card,
.quote-form,
.support-list span {
  background-image: none;
}

.seo-grid h3,
.seo-grid p,
.support-list span {
  color: var(--ink);
}

.review-card,
.review-card blockquote,
.review-person strong,
.review-person small {
  color: var(--ink);
}

@media (max-width: 980px) {
  .menu-toggle {
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 2;
    display: flex;
    flex: 0 0 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .menu-toggle::before {
    display: block;
  }

  .menu-toggle span {
    display: none;
  }

  .main-nav {
    position: fixed;
    top: 70px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: var(--radius);
    box-shadow: 0 20px 50px rgba(6, 26, 69, 0.26);
    text-transform: none;
    letter-spacing: 0;
  }

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

  .main-nav a {
    padding: 13px 12px;
    justify-content: flex-start;
    min-height: 0;
    color: var(--ink);
  }

  .main-nav .nav-logo {
    display: none;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
    justify-content: center !important;
    color: var(--white) !important;
    background: var(--blue-950);
  }

  .main-nav a.is-hovered,
  .main-nav a:focus-visible {
    color: var(--royal);
  }

  .nav-cta.is-hovered,
  .nav-cta:focus-visible {
    color: var(--white) !important;
  }

  .nav-cursor {
    display: none;
  }

  .hero,
  .section-split,
  .service-panel,
  .service-panel-reverse,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 36px;
    min-height: 680px;
    height: auto;
    max-height: none;
    padding-top: 126px;
  }

  h1 {
    font-size: 4rem;
  }

  .section-copy h2,
  .section-heading h2,
  .cta-copy h2 {
    font-size: 2.85rem;
  }

  .service-content h3 {
    font-size: 2.35rem;
  }

  .service-panel-reverse .service-media {
    order: 0;
  }

  .intro-strip,
  .trust-strip,
  .process-rail,
  .upholstery-section,
  .seo-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip article + article {
    border-top: 0;
    border-left: 0;
  }

  .process-rail {
    gap: 26px;
  }

  .process-rail::before {
    top: 0;
    bottom: 0;
    left: 30px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .process-rail article {
    display: grid;
    grid-template-columns: 68px 1fr;
    column-gap: 20px;
    padding: 0;
  }

  .process-rail article span {
    grid-row: span 2;
    margin-bottom: 0;
  }

  .upholstery-section {
    gap: 34px;
  }

  .intro-strip div {
    padding-right: 24px;
    padding-left: 24px;
  }

  .intro-strip div + div {
    padding-left: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .seo-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .before-after .section-heading {
    display: block;
  }

  .before-after .section-heading p {
    max-width: 720px;
    padding-top: 0;
  }

  .service-details {
    display: grid;
  }

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

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

  .site-footer {
    grid-template-columns: 1fr;
  }

  .developer-credit {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .intro-strip::before {
    right: 14px;
    bottom: 18px;
    width: 16px;
    height: 16px;
    box-shadow: -28px -16px 0 8px var(--royal), -58px 14px 0 -3px var(--royal);
  }

  .section::before {
    width: 126px;
    height: 126px;
  }

  .section::after {
    width: 14px;
    height: 14px;
    box-shadow: 28px -18px 0 10px var(--royal), 58px 12px 0 0 var(--royal), -22px 24px 0 -3px var(--royal);
  }

  .section-split::before,
  .seo-section::before,
  .reviews::before {
    left: -68px;
  }

  .services::before,
  .before-after::before,
  .cta-section::before {
    right: -68px;
    top: 44px;
  }

  .section-split::after,
  .seo-section::after,
  .reviews::after {
    right: 22px;
  }

  .services::after,
  .before-after::after,
  .cta-section::after {
    left: 22px;
    bottom: 34px;
  }

  .site-header {
    width: 100%;
    margin: 0;
    padding: 14px 18px;
  }

  .brand small {
    display: none;
  }

  .brand {
    gap: 8px;
  }

  .site-header .header-brand {
    left: 18px;
    top: 12px;
    display: grid;
  }

  .brand-mark {
    width: 150px;
    height: 96px;
    border-radius: 0;
  }

  .hero,
  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .service-area {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .hero {
    padding-bottom: 46px;
  }

  .hero-content {
    width: min(100%, 354px);
  }

  .hero-actions,
  .hero-actions .btn {
    max-width: 354px;
  }

  h1 {
    font-size: 2.55rem;
    line-height: 1.04;
  }

  .hero p:not(.service-area) {
    font-size: 1rem;
  }

  .section-copy h2,
  .section-heading h2,
  .cta-copy h2 {
    font-size: 2.25rem;
  }

  .service-content h3 {
    font-size: 2rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof,
  .photo-grid,
  .feature-columns,
  .upholstery-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    gap: 12px;
  }

  .hero-proof div {
    padding-top: 12px;
  }

  .service-media,
  .photo-grid .tall,
  .photo-grid .photo-slot:not(.tall) {
    min-height: 320px;
  }

  .service-panel {
    padding: 16px;
  }

  .service-panel-video {
    padding: 0;
  }

  .service-info-card {
    padding: 22px;
    border-radius: 18px;
  }

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

  .differential-card {
    min-height: 230px;
    border-radius: 18px;
  }

  .trust-strip article {
    min-height: 0;
    padding: 30px 22px;
  }

  .trust-strip article::after {
    width: 74px;
    height: 74px;
  }

  .trust-strip span {
    margin-bottom: 26px;
  }

  .process-section .section-heading,
  .upholstery-copy {
    max-width: none;
  }

  .upholstery-grid span {
    min-height: 76px;
    padding: 20px 22px;
  }

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

  .comparison-badge {
    bottom: 14px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .comparison-badge-before {
    left: 14px;
  }

  .comparison-badge-after {
    right: 14px;
  }

  .quote-form {
    padding: 20px;
  }

  .service-video {
    width: 100%;
  }

  .reviews-toolbar {
    align-items: flex-start;
    gap: 14px;
  }

  .google-mark {
    width: 104px;
    height: 104px;
    border-radius: 18px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 52px;
    padding-right: 14px;
  }

  .whatsapp-float strong {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-title {
    opacity: 1;
    transform: none;
  }

  .scroll-title::after {
    width: min(92px, 42%);
  }

  .process-rail article span,
  .process-rail article span::before {
    animation: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
