:root {
  --ink: #25211f;
  --ink-soft: #514a46;
  --orange: #c95622;
  --orange-dark: #9f3d16;
  --orange-light: #f4b071;
  --cream: #f7f1e9;
  --paper: #fffdf9;
  --sand: #e7ddd1;
  --white: #fff;
  --shadow: 0 24px 70px rgba(48, 31, 21, .13);
  --shell: min(1180px, calc(100% - 64px));
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: "Helvetica Neue", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--orange-light); outline-offset: 3px; }
[id] { scroll-margin-top: 92px; }

.skip-link {
  position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 8px 14px;
  transform: translateY(-150%); background: var(--ink); color: var(--white);
}
.skip-link:focus { transform: none; }
.section-shell, .content-shell { width: var(--shell); margin-inline: auto; }
.content-shell--narrow { max-width: 860px; }
.section { padding: clamp(88px, 9vw, 144px) 0; }
.eyebrow {
  display: flex; align-items: center; gap: 14px; margin: 0 0 18px;
  color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .22em;
}
.eyebrow::before { width: 38px; height: 1px; content: ""; background: currentColor; }
.eyebrow--light { color: var(--orange-light); }
.section-heading h2, .page-hero h1 {
  margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); font-weight: 600; line-height: 1.35; letter-spacing: .04em;
}
.section-heading > p:last-child { margin: 22px 0 0; color: var(--ink-soft); }
.section-heading--split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading--split > p { max-width: 420px; margin: 0; }
.section-heading--center { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }

/* Header */
.site-header {
  position: fixed; z-index: 1000; top: 0; left: 0; width: 100%;
  border-bottom: 1px solid rgba(61, 45, 35, .09); background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(12px); transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(45, 34, 28, .08); }
.site-header__inner { display: flex; align-items: center; width: min(1380px, calc(100% - 48px)); height: 82px; margin: auto; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50% 50% 47% 53%;
  color: var(--white); background: var(--orange); font-family: var(--serif); font-size: 22px;
  transform: rotate(-4deg);
}
.brand__text { font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.25; letter-spacing: .04em; }
.brand__text span { display: block; margin-bottom: 3px; color: var(--ink-soft); font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: .12em; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { position: absolute; bottom: 2px; left: 0; width: 0; height: 1px; content: ""; background: var(--orange); transition: width .2s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 22px; margin-left: 36px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.2; text-align: right; }
.header-phone small { margin-bottom: 4px; color: var(--ink-soft); font-size: 10px; }
.header-phone strong { font-family: Georgia, serif; font-size: 19px; letter-spacing: .04em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--header { min-height: 46px; color: var(--white); background: var(--ink); font-size: 13px; }

/* Hero */
.hero { position: relative; min-height: 780px; padding: 150px 0 80px; overflow: hidden; background: var(--cream); }
.hero__wash { position: absolute; top: -22%; right: -9%; width: 65vw; height: 110%; border-radius: 48% 0 0 58%; background: #eddfd1; transform: rotate(6deg); }
.hero__wash::after { position: absolute; right: 12%; bottom: 2%; width: 340px; height: 340px; border: 1px solid rgba(201, 86, 34, .25); border-radius: 50%; content: ""; }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; width: var(--shell); margin: auto; }
.hero__copy { padding-top: 18px; }
.hero__area { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--orange-dark); font-size: 14px; font-weight: 700; letter-spacing: .12em; }
.hero__area span { width: 28px; height: 2px; background: var(--orange); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.1vw, 74px); font-weight: 500; line-height: 1.25; letter-spacing: .03em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 600px; margin: 28px 0 32px; color: var(--ink-soft); font-size: 17px; line-height: 2; }
.hero__badges { display: flex; align-items: stretch; margin-bottom: 34px; }
.hero__badges div { display: flex; align-items: center; gap: 11px; min-width: 128px; padding: 4px 22px; border-left: 1px solid #c8baad; }
.hero__badges div:first-child { padding-left: 0; border: 0; }
.hero__badges p { margin: 0; line-height: 1.35; }
.hero__badges svg { flex: 0 0 auto; width: 28px; height: 28px; fill: none; stroke: var(--orange-dark); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero__badges strong, .hero__badges span { display: block; }
.hero__badges strong { color: var(--ink-soft); font-size: 12px; font-weight: 500; }
.hero__badges span { color: var(--orange-dark); font-family: var(--serif); font-size: 24px; font-weight: 700; }
.hero__actions { display: flex; align-items: center; gap: 32px; }
.button--primary { gap: 32px; min-height: 64px; padding: 0 34px; color: var(--white); background: var(--orange); box-shadow: 0 14px 30px rgba(159, 61, 22, .2); }
.button--primary:hover { background: var(--orange-dark); }
.text-phone { display: flex; flex-direction: column; line-height: 1.2; }
.text-phone small { margin-bottom: 5px; color: var(--ink-soft); font-size: 10px; }
.text-phone strong { font-family: Georgia, serif; font-size: 22px; }
.hero__visual { position: relative; margin: 0; }
.hero__photo-frame { position: relative; overflow: hidden; aspect-ratio: 5 / 4; border-radius: 2px 120px 2px 2px; box-shadow: var(--shadow); }
.hero__photo-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 60%, rgba(31, 22, 17, .28)); pointer-events: none; }
.hero__photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero__visual figcaption { position: absolute; right: -22px; bottom: 32px; width: 210px; padding: 22px 26px; color: var(--white); background: var(--ink); box-shadow: 12px 14px 0 var(--orange); }
.hero__visual figcaption span, .hero__visual figcaption small { display: block; color: #c9c0ba; font-size: 10px; letter-spacing: .15em; }
.hero__visual figcaption strong { display: block; margin: 4px 0; font-family: var(--serif); font-size: 23px; letter-spacing: .08em; }
.hero__side-label { position: absolute; right: 18px; top: 48%; color: rgba(49, 37, 29, .34); font-size: 9px; letter-spacing: .32em; writing-mode: vertical-rl; }

/* Concerns */
.worries { background: var(--paper); }
.worries__grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 10%; align-items: start; }
.section-heading--vertical { position: sticky; top: 140px; }
.worry-list { margin: 0; padding: 0; list-style: none; }
.worry-list li { display: grid; grid-template-columns: 70px 1fr; align-items: center; min-height: 108px; border-bottom: 1px solid var(--sand); }
.worry-list li:first-child { border-top: 1px solid var(--sand); }
.worry-list span { color: var(--orange); font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.worry-list p { margin: 0; font-family: var(--serif); font-size: clamp(18px, 2vw, 23px); }
.worry-list strong { color: var(--orange-dark); font-weight: 600; }

/* Statement */
.statement { position: relative; padding: clamp(90px, 10vw, 150px) 0; overflow: hidden; color: var(--white); background: var(--ink); }
.statement::after { position: absolute; top: -100px; right: -70px; width: 360px; height: 360px; border: 70px solid rgba(201, 86, 34, .13); border-radius: 50%; content: ""; }
.statement__line { position: absolute; top: 0; left: 11%; width: 1px; height: 100%; background: rgba(255,255,255,.1); }
.statement__inner { position: relative; display: grid; grid-template-columns: 1fr .62fr; gap: 80px; align-items: end; }
.statement__inner .eyebrow { grid-column: 1 / -1; }
.statement__main { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4.5vw, 60px); line-height: 1.55; letter-spacing: .04em; }
.statement__sub { max-width: 450px; margin: 0 0 10px; color: #d5cec9; line-height: 2.1; }

/* Features */
.features { background: #f2e9df; }
.feature-layout { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; gap: 20px; }
.feature { display: flex; gap: 28px; padding: 36px; background: var(--paper); }
.feature--large { grid-row: 1 / 3; min-height: 420px; align-items: flex-end; padding: 54px; background: linear-gradient(150deg, var(--paper) 55%, #ead8c7); }
.feature--accent { color: var(--white); background: var(--orange-dark); }
.feature__icon { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 8px; color: var(--orange); }
.feature__icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.feature__icon span { font-family: Georgia, serif; font-size: 11px; font-style: italic; }
.feature--accent .feature__icon { color: var(--orange-light); }
.feature h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.feature p { margin: 0; color: var(--ink-soft); }
.feature--accent p { color: #f5dfd2; }

/* Services */
.services { background: var(--paper); }
.service-focus { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.service-focus__label { display: inline-block; padding: 6px 14px; color: var(--white); background: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.service-focus__body { display: grid; grid-template-columns: 90px 1fr auto; gap: 36px; align-items: center; padding: 44px 18px 48px; }
.service-icon, .service-row article > span { display: grid; place-items: center; flex: 0 0 auto; width: 70px; height: 70px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange-dark); font-family: var(--serif); font-size: 24px; }
.service-icon svg, .service-row article > span svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-focus h3, .service-row h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 28px; }
.service-focus p, .service-row p { margin: 0; color: var(--ink-soft); }
.service-focus__body > a { display: flex; gap: 30px; align-items: center; padding: 12px 8px 12px 24px; border-left: 1px solid var(--sand); color: var(--orange-dark); font-weight: 700; }
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 28px; background: var(--sand); }
.service-row article { display: flex; align-items: center; gap: 26px; padding: 34px; background: var(--cream); }
.service-row article > span { width: 56px; height: 56px; font-size: 19px; }
.service-row h3 { font-size: 22px; }

/* Lawyer */
.lawyer { position: relative; overflow: hidden; background: #efe4d8; }
.lawyer__backdrop { position: absolute; top: 30px; left: 3%; color: rgba(74, 55, 43, .055); font-family: Georgia, serif; font-size: min(15vw, 220px); line-height: 1; letter-spacing: .04em; }
.lawyer__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 9%; }
.lawyer__photo { position: relative; margin: 0; }
.lawyer__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.lawyer__photo span { position: absolute; z-index: -1; top: -24px; left: -24px; width: 68%; height: 55%; border: 1px solid var(--orange); }
.lawyer__content { padding: 40px 0; }
.lawyer__content h2 { margin: 0 0 34px; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); }
.lawyer__message { margin: 0 0 38px; font-family: var(--serif); font-size: 21px; line-height: 2; }
.lawyer__name { padding: 24px 0; border-top: 1px solid #cbb9a7; border-bottom: 1px solid #cbb9a7; }
.lawyer__name small { margin-right: 18px; }
.lawyer__name strong { font-family: var(--serif); font-size: 28px; letter-spacing: .12em; }
.lawyer__name span { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10px; letter-spacing: .2em; }
.profile-list { margin: 24px 0 0; }
.profile-list div { display: grid; grid-template-columns: 70px 1fr; padding: 5px 0; }
.profile-list dt { color: var(--ink-soft); font-size: 13px; }
.profile-list dd { margin: 0; }

/* Flow */
.flow { background: var(--paper); }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.flow-list li { position: relative; padding: 0 32px; border-left: 1px solid var(--sand); }
.flow-list li:last-child { border-right: 1px solid var(--sand); }
.flow-list__icon { display: flex; align-items: flex-end; justify-content: space-between; min-height: 48px; margin-bottom: 27px; color: var(--orange); }
.flow-list__icon svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.flow-list__icon span { font-family: Georgia, serif; font-size: 12px; font-style: italic; }
.flow-list li:not(:last-child)::after { position: absolute; top: 7px; right: -6px; z-index: 1; width: 11px; height: 11px; border-top: 1px solid var(--orange); border-right: 1px solid var(--orange); content: ""; transform: rotate(45deg); background: var(--paper); }
.flow-list h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 21px; }
.flow-list p { margin: 0; color: var(--ink-soft); font-size: 14px; }

/* Fees */
.fees { padding: 80px 0; color: var(--white); background: var(--orange-dark); }
.fees__inner { display: grid; grid-template-columns: .65fr 1fr .7fr; align-items: center; gap: 60px; }
.fees h2 { margin: 0; font-family: var(--serif); font-size: 40px; }
.fees__items { display: flex; align-items: center; justify-content: center; gap: 34px; }
.fees__items p { margin: 0; text-align: center; }
.fees__items small, .fees__items strong { display: block; }
.fees__items small { color: #f3c9b6; font-size: 13px; }
.fees__items strong { font-family: var(--serif); font-size: 45px; line-height: 1.2; }
.fees__items strong em { font-size: 18px; font-style: normal; }
.fees__items > span { color: var(--orange-light); font-size: 25px; }
.fees__note { margin: 0; color: #f2d8cc; font-size: 13px; }

/* Office */
.office { background: #f2e9df; }
.office__visual { position: relative; overflow: hidden; height: clamp(300px, 36vw, 460px); margin: 0 0 76px; box-shadow: var(--shadow); }
.office__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(31, 25, 21, .62), rgba(31, 25, 21, .02) 68%); pointer-events: none; }
.office__visual img { width: 100%; height: 100%; object-fit: cover; }
.office__visual figcaption { position: absolute; z-index: 1; left: clamp(28px, 5vw, 70px); bottom: clamp(28px, 5vw, 58px); color: var(--white); }
.office__visual figcaption strong, .office__visual figcaption span { display: block; }
.office__visual figcaption strong { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(28px, 4vw, 48px); font-weight: 600; letter-spacing: .06em; }
.office__visual figcaption span { color: #f3e8df; font-size: 14px; }
.office__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10%; }
.office__heading h2 { margin: 0 0 26px; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); }
.office__heading > p:last-child { color: var(--ink-soft); }
.office-table { margin: 0; border-top: 1px solid var(--ink); }
.office-table div { display: grid; grid-template-columns: 170px 1fr; padding: 21px 10px; border-bottom: 1px solid #cfc0b2; }
.office-table dt { color: var(--ink-soft); font-size: 13px; }
.office-table dd { margin: 0; }
.office-table a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 4px; }

/* FAQ */
.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .56fr 1.44fr; gap: 10%; align-items: start; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--sand); }
.faq-list summary { display: grid; grid-template-columns: 36px 1fr; gap: 16px; align-items: center; padding: 24px 38px 24px 0; cursor: pointer; font-family: var(--serif); font-size: 18px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 6px; width: 12px; height: 12px; border-right: 1px solid var(--orange); border-bottom: 1px solid var(--orange); content: ""; transform: rotate(45deg); transition: transform .2s; }
.faq-list summary { position: relative; }
.faq-list details[open] summary::after { transform: rotate(225deg); }
.faq-list summary span { color: var(--orange); font-family: Georgia, serif; }
.faq-list details > div { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 0 30px 26px 0; color: var(--ink-soft); }
.faq-list details > div span { color: var(--ink); font-family: Georgia, serif; }
.faq-list details > div p { margin: 0; }

/* Contact and CF7 */
.contact { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.contact__accent { position: absolute; top: -160px; left: -120px; width: 400px; height: 400px; border: 90px solid rgba(201, 86, 34, .16); border-radius: 50%; }
.contact__grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 8%; align-items: start; }
.contact__intro { position: sticky; top: 130px; }
.contact__intro h2 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 60px); line-height: 1.45; }
.contact__intro > p { color: #d3cbc6; }
.contact-phone { display: inline-flex; flex-direction: column; margin-top: 34px; padding: 18px 28px; border: 1px solid rgba(255,255,255,.26); line-height: 1.3; }
.contact-phone small, .contact-phone span { color: #c9bfba; font-size: 11px; }
.contact-phone strong { margin: 7px 0; font-family: Georgia, serif; font-size: 29px; letter-spacing: .04em; }
.contact__form-wrap { padding: clamp(28px, 5vw, 58px); color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.contact__form-wrap h3 { margin: 0; font-family: var(--serif); font-size: 28px; }
.contact__required-note { margin: 6px 0 32px; color: var(--ink-soft); font-size: 12px; }
.contact__required-note span { color: var(--orange-dark); }
.form-placeholder { padding: 24px; border: 1px dashed #bca99a; color: var(--ink-soft); background: var(--cream); font-size: 13px; }
.lp-form-row { margin-bottom: 25px; }
.lp-form-row label { display: block; }
.lp-form-label { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-weight: 700; }
.lp-required { display: inline-flex; padding: 1px 7px; color: var(--white); background: var(--orange-dark); font-size: 10px; font-weight: 600; line-height: 1.7; }
.lp-contact-form input[type="text"], .lp-contact-form input[type="email"], .lp-contact-form input[type="tel"], .lp-contact-form textarea {
  width: 100%; padding: 14px 16px; border: 1px solid #cfc4ba; border-radius: 0; color: var(--ink); background: var(--white); font-size: 16px; transition: border-color .2s, box-shadow .2s;
}
.lp-contact-form textarea { min-height: 180px; resize: vertical; }
.lp-contact-form input:focus, .lp-contact-form textarea:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(201, 86, 34, .13); }
.lp-contact-form ::placeholder { color: #938a84; }
.lp-form-privacy { margin: 28px 0; padding: 18px; background: var(--cream); font-size: 13px; }
.lp-form-privacy label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.lp-form-privacy input[type="checkbox"] { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--orange); }
.lp-form-privacy a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.lp-form-submit input[type="submit"] { width: 100%; min-height: 64px; border: 0; color: var(--white); background: var(--orange); font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.lp-form-submit input[type="submit"]:hover { background: var(--orange-dark); transform: translateY(-1px); }
.wpcf7-not-valid-tip { display: block; margin-top: 6px; color: #b42318; font-size: 12px; }
.wpcf7 form .wpcf7-response-output { margin: 24px 0 0; padding: 14px 18px; border-width: 1px; font-size: 14px; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #4e7b50; background: #edf6ed; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #b42318; background: #fff1f0; }

/* Privacy and fallback */
.simple-page, .privacy-page { padding-top: 82px; }
.simple-page { min-height: 70vh; padding-bottom: 100px; }
.simple-page .content-shell { padding-top: 80px; }
.page-hero { padding: 80px 0 70px; background: #efe4d8; }
.page-hero p:last-child { margin: 18px 0 0; color: var(--ink-soft); }
.privacy-page .content-shell--narrow { padding-top: 70px; padding-bottom: 100px; }
.prose { overflow-wrap: anywhere; }
.prose h1, .prose h2, .prose h3 { font-family: var(--serif); line-height: 1.5; }
.prose h2 { margin: 2.4em 0 .8em; padding-bottom: 12px; border-bottom: 1px solid var(--sand); font-size: 26px; }
.prose h3 { margin: 2em 0 .7em; padding-left: 14px; border-left: 3px solid var(--orange); font-size: 20px; }
.prose p, .prose li { color: var(--ink-soft); line-height: 2; }
.prose ul, .prose ol { padding-left: 1.5em; }
.prose li::marker { color: var(--orange); }
.prose a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 4px; }
.back-link { display: inline-flex; margin-top: 48px; color: var(--orange-dark); font-weight: 700; }

/* Footer */
.site-footer { color: #d6cfca; background: #181614; }
.site-footer__inner { display: flex; justify-content: space-between; width: var(--shell); margin: auto; padding: 58px 0 42px; }
.footer-brand { color: var(--white); font-family: var(--serif); font-size: 22px; }
.site-footer p { margin: 14px 0 0; font-size: 12px; line-height: 1.9; }
.footer-links { display: flex; align-items: flex-start; gap: 28px; font-size: 12px; }
.footer-links a:hover { color: var(--orange-light); }
.site-footer__bottom { width: var(--shell); margin: auto; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.09); color: #8f8782; }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 48px, 980px); }
  .desktop-nav { display: none; }
  .hero { min-height: 720px; }
  .hero__inner { gap: 40px; }
  .hero h1 { font-size: clamp(46px, 6vw, 64px); }
  .hero__badges div { min-width: 108px; padding: 4px 12px; }
  .hero__visual figcaption { right: -8px; }
  .fees__inner { grid-template-columns: .65fr 1fr; }
  .fees__note { grid-column: 1 / -1; text-align: center; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 40px); }
  body { padding-bottom: 64px; }
  .site-header__inner { width: calc(100% - 32px); height: 70px; }
  .brand__mark { width: 38px; height: 38px; font-size: 19px; }
  .brand__text { font-size: 16px; }
  .header-actions { margin-left: auto; }
  .header-phone { display: none; }
  .button--header { min-height: 42px; padding: 0 18px; }
  .hero { min-height: 0; padding: 118px 0 80px; }
  .hero__wash { top: 32%; right: -30%; width: 110%; height: 80%; }
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__copy { padding-top: 0; }
  .hero__visual { width: 86%; margin-left: auto; }
  .hero__photo-frame { aspect-ratio: 16 / 10; border-radius: 2px 100px 2px 2px; }
  .hero__photo-frame img { object-position: center 48%; }
  .hero__side-label { display: none; }
  .worries__grid, .statement__inner, .lawyer__grid, .office__grid, .faq__grid, .contact__grid { grid-template-columns: 1fr; }
  .section-heading--vertical, .contact__intro { position: static; }
  .worries__grid, .faq__grid, .contact__grid { gap: 54px; }
  .statement__inner .eyebrow { grid-column: auto; }
  .statement__inner { gap: 32px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .feature-layout { grid-template-columns: 1fr; grid-template-rows: auto; }
  .feature--large { grid-row: auto; min-height: 290px; }
  .service-focus__body { grid-template-columns: 72px 1fr; }
  .service-focus__body > a { grid-column: 2; border-left: 0; padding: 8px 0; }
  .flow-list { grid-template-columns: 1fr 1fr; row-gap: 50px; }
  .flow-list li:nth-child(3) { border-left: 1px solid var(--sand); }
  .flow-list li:nth-child(2) { border-right: 1px solid var(--sand); }
  .flow-list li:nth-child(2)::after { display: none; }
  .fees__inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .fees__inner .eyebrow { justify-content: center; }
  .fees__note { grid-column: auto; }
  .lawyer__grid { gap: 34px; }
  .lawyer__photo { max-width: 650px; }
  .office__grid { gap: 48px; }
  .mobile-cta { position: fixed; z-index: 999; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.3fr; width: 100%; height: 64px; box-shadow: 0 -6px 22px rgba(31,23,18,.14); }
  .mobile-cta a { display: grid; place-items: center; min-width: 0; color: var(--white); font-size: 14px; font-weight: 700; }
  .mobile-cta__phone { background: var(--ink); }
  .mobile-cta__mail { background: var(--orange); }
  .simple-page, .privacy-page { padding-top: 70px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 82px 0; }
  .site-header__inner { width: calc(100% - 24px); }
  .brand__text span { display: none; }
  .brand__text { font-size: 15px; }
  .button--header { padding: 0 12px; font-size: 12px; }
  .hero { padding: 105px 0 70px; }
  .hero__area { font-size: 12px; }
  .hero h1 { font-size: clamp(39px, 11.2vw, 50px); }
  .hero__lead { margin: 22px 0 26px; font-size: 15px; line-height: 1.9; }
  .hero__badges { justify-content: space-between; }
  .hero__badges div { min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; gap: 4px; padding: 2px 9px; }
  .hero__badges svg { width: 23px; height: 23px; }
  .hero__badges span { font-size: 20px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button--primary { width: 100%; }
  .text-phone { text-align: center; }
  .hero__visual { width: 94%; }
  .hero__photo-frame { aspect-ratio: 4 / 3; border-radius: 2px 74px 2px 2px; }
  .hero__visual figcaption { right: -4px; bottom: 20px; width: 182px; padding: 16px 20px; box-shadow: 8px 9px 0 var(--orange); }
  .hero__visual figcaption strong { font-size: 20px; }
  .section-heading--split { margin-bottom: 42px; }
  .worry-list li { grid-template-columns: 48px 1fr; min-height: 100px; }
  .worry-list p { font-size: 17px; }
  .statement__line { left: 16px; }
  .statement__main { font-size: 31px; }
  .feature, .feature--large { min-height: 0; padding: 28px 24px; }
  .feature { gap: 17px; }
  .feature h3 { font-size: 21px; }
  .feature p { font-size: 14px; }
  .service-focus__body { grid-template-columns: 1fr; gap: 18px; padding: 32px 8px; }
  .service-focus__body > a { grid-column: auto; }
  .service-row { grid-template-columns: 1fr; }
  .service-row article { align-items: flex-start; padding: 28px 20px; }
  .service-focus h3 { font-size: 25px; }
  .lawyer__photo img { aspect-ratio: 1 / 1; object-position: center; }
  .lawyer__message { font-size: 18px; }
  .lawyer__name small { display: block; }
  .lawyer__name strong { font-size: 25px; }
  .flow-list { grid-template-columns: 1fr; row-gap: 0; }
  .flow-list li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 24px 10px; border-top: 1px solid var(--sand); border-right: 0 !important; border-left: 0 !important; }
  .flow-list li:last-child { border-bottom: 1px solid var(--sand); }
  .flow-list__icon { display: block; min-height: 0; margin: 0; }
  .flow-list__icon svg { display: block; width: 38px; height: 38px; }
  .flow-list__icon span { display: block; margin-top: 3px; }
  .flow-list li::after { display: none; }
  .fees__items { gap: 18px; }
  .fees__items strong { font-size: 37px; }
  .office-table div { grid-template-columns: 1fr; gap: 5px; padding: 18px 4px; }
  .office__visual { height: 370px; margin-bottom: 54px; }
  .office__visual img { object-position: 57% center; }
  .office__visual::after { background: linear-gradient(0deg, rgba(31, 25, 21, .68), rgba(31, 25, 21, .02) 72%); }
  .office__visual figcaption { right: 24px; left: 24px; bottom: 30px; }
  .office__visual figcaption span { font-size: 12px; }
  .faq-list summary { padding: 22px 32px 22px 0; font-size: 16px; }
  .contact__form-wrap { padding: 28px 20px; }
  .contact-phone { width: 100%; }
  .contact-phone strong { font-size: 26px; }
  .site-footer__inner { flex-direction: column; gap: 34px; }
  .footer-links { flex-direction: column; gap: 10px; }
  .page-hero { padding: 64px 0 54px; }
  .privacy-page .content-shell--narrow { padding-top: 45px; }
}

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