:root {
  --ink: #090b0e;
  --ink-soft: #101319;
  --panel: #141820;
  --panel-2: #191e27;
  --ivory: #f3eee5;
  --muted: #9aa0aa;
  --gold: #c8a56a;
  --gold-light: #e3c58d;
  --line: rgba(227, 197, 141, .18);
  --container: 1240px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 18% 0%, rgba(122, 88, 44, .11), transparent 32rem),
    var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: #0a0b0d; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.display {
  margin: 18px 0 24px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: .88;
  letter-spacing: -.045em;
}
.section-title {
  margin: 14px 0 20px;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.035em;
}
.section-copy { max-width: 680px; color: #b7bac0; font-size: 1.05rem; }
.gold { color: var(--gold-light); }
.section { padding: 130px 0; position: relative; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 60px; }
.section-index { color: #565b63; font-family: var(--serif); font-size: 1.1rem; }
.line-icon { width: 46px; height: 46px; object-fit: contain; opacity: .82; filter: brightness(0) saturate(100%) invert(86%) sepia(31%) saturate(698%) hue-rotate(354deg) brightness(96%) contrast(91%); transition: opacity .4s ease, transform .55s cubic-bezier(.22,1,.36,1), filter .4s ease; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, transform .35s;
  background: rgba(8, 10, 13, .92);
  backdrop-filter: blur(18px);
}
.site-header.scrolled { background: rgba(8, 10, 13, .88); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.07); }
.nav { position: relative; height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-header { width: 230px; height: 68px; gap: 12px; }
.brand-header .brand-symbol { width: 64px; height: 64px; object-fit: contain; flex: 0 0 64px; }
.brand-header .brand-logo-full { width: 148px; height: 42px; object-fit: contain; filter: brightness(2.1) saturate(.58); }
.brand-word { font-family: var(--serif); font-size: 1.55rem; letter-spacing: .06em; }
.brand-word small { display: block; color: var(--muted); font-family: var(--sans); font-size: .52rem; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 17px; margin-left: auto; font-size: .75rem; }
.nav-links a { color: #c6c8cc; transition: color .25s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-light); }
.header-contacts { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; justify-content: center; gap: 16px; line-height: 1; }
.header-contacts a { color: var(--gold-light); font-size: .78rem; font-weight: 500; white-space: nowrap; transition: color .25s; }
.header-contacts a + a { position: relative; padding-left: 17px; }
.header-contacts a + a::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 12px; transform: translateY(-50%); background: rgba(227,197,141,.32); }
.header-contacts a:hover { color: #fff0c8; }
.nav-contact-mobile { display: none; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(227,197,141,.38); color: var(--gold-light) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; }
.menu-toggle:focus-visible, .nav-links a:focus-visible, .btn:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }

.hero { min-height: 100svh; padding-top: 88px; position: relative; display: grid; align-items: center; overflow: hidden; background: #090b0e; }
.hero-media { position: absolute; z-index: 0; top: 88px; right: -12vw; bottom: 0; width: 67vw; background: transparent; }
.hero-media img { width: 100%; height: 100%; object-fit: contain; object-position: right center; filter: saturate(.8) contrast(1.07) brightness(.88); transform: none; animation: heroIn 1.8s cubic-bezier(.22,1,.36,1) forwards; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #090b0e 0%, rgba(9,11,14,.92) 10%, rgba(9,11,14,.56) 32%, rgba(9,11,14,.12) 58%, transparent 100%), linear-gradient(180deg, #090b0e 0%, #090b0e 7%, rgba(9,11,14,.74) 11%, transparent 22%, transparent 78%, rgba(9,11,14,.48) 91%, #090b0e 100%); }
.hero-inner { z-index: 2; position: relative; padding-top: 138px; padding-bottom: 68px; }
.hero-copy { max-width: 660px; }
.hero-copy .display { font-size: clamp(4.3rem, 6vw, 6.7rem); }
.hero-copy p { max-width: 580px; color: #c2c3c6; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.btn { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 26px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(120deg, #9c6f34 0%, var(--gold-light) 28%, #f4dea9 48%, var(--gold-light) 68%, #9c6f34 100%); background-size: 260% 100%; color: #0c0e10; animation: goldFlow 2.8s ease-in-out infinite; box-shadow: 0 10px 30px rgba(188,145,79,.12); }
.btn-primary::after { content: ""; position: absolute; z-index: -1; inset: -100% auto -100% -40%; width: 24%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); animation: buttonGlint 2.6s linear infinite; }
.btn-primary:hover { box-shadow: 0 14px 42px rgba(211,170,102,.28); }
.btn-secondary { min-height: 48px; padding: 0 18px; border: 0; background: transparent; color: #d9d9d7; backdrop-filter: none; }
.btn-secondary:hover { background: transparent; color: var(--gold-light); }
.about-band .btn-secondary { color: #1c1d20; }
.about-band .btn-secondary:hover { color: #a27335; background: transparent; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 680px; margin-top: 62px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-stat { padding: 22px 28px 0 0; }
.hero-stat strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 2.1rem; color: var(--gold-light); }
.hero-stat span { color: #999da4; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.scroll-note { position: absolute; z-index: 2; right: 40px; bottom: 58px; writing-mode: vertical-rl; color: #9a9da2; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-note::after { content: ""; display: inline-block; height: 66px; width: 1px; margin-top: 16px; background: linear-gradient(var(--gold), transparent); animation: pulseLine 2s infinite; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { display: block; position: relative; min-height: 330px; padding: 38px; border: 0; color: inherit; text-decoration: none; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008)), radial-gradient(circle at 100% 0%, rgba(197,155,91,.08), transparent 42%); overflow: hidden; cursor: pointer; box-shadow: 0 24px 70px rgba(0,0,0,.16); transition: background .45s, transform .45s, box-shadow .45s; }
.service-card::before { content: ""; position: absolute; left: 38px; top: 104px; width: 42px; height: 1px; background: var(--gold); transform-origin: left; transition: width .45s; }
.service-card::after { content: ""; position: absolute; inset: auto -40% -90% 15%; height: 220px; background: radial-gradient(circle, rgba(202,164,105,.22), transparent 70%); transition: transform .6s; }
.service-card:hover { background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)), radial-gradient(circle at 100% 0%, rgba(197,155,91,.16), transparent 48%); transform: translateY(-8px); box-shadow: 0 32px 90px rgba(0,0,0,.35); }
.service-card:hover::before { width: 86px; }
.service-card:hover::after { transform: translateY(-60px); }
.service-no { color: var(--gold-light); font-family: var(--serif); font-size: 1rem; opacity: .72; }
.service-card h3 { margin: 46px 0 16px; max-width: 300px; font-family: var(--serif); font-weight: 500; font-size: 2.15rem; line-height: 1.02; }
.service-card p { position: relative; z-index: 1; color: #a7abb2; font-size: .88rem; max-width: 330px; }
.service-arrow { position: absolute; right: 32px; top: 32px; width: auto; height: auto; display: block; border: 0; color: var(--gold-light); font-size: 1.1rem; transition: transform .35s; }
.service-card:hover .service-arrow { transform: translate(3px,-3px); }
.service-card:hover .line-icon, .process-step:hover .line-icon, .seo-block:hover .line-icon { opacity: 1; transform: translateY(-3px) scale(1.06); filter: brightness(0) saturate(100%) invert(94%) sepia(30%) saturate(652%) hue-rotate(336deg) brightness(105%) contrast(102%); }

.service-detail-hero { padding-top: 86px; min-height: 760px; display: flex; align-items: stretch; background: #090b0e; overflow: hidden; }
.service-detail-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(42px, 7vw, 110px); align-items: center; padding-block: 72px 80px; }
.service-detail-copy { position: relative; z-index: 2; }
.service-detail-copy .breadcrumb { margin-bottom: 44px; }
.service-audience-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; }
.service-audience-pills span { padding: 8px 12px; border: 1px solid rgba(218,178,108,.28); color: var(--gold-light); background: rgba(197,155,91,.045); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.service-detail-copy .display { max-width: 720px; margin: 24px 0 28px; font-size: clamp(4.2rem, 6.5vw, 7.6rem); line-height: .85; }
.service-detail-copy .section-copy { max-width: 660px; margin-bottom: 38px; }
.service-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.service-phone-link { color: #d4d5d7; font-size: .86rem; letter-spacing: .04em; transition: color .25s; }
.service-phone-link:hover { color: var(--gold-light); }
.service-detail-visual { position: relative; min-height: 610px; align-self: stretch; background-image: linear-gradient(90deg, #090b0e 0%, transparent 24%), linear-gradient(0deg, #090b0e 0%, transparent 22%, transparent 78%, #090b0e 100%), url('assets/service-practices-v1.png'); background-repeat: no-repeat; background-size: 100% 100%, 100% 100%, 300% 200%; filter: saturate(.76) contrast(1.08); }
.service-detail-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 54% 46%, transparent 38%, rgba(9,11,14,.28) 78%); pointer-events: none; }
.service-image-court { background-position: 0 0, 0 0, 0% 0%; }
.service-image-contracts { background-position: 0 0, 0 0, 50% 0%; }
.service-image-property { background-position: 0 0, 0 0, 100% 0%; }
.service-image-business { background-position: 0 0, 0 0, 0% 100%; }
.service-image-family { background-position: 0 0, 0 0, 50% 100%; }
.service-image-debt { background-position: 0 0, 0 0, 100% 100%; }
.service-trust { border-block: 1px solid var(--line); background: #0d1014; }
.service-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-trust-grid > div { min-height: 126px; padding: 28px 34px; display: grid; align-content: center; gap: 8px; border-right: 1px solid var(--line); }
.service-trust-grid > div:last-child { border-right: 0; }
.service-trust-grid strong { color: #e1ddd5; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.service-trust-grid span { max-width: 340px; color: #8f939b; font-size: .72rem; line-height: 1.55; }
.service-audiences { background: linear-gradient(180deg, #0b0e12, #090b0e); }
.service-audiences .section-head { align-items: end; }
.service-audiences .section-head .section-copy { max-width: 570px; }
.service-audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-audience-grid article { position: relative; min-height: 560px; padding: clamp(34px, 5vw, 64px); border: 1px solid var(--line); background: radial-gradient(circle at 100% 0%, rgba(197,155,91,.1), transparent 42%), rgba(255,255,255,.012); overflow: hidden; transition: transform .4s, border-color .4s, background .4s; }
.service-audience-grid article:hover { transform: translateY(-6px); border-color: rgba(218,178,108,.38); background: radial-gradient(circle at 100% 0%, rgba(197,155,91,.16), transparent 48%), rgba(255,255,255,.018); }
.service-audience-number { color: var(--gold-light); font-family: var(--serif); font-size: 1rem; }
.service-audience-grid h2 { margin: 42px 0 16px; max-width: 560px; font-family: var(--serif); font-size: clamp(2.6rem, 4vw, 4.5rem); font-weight: 500; line-height: .92; }
.service-audience-grid p { min-height: 54px; max-width: 540px; color: var(--muted); }
.service-audience-grid ul { margin: 34px 0 44px; }
.service-audience-grid li { position: relative; padding: 15px 0 15px 24px; border-top: 1px solid var(--line); color: #b9bcc2; font-size: .84rem; }
.service-audience-grid li::before { content: ""; position: absolute; left: 0; top: 23px; width: 9px; height: 1px; background: var(--gold); }
.service-audience-grid article > a { position: absolute; inset: auto clamp(34px, 5vw, 64px) 40px; display: flex; justify-content: space-between; color: var(--gold-light); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.service-audience-grid article > a span { transition: transform .25s; }
.service-audience-grid article > a:hover span { transform: translate(3px,-3px); }
.service-content-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 8vw, 120px); align-items: start; }
.service-scope-list { margin-top: 42px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.service-scope-list li { position: relative; padding: 20px 0 20px 28px; border-top: 1px solid var(--line); color: #b7bac0; }
.service-scope-list li::before { content: ""; position: absolute; left: 0; top: 28px; width: 10px; height: 1px; background: var(--gold); }
.service-result-card { position: sticky; top: 120px; padding: clamp(34px, 5vw, 62px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.038), rgba(255,255,255,.008)); }
.service-result-card h2 { margin: 25px 0 20px; font-family: var(--serif); font-size: clamp(2.3rem, 3.4vw, 4rem); font-weight: 500; line-height: .98; }
.service-result-card p { color: var(--muted); }
.service-mini-steps { display: grid; gap: 0; margin-top: 38px; }
.service-mini-steps span { padding: 15px 0; border-top: 1px solid var(--line); color: #c7c9cd; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
.service-faq-section { background: #0d1014; }
.service-faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-faq-grid details { min-height: 230px; padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.015); }
.service-faq-grid summary { cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.55rem; line-height: 1.1; }
.service-faq-grid summary::-webkit-details-marker { display: none; }
.service-faq-grid summary::after { content: "+"; float: right; margin-left: 10px; color: var(--gold-light); font-family: var(--sans); font-size: 1rem; }
.service-faq-grid details[open] summary::after { content: "−"; }
.service-faq-grid p { margin-top: 24px; color: var(--muted); font-size: .86rem; }
.service-cta-band { padding: 56px 0; border-block: 1px solid rgba(218,178,108,.24); background: linear-gradient(105deg, rgba(145,99,43,.18), rgba(16,18,23,.88) 46%, rgba(197,155,91,.08)); }
.service-cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.service-cta-band h2 { max-width: 830px; margin-top: 12px; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4.4rem); font-weight: 500; line-height: .94; }
.service-cta-band .btn { flex: 0 0 auto; }
.service-other { padding-top: 0; }
.service-other-links { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 28px; border-top: 1px solid var(--line); }
.service-other-links a { display: flex; justify-content: space-between; gap: 20px; padding: 24px 4px; border-bottom: 1px solid var(--line); color: #d1d2d4; font-family: var(--serif); font-size: 1.45rem; transition: color .25s, padding .25s; }
.service-other-links a:nth-child(odd) { padding-right: 28px; border-right: 1px solid var(--line); }
.service-other-links a:nth-child(even) { padding-left: 28px; }
.service-other-links a:hover { color: var(--gold-light); padding-inline-start: 12px; }
.service-other-links span { color: var(--gold); }

.about-band { background: #ece6db; color: #17181a; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 9vw; }
.about-mark { font-family: var(--serif); font-size: clamp(14rem, 28vw, 28rem); line-height: .58; color: rgba(128,95,50,.08); user-select: none; }
.about-band .section-copy { color: #51545a; }
.principles { margin-top: 38px; display: grid; gap: 0; }
.principle { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(0,0,0,.12); }
.principle b { color: #9b7139; font-family: var(--serif); font-size: 1.2rem; }
.principle span { font-size: .94rem; }
.principle-icon { width: 27px; height: 27px; opacity: .72; filter: brightness(0) saturate(100%) invert(43%) sepia(29%) saturate(826%) hue-rotate(357deg) brightness(95%) contrast(90%); }

.team-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.lawyer-card { position: relative; min-height: 610px; background: transparent; overflow: visible; border: 0; }
.lawyer-card::before { content: ""; position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); transform: scaleX(0); transition: transform .55s cubic-bezier(.22,1,.36,1); }
.lawyer-card img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center top; opacity: .96; filter: grayscale(.28) saturate(.78) contrast(1.02) brightness(.94); transition: transform .7s cubic-bezier(.22,1,.36,1), filter .55s, opacity .55s; }
.lawyer-card-eva img { transform: scale(.96); transform-origin: center bottom; }
.lawyer-card-eva:hover img { transform: scale(1); }
.lawyer-card::after { content: ""; position: absolute; z-index: 0; left: 10%; right: 10%; top: 12%; bottom: 18%; border-radius: 48%; background: radial-gradient(circle at 50% 42%, rgba(220,190,144,.14), rgba(113,84,52,.065) 45%, transparent 72%); filter: blur(30px); opacity: .72; transition: opacity .5s, transform .6s; }
.lawyer-card:hover::before { transform: scaleX(1); }
.lawyer-card:hover::after { opacity: 1; transform: scale(1.035); }
.lawyer-card:hover img { transform: scale(1.025); opacity: 1; filter: grayscale(0) saturate(1.04) contrast(1) brightness(1); }
.lawyer-card[data-lawyer="artur"] img { content: url("assets/artur-cutout.png"); }
.lawyer-card[data-lawyer="vladimir"] img { content: url("assets/vladimir-cutout.png"); }
.lawyer-card[data-lawyer="eva"] img { content: url("assets/eva-cutout.png"); }
.lawyer-card[data-lawyer="konstantin"] img { content: url("assets/konstantin-cutout.png"); }
.lawyer-card[data-lawyer="mikhail"] img { content: url("assets/mikhail-cutout.png"); }
.lawyer-info { position: absolute; z-index: 2; inset: auto 26px 28px; }
.lawyer-info small { color: var(--gold-light); letter-spacing: .12em; text-transform: uppercase; font-size: .63rem; }
.lawyer-info h3 { margin: 10px 0 15px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1; }
.lawyer-metrics { display: flex; gap: 18px; color: #b6b8bd; font-size: .72rem; }
.lawyer-metrics strong { color: #fff; font-size: 1rem; font-weight: 500; }
.card-link { position: absolute; z-index: 3; inset: 0; }

.process { background: var(--ink-soft); }
.process-grid { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.process-grid::after, .seo-grid::after { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px var(--line); }
.process-step { background: var(--ink-soft); padding: 38px 28px; min-height: 250px; }
.process-step span { color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; }
.process-icon { width: 43px; height: 43px; }
.process-step h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.process-step p { color: var(--muted); font-size: .84rem; }

.contact-panel { position: relative; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(125deg, #151820 0%, #0d0f13 68%); padding: clamp(42px, 7vw, 86px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; }
.contact-panel::before { content: "§"; position: absolute; right: 1%; bottom: -32%; font-family: var(--serif); font-size: 28rem; color: rgba(197,156,94,.045); }
.contact-details { display: grid; gap: 12px; margin-top: 35px; color: #c4c6ca; }
.contact-details a:hover { color: var(--gold-light); }
.contact-lawyers-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.contact-lawyer { padding: 30px 26px; background: linear-gradient(145deg, rgba(255,255,255,.028), rgba(255,255,255,.008)); }
.contact-lawyer small { color: var(--gold-light); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-lawyer h3 { min-height: 58px; margin: 20px 0 28px; font-family: var(--serif); font-size: 1.55rem; line-height: 1.05; font-weight: 500; }
.contact-lawyer a { display: block; margin-top: 8px; color: #adb0b6; font-size: .78rem; transition: color .25s; }
.contact-lawyer a:hover { color: var(--gold-light); }
.contact-map-section { padding-top: 40px; }
.contact-map-section .section-head { align-items: end; }
.contact-map-address { display: grid; min-width: 310px; gap: 7px; padding-left: 30px; border-left: 1px solid var(--line); }
.contact-map-address > span { color: var(--gold-light); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-map-address strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.12; }
.contact-map-address a { width: fit-content; margin-top: 10px; color: #aeb1b7; font-size: .78rem; transition: color .25s; }
.contact-map-address a span { color: var(--gold); }
.contact-map-address a:hover { color: var(--gold-light); }
.contact-map-shell { position: relative; min-height: 500px; border: 1px solid var(--line); overflow: hidden; background: #11141a; }
.contact-map-shell::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 80px rgba(5,7,10,.38); }
.contact-map-shell iframe { display: block; width: 100%; height: 500px; border: 0; filter: grayscale(.7) saturate(.45) contrast(1.08) brightness(.8); transition: filter .45s; }
.contact-map-shell:hover iframe, .contact-map-shell:focus-within iframe { filter: grayscale(.12) saturate(.8) contrast(1.04) brightness(.92); }
.form { position: relative; z-index: 1; display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { color: #a9abb0; font-size: .67rem; letter-spacing: .11em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 0; background: transparent; color: #fff; padding: 13px 0; outline: none; transition: border-color .25s; }
.field select { color-scheme: dark; }
.field textarea { min-height: 92px; resize: vertical; }
.field textarea { scrollbar-width: none; -ms-overflow-style: none; }
.field textarea::-webkit-scrollbar { width: 0; height: 0; display: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); }
.consent { margin: 0; color: #858990; font-size: .68rem; line-height: 1.45; }
.form-status { min-height: 24px; font-size: .78rem; color: var(--gold-light); }

.footer { padding: 45px 0; border-top: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #777c84; font-size: .72rem; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: flex-end; }
.consent a, .privacy-content a { color: var(--gold-light); text-decoration: underline; text-decoration-color: rgba(227,197,141,.38); text-underline-offset: 3px; }
.consent a:hover, .privacy-content a:hover { color: #fff0c8; }
.privacy-content { max-width: 920px; }
.privacy-content h2 { margin: 56px 0 16px; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 500; line-height: 1; }
.privacy-content h3 { margin: 30px 0 10px; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.privacy-content p, .privacy-content li { color: #b3b7be; }
.privacy-content ul { padding-left: 20px; }
.privacy-meta { margin-top: 28px; color: #7f848d; font-size: .76rem; }
.sitemap-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.sitemap-group { min-height: 480px; padding: clamp(30px, 5vw, 58px); background: var(--ink-soft); }
.sitemap-group h2 { margin: 20px 0 32px; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 500; line-height: .95; }
.sitemap-group > a { display: block; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); color: #b8bbc1; font-size: .9rem; transition: color .25s, padding-left .25s; }
.sitemap-group > a:hover { padding-left: 8px; color: var(--gold-light); }

.page-hero { padding: 190px 0 90px; min-height: 60vh; display: flex; align-items: end; border-bottom: 1px solid var(--line); }
.page-hero .display { max-width: 990px; }
.breadcrumb { color: #747983; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumb a:hover { color: var(--gold-light); }

.lawyer-hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; }
.lawyer-hero-media { position: absolute; inset: 0; }
.lawyer-hero-media img { position: absolute; right: 3%; bottom: 0; width: min(52vw, 760px); height: 92%; object-fit: contain; object-position: bottom; filter: saturate(.88) brightness(.96); }
.lawyer-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #090b0e 0%, rgba(9,11,14,.92) 38%, rgba(9,11,14,.18) 68%, transparent 100%), linear-gradient(0deg, #090b0e 0%, transparent 28%); }
.lawyer-hero-content { position: relative; z-index: 2; padding: 180px 0 72px; max-width: 720px; }
.lawyer-hero h1 { font-size: clamp(4rem, 8vw, 8rem); }
.lawyer-title { color: var(--gold-light); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.lawyer-hero .hero-stats { max-width: 520px; grid-template-columns: repeat(2, 1fr); }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.expertise-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.expertise-item { padding: 16px 0; border-bottom: 1px solid var(--line); color: #c6c8cc; font-size: .9rem; }
.expertise-item::before { content: "—"; color: var(--gold); margin-right: 12px; }
.about-seo { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.brand-manifest { overflow: hidden; background: radial-gradient(circle at 78% 18%, rgba(197,155,91,.09), transparent 34%), #0b0e12; }
.manifest-lead { max-width: 940px; margin-bottom: 76px; }
.manifest-latin { margin: 18px 0 24px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.3rem,2.2vw,2rem); font-style: italic; letter-spacing: .04em; }
.manifest-intro { max-width: 850px; margin: 30px 0 18px; color: #c3c5ca; font-size: clamp(1rem,1.5vw,1.25rem); line-height: 1.7; }
.manifest-translation { max-width: 800px; margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.5rem,2.7vw,2.6rem); line-height: 1.15; }
.manifest-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); }
.manifest-card { min-height: 330px; padding: 38px 34px; background: #0d1014; }
.manifest-card > span { color: var(--gold-light); font-family: var(--serif); font-size: 1rem; }
.manifest-card h3, .value-card h3 { margin: 54px 0 16px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1; }
.manifest-card p, .value-card p { margin: 0; color: #aeb2b9; font-size: .87rem; line-height: 1.75; }
.values-grid { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); }
.values-grid::after { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px var(--line); }
.value-card { min-height: 350px; padding: 38px 34px; background: var(--ink-soft); }
.value-card h3 { margin-top: 46px; }
.strategy-statement { background: linear-gradient(125deg, rgba(197,155,91,.065), transparent 45%); }
.statement-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(55px,9vw,140px); align-items: start; }
.statement-title { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(3.8rem,7vw,7.2rem); font-weight: 500; line-height: .9; letter-spacing: -.04em; }
.statement-copy { max-width: 700px; }
.statement-copy p { margin: 0 0 24px; color: #b7bbc1; font-size: 1rem; line-height: 1.75; }
.statement-copy blockquote { margin: 36px 0; padding: 5px 0 5px 28px; border-left: 1px solid var(--gold); color: #e4dfd5; font-family: var(--serif); font-size: clamp(1.5rem,2.6vw,2.45rem); line-height: 1.16; }
.statement-copy strong { color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.5rem,2.5vw,2.3rem); font-weight: 500; }
.seo-grid { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.seo-block { min-height: 320px; padding: 38px 34px; background: #0d1014; }
.seo-block > span { color: var(--gold-light); font-family: var(--serif); font-size: 1.1rem; }
.seo-icon { width: 43px; height: 43px; }
.seo-block h3 { margin: 34px 0 16px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.05; }
.seo-block p { margin: 0; color: #a9adb4; font-size: .86rem; }
.seo-subtitle { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(2.2rem, 3.8vw, 4rem); font-weight: 500; line-height: 1; }
.about-clients .btn-secondary { margin-top: 22px; padding-left: 0; }
.work-stages { border-top: 1px solid rgba(255,255,255,.05); }
.faq-section { background: var(--ink-soft); }
.faq-list { max-width: 980px; margin-left: auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 54px 28px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.6rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); color: var(--gold-light); font-family: var(--sans); font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; margin: -4px 0 28px; color: #aeb2b9; font-size: .92rem; }
.docs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.doc-card { position: relative; border: 0; background: transparent; padding: 0; cursor: zoom-in; overflow: hidden; }
.doc-card img { width: 100%; height: 360px; object-fit: contain; opacity: .86; transition: transform .45s, opacity .3s; }
.doc-card:hover img { transform: scale(1.025); opacity: 1; }
.doc-card span { display: block; padding: 14px 0 5px; color: #adb0b5; font-size: .75rem; }
.doc-pdf-link { position: relative; z-index: 2; display: inline-block; margin-top: 6px; color: var(--gold-light); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.doc-pdf-link:hover { color: #fff; }

@media (min-width: 1051px) {
  .team-grid .lawyer-info { inset-inline: 16px; }
  .team-grid .lawyer-info h3 { font-size: 1.52rem; }
  .team-grid .lawyer-metrics { gap: 10px; font-size: .66rem; }
}
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.review { position: relative; border: 1px solid var(--line); padding: 34px; background: rgba(255,255,255,.018); }
.review::before { content: "“"; position: absolute; top: 12px; right: 22px; color: rgba(227,197,141,.16); font-family: var(--serif); font-size: 5rem; line-height: 1; }
.review p { color: #b8bbc1; font-size: .92rem; }
.review strong { display: block; margin-top: 22px; color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.empty-doc { min-height: 270px; display: grid; place-items: center; text-align: center; color: #787d85; border: 1px dashed var(--line); }

.lightbox { position: fixed; z-index: 90; inset: 0; display: none; place-items: center; padding: 30px; background: rgba(3,4,6,.93); backdrop-filter: blur(12px); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; right: 25px; top: 20px; border: 1px solid var(--line); background: #101216; width: 48px; height: 48px; cursor: pointer; font-size: 1.4rem; }

.modal { position: fixed; z-index: 80; inset: 0; display: none; place-items: center; padding: 22px; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,4,6,.86); backdrop-filter: blur(10px); }
.modal-card { position: relative; width: min(620px, 100%); max-height: 92vh; overflow-y: auto; background: #12151b; border: 1px solid var(--line); padding: clamp(30px, 5vw, 54px); box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.modal-card { scrollbar-width: none; -ms-overflow-style: none; }
.modal-card::-webkit-scrollbar { width: 0; height: 0; display: none; }
.modal-close { position: absolute; right: 15px; top: 15px; border: 0; background: transparent; cursor: pointer; color: #a8abb0; font-size: 1.5rem; }
.modal-card h2 { margin: 5px 0 28px; font-family: var(--serif); font-size: 2.8rem; font-weight: 500; line-height: 1; }
body.no-scroll { overflow: hidden; }

.cookie-notice { position: fixed; z-index: 65; right: 22px; bottom: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; width: min(420px, calc(100vw - 32px)); padding: 18px 18px 18px 20px; border: 1px solid rgba(227,197,141,.22); background: rgba(13,16,20,.96); box-shadow: 0 18px 58px rgba(0,0,0,.4); opacity: 0; transform: translateY(10px); transition: opacity .28s ease, transform .32s cubic-bezier(.22,1,.36,1); }
.cookie-notice.is-visible { opacity: 1; transform: none; }
.cookie-notice p { margin: 0; color: #b9bdc4; font-size: .76rem; line-height: 1.55; }
.cookie-notice a { color: var(--gold-light); text-decoration: underline; text-decoration-color: rgba(227,197,141,.42); text-underline-offset: 3px; }
.cookie-notice a:hover { color: #fff; }
.cookie-notice-button { min-width: 54px; min-height: 40px; border: 1px solid rgba(227,197,141,.42); background: transparent; color: var(--gold-light); cursor: pointer; font-size: .7rem; font-weight: 600; letter-spacing: .12em; transition: color .25s, border-color .25s, background .25s; }
.cookie-notice-button:hover { border-color: var(--gold-light); background: var(--gold-light); color: #090b0e; }
@supports (backdrop-filter: blur(12px)) { .cookie-notice { background: rgba(13,16,20,.84); backdrop-filter: blur(16px); } }

.reveal { --reveal-delay: 0ms; opacity: 0; transform: translate3d(0,12px,0); transition: opacity .5s ease-out var(--reveal-delay), transform .64s cubic-bezier(.22,1,.36,1) var(--reveal-delay); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { --reveal-delay: 50ms; }
.delay-2 { --reveal-delay: 100ms; }
.delay-3 { --reveal-delay: 150ms; }

@keyframes heroIn { from { opacity: 0; filter: saturate(.55) contrast(1.04) brightness(.75); } to { opacity: 1; filter: saturate(.78) contrast(1.06) brightness(1); } }
@keyframes pulseLine { 0%,100% { opacity:.25; transform: scaleY(.65); } 50% { opacity:1; transform:scaleY(1); } }
@keyframes goldFlow { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes buttonGlint { 0% { left: -40%; opacity: 0; } 12% { opacity: .65; } 88% { opacity: .65; } 100% { left: 130%; opacity: 0; } }

@media (max-width: 1050px) {
  .nav-links { position: fixed; z-index: 70; inset: 0 0 auto; width: 100vw; height: 100dvh; display: none; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 2px; padding: max(92px, calc(env(safe-area-inset-top) + 78px)) 28px max(34px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: rgba(8,10,13,.985); font-size: 1.15rem; }
  .nav-links.open { display: flex; }
  .nav-links a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 9px 14px; }
  .nav-links .nav-contact-mobile:first-of-type { margin-top: 12px; }
  .nav-links .nav-cta { margin-top: 10px; min-height: 52px; }
  .menu-toggle { display: grid; place-items: center; position: relative; z-index: 80; flex: 0 0 44px; color: #f1ede5; }
  .header-contacts { display: none; }
  .nav-contact-mobile { display: block; color: var(--gold-light) !important; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .lawyer-card { min-height: 720px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-lawyers-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel, .about-grid, .expertise-grid { grid-template-columns: 1fr; }
  .manifest-grid, .values-grid, .statement-grid { grid-template-columns: 1fr; }
  .about-mark { display: none; }
  .lawyer-hero-media img { right: -8%; width: 65vw; }
  .hero-media { right: 0; width: 88vw; }
  .hero-copy { max-width: 620px; }
  .hero-copy .display { font-size: clamp(4rem, 8.5vw, 6rem); }
  .service-detail-grid { grid-template-columns: 1fr; padding-bottom: 0; }
  .service-detail-visual { min-height: 520px; }
  .service-content-grid { grid-template-columns: 1fr; }
  .service-result-card { position: static; }
  .service-faq-grid { grid-template-columns: 1fr; }
  .service-audience-grid { grid-template-columns: 1fr; }
  .service-trust-grid { grid-template-columns: 1fr; }
  .service-trust-grid > div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-trust-grid > div:last-child { border-bottom: 0; }
  .service-cta-band .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .sitemap-grid { grid-template-columns: 1fr; }
  .sitemap-group { min-height: 0; }
  .cookie-notice { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); gap: 12px; width: calc(100vw - 24px); padding: 14px 14px 14px 16px; }
  .cookie-notice p { font-size: .7rem; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .nav { height: 72px; }
  .brand-header { width: 176px; height: 54px; gap: 8px; }
  .brand-header .brand-symbol { width: 48px; height: 48px; flex-basis: 48px; }
  .brand-header .brand-logo-full { width: 119px; height: 36px; }
  .brand img { width: 43px; height: 43px; }
  .brand-word { font-size: 1.2rem; }
  .section { padding: 86px 0; }
  .section-head { display: block; margin-bottom: 36px; }
  .display { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero { min-height: auto; display: block; padding-top: calc(72px + 56.28vw); background: #090b0e; }
  .hero-media { top: 72px; left: 0; width: 100%; height: 56.28vw; bottom: auto; }
  .hero-media img { object-fit: contain; object-position: center top; }
  .hero-media::after { background: linear-gradient(0deg, #090b0e 0%, rgba(9,11,14,.05) 45%, rgba(9,11,14,.18) 100%); }
  .hero-inner { padding: 32px 0 38px; }
  .hero-copy .display { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-copy p { max-width: 95%; font-size: .96rem; }
  .hero-stats { margin-top: 48px; }
  .hero-stat { padding-right: 10px; }
  .hero-stat strong { font-size: 1.6rem; }
  .hero-stat span { font-size: .56rem; }
  .scroll-note { display: none; }
  .services-grid, .team-grid, .process-grid, .docs-grid, .reviews-grid, .expertise-list, .contact-lawyers-grid, .seo-grid { grid-template-columns: 1fr; }
  .seo-block { min-height: auto; }
  .manifest-lead { margin-bottom: 48px; }
  .manifest-card, .value-card { min-height: auto; padding: 30px 24px; }
  .manifest-card h3, .value-card h3 { margin-top: 34px; }
  .statement-title { font-size: clamp(3.3rem,15vw,5.3rem); }
  .service-card { min-height: 240px; }
  .service-detail-hero { padding-top: 72px; min-height: 0; }
  .service-detail-grid { gap: 24px; padding-top: 42px; }
  .service-detail-copy .breadcrumb { margin-bottom: 30px; }
  .service-detail-copy .display { font-size: clamp(3.35rem, 15vw, 5rem); }
  .service-audience-pills { margin-top: 18px; }
  .service-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .service-detail-visual { min-height: 360px; margin-inline: -15px; }
  .service-audience-grid article { min-height: 540px; padding: 32px 24px; }
  .service-audience-grid article > a { inset: auto 24px 30px; }
  .service-audiences .section-head { align-items: flex-start; }
  .service-cta-band { padding-block: 44px; }
  .service-scope-list, .service-other-links { grid-template-columns: 1fr; }
  .service-scope-list li { padding-block: 17px; }
  .service-faq-grid details { min-height: 0; padding: 28px 24px; }
  .service-other-links a, .service-other-links a:nth-child(odd), .service-other-links a:nth-child(even) { padding: 20px 4px; border-right: 0; }
  .lawyer-card { min-height: 660px; }
  .lawyer-card::after { left: 5%; right: 5%; filter: blur(24px); }
  .contact-panel { padding: 32px 22px; gap: 38px; }
  .contact-map-section .section-head { align-items: flex-start; }
  .contact-map-address { min-width: 0; padding-left: 0; border-left: 0; }
  .contact-map-shell, .contact-map-shell iframe { min-height: 420px; height: 420px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 140px 0 70px; min-height: 52vh; }
  .lawyer-hero-media img { right: -36%; width: 105vw; height: 78%; opacity: .62; }
  .lawyer-hero-media::after { background: linear-gradient(90deg, #090b0e 0%, rgba(9,11,14,.72) 70%, #090b0e 100%), linear-gradient(0deg, #090b0e 5%, transparent 65%); }
  .lawyer-hero-content { padding: 145px 0 40px; }
  .lawyer-hero h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }
  .doc-card img { height: 280px; }
  .modal { align-items: end; padding: 0; }
  .modal-card { width: 100%; max-height: 90dvh; padding: 34px 20px calc(24px + env(safe-area-inset-bottom)); border-width: 1px 0 0; }
}

@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; }
  .btn-primary { animation: goldFlow 6s ease-in-out infinite !important; }
  .btn-primary::after { animation: none !important; }
}
