:root {
  --black: #070605;
  --black-soft: #0c0a08;
  --panel: #11100d;
  --panel-soft: #17130f;
  --gold: #d6a52d;
  --gold-bright: #f2cb68;
  --gold-dark: #8d6515;
  --cream: #f7f0e2;
  --muted: #a9a093;
  --line: rgba(255,255,255,.08);
  --gold-line: rgba(242,203,104,.2);
  --radius: 26px;
  --shadow: 0 26px 80px rgba(0,0,0,.48);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 8% 2%, rgba(214,165,45,.08), transparent 22%),
    radial-gradient(circle at 92% 20%, rgba(214,165,45,.045), transparent 20%),
    var(--black);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000 0 58%, transparent);
}

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

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

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 108px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-bright);
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright));
}

h1,
h2,
h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
}

.section-heading h2,
.split-heading h2 {
  margin-top: 14px;
  max-width: 920px;
  font-size: clamp(2.7rem, 5.2vw, 5.3rem);
  line-height: .95;
}

.section-heading h2 span,
.split-heading h2 span,
.specialty-copy h2 span,
.contact-copy h2 span,
.process .section-heading h2 span {
  background: linear-gradient(115deg, #916919, #edbf50 32%, #ffe38b 48%, #c88e1d 76%, #81580d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-heading > p:last-child,
.split-heading > p:last-child {
  margin-top: 20px;
  max-width: 720px;
  color: var(--muted);
  line-height: 1.78;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr .62fr;
  gap: 45px;
  align-items: end;
  margin-bottom: 46px;
}

.split-heading > p:last-child {
  margin: 0;
}

/* TOPBAR */
.topbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #030303;
  color: #9e9689;
  font-size: .73rem;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.topbar strong {
  color: var(--gold-bright);
}

/* NAV */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.055);
  background: rgba(7,6,5,.82);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.brand img {
  width: 72px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
}

.brand span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .055em;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: #8e867a;
  font-family: "DM Sans", sans-serif;
  font-size: .57rem;
  letter-spacing: .19em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #c7bfb2;
  font-size: .88rem;
  font-weight: 600;
}

.nav-links a {
  transition: .22s ease;
}

.nav-links a:hover {
  color: var(--gold-bright);
}

.nav-phone {
  padding: 11px 17px;
  border: 1px solid rgba(242,203,104,.35);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(214,165,45,.13), rgba(214,165,45,.035));
  color: #fff0c8 !important;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

/* HERO */
.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: url("assets/hero-draft.png") center 46% / cover no-repeat;
  filter: saturate(.82) contrast(1.04);
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, #050403 0%, rgba(5,4,3,.96) 37%, rgba(5,4,3,.69) 63%, rgba(5,4,3,.78) 100%),
    linear-gradient(to top, #070605 0%, transparent 28%);
}

.hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 50px;
  align-items: center;
  padding: 72px 0 90px;
}

.hero-copy {
  max-width: 740px;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(4rem, 7.6vw, 7.6rem);
  line-height: .86;
  text-shadow: 0 15px 40px rgba(0,0,0,.4);
}

.hero h1 span {
  background: linear-gradient(115deg, #9c721b, #e7b940 31%, #ffe793 49%, #c58c1a 76%, #80570d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  margin-top: 26px;
  max-width: 665px;
  color: #c8c0b3;
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.button {
  min-height: 54px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition: .27s ease;
}

.button-gold {
  color: #100c04;
  background: linear-gradient(120deg, #9e7117, #f4cf66 47%, #ce9927);
  box-shadow: 0 14px 42px rgba(214,165,45,.24);
}

.button-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 55px rgba(214,165,45,.33);
}

.button-outline {
  border-color: rgba(255,255,255,.16);
  background: rgba(5,5,5,.3);
  backdrop-filter: blur(8px);
}

.button-outline:hover {
  border-color: rgba(242,203,104,.4);
  background: rgba(214,165,45,.07);
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.hero-chips span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(7,6,5,.55);
  color: #aea69a;
  font-size: .76rem;
  backdrop-filter: blur(8px);
}

.hero-logo-card {
  width: min(100%, 485px);
  justify-self: end;
  padding: 16px;
  border: 1px solid rgba(242,203,104,.19);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.01)),
    rgba(6,5,4,.68);
  backdrop-filter: blur(15px);
  box-shadow: var(--shadow);
}

.hero-logo-card > img {
  width: 100%;
  border-radius: 23px;
}

.hero-logo-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 15px 7px 3px;
}

.hero-logo-bottom strong {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.hero-logo-bottom small,
.hero-logo-bottom > span {
  color: #938b7f;
  font-size: .73rem;
}

/* TICKER */
.service-ticker {
  border-block: 1px solid var(--line);
  background: #090806;
  overflow: hidden;
}

.ticker-mask {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 29s linear infinite;
}

.ticker-mask:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-track span {
  min-width: 235px;
  min-height: 94px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(255,255,255,.065);
  color: #bbb2a6;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}

.ticker-track span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgba(242,203,104,.5);
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

/* SERVICES */
.services {
  background:
    radial-gradient(circle at 90% 5%, rgba(214,165,45,.045), transparent 19%),
    transparent;
}

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

.service-card {
  position: relative;
  min-height: 385px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 12px 40px rgba(0,0,0,.14);
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.06) brightness(.84);
  transition: transform .4s ease, filter .4s ease;
}

.service-card:hover img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.04) brightness(.9);
}

.service-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5,4,3,.98) 7%, rgba(5,4,3,.78) 42%, rgba(5,4,3,.14) 78%),
    linear-gradient(135deg, rgba(214,165,45,.06), transparent 55%);
}

.service-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-content small {
  position: absolute;
  left: 27px;
  top: 25px;
  color: rgba(255,225,142,.9);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.service-content h3 {
  font-size: 1.65rem;
  line-height: 1;
}

.service-content p {
  margin-top: 12px;
  max-width: 315px;
  color: #b2aa9d;
  font-size: .88rem;
  line-height: 1.62;
}

.capability-strip {
  margin-top: 19px;
  padding: 23px 26px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(214,165,45,.08), transparent 55%),
    #0c0a08;
}

.capability-strip strong {
  display: block;
  color: var(--gold-bright);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.capability-strip span {
  display: block;
  margin-top: 5px;
  color: #a49c90;
  font-size: .84rem;
}

.capability-strip a {
  color: #efe4c9;
  font-size: .84rem;
  font-weight: 700;
}

/* SPECIALTY */
.specialty {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 15%, rgba(214,165,45,.06), transparent 24%),
    #0a0907;
}

.specialty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.specialty-copy h2 {
  margin-top: 14px;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: .95;
}

.specialty-copy > p:last-of-type {
  margin-top: 21px;
  max-width: 660px;
  color: var(--muted);
  line-height: 1.8;
}

.specialty-list {
  margin-top: 28px;
}

.specialty-list > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.specialty-list b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242,203,104,.24);
  border-radius: 50%;
  background: rgba(214,165,45,.07);
  color: var(--gold-bright);
  font-size: .71rem;
}

.specialty-list strong {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.specialty-list small {
  display: block;
  margin-top: 5px;
  color: #989083;
  line-height: 1.55;
}

.specialty-photo-stack {
  position: relative;
  min-height: 610px;
}

.photo-main {
  position: absolute;
  inset: 0 76px 62px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.photo-main img,
.photo-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47%;
  height: 260px;
  overflow: hidden;
  border: 7px solid #0a0907;
  border-radius: 25px;
  box-shadow: var(--shadow);
}

.photo-badge {
  position: absolute;
  left: 27px;
  bottom: 91px;
  z-index: 3;
  padding: 14px 17px;
  border: 1px solid rgba(242,203,104,.2);
  border-radius: 16px;
  background: rgba(6,5,4,.86);
  backdrop-filter: blur(10px);
}

.photo-badge strong {
  display: block;
  color: var(--gold-bright);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.photo-badge span {
  display: block;
  margin-top: 3px;
  color: #978f82;
  font-size: .74rem;
}

/* GALLERY */
.work .section-heading {
  margin-bottom: 42px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.25fr .85fr .85fr;
  grid-template-rows: 270px 270px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--panel);
}

.gallery-feature {
  grid-row: 1 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.05) brightness(.84);
  transition: .38s ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.04) brightness(.9);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.52), transparent 45%);
}

.gallery-item figcaption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(0,0,0,.68);
  color: #f0e9dc;
  font-size: .71rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

/* PROCESS */
.process {
  border-block: 1px solid var(--line);
  background: #0a0907;
}

.process .section-heading {
  margin-bottom: 40px;
}

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

.process-card {
  position: relative;
  min-height: 225px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, #11100d, #0c0b09);
}

.process-card span {
  color: var(--gold-bright);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.process-card h3 {
  margin-top: 34px;
  font-size: 1.3rem;
}

.process-card p {
  margin-top: 10px;
  color: #9c9487;
  font-size: .85rem;
  line-height: 1.62;
}

.process-card::after {
  content: attr(data-step);
}

/* COVERAGE */
.coverage {
  padding-bottom: 55px;
}

.coverage-card {
  position: relative;
  overflow: hidden;
  padding: 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px;
  align-items: center;
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.22), transparent 24%),
    linear-gradient(120deg, #966b17, #e5b94d 47%, #b87e17);
  color: #110d05;
  box-shadow: 0 25px 80px rgba(214,165,45,.14);
}

.coverage-card::after {
  content: "NY";
  position: absolute;
  right: -20px;
  bottom: -76px;
  color: rgba(0,0,0,.065);
  font-family: "Oswald", sans-serif;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
}

.dark-eyebrow {
  position: relative;
  z-index: 2;
  color: #2c200b;
}

.dark-eyebrow::before {
  background: linear-gradient(90deg, transparent, #2c200b);
}

.coverage-card h2 {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: clamp(3.3rem, 7vw, 7rem);
  line-height: .9;
}

.coverage-card p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-top: 14px;
  color: rgba(17,13,5,.72);
  font-weight: 600;
  line-height: 1.65;
}

.coverage-phone {
  position: relative;
  z-index: 2;
  padding-left: 38px;
  border-left: 1px solid rgba(0,0,0,.2);
}

.coverage-phone small {
  display: block;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.coverage-phone a {
  display: block;
  margin-top: 8px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 700;
  white-space: nowrap;
}

/* CONTACT */
.contact {
  padding-top: 65px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}

.contact-copy h2 {
  margin-top: 14px;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: .95;
}

.contact-copy > p:last-of-type {
  margin-top: 21px;
  max-width: 650px;
  color: var(--muted);
  line-height: 1.8;
}

.contact-buttons {
  display: grid;
  gap: 13px;
  max-width: 610px;
  margin-top: 31px;
}

.contact-button {
  min-height: 88px;
  padding: 16px 19px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  transition: .28s ease;
}

.contact-button:hover {
  transform: translateX(6px);
  border-color: rgba(242,203,104,.32);
}

.contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242,203,104,.2);
  border-radius: 15px;
  background: rgba(214,165,45,.09);
  color: var(--gold-bright);
  font-size: 1.3rem;
}

.contact-button small {
  display: block;
  margin-bottom: 4px;
  color: #91897d;
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.contact-button strong {
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
}

.contact-button > b {
  color: var(--gold-bright);
}

.whatsapp-button {
  border-color: rgba(37,211,102,.18);
}

.whatsapp-button:hover {
  border-color: rgba(37,211,102,.45);
}

.whatsapp-icon {
  color: #25d366;
  border-color: rgba(37,211,102,.18);
  background: rgba(37,211,102,.07);
}

.whatsapp-icon svg {
  width: 27px;
  height: 27px;
}

.contact-panel {
  padding: 18px;
  border: 1px solid rgba(242,203,104,.15);
  border-radius: 29px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), transparent),
    #0d0c0a;
  box-shadow: var(--shadow);
}

.contact-panel img {
  width: 100%;
  border-radius: 21px;
}

.contact-panel dl {
  padding: 8px 7px 0;
}

.contact-panel dl > div {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.contact-panel dl > div:last-child {
  border-bottom: 0;
}

.contact-panel dt {
  color: #8f877b;
  font-size: .77rem;
}

.contact-panel dd {
  color: #eee5d6;
  font-size: .8rem;
  font-weight: 700;
  text-align: right;
}

/* FINAL CTA */
.final-cta {
  padding: 10px 0 90px;
}

.final-card {
  padding: 40px 44px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(214,165,45,.12), transparent 26%),
    #0d0b09;
}

.final-card small {
  color: var(--gold-bright);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.final-card h2 {
  margin-top: 7px;
  max-width: 760px;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: .95;
}

.final-button {
  flex-shrink: 0;
  color: #100d05;
  background: linear-gradient(120deg, #9d7017, #f4cf66 46%, #ce9927);
}

/* FOOTER */
footer {
  padding: 60px 0 30px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.footer-brand img {
  width: 112px;
  border-radius: 14px;
}

.footer-brand p {
  max-width: 470px;
  margin-top: 16px;
  color: #817a70;
  font-size: .85rem;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
  align-content: start;
  color: #999185;
  font-size: .85rem;
}

.footer-links a:hover {
  color: var(--gold-bright);
}

.copyright {
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #6f675c;
  font-size: .74rem;
}

/* FLOATING WHATSAPP */
.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 50px rgba(37,211,102,.3);
  transition: .25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 22px 60px rgba(37,211,102,.4);
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
}

/* SCROLL REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s ease, transform .72s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* TABLET */
@media (max-width: 980px) {
  .nav-links {
    position: absolute;
    top: 82px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(8,7,5,.98);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .split-heading,
  .specialty-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-logo-card {
    justify-self: start;
    width: min(100%, 530px);
  }

  .split-heading > p:last-child {
    margin-top: -8px;
  }

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

  .specialty-grid {
    gap: 44px;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 340px 230px 230px;
  }

  .gallery-feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }

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

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

  .coverage-phone {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(0,0,0,.2);
  }
}

/* MOBILE */
@media (max-width: 650px) {
  .container {
    width: min(100% - 26px, 1180px);
  }

  .section {
    padding: 78px 0;
  }

  .topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .topbar-inner > span {
    display: none;
  }

  .nav {
    min-height: 72px;
  }

  .brand img {
    width: 58px;
    height: 47px;
  }

  .brand span {
    font-size: .9rem;
  }

  .brand small {
    display: none;
  }

  .nav-links {
    top: 72px;
  }

  .hero-grid {
    padding: 54px 0 70px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.7rem);
  }

  .hero-text {
    font-size: .96rem;
  }

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

  .hero-logo-card {
    padding: 11px;
    border-radius: 24px;
  }

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

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

  .capability-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .specialty-photo-stack {
    min-height: 470px;
  }

  .photo-main {
    inset: 0 35px 55px 0;
  }

  .photo-small {
    width: 58%;
    height: 190px;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 265px);
  }

  .gallery-feature {
    grid-column: auto;
  }

  .coverage-card {
    padding: 36px 24px;
    border-radius: 25px;
  }

  .coverage-phone a {
    font-size: 2.35rem;
  }

  .contact-button {
    grid-template-columns: 48px 1fr auto;
    padding-inline: 14px;
  }

  .contact-button strong {
    font-size: 1.12rem;
  }

  .final-card {
    padding: 34px 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .final-button {
    width: 100%;
  }

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

  .copyright {
    flex-direction: column;
  }

  .floating-whatsapp {
    width: 57px;
    height: 57px;
    right: 14px;
    bottom: 14px;
  }
}


/* BEER-ONLY VERSION */
.specialty-photo-stack.single-photo .photo-main {
  inset: 0;
}

.specialty-photo-stack.single-photo .photo-badge {
  bottom: 28px;
}

.specialty-photo-stack.single-photo {
  min-height: 570px;
}

@media (max-width: 650px) {
  .specialty-photo-stack.single-photo {
    min-height: 430px;
  }

  .specialty-photo-stack.single-photo .photo-main {
    inset: 0;
  }
}
