:root {
  --navy: #06111c;
  --navy-soft: #0b1b2a;
  --ivory: #f3eee5;
  --gold: #c59a55;
  --gold-light: #dfbd80;
  --white: #f9f7f2;
  --muted: #b7bdc4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--white); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.hero { min-height: 100svh; position: relative; overflow: hidden; isolation: isolate; background: var(--navy); display: flex; flex-direction: column; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 76% 42%, rgba(197,154,85,.16), transparent 25%), linear-gradient(115deg, #06111c 12%, #081522 55%, #111b25 100%); }
.hero-photo { position: absolute; z-index: -1; inset: 0 0 0 44%; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 47%; filter: saturate(.62) contrast(1.08) brightness(.8); transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #06111c 0%, rgba(6,17,28,.98) 38%, rgba(6,17,28,.56) 64%, rgba(6,17,28,.18) 100%), linear-gradient(0deg, rgba(6,17,28,.9) 0%, transparent 42%, rgba(6,17,28,.45) 100%); }
.nav { height: 112px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: contain; background: #f4f0e8; }
.brand span { display: flex; flex-direction: column; gap: 4px; }
.brand strong { font-family: "Libre Caslon Display", serif; font-size: 19px; font-weight: 400; letter-spacing: .03em; }
.brand small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }
.nav-contact { text-transform: uppercase; font-size: 12px; letter-spacing: .18em; color: #e8e3da; }
.nav-contact span { color: var(--gold); margin-left: 12px; }
.hero-content { flex: 1; padding: clamp(70px, 9vh, 118px) 0 88px; }
.eyebrow, .section-label { color: var(--gold-light); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
.eyebrow { display: flex; align-items: center; gap: 13px; }
.eyebrow span { width: 36px; height: 1px; background: var(--gold); }
h1 { max-width: 740px; margin: 24px 0 25px; font: 400 clamp(62px, 7.1vw, 108px)/.88 "Libre Caslon Display", serif; letter-spacing: -.045em; text-transform: uppercase; }
h1 em, h2 em { color: var(--gold-light); font-style: italic; text-transform: none; }
.hero-copy { max-width: 610px; color: #d0d3d5; font-size: 16px; line-height: 1.72; }
.actions { display: flex; gap: 14px; margin-top: 35px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 25px; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; font-size: 12px; transition: .25s ease; }
.button-gold { background: var(--gold); color: #07121d; }
.button-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(255,255,255,.36); }
.button-ghost:hover { border-color: var(--gold-light); background: rgba(255,255,255,.06); }
.wa-dot { color: #43d17c; font-size: 11px; }
.trust-line { min-height: 72px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 20px; color: #b9c0c5; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.trust-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.scroll-cue { position: absolute; right: 38px; bottom: 31px; display: flex; align-items: center; gap: 10px; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; color: #aeb4b9; }
.scroll-cue span { width: 1px; height: 42px; background: linear-gradient(var(--gold), transparent); }

.experience { min-height: 760px; position: relative; overflow: hidden; background: var(--ivory); color: #0a1a29; padding: 120px 0 150px; }
.experience-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; position: relative; z-index: 1; }
.years { border-right: 1px solid rgba(10,26,41,.2); min-height: 470px; display: grid; align-content: center; grid-template-columns: auto 1fr; }
.years-plus { color: var(--gold); font: 400 64px/1 "Libre Caslon Display", serif; margin-top: 21px; }
.years strong { color: var(--gold); font: 400 clamp(150px, 17vw, 250px)/.8 "Libre Caslon Display", serif; letter-spacing: -.08em; }
.years p { grid-column: 2; margin: 26px 0 0 16px; font-size: 13px; line-height: 1.55; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
.statement { padding-right: 30px; }
.statement h2 { max-width: 700px; margin: 27px 0 36px; font: 400 clamp(40px, 4vw, 62px)/1.06 "Libre Caslon Display", serif; letter-spacing: -.03em; }
.statement-detail { display: grid; grid-template-columns: 44px 1fr; gap: 20px; max-width: 635px; }
.statement-detail .rule { height: 1px; background: var(--gold); margin-top: 14px; }
.statement-detail p { margin: 0; color: #52606b; font-size: 16px; line-height: 1.75; }
.text-link { display: inline-block; margin: 32px 0 0 64px; padding-bottom: 7px; border-bottom: 1px solid #9c7b44; color: #172634; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 600; }
.text-link span { margin-left: 10px; color: var(--gold); }
.experience-word { position: absolute; left: -16px; bottom: -48px; margin: 0; color: transparent; -webkit-text-stroke: 1px rgba(10,26,41,.08); font: 400 clamp(110px, 19vw, 280px)/1 "Libre Caslon Display", serif; letter-spacing: -.06em; white-space: nowrap; }

.section-intro h2, .matters-heading h2, .situations-head h2, .profile-copy h2, .dramatic-cta h2, .contact-copy h2 { font: 400 clamp(48px, 6vw, 86px)/.98 "Libre Caslon Display", serif; letter-spacing: -.045em; margin: 24px 0 0; }
.practice { background: var(--navy); padding: 130px 0 150px; }
.practice .section-intro { max-width: 820px; }
.practice-list { margin-top: 80px; border-top: 1px solid rgba(197,154,85,.45); }
.practice-row { display: grid; grid-template-columns: 90px 1fr 60px; align-items: center; gap: 40px; min-height: 230px; border-bottom: 1px solid rgba(255,255,255,.15); position: relative; }
.practice-row::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: var(--gold); transition: width .7s ease; }
.practice-row:hover::after { width: 100%; }
.practice-number { align-self: start; margin-top: 61px; color: var(--gold); font: 400 24px/1 "Libre Caslon Display", serif; }
.practice-row h3 { margin: 0 0 18px; font: 400 clamp(40px, 5vw, 72px)/1 "Libre Caslon Display", serif; text-transform: uppercase; }
.practice-row p { color: var(--muted); max-width: 580px; font-size: 16px; line-height: 1.7; margin: 0; }
.practice-row > a { width: 52px; height: 52px; border: 1px solid rgba(197,154,85,.55); border-radius: 50%; display: grid; place-items: center; color: var(--gold-light); transition: .3s ease; }
.practice-row:hover > a { background: var(--gold); color: var(--navy); transform: rotate(45deg); }
.practice-button { margin-top: 52px; }

.experience-matters { position: relative; overflow: hidden; background: #eae3d8; color: #0a1a29; padding: 160px 0 140px; min-height: 850px; }
.big-15 { position: absolute; left: 2%; top: 4%; color: rgba(197,154,85,.12); font: 400 clamp(150px, 25vw, 370px)/1 "Libre Caslon Display", serif; letter-spacing: -.08em; white-space: nowrap; }
.matters-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 120px; align-items: end; }
.matters-heading h2 { font-size: clamp(58px, 7.5vw, 112px); }
.matters-copy > p { color: #465460; font: 400 20px/1.7 "Libre Caslon Display", serif; margin: 0 0 55px; }
.principles { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(10,26,41,.28); }
.principles li { padding: 18px 0; border-bottom: 1px solid rgba(10,26,41,.18); text-transform: uppercase; font-size: 12px; letter-spacing: .13em; font-weight: 600; }
.principles span { color: var(--gold); display: inline-block; width: 46px; font-family: "Libre Caslon Display", serif; }

.situations { background: #0a1723; padding: 140px 0 150px; }
.situations .shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; }
.situations-head { position: sticky; top: 90px; align-self: start; }
.situations-head h2 { font-size: clamp(50px, 5.5vw, 82px); }
.situations-head > p { max-width: 470px; color: var(--muted); line-height: 1.75; margin-top: 30px; }
.situation-list { border-top: 1px solid rgba(255,255,255,.18); }
.situation-list a { min-height: 90px; display: grid; grid-template-columns: 54px 1fr 30px; align-items: center; position: relative; border-bottom: 1px solid rgba(255,255,255,.14); font: 400 clamp(21px, 2.2vw, 31px)/1.2 "Libre Caslon Display", serif; }
.situation-list a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: var(--gold); transition: width .45s ease; }
.situation-list a:hover::after { width: 100%; }
.situation-list span { color: var(--gold); font: 400 12px/1 "DM Sans", sans-serif; }
.situation-list i { font-style: normal; color: var(--gold); opacity: 0; transform: translate(-8px, 8px); transition: .3s ease; }
.situation-list a:hover i { opacity: 1; transform: none; }

.profile { min-height: 900px; background: #eae3d8; color: #0a1a29; display: grid; grid-template-columns: 1fr 1fr; }
.profile-image { overflow: hidden; min-height: 760px; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: saturate(.68) contrast(1.05); transition: transform 9s ease; }
.profile-image.visible img { transform: scale(1.035); }
.profile-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(50px, 8vw, 130px); }
.profile-copy h2 { font-size: clamp(50px, 5vw, 78px); }
.profile-copy > p { color: #4e5b65; font-size: 16px; line-height: 1.8; max-width: 590px; margin: 34px 0 0; }
.profile-copy > p + p { margin-top: 16px; }
.signature { margin-top: 44px; padding-top: 25px; border-top: 1px solid rgba(10,26,41,.22); display: flex; flex-direction: column; gap: 7px; }
.signature strong { font: 400 25px/1.2 "Libre Caslon Display", serif; }
.signature span { color: #9b783d; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }

.process { background: var(--ivory); color: #0a1a29; padding: 140px 0 160px; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 95px; border-top: 1px solid rgba(10,26,41,.25); }
.process-step { min-height: 290px; padding: 36px 28px 10px 0; border-right: 1px solid rgba(10,26,41,.18); position: relative; }
.process-step:not(:first-child) { padding-left: 28px; }
.process-step::before { content: ""; position: absolute; top: -2px; left: 0; width: 0; height: 3px; background: var(--gold); transition: width .9s ease .25s; }
.process-step.visible::before { width: 45%; }
.process-step span { color: var(--gold); font: 400 55px/1 "Libre Caslon Display", serif; }
.process-step h3 { margin: 62px 0 14px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.process-step p { color: #5b6670; line-height: 1.65; margin: 0; font-size: 14px; }

.dramatic-cta { min-height: 100svh; position: relative; overflow: hidden; background: #030a11; display: flex; align-items: center; text-align: center; padding: 130px 0; }
.cta-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(197,154,85,.1), transparent 38%), linear-gradient(90deg, transparent 49.9%, rgba(197,154,85,.12) 50%, transparent 50.1%); }
.dramatic-cta .shell { position: relative; z-index: 1; }
.dramatic-cta h2 { font-size: clamp(48px, 7vw, 103px); }
.cta-accent { color: var(--gold-light); font: italic 400 clamp(50px, 7vw, 104px)/1 "Libre Caslon Display", serif; margin: 16px 0 0; }
.cta-note { color: var(--muted); margin: 38px 0 28px; }
.cta-button { min-height: 66px; padding-inline: 36px; }

.final-contact { background: #eae3d8; color: #0a1a29; padding: 145px 0; }
.contact-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 120px; align-items: center; }
.contact-mark { display: grid; place-items: center; }
.contact-mark img { width: min(100%, 340px); border-radius: 50%; mix-blend-mode: multiply; }
.contact-copy h2 { font-size: clamp(58px, 7vw, 100px); }
.contact-copy > p { max-width: 620px; color: #4e5b65; font-size: 17px; line-height: 1.75; margin: 30px 0; }
.button-dark { background: #0a1a29; color: var(--white); min-height: 62px; }
.button-dark:hover { background: #122c42; transform: translateY(-2px); }
.contact-copy small { display: block; margin-top: 22px; text-transform: uppercase; color: #746b60; letter-spacing: .1em; font-size: 10px; }

footer { background: #030a11; border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { min-height: 190px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.footer-phone { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; font: 400 23px/1 "Libre Caslon Display", serif; }
.footer-phone small { color: var(--gold); font: 600 9px/1 "DM Sans", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.footer-inner > p { grid-column: 1 / -1; margin: -45px 0 0; color: #717982; font-size: 10px; letter-spacing: .08em; }
.floating-wa { position: fixed; z-index: 10; right: 25px; bottom: 25px; min-height: 48px; padding: 0 18px; border: 1px solid rgba(197,154,85,.5); background: rgba(6,17,28,.92); backdrop-filter: blur(12px); display: flex; align-items: center; gap: 9px; box-shadow: 0 12px 35px rgba(0,0,0,.25); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.floating-wa span { color: #43d17c; }
.floating-wa:hover { border-color: var(--gold); }
.reveal { opacity: 0; transform: translateY(16px); animation: enter .8s ease forwards; }
.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .25s; }.delay-3 { animation-delay: .38s; }
.observe { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.observe.visible { opacity: 1; transform: none; }
@keyframes enter { to { opacity: 1; transform: none; } }

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 680px); }
  .hero { min-height: 900px; }
  .hero-photo { inset: 30% -28% 0 12%; opacity: .72; }
  .hero-photo img { object-position: 50% 44%; }
  .hero-shade { background: linear-gradient(180deg, #06111c 0%, rgba(6,17,28,.95) 35%, rgba(6,17,28,.28) 61%, #06111c 96%); }
  .nav { height: 88px; }
  .brand img { width: 47px; height: 47px; }
  .brand strong { font-size: 16px; }
  .nav-contact { font-size: 0; }
  .nav-contact span { font-size: 20px; }
  .hero-content { padding-top: 55px; }
  h1 { font-size: clamp(53px, 15vw, 78px); line-height: .92; }
  .hero-copy { max-width: 540px; font-size: 15px; }
  .actions { flex-direction: column; align-items: stretch; max-width: 370px; }
  .trust-line { flex-wrap: wrap; align-content: center; gap: 8px 13px; padding-block: 14px; padding-right: 30px; }
  .scroll-cue { display: none; }
  .experience { padding: 80px 0 110px; }
  .experience-grid { grid-template-columns: 1fr; gap: 65px; }
  .years { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(10,26,41,.2); padding: 0 0 60px; max-width: 560px; }
  .years strong { font-size: min(47vw, 210px); }
  .statement { padding-right: 0; }
  .practice, .situations, .process, .final-contact { padding-block: 90px; }
  .practice-row { grid-template-columns: 55px 1fr 45px; gap: 18px; }
  .matters-layout, .situations .shell, .contact-layout { grid-template-columns: 1fr; gap: 65px; }
  .experience-matters { min-height: auto; padding-block: 110px; }
  .situations-head { position: static; }
  .profile { grid-template-columns: 1fr; }
  .profile-image { min-height: 660px; max-height: 80vh; }
  .profile-copy { padding: 85px 28px 100px; }
  .process-line { grid-template-columns: 1fr 1fr; }
  .contact-mark img { width: 250px; }
}

@media (max-width: 480px) {
  .brand small { letter-spacing: .12em; }
  .hero { min-height: 940px; }
  .hero-content { padding-bottom: 50px; }
  .hero-photo { inset: 38% -54% 2% 4%; }
  .eyebrow { font-size: 10px; letter-spacing: .16em; }
  h1 { margin-top: 20px; font-size: 50px; }
  .hero-copy { line-height: 1.58; }
  .trust-line span { font-size: 9px; }
  .experience-grid { gap: 54px; }
  .years-plus { font-size: 46px; }
  .statement h2 { font-size: 39px; }
  .statement-detail { grid-template-columns: 28px 1fr; gap: 14px; }
  .text-link { margin-left: 42px; }
  .section-intro h2, .matters-heading h2, .situations-head h2, .profile-copy h2, .dramatic-cta h2, .contact-copy h2 { font-size: 42px; }
  .practice-list { margin-top: 55px; }
  .practice-row { grid-template-columns: 38px 1fr; min-height: 220px; gap: 10px; }
  .practice-row > a { grid-column: 2; width: 42px; height: 42px; margin-bottom: 25px; }
  .practice-number { margin-top: 47px; font-size: 18px; }
  .practice-row h3 { font-size: 40px; }
  .matters-copy > p { font-size: 19px; }
  .profile-image { min-height: 520px; }
  .process-line { grid-template-columns: 1fr; margin-top: 60px; }
  .process-step { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(10,26,41,.18); padding-left: 0 !important; }
  .process-step h3 { margin-top: 38px; }
  .dramatic-cta { min-height: 850px; }
  .cta-accent { font-size: 46px; }
  .contact-layout { gap: 45px; }
  .contact-mark img { width: 190px; }
  .button-dark { width: 100%; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; padding-block: 50px; }
  .footer-phone { align-items: flex-start; }
  .footer-inner > p { grid-column: auto; margin: 25px 0 0; }
  .floating-wa { right: 14px; bottom: 14px; width: 48px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-wa b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .observe { animation: none; opacity: 1; transform: none; transition: none; }
}
