:root {
  --ink: #121212;
  --ink-soft: #2a2b2d;
  --paper: #f7f4ef;
  --paper-clean: #ffffff;
  --line: rgba(18, 18, 18, 0.12);
  --muted: #666a70;
  --orange: #f1672a;
  --orange-deep: #c74317;
  --gold: #b8904a;
  --steel: #d8dde1;
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
  opacity: 0.46;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='320'%20height='220'%20viewBox='0%200%20320%20220'%3E%3Cg%20transform='rotate(-28%20160%20110)'%3E%3Ctext%20x='-16'%20y='118'%20font-family='Arial,%20Helvetica,%20sans-serif'%20font-size='42'%20font-weight='800'%20letter-spacing='7'%20fill='%23111111'%20fill-opacity='.28'%3ESAMPLE%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: var(--container);
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(18, 18, 18, 0.78);
  color: #fff;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(18, 18, 18, 0.94);
  border-color: rgba(255, 255, 255, 0.12);
}

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

.brand-logo {
  width: 132px;
  height: 82px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.05;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  min-height: 40px;
  padding: 12px 13px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
}

.header-call,
.button,
.text-link,
.contact-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.header-call {
  min-height: 43px;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(241, 103, 42, 0.24);
}

.header-call svg,
.button svg,
.text-link svg,
.contact-card svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 80svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #111;
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  --hero-image: url("../img/hero-slides/01-finished-driveway.jpg");
  overflow: hidden;
  background: #111;
}

.hero-media::before {
  position: absolute;
  inset: -28px;
  content: "";
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  filter: blur(12px) saturate(0.95);
  opacity: 0.62;
  transform: scale(1.04);
}

.hero-frame {
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-slides/01-finished-driveway.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.58;
  transform: scale(1);
  transition: opacity 900ms ease;
  will-change: opacity, transform;
}

.hero-frame.is-drifting {
  animation: heroDrift 7.2s ease-out both;
}

.hero-frame.is-fading {
  opacity: 0;
}

@keyframes heroDrift {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.01) translate3d(-0.15%, -0.12%, 0); }
}

.hero-overlay {
  background:
    radial-gradient(circle at 76% 44%, rgba(241, 103, 42, 0.23), rgba(241, 103, 42, 0) 32%),
    linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.78) 44%, rgba(8, 8, 8, 0.42) 100%),
    linear-gradient(0deg, rgba(8, 8, 8, 0.76) 0%, rgba(8, 8, 8, 0.18) 58%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
  width: var(--container);
  margin: 0 auto;
  padding: 142px 0 82px;
}

.hero-text {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 13px;
  color: #f3b087;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--orange-deep);
}

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

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-title {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 22px;
  text-wrap: balance;
}

.hero-title-main,
.hero-title-sub {
  display: block;
  color: #fff;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
}

.hero-title-main {
  font-size: clamp(3rem, 5.5vw, 5.7rem);
  line-height: 0.92;
  font-weight: 900;
}

.hero-title-sub {
  width: fit-content;
  max-width: 640px;
  padding-left: 18px;
  border-left: 6px solid var(--orange);
  font-size: clamp(1.35rem, 2.25vw, 2.35rem);
  line-height: 1.08;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
}

.hero-title-sub::before {
  content: none;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

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

.hero-copy {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

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

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.hero-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 900;
}

.hero-logo-lockup {
  display: grid;
  justify-items: center;
  gap: 16px;
  justify-self: end;
  width: min(100%, 420px);
}

.hero-logo-plate {
  position: relative;
  display: grid;
  width: min(32vw, 390px);
  min-width: 270px;
  aspect-ratio: 1;
  place-items: center;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 42%, #fff 0%, #fff 58%, rgba(255, 255, 255, 0.9) 72%, rgba(255, 255, 255, 0.72) 100%);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.36),
    0 0 0 12px rgba(255, 255, 255, 0.08),
    0 0 60px rgba(241, 103, 42, 0.22);
}

.hero-logo-plate::after {
  position: absolute;
  inset: 12px;
  content: "";
  border: 1px solid rgba(241, 103, 42, 0.42);
  border-radius: inherit;
  pointer-events: none;
}

.hero-logo-plate img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.18));
}

.hero-proof {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
  max-width: 100%;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.58);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
  color: #fff;
}

.hero-proof strong,
.hero-proof span {
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
}

.hero-proof span {
  color: #f3b087;
}

.button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
}

.button.primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 18px 32px rgba(241, 103, 42, 0.28);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(8px);
}

.trust-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: var(--container);
  margin: -34px auto 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 24px 26px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

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

.trust-strip strong {
  margin-bottom: 7px;
  font-size: 1rem;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: 92px 0;
}

.section-inner {
  width: var(--container);
  margin: 0 auto;
}

.intro-grid,
.process-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.intro-copy p {
  max-width: 650px;
}

.inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.inline-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.inline-points svg {
  width: 17px;
  height: 17px;
  color: var(--orange-deep);
}

.feature-photo {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
  box-shadow: var(--shadow);
}

.feature-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 46%;
}

.services {
  background: #151515;
  color: #fff;
}

.services p,
.services .service-card p {
  color: rgba(255, 255, 255, 0.68);
}

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

.section-heading.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

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

.service-card {
  min-height: 282px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.service-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--orange);
}

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

.gallery-item {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #222;
  cursor: zoom-in;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
  opacity: 0;
  transition: opacity 180ms ease;
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.035);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.text-link {
  min-height: 44px;
  flex: 0 0 auto;
  color: var(--orange-deep);
  font-weight: 900;
}

.process {
  background: #fff;
}

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

.steps li {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.steps span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.steps p {
  margin-bottom: 0;
}

.coverage {
  padding: 0;
  background: var(--paper);
}

.coverage-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 42px;
  align-items: center;
  padding: 58px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(18, 18, 18, 0.92), rgba(18, 18, 18, 0.72)),
    url("../img/08-commercial-surfacing-roller.jpg") center / cover;
  color: #fff;
  box-shadow: var(--shadow);
}

.coverage-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.coverage-list span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
}

.contact-form > input[name="website"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-row {
  display: grid;
  gap: 7px;
}

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

.form-row label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-row input {
  min-height: 50px;
  padding: 0 14px;
}

.form-row textarea {
  min-height: 128px;
  padding: 13px 14px;
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: rgba(241, 103, 42, 0.76);
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(241, 103, 42, 0.12);
}

.contact-submit {
  width: 100%;
  margin-top: 2px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
}

.form-status.is-success {
  color: #15803d;
}

.form-status.is-error {
  color: #b42318;
}

.site-footer {
  padding: 30px 0;
  background: #111;
  color: #fff;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: var(--container);
  margin: 0 auto;
}

.footer-inner > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
}

.footer-logo {
  grid-row: span 2;
  width: 150px;
  height: 104px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  object-fit: contain;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
}

.footer-inner p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.footer-inner a {
  color: #fff;
  font-weight: 900;
}

.footer-credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 22px;
  width: var(--container);
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.5;
}

.footer-credit a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(241, 103, 42, 0.7);
  text-underline-offset: 3px;
}

.whatsapp-chat-panel {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 86;
  width: min(356px, calc(100vw - 44px));
  overflow: hidden;
  border-radius: 14px;
  background: #f3efe7;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.26);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 14px, 0) scale(0.98);
  transform-origin: bottom right;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.whatsapp-chat-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
}

.whatsapp-chat-header {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  background: #078c73;
  color: #fff;
}

.whatsapp-avatar {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.whatsapp-avatar img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.whatsapp-avatar span {
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 11px;
  height: 11px;
  border: 2px solid #078c73;
  border-radius: 50%;
  background: #28d146;
}

.whatsapp-chat-header strong {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whatsapp-chat-header p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.25;
}

.whatsapp-close {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

.whatsapp-close:hover,
.whatsapp-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  outline: none;
}

.whatsapp-close svg {
  width: 21px;
  height: 21px;
}

.whatsapp-chat-body {
  padding: 24px 22px 26px;
  background:
    linear-gradient(rgba(243, 239, 231, 0.92), rgba(243, 239, 231, 0.92)),
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='96'%20height='96'%20viewBox='0%200%2096%2096'%3E%3Cg%20fill='none'%20stroke='%23d8d0c4'%20stroke-width='1'%20opacity='.55'%3E%3Cpath%20d='M18%2020h22v16H18zM56%2017c9%200%2016%207%2016%2016s-7%2016-16%2016-16-7-16-16%207-16%2016-16zM18%2060h22v16H18zM58%2064l16%2012M74%2064L58%2076'/%3E%3C/g%3E%3C/svg%3E");
}

.whatsapp-message {
  position: relative;
  width: fit-content;
  max-width: 260px;
  margin-bottom: 24px;
  padding: 13px 42px 16px 16px;
  border-radius: 13px 13px 13px 4px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.whatsapp-message p {
  margin: 0 0 8px;
  color: #1d1d1d;
  font-size: 0.98rem;
  line-height: 1.35;
}

.whatsapp-message p:last-of-type {
  margin-bottom: 0;
}

.whatsapp-message span {
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: #8a8a8a;
  font-size: 0.72rem;
}

.whatsapp-chat-cta {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 13px 26px rgba(37, 211, 102, 0.34);
  transition: transform 180ms ease, background 180ms ease;
}

.whatsapp-chat-cta:hover,
.whatsapp-chat-cta:focus-visible {
  background: #1ebe5d;
  outline: none;
  transform: translateY(-1px);
}

.whatsapp-chat-cta svg {
  width: 22px;
  height: 22px;
}

.whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 87;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24), 0 8px 20px rgba(37, 211, 102, 0.28);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.whatsapp-widget svg {
  width: 22px;
  height: 22px;
}

.whatsapp-widget:hover,
.whatsapp-widget:focus-visible {
  background: #1ebe5d;
  outline: none;
  transform: translateY(-1px);
}

.sale-modal,
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.sale-modal {
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.sale-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.sale-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(6px);
}

.sale-modal-panel {
  position: relative;
  width: min(520px, 100%);
  padding: 32px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.sale-modal-panel p {
  margin-bottom: 22px;
}

.sale-modal-panel .button {
  width: 100%;
  min-height: 58px;
  padding: 10px 14px;
  text-align: center;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}

.sale-modal-panel .button span {
  min-width: 0;
}

.modal-close {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.sale-modal-panel .modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.lightbox {
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 86svh;
  border-radius: var(--radius);
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
}

.sample-ribbon {
  position: fixed;
  right: -58px;
  top: 104px;
  z-index: 75;
  width: 238px;
  padding: 11px 0;
  transform: rotate(38deg);
  background: var(--orange);
  color: #fff;
  text-align: center;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

body.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(4px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 620ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

body.reveal-ready .reveal.reveal-left {
  transform: translateX(-30px);
}

body.reveal-ready .reveal.reveal-right {
  transform: translateX(30px);
}

body.reveal-ready .reveal.reveal-scale {
  transform: translateY(22px) scale(0.97);
}

body.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

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

  body.reveal-ready .reveal,
  body.reveal-ready .reveal.reveal-left,
  body.reveal-ready .reveal.reveal-right,
  body.reveal-ready .reveal.reveal-scale {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .hero-frame {
    animation: none;
    opacity: 1;
  }
}

@media (max-width: 980px) {
  :root {
    --container: min(100vw - 28px, 760px);
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    justify-self: stretch;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border-radius: var(--radius);
    background: rgba(18, 18, 18, 0.96);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
  }

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

  .site-nav a {
    width: 100%;
    padding: 14px 12px;
  }

  .header-call {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hero {
    min-height: 76svh;
  }

  .hero-media {
    transform: none;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 50% 24%, rgba(241, 103, 42, 0.2), rgba(241, 103, 42, 0) 30%),
      linear-gradient(90deg, rgba(10, 10, 10, 0.84), rgba(10, 10, 10, 0.58)),
      linear-gradient(0deg, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.18) 62%);
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-logo-lockup {
    order: -1;
    justify-self: start;
    justify-items: start;
  }

  .hero-logo-plate {
    width: 240px;
    min-width: 0;
    padding: 26px;
  }

  .hero-proof {
    justify-content: flex-start;
  }

  .trust-strip,
  .intro-grid,
  .process-grid,
  .contact-grid,
  .coverage-panel {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

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

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

  .feature-photo {
    min-height: 520px;
  }

  .coverage-list {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100vw - 22px);
  }

  body::before {
    background-size: 230px 158px;
  }

  .site-header {
    margin-top: 8px;
    padding: 8px;
    gap: 8px;
  }

  .brand-logo {
    width: 96px;
    height: 64px;
    padding: 6px 8px;
  }

  .brand {
    gap: 9px;
  }

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

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

  .hero {
    min-height: 76svh;
  }

  .hero-content {
    padding: 130px 0 42px;
    gap: 18px;
  }

  h1 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
  }

  .hero-title {
    gap: 10px;
  }

  .hero-title-main {
    font-size: clamp(2.45rem, 11.5vw, 3.65rem);
    line-height: 0.96;
  }

  .hero-title-sub {
    padding-left: 12px;
    border-left-width: 5px;
    font-size: clamp(1.08rem, 5.3vw, 1.7rem);
  }

  h2 {
    font-size: clamp(1.8rem, 10vw, 2.55rem);
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-logo-plate {
    width: 152px;
    padding: 17px;
    box-shadow:
      0 20px 44px rgba(0, 0, 0, 0.34),
      0 0 0 8px rgba(255, 255, 255, 0.08),
      0 0 42px rgba(241, 103, 42, 0.18);
  }

  .hero-proof {
    display: none;
  }

  .hero-tags {
    display: none;
  }

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

  .trust-strip {
    margin-top: -20px;
  }

  .trust-strip div {
    padding: 19px;
  }

  .section {
    padding: 64px 0;
  }

  .intro-grid,
  .process-grid,
  .contact-grid {
    gap: 30px;
  }

  .contact-form {
    padding: 20px;
  }

  .form-split {
    grid-template-columns: 1fr;
  }

  .feature-photo {
    min-height: 420px;
  }

  .service-grid,
  .gallery {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .gallery {
    grid-auto-rows: 260px;
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-row: auto;
    grid-column: auto;
  }

  .section-heading.split {
    display: block;
  }

  .coverage-panel {
    padding: 28px;
  }

  .steps li {
    grid-template-columns: 1fr;
  }

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

  .footer-credit {
    display: grid;
  }

  .whatsapp-widget {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 0 14px;
  }

  .whatsapp-chat-panel {
    right: 14px;
    bottom: 78px;
    width: calc(100vw - 28px);
    border-radius: 12px;
  }

  .whatsapp-chat-header {
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    padding: 15px;
  }

  .whatsapp-avatar {
    width: 48px;
    height: 48px;
  }

  .whatsapp-chat-body {
    padding: 20px 18px 22px;
  }

  .sale-modal-panel {
    padding: 26px 20px 22px;
  }

  .sale-modal-panel .button {
    gap: 7px;
    font-size: 0.84rem;
  }

  .sale-modal-panel .button svg {
    width: 16px;
    height: 16px;
  }

  .sale-modal-panel h2 {
    padding-right: 42px;
  }

  .sample-ribbon {
    top: 86px;
    right: -72px;
  }
}
