:root {
  --amber: #f5a623;
  --amber-bright: #ffc24a;
  --ink: #14120e;
  --paper: #fff9ef;
  --line: rgba(255, 255, 255, 0.2);
  --muted: rgba(255, 249, 239, 0.72);
  --panel: rgba(14, 12, 9, 0.94);
  --panel-soft: rgba(24, 21, 16, 0.88);
  --whatsapp: #25d366;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
  background: var(--ink);
}

body {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--ink);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--amber-bright);
  outline-offset: 4px;
}

.backgrounds,
.background,
.scrim,
.grain {
  position: fixed;
  inset: 0;
}

.backgrounds {
  z-index: 0;
  overflow: hidden;
  background: #231e15;
}

.background {
  opacity: 0;
  background-image: var(--image);
  background-position: center center;
  background-size: cover;
  transform: scale(1.035);
  transition: opacity 1.4s ease, transform 9s linear;
  will-change: opacity, transform;
}

.background.is-active {
  opacity: 1;
  transform: scale(1);
}

.scrim {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.93) 0%, rgba(8, 7, 5, 0.67) 43%, rgba(8, 7, 5, 0.2) 78%),
    linear-gradient(0deg, rgba(8, 7, 5, 0.84) 0%, transparent 48%);
}

.grain {
  z-index: 2;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
}

.page-shell {
  position: relative;
  z-index: 3;
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}

.landing {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  padding: clamp(24px, 3vw, 48px) 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 45px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--amber);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.04em;
  transform: skew(-7deg);
}

.brand-name {
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 900;
  letter-spacing: 0.045em;
}

.brand-name span {
  color: var(--amber-bright);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 249, 239, 0.76);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--amber-bright);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--paper);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  align-self: center;
  width: 100%;
  max-width: 900px;
  padding: clamp(56px, 8vh, 96px) 0;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--amber-bright);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 40px;
  height: 3px;
  flex: 0 0 auto;
  content: "";
  background: currentColor;
}

h1 {
  margin: 0;
  font-size: clamp(52px, 8.2vw, 126px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 span,
h1 em {
  display: block;
}

h1 em {
  margin-top: 0.19em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 249, 239, 0.95);
  font-style: normal;
}

.intro {
  max-width: 640px;
  margin: clamp(26px, 4vh, 42px) 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.25fr 1.1fr 0.9fr;
  width: 100%;
  max-width: 900px;
  margin: clamp(26px, 4.5vh, 44px) 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-style: normal;
}

.contact-row {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  padding: 18px 22px 20px;
  border-left: 1px solid var(--line);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.contact-row:first-child {
  border-left: 0;
  padding-left: 0;
}

a.contact-row:hover,
a.contact-row:focus-visible {
  color: #14120e;
  background: var(--amber-bright);
  outline: none;
}

.contact-label {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

a.contact-row:hover .contact-label,
a.contact-row:focus-visible .contact-label {
  color: rgba(20, 18, 14, 0.68);
}

.contact-row strong {
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.contact-row--primary strong {
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  overflow-wrap: normal;
  white-space: nowrap;
}

.contact-action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin-top: 2px;
  padding: 5px 9px 5px 6px;
  border-radius: 999px;
  color: #102416;
  background: var(--whatsapp);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-action > span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #128c4a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
}

a.contact-row:hover .contact-action,
a.contact-row:focus-visible .contact-action {
  color: #fff;
  background: #128c4a;
}

a.contact-row:hover .contact-action > span,
a.contact-row:focus-visible .contact-action > span {
  color: #14120e;
  background: #fff;
}

.hero-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 249, 239, 0.68);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-link span {
  color: var(--amber-bright);
  font-size: 18px;
}

.scroll-link:hover {
  color: var(--paper);
}

.slide-progress {
  display: flex;
  align-items: center;
  gap: 7px;
}

.progress-dot {
  position: relative;
  width: 32px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.progress-dot::after {
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: rgba(255, 255, 255, 0.35);
  transition: background-color 180ms ease, transform 180ms ease;
}

.progress-dot.is-active::after,
.progress-dot:hover::after,
.progress-dot:focus-visible::after {
  background: var(--amber-bright);
  transform: scaleY(2);
}

.content-section {
  scroll-margin-top: 24px;
  margin-top: clamp(40px, 7vw, 104px);
  padding: clamp(32px, 5vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 35%),
    var(--panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  margin-bottom: clamp(32px, 5vw, 64px);
}

.section-heading h2,
.contact-section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 5.4vw, 80px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.section-heading > p,
.contact-section > div > p:last-child {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}

.machine-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  padding: 18px 22px;
  color: var(--ink);
  background: var(--amber-bright);
}

.machine-note strong {
  flex: 0 0 auto;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 900;
  text-transform: uppercase;
}

.machine-note span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  color: var(--ink);
  background: var(--amber-bright);
  outline: none;
  transform: translateY(-2px);
}

.service-card:hover .service-number,
.service-card:focus-visible .service-number,
.service-card:hover p,
.service-card:focus-visible p {
  color: rgba(20, 18, 14, 0.72);
}

.service-number {
  display: block;
  margin-bottom: clamp(28px, 3.5vw, 52px);
  color: var(--amber-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.service-card h3,
.gallery-copy h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.service-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.service-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--amber-bright);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-card:hover .service-more,
.service-card:focus-visible .service-more {
  color: var(--ink);
}

.section-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.coverage-section {
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.12), transparent 42%),
    var(--panel);
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.coverage-card {
  min-height: 210px;
  padding: clamp(24px, 3vw, 40px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.coverage-card > span {
  display: block;
  margin-bottom: clamp(30px, 4vw, 54px);
  color: var(--amber-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.coverage-card h3 {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.coverage-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.coverage-note {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  color: var(--ink);
  background: var(--amber-bright);
}

.coverage-note strong {
  flex: 0 0 auto;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 900;
  text-transform: uppercase;
}

.coverage-note span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.coverage-note > a {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.how-section {
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.11), transparent 38%),
    var(--panel);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-card {
  min-height: 230px;
  padding: clamp(24px, 3vw, 40px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.process-card > span {
  display: block;
  margin-bottom: clamp(32px, 4vw, 56px);
  color: var(--amber-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.process-card h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.process-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.quote-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 22px;
  color: var(--ink);
  background: var(--amber-bright);
}

.quote-strip > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.quote-strip strong {
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 900;
  text-transform: uppercase;
}

.quote-strip span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.quote-strip .button {
  min-width: 230px;
  color: #102416;
  background: var(--whatsapp);
}

.gallery-section {
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.08), transparent 32%),
    var(--panel);
}

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

.gallery-tile {
  position: relative;
  display: flex;
  min-height: 310px;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-image:
    linear-gradient(0deg, rgba(8, 7, 5, 0.96) 0%, rgba(8, 7, 5, 0.25) 72%),
    var(--tile-image);
  background-position: center;
  background-size: cover;
  color: var(--paper);
  text-decoration: none;
}

.gallery-tile--real {
  border-color: rgba(255, 194, 74, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 194, 74, 0.14);
  transition: border-color 180ms ease, transform 180ms ease;
}

.gallery-tile--real:hover,
.gallery-tile--real:focus-visible {
  border-color: var(--amber-bright);
  outline: none;
  transform: translateY(-3px);
}

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

.gallery-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(22px, 3vw, 38px);
}

.gallery-copy > span {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 9px;
  color: var(--ink);
  background: var(--amber-bright);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-copy p {
  max-width: 520px;
  margin: 12px 0 0;
  color: rgba(255, 249, 239, 0.76);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: clamp(36px, 7vw, 110px);
  scroll-margin-top: 24px;
  margin-top: 12px;
  padding: clamp(34px, 6vw, 88px);
  color: var(--ink);
  background: var(--amber-bright);
}

.contact-section .section-kicker {
  color: var(--ink);
}

.contact-section > div > p:last-child {
  margin-top: 24px;
  color: rgba(20, 18, 14, 0.72);
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.button--whatsapp {
  color: #102416;
  background: var(--whatsapp);
}

.button--light {
  color: var(--paper);
  background: var(--ink);
}

.button--outline {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: var(--paper);
  background: rgba(10, 9, 7, 0.42);
}

.button:hover {
  filter: brightness(1.08);
}

.text-link {
  align-self: flex-start;
  margin-top: 6px;
  padding: 6px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0 46px;
  color: rgba(255, 249, 239, 0.58);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-nav a {
  color: rgba(255, 249, 239, 0.72);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--amber-bright);
}

/* Detail pages */

.subpage .scrim {
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.97) 0%, rgba(8, 7, 5, 0.78) 52%, rgba(8, 7, 5, 0.5) 100%),
    linear-gradient(0deg, rgba(8, 7, 5, 0.92) 0%, rgba(8, 7, 5, 0.2) 62%);
}

.inner-header {
  padding: clamp(24px, 3vw, 48px) 0;
}

.detail-page {
  padding-bottom: clamp(36px, 6vw, 84px);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: clamp(18px, 3vw, 42px);
  color: rgba(255, 249, 239, 0.6);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.breadcrumbs a {
  color: rgba(255, 249, 239, 0.82);
  text-underline-offset: 4px;
}

.breadcrumbs span[aria-hidden="true"] {
  color: var(--amber-bright);
}

.detail-hero {
  display: flex;
  min-height: min(760px, 78svh);
  max-width: 1040px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 10vh, 128px) 0 clamp(80px, 12vh, 150px);
}

.detail-hero h1 {
  max-width: 980px;
  font-size: clamp(52px, 8vw, 118px);
}

.detail-hero--overview h1 {
  max-width: 1120px;
}

.detail-lead {
  max-width: 760px;
  margin: clamp(26px, 4vh, 42px) 0 0;
  color: rgba(255, 249, 239, 0.78);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-actions .button {
  min-width: min(100%, 250px);
}

.detail-section,
.related-section {
  margin-top: 12px;
  padding: clamp(32px, 5vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 35%),
    var(--panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.detail-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: clamp(38px, 7vw, 110px);
}

.detail-copy h2,
.compact-heading h2,
.related-section > h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}

.detail-copy > p:not(.section-kicker),
.compact-heading > p:not(.section-kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.7;
}

.detail-list {
  align-self: start;
  padding: clamp(26px, 3vw, 42px);
  color: var(--ink);
  background: var(--amber-bright);
}

.detail-list h2 {
  margin: 0 0 24px;
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.detail-list ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-top: 1px solid rgba(20, 18, 14, 0.2);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.detail-list li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--ink);
  transform: rotate(45deg);
}

.compact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  margin-bottom: clamp(30px, 5vw, 58px);
}

.compact-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.project-gallery {
  scroll-margin-top: 24px;
}

.project-gallery .compact-heading > p {
  align-self: end;
}

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

.project-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.project-photo-trigger {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  aspect-ratio: 3 / 4;
  background: #0b0a08;
  color: var(--paper);
  cursor: zoom-in;
  font: inherit;
  text-align: left;
}

.project-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.project-photo-trigger:hover img,
.project-photo-trigger:focus-visible img {
  filter: brightness(1.06);
  transform: scale(1.025);
}

.project-photo-trigger:focus-visible {
  outline-offset: -4px;
}

.project-photo-zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 9px;
  color: var(--ink);
  background: var(--amber-bright);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.project-photo figcaption {
  min-height: 74px;
  padding: 15px 16px 17px;
  color: rgba(255, 249, 239, 0.75);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.48;
}

.lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 58px clamp(76px, 8vw, 132px) 34px;
  overflow: hidden;
  background: rgba(5, 4, 3, 0.96);
  backdrop-filter: blur(14px);
  overscroll-behavior: contain;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-figure {
  display: flex;
  width: min(1280px, 100%);
  height: 100%;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.lightbox-stage {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  overflow: visible;
  touch-action: none;
  user-select: none;
}

.lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 166px);
  max-height: calc(100dvh - 166px);
  flex: 0 1 auto;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.52);
  transition: opacity 140ms ease;
  -webkit-user-drag: none;
  user-select: none;
}

.lightbox-image.is-loading {
  opacity: 0.35;
}

.lightbox-caption {
  width: 100%;
  min-height: 52px;
  flex: 0 0 auto;
  max-width: 900px;
  margin: 0 auto;
  padding: 14px 20px 0;
  color: rgba(255, 249, 239, 0.82);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.lightbox-counter {
  position: fixed;
  z-index: 2;
  top: 24px;
  left: 26px;
  color: var(--amber-bright);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(20, 18, 14, 0.78);
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  border-color: var(--amber-bright);
  color: var(--ink);
  background: var(--amber-bright);
}

.lightbox-close {
  top: 14px;
  right: 18px;
  width: 48px;
  height: 48px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  width: 58px;
  height: 76px;
  border-radius: 6px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
}

.lightbox-nav--previous {
  left: 18px;
}

.lightbox-nav--next {
  right: 18px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  font-size: clamp(19px, 1.7vw, 27px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  list-style: none;
  text-transform: uppercase;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--amber-bright);
  font-size: 23px;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-item[open] summary > span {
  transform: rotate(45deg);
}

.faq-item p {
  max-width: 880px;
  margin: -4px 0 24px;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.related-section {
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.11), transparent 40%),
    var(--panel);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(30px, 5vw, 54px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.related-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.related-card > span {
  color: var(--amber-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.related-card strong {
  margin-top: auto;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.related-card small {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.related-card:hover,
.related-card:focus-visible {
  color: var(--ink);
  background: var(--amber-bright);
  outline: none;
}

.related-card:hover > span,
.related-card:focus-visible > span,
.related-card:hover small,
.related-card:focus-visible small {
  color: rgba(20, 18, 14, 0.7);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  color: var(--amber-bright);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.service-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.directory-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 22px;
  min-height: 190px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.directory-card .service-number {
  margin: 3px 0 0;
}

.directory-card h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.directory-card p {
  margin: 13px 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.directory-card > strong {
  color: var(--amber-bright);
  font-size: 24px;
}

.directory-card:hover,
.directory-card:focus-visible {
  color: var(--ink);
  background: var(--amber-bright);
  outline: none;
}

.directory-card:hover .service-number,
.directory-card:focus-visible .service-number,
.directory-card:hover p,
.directory-card:focus-visible p,
.directory-card:hover > strong,
.directory-card:focus-visible > strong {
  color: rgba(20, 18, 14, 0.72);
}

.region-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.region-directory article {
  min-height: 240px;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.region-directory article > span {
  display: block;
  margin-bottom: clamp(36px, 5vw, 68px);
  color: var(--amber-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.region-directory h3 {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.region-directory p {
  margin: 15px 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.contact-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 12px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.contact-directory a {
  display: flex;
  min-width: 0;
  min-height: 230px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 40px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.contact-directory a:first-child {
  color: #102416;
  background: var(--whatsapp);
}

.contact-directory span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-directory strong {
  margin-top: auto;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-directory a:first-child strong,
.contact-directory a:nth-child(2) strong {
  white-space: nowrap;
}

.contact-directory small {
  margin-top: 12px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.contact-directory a:hover,
.contact-directory a:focus-visible {
  color: var(--ink);
  background: var(--amber-bright);
  outline: none;
}

.contact-hero {
  min-height: min(680px, 70svh);
}

.business-details {
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.1), transparent 42%),
    var(--panel);
}

.business-facts {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  margin: 0 0 26px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.business-facts div {
  display: flex;
  min-width: 0;
  min-height: 190px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.business-facts dt {
  color: var(--amber-bright);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.business-facts dd {
  margin: auto 0 0;
  font-size: clamp(19px, 1.7vw, 27px);
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.business-identity,
.business-hours {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  overflow-wrap: normal;
}

.business-trade-name {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.business-hours-time {
  white-space: nowrap;
}

.business-facts small {
  margin-top: 10px;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.map-section {
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.08), transparent 38%),
    var(--panel-soft);
}

.map-consent {
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 194, 74, 0.36);
  background: rgba(8, 7, 5, 0.62);
}

.map-consent > div {
  width: min(100%, 620px);
  padding: clamp(30px, 6vw, 68px);
  text-align: center;
}

.map-consent strong {
  display: block;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.map-consent p,
.map-note {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.map-consent p {
  margin: 15px 0 24px;
}

.map-consent .button {
  width: min(100%, 280px);
  margin: 0 auto;
}

.map-consent iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

.map-note {
  margin: 18px 0 0;
}

.not-found {
  display: flex;
  min-height: 72svh;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 120px;
}

.not-found > p:not(.eyebrow) {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .contact-section,
  .detail-overview,
  .compact-heading {
    grid-template-columns: 1fr;
  }

  .compact-heading .section-kicker {
    grid-column: auto;
    margin-bottom: -4px;
  }

  .detail-list {
    max-width: 680px;
  }

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

  .contact-buttons {
    max-width: 520px;
  }

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

  .coverage-grid,
  .region-directory,
  .business-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .scrim {
    background:
      linear-gradient(0deg, rgba(8, 7, 5, 0.95) 0%, rgba(8, 7, 5, 0.62) 76%, rgba(8, 7, 5, 0.48) 100%),
      linear-gradient(90deg, rgba(8, 7, 5, 0.62), rgba(8, 7, 5, 0.14));
  }

  .background {
    background-position: 62% center;
  }

  .landing {
    padding: 22px 0 28px;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 18px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding-top: 8px;
    border-top: 1px solid var(--line);
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    font-size: 11px;
    letter-spacing: 0.055em;
  }

  .hero {
    align-self: end;
    padding: 46px 0 34px;
  }

  h1 {
    line-height: 0.9;
  }

  .intro {
    max-width: 510px;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-row,
  .contact-row:first-child {
    padding: 13px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contact-row:first-child {
    border-top: 0;
  }

  .contact-row strong {
    font-size: 18px;
  }

  .contact-row--primary strong {
    font-size: clamp(20px, 6.1vw, 22px);
  }

  .hero-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .content-section {
    margin-top: 28px;
    padding: 30px 20px;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 32px;
  }

  .machine-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 17px 18px;
  }

  .section-actions {
    justify-content: stretch;
  }

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

  .process-grid,
  .related-grid,
  .region-directory,
  .contact-directory,
  .business-facts {
    grid-template-columns: 1fr;
  }

  .process-card,
  .related-card,
  .region-directory article,
  .contact-directory a,
  .business-facts div {
    min-height: 0;
  }

  .business-facts dd {
    margin-top: 32px;
  }

  .process-card > span,
  .region-directory article > span {
    margin-bottom: 28px;
  }

  .quote-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .quote-strip .button {
    width: 100%;
    min-width: 0;
  }

  .machine-note strong {
    font-size: 18px;
  }

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

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

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

  .coverage-card {
    min-height: 0;
  }

  .coverage-card > span {
    margin-bottom: 28px;
  }

  .coverage-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 18px;
  }

  .coverage-note > a {
    margin: 6px 0 0;
  }

  .gallery-tile,
  .gallery-tile--wide {
    min-height: 300px;
    grid-column: span 1;
  }

  .contact-section {
    gap: 30px;
    padding: 36px 20px;
  }

  .inner-header {
    padding: 22px 0;
  }

  .breadcrumbs {
    margin-top: 20px;
  }

  .detail-hero {
    min-height: auto;
    padding: 76px 0 100px;
  }

  .detail-hero h1 {
    font-size: clamp(46px, 13.5vw, 82px);
  }

  .detail-section,
  .related-section {
    padding: 34px 20px;
  }

  .detail-overview {
    gap: 32px;
  }

  .detail-list {
    max-width: none;
  }

  .directory-card {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 0;
    padding: 24px 18px;
  }

  .contact-directory strong {
    margin-top: 44px;
  }

  .contact-directory a:first-child strong,
  .contact-directory a:nth-child(2) strong {
    font-size: clamp(20px, 6vw, 27px);
  }

  .footer-nav {
    flex-wrap: wrap;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 24px 0 34px;
  }

  .lightbox {
    padding: 62px 12px 18px;
  }

  .lightbox-caption {
    min-height: 66px;
    padding: 12px 54px 0;
    font-size: 14px;
  }

  .lightbox-counter {
    top: 23px;
    left: 16px;
    font-size: 14px;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 16px;
    width: 44px;
    height: 48px;
    border-radius: 4px;
    font-size: 38px;
    transform: none;
  }

  .lightbox-nav:hover,
  .lightbox-nav:focus-visible {
    transform: scale(1.04);
  }

  .lightbox-nav--previous {
    left: 10px;
  }

  .lightbox-nav--next {
    right: 10px;
  }
}

@media (max-width: 540px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

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

  .service-number {
    margin-bottom: 28px;
  }

  .slide-progress {
    gap: 4px;
  }

  .progress-dot {
    width: 24px;
  }

  .button {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .directory-card {
    grid-template-columns: 1fr auto;
  }

  .directory-card .service-number {
    grid-column: 1 / -1;
  }

  .faq-item summary {
    gap: 14px;
  }

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

  .project-photo figcaption {
    min-height: 0;
  }

  .footer-nav {
    gap: 14px;
  }
}

@media (max-height: 850px) and (min-width: 761px) {
  .landing {
    padding: 24px 0;
  }

  .hero {
    padding: 34px 0;
  }

  h1 {
    font-size: clamp(52px, 7.2vw, 105px);
  }

  .intro,
  .contact-card {
    margin-top: 22px;
  }

  .contact-row {
    padding-top: 14px;
    padding-bottom: 15px;
  }
}

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

  .background,
  .contact-row,
  .site-nav a::after,
  .progress-dot::after {
    transition: none;
  }
}
