:root {
  --ink: #0a1115;
  --steel: #202428;
  --blue: #861014;
  --ice: #ed1c24;
  --paper: #ece9e3;
  --sand: #c9c3b9;
  --line: rgba(10, 17, 21, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body, main { overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; padding: 0 clamp(22px, 4vw, 72px);
  display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); color: white;
  background: linear-gradient(180deg, rgba(5, 10, 13, .88), transparent);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 76px; height: 60px; object-fit: contain; }
.footer-brand img { width: 96px; height: 76px; object-fit: contain; }
.brand span, .footer-brand span { display: grid; gap: 3px; }
.brand strong, .footer-brand strong { font-size: 13px; letter-spacing: .13em; }
.brand small, .footer-brand small { font-size: 10px; letter-spacing: .11em; text-transform: uppercase; opacity: .62; }
nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 1.7vw, 30px); }
nav > a { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 13px 18px; transition: .25s ease; }
.nav-cta:hover { background: white; color: var(--ink); }
.header-actions { position: relative; z-index: 3; display: flex; align-items: center; gap: 7px; }
.language-picker { position: relative; }
.language-current { height: 43px; min-width: 78px; padding: 0 11px; display: flex; align-items: center; justify-content: center; gap: 8px; color: white; background: rgba(7,12,15,.62); border: 1px solid rgba(255,255,255,.34); cursor: pointer; }
.language-current img, .language-menu img { width: 23px; height: 15px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.language-current span { font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.language-current b { margin-top: -3px; color: rgba(255,255,255,.62); font-size: 13px; font-weight: 400; transition: transform .2s; }
.language-picker.open .language-current b { transform: rotate(180deg); }
.language-menu { position: absolute; top: calc(100% + 8px); right: 0; width: 188px; padding: 7px; display: none; color: white; background: #0d1418; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 18px 45px rgba(0,0,0,.34); }
.language-picker.open .language-menu { display: grid; }
.language-menu button { width: 100%; padding: 11px 9px; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; color: white; text-align: left; background: transparent; border: 0; cursor: pointer; }
.language-menu button:hover, .language-menu button[aria-current="true"] { background: rgba(255,255,255,.08); }
.language-menu span { font-size: 12px; font-weight: 700; }
.language-menu small { color: rgba(255,255,255,.46); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button span { width: 25px; height: 1px; background: white; display: block; margin: 7px; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.services button:focus-visible, .reviews button:focus-visible, .visit button:focus-visible, .quote-form input:focus-visible, .quote-form textarea:focus-visible { outline-color: var(--blue); }

.hero { position: relative; min-height: 760px; height: 100svh; color: white; background: var(--ink); display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,9,.97) 0%, rgba(5,7,9,.76) 42%, rgba(5,7,9,.16) 78%), linear-gradient(0deg, rgba(5,7,9,.78), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 86vw); margin-left: clamp(24px, 8vw, 135px); padding-top: 40px; }
.eyebrow, .kicker { margin: 0 0 24px; color: var(--ice); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 800; }
.eyebrow::before, .kicker::before { content: ""; display: inline-block; width: 34px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(54px, 7.3vw, 112px); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; margin: 0 0 34px; max-width: 950px; }
h1 em, .quote h2 em { font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.045em; }
.hero-copy { max-width: 585px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; color: rgba(255,255,255,.74); }
.hero-actions { display: flex; gap: 30px; align-items: center; margin-top: 38px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; padding: 17px 21px; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ice); color: white; }
.button.dark { color: white; background: var(--ink); }
.text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid rgba(255,255,255,.35); padding: 14px 0; }
.text-link span { margin-left: 14px; }
.hero-facts { position: absolute; z-index: 2; right: clamp(24px, 5vw, 76px); bottom: 0; display: flex; background: rgba(8,16,20,.9); backdrop-filter: blur(10px); }
.hero-facts { scrollbar-width: none; }
.hero-facts::-webkit-scrollbar { display: none; }
.hero-facts div { min-width: 175px; padding: 22px 26px; border-left: 1px solid rgba(255,255,255,.1); display: grid; gap: 5px; }
.hero-facts b { font-size: 22px; }
.hero-facts span { color: rgba(255,255,255,.53); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 110px clamp(24px, 7vw, 120px); }
.manifesto { display: grid; grid-template-columns: 1.1fr .8fr; gap: 10vw; }
.kicker { color: var(--blue); }
h2 { font-size: clamp(42px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; margin-bottom: 0; }
.manifesto-copy { align-self: end; }
.manifesto-copy > p { font: 21px/1.65 Georgia, serif; color: #3f4b50; max-width: 600px; }
.address { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; }
.address small { display: block; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; opacity: .55; }
.pin { width: 42px; height: 42px; border: 1px solid var(--line); display: grid; place-items: center; }

.services { background: #f4f0e8; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 60px; align-items: end; margin-bottom: 65px; }
.section-heading > p { line-height: 1.75; color: #596267; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 290px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.service-card:hover { color: white; background: var(--blue); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(10,17,21,.14); }
.service-card > span { font: italic 13px Georgia, serif; opacity: .55; }
.service-mark { position: absolute; top: 25px; right: 25px; font-size: 24px; color: var(--blue); transition: transform .25s; }
.service-card:hover .service-mark { color: var(--ice); transform: rotate(45deg); }
.service-card h3 { margin-top: 100px; margin-bottom: 15px; font-size: 24px; letter-spacing: -.025em; }
.service-card p { font-size: 14px; line-height: 1.65; color: #6b7478; max-width: 300px; }
.service-card:hover p { color: rgba(255,255,255,.66); }

.work { color: white; background: var(--ink); }
.section-heading.light .kicker { color: var(--ice); }
.section-heading.light > p { color: rgba(255,255,255,.55); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: #334047; }
.project { position: relative; height: clamp(350px, 40vw, 610px); margin: 0; overflow: hidden; background: var(--steel); }
.project.wide { grid-column: 1 / -1; height: clamp(430px, 48vw, 720px); }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .4s; }
.project:hover img { transform: scale(1.035); filter: brightness(.78); }
.project figcaption { position: absolute; inset: auto 0 0; padding: 70px 30px 27px; background: linear-gradient(transparent, rgba(4,8,11,.83)); }
.project figcaption span { color: var(--ice); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.project figcaption h3 { margin: 7px 0 0; font-size: clamp(27px, 3vw, 46px); letter-spacing: -.04em; }
.project figcaption b { position: absolute; right: 28px; bottom: 29px; font: italic 13px Georgia, serif; opacity: .7; }
.work-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; color: rgba(255,255,255,.55); }
.work-footer p { margin: 0; font-size: 13px; }
.work-footer a { color: white; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; border-bottom: 1px solid #4b5e67; padding-bottom: 10px; }
.work-footer a span { color: var(--ice); margin-left: 12px; }

.process { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { position: relative; padding: 38px 45px 15px 0; min-height: 250px; border-right: 1px solid var(--line); }
.steps article + article { padding-left: 45px; }
.steps article:last-child { border-right: 0; }
.steps > article > span { font: italic 12px Georgia, serif; color: var(--blue); }
.step-icon { font-size: 40px; margin: 48px 0 24px; color: var(--blue); }
.steps h3 { font-size: 23px; margin-bottom: 12px; }
.steps p { color: #60696d; line-height: 1.65; font-size: 14px; max-width: 310px; }

.quote { display: grid; grid-template-columns: 1fr 1fr; background: var(--blue); color: white; }
.quote-copy { padding: 105px clamp(24px, 7vw, 120px); }
.quote .kicker { color: white; }
.quote h2 { font-size: clamp(48px, 5.5vw, 85px); }
.quote-copy > p:not(.kicker) { color: rgba(255,255,255,.66); max-width: 520px; line-height: 1.7; margin: 28px 0 42px; }
.contact-lines { border-top: 1px solid rgba(255,255,255,.18); max-width: 520px; }
.contact-lines a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 1fr auto; font-size: 17px; }
.contact-lines small { grid-column: 1 / -1; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.72); font-size: 9px; margin-bottom: 5px; }
.quote-form { background: #f2eee5; color: var(--ink); padding: 105px clamp(24px, 7vw, 105px); display: flex; flex-direction: column; justify-content: center; }
.quote-form label { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; margin-bottom: 27px; }
.quote-form input, .quote-form textarea { display: block; width: 100%; margin-top: 9px; border: 0; border-bottom: 1px solid #9ca0a0; border-radius: 0; background: transparent; padding: 10px 0 13px; outline: 0; resize: vertical; font-size: 16px; color: var(--ink); text-transform: none; letter-spacing: 0; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--blue); }
.quote-form .button { margin-top: 4px; width: 100%; }
.quote-form > small { color: #737c80; line-height: 1.5; margin-top: 13px; }

.reviews { background: #f4f0e8; }
.reviews-heading { display: grid; grid-template-columns: 1fr minmax(320px, 470px); gap: 70px; align-items: end; margin-bottom: 64px; }
.google-rating { position: relative; min-height: 156px; padding: 25px 62px 25px 28px; display: flex; align-items: center; gap: 24px; color: white; background: var(--ink); border-left: 5px solid var(--ice); }
.rating-number { font-size: clamp(54px, 5vw, 76px); font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.rating-detail { display: grid; gap: 8px; }
.rating-detail b { color: transparent; font-size: 17px; letter-spacing: .08em; background: linear-gradient(90deg, var(--ice) 90%, #566168 90%); background-clip: text; -webkit-background-clip: text; }
.rating-detail small { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.rating-arrow { position: absolute; top: 22px; right: 24px; color: var(--ice); font-size: 22px; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.review-card { min-height: 370px; padding: clamp(30px, 4vw, 55px); display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-stars { color: var(--blue); font-size: 15px; letter-spacing: .12em; }
.review-card blockquote { margin: 34px 0 42px; color: #333d42; font: clamp(18px, 1.55vw, 23px)/1.6 Georgia, serif; }
.review-card footer { margin-top: auto; padding-top: 20px; display: grid; gap: 6px; border-top: 1px solid var(--line); color: var(--ink); background: transparent; }
.review-card footer strong { font-size: 13px; }
.review-card footer span { color: #747b7e; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.reviews-footer { margin-top: 30px; display: flex; justify-content: space-between; align-items: center; }
.reviews-footer p { margin: 0; color: #687176; font-size: 12px; }
.reviews-footer a { padding-bottom: 9px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reviews-footer a span { margin-left: 12px; color: var(--blue); }

.visit { display: grid; grid-template-columns: .75fr 1.25fr; gap: 0; background: #f4f0e8; }
.visit-card { background: var(--sand); padding: clamp(40px, 5vw, 75px); }
.visit-card h2 { font-size: clamp(42px, 4.6vw, 70px); }
.hours { margin: 45px 0 32px; border-top: 1px solid rgba(10,17,21,.2); }
.hours div { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(10,17,21,.2); font-size: 12px; }
.hours span { color: #4f5658; }
.visit iframe { width: 100%; height: 100%; min-height: 530px; border: 0; filter: grayscale(.9) contrast(1.05); }

footer { color: white; background: #070c0f; padding: 70px clamp(24px, 7vw, 120px) 28px; display: grid; grid-template-columns: 1fr 1fr; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-links { display: flex; justify-content: flex-end; align-items: center; gap: 26px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.38); }
.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 20px; height: 52px; min-width: 52px; padding: 0 17px; border-radius: 28px; background: var(--ice); color: white; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 900; font-size: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.floating-whatsapp span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible { opacity: 1; transform: none; }
.service-card.reveal:nth-child(2), .project.reveal:nth-child(2) { transition-delay: .06s; }
.service-card.reveal:nth-child(3), .project.reveal:nth-child(3) { transition-delay: .12s; }
.service-card.reveal:nth-child(4), .project.reveal:nth-child(4) { transition-delay: .18s; }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  nav { display: none; position: absolute; inset: 0 0 auto; padding: 95px 24px 28px; background: var(--ink); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: 8px 0; }
  .menu-button { display: block; z-index: 2; }
  .header-actions { margin-left: auto; }
  .brand img { width: 58px; height: 46px; }
  .brand small { display: none; }
  .hero { min-height: 720px; align-items: flex-end; padding-bottom: 170px; }
  .hero-content { margin: 0 24px; padding: 0; width: auto; }
  .hero-image { object-position: 54% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,10,13,.98) 5%, rgba(5,10,13,.5) 70%, rgba(5,10,13,.25)); }
  .hero-facts { left: 0; right: 0; overflow-x: auto; }
  .hero-facts div { min-width: 145px; padding: 18px 20px; }
  .manifesto, .section-heading, .quote, .visit, .reviews-heading { grid-template-columns: 1fr; }
  .manifesto, .section-heading { gap: 42px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-heading { gap: 42px; }
  .visit iframe { min-height: 390px; }
  footer { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .site-header { padding-left: 14px; padding-right: 10px; }
  .brand { gap: 7px; }
  .brand strong { font-size: 11px; letter-spacing: .08em; }
  .language-current { min-width: 70px; padding: 0 9px; }
  .language-menu { right: -43px; }
  h1 { font-size: clamp(48px, 16vw, 69px); }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 6px; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .section { padding: 82px 22px; }
  .manifesto-copy > p { font-size: 18px; }
  .section-heading { margin-bottom: 46px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card h3 { margin-top: 68px; }
  .project-grid { grid-template-columns: 1fr; }
  .project, .project.wide { grid-column: auto; height: 390px; }
  .work-footer { align-items: flex-start; flex-direction: column; gap: 24px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }
  .step-icon { margin: 30px 0 20px; }
  .quote-copy, .quote-form { padding: 78px 22px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .reviews-footer { align-items: flex-start; flex-direction: column; gap: 22px; }
  .google-rating { min-height: 135px; padding-left: 22px; gap: 18px; }
  footer { padding: 60px 22px 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: 0; }
}

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