:root{--black:#0b0c0c;--panel:#121414;--soft:#1a1d1c;--white:#f5f3ed;--muted:#a7aaa6;--yellow:#f0c400;--yellow-2:#ffd928;--line:rgba(255,255,255,.14);--dark-line:rgba(11,12,12,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Alexandria,sans-serif}button,a{font:inherit;color:inherit}button{cursor:pointer}a{text-decoration:none}img{max-width:100%}
.site-header{height:82px;position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(18px,4vw,64px);background:rgba(11,12,12,.9);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:11px;direction:ltr;width:max-content}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}.brand b,.brand small{display:block;font-family:"IBM Plex Mono",monospace}.brand b{font-size:14px;letter-spacing:.12em}.brand small{font-size:7px;color:#8e928e;letter-spacing:.22em;margin-top:3px}.site-header nav{display:flex;gap:34px}.site-header nav a{font-size:10px;color:#aaaead;transition:.2s}.site-header nav a:hover{color:var(--white)}.header-actions{justify-self:end;display:flex;align-items:center;gap:12px;direction:ltr}.header-actions button{width:38px;height:34px;border:1px solid var(--line);background:transparent;color:var(--white);font:600 10px "IBM Plex Mono"}.header-whatsapp{display:flex;align-items:center;gap:10px;background:var(--yellow);color:var(--black);padding:11px 14px;font-size:10px}.header-whatsapp bdi{font:600 10px "IBM Plex Mono"}
.hero{min-height:calc(100svh - 82px);height:760px;max-height:920px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:clamp(28px,5vw,72px)}.hero-photo,.hero-photo img,.hero-shade{position:absolute;inset:0}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 58%;filter:saturate(.9) contrast(1.04)}.hero-shade{background:linear-gradient(90deg,rgba(7,8,8,.18),rgba(7,8,8,.14) 42%,rgba(7,8,8,.88) 78%),linear-gradient(0deg,rgba(7,8,8,.86),transparent 48%)}html[dir=ltr] .hero-shade{background:linear-gradient(270deg,rgba(7,8,8,.18),rgba(7,8,8,.14) 42%,rgba(7,8,8,.88) 78%),linear-gradient(0deg,rgba(7,8,8,.86),transparent 48%)}.inspection-light{position:absolute;inset:-20%;background:linear-gradient(112deg,transparent 39%,rgba(255,255,255,.05) 45%,rgba(255,255,255,.22) 49%,rgba(255,255,255,.04) 53%,transparent 59%);transform:translateX(var(--light-x,-24%));transition:transform .18s ease-out;mix-blend-mode:screen}.hero-copy{position:relative;z-index:2;max-width:750px;margin-inline-start:auto}.eyebrow{font-size:10px;font-weight:600;color:var(--yellow-2);letter-spacing:.02em}.hero h1,.section-heading h2,.request-intro h2,.location-copy h2,.dialog-card h2{font-size:clamp(54px,6.7vw,104px);line-height:.98;letter-spacing:-.075em;margin:25px 0}.hero h1 em,.section-heading h2 em,.request-intro h2 em,.location-copy h2 em,.dialog-card h2 em{font-style:normal;color:var(--yellow-2)}.hero-copy>p{max-width:650px;font-size:14px;line-height:2;color:#d4d6d2}.hero-actions,.location-actions{display:flex;align-items:center;gap:22px;margin-top:34px}.primary-button{min-width:190px;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 20px;background:var(--yellow);color:var(--black);font-size:12px;font-weight:700}.primary-button i{font-style:normal;font:20px "IBM Plex Mono"}.text-button{font-size:11px;border-bottom:1px solid currentColor;padding-bottom:5px}.hero-meta{position:absolute;z-index:2;inset-inline-end:clamp(28px,5vw,72px);top:38px;display:flex;gap:28px;font:9px "IBM Plex Mono";color:#c2c5c1}.hero-meta span+span{padding-inline-start:28px;border-inline-start:1px solid rgba(255,255,255,.28)}
.proof-bar{min-height:120px;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.proof-bar>a{position:relative;padding:30px clamp(20px,4vw,60px);border-inline-start:1px solid var(--line);transition:background .2s}.proof-bar>a:first-child{border:0}.proof-bar>a:hover{background:#151817}.proof-bar span,.proof-bar b,.proof-bar bdi{display:block}.proof-bar span{font-size:8px;color:#747975;margin-bottom:12px}.proof-bar b,.proof-bar bdi{font-size:12px;font-weight:600}.proof-bar i{position:absolute;inset-inline-end:22px;top:30px;color:var(--yellow);font-style:normal}
.work-section{padding:130px clamp(18px,5vw,76px);background:var(--white);color:var(--black)}.section-heading{display:grid;grid-template-columns:1fr 1.2fr;gap:7vw;align-items:end;margin-bottom:64px}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2{font-size:clamp(58px,6vw,94px);margin:0}.section-heading p{max-width:560px;font-size:13px;line-height:2;color:#555a57;margin:0}.work-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:12px;align-items:start}.work-card{margin:0;position:relative;background:#dad8d1;overflow:hidden}.work-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at var(--px,50%) var(--py,50%),rgba(255,255,255,.18),transparent 28%);opacity:0;transition:opacity .25s}.work-card:hover::after{opacity:1}.work-card img{display:block;width:100%;height:610px;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.work-card--wide img{height:720px}.work-card:hover img{transform:scale(1.018)}.work-card figcaption{position:absolute;z-index:2;inset-inline:0;bottom:0;padding:70px 20px 20px;background:linear-gradient(transparent,rgba(4,5,5,.9));color:white}.work-card figcaption b,.work-card figcaption span{display:block}.work-card figcaption b{font-size:14px}.work-card figcaption span{font-size:9px;color:#b9bcb8;margin-top:7px}
.request-section{display:grid;grid-template-columns:minmax(310px,.72fr) minmax(650px,1.28fr);background:var(--black);border-bottom:1px solid var(--line)}.request-intro{padding:110px clamp(24px,5vw,76px);border-inline-end:1px solid var(--line);display:flex;flex-direction:column}.request-intro h2{font-size:clamp(52px,5.6vw,86px)}.request-intro>p{font-size:13px;line-height:2;color:var(--muted)}.request-status{margin-top:auto;padding-top:70px}.request-status>span,.request-status strong{display:block}.request-status>span{font-size:8px;color:#777c78}.request-status strong{font-size:12px;margin:11px 0 14px}.request-status>i{display:block;height:2px;background:#2b2f2d}.request-status>i span{display:block;width:0;height:100%;background:var(--yellow);transition:width .3s}.request-builder{padding:74px clamp(22px,4vw,62px)}fieldset{border:0;padding:0;margin:0}.builder-step+*{margin-top:50px}.builder-step legend{display:flex;align-items:center;gap:12px;margin-bottom:22px}.builder-step legend span{width:30px;height:30px;border:1px solid var(--line);display:grid;place-items:center;font:9px "IBM Plex Mono";color:var(--yellow)}.builder-step legend b{font-size:13px}.service-options{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-inline-start:1px solid var(--line)}.service-options button{min-height:126px;position:relative;text-align:start;padding:23px 48px 22px 20px;border:0;border-inline-end:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at var(--px,50%) var(--py,50%),rgba(255,255,255,.07),transparent 42%);color:var(--white);transition:transform .18s,background-color .18s}.service-options button:hover{background-color:#151817}.service-options button:active{transform:scale(.985)}.service-options button.selected{background:var(--yellow);color:var(--black)}.service-options button b,.service-options button small{display:block}.service-options button b{font-size:13px}.service-options button small{font-size:9px;line-height:1.7;color:#858a86;margin-top:8px}.service-options button.selected small{color:#41370f}.service-options button>i{position:absolute;inset-inline-end:18px;top:22px;font-style:normal;color:var(--yellow)}.service-options button.selected>i{color:var(--black);font-size:0}.service-options button.selected>i::after{content:"✓";font-size:14px}.builder-row{display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:50px}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.choice-grid button{min-height:48px;background:transparent;border:1px solid var(--line);color:#a9adaa;font-size:10px;transition:transform .15s,background .15s}.choice-grid button:active{transform:scale(.97)}.choice-grid button.selected{background:var(--white);border-color:var(--white);color:var(--black)}#timeOptions{grid-template-columns:1fr}.request-summary{margin-top:54px;padding-top:28px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.request-summary span{font-size:8px;color:#777c78}.request-summary p{font-size:11px;margin:10px 0 0;color:#c9ccc8}.request-summary button{min-width:250px;height:62px;border:0;background:var(--yellow);color:var(--black);display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-weight:700;transition:transform .15s}.request-summary button:active{transform:scale(.985)}.request-summary button:disabled{background:#242726;color:#696e6a;cursor:not-allowed}.request-summary button i{font-style:normal;font:20px "IBM Plex Mono"}.privacy-note{font-size:8px;color:#646965;margin:18px 0 0}.privacy-note a{color:#b7baB7;text-decoration:underline;text-underline-offset:3px}
.location-section{min-height:620px;display:grid;grid-template-columns:1.15fr .85fr;background:#d9d6cd;color:var(--black)}.location-copy{padding:100px clamp(24px,6vw,95px);display:flex;flex-direction:column;justify-content:center}.location-copy h2{font-size:clamp(52px,5.5vw,82px)}.location-copy .eyebrow{color:#786200}.location-copy address{font-style:normal;padding-top:26px;border-top:1px solid var(--dark-line)}.location-copy address span,.location-copy address b{display:block}.location-copy address span{font-size:11px;color:#5b5f5c}.location-copy address b{font-size:15px;margin-top:9px}.location-copy .text-button{direction:ltr}.location-number{background:var(--yellow);display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,6vw,90px);direction:ltr}.location-number span{font:11px "IBM Plex Mono";letter-spacing:.22em}.location-number b{font:600 clamp(110px,18vw,270px)/.8 "IBM Plex Mono";letter-spacing:-.1em;margin-top:30px}.mobile-nav{display:none}
footer{min-height:150px;padding:36px clamp(18px,4vw,64px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px}footer p{text-align:center;font-size:8px;line-height:1.9;color:#737874}footer>a:last-child{text-align:end;font:9px "IBM Plex Mono";color:var(--yellow)}
dialog{border:0;padding:0;background:transparent;width:min(570px,calc(100% - 28px));color:var(--black)}dialog::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(9px)}.dialog-card{position:relative;background:var(--white);padding:46px}.dialog-close{position:absolute;top:15px;inset-inline-end:15px;width:34px;height:34px;background:transparent;border:1px solid var(--dark-line)}.dialog-card .eyebrow{color:#8a711f}.dialog-card h2{font-size:56px}.request-preview{padding:18px;border:1px solid var(--dark-line);background:#e9e7df;white-space:pre-line;font-size:11px;line-height:2}.dialog-card>p{font-size:10px;line-height:1.8;color:#606461}.whatsapp-send{min-height:62px;margin-top:22px;background:var(--yellow);display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-weight:700}.whatsapp-send b{font:20px "IBM Plex Mono"}
body.en{font-family:Alexandria,sans-serif}body.en h1,body.en h2{letter-spacing:-.06em}
:focus-visible{outline:3px solid var(--yellow-2);outline-offset:3px}
@media(max-width:980px){body{padding-bottom:58px}.site-header nav{display:none}.site-header{grid-template-columns:1fr auto}.hero{height:720px}.hero-shade{background:linear-gradient(0deg,rgba(7,8,8,.92),rgba(7,8,8,.1) 75%)}.hero-copy{margin:0}.work-grid{grid-template-columns:1fr 1fr}.work-card--wide{grid-column:1/-1}.request-section{grid-template-columns:1fr}.request-intro{border-inline-end:0;border-bottom:1px solid var(--line)}.request-status{margin-top:20px;padding-top:20px}.location-section{min-height:unset}.mobile-nav{position:fixed;z-index:60;bottom:0;inset-inline:0;height:58px;display:grid;grid-template-columns:repeat(3,1fr);background:rgba(11,12,12,.96);border-top:1px solid var(--line);backdrop-filter:blur(14px)}.mobile-nav a{display:grid;place-items:center;border-inline-start:1px solid var(--line);font-size:10px}.mobile-nav a:first-child{border:0}.mobile-nav a:nth-child(2){background:var(--yellow);color:var(--black);font-weight:700}}
@media(max-width:620px){.site-header{height:70px;padding:0 14px}.brand img{width:40px;height:40px}.brand b{font-size:12px}.header-whatsapp{padding:10px}.header-whatsapp bdi{display:none}.hero{height:720px;min-height:calc(100svh - 70px);padding:26px 18px}.hero-photo img{object-position:center}.hero h1{font-size:48px}.hero-copy>p{font-size:12px;line-height:1.9}.hero-meta{top:20px;inset-inline:18px;display:grid;gap:7px}.hero-meta span+span{padding:0;border:0}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.primary-button{min-width:180px}.proof-bar{grid-template-columns:1fr}.proof-bar>a{border-inline-start:0;border-top:1px solid var(--line);padding:22px 18px}.proof-bar>a:first-child{border-top:0}.work-section{padding:82px 16px}.section-heading{display:block;margin-bottom:36px}.section-heading h2{font-size:52px;margin:18px 0 25px}.work-grid{grid-template-columns:1fr 1fr;gap:8px}.work-card--wide{grid-column:1/-1}.work-card img{height:340px}.work-card--wide img{height:490px}.work-card figcaption{padding:60px 14px 14px}.work-card figcaption b{font-size:12px}.work-card figcaption span{font-size:8px}.request-intro{padding:74px 18px}.request-intro h2{font-size:50px}.request-builder{padding:52px 14px}.service-options{grid-template-columns:1fr}.service-options button{min-height:112px}.builder-row{grid-template-columns:1fr;gap:45px}.request-summary{grid-template-columns:1fr}.request-summary button{width:100%;min-width:0}.privacy-note a{display:block;margin-top:10px;color:var(--yellow)}.location-section{grid-template-columns:1fr}.location-number{min-height:330px}.location-copy{padding:72px 18px}.location-copy h2{font-size:50px}.location-actions{align-items:flex-start;flex-direction:column}.site-header .brand small{display:none}footer{grid-template-columns:1fr;text-align:center}footer .brand{margin:auto}footer>a:last-child{text-align:center}.dialog-card{padding:40px 20px}.dialog-card h2{font-size:48px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.inspection-light,.work-card img{transition:none}}
.brand small{font-size:9px;letter-spacing:.18em}.proof-bar span{font-size:10px}.privacy-note{font-size:10px;line-height:1.7;color:#777d78}
