@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/bebas-neue-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/bebas-neue-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-display: "Bebas Neue";
  --font-sans: "Inter";
  --ink: #101315;
  --ink-2: #171b1d;
  --ink-3: #202527;
  --cream: #f2eadc;
  --paper: #e9e0d2;
  --orange: #f15a18;
  --orange-2: #ff6b20;
  --steel: #8b9295;
  --line: rgba(242, 234, 220, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-sans), Arial, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.038;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
::selection { color: var(--ink); background: var(--orange); }

.site-header {
  position: relative;
  z-index: 10;
  height: 88px;
  display: grid;
  grid-template-columns: 88px minmax(240px, 1fr) auto auto;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 19, 21, 0.92);
  backdrop-filter: blur(18px);
}
.header-mark {
  height: 100%;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
}
.wordmark {
  padding: 0 34px;
  font-family: var(--font-display), "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .018em;
}
.desktop-nav { display: flex; align-items: stretch; height: 100%; }
.desktop-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 22px;
  color: rgba(242, 234, 220, .8);
  font-size: .96rem;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  height: 1px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-quote {
  height: 100%;
  min-width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-left: 1px solid var(--line);
  background: var(--orange);
  font-weight: 700;
  transition: background .2s ease;
}
.header-quote:hover { background: var(--orange-2); }
.header-quote span, .button span, .project-cta a span, .floating-whatsapp > span + span { transition: transform .2s ease; }
.header-quote:hover span, .button:hover > span:last-child, .project-cta a:hover span { transform: translate(4px, -4px); }
.crosshair {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.crosshair::before,
.crosshair::after {
  content: "";
  position: absolute;
  background: rgba(242,234,220,.45);
}
.crosshair::before { width: 100%; height: 1px; top: 50%; left: 0; }
.crosshair::after { height: 100%; width: 1px; left: 50%; top: 0; }
.crosshair { border: 1px solid transparent; }
.crosshair span { display: none; }
.crosshair-orange::before, .crosshair-orange::after { background: var(--orange); }
.crosshair-orange { outline: 1px solid var(--orange); outline-offset: -11px; border-radius: 50%; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: 88px minmax(520px, .98fr) minmax(520px, 1.02fr);
  background-color: var(--ink);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 100% 100%, calc((100vw - 88px) / 8) 100%;
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 74% 48%, rgba(241,90,24,.08), transparent 34%);
}
.hero-rail {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 115px;
  border-right: 1px solid var(--line);
  color: rgba(242,234,220,.48);
}
.hero-rail span { color: var(--orange); font-family: var(--font-display); font-size: 1.75rem; }
.hero-rail i { width: 1px; height: 48px; margin: 14px 0; background: linear-gradient(var(--orange), transparent); }
.hero-rail p { writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; }
.hero-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(36px, 5vw, 92px) 52px;
}
.eyebrow, .section-kicker {
  margin: 0 0 26px;
  color: var(--orange);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(242,234,220,.58); }
.eyebrow > span { width: 32px; height: 1px; background: var(--orange); }
.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--cream);
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(6.2rem, 9.5vw, 10.6rem);
  line-height: .78;
  letter-spacing: -.012em;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero h1 span, .contact h2 span { color: var(--orange); }
.hero-lead { max-width: 480px; margin: 30px 0 0; color: rgba(242,234,220,.78); font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-size: .92rem;
  font-weight: 700;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: var(--orange-2); }
.button-outline { border-color: rgba(242,234,220,.68); }
.button-outline:hover { border-color: var(--orange); color: var(--orange); }
.hero-location { display: flex; align-items: center; gap: 12px; margin: 34px 0 0; color: rgba(242,234,220,.48); font-size: .82rem; }
.hero-location .crosshair { width: 22px; height: 22px; flex-basis: 22px; }
.hero-location b { color: var(--orange); }
.hero-visual { z-index: 2; position: relative; min-height: 680px; overflow: hidden; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, var(--ink) 0, rgba(16,19,21,.28) 16%, transparent 45%), linear-gradient(0deg, rgba(16,19,21,.35), transparent 32%);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; animation: heroDrift 12s ease-in-out infinite alternate; }
.visual-caption {
  position: absolute;
  z-index: 3;
  right: 38px;
  top: 38px;
  max-width: 220px;
  padding: 20px;
  border-left: 2px solid var(--orange);
  background: rgba(16,19,21,.72);
  backdrop-filter: blur(10px);
}
.visual-caption span { display: block; margin-bottom: 9px; color: var(--orange); font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.visual-caption strong { font-size: .92rem; line-height: 1.45; }
.measure { position: absolute; z-index: 3; display: flex; align-items: center; color: rgba(242,234,220,.55); font-size: .63rem; }
.measure i { display: block; background: rgba(242,234,220,.42); }
.measure-right { right: 18px; top: 130px; bottom: 60px; flex-direction: column; justify-content: space-between; }
.measure-right i { width: 1px; flex: 1; margin: 10px 0; }
.measure-right span { writing-mode: vertical-rl; }
.measure-bottom { left: 30px; right: 42px; bottom: 16px; justify-content: space-between; }
.measure-bottom i { height: 1px; flex: 1; margin: 0 10px; }
@keyframes heroDrift { from { transform: scale(1); } to { transform: scale(1.025); } }

.ticker { overflow: hidden; background: var(--orange); color: white; border-bottom: 1px solid var(--orange); }
.ticker > div { min-width: max-content; display: flex; align-items: center; gap: 30px; padding: 18px 28px; font-family: var(--font-display); font-size: 1.35rem; letter-spacing: .05em; text-transform: uppercase; }
.ticker i { font-style: normal; color: var(--ink); }
.section { width: min(100%, 1520px); margin: 0 auto; padding: 130px clamp(28px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); gap: 70px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .process-intro h2, .about-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 7.4rem);
  line-height: .88;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.section-heading > p, .process-intro > p:last-child, .about-copy > p {
  margin: 0;
  color: rgba(242,234,220,.62);
  font-size: 1rem;
  line-height: 1.75;
}
.services { background: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: var(--ink-2); transform: translateY(-4px); }
.service-top { display: flex; justify-content: space-between; color: var(--orange); font-family: var(--font-display); font-size: 1.2rem; }
.service-top > span:last-child { font-family: var(--font-sans); font-size: 1rem; }
.service-card h3 { max-width: 250px; margin: 76px 0 18px; font-size: 1.28rem; line-height: 1.2; }
.service-card p { max-width: 310px; margin: 0; color: rgba(242,234,220,.52); font-size: .9rem; line-height: 1.7; }

.projects { max-width: none; background: var(--paper); color: var(--ink); }
.projects .section-kicker { color: var(--orange); }
.projects-heading > p { color: rgba(16,19,21,.62); }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 520px 420px; gap: 18px; }
.project-card { position: relative; overflow: hidden; background: var(--ink-3); }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1), filter .4s ease; }
.project-card:hover img { transform: scale(1.025); filter: brightness(.82); }
.project-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; color: var(--cream); background: linear-gradient(0deg, rgba(10,12,13,.75), transparent 52%); }
.project-overlay p { margin: 0; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.project-overlay p span { color: var(--orange); margin-right: 10px; }
.project-overlay > div { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.project-overlay h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: .9; text-transform: uppercase; }
.project-overlay > div > span { max-width: 160px; text-align: right; color: rgba(242,234,220,.65); font-size: .73rem; line-height: 1.4; }
.project-tall { grid-row: span 2; }
.project-workshop { grid-column: 1; }
.project-cta { grid-column: span 2; min-height: 300px; padding: clamp(36px, 6vw, 84px); display: grid; grid-template-columns: 220px 1fr auto; gap: 40px; align-items: center; background: var(--ink); color: var(--cream); }
.project-cta .section-kicker { margin: 0; }
.project-cta h3 { max-width: 620px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5.5rem); line-height: .92; text-transform: uppercase; }
.project-cta a { display: flex; align-items: center; gap: 30px; padding-bottom: 10px; border-bottom: 1px solid var(--orange); color: var(--orange); font-weight: 700; white-space: nowrap; }

.process-section { background: var(--ink-2); border-block: 1px solid var(--line); }
.process-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 130px); }
.process-intro { position: sticky; top: 40px; align-self: start; }
.process-intro > p:last-child { max-width: 360px; margin-top: 34px; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { min-height: 165px; display: grid; grid-template-columns: 70px minmax(150px, .65fr) 1fr 30px; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); transition: color .2s ease, padding .2s ease; }
.process-list article:hover { color: var(--orange); padding-left: 12px; }
.process-list span { color: var(--orange); font-family: var(--font-display); font-size: 1.2rem; }
.process-list h3 { margin: 0; font-size: 1.15rem; }
.process-list p { margin: 0; color: rgba(242,234,220,.52); font-size: .88rem; line-height: 1.7; }
.process-list i { color: var(--orange); font-style: normal; }

.about { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 150px); align-items: center; }
.about-mark { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 25% 25%; overflow: hidden; }
.about-mark span { z-index: 2; font-family: var(--font-display); font-size: clamp(11rem, 23vw, 25rem); line-height: 1; color: var(--orange); }
.about-mark i { position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid rgba(242,234,220,.26); border-radius: 50%; }
.about-copy h2 em { color: var(--orange); font-style: normal; }
.about-copy > p { max-width: 700px; margin-top: 42px; font-size: 1.03rem; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 45px; }
.about-points span { padding: 16px 0; border-top: 1px solid var(--orange); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.contact { background: var(--orange); color: white; padding: 0 clamp(28px, 6vw, 96px) 90px; }
.contact-topline { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.contact-main { width: min(100%, 1328px); margin: 0 auto; padding-top: 90px; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 10vw, 150px); }
.contact .section-kicker { color: var(--ink); }
.contact h2 { margin: 0; font-family: var(--font-display); font-size: clamp(5rem, 9vw, 9.8rem); line-height: .8; text-transform: uppercase; }
.contact h2 span { color: var(--ink); }
.contact-main > div > p:not(.section-kicker) { max-width: 580px; margin: 36px 0 0; color: rgba(255,255,255,.78); line-height: 1.7; }
.button-light { margin-top: 32px; background: var(--cream); color: var(--ink); }
.button-light:hover { background: white; }
.contact-card { align-self: end; margin: 0; font-style: normal; border-top: 1px solid rgba(255,255,255,.45); }
.contact-card > div { padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.contact-card span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.65); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-card a { font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 2.6rem); line-height: 1.12; text-transform: uppercase; }

footer { min-height: 220px; padding: 55px clamp(28px, 6vw, 96px); display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: start; background: var(--ink); border-top: 1px solid var(--line); }
footer .wordmark { padding: 0; }
footer > p { max-width: 360px; margin: 5px 0 0; color: rgba(242,234,220,.48); font-size: .85rem; line-height: 1.6; }
footer > div { display: flex; gap: 30px; padding-top: 8px; color: rgba(242,234,220,.48); font-size: .72rem; }
footer > div a { color: var(--orange); }
.floating-whatsapp { position: fixed; z-index: 16; right: 24px; bottom: 24px; height: 54px; display: flex; align-items: center; gap: 16px; padding: 0 22px; background: var(--cream); color: var(--ink); border: 1px solid rgba(16,19,21,.2); box-shadow: 0 16px 40px rgba(0,0,0,.28); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; transition: background .2s ease, transform .2s ease; }
.floating-whatsapp:hover { background: white; transform: translateY(-3px); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 72px 1fr auto; }
  .header-mark { grid-column: 1; }
  .wordmark { padding: 0 24px; }
  .desktop-nav { display: none; }
  .header-quote { grid-column: 3; }
  .hero { grid-template-columns: 72px .9fr 1.1fr; }
  .hero-copy { padding-inline: 42px; }
  .hero h1 { font-size: clamp(5.8rem, 9.7vw, 8rem); }
  .project-cta { grid-template-columns: 160px 1fr; }
  .project-cta a { grid-column: 2; justify-self: start; }
}

@media (max-width: 900px) {
  .site-header { height: 74px; grid-template-columns: 56px 1fr 74px; }
  .header-mark { display: none; }
  .wordmark { grid-column: 1 / 3; padding-left: 22px; font-size: 2rem; }
  .header-quote { display: none; }
  .mobile-menu { display: block; grid-column: 3; position: relative; height: 100%; border-left: 1px solid var(--line); }
  .mobile-menu summary { height: 100%; display: grid; place-content: center; gap: 5px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i { display: block; width: 22px; height: 1px; background: var(--cream); }
  .mobile-menu nav { position: absolute; right: 0; top: 74px; width: min(88vw, 360px); display: grid; background: var(--ink-2); border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(0,0,0,.35); }
  .mobile-menu nav a { padding: 20px 24px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 0; display: flex; flex-direction: column; background-size: 100% 100%, 25% 100%; }
  .hero-rail { display: none; }
  .hero-copy { order: 1; min-height: 650px; padding: 72px 24px 46px; }
  .hero h1 { font-size: clamp(5.2rem, 20.5vw, 8.7rem); line-height: .78; }
  .hero-lead { margin-top: 26px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { order: 2; min-height: 68vw; max-height: 650px; }
  .hero-visual::before { background: linear-gradient(0deg, rgba(16,19,21,.2), transparent 35%); }
  .visual-caption { top: 18px; right: 18px; }
  .measure { display: none; }
  .ticker > div { padding-block: 14px; font-size: 1.05rem; }
  .section { padding: 90px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; }
  .section-heading > p { max-width: 600px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 270px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .project-card, .project-tall, .project-workshop { grid-column: 1; grid-row: auto; height: 62vw; min-height: 400px; }
  .project-cta { grid-column: 1; grid-template-columns: 1fr; min-height: 0; }
  .project-cta a { grid-column: 1; }
  .process-shell, .about, .contact-main { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .about-mark { width: min(100%, 520px); }
  .contact-main { gap: 70px; }
  footer { grid-template-columns: 1fr; gap: 24px; }
  footer > div { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .hero-copy { min-height: 610px; }
  .hero h1 { font-size: clamp(4.6rem, 22vw, 7rem); }
  .eyebrow { font-size: .65rem; }
  .hero-location { margin-top: 26px; }
  .hero-visual { min-height: 88vw; }
  .visual-caption { max-width: 170px; padding: 14px; }
  .visual-caption strong { font-size: .76rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card h3 { margin-top: 58px; }
  .project-card, .project-tall, .project-workshop { height: 115vw; max-height: 560px; }
  .project-overlay { padding: 20px; }
  .project-overlay > div { display: block; }
  .project-overlay > div > span { display: block; margin-top: 10px; text-align: left; }
  .process-list article { min-height: 190px; grid-template-columns: 45px 1fr 20px; gap: 15px; }
  .process-list article p { grid-column: 2; }
  .process-list article i { grid-column: 3; grid-row: 1; }
  .about-points { grid-template-columns: 1fr; }
  .about-mark span { font-size: 65vw; }
  .contact { padding-inline: 24px; }
  .contact-topline span:last-child { display: none; }
  .contact h2 { font-size: clamp(4.6rem, 20vw, 7rem); }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-whatsapp > span:first-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-link span {
  color: var(--orange);
  transition: transform 180ms ease;
}

.service-link:hover span,
.service-link:focus-visible span {
  transform: translateX(0.3rem);
}

.footer-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  margin: 1.25rem 0;
}

.footer-services a {
  color: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-services a:hover,
.footer-services a:focus-visible {
  color: var(--orange);
}
