:root {
  --navy: #253247;
  --navy-deep: #182335;
  --ink: #20231f;
  --muted: #61645d;
  --paper: #f7f5f0;
  --paper-dark: #ebe7df;
  --line: #cbc6bb;
  --accent: #a88249;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 4; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(1240px, calc(100% - 64px)); min-height: 82px; margin: auto; }
.brand { width: 190px; flex: 0 0 auto; }
nav { display: flex; gap: 30px; margin-left: auto; font-size: .87rem; font-weight: 700; }
nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--accent); }
.header-phone { padding: 9px 14px; color: #fff; background: var(--navy); border: 1px solid var(--navy); font-size: .88rem; font-weight: 700; letter-spacing: .02em; white-space: nowrap; transition: background .18s ease, border-color .18s ease; }
.header-phone:hover { background: var(--accent); border-color: var(--accent); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); min-height: calc(100svh - 82px); color: #fff; background: var(--navy); overflow: hidden; }
.hero-inner { position: relative; z-index: 1; align-self: center; width: min(100%, 890px); padding: 96px max(32px, calc((100vw - 1240px)/2)); padding-right: 72px; }
.kicker { margin: 0 0 18px; color: var(--accent); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin-bottom: 26px; font-size: clamp(3.2rem, 6vw, 6.1rem); line-height: .98; letter-spacing: -.045em; }
h1 em { color: #d5bd92; font-style: italic; }
.hero-intro { max-width: 570px; margin-bottom: 34px; color: #e0e3e8; font-size: 1.16rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-block; padding: 13px 19px; color: #fff; background: transparent; border: 1px solid #d5bd92; font-size: .86rem; font-weight: 700; transition: color .18s ease, background .18s ease; }
.button:hover { color: var(--navy); background: #d5bd92; }
.text-link { color: #e0e3e8; font-size: .9rem; font-weight: 700; }
.text-link span { margin-left: 8px; color: #d5bd92; }
.hero-visual { position: absolute; inset: 0 0 0 43%; z-index: 0; opacity: .72; overflow: hidden; }
.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--navy) 0%, rgba(37,50,71,.72) 23%, rgba(24,35,53,.16) 62%, rgba(24,35,53,.34)); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(.98); }
.hero-side { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: end; gap: 8px; padding: 50px max(32px, calc((100vw - 1240px)/2)); border-left: 1px solid rgba(255,255,255,.22); color: #e0e3e8; font-size: .94rem; }
.hero-side p { margin-bottom: 14px; }
.hero-side a { text-decoration: underline; text-underline-offset: 3px; }

.statement, .services, .approach, .fees, .contact { width: min(1240px, calc(100% - 64px)); margin: auto; }
.statement { display: grid; grid-template-columns: minmax(180px, .5fr) minmax(0, 1.5fr); gap: 44px; padding: 76px 0; border-bottom: 1px solid var(--line); }
.statement-label { color: var(--muted); font-size: .82rem; font-weight: 700; }
.statement-main { max-width: 825px; margin-bottom: 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3.1vw, 2.85rem); line-height: 1.23; }
.statement div:last-child > p:last-child { max-width: 690px; color: var(--muted); }

.services { padding: 76px 0 82px; }
.section-heading { margin-bottom: 48px; }
h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.03em; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: minmax(250px, .6fr) minmax(0, 1.4fr); gap: 54px; padding: 30px 0; border-bottom: 1px solid var(--line); }
h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.service-copy { max-width: 720px; }
.service-copy p { margin: 0; color: var(--muted); }
.service-copy p + p { margin-top: 15px; }

.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 90px 7.5%; width: 100%; color: #f1f1ee; background: var(--navy-deep); }
.approach .section-heading { margin: 0; }
.approach h2 { color: #fff; }
.approach-copy { max-width: 570px; color: #d5d9e0; }
.approach-copy p:last-child { margin-bottom: 0; }
.approach .kicker { color: #d5bd92; }

.fees { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 105px 0; }
.fees .section-heading { margin: 0; }
.fees > p { max-width: 570px; margin: 7px 0 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 78px 0 94px; border-top: 1px solid var(--line); }
.contact .section-heading { margin-bottom: 0; }
.contact-note { margin: 18px 0 0; color: var(--muted); }
dl { margin: 0; border-top: 1px solid var(--line); }
dl div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: .77rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
dd { margin: 0; color: var(--navy); font-weight: 700; }
dd a { text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 4px; }
.contact-form { display: grid; grid-column: 2; gap: 16px; margin-top: 8px; padding-top: 10px; }
.contact-form label { display: grid; gap: 7px; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; font: inherit; font-size: 1rem; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); outline: none; }
.contact-form button { justify-self: start; margin-top: 7px; padding: 13px 19px; color: #fff; background: var(--navy); border: 1px solid var(--navy); cursor: pointer; font: inherit; font-size: .86rem; font-weight: 700; }
.contact-form button:hover { background: var(--accent); border-color: var(--accent); }
.back-top { position: fixed; right: 24px; bottom: 24px; z-index: 3; display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--navy); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; box-shadow: 0 8px 24px rgba(24,35,53,.2); font-size: 1.3rem; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, background .18s ease; }
.back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-top:hover { background: var(--accent); }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 23px max(32px, calc((100vw - 1240px)/2)); color: #d5d9e0; background: var(--navy-deep); font-size: .8rem; }
footer p { margin: 0; }

@media (max-width: 780px) {
  .header-inner, .statement, .services, .fees, .contact { width: min(100% - 40px, 1240px); }
  .header-inner { min-height: 70px; }
  .brand { width: 165px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: calc(100svh - 70px); }
  .hero-inner { padding: 86px 20px 78px; }
  .hero-visual { inset: 0; opacity: .36; }
  .hero-visual::after { background: linear-gradient(180deg, rgba(37,50,71,.82), var(--navy) 76%); }
  .hero-side { padding: 26px 20px 34px; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .statement, .fees, .contact, .approach { grid-template-columns: 1fr; gap: 30px; }
  .statement, .services, .fees { padding: 58px 0; }
  .approach { padding: 68px 20px; }
  .contact { padding: 65px 0; }
  .contact-form { grid-column: auto; }
  .service-list article { grid-template-columns: 1fr; gap: 12px; padding: 25px 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  footer { padding: 20px; }
}

@media (max-width: 430px) {
  .header-phone { padding: 7px 9px; font-size: .78rem; }
  .brand { width: 148px; }
  dl div { grid-template-columns: 1fr; gap: 3px; }
  footer { flex-direction: column; gap: 4px; }
}
