:root { --orange:#ff6a00; --black:#050505; --white:#f6f6f6; --muted:#aaa; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; background:var(--black); }
body { margin:0; background:#050505; color:var(--white); font-family:Inter,Arial,sans-serif; }
.topbar { height:96px; position:absolute; z-index:10; top:0; left:0; right:0; display:flex; align-items:center; padding:0 clamp(24px,5vw,86px); gap:40px; border-bottom:1px solid rgba(255,255,255,.09); background:linear-gradient(180deg,rgba(0,0,0,.84),rgba(0,0,0,.08)); }
.brand { width:225px; align-self:stretch; display:flex; align-items:center; }
.brand img { width:100%; max-height:80px; object-fit:contain; }
nav { margin-left:auto; display:flex; align-items:center; gap:clamp(20px,2.2vw,42px); }
nav a { color:#ddd; text-decoration:none; text-transform:uppercase; font:700 .78rem/1 Inter,sans-serif; letter-spacing:.12em; padding:40px 0 36px; position:relative; }
nav a:hover, nav a.active { color:#fff; }
nav a.active::after { content:""; position:absolute; height:3px; background:var(--orange); left:0; right:0; bottom:0; }
.header-cta,.primary { color:#111; background:var(--orange); text-decoration:none; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.header-cta { padding:16px 22px; font-size:.75rem; transform:skew(-8deg); }
.menu-button { display:none; }
.hero { min-height:100svh; height:max(720px,100svh); position:relative; overflow:hidden; display:flex; align-items:center; }
.hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:67% center; filter:saturate(.86) contrast(1.08); }
.shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.89) 25%,rgba(0,0,0,.26) 57%,rgba(0,0,0,.12) 76%,rgba(0,0,0,.76) 100%),linear-gradient(0deg,rgba(0,0,0,.8),transparent 42%); }
.orange-line { position:absolute; z-index:1; top:20%; left:-3%; width:38%; height:2px; background:linear-gradient(90deg,transparent,var(--orange)); transform:rotate(-4deg); box-shadow:0 0 14px rgba(255,106,0,.7); }
.hero-content { position:relative; z-index:2; width:min(700px,88vw); margin-left:clamp(24px,8vw,132px); padding-top:60px; }
.eyebrow { display:flex; align-items:center; gap:12px; color:#e1e1e1; text-transform:uppercase; letter-spacing:.22em; font-size:.78rem; font-weight:700; }
.eyebrow span { width:36px; height:3px; display:inline-block; background:var(--orange); }
h1 { margin:18px 0 22px; text-transform:uppercase; font:900 clamp(4.1rem,7.8vw,8.2rem)/.78 "Barlow Condensed",Impact,sans-serif; letter-spacing:-.025em; }
h1 strong { color:var(--orange); font-weight:900; }
.lead { max-width:590px; margin:0; color:#c3c3c3; font-size:clamp(1rem,1.2vw,1.14rem); line-height:1.72; }
.actions { display:flex; align-items:center; gap:20px; margin-top:35px; }
.actions a { min-height:56px; display:inline-flex; align-items:center; justify-content:center; padding:0 28px; }
.primary { font-size:.84rem; box-shadow:0 10px 34px rgba(255,106,0,.19); }
.primary b { font-size:1.7rem; margin-left:16px; line-height:0; }
.secondary { color:#fff; border:1px solid rgba(255,255,255,.48); text-decoration:none; text-transform:uppercase; font-size:.8rem; font-weight:700; letter-spacing:.07em; backdrop-filter:blur(8px); }
.secondary:hover { border-color:var(--orange); color:var(--orange); }
.trust-strip { position:absolute; z-index:2; right:clamp(24px,5vw,82px); bottom:43px; display:flex; background:rgba(3,3,3,.75); border:1px solid rgba(255,255,255,.12); backdrop-filter:blur(13px); }
.trust-strip div { display:flex; align-items:center; gap:13px; padding:18px 24px; border-right:1px solid rgba(255,255,255,.1); }
.trust-strip div:last-child { border:0; }
.trust-strip b { font:800 1.65rem/1 "Barlow Condensed",sans-serif; color:var(--orange); }
.trust-strip span { font-size:.72rem; line-height:1.35; text-transform:uppercase; letter-spacing:.08em; color:#d2d2d2; }
.scroll { position:absolute; z-index:2; left:28px; bottom:44px; writing-mode:vertical-rl; transform:rotate(180deg); text-decoration:none; color:#888; font-size:.6rem; font-weight:700; letter-spacing:.19em; }
.scroll span { color:var(--orange); font-size:1.2rem; margin-top:10px; }
.services { position:relative; overflow:hidden; padding:110px clamp(24px,8vw,130px) 125px; background:linear-gradient(135deg,#111 0%,#070707 54%,#101010 100%); }
.services::before { content:"SERVICES"; position:absolute; right:-25px; top:15px; color:rgba(255,255,255,.018); font:900 clamp(9rem,20vw,22rem)/1 "Barlow Condensed",sans-serif; letter-spacing:-.06em; pointer-events:none; }
.section-heading { position:relative; z-index:1; display:grid; grid-template-columns:1.4fr .6fr; align-items:end; gap:55px; max-width:1460px; margin:0 auto 55px; }
.section-kicker { display:flex; align-items:center; gap:12px; margin:0 0 18px; color:var(--orange); text-transform:uppercase; letter-spacing:.2em; font-size:.78rem; font-weight:800; }
.section-kicker span { width:34px; height:3px; background:var(--orange); }
.section-heading h2 { margin:0; font:800 clamp(3rem,5.7vw,6.2rem)/.87 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:-.025em; }
.section-heading h2 strong { color:var(--orange); font-weight:900; }
.section-intro { margin:0 0 7px; padding-left:28px; border-left:2px solid var(--orange); color:#aaa; font-size:1rem; line-height:1.75; }
.services-grid { position:relative; z-index:1; max-width:1460px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #292929; border-left:1px solid #292929; }
.service-card { min-height:235px; position:relative; overflow:hidden; isolation:isolate; padding:26px 34px 23px; border-right:1px solid #292929; border-bottom:1px solid #292929; background:#0d0d0d; transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; cursor:pointer; }
.service-card::before { content:""; position:absolute; z-index:-2; inset:-5px; background-position:center; background-size:cover; filter:blur(1.2px); transform:scale(1.025); transition:filter .3s ease,transform .35s ease; }
.service-card::after { content:""; position:absolute; z-index:-1; inset:0; background:rgba(3,3,3,.8); transition:background .3s ease; }
.service-card:nth-child(1)::before { background-image:url("assets/service-1.webp"); }
.service-card:nth-child(2)::before { background-image:url("assets/service-2.webp"); }
.service-card:nth-child(3)::before { background-image:url("assets/service-3.webp"); }
.service-card:nth-child(4)::before { background-image:url("assets/service-4.webp"); }
.service-card:nth-child(5)::before { background-image:url("assets/service-5.webp"); }
.service-card:nth-child(6)::before { background-image:url("assets/service-6.webp"); }
.service-card:hover,.service-card:focus-visible,.service-card.selected { z-index:2; transform:translateY(-5px); border-color:var(--orange); box-shadow:0 20px 45px rgba(0,0,0,.35); outline:none; }
.service-card:hover::after,.service-card:focus-visible::after,.service-card.selected::after { background:rgba(255,106,0,.82); }
.service-card:hover::before,.service-card:focus-visible::before,.service-card.selected::before { filter:blur(.4px); transform:scale(1.06); }
.service-number { position:absolute; right:24px; top:20px; color:#3a3a3a; font:800 2.1rem/1 "Barlow Condensed",sans-serif; }
.service-card svg { width:38px; height:38px; margin-bottom:17px; fill:none; stroke:var(--orange); stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round; }
.service-card h3 { margin:0 0 14px; color:#f3f3f3; text-transform:uppercase; font:800 1.65rem/1 "Barlow Condensed",sans-serif; letter-spacing:.035em; }
.service-card p { min-height:42px; margin:0 0 15px; color:#929292; font-size:.92rem; line-height:1.5; }
.service-card a { display:inline-flex; gap:12px; align-items:center; color:#ddd; text-decoration:none; text-transform:uppercase; font-size:.7rem; font-weight:800; letter-spacing:.09em; }
.service-card a b { color:var(--orange); font-size:1.35rem; }
.service-card:hover .service-number,.service-card:focus-visible .service-number,.service-card.selected .service-number { color:rgba(0,0,0,.32); }
.service-card:hover svg,.service-card:focus-visible svg,.service-card.selected svg { stroke:#080808; }
.service-card:hover h3,.service-card:focus-visible h3,.service-card.selected h3,
.service-card:hover a,.service-card:focus-visible a,.service-card.selected a,
.service-card:hover a b,.service-card:focus-visible a b,.service-card.selected a b { color:#080808; }
.service-card:hover p,.service-card:focus-visible p,.service-card.selected p { color:rgba(0,0,0,.76); }
.structure { min-height:820px; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr); background:#050505; }
.structure-visual { min-height:760px; position:relative; overflow:hidden; }
.structure-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 55%,#050505 100%),linear-gradient(0deg,rgba(0,0,0,.5),transparent 48%); }
.structure-visual img { width:100%; height:100%; object-fit:cover; object-position:center; filter:contrast(1.08) saturate(.82); }
.structure-stamp { position:absolute; z-index:2; left:clamp(24px,5vw,72px); bottom:48px; width:190px; min-height:190px; display:flex; flex-direction:column; justify-content:center; padding:24px; border:1px solid rgba(255,106,0,.7); background:rgba(3,3,3,.78); backdrop-filter:blur(8px); transform:skew(-4deg); }
.structure-stamp b,.structure-stamp span { font:900 2.25rem/.78 "Barlow Condensed",sans-serif; letter-spacing:.04em; }
.structure-stamp span { color:var(--orange); }
.structure-stamp small { margin-top:18px; color:#aaa; font-size:.64rem; line-height:1.45; text-transform:uppercase; letter-spacing:.13em; }
.structure-content { position:relative; display:flex; flex-direction:column; justify-content:center; padding:85px clamp(34px,6vw,100px) 85px clamp(34px,5vw,82px); }
.structure-content::before { content:""; position:absolute; width:110px; height:4px; top:0; left:0; background:var(--orange); }
.structure-content h2 { margin:0; font:800 clamp(3rem,4.7vw,5.4rem)/.88 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:-.02em; }
.structure-content h2 strong { color:var(--orange); font-weight:900; }
.structure-lead { max-width:650px; margin:27px 0 34px; color:#9f9f9f; font-size:1rem; line-height:1.75; }
.feature-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0; border-top:1px solid #292929; border-left:1px solid #292929; }
.feature-list article { display:flex; gap:17px; min-height:145px; padding:23px 20px; border-right:1px solid #292929; border-bottom:1px solid #292929; background:#0b0b0b; transition:border-color .25s ease,background .25s ease; }
.feature-list article:hover { background:#111; border-color:#573019; }
.feature-list article > span { flex:none; color:var(--orange); font:800 1.2rem/1 "Barlow Condensed",sans-serif; }
.feature-list h3 { margin:0 0 8px; color:#eee; font:800 1.2rem/1.05 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:.035em; }
.feature-list p { margin:0; color:#818181; font-size:.82rem; line-height:1.55; }
.structure-cta { align-self:flex-start; min-height:54px; display:inline-flex; align-items:center; gap:18px; margin-top:30px; padding:0 27px; color:#090909; background:var(--orange); text-decoration:none; text-transform:uppercase; font-size:.77rem; font-weight:800; letter-spacing:.07em; transform:skew(-5deg); }
.structure-cta b { font-size:1.5rem; }
.team { position:relative; overflow:hidden; display:grid; grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr); grid-template-rows:auto auto; gap:34px 54px; padding:110px clamp(24px,8vw,130px) 120px; background:linear-gradient(145deg,#111 0%,#070707 52%,#0c0c0c 100%); }
.team::before { content:"TEAM"; position:absolute; left:-18px; bottom:-70px; color:rgba(255,255,255,.022); font:900 clamp(11rem,25vw,26rem)/1 "Barlow Condensed",sans-serif; letter-spacing:-.07em; pointer-events:none; }
.team-heading { position:relative; z-index:2; align-self:center; }
.team-heading h2 { margin:0; font:800 clamp(3.2rem,5.4vw,6rem)/.86 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:-.025em; }
.team-heading h2 strong { color:var(--orange); font-weight:900; }
.team-heading > p:last-child { max-width:450px; margin:27px 0 0; padding-left:22px; border-left:2px solid var(--orange); color:#999; font-size:.98rem; line-height:1.72; }
.team-photo { position:relative; z-index:1; min-height:510px; overflow:hidden; border:1px solid #292929; }
.team-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.16),transparent 48%),linear-gradient(0deg,rgba(0,0,0,.68),transparent 42%); pointer-events:none; }
.team-photo img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; filter:contrast(1.06) saturate(.88); transition:transform .55s ease; }
.team-photo:hover img { transform:scale(1.025); }
.team-tag { position:absolute; z-index:2; right:0; bottom:0; padding:16px 24px; color:#070707; background:var(--orange); font-size:.68rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.team-members { position:relative; z-index:2; grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #292929; border-left:1px solid #292929; }
.team-members article { min-height:116px; display:flex; align-items:center; gap:19px; padding:22px 26px; border-right:1px solid #292929; border-bottom:1px solid #292929; background:rgba(8,8,8,.88); transition:background .25s ease,border-color .25s ease; }
.team-members article:hover { background:#121212; border-color:#613416; }
.team-members article > span { color:var(--orange); font:800 1.5rem/1 "Barlow Condensed",sans-serif; }
.team-members h3 { margin:0 0 5px; color:#f3f3f3; font:800 1.45rem/1 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:.04em; }
.team-members p { margin:0; color:#888; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }
.reviews { position:relative; overflow:hidden; padding:110px clamp(24px,8vw,130px) 115px; background:#050505; }
.reviews::before { content:"05"; position:absolute; right:3vw; top:15px; color:rgba(255,255,255,.025); font:900 clamp(12rem,24vw,25rem)/1 "Barlow Condensed",sans-serif; pointer-events:none; }
.reviews-heading { position:relative; z-index:1; max-width:1460px; margin:0 auto 52px; display:flex; align-items:flex-end; justify-content:space-between; gap:50px; }
.reviews-heading h2 { margin:0; font:800 clamp(3.2rem,5.4vw,6rem)/.86 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:-.025em; }
.reviews-heading h2 strong { color:var(--orange); font-weight:900; }
.reviews-score { flex:none; display:flex; align-items:center; gap:18px; padding:18px 25px; border-left:3px solid var(--orange); background:#0c0c0c; }
.reviews-score > strong { color:#fff; font:900 3.8rem/.8 "Barlow Condensed",sans-serif; }
.reviews-score div { display:flex; flex-direction:column; gap:7px; }
.reviews-score span,.stars { color:var(--orange); letter-spacing:.16em; }
.reviews-score small { color:#777; font-size:.58rem; font-weight:800; letter-spacing:.13em; }
.reviews-grid { position:relative; z-index:1; max-width:1460px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.review-card { position:relative; min-height:330px; display:flex; flex-direction:column; padding:34px; border:1px solid #292929; background:linear-gradient(145deg,#111,#090909); transition:transform .25s ease,border-color .25s ease; }
.review-card:hover { transform:translateY(-6px); border-color:#5b3218; }
.review-card.featured { border-top:4px solid var(--orange); padding-top:31px; }
.quote { position:absolute; right:25px; top:13px; color:#292929; font:900 6rem/1 Georgia,serif; }
.stars { position:relative; z-index:1; margin-bottom:25px; font-size:.78rem; }
.review-card blockquote { position:relative; z-index:1; flex:1; margin:0 0 30px; color:#c2c2c2; font-size:1rem; line-height:1.75; }
.review-card footer { display:flex; align-items:center; gap:14px; padding-top:22px; border-top:1px solid #292929; }
.review-card footer div { display:flex; flex-direction:column; gap:4px; }
.review-card footer strong { color:#eee; font:800 1.02rem/1 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:.04em; }
.review-card footer span { color:#6f6f6f; font-size:.68rem; text-transform:uppercase; letter-spacing:.1em; }
.review-avatar { width:58px; height:58px; flex:none; margin-left:auto; display:block; border:2px solid var(--orange); border-radius:50%; background-image:url("assets/review-portraits.webp"); background-size:300% 100%; background-repeat:no-repeat; box-shadow:0 8px 24px rgba(0,0,0,.4); }
.avatar-marcos { background-position:left center; }
.avatar-ana { background-position:center center; }
.avatar-lucas { background-position:right center; }
.reviews-note { position:relative; z-index:1; max-width:1460px; margin:20px auto 0; color:#555; font-size:.65rem; letter-spacing:.08em; text-transform:uppercase; }
.contact { min-height:760px; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr); background:#0b0b0b; }
.contact-map { position:relative; overflow:hidden; min-height:720px; background:#111; }
.map-grid { position:absolute; inset:-60px; opacity:.48; background-image:linear-gradient(32deg,transparent 44%,#292929 45%,#292929 47%,transparent 48%),linear-gradient(112deg,transparent 45%,#242424 46%,#242424 48%,transparent 49%),linear-gradient(0deg,transparent 48%,#202020 49%,#202020 51%,transparent 52%); background-size:180px 160px,220px 190px,145px 145px; transform:rotate(-8deg) scale(1.2); }
.contact-map::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 53% 47%,transparent 0 9%,rgba(5,5,5,.12) 28%,rgba(5,5,5,.78) 100%),linear-gradient(90deg,transparent 65%,#0b0b0b 100%); }
.map-road { position:absolute; z-index:1; height:12px; width:120%; left:-10%; background:#242424; border-top:1px solid #393939; border-bottom:1px solid #393939; }
.road-one { top:38%; transform:rotate(-19deg); }
.road-two { top:62%; transform:rotate(24deg); }
.map-pin { position:absolute; z-index:2; left:52%; top:48%; display:flex; flex-direction:column; align-items:center; transform:translate(-50%,-50%); text-align:center; }
.map-pin > span { position:relative; width:72px; height:72px; display:grid; place-items:center; margin-bottom:24px; color:#080808; background:var(--orange); border-radius:50% 50% 50% 0; transform:rotate(-45deg); box-shadow:0 0 0 12px rgba(255,106,0,.1),0 15px 35px rgba(0,0,0,.5); font:900 1.5rem/1 "Barlow Condensed",sans-serif; }
.map-pin > span::before { content:"BT"; transform:rotate(45deg); font:900 1.5rem/1 "Barlow Condensed",sans-serif; }
.map-pin > span { font-size:0; }
.map-pin b { font:900 1.55rem/1 "Barlow Condensed",sans-serif; letter-spacing:.08em; }
.map-pin small { margin-top:8px; color:#777; font-size:.62rem; text-transform:uppercase; letter-spacing:.13em; }
.contact-content { position:relative; display:flex; flex-direction:column; justify-content:center; padding:85px clamp(34px,6vw,100px) 85px clamp(34px,5vw,82px); }
.contact-content::before { content:""; position:absolute; width:110px; height:4px; top:0; left:0; background:var(--orange); }
.contact-content h2 { margin:0; font:800 clamp(3rem,4.7vw,5.4rem)/.88 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:-.02em; }
.contact-content h2 strong { color:var(--orange); font-weight:900; }
.contact-lead { max-width:630px; margin:27px 0 31px; color:#999; font-size:1rem; line-height:1.75; }
.contact-details { border-top:1px solid #292929; }
.contact-details article { display:flex; gap:19px; padding:21px 0; border-bottom:1px solid #292929; }
.contact-details article > b { color:var(--orange); font:800 1.25rem/1 "Barlow Condensed",sans-serif; }
.contact-details h3 { margin:0 0 7px; color:#eee; font:800 1.2rem/1 "Barlow Condensed",sans-serif; text-transform:uppercase; letter-spacing:.04em; }
.contact-details p { margin:0; color:#858585; font-size:.84rem; line-height:1.55; }
.whatsapp-cta { min-height:76px; display:flex; align-items:center; gap:16px; margin-top:29px; padding:12px 21px; color:#080808; background:var(--orange); text-decoration:none; transition:transform .25s ease,box-shadow .25s ease; }
.whatsapp-cta:hover { transform:translateY(-3px); box-shadow:0 16px 38px rgba(255,106,0,.17); }
.whatsapp-cta > span { font-size:2rem; }
.whatsapp-cta div { display:flex; flex-direction:column; gap:3px; }
.whatsapp-cta small { font-size:.58rem; font-weight:800; letter-spacing:.12em; }
.whatsapp-cta strong { font:900 1.55rem/1 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.whatsapp-cta > b { margin-left:auto; font-size:2rem; }
.fictional-contact { margin:13px 0 0; color:#555; font-size:.62rem; line-height:1.45; text-transform:uppercase; letter-spacing:.08em; }
.site-footer { min-height:100px; display:flex; align-items:center; gap:35px; padding:18px clamp(24px,6vw,95px); border-top:1px solid #252525; background:#030303; }
.site-footer img { width:160px; max-height:62px; object-fit:contain; }
.site-footer p { margin:0 auto; color:#595959; font-size:.68rem; letter-spacing:.04em; text-align:center; }
.site-footer p strong { color:#777; }
.site-footer a { color:#777; text-decoration:none; font-size:.65rem; font-weight:700; text-transform:uppercase; letter-spacing:.1em; }
.site-footer a:hover { color:var(--orange); }
@media (max-width:1050px) {
  .topbar { height:82px; }
  .brand { width:190px; }
  nav,.header-cta { display:none; }
  .menu-button { display:block; margin-left:auto; border:1px solid rgba(255,255,255,.24); background:rgba(0,0,0,.5); color:#fff; width:48px; height:44px; font-size:1.35rem; }
  nav.open { position:absolute; display:flex; top:82px; right:22px; flex-direction:column; align-items:stretch; gap:0; background:#0b0b0b; border:1px solid #333; padding:10px 22px; }
  nav.open a { padding:16px 5px; }
  .trust-strip { left:24px; right:24px; bottom:25px; justify-content:center; }
  .scroll { display:none; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .section-heading { grid-template-columns:1fr; gap:24px; }
  .structure { grid-template-columns:1fr; }
  .structure-visual { min-height:560px; }
  .structure-visual::after { background:linear-gradient(0deg,#050505 0%,transparent 32%); }
  .team { grid-template-columns:1fr; }
  .team-photo { min-height:480px; }
  .team-members { grid-column:1; }
  .reviews-grid { grid-template-columns:1fr; }
  .review-card { min-height:270px; }
  .contact { grid-template-columns:1fr; }
  .contact-map { min-height:480px; }
  .contact-map::after { background:linear-gradient(0deg,#0b0b0b 0%,transparent 30%); }
}
@media (max-width:680px) {
  .topbar { padding:0 18px; }
  .brand { width:168px; }
  .hero { min-height:820px; height:100svh; align-items:flex-end; padding-bottom:170px; }
  .hero-image { object-position:64% center; }
  .shade { background:linear-gradient(0deg,#050505 5%,rgba(5,5,5,.88) 48%,rgba(5,5,5,.2) 78%,rgba(0,0,0,.65)); }
  .orange-line { top:28%; width:72%; }
  .hero-content { width:auto; margin:0 20px; padding:0; }
  h1 { font-size:clamp(3.55rem,18vw,5.6rem); }
  .lead { line-height:1.55; }
  .actions { align-items:stretch; flex-direction:column; gap:12px; margin-top:26px; }
  .actions a { width:100%; }
  .trust-strip { display:grid; grid-template-columns:repeat(3,1fr); left:0; right:0; bottom:0; border-left:0; border-right:0; }
  .trust-strip div { padding:15px 8px; flex-direction:column; gap:5px; text-align:center; }
  .trust-strip span { font-size:.58rem; }
  .services { padding:80px 18px; }
  .services-grid { grid-template-columns:1fr; }
  .section-heading { margin-bottom:38px; }
  .section-heading h2 { font-size:clamp(2.8rem,14vw,4.2rem); }
  .section-intro { padding-left:18px; }
  .service-card { min-height:225px; padding:27px 25px 23px; }
  .structure-visual { min-height:430px; }
  .structure-stamp { width:148px; min-height:148px; left:18px; bottom:24px; padding:19px; }
  .structure-stamp b,.structure-stamp span { font-size:1.75rem; }
  .structure-content { padding:70px 18px 78px; }
  .structure-content h2 { font-size:clamp(2.8rem,14vw,4.2rem); }
  .feature-list { grid-template-columns:1fr; }
  .feature-list article { min-height:125px; }
  .team { gap:34px; padding:78px 18px 84px; }
  .team-heading h2 { font-size:clamp(2.8rem,14vw,4.2rem); }
  .team-photo { min-height:360px; }
  .team-photo img { object-position:58% center; }
  .team-tag { left:0; right:auto; padding:13px 16px; font-size:.58rem; }
  .team-members { grid-template-columns:1fr; }
  .team-members article { min-height:102px; }
  .reviews { padding:78px 18px 82px; }
  .reviews-heading { align-items:flex-start; flex-direction:column; gap:30px; margin-bottom:38px; }
  .reviews-heading h2 { font-size:clamp(2.8rem,14vw,4.2rem); }
  .reviews-score { width:100%; }
  .review-card { min-height:285px; padding:28px 24px; }
  .contact-map { min-height:390px; }
  .contact-content { padding:70px 18px 76px; }
  .contact-content h2 { font-size:clamp(2.8rem,14vw,4.2rem); }
  .site-footer { flex-direction:column; gap:14px; padding:27px 18px; text-align:center; }
  .site-footer p { order:3; }
}
