@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
  --ink: #111315;
  --black: #08090a;
  --paper: #f3f1ec;
  --white: #fff;
  --gold: #c99538;
  --gold-light: #e4bd6c;
  --line: #d4d0c8;
  --muted: #696864;
  --pad: 20px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; padding-bottom: 66px; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.55; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Barlow Condensed', Impact, sans-serif; line-height: .96; text-transform: uppercase; }
h1 { font-size: clamp(51px, 15vw, 72px); letter-spacing: -.025em; }
h2 { font-size: clamp(38px, 11vw, 58px); letter-spacing: -.02em; }
.section { padding: 64px var(--pad); }
.section-label { margin-bottom: 16px; color: var(--gold); font: 700 11px/1 'Barlow Condensed', sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.lead { font-size: 18px; }

.header { position: fixed; z-index: 100; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 15px; color: white; background: rgba(8,9,10,.98); border-bottom: 1px solid #292a2b; }
.brand { display: flex; min-width: 0; align-items: center; gap: 9px; }
.brand > img { width: 54px; height: 44px; flex: 0 0 auto; object-fit: contain; }
.brand span { display: block; min-width: 0; }
.brand b { display: block; font: 800 17px/.92 'Barlow Condensed', sans-serif; letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; }
.brand small { display: none; }
.menu { position: relative; z-index: 2; display: grid; place-content: center; width: 46px; height: 42px; border: 1px solid #3b3c3d; background: transparent; }
.menu i { display: block; width: 20px; height: 1px; margin: 3.5px 0; background: white; transition: transform .22s; }
.header.open .menu i:first-child { transform: translateY(4px) rotate(45deg); }
.header.open .menu i:last-child { transform: translateY(-4px) rotate(-45deg); }
.header > nav { position: absolute; z-index: 1; top: 71px; inset-inline: 0; display: flex; flex-direction: column; padding: 16px 20px 22px; background: #0a0b0c; border-top: 1px solid #292a2b; box-shadow: 0 18px 40px rgba(0,0,0,.42); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px); transition: opacity .22s, transform .22s, visibility .22s; }
.header.open > nav { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.header > nav a { padding: 14px 4px; border-bottom: 1px solid #292a2b; font-size: 13px; }
.header > nav a:not(.nav-cta)[aria-current="page"] { color: var(--gold-light); }
.header > nav .nav-cta { margin-top: 12px; padding: 14px; border: 0; color: #111; background: var(--gold-light); text-align: center; font-weight: 700; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 18px; border: 0; font: 700 12px/1 'Barlow Condensed', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.btn.primary { color: #111; background: var(--gold-light); }
.btn.dark { color: white; background: var(--ink); }
.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 600; }

.hero { position: relative; height: min(690px, calc(84svh - 72px)); min-height: 570px; margin-top: 72px; overflow: hidden; color: white; background: var(--black); }
.hero > img { height: 100%; object-fit: cover; object-position: 61% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.32)); }
.hero-copy { position: absolute; right: var(--pad); bottom: 66px; left: var(--pad); }
.hero-brand { margin-bottom: 14px; color: var(--gold-light); font: 700 11px/1 'Barlow Condensed', sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin-bottom: 18px; }
.hero-copy > p:not(.hero-brand) { max-width: 520px; margin-bottom: 25px; color: #dedede; font-size: 15px; }
.actions { display: block; }
.phone { display: block; margin-top: 17px; font-weight: 600; }
.scroll { display: none; }

.section-head h2 { margin-bottom: 20px; }
.section-head p { max-width: 520px; color: var(--muted); }
.home-links { display: grid; gap: 12px; }
.home-links a { position: relative; min-height: 228px; padding: 24px 20px; background: white; border: 1px solid var(--line); }
.home-links span { color: var(--gold); font: 700 12px/1 'Barlow Condensed', sans-serif; }
.home-links h3 { margin: 30px 0 12px; font-size: 27px; }
.home-links p { color: var(--muted); font-size: 13px; }
.home-links b { position: absolute; bottom: 22px; left: 20px; font-size: 12px; }
.featured-work { display: grid; background: var(--ink); color: white; }
.featured-image { height: 390px; overflow: hidden; }
.featured-image img { height: 100%; object-fit: cover; }
.featured-work > div { padding: 54px var(--pad) 62px; }
.featured-work h2 { margin-bottom: 18px; }
.featured-work > div > p:not(.section-label) { max-width: 480px; color: #b8b8b8; }
.featured-work .text-link { margin-top: 15px; color: var(--gold-light); }
.home-coverage { padding: 54px var(--pad); color: #171717; background: var(--gold-light); }
.home-coverage p { margin-bottom: 9px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.home-coverage h2 { max-width: 780px; margin-bottom: 28px; font-size: clamp(37px, 10vw, 58px); }

.subpage { padding-top: 72px; }
.page-title { padding-top: 42px; padding-bottom: 38px; color: white; background: var(--ink); }
.page-title h1 { margin-bottom: 20px; }
.page-title p { max-width: 620px; margin-bottom: 0; color: #bbb; }
.page-title > span { display: block; margin-top: 24px; padding-top: 14px; border-top: 1px solid #3a3b3c; color: var(--gold-light); font: 700 11px/1 'Barlow Condensed', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.page-hero { display: grid; background: var(--ink); color: white; }
.page-hero > div { padding: 58px var(--pad); }
.page-hero h1 { margin-bottom: 20px; }
.page-hero p { max-width: 540px; margin-bottom: 0; color: #bbb; }
.page-hero > img { height: 360px; object-fit: cover; }

.service-detail-list { padding-top: 24px; }
.service-detail { display: grid; gap: 22px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.service-number { color: var(--gold); font: 700 12px/1 'Barlow Condensed', sans-serif; }
.service-copy h2 { margin-bottom: 18px; }
.service-copy > p { color: var(--muted); }
.service-copy ul { margin: 24px 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-copy li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.service-detail > img { aspect-ratio: 4/3; object-fit: cover; }
.compact-service { grid-template-columns: 34px 1fr; }

.project-browser { padding-top: 0; background: var(--ink); color: white; }
.project-tabs { display: flex; margin-inline: calc(var(--pad) * -1); padding-inline: var(--pad); overflow-x: auto; border-bottom: 1px solid #343638; scrollbar-width: none; }
.project-tabs::-webkit-scrollbar, .project-thumbnails::-webkit-scrollbar { display: none; }
.project-tabs button { flex: 0 0 auto; min-width: 96px; padding: 15px 16px; border: 0; border-bottom: 2px solid transparent; color: #a4a4a4; background: transparent; font: 700 12px/1 'Barlow Condensed', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.project-tabs button[aria-selected="true"] { color: var(--gold-light); border-color: var(--gold-light); }
.project-display { display: grid; gap: 24px; padding-top: 22px; }
.project-stage { position: relative; min-width: 0; }
.project-photo { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #17191a; aspect-ratio: 4/3; }
.project-photo img { height: 100%; object-fit: cover; transition: opacity .18s; }
.project-photo img.changing { opacity: .4; }
.stage-control, .stage-expand { position: absolute; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.5); color: white; background: rgba(0,0,0,.62); }
.stage-control { top: 50%; transform: translateY(-50%); }
.stage-control.previous { left: 10px; }
.stage-control.next { right: 10px; }
.stage-expand { top: 10px; right: 10px; pointer-events: none; }
.stage-control svg, .stage-expand svg, .fullscreen-link svg, .mobile-dock svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.project-detail { display: grid; grid-template-columns: 1fr auto; column-gap: 15px; min-width: 0; }
.project-meter { grid-column: 1; grid-row: 1; align-self: center; height: 2px; margin-bottom: 20px; overflow: hidden; background: #343638; }
.project-meter span { display: block; width: 14%; height: 100%; background: var(--gold-light); transition: width .25s; }
.project-counter { grid-column: 2; grid-row: 1; margin-bottom: 20px; color: #868686; font: 600 11px/1 'Barlow Condensed', sans-serif; letter-spacing: .12em; }
.project-counter b { color: white; }
.project-type, .project-detail h2, .project-description, .fullscreen-link, .project-thumbnails { grid-column: 1/-1; }
.project-type { margin-bottom: 12px; color: var(--gold-light); font: 700 11px/1 'Barlow Condensed', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.project-detail h2 { margin-bottom: 14px; font-size: 39px; }
.project-description { margin-bottom: 0; color: #b4b4b4; font-size: 14px; }
.fullscreen-link { display: flex; align-items: center; gap: 9px; width: fit-content; margin: 19px 0 22px; padding: 0 0 4px; border: 0; border-bottom: 1px solid #727272; color: white; background: transparent; font-size: 12px; }
.project-thumbnails { display: grid; grid-auto-flow: column; grid-auto-columns: 76px; gap: 8px; margin-right: calc(var(--pad) * -1); padding-right: var(--pad); overflow-x: auto; }
.project-thumbnails button { width: 76px; padding: 0; border: 2px solid transparent; background: transparent; opacity: .48; aspect-ratio: 1; }
.project-thumbnails button.selected { border-color: var(--gold-light); opacity: 1; }
.project-thumbnails img { height: 100%; object-fit: cover; }

.process-visual { height: 320px; overflow: hidden; background: #222; }
.process-visual img { height: 100%; object-fit: cover; }
.process-list { padding-top: 25px; }
.process-list article { display: grid; grid-template-columns: 42px 1fr; gap: 9px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-list article > b { color: var(--gold); font: 700 12px/1 'Barlow Condensed', sans-serif; }
.process-list h2 { margin-bottom: 14px; font-size: 34px; }
.process-list p { margin-bottom: 0; color: var(--muted); }
.process-notes { color: white; background: var(--ink); }
.process-notes ul { margin: 28px 0 0; padding: 0; list-style: none; }
.process-notes li { padding: 13px 0; border-bottom: 1px solid #38393a; color: #ccc; }

.about-hero { display: grid; background: var(--ink); color: white; }
.about-hero > div { padding: 58px var(--pad); }
.about-hero h1 { margin-bottom: 22px; }
.about-hero .lead { max-width: 520px; color: #bbb; }
.about-hero > img { height: 390px; object-fit: cover; }
.company-story { display: grid; gap: 18px; }
.company-story p { color: var(--muted); }
.values { display: grid; background: #dedbd4; }
.values article { min-height: 245px; padding: 35px var(--pad); border-bottom: 1px solid #c3bfb6; }
.values b { color: var(--gold); font: 700 12px/1 'Barlow Condensed', sans-serif; }
.values h2 { margin: 42px 0 12px; font-size: 32px; }
.values p { max-width: 300px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.coverage-page { display: grid; gap: 36px; }
.coverage-page > div > p:not(.section-label) { color: var(--muted); }
.coverage-page ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.coverage-page li { padding: 13px 0; border-bottom: 1px solid var(--line); }

.contact-page { background: #e7e4dd; }
.contact-intro { color: white; background: var(--ink); }
.contact-intro h1 { margin-bottom: 20px; }
.contact-intro > div > p:not(.section-label) { max-width: 560px; color: #bbb; }
.contact-data { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 36px; }
.contact-data a:first-child { color: var(--gold-light); font: 700 32px/1 'Barlow Condensed', sans-serif; }
.contact-data small { margin-top: 8px; color: #777; }
.contact-form-section { display: grid; gap: 50px; }
.contact-form-section form { display: grid; gap: 18px; }
label { font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
input, select, textarea { display: block; width: 100%; margin-top: 5px; padding: 12px 0; border: 0; border-bottom: 1px solid #8a8985; border-radius: 0; outline-offset: 4px; background: transparent; }
textarea { resize: vertical; }
.check { display: flex; align-items: center; font-weight: 400; text-transform: none; }
.check input { width: auto; margin: 0 9px 0 0; }
.form-note { margin: -2px 0 2px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.contact-form-section aside { padding: 30px; color: white; background: var(--ink); }
.contact-form-section aside h2 { font-size: 35px; }
.contact-form-section aside ul { padding-left: 20px; color: #c5c5c5; }
.contact-form-section aside p { color: #aaa; }
.whatsapp-button { margin-top: 8px; color: #071b0e; background: #25d366; }

.next-page { padding: 48px var(--pad); color: #151515; background: var(--gold-light); }
.next-page p { margin-bottom: 10px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.next-page a { font: 700 clamp(29px, 8vw, 48px)/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.next-page span { white-space: nowrap; }

.whatsapp { display: none; }
.mobile-dock { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: repeat(5,1fr); height: 66px; padding: 7px 5px 5px; color: #d9d9d9; background: rgba(8,9,10,.98); border-top: 1px solid #343638; }
.mobile-dock a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: #c9c9c9; font: 600 9px/1 'Barlow Condensed', sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.mobile-dock a[aria-current="page"] { color: var(--gold-light); }
.mobile-dock .dock-whatsapp { color: #28c56f; }
.mobile-dock .dock-whatsapp svg { fill: currentColor; stroke: none; }

footer { display: grid; gap: 28px; padding: 44px var(--pad) 26px; color: white; background: #070809; }
.footer-wordmark b { display: block; font: 800 27px/.95 'Barlow Condensed', sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.footer-wordmark span { display: block; margin-top: 7px; color: #777; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
footer nav { display: none; }
footer small { padding-top: 20px; border-top: 1px solid #292929; color: #777; }

.lightbox { width: min(94vw,1200px); max-width: none; height: min(92vh,900px); padding: 0; overflow: hidden; border: 0; color: white; background: #0a0a0a; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(4px); }
.lightbox-close { position: absolute; z-index: 2; top: 10px; right: 12px; width: 45px; height: 45px; border: 0; color: white; background: rgba(0,0,0,.65); font-size: 30px; }
.lightbox figure { display: grid; grid-template-rows: minmax(0,1fr) auto; width: 100%; height: 100%; margin: 0; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding: 12px 18px; color: #bbb; background: #111; font-size: 12px; }

@media (min-width: 761px) {
  :root { --pad: clamp(34px,5vw,76px); }
  body { padding-bottom: 0; }
  .header { height: 82px; padding-inline: var(--pad); }
  .brand > img { width: 62px; height: 50px; }
  .brand b { max-width: none; font-size: 21px; }
  .brand small { display: block; margin-top: 4px; color: #949494; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
  .subpage { padding-top: 82px; }
  .hero { height: calc(100svh - 82px); max-height: 850px; margin-top: 82px; }
  .hero-copy { bottom: auto; top: 50%; transform: translateY(-50%); }
  .actions { display: flex; align-items: center; gap: 25px; }
  .phone { margin: 0; }
  .home-links { grid-template-columns: repeat(3,1fr); }
  .featured-work { grid-template-columns: minmax(0,1.1fr) minmax(330px,.9fr); align-items: stretch; }
  .featured-image { height: 580px; }
  .featured-work > div { display: flex; justify-content: center; flex-direction: column; }
  .home-coverage { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
  .home-coverage h2 { margin-bottom: 0; }
  .page-title { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
  .page-title > span { margin: 0; padding: 0; border: 0; }
  .page-hero { grid-template-columns: 1fr .85fr; min-height: 540px; }
  .page-hero > div { display: flex; justify-content: center; flex-direction: column; }
  .page-hero > img { height: 100%; min-height: 540px; }
  .service-detail { grid-template-columns: 50px minmax(300px,.75fr) minmax(300px,1fr); align-items: center; gap: 30px; padding: 70px 0; }
  .service-detail.reverse > img { grid-column: 2; grid-row: 1; }
  .service-detail.reverse .service-copy { grid-column: 3; grid-row: 1; }
  .compact-service { grid-template-columns: 50px 1fr; }
  .project-display { gap: 38px; }
  .project-photo { aspect-ratio: 16/10; }
  .project-detail h2 { font-size: 50px; }
  .process-visual { height: 520px; }
  .process-list article { grid-template-columns: 70px 1fr; padding: 48px 0; }
  .process-list article div { display: grid; grid-template-columns: minmax(260px,.8fr) 1fr; gap: 50px; }
  .process-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
  .process-notes ul { margin-top: 0; }
  .about-hero { grid-template-columns: 1.2fr .8fr; min-height: 620px; }
  .about-hero > div { display: flex; justify-content: center; flex-direction: column; }
  .about-hero > img { height: 100%; min-height: 620px; }
  .company-story { grid-template-columns: 1fr 1fr; gap: 60px; }
  .values { grid-template-columns: 1fr 1fr; }
  .values article { border-right: 1px solid #c3bfb6; }
  .coverage-page { grid-template-columns: 1fr 1fr; gap: 70px; }
  .contact-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
  .contact-data { margin-top: 0; }
  .contact-form-section { grid-template-columns: 1.25fr .75fr; align-items: start; }
  .contact-form-section form { grid-template-columns: 1fr 1fr; }
  .wide { grid-column: 1/-1; }
  .mobile-dock { display: none; }
  .whatsapp { position: fixed; z-index: 18; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 12px 17px 12px 13px; border-radius: 999px; color: #071b0e; background: #25d366; box-shadow: 0 10px 35px rgba(0,0,0,.24); font-size: 13px; font-weight: 700; }
  .whatsapp svg { width: 27px; height: 27px; }
  footer { grid-template-columns: 1fr 1fr; align-items: end; padding-top: 56px; }
  footer nav { display: flex; justify-content: flex-end; gap: 20px; font-size: 12px; }
  footer small { grid-column: 1/-1; }
}

@media (min-width: 1000px) {
  .section { padding-block: 88px; }
  .menu { display: none; }
  .header > nav { position: static; display: flex; flex-direction: row; align-items: center; gap: 25px; padding: 0; border: 0; box-shadow: none; background: transparent; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .header > nav a { padding: 7px 0; border: 0; font-size: 12px; }
  .header > nav a:not(.nav-cta)[aria-current="page"] { border-bottom: 1px solid var(--gold-light); }
  .header > nav .nav-cta { margin: 0 0 0 8px; padding: 12px 17px; }
  .hero-copy { left: 7vw; }
  .scroll { position: absolute; right: var(--pad); bottom: 34px; display: flex; align-items: center; gap: 22px; color: #c6c6c6; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
  .section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 52px; }
  .featured-work > div { padding-inline: 7vw; }
  .project-display { grid-template-columns: minmax(0,1.55fr) minmax(310px,.75fr); gap: 48px; align-items: start; padding-top: 38px; }
  .project-photo { aspect-ratio: 4/3; }
  .project-detail { padding-top: 12px; }
  .process-list article div { grid-template-columns: .75fr 1fr; }
  .values { grid-template-columns: repeat(4,1fr); }
  .values article { min-height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Mobile-first refinement: compact galleries and one WhatsApp action. */
.page-hero > div { padding-block: 38px 32px; }
.page-hero h1 { font-size: clamp(46px, 13vw, 68px); }
.page-hero > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 52%; }

.service-accordion { padding-top: 20px; padding-bottom: 44px; }
.service-item { border-bottom: 1px solid var(--line); }
.service-item:first-child { border-top: 1px solid var(--line); }
.service-item summary { display: grid; grid-template-columns: 30px 1fr 22px; gap: 10px; align-items: center; min-height: 82px; padding: 15px 0; cursor: pointer; list-style: none; }
.service-item summary::-webkit-details-marker { display: none; }
.service-item summary > span { color: var(--gold); font: 700 11px/1 'Barlow Condensed', sans-serif; }
.service-item summary h2 { margin: 0; font-size: clamp(27px, 7.5vw, 39px); }
.service-item summary i { position: relative; width: 20px; height: 20px; }
.service-item summary i::before, .service-item summary i::after { position: absolute; top: 9px; left: 2px; width: 16px; height: 1px; content: ''; background: currentColor; transition: transform .2s; }
.service-item summary i::after { transform: rotate(90deg); }
.service-item[open] summary i::after { transform: rotate(0); }
.service-panel { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; padding: 2px 0 34px 40px; }
.service-panel > * { min-width: 0; }
.service-panel .service-copy > p { color: var(--muted); }
.service-panel .service-copy ul { margin: 18px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-panel .service-copy li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.service-stage { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #17191a; }
.service-stage > img { width: 100%; height: 100%; object-fit: cover; }
.service-stage > button { position: absolute; top: 50%; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.6); color: white; background: rgba(0,0,0,.64); transform: translateY(-50%); }
.service-stage .service-prev { left: 9px; }
.service-stage .service-next { right: 9px; }
.service-stage > p { position: absolute; right: 10px; bottom: 10px; margin: 0; padding: 6px 9px; color: white; background: rgba(0,0,0,.72); font: 700 10px/1 'Barlow Condensed', sans-serif; letter-spacing: .12em; }
.service-thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: 64px; gap: 7px; margin-top: 8px; overflow-x: auto; scrollbar-width: none; }
.service-thumbs::-webkit-scrollbar { display: none; }
.service-thumbs button { width: 64px; padding: 0; overflow: hidden; border: 2px solid transparent; background: #222; opacity: .48; aspect-ratio: 1; }
.service-thumbs button[aria-current="true"] { border-color: var(--gold); opacity: 1; }
.service-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.service-text-only .service-panel { max-width: 760px; }
.compact-next { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-block: 30px; }
.compact-next a { max-width: 270px; font-size: clamp(24px, 7vw, 35px); text-align: right; }

.contact-form-section { display: block; max-width: 860px; }
.contact-form-section form { padding: 0; }
.contact-form-section aside, .whatsapp-button { display: none; }

.mobile-dock { grid-template-columns: repeat(4, 1fr); }
.mobile-dock .dock-whatsapp { display: none; }
.whatsapp { position: fixed; z-index: 95; right: 16px; bottom: 80px; display: grid; place-items: center; width: 56px; height: 56px; padding: 0; border: 2px solid white; border-radius: 50%; color: white; background: #25D366; box-shadow: 0 8px 24px rgba(0,0,0,.32); }
.whatsapp svg { width: 31px; height: 31px; }
.whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.whatsapp:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

@media (min-width: 761px) {
  .page-hero { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); min-height: 400px; }
  .page-hero > div { padding: 70px var(--pad); }
  .page-hero > img { height: 400px; min-height: 0; aspect-ratio: auto; }
  .service-panel { grid-template-columns: minmax(240px, .72fr) minmax(390px, 1.28fr); gap: 42px; padding-left: 50px; }
  .service-text-only .service-panel { display: block; }
  .contact-form-section { grid-template-columns: none; }
  .whatsapp { right: 22px; bottom: 22px; width: 58px; height: 58px; padding: 0; border-radius: 50%; }
}
