:root {
  --ink: #141312;
  --ink-soft: #26241f;
  --paper: #f6f3ec;
  --white: #fffdf8;
  --gold: #a8894b;
  --gold-light: #d9bf85;
  --line: rgba(20, 19, 18, 0.15);
  --muted: #6b675e;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
::selection { background: var(--gold-light); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 40; top: 12px; left: 12px; padding: 12px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 35; top: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 22px max(24px, calc((100vw - 1200px) / 2)); color: var(--white); transition: background .35s ease, box-shadow .35s ease, padding .35s ease; }
.site-header.is-scrolled { padding-top: 14px; padding-bottom: 14px; background: rgba(16, 15, 14, .88); box-shadow: 0 12px 32px rgba(0, 0, 0, .18); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; width: 40px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(217, 191, 133, .65); color: var(--gold-light); font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: .04em; transition: background .3s ease, color .3s ease; }
.brand:hover .brand-mark { background: var(--gold-light); color: var(--ink); }
.brand-copy { display: grid; gap: 3px; }
.brand-copy small, .kicker { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: .01em; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.main-nav a, .header-phone { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { position: absolute; bottom: 1px; left: 0; width: 0; height: 1px; background: var(--gold-light); content: ''; transition: width .3s cubic-bezier(.2,.8,.2,1); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.45); transition: background .3s ease, color .3s ease, border-color .3s ease; }
.header-phone .btn-icon { width: 14px; height: 14px; color: var(--gold-light); flex-shrink: 0; transition: color .3s ease; }
.header-phone:hover .btn-icon { color: var(--ink); }
.header-phone:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; min-height: max(730px, 100svh); align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; animation: hero-scale 14s cubic-bezier(.2,.6,.3,1) both; }
.hero-veil { background: linear-gradient(90deg, rgba(9, 9, 11, .88) 0%, rgba(9, 9, 11, .6) 44%, rgba(9, 9, 11, .24) 100%), linear-gradient(0deg, rgba(9, 9, 11, .74), transparent 46%), radial-gradient(circle at 50% 38%, rgba(168, 137, 75, .16), transparent 55%); }
.hero-content { position: relative; width: min(800px, calc(100% - 48px)); min-width: 0; margin-inline: auto; padding: 210px 0 205px; text-align: center; }
.hero-kicker { display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--gold-light); animation: rise .9s .15s both; }
.kicker-line { display: inline-block; width: 42px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-light)); }
.kicker-line:last-child { background: linear-gradient(90deg, var(--gold-light), transparent); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; }
h1 { margin-top: 18px; font-size: clamp(50px, 6.6vw, 92px); line-height: .98; letter-spacing: -.015em; animation: rise 1s .26s both; }
h1 span, h1 em { display: block; }
h1 em { color: var(--gold-light); font-style: italic; font-weight: 400; }
.hero-intro { max-width: 600px; margin: 30px auto 0; overflow-wrap: anywhere; font-size: clamp(17px, 1.7vw, 21px); font-weight: 400; line-height: 1.6; color: rgba(255,255,255,.87); animation: rise 1s .42s both; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 26px; margin-top: 38px; animation: rise 1s .56s both; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; overflow: hidden; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: transform .3s cubic-bezier(.2,.8,.2,1), background .3s ease, color .3s ease, box-shadow .3s ease; }
.button::before { position: absolute; inset: 0; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.28) 50%, transparent 60%); content: ''; transform: translateX(-110%); transition: transform .7s ease; }
.button:hover::before { transform: translateX(110%); }
.button .btn-arrow { font-size: 19px; font-weight: 400; }
.btn-label { display: inline-flex; align-items: center; gap: 11px; }
.btn-icon { flex-shrink: 0; }
.button .btn-icon { width: 16px; height: 16px; }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0, 0, 0, .22); }
.button-gold { background: var(--gold); color: var(--white); }
.button-gold:hover { background: var(--gold-light); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.text-link span { font-size: 17px; transition: transform .25s cubic-bezier(.2,.8,.2,1); }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: var(--white); }
.text-link.dark { margin-top: 8px; color: var(--ink); }
.hero-status { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.2); border-bottom: 0; background: rgba(255,255,255,.09); backdrop-filter: blur(18px); animation: rise 1.1s .68s both; }
.hero-status a { position: relative; display: block; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.2); overflow: hidden; text-decoration: none; transition: background .3s ease; }
.hero-status a:last-child { border-right: 0; }
.hero-status a:hover { background: rgba(255,255,255,.14); }
.hero-status a::before { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.28) 50%, transparent 60%); content: ''; transform: translateX(-130%); transition: transform .7s ease; }
.hero-status a:hover::before { transform: translateX(130%); }
.hero-status strong { transition: color .3s ease; }
.hero-status a:hover strong { color: var(--gold-light); }
.hero-status span, .account-list span, .contact-details span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-status span { color: var(--gold-light); }
.hero-status strong { font-size: 13px; font-weight: 600; letter-spacing: .02em; }

.section { padding: clamp(90px, 12vw, 160px) 0; }
.kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; color: var(--gold); }
.kicker::before { width: 34px; height: 1px; background: var(--gold); content: ''; }
.hero-kicker::before { content: none; }
h2 { font-size: clamp(40px, 5vw, 70px); line-height: 1.02; letter-spacing: -.015em; }
.intro { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(48px, 9vw, 132px); align-items: start; }
.intro-heading { max-width: 470px; }
.intro-copy { max-width: 680px; padding-top: 8px; }
.intro-copy p, .services-head > p, .payments-intro > p:not(.kicker), .contact-main > p:not(.kicker) { margin: 0 0 21px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.lead-drop::first-letter { float: left; margin: 6px 14px 0 0; color: var(--gold); font-family: var(--serif); font-size: 64px; font-weight: 500; line-height: .8; }
.portrait { align-self: stretch; }
.portrait-frame { position: relative; display: block; width: 100%; padding: 0; border: 1px solid var(--line); background: #e6e0d3; overflow: hidden; cursor: pointer; box-shadow: 0 30px 60px -40px rgba(20, 19, 18, .5); transition: box-shadow .4s ease, transform .4s cubic-bezier(.2,.8,.2,1); }
.portrait-frame:hover { box-shadow: 0 42px 74px -40px rgba(20, 19, 18, .62); }
.portrait-frame img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 22%; transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .35s ease; }
.portrait-frame:hover img { transform: scale(1.035); }
.portrait-frame.is-switching img { opacity: 0; }
.portrait-frame::after { position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(217, 191, 133, .28); content: ''; }
.portrait-badge { position: absolute; top: 14px; right: 14px; padding: 6px 12px; background: rgba(20, 19, 18, .68); color: var(--white); font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .12em; backdrop-filter: blur(6px); }
.portrait-hover { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; background: linear-gradient(0deg, rgba(20, 19, 18, .85), transparent); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; text-align: center; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.portrait-frame:hover .portrait-hover, .portrait-frame:focus-visible .portrait-hover { opacity: 1; transform: none; }
.services { background: var(--white); }
.services-head { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.services-head > p { margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { display: flex; flex-direction: column; min-height: 255px; padding: 30px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 30px -28px rgba(20, 19, 18, .48); transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2,.8,.2,1); }
.service-card h3 { margin-bottom: 12px; font-size: clamp(27px, 2.4vw, 35px); line-height: 1.04; transition: color .3s ease; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.68; }
.service-card--property { background-color: var(--paper); background-image: linear-gradient(105deg, rgba(246, 243, 236, .2), rgba(255, 253, 248, .08)), url('uslugi/nieruchomosci-tlo-v1.png'); background-position: center; background-size: cover; }
.service-card--family { background-color: var(--paper); background-image: linear-gradient(105deg, rgba(246, 243, 236, .18), rgba(255, 253, 248, .06)), url('uslugi/sprawy-rodzinne-tlo-v1.png'); background-position: center; background-size: cover; }
.service-card--inheritance { background-color: var(--paper); background-image: linear-gradient(105deg, rgba(246, 243, 236, .17), rgba(255, 253, 248, .05)), url('uslugi/spadki-tlo-v1.png'); background-position: center; background-size: cover; }
.service-card--corporate { background-color: var(--paper); background-image: linear-gradient(105deg, rgba(246, 243, 236, .17), rgba(255, 253, 248, .05)), url('uslugi/spolki-protokoly-tlo-v1.png'); background-position: center; background-size: cover; }
.service-card--certification { background-color: var(--paper); background-image: linear-gradient(105deg, rgba(246, 243, 236, .17), rgba(255, 253, 248, .05)), url('uslugi/poswiadczenia-tlo-v1.png'); background-position: center; background-size: cover; }
.service-card--deposits { background-color: var(--paper); background-image: linear-gradient(105deg, rgba(190, 168, 125, .16), rgba(229, 216, 190, .14)), url('uslugi/depozyty-tlo-v2.png'); background-position: center; background-size: cover; }
.service-card--with-art { border-color: var(--line); box-shadow: 0 16px 30px -28px rgba(20, 19, 18, .48); }
.service-card.service-card--with-art.reveal.is-visible { transition: transform .16s cubic-bezier(.2,.8,.2,1), box-shadow .16s ease, border-color .16s ease; transition-delay: 0s; }
.service-card.service-card--with-art.reveal.is-visible:hover { border-color: rgba(168, 137, 75, .58); box-shadow: 0 26px 42px -30px rgba(20, 19, 18, .55); transform: translateY(-6px); }
.service-card--with-art:hover h3 { color: var(--ink); }
.service-note { display: flex; gap: 18px; padding-top: 30px; }
.note-line { width: 44px; min-width: 44px; height: 2px; margin-top: 10px; background: var(--gold); }
.service-note p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.7; }

.feature-photo { position: relative; display: grid; min-height: 500px; place-items: center; overflow: hidden; background: linear-gradient(115deg, #16140f, #4a4232); color: var(--white); }
.feature-photo-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 74% 30%, rgba(217, 191, 133, .28), transparent 30%), radial-gradient(circle at 18% 78%, rgba(168, 137, 75, .18), transparent 34%), linear-gradient(90deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .08)); }
.feature-photo-copy { position: relative; text-align: center; }
.feature-photo-copy .kicker { justify-content: center; color: var(--gold-light); }
.feature-photo-copy .kicker::before, .feature-photo-copy .kicker::after { width: 34px; height: 1px; background: var(--gold-light); content: ''; }
.feature-photo-copy p:last-child { max-width: 760px; margin: 0 auto; font-family: var(--serif); font-size: clamp(34px, 4.4vw, 62px); font-weight: 500; line-height: 1.08; }
.payments { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); }
.payments-intro h2 { margin-bottom: 25px; }
.payment-logos { display: block; width: min(280px, 100%); margin-top: 30px; }
.account-list { display: grid; gap: 16px; }
.account-card { position: relative; padding: 24px 26px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 46px -34px rgba(20, 19, 18, .5); transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease; }
.account-card:hover { transform: translateY(-2px); border-color: rgba(168, 137, 75, .45); box-shadow: 0 30px 56px -34px rgba(20, 19, 18, .6); }
.account-number { display: block; font-family: var(--sans); font-size: clamp(18px, 1.9vw, 24px); font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: .05em; line-height: 1.35; color: var(--ink); overflow-wrap: anywhere; }
.account-name { display: block; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); font-weight: 500; line-height: 1.3; color: var(--ink); }
.account-iban { display: block; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; font-variant-numeric: tabular-nums; letter-spacing: .03em; line-height: 1.6; }
.account-card--info .account-iban { border-top: 0; padding-top: 0; }
.copy-button { margin-top: 16px; }
.copy-button { margin-top: 14px; padding: 9px 16px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: background .3s ease, color .3s ease, border-color .3s ease; }
.copy-button:hover { border-color: var(--gold); background: var(--gold); color: var(--white); }
.copy-button.is-copied { border-color: var(--gold); background: var(--gold); color: var(--white); }

.contact { padding: clamp(90px, 12vw, 150px) 0 0; background: var(--ink); color: var(--white); }
.contact-head { display: flex; align-items: flex-end; justify-content: space-between; gap: clamp(32px, 5vw, 72px); }
.contact-head .button { flex-shrink: 0; margin-bottom: 6px; }
.contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 5vw, 68px); align-items: start; margin-top: clamp(44px, 6vw, 76px); }
.contact-main .kicker { color: var(--gold-light); }
.contact-main .kicker::before { background: var(--gold-light); }
.contact-main > p:not(.kicker) { margin-bottom: 0; max-width: 540px; color: rgba(255,255,255,.66); }
.contact-details { border-top: 1px solid rgba(255,255,255,.16); }
.contact-details > * { display: block; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; transition: padding-left .3s cubic-bezier(.2,.8,.2,1); }
.contact-details > a:hover { padding-left: 12px; }
.contact-details span { color: var(--gold-light); }
.contact-details strong { font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.35; }
.hours-block .hours-label { margin-bottom: 14px; }
.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.hours li:first-child { padding-top: 0; }
.hours li:last-child { padding-bottom: 0; border-bottom: 0; }
.hours .hours-day, .hours .hours-time { display: inline-block; margin: 0; color: rgba(255,255,255,.88); font-family: var(--sans); font-size: 15px; font-weight: 500; letter-spacing: .01em; text-transform: none; }
.hours .hours-time { font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: .03em; white-space: nowrap; }
.hours li.is-today { margin-left: -14px; padding: 12px 0 12px 14px; box-shadow: inset 2px 0 0 var(--gold-light); background: linear-gradient(90deg, rgba(217,191,133,.1), transparent 78%); }
.hours li.is-today .hours-day { color: var(--gold-light); font-weight: 700; }
.hours li.is-today .hours-time { color: var(--gold-light); }
.hours .hours-day .hours-flag { display: inline-block; margin: 0 0 0 10px; padding: 2px 8px; border: 1px solid rgba(217,191,133,.5); color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; vertical-align: 2px; }
.contact-map { display: flex; flex-direction: column; }
.contact-map-frame { position: relative; flex: 1 1 auto; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6); overflow: hidden; }
.contact-map-frame::after { position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(217, 191, 133, .18); content: ''; }
.contact-map-frame iframe { display: block; width: 100%; height: 100%; min-height: clamp(340px, 40vw, 460px); border: 0; filter: grayscale(.28) contrast(1.03) brightness(.98); transition: filter .5s ease; }
.contact-map-frame:hover iframe { filter: grayscale(0) contrast(1) brightness(1); }
.contact-map-bar { margin-top: 16px; }
.contact-map-bar .button { width: 100%; }
.button-gold-ghost { border-color: rgba(168, 137, 75, .55); color: var(--gold-light); }
.button-gold-ghost .btn-icon { color: var(--gold-light); transition: color .3s ease; }
.button-gold-ghost:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
.button-gold-ghost:hover .btn-icon { color: var(--white); }

.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: clamp(60px, 8vw, 110px); padding-top: 26px; padding-bottom: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: 12px; letter-spacing: .04em; }
.footer a { text-decoration: none; transition: color .25s ease; }
.footer a:hover { color: var(--gold-light); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes hero-scale { from { transform: scale(1.09); } to { transform: scale(1); } }

@media (max-width: 840px) {
  .site-header { grid-template-columns: 1fr auto; padding: 16px 24px; }
  .header-phone { display: none; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.1); color: var(--white); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; background: currentColor; }
  .main-nav { position: fixed; top: 74px; left: 16px; right: 16px; display: grid; gap: 0; padding: 12px 20px; background: rgba(16, 15, 14, .96); box-shadow: 0 20px 40px rgba(0, 0, 0, .18); transform: translateY(-18px); visibility: hidden; opacity: 0; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .main-nav.is-open { transform: none; visibility: visible; opacity: 1; }
  .main-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .main-nav a:last-child { border: 0; }
  .hero { min-height: 800px; }
  .hero-content { padding-top: 190px; padding-bottom: 220px; }
  .hero-status { grid-template-columns: 1fr; width: min(510px, calc(100% - 48px)); }
  .hero-status a { padding: 13px 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .hero-status a:last-child { border-bottom: 0; }
  .intro, .services-head, .payments, .contact-grid { grid-template-columns: 1fr; }
  .intro { gap: 32px; }
  .portrait { max-width: 520px; }
  .services-head { gap: 22px; margin-bottom: 38px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .payments { gap: 50px; }
  .contact-head { flex-direction: column; align-items: flex-start; gap: 28px; }
  .contact-head .button { margin-bottom: 0; }
  .contact-grid { gap: 40px; }
  .footer { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .shell { width: min(calc(100% - 32px), 1200px); }
  .site-header { padding: 14px 16px; }
  .brand-mark { width: 34px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 9px; letter-spacing: .16em; }
  .hero { min-height: 820px; }
  .hero-content { width: calc(100% - 32px); padding-top: 165px; padding-bottom: 242px; }
  h1 { font-size: clamp(36px, 11vw, 46px); }
  .kicker-line { width: 26px; }
  .hero-intro { width: 100%; max-width: 100%; font-size: 17px; }
  .hero-actions { display: grid; gap: 18px; }
  .button { width: 100%; }
  .lead-drop::first-letter { font-size: 52px; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { min-height: 0; padding: 26px 24px; }
  .service-card h3 { font-size: 30px; }
  .feature-photo { min-height: 430px; }
  .account-list strong { font-size: 20px; }
  .footer { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

