:root {
  --ink: #121212;
  --coal: #221f1f;
  --graphite: #2b2b2b;
  --surface: #1a1a1b;
  --surface-raised: #252526;
  --line: rgba(247, 247, 247, .15);
  --line-dark: rgba(34, 31, 31, .14);
  --paper: #f7f7f7;
  --muted: #a6a7aa;
  --muted-dark: #59595c;
  --red: #ea2127;
  --red-dark: #9c1d21;
  --red-deep: #89181a;
  --success: #65a970;
  --font: "Aptos", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --display: "Aptos Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, .18);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--coal); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
address { font-style: normal; }

.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--paper); color: var(--ink); transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 2rem; height: 2px; background: currentColor; content: ""; }
h1, h2 { color: var(--coal); font-family: var(--display); font-size: clamp(2.55rem, 5.2vw, 4.9rem); font-weight: 800; letter-spacing: -.055em; line-height: .96; text-transform: uppercase; }
h1 em, h2 em { color: var(--red); font-style: normal; }
h3 { font-size: 1.15rem; line-height: 1.15; }
.section { padding: clamp(3.6rem, 6.5vw, 6.75rem) 0; overflow: clip; }
.section--dark { background: var(--ink); color: var(--paper); }
.section--dark h2, .section--dark h3 { color: var(--paper); }
.section--dark .section-heading > p:not(.eyebrow) { color: var(--muted); }
.section-heading { max-width: 36rem; }
.section-heading > p:not(.eyebrow) { color: var(--muted-dark); font-size: 1.04rem; }
.section-heading--wide { max-width: 43rem; }
.section-heading--wide > p:not(.eyebrow) { max-width: 35rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 3.45rem; padding: .85rem 1.25rem; border: 1px solid var(--red); background: var(--red); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.button:hover { background: #fff; border-color: #fff; box-shadow: 0 12px 30px rgba(234, 33, 39, .26); color: var(--ink); transform: translateY(-2px); }
.button svg { width: 1.05rem; }
.button--compact { min-height: 2.7rem; padding: .6rem .9rem; font-size: .67rem; }
.button--ghost { border-color: rgba(255,255,255,.34); background: rgba(18,18,18,.4); color: #fff; backdrop-filter: blur(10px); }
.button--ghost:hover { background: #fff; border-color: #fff; color: var(--ink); }
.button--light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button--light:hover { border-color: var(--red); background: var(--red); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; border-bottom: 1px solid var(--red); padding-bottom: .35rem; color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, gap .2s ease; }
.text-link:hover { color: var(--red); gap: .9rem; }
.text-link svg { width: 1rem; }
.text-link--light { color: var(--paper); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; background: var(--graphite); color: var(--paper); transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { position: fixed; background: var(--graphite); box-shadow: 0 4px 30px rgba(0,0,0,.18); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 5.4rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; width: fit-content; color: var(--paper); }
.brand__official { display: block; width: 13.25rem; height: auto; max-width: none; }
.primary-nav { display: flex; align-items: center; gap: 2rem; }
.primary-nav ul { display: flex; gap: 1.45rem; padding: 0; margin: 0; list-style: none; }
.primary-nav ul a { position: relative; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav ul a::after { position: absolute; right: 0; bottom: -.55rem; left: 0; height: 2px; background: var(--red); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-nav ul a:hover::after, .primary-nav ul a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 2.85rem; height: 2.85rem; border: 1px solid rgba(255,255,255,.35); background: rgba(18,18,18,.3); color: #fff; cursor: pointer; }

.hero { position: relative; display: flex; align-items: center; min-height: clamp(620px, 86svh, 760px); overflow: hidden; background: var(--ink); color: var(--paper); isolation: isolate; }
.hero__image { position: absolute; z-index: -2; top: 0; right: 0; bottom: 0; width: min(58%, 950px); overflow: hidden; }
.hero__image::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(18,18,18,.88) 18%, rgba(18,18,18,.18) 75%, rgba(18,18,18,.3)); content: ""; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; filter: saturate(.72) contrast(1.06); transform: scale(1.02); }
.hero__grid { position: absolute; z-index: -1; top: 0; right: 0; width: 63%; height: 100%; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 5.5rem 5.5rem; mask-image: linear-gradient(90deg, transparent, #000); }
.hero__content { padding-top: 5.5rem; }
.hero h1 { max-width: 48rem; margin-bottom: 1.5rem; color: var(--paper); }
.hero h1 em { display: inline-block; }
.hero__lead { max-width: 31rem; margin-bottom: 2rem; color: #d9d9da; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__note { display: flex; align-items: center; gap: .7rem; margin-top: 2.4rem; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero__note span { width: .55rem; height: .55rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 .4rem rgba(234,33,39,.15); }
.hero__scroll { position: absolute; right: max(2rem, calc((100% - 1180px) / 2)); bottom: 2.3rem; display: flex; align-items: center; gap: .6rem; color: var(--paper); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll span { width: 1px; height: 2.5rem; background: var(--red); }

.trust-bar { border-bottom: 1px solid var(--line-dark); background: #fff; }
.trust-bar__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-bar span { display: flex; align-items: center; justify-content: center; gap: .7rem; min-height: 5.4rem; border-right: 1px solid var(--line-dark); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.trust-bar span:first-child { border-left: 1px solid var(--line-dark); }
.trust-bar svg { color: var(--red); }

.split-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 9vw, 9rem); }
.split-layout--reverse { grid-template-columns: 1fr .9fr; }
.split-layout--faq { align-items: start; }
.image-feature { position: relative; margin: 0; }
.image-feature::before { position: absolute; z-index: -1; top: -1.6rem; right: -1.6rem; width: 52%; height: 47%; border-top: 2px solid var(--red); border-right: 2px solid var(--red); content: ""; }
.image-feature img { width: 100%; min-height: 28rem; object-fit: cover; box-shadow: var(--shadow); }
.image-feature--interior img { object-position: center; }
.image-feature figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: .75rem; padding: 1.15rem; background: rgba(18,18,18,.92); color: #fff; font-size: .72rem; font-weight: 600; }
.image-feature figcaption span { color: var(--red); font-family: var(--display); font-size: 1.9rem; }

.service-section { position: relative; }
.service-section::before { position: absolute; top: 5%; right: -10%; width: 42rem; height: 42rem; border: 1px solid rgba(234,33,39,.2); border-radius: 50%; content: ""; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(2.5rem, 5vw, 5rem); background: var(--line); }
.service-card { position: relative; min-height: 19rem; padding: 1.75rem; overflow: hidden; background: var(--ink); transition: background .3s ease; }
.service-card::after { position: absolute; right: -6rem; bottom: -6rem; width: 14rem; height: 14rem; border: 1px solid rgba(234,33,39,.3); border-radius: 50%; content: ""; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.service-card:hover { background: #242425; }
.service-card:hover::after { transform: scale(1.65); }
.service-card__icon { display: grid; width: 3.25rem; height: 3.25rem; place-items: center; border: 1px solid var(--red); color: var(--red); }
.service-card__icon svg { width: 1.45rem; height: 1.45rem; }
.service-card__number { position: absolute; top: 2rem; right: 2rem; color: #68686b; font-family: var(--display); font-size: 1.5rem; }
.service-card h3 { position: relative; z-index: 1; margin: 2.6rem 0 .8rem; color: var(--paper); font-family: var(--display); font-size: 1.65rem; font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; }
.service-card > p:not(.service-card__number) { position: relative; z-index: 1; max-width: 17rem; color: var(--muted); font-size: .9rem; }
.service-card a { position: absolute; z-index: 2; bottom: 2rem; display: flex; align-items: center; gap: .55rem; color: var(--paper); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card a svg { color: var(--red); transition: transform .2s ease; }
.service-card a:hover svg { transform: translateX(.3rem); }

.process-section { background: #eaeaeb; }
.process-header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 2.7rem; }
.process-header h2 { margin: 0; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; counter-reset: process; }
.process-list li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; min-height: 10.5rem; padding: 1.4rem; border-top: 1px solid var(--coal); border-right: 1px solid var(--line-dark); }
.process-list li:last-child { border-right: 0; }
.process-list span { color: var(--red); font-family: var(--display); font-size: 1.4rem; }
.process-list h3 { margin-bottom: .6rem; font-family: var(--display); font-size: 1.55rem; font-weight: 500; letter-spacing: -.03em; text-transform: uppercase; }
.process-list p { margin-bottom: 0; color: var(--muted-dark); font-size: .87rem; }

.gallery-section { background: #fff; }
.gallery-section__header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.gallery-section__header h2 { margin-bottom: 0; }
.gallery-section__header > p { max-width: 20rem; margin: 0; color: var(--muted-dark); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 18rem 18rem; gap: 1.25rem; }
.gallery-item { position: relative; margin: 0; overflow: hidden; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(135deg, transparent 50%, rgba(234,33,39,.14)); content: ""; pointer-events: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.gallery-item:hover img { filter: saturate(1.12); transform: scale(1.04); }
.gallery-item--large { grid-row: span 2; }
.gallery-item--large img { object-position: center; }
.gallery-quote { position: relative; display: flex; flex-direction: column; justify-content: end; padding: 2.2rem; overflow: hidden; background: var(--coal); color: #fff; }
.gallery-quote::before { position: absolute; top: -50%; right: -35%; width: 22rem; height: 22rem; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.quote-mark { position: absolute; top: .4rem; left: 1.5rem; color: var(--red); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.gallery-quote p { position: relative; max-width: 15rem; margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 500; letter-spacing: -.04em; line-height: .92; text-transform: uppercase; }
.quote-line { width: 3rem; height: 3px; margin-top: 1.3rem; background: var(--red); }

.review-section { padding-top: 0; background: #fff; }
.review-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: end; padding: clamp(2rem, 5vw, 4.5rem); background: var(--red); color: #fff; overflow: hidden; }
.review-card h2 { margin-bottom: 0; color: #fff; }
.review-card h2 em { color: var(--ink); }
.review-card .eyebrow { color: #fff; }
.review-card .stars { color: #fff; }
.review-card__action { position: relative; z-index: 1; padding-bottom: .25rem; }
.review-card__action p { max-width: 18rem; color: rgba(255,255,255,.8); }
.review-card::after { position: absolute; right: 1%; bottom: -3.5rem; color: rgba(18,18,18,.13); content: "★★★★★"; font-size: clamp(5rem, 15vw, 13rem); letter-spacing: -.16em; line-height: 1; }
.stars { display: flex; gap: .22rem; margin-bottom: 1rem; color: #ffbc00; }
.stars svg { width: 1rem; height: 1rem; fill: currentColor; stroke: none; }

.faq-section { background: #eaeaeb; }
.faq-list { border-top: 1px solid var(--coal); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; cursor: pointer; font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.1; text-transform: uppercase; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 1.4rem; height: 1.4rem; border: 1px solid var(--red); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; left: 50%; width: .55rem; height: 1px; background: var(--red); content: ""; transform: translate(-50%,-50%); transition: transform .2s ease; }
.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.faq-list details p { max-width: 36rem; margin: 0; padding: 0 2.4rem 1.5rem 0; color: var(--muted-dark); font-size: .92rem; }

.cta-band { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.cta-band::before { position: absolute; top: -35rem; right: -18rem; width: 60rem; height: 60rem; border: 1px solid rgba(234,33,39,.42); border-radius: 50%; content: ""; }
.cta-band__inner { position: relative; padding: clamp(5rem, 9vw, 8.5rem) 0; }
.cta-band h2 { color: #fff; }
.cta-band__inner > div { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }

.page-hero { position: relative; display: flex; align-items: end; min-height: 29rem; overflow: hidden; background: var(--ink); color: #fff; isolation: isolate; }
.page-hero__image { position: absolute; z-index: -2; inset: 0; }
.page-hero__image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,18,.97) 0%, rgba(18,18,18,.76) 48%, rgba(18,18,18,.3)), linear-gradient(0deg, rgba(18,18,18,.5), transparent 60%); content: ""; }
.page-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68); }
.page-hero--services .page-hero__image img { object-position: center 55%; }
.page-hero--about .page-hero__image img { object-position: center 39%; }
.page-hero--contact .page-hero__image img { object-position: center 55%; }
.page-hero__content { padding-top: 7rem; padding-bottom: 3.5rem; }
.page-hero h1 { max-width: 57rem; margin-bottom: 1.2rem; color: #fff; font-size: clamp(2.7rem, 5.7vw, 5.2rem); }
.page-hero__content > p:not(.eyebrow) { max-width: 35rem; margin-bottom: 0; color: #dedede; }
.breadcrumb { display: flex; align-items: center; gap: .5rem; padding-top: 1.4rem; color: var(--muted-dark); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumb a { color: var(--coal); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb svg { width: .85rem; color: var(--red); }

.detail-number { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; min-height: 22rem; padding: 1.7rem; background: #eaeaeb; }
.detail-number span { color: var(--red); font-family: var(--display); font-size: clamp(5rem, 10vw, 9rem); line-height: .8; }
.detail-number p { max-width: 10rem; margin: 0; font-size: .68rem; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.check-list { display: grid; gap: .75rem; padding: 0; margin: 1.8rem 0 2rem; list-style: none; }
.check-list li { display: flex; align-items: center; gap: .6rem; color: var(--muted-dark); font-size: .9rem; }
.check-list svg { color: var(--red); }
.technical-panel { position: relative; min-height: 29rem; overflow: hidden; border: 1px solid var(--line); background: #19191a; }
.technical-panel::before { position: absolute; top: 50%; left: 50%; width: 30rem; height: 30rem; border: 1px solid rgba(234,33,39,.22); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.technical-panel__dial { position: absolute; top: 50%; left: 50%; display: grid; width: 12rem; height: 12rem; place-content: center; border: 1px solid var(--red); border-radius: 50%; color: #fff; text-align: center; transform: translate(-50%,-50%); }
.technical-panel__dial::before { position: absolute; inset: .6rem; border: 1px dashed rgba(255,255,255,.28); border-radius: 50%; content: ""; }
.technical-panel__dial span { color: var(--muted); font-size: .56rem; font-weight: 800; letter-spacing: .12em; }
.technical-panel__dial b { color: var(--red); font-family: var(--display); font-size: 3.5rem; font-weight: 500; line-height: .9; }
.technical-panel__lines { position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent calc(50% - .5px), rgba(255,255,255,.12) calc(50% - .5px), rgba(255,255,255,.12) calc(50% + .5px), transparent calc(50% + .5px)), linear-gradient(transparent calc(50% - .5px), rgba(255,255,255,.12) calc(50% - .5px), rgba(255,255,255,.12) calc(50% + .5px), transparent calc(50% + .5px)); mask-image: radial-gradient(circle, transparent 0 26%, #000 26.5%); }
.technical-panel__tag { position: absolute; padding: .55rem .75rem; border: 1px solid var(--line); color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.technical-panel__tag:nth-last-child(2) { top: 13%; left: 10%; }
.technical-panel__tag:last-child { right: 8%; bottom: 13%; }
.content-panel { padding: clamp(2.5rem, 7vw, 6rem); background: #eaeaeb; text-align: center; }
.content-panel .eyebrow { justify-content: center; }
.content-panel h2 { margin-inline: auto; }
.content-panel > p:not(.eyebrow) { max-width: 41rem; margin: 0 auto 2rem; color: var(--muted-dark); }

.statement { max-width: 62rem; }
.statement h2 { margin-bottom: 1.5rem; }
.statement > p:not(.eyebrow) { max-width: 43rem; color: var(--muted-dark); font-size: 1.08rem; }
.photo-story { padding-top: 1rem; }
.photo-story__grid { display: grid; grid-template-columns: 1.1fr .85fr; grid-template-rows: 20rem 15rem; gap: 1.5rem; }
.photo-story figure { margin: 0; overflow: hidden; }
.photo-story img { width: 100%; height: 100%; object-fit: cover; }
.photo-story__main { grid-row: span 2; }
.photo-story__main img { object-position: center; }
.photo-story__copy { align-self: center; padding: 2rem 0 1rem 1.5rem; }
.photo-story__copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.1rem); }
.photo-story__copy > p:not(.eyebrow) { max-width: 25rem; color: var(--muted-dark); }
.photo-story__secondary img { object-position: center; }
.values-section { position: relative; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); }
.values-grid article { min-height: 17rem; padding: 2rem; background: var(--ink); }
.values-grid span { color: var(--red); font-family: var(--display); font-size: 1.5rem; }
.values-grid h3 { margin: 3rem 0 .75rem; font-family: var(--display); font-size: 2rem; font-weight: 500; letter-spacing: -.03em; text-transform: uppercase; }
.values-grid p { max-width: 15rem; margin: 0; color: var(--muted); font-size: .9rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-cards { display: grid; gap: .75rem; }
.contact-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; column-gap: 1rem; min-height: 7.5rem; padding: 1.25rem 1.4rem; overflow: hidden; border: 1px solid var(--line-dark); background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.contact-card:hover { border-color: var(--red); box-shadow: var(--shadow); transform: translateX(.45rem); }
.contact-card > span { display: grid; width: 3rem; height: 3rem; place-items: center; background: var(--coal); color: var(--paper); }
.contact-card > span svg { width: 1.35rem; height: 1.35rem; }
.contact-card small { grid-column: 2; align-self: end; color: var(--muted-dark); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { grid-column: 2; font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 500; letter-spacing: -.025em; line-height: 1; text-transform: uppercase; }
.contact-card i { grid-row: 1 / span 2; grid-column: 3; color: var(--red); font-style: normal; }
.location-section { padding-top: 0; }
.location-card { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 25rem; overflow: hidden; background: var(--surface); }
.location-card__photo { position: relative; margin: 0; overflow: hidden; }
.location-card__photo::after { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(18,18,18,.1), rgba(234,33,39,.36)); content: ""; }
.location-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); }
.location-card__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 4vw, 4rem); }
.location-card__content h2 { color: var(--paper); font-size: clamp(2.6rem, 4vw, 4.2rem); }
.location-card__content address { margin-bottom: 2rem; color: var(--muted); font-size: 1rem; }
.simple-cta { text-align: center; }
.simple-cta .eyebrow { justify-content: center; }
.simple-cta h2 { margin-bottom: 2rem; }

.legal-hero { padding: 11rem 0 4.5rem; background: var(--ink); color: var(--paper); }
.legal-hero h1 { max-width: 58rem; margin-bottom: 1rem; color: var(--paper); font-size: clamp(2.7rem, 5vw, 4.8rem); }
.legal-hero > .shell > p:not(.eyebrow) { max-width: 38rem; margin-bottom: 0; color: var(--muted); }
.legal-content { max-width: 56rem; padding-top: 4rem; padding-bottom: 7rem; }
.legal-content__updated { margin-bottom: 3rem; color: var(--muted-dark); font-size: .76rem; font-weight: 700; }
.legal-content h2 { margin: 3rem 0 1rem; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.45rem); font-weight: 500; letter-spacing: -.035em; line-height: .98; text-transform: uppercase; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p, .legal-content li { color: #4b4b4d; font-size: .98rem; }
.legal-content ul { padding-left: 1.25rem; }
.legal-content li { padding-left: .25rem; margin: .65rem 0; }
.legal-content strong { color: var(--coal); }
.legal-notice { margin-top: 3rem; padding: 1.3rem 1.45rem; border-left: 3px solid var(--red); background: #eeeef0; color: #4b4b4d; font-size: .86rem; }
.legal-data { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 1.5rem 0 2rem; background: var(--line-dark); }
.legal-data div { padding: 1.1rem; background: #fff; }
.legal-data dt { margin-bottom: .25rem; color: var(--muted-dark); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-data dd { margin: 0; font-size: .9rem; }
.error-page { display: grid; min-height: 75vh; place-items: center; padding: 9rem 0 5rem; background: var(--ink); color: var(--paper); }
.error-page h1 { color: var(--paper); }
.error-page > .shell > p:not(.eyebrow) { max-width: 27rem; margin-bottom: 2rem; color: var(--muted); }

.site-footer { background: var(--graphite); color: var(--paper); }
.footer__top { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 2rem; padding: 3.5rem 0 2.5rem; }
.brand--footer { margin-bottom: 1.4rem; }
.footer__brand > p { max-width: 17rem; color: var(--muted); font-size: .86rem; }
.footer__block h2 { margin-bottom: 1rem; color: var(--muted); font-family: var(--font); font-size: .65rem; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.footer__block a { display: flex; align-items: center; gap: .45rem; margin-bottom: .55rem; color: #f2f2f2; font-size: .78rem; transition: color .2s ease; }
.footer__block a:hover, .footer__reviews a:hover { color: var(--red); }
.footer__block a svg { width: 1rem; color: var(--red); }
.footer__block p { color: var(--muted); font-size: .8rem; }
.footer__reviews { align-self: start; padding: 1.2rem; border: 1px solid var(--line); }
.footer__reviews .eyebrow { margin-bottom: .65rem; }
.footer__reviews .eyebrow::before { display: none; }
.footer__reviews > a { display: flex; align-items: center; gap: .4rem; color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.footer__reviews > a svg { width: .9rem; color: var(--red); }
.footer__legal { border-top: 1px solid var(--line); padding: 1.3rem 0 1.6rem; text-align: center; }
.footer__legal nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem .55rem; margin-bottom: 1rem; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer__legal nav a:hover, .footer__credit a:hover { color: var(--red); }
.footer__legal nav span { color: var(--muted-dark); }
.footer__legal p { margin-bottom: .55rem; color: var(--muted); font-size: .65rem; }
.footer__credit a { color: #fff; }
.whatsapp-float { position: fixed; z-index: 12; right: 1.25rem; bottom: 1.25rem; display: inline-flex; align-items: center; gap: .45rem; min-height: 3.2rem; padding: .7rem .9rem; border-radius: 99px; background: #25d366; box-shadow: 0 10px 28px rgba(0,0,0,.25); color: #0e2917; font-size: .69rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-float:hover { box-shadow: 0 14px 34px rgba(0,0,0,.35); transform: translateY(-3px); }
.whatsapp-float svg { width: 1.35rem; height: 1.35rem; }

[data-reveal], .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.2,1); }
[data-reveal].is-visible, .reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal:nth-child(2) { transition-delay: .08s; }
.hero .reveal:nth-child(3) { transition-delay: .15s; }
.hero .reveal:nth-child(4) { transition-delay: .22s; }
.hero .reveal:nth-child(5) { transition-delay: .29s; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 1180px); }
  .primary-nav { gap: 1rem; }
  .primary-nav ul { gap: 1rem; }
  .primary-nav .button { display: none; }
  .hero__image { width: 67%; }
  .footer__top { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__reviews { grid-column: 2 / span 2; }
  .gallery-grid { grid-template-rows: 18rem 18rem; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 32px, 1180px); }
  html { scroll-padding-top: 76px; }
  .header__inner { min-height: 4.7rem; }
  .brand__official { width: 10.75rem; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { position: fixed; top: 4.7rem; right: 0; left: 0; display: block; padding: 1rem var(--shell-padding, 1rem) 1.5rem; background: rgba(18,18,18,.98); border-top: 1px solid var(--line); opacity: 0; pointer-events: none; transform: translateY(-.5rem); transition: opacity .2s ease, transform .2s ease; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav ul li { border-bottom: 1px solid var(--line); }
  .primary-nav ul a { display: block; padding: 1rem 0; font-size: .75rem; }
  .primary-nav ul a::after { display: none; }
  .primary-nav .button { display: inline-flex; width: 100%; margin-top: 1.2rem; }
  .hero { min-height: 38rem; }
  .hero__image { width: 100%; opacity: .47; }
  .hero__image::after { background: linear-gradient(90deg, rgba(18,18,18,.97), rgba(18,18,18,.55)), linear-gradient(0deg, rgba(18,18,18,.48), transparent); }
  .hero__grid { width: 100%; opacity: .22; }
  .hero__content { padding-top: 4rem; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .hero__lead { max-width: 24rem; font-size: .96rem; }
  .hero__note { margin-top: 2.2rem; font-size: .57rem; }
  .hero__scroll { display: none; }
  .trust-bar__inner { grid-template-columns: 1fr; }
  .trust-bar span, .trust-bar span:first-child { justify-content: flex-start; min-height: 3.5rem; padding: 0 .8rem; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line-dark); }
  .trust-bar span:last-child { border-bottom: 0; }
  .split-layout, .split-layout--reverse, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .image-feature { margin-right: 1rem; }
  .image-feature img { min-height: 24rem; }
  .service-grid, .process-list, .values-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 19rem; }
  .process-header, .gallery-section__header { display: block; }
  .process-header { margin-bottom: 2rem; }
  .process-list li, .process-list li:last-child { min-height: auto; border-right: 0; }
  .gallery-section__header > p { margin-top: 1.5rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 21rem 17rem 17rem; }
  .gallery-item--large { grid-row: auto; }
  .review-card, .location-card { grid-template-columns: 1fr; }
  .review-card { gap: 2rem; }
  .location-card__photo { min-height: 17rem; }
  .footer__top { grid-template-columns: 1fr; gap: 2.3rem; padding-top: 3.5rem; }
  .footer__reviews { grid-column: auto; }
  .whatsapp-float { right: .9rem; bottom: .9rem; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 3.25rem; justify-content: center; padding: 0; }
  .page-hero { min-height: 26rem; }
  .page-hero__content { padding-top: 6.5rem; padding-bottom: 2.75rem; }
  .page-hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .detail-number { min-height: 13rem; }
  .technical-panel { min-height: 22rem; }
  .photo-story__grid { grid-template-columns: 1fr; grid-template-rows: 20rem auto 15rem; }
  .photo-story__main { grid-row: auto; }
  .photo-story__copy { padding: 1rem 0; }
  .photo-story__secondary { min-height: 18rem; }
  .values-grid { margin-top: 2.5rem; }
  .values-grid article { min-height: 13rem; }
  .contact-card strong { font-size: 1.4rem; }
  .simple-cta { padding: 5rem 0; }
  .legal-hero { padding-top: 8.5rem; }
  .legal-content { padding-top: 3rem; padding-bottom: 5rem; }
  .legal-data { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .brand__official { width: 9.6rem; }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .page-hero h1, .hero h1 { letter-spacing: -.065em; }
}

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