:root {
  --black: #0a0a0a;
  --bg: #0d0d0d;
  --bg-2: #111110;
  --panel: #131211;
  --gold: #c8873a;
  --gold-2: #d99a4a;
  --gold-soft: #e0a95c;
  --gold-line: rgba(200, 135, 58, .38);
  --gold-line-soft: rgba(200, 135, 58, .22);
  --cream: #ede6d9;
  --text: #cfc9c2;
  --muted: #a49d95;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wa: #25d366;
  --maxw: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: var(--sans); font-size: 14px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, figure { margin-top: 0; }
button, input { font: inherit; }
.shell { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 26px; }
.sr-only { 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; top: 8px; left: 8px; z-index: 999; padding: 9px 13px; color: #111; background: var(--gold-soft); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 3px; }

/* Utility bar */
.top-strip { min-height: 33px; background: #0a0a09; border-bottom: 1px solid rgba(200, 135, 58, .13); }
.top-strip-inner { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #bdb6ad; font-size: 12px; letter-spacing: .02em; }
.top-strip p { margin: 0; }
.top-strip span { margin-right: 7px; color: var(--gold); }

/* Header */
.site-header { position: relative; z-index: 100; background: #0c0b0a; border-bottom: 1px solid rgba(200, 135, 58, .14); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; width: max-content; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-copy strong { color: var(--gold); font: 600 20px/.9 var(--serif); letter-spacing: .055em; }
.brand-copy small { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 5px; color: var(--gold-soft); font: 500 9.5px/1 var(--serif); letter-spacing: .2em; }
.brand-copy small i { width: 18px; height: 1px; background: var(--gold-line); }
.estate-key { position: relative; flex: 0 0 42px; width: 42px; height: 54px; display: block; color: var(--gold); }
.estate-key::before { content: ""; position: absolute; top: 8px; left: 12px; width: 19px; height: 19px; border: 1.6px solid currentColor; border-radius: 50%; }
.estate-key::after { content: ""; position: absolute; top: 29px; left: 21px; width: 1.5px; height: 23px; background: currentColor; box-shadow: 5px 14px 0 -1px currentColor; }
.key-loop { position: absolute; width: 13px; height: 13px; border: 1px solid currentColor; border-radius: 50%; }
.loop-one { top: 0; left: 14px; }.loop-two { top: 6px; left: 3px; }.loop-three { top: 19px; left: 4px; }.loop-four { top: 6px; right: 3px; }.loop-five { top: 19px; right: 4px; }.loop-six { top: 25px; left: 14px; }
.estate-key b { position: absolute; right: 0; bottom: 2px; font: 700 7px/1 var(--serif); }
.main-nav { display: flex; align-items: center; gap: 29px; margin: 0 auto; }
.main-nav a { color: #d6d0c8; font-size: 12px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; transition: color .2s; }
.main-nav a:hover { color: var(--gold); }
.header-phone { min-height: 54px; display: grid; place-content: center; flex: 0 0 auto; padding: 9px 20px; color: #fff; text-align: center; background: linear-gradient(180deg, #c98a3c, #a76c26); border-radius: 7px; box-shadow: 0 6px 18px -8px rgba(200, 135, 58, .7); }
.header-phone span { font-size: 16px; font-weight: 600; letter-spacing: .02em; line-height: 1.15; }.header-phone b { margin-right: 6px; }
.header-phone small { margin-top: 5px; color: rgba(255, 255, 255, .82); font-size: 9.5px; font-weight: 400; line-height: 1.2; text-transform: none; }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; margin-left: auto; color: var(--gold); background: transparent; border: 1px solid var(--gold-line); border-radius: 6px; }
.menu-lines { display: grid; gap: 5px; }.menu-lines i { display: block; width: 19px; height: 1px; background: currentColor; transition: .18s; }
.menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-6px) rotate(-45deg); }

/* Hero — restored from the supplied design */
.hero { position: relative; overflow: hidden; background: #0d0c0b; }
.hero .hero-grid { width: 100%; max-width: none; min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; }
.hero-copy { width: 100%; max-width: 620px; min-height: 620px; display: flex; flex-direction: column; justify-content: center; justify-self: end; padding: 30px 26px 34px 0; }
.hero-inner { width: 100%; max-width: 395px; }
.hero-kicker { margin: 0 0 2px; color: var(--gold-soft); font: italic 400 25px/1.2 var(--serif); }
.hero h1 { margin: 0 0 12px; color: #fff; font: 500 47px/1.09 var(--serif); letter-spacing: -.01em; }
.hero-subtitle { max-width: 310px; margin: 0 0 16px; color: #e3ded7; font-size: 16.5px; line-height: 1.42; }
.gold-rule { width: 52px; height: 2px; display: block; margin: 0 0 18px; background: var(--gold); border-radius: 2px; }
.hero-intro { max-width: 350px; margin: 0 0 18px; color: #aaa39b; font-size: 12.5px; line-height: 1.72; }
.exclusive-notice { max-width: 395px; display: flex; align-items: flex-start; gap: 11px; margin: 0 0 18px; padding: 12px 14px; background: rgba(200, 135, 58, .045); border: 1px solid var(--gold-line); border-radius: 6px; }
.notice-icon { flex: 0 0 23px; width: 23px; height: 23px; display: grid; place-items: center; color: var(--gold); border: 1.4px solid currentColor; border-radius: 50%; font-size: 13px; font-weight: 700; }
.exclusive-notice strong { display: block; margin-bottom: 3px; color: var(--gold-soft); font-size: 9.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.exclusive-notice p { margin: 0; color: #c8c2ba; font-size: 11.5px; line-height: 1.55; }
.hero-points { max-width: 395px; display: grid; gap: 10px; margin: 0 0 18px; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: flex-start; gap: 10px; color: #bdb7af; font-size: 12px; line-height: 1.55; }
.hero-points li > span { flex: 0 0 18px; width: 18px; height: 18px; display: grid; place-items: center; margin-top: 1px; color: #171310; background: var(--gold); border-radius: 50%; font-size: 10px; font-weight: 800; }
.hero-points p { margin: 0; }.hero-points strong { color: var(--gold-soft); font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 12px 22px; border: 1px solid transparent; border-radius: 8px; text-transform: uppercase; transition: transform .2s, filter .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button > span { font-size: 19px; }.button b { font-size: 15px; line-height: 1.1; }.button small { display: block; margin-top: 4px; font-size: 9.5px; font-weight: 400; text-transform: none; }
.button-call { color: #fff; background: linear-gradient(180deg, #c98a3c, #a76c26); box-shadow: 0 10px 26px -12px rgba(200, 135, 58, .85); }
.button-call > span { position: relative; top: -1px; line-height: 1; }
.button-whatsapp { color: #f0ebe4; background: #131211; border-color: rgba(255, 255, 255, .15); }
.button-whatsapp:hover { border-color: var(--gold-line); }
.wa-mark { width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: var(--wa); border-radius: 50%; font-size: 8px !important; font-weight: 800; }
.hero-photo-wrap { position: relative; min-height: 620px; overflow: hidden; background: #0d0c0b; }
.hero-photo { position: absolute; z-index: 1; top: -26%; left: 49%; width: auto; max-width: none; height: 205%; object-fit: contain; transform: translateX(-50%); filter: brightness(1.02) contrast(1.02) saturate(.92); -webkit-mask-image: none; mask-image: none; }
.hero-photo-fade { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, #0d0c0b 0, rgba(13, 12, 11, .68) 2%, rgba(13, 12, 11, .18) 7%, rgba(13, 12, 11, .03) 12%, transparent 18%), linear-gradient(0deg, rgba(13, 12, 11, .12), transparent 28%); }
.hero-logo-panel { position: absolute; z-index: 3; top: 14px; right: 22px; width: 196px; padding: 14px 12px 12px; color: var(--gold); text-align: center; background: rgba(14, 12, 10, .82); border: 1.5px solid var(--gold-line); border-radius: 3px; backdrop-filter: blur(3px); box-shadow: none; }
.hero-logo-panel .large-key { width: 48px; height: 58px; margin: 0 auto 5px; transform: none; }
.hero-logo-panel > strong { display: block; color: var(--gold); font: 600 19px/1.08 var(--serif); letter-spacing: .04em; text-transform: uppercase; }
.hero-logo-panel > small { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 6px 0 8px; color: var(--gold-soft); font: 500 9px/1 var(--serif); letter-spacing: .18em; text-transform: uppercase; }
.hero-logo-panel > small i { flex: 1; height: 1px; background: var(--gold-line); }
.hero-logo-panel p { margin: 0; color: var(--gold-soft); font-size: 9.5px; }

/* Four trust benefits */
.benefits { background: #100f0e; border-top: 1px solid rgba(200, 135, 58, .16); border-bottom: 1px solid rgba(200, 135, 58, .16); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid article { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid rgba(255, 255, 255, .055); }
.benefit-grid article:first-child { border-left: 1px solid rgba(255, 255, 255, .055); }
.benefit-icon { flex: 0 0 auto; margin-top: 1px; color: var(--gold); font: 400 33px/1 var(--serif); }
.benefit-icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.benefit-grid strong { display: block; margin-bottom: 6px; color: var(--gold-soft); font-size: 12px; font-weight: 600; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.benefit-grid p { margin: 0; color: #9e9791; font-size: 11.5px; line-height: 1.5; }

/* Services */
.compact-section { padding: 34px 0 42px; text-align: center; background: #0d0c0b; border-bottom: 0; }
.compact-heading p { margin: 0 0 6px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.compact-heading h2 { margin: 0 0 26px; color: #fff; font: 400 30px/1.25 var(--serif); }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 0; }
.service-card { padding: 24px 18px 26px; text-align: center; background: #131110; border: 1px solid rgba(200, 135, 58, .28); border-radius: 6px; transition: transform .25s, border-color .25s; }
.service-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.service-icon { height: 48px; display: grid; place-items: center; margin: 0 auto 12px; color: var(--gold); font: 400 40px/1 var(--serif); }
.service-icon svg { width: 38px; height: 38px; stroke: currentColor; fill: none; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 12px; color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .035em; line-height: 1.45; text-transform: uppercase; }
.service-card p { margin: 0; color: #9d968f; font-size: 12px; line-height: 1.68; }

/* Before and after */
.before-after { padding: 26px 0 22px; color: #4c453c; background: var(--cream); }
.before-grid { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 32px; align-items: start; }
.before-copy { padding: 0; }
.before-copy h2 { margin: 0 0 12px; color: #7a4f1c; font-size: 16px; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.before-copy p { margin: 0; color: #4c453c; font-size: 13px; line-height: 1.9; }
.comparison { --position: 50%; position: relative; width: 100%; aspect-ratio: 1160 / 430; overflow: hidden; cursor: ew-resize; user-select: none; background: #000; border-radius: 3px; box-shadow: none; }
.comparison:focus-within { outline: 3px solid var(--gold); outline-offset: 3px; }
.comparison img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.comparison-before { clip-path: inset(0 calc(100% - var(--position)) 0 0); filter: none; }.comparison-after { filter: none; }
.comparison-label { position: absolute; z-index: 4; top: 12px; padding: 6px 14px; color: #fff; background: rgba(8, 8, 8, .82); font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.before-label { left: 0; border-radius: 0 3px 3px 0; }.after-label { right: 0; border-radius: 3px 0 0 3px; }
.comparison-divider { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 2px; background: rgba(255, 255, 255, .92); transform: translateX(-50%); }
.comparison-divider b { position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; display: grid; place-items: center; color: #2a2a2a; background: #fff; border-radius: 50%; box-shadow: 0 3px 12px rgba(0, 0, 0, .4); font: 700 16px/1 var(--sans); transform: translate(-50%, -50%); }
.comparison input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-help { grid-column: 2; margin: 9px 0 0; color: #6b6459; text-align: center; font-size: 13px; font-weight: 700; }

/* Founder */
.about { background: #0d0c0b; border-bottom: 0; }
.about-grid { min-height: 445px; display: grid; grid-template-columns: 265px minmax(0, 1fr) 262px; align-items: stretch; }
.about-photo-wrap { position: relative; min-height: 445px; overflow: hidden; background: #100e0c; border: 0; }
.about-photo-wrap::after { content: none; }
.about-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; filter: none; }
.about-copy { align-self: center; padding: 30px; }
.gold-eyebrow, .gold-statement { color: var(--gold-soft) !important; font-size: 12px !important; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.about-copy h2 { margin: 0 0 14px; color: #fff; font: 400 30px/1.2 var(--serif); }
.about-copy > p { margin: 0 0 14px; color: #a29b94; font-size: 13px; line-height: 1.7; }
.about-copy > p strong { color: #e6e1da; font-weight: 600; }
.about-copy ul { display: grid; gap: 9px; margin: 0 0 18px; padding: 0; list-style: none; }
.about-copy li { color: #c5beb7; font-size: 13px; line-height: 1.5; }
.about-copy li span { width: 18px; height: 18px; display: inline-grid; place-items: center; margin-right: 8px; color: #171310; background: var(--gold); border-radius: 50%; font-size: 9px; }
.assist-card { align-self: center; margin: 26px 0; padding: 20px 20px 22px; background: #121110; border: 1px solid rgba(200, 135, 58, .3); border-radius: 6px; }
.assist-card h3 { margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.assist-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.assist-card li { display: flex; align-items: center; gap: 12px; padding: 7px 0; color: #c3bdb6; font-size: 12.5px; line-height: 1.45; text-transform: none; }
.assist-card li span { min-width: 19px; color: var(--gold); font-size: 18px; line-height: 1; }

/* Final CTA */
.final-cta { padding: 22px 0; background: #100e0c; border-top: 1px solid rgba(200, 135, 58, .16); border-bottom: 1px solid rgba(200, 135, 58, .16); }
.cta-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; padding-inline: 26px; }
.cta-phone-icon { flex: 0 0 56px; width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: linear-gradient(180deg, #c98a3c, #a76c26); border-radius: 50%; font-size: 26px; }
.cta-copy { flex: 1 1 260px; min-width: 230px; }.cta-copy p { margin: 0 0 3px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }.cta-copy h2 { margin: 0 0 4px; color: #fff; font: 400 30px/1.2 var(--serif); }.cta-copy > span { color: #a49d96; font-size: 12.5px; }

/* Footer */
.site-footer { padding-top: 26px; background: #0b0a09; border-top: 1px solid rgba(200, 135, 58, .1); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1.35fr .8fr .95fr 1.35fr; gap: 26px; padding: 0 26px; }
.footer-grid > div { min-width: 0; padding: 0; border: 0; }
.footer-brand-col .brand { width: 100%; gap: 10px; overflow: visible; }
.footer-brand-col .estate-key { flex-basis: 36px; width: 36px; margin: 0; transform: scale(.86); transform-origin: left center; }
.footer-brand-col .brand-copy { min-width: 0; }.footer-brand-col .brand-copy strong { font-size: 15px; line-height: .92; }.footer-brand-col .brand-copy small { gap: 4px; font-size: 8.5px; }.footer-brand-col .brand-copy small i { width: 11px; }
.footer-brand-col p { max-width: 160px; margin: 14px 0; color: #8f8881; font-size: 11.5px; line-height: 1.65; }
.social-row { display: flex; gap: 9px; }.social-row a { width: 29px; height: 29px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold-line); border-radius: 50%; font-size: 9px; font-weight: 700; text-transform: uppercase; transition: color .2s, background-color .2s, border-color .2s; }.social-row a:hover, .social-row a:focus-visible { color: #0d0c0b; background: var(--gold); border-color: var(--gold); }
.footer-col h3 { margin: 0 0 14px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a, .footer-col p { display: block; margin: 0 0 7px; color: #9b948d; font-size: 11.5px; line-height: 1.5; }.footer-col a:hover { color: var(--gold); }.footer-col strong { color: #c6bfb8; font-weight: 500; }
.area-col ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; margin: 0; padding: 0; list-style: none; }.area-col li { padding: 4px 0; color: #9b948d; font-size: 11.5px; }.area-col li::before { content: "✓"; margin-right: 7px; color: var(--gold); font-weight: 800; }
.contact-col a, .contact-col > p { display: flex; align-items: flex-start; gap: 9px; }.contact-col a > span, .contact-col > p > span { color: var(--gold); font-size: 14px; }.contact-col a b { font-size: 11.5px; font-weight: 500; }.contact-col a small { display: block; color: #7f7972; font-size: 10.5px; }
.footer-bottom { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 22px; padding: 14px 26px; color: #7d766f; border-top: 1px solid rgba(255, 255, 255, .07); font-size: 11px; }.footer-bottom p { margin: 0; text-align: center; }
.floating-whatsapp { position: fixed; z-index: 120; right: 20px; bottom: 20px; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--wa); border: 0; border-radius: 50%; box-shadow: 0 8px 26px -6px rgba(37, 211, 102, .65); }.floating-whatsapp span { font-size: 10px; font-weight: 800; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }.main-nav a { font-size: 11px; }
  .brand-copy strong { font-size: 18px; }
  .about-grid { grid-template-columns: 220px minmax(0, 1fr) 240px; }
}

@media (max-width: 940px) {
  html { scroll-padding-top: 0; }
  .header-inner { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
  .menu-toggle { display: grid; }
  .header-phone { order: 4; }
  .main-nav { position: absolute; z-index: 99; top: 100%; right: 0; left: 0; order: 5; display: grid; gap: 0; padding: 10px 26px 16px; background: rgba(12, 11, 10, .99); border-top: 1px solid rgba(255, 255, 255, .07); border-bottom: 1px solid var(--gold-line-soft); opacity: 0; visibility: hidden; transform: translateY(-120%); transition: .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .05); }
  .hero .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; min-height: auto; justify-self: stretch; padding: 32px 26px 36px; }
  .hero-inner { max-width: 620px; }
  .hero-photo-wrap { min-height: 500px; }
  .hero-photo { top: -18%; height: 190%; }
  .hero-photo-fade { background: linear-gradient(0deg, rgba(13, 12, 11, .48), transparent 42%); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(odd) { border-left: 1px solid rgba(255, 255, 255, .055); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .before-grid { grid-template-columns: 1fr; }
  .comparison-help { grid-column: 1; margin: 8px 0 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo-wrap { min-height: 520px; }
  .about-copy { padding: 30px 0; }
  .assist-card { margin: 0 0 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .shell { padding-inline: 18px; }
  .top-strip-inner { flex-direction: column; align-items: flex-start; gap: 3px; padding-top: 7px; padding-bottom: 7px; }
  .header-inner { gap: 12px; }
  .brand-copy strong { font-size: 16px; }.brand-copy small { font-size: 8px; }.estate-key { transform: scale(.9); transform-origin: left center; margin-right: -3px; }
  .header-phone { display: none; }
  .main-nav { padding-inline: 18px; }
  .hero-copy { padding: 30px 18px 34px; }
  .hero h1 { font-size: 38px; }.hero-kicker { font-size: 22px; }.hero-subtitle { font-size: 15px; }
  .hero-photo-wrap { min-height: 470px; }
  .hero-photo { top: -16%; height: 184%; }
  .hero-logo-panel { top: 12px; right: 12px; width: 150px; padding: 10px; }.hero-logo-panel > strong { font-size: 15px; }.hero-logo-panel .large-key { height: 46px; transform: scale(.8); margin-top: -6px; }
  .hero-actions { flex-direction: column; }.button { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-grid article, .benefit-grid article:nth-child(odd) { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .055); }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; }
  .compact-heading h2, .about-copy h2, .cta-copy h2 { font-size: 26px; }
  .comparison { aspect-ratio: 4 / 3; }.comparison-help { font-size: 12px; }
  .about-photo-wrap { min-height: 500px; }.about-copy { padding-inline: 2px; }
  .cta-inner { padding-inline: 18px; }.cta-inner .button { flex: 1 1 100%; }
  .footer-grid { grid-template-columns: 1fr; padding-inline: 18px; }.footer-bottom { flex-direction: column; gap: 7px; text-align: center; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
}

@media (max-width: 400px) {
  .hero h1 { font-size: 34px; }
  .hero-photo-wrap { min-height: 440px; }.hero-photo { top: -15%; height: 180%; }
}

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