/*
Theme Name: Schermann Coaching
Theme URI: https://www.schermann-coaching.at/
Author: Premotion
Description: Bespoke WordPress theme for Schermann Coaching.
Version: 1.0.1
Requires at least: 6.8
Requires PHP: 8.1
Text Domain: schermann-coaching
*/

:root {
  --turquoise: #44aa9f;
  --turquoise-dark: #257d75;
  --aqua: #dff4f1;
  --aqua-strong: #bee9e7;
  --ink: #263331;
  --muted: #65716f;
  --paper: #fbfaf7;
  --white: #fff;
  --line: #dce6e3;
  --gold: #f5d277;
  --rose: #f2ccd5;
  --display: "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  --body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.contact-bar { background: var(--turquoise); color: white; font-size: 14px; }
.contact-bar__inner { min-height: 46px; display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.contact-bar a { font-weight: 650; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(251, 250, 247, .94); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 34px rgba(38, 51, 49, .07); }
.nav-wrap { position: relative; min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 245px; height: 92px; overflow: hidden; display: block; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { font-size: 13px; font-weight: 650; letter-spacing: .035em; text-transform: uppercase; }
.site-nav__list { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 32px); margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover { color: var(--turquoise-dark); }
.site-nav .nav-cta { padding: 11px 18px; border: 1px solid var(--turquoise); border-radius: 999px; color: var(--turquoise-dark); }
.menu-button { display: none; border: 0; padding: 10px 0; background: transparent; color: var(--ink); font: 650 13px var(--body); text-transform: uppercase; letter-spacing: .06em; }

.hero { position: relative; overflow: hidden; background: var(--aqua-strong); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -240px; top: -240px; border: 1px solid rgba(37, 125, 117, .25); border-radius: 50%; }
.hero__grid { display: grid; grid-template-columns: minmax(380px, .9fr) 1.1fr; gap: clamp(62px, 8vw, 126px); align-items: center; min-height: 690px; padding-top: 54px; }
.hero__portrait { align-self: end; position: relative; z-index: 1; }
.hero__image-wrap { max-width: 480px; box-shadow: -22px 22px 0 rgba(68, 170, 159, .34); }
.hero__image-wrap img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 25%; }
.portrait-caption { position: absolute; right: -44px; bottom: 34px; margin: 0; padding: 17px 20px; background: var(--paper); font-family: var(--display); font-size: 16px; line-height: 1.25; box-shadow: 0 12px 30px rgba(38, 51, 49, .1); }
.portrait-caption span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.hero__copy { position: relative; z-index: 1; min-width: 0; padding-bottom: 48px; max-width: 590px; }
.eyebrow { margin: 0 0 14px; color: var(--turquoise-dark); font-size: 12px; font-weight: 750; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.hero h1 { margin: 0 0 28px; font: 400 clamp(65px, 7vw, 104px)/.83 var(--display); letter-spacing: -.055em; }
.hero h1 span { color: var(--turquoise-dark); }
.hero__lead { max-width: 540px; margin: 0 0 16px; font: 500 clamp(22px, 2vw, 29px)/1.35 var(--display); }
.hero__copy > p:not(.eyebrow):not(.hero__lead) { max-width: 535px; color: #425451; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 13px 23px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--ink); color: white; }
.button--primary:hover { background: var(--turquoise-dark); }
.text-link { font-size: 14px; font-weight: 700; text-decoration: none; }
.hero__note { position: absolute; right: 0; bottom: 0; padding: 13px 30px; background: var(--paper); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.orientation, .services, .about, .process { padding: 112px 0; }
.section-heading { max-width: 780px; margin-bottom: 56px; }
.section-heading h2, .about h2, .process h2, .contact h2 { margin: 0; font: 400 clamp(42px, 5vw, 68px)/1.03 var(--display); letter-spacing: -.045em; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 80px; }
.section-heading--split > p { margin: 0 0 4px; color: var(--muted); }
.orientation-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.orientation-item { min-height: 258px; padding: 26px 28px 26px 0; border-right: 1px solid var(--line); }
.orientation-item + .orientation-item { padding-left: 28px; }
.orientation-item:last-child { border-right: 0; }
.orientation-item > span { display: block; margin-bottom: 50px; color: var(--turquoise); font: 500 15px var(--display); }
.orientation-item .label { margin: 0 0 10px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.orientation-item h3 { margin: 0; font: 500 clamp(20px, 2vw, 26px)/1.3 var(--display); }

.services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 510px; padding: 30px; border-radius: 26px; display: grid; grid-template-rows: auto 1fr; gap: 72px; transition: transform .3s ease; }
.service-card > div:last-child { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.service-card:hover { transform: translateY(-6px); }
.service-card--aqua { background: var(--aqua); }
.service-card--gold { background: #f9e6aa; }
.service-card--rose { background: #f5dce2; }
.service-card__number { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(38, 51, 49, .22); border-radius: 50%; font: 600 13px var(--display); }
.service-card h3 { margin: 0 0 18px; font: 500 clamp(32px, 3vw, 44px)/1 var(--display); letter-spacing: -.035em; }
.service-card p:not(.eyebrow) { color: #42514f; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 28px; padding: 0; list-style: none; }
.tag-list li { padding: 6px 11px; border: 1px solid rgba(38, 51, 49, .18); border-radius: 999px; font-size: 12px; }
.service-card__link { display: inline-flex; justify-content: space-between; width: 100%; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(38, 51, 49, .18); font-size: 13px; font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.service-card__link span { transition: transform .2s ease; }
.service-card__link:hover span { transform: translate(3px, -3px); }
.image-band { height: clamp(260px, 36vw, 520px); overflow: hidden; }
.image-band img { width: 100%; height: 100%; object-fit: cover; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.about__intro { position: sticky; top: 150px; align-self: start; }
.about blockquote { margin: 48px 0 0; padding-left: 22px; border-left: 2px solid var(--turquoise); color: var(--turquoise-dark); font: 500 21px/1.45 var(--display); }
.about__copy { padding-top: 20px; }
.about__copy > p { color: var(--muted); }
.about__copy .intro { margin-top: 0; color: var(--ink); font: 500 27px/1.4 var(--display); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 54px; background: var(--line); border: 1px solid var(--line); }
.stats div { min-height: 142px; padding: 22px; background: white; }
.stats strong { display: block; color: var(--turquoise-dark); font: 500 40px var(--display); }
.stats span { color: var(--muted); font-size: 12px; line-height: 1.4; }

.process { background: var(--ink); color: white; }
.process__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 150px); }
.process__heading { align-self: start; }
.process__heading > p:last-child { max-width: 470px; color: #bdc8c6; }
.process .eyebrow { color: #7dd1c8; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 26px 0 34px; border-top: 1px solid rgba(255,255,255,.18); }
.steps li > span { color: #7dd1c8; font: 600 14px var(--display); }
.steps h3 { margin: 0 0 5px; font: 500 27px var(--display); }
.steps p { margin: 0; color: #bdc8c6; }

.contact { padding: 88px 0; background: white; }
.contact__panel { min-height: 410px; padding: clamp(38px, 7vw, 84px); border-radius: 30px; display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: center; background: var(--turquoise); color: white; }
.contact .eyebrow { color: #e6fffc; }
.contact__panel > div:first-child > p:last-child { max-width: 620px; }
.contact__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.button--light { background: white; color: var(--ink); }
.contact__actions > a:not(.button) { font: 600 20px var(--display); }

.site-footer { padding: 74px 0 24px; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }
.footer-brand img { width: 220px; height: 90px; object-fit: contain; }
.footer-brand p, .footer-grid p { color: var(--muted); font-size: 14px; }
.footer-grid h2 { margin: 0 0 18px; font: 650 12px var(--body); letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin-bottom: 7px; color: var(--muted); font-size: 14px; }
.footer-bottom { margin-top: 64px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; color: var(--muted); font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom > a:last-child { justify-self: end; }
.footer-credit a { color: inherit; }

/* Service detail pages */
.site-nav [aria-current="page"], .site-nav .current-menu-item > a { color: var(--turquoise-dark); }
.detail-hero { position: relative; overflow: hidden; }
.detail-hero--aqua { background: var(--aqua-strong); }
.detail-hero--gold { background: #f9e6aa; }
.detail-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -230px; top: -260px; border: 1px solid rgba(38, 51, 49, .18); border-radius: 50%; }
.detail-hero__grid { min-height: 680px; display: grid; grid-template-columns: 1.1fr .78fr; gap: clamp(60px, 9vw, 130px); align-items: center; padding-block: 72px; }
.detail-hero__copy { position: relative; z-index: 1; max-width: 690px; }
.back-link { display: inline-block; margin-bottom: 60px; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.detail-hero h1 { margin: 0 0 25px; font: 400 clamp(72px, 8vw, 118px)/.9 var(--display); letter-spacing: -.055em; }
.detail-hero__lead { max-width: 660px; margin: 0 0 18px; font: 500 clamp(23px, 2.4vw, 33px)/1.35 var(--display); }
.detail-hero__copy > p:not(.eyebrow):not(.detail-hero__lead) { max-width: 590px; color: #485855; }
.detail-hero__copy .button { margin-top: 24px; }
.detail-hero__visual { position: relative; z-index: 1; align-self: end; }
.detail-hero__visual img { width: 100%; height: 600px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; box-shadow: 20px 20px 0 rgba(255,255,255,.42); }
.detail-hero__label { position: absolute; left: -34px; bottom: 28px; padding: 15px 19px; background: var(--white); font: 700 11px/1.5 var(--body); letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(38, 51, 49, .1); }
.keyword-section, .question-section, .detail-content, .detail-facts { padding: 112px 0; }
.detail-split { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 150px); }
.detail-sticky { position: sticky; top: 160px; align-self: start; }
.detail-sticky h2, .question-section h2, .detail-facts h2, .next-service h2 { margin: 0 0 22px; font: 400 clamp(42px, 5vw, 67px)/1.03 var(--display); letter-spacing: -.045em; }
.detail-sticky > p:last-child { color: var(--muted); }
.keyword-cloud { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 10px; margin: 0; padding: 0; list-style: none; }
.keyword-cloud li { padding: 12px 17px; border: 1px solid var(--line); border-radius: 999px; background: white; font: 500 15px var(--display); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.keyword-cloud li:hover { transform: translateY(-2px); border-color: var(--turquoise); color: var(--turquoise-dark); }
.question-section { background: white; }
.question-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 46px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.question-grid li { min-height: 160px; display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.question-grid span { color: var(--turquoise-dark); font: 600 13px var(--display); }
.question-grid p { margin: 0; font: 500 21px/1.45 var(--display); }
.detail-content { background: var(--ink); color: white; }
.detail-content__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(70px, 11vw, 170px); }
.detail-quote { position: sticky; top: 160px; align-self: start; padding-left: 26px; border-left: 2px solid #7dd1c8; }
.detail-quote blockquote { margin: 0 0 18px; font: 500 clamp(25px, 3vw, 38px)/1.35 var(--display); }
.detail-quote cite { color: #9eafac; font-size: 12px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.detail-articles .eyebrow { color: #7dd1c8; }
.detail-articles article { padding: 34px 0 45px; border-top: 1px solid rgba(255,255,255,.18); }
.detail-articles h2 { margin: 0 0 15px; font: 500 clamp(30px, 3vw, 42px)/1.1 var(--display); }
.detail-articles p { margin: 0; color: #bdc8c6; }
.detail-facts { background: var(--paper); }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.fact-grid > div { min-height: 280px; padding: 27px 32px 27px 0; border-right: 1px solid var(--line); }
.fact-grid > div + div { padding-left: 32px; }
.fact-grid > div:last-child { border-right: 0; }
.fact-grid span { display: block; margin-bottom: 70px; color: var(--turquoise-dark); font: 500 26px var(--display); }
.fact-grid h3 { margin: 0 0 10px; font: 500 23px var(--display); }
.fact-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.next-service { padding: 34px 0; background: white; }
.next-service__panel { min-height: 260px; display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 50px 65px; border: 1px solid var(--line); border-radius: 28px; }
.next-service h2 { margin-bottom: 0; }

/* Editorial subpages */
.subpage-hero { padding: 105px 0; }
.subpage-hero--aqua { background: var(--aqua-strong); }
.subpage-hero--paper { background: var(--paper); border-bottom: 1px solid var(--line); }
.subpage-hero__grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(70px, 11vw, 160px); align-items: end; }
.subpage-hero h1, .profile-hero h1, .legal-hero h1 { max-width: 780px; margin: 0; font: 400 clamp(64px, 7vw, 104px)/.93 var(--display); letter-spacing: -.055em; }
.subpage-hero__intro { padding-bottom: 8px; }
.subpage-hero__intro > p:first-child { margin-top: 0; font: 500 23px/1.45 var(--display); }
.privacy-note { color: var(--muted); font-size: 13px; }
.contact-page, .practice-section, .map-section, .editorial-section, .credentials, .faq-section { padding: 112px 0; }
.contact-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-option { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px; border-radius: 26px; background: var(--aqua); text-decoration: none; transition: transform .25s ease; }
.contact-option:hover { transform: translateY(-5px); }
.contact-option--dark { background: var(--ink); color: white; }
.contact-option > span, .contact-option > small { font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-option > strong { font: 500 clamp(27px, 3.2vw, 45px)/1.1 var(--display); overflow-wrap: anywhere; }
.practice-section { background: white; }
.practice-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 145px); align-items: start; }
.practice-image img { width: 100%; height: 620px; object-fit: cover; object-position: center 20%; }
.practice-copy h2, .credentials h2 { margin: 0 0 35px; font: 400 clamp(45px, 5vw, 68px)/1 var(--display); letter-spacing: -.045em; }
.address-list article { display: grid; grid-template-columns: 105px 1fr .8fr; gap: 24px; padding: 26px 0; border-top: 1px solid var(--line); }
.address-list span { color: var(--turquoise-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.address-list h3 { margin: 0; font: 500 23px/1.35 var(--display); }
.address-list p { margin: 0; color: var(--muted); font-size: 14px; }
.map-section { background: var(--paper); }
.map-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.map-heading h2 { margin: 0; font: 400 clamp(45px, 5vw, 68px)/1 var(--display); letter-spacing: -.045em; }
.map-heading > p { margin: 0; color: var(--muted); font-size: 14px; }
.local-map { margin: 0; }
.local-map > a { position: relative; display: block; overflow: hidden; border-radius: 26px; background: #e4ece7; }
.local-map img { width: 100%; height: auto; aspect-ratio: 5 / 3; object-fit: cover; transition: transform .45s ease; }
.local-map > a:hover img { transform: scale(1.015); }
.map-button { position: absolute; left: 28px; bottom: 28px; padding: 14px 19px; border-radius: 999px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; box-shadow: 0 8px 22px rgba(38,51,49,.2); }
.local-map figcaption { padding-top: 12px; color: var(--muted); font-size: 11px; }
.local-map figcaption a { color: inherit; }
.profile-hero { background: var(--aqua-strong); }
.profile-hero__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(65px, 9vw, 130px); align-items: center; min-height: 720px; }
.profile-hero__image { width: min(100%, 390px); align-self: end; }
.profile-hero__image img { width: 100%; height: 560px; object-fit: cover; object-position: center 20%; box-shadow: -20px 20px 0 rgba(68,170,159,.3); }
.profile-lead { margin: 38px 0 0; font: 600 25px var(--display); }
.profile-hero__copy > p:last-child { color: var(--muted); }
.editorial-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(70px, 11vw, 165px); }
.editorial-aside { position: sticky; top: 160px; align-self: start; }
.editorial-aside blockquote { margin: 0; padding-left: 25px; border-left: 2px solid var(--turquoise); color: var(--turquoise-dark); font: 500 clamp(25px, 3vw, 38px)/1.4 var(--display); }
.editorial-copy p { color: var(--muted); }
.editorial-copy .intro { margin-top: 0; color: var(--ink); font: 500 29px/1.45 var(--display); }
.credentials { background: var(--ink); color: white; }
.credentials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.credentials .eyebrow { color: #7dd1c8; }
.clean-list { margin: 0; padding: 0; list-style: none; }
.clean-list li { padding: 17px 0 17px 26px; border-top: 1px solid rgba(255,255,255,.16); color: #c6d0ce; position: relative; }
.clean-list li::before { content: "↗"; position: absolute; left: 0; color: #7dd1c8; }
.faq-layout { display: grid; grid-template-columns: .45fr 1.55fr; gap: clamp(60px, 10vw, 150px); }
.faq-index { position: sticky; top: 160px; align-self: start; color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 100px; display: grid; grid-template-columns: 48px 1fr 30px; gap: 18px; align-items: center; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--turquoise-dark); font: 600 13px var(--display); }
.faq-item summary strong { font: 500 23px/1.35 var(--display); }
.faq-item summary i { font: 400 28px var(--display); font-style: normal; transition: transform .2s ease; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item > div { padding: 0 48px 28px 66px; color: var(--muted); }
.faq-item > div p { margin: 0; }

/* Legal pages */
.legal-hero { padding: 105px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-hero--aqua { background: var(--aqua-strong); }
.legal-hero p:last-child { max-width: 650px; color: var(--muted); }
.legal-section { padding: 90px 0 120px; background: white; }
.legal-layout { display: grid; grid-template-columns: .42fr 1.58fr; gap: clamp(70px, 11vw, 160px); }
.legal-nav { position: sticky; top: 150px; align-self: start; display: flex; flex-direction: column; }
.legal-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; text-decoration: none; }
.legal-nav a:hover { color: var(--turquoise-dark); }
.legal-copy { max-width: 780px; }
.legal-copy article { padding: 0 0 52px; margin-bottom: 52px; border-bottom: 1px solid var(--line); scroll-margin-top: 145px; }
.legal-copy article:last-child { margin-bottom: 0; }
.legal-copy h2 { margin: 0 0 22px; font: 500 clamp(31px, 3.5vw, 47px)/1.1 var(--display); }
.legal-copy p, .legal-copy address { color: var(--muted); font-style: normal; }
.legal-copy a { color: var(--turquoise-dark); }
.legal-callout { margin-top: 30px; padding: 25px; border-left: 3px solid var(--turquoise); background: var(--aqua); }
.legal-callout strong { font: 600 21px var(--display); }
.legal-callout p { margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-header { backdrop-filter: none; }
  .menu-button { display: flex; align-items: center; gap: 12px; }
  .menu-button__icon { width: 25px; display: grid; gap: 6px; }
  .menu-button__icon i { display: block; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] .menu-button__icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-button__icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 158px 0 0; padding: 42px 24px; background: var(--paper); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
  body.admin-bar .site-nav { inset-block-start: 190px; }
  .site-nav__list { width: 100%; flex-direction: column; align-items: flex-start; gap: 5px; }
  .site-nav__list > li { width: 100%; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
  .site-nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); font: 500 28px var(--display); text-transform: none; }
  .site-nav .nav-cta { margin-top: 20px; width: auto; padding-inline: 22px; border: 1px solid var(--turquoise); font: 700 14px var(--body); text-transform: uppercase; }
  .hero__grid { grid-template-columns: .85fr 1.15fr; gap: 48px; min-height: 620px; }
  .portrait-caption { right: -25px; }
  .orientation-grid { grid-template-columns: repeat(2, 1fr); }
  .orientation-item:nth-child(2) { border-right: 0; }
  .orientation-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; }
  .about__grid, .process__grid { gap: 70px; }
  .stats { grid-template-columns: 1fr; }
  .stats div { min-height: auto; }
  .contact__panel { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
  .detail-hero__grid { grid-template-columns: 1fr .75fr; gap: 48px; }
  .detail-split, .detail-content__grid { gap: 70px; }
  .practice-grid, .editorial-grid { gap: 70px; }
  .address-list article { grid-template-columns: 90px 1fr; }
  .address-list p { grid-column: 2; }
  .faq-layout, .legal-layout { gap: 70px; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 32px, 1180px); }
  body { font-size: 16px; }
  .contact-bar__inner { justify-content: center; min-height: 39px; }
  .contact-bar span { display: none; }
  .contact-bar a { font-size: 12px; }
  .contact-bar a:first-of-type { display: none; }
  .nav-wrap { min-height: 84px; }
  .brand { width: 185px; height: 70px; }
  .menu-button { position: absolute; right: 0; }
  .site-nav { inset-block-start: 123px; }
  body.admin-bar .site-nav { inset-block-start: 169px; }
  .hero__grid { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 32px; min-height: 0; padding-top: 60px; }
  .hero__copy { width: 100%; padding-bottom: 0; }
  .hero h1 { max-width: 100%; font-size: clamp(54px, 16vw, 68px); }
  .hero__lead { font-size: 23px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__portrait { width: calc(100% - 22px); margin-right: 22px; }
  .hero__image-wrap { max-width: 100%; }
  .portrait-caption { right: -22px; bottom: 24px; }
  .hero__note { display: none; }
  .orientation, .services, .about, .process { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .about h2, .process h2, .contact h2 { font-size: 43px; }
  .section-heading--split, .about__grid, .process__grid { grid-template-columns: 1fr; gap: 34px; }
  .about__grid > *, .process__grid > * { min-width: 0; }
  .orientation-grid { grid-template-columns: 1fr; }
  .orientation-item, .orientation-item + .orientation-item { min-height: 205px; padding: 24px 0; border-right: 0; border-top: 1px solid var(--line); }
  .orientation-item:first-child { border-top: 0; }
  .orientation-item > span { margin-bottom: 34px; }
  .service-card { min-height: 440px; padding: 24px; gap: 54px; }
  .image-band { height: 280px; }
  .image-band img { width: 100%; max-width: 100%; object-position: 28% center; }
  .about__intro { position: static; }
  .stats { margin-top: 40px; }
  .contact { padding: 32px 0; }
  .contact__panel { min-height: 510px; padding: 32px 24px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 10px 20px; }
  .footer-credit { grid-column: 1 / -1; grid-row: 2; }
  .detail-hero__grid { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-block: 60px 0; }
  .detail-hero__copy, .detail-hero__visual { width: 100%; }
  .back-link { margin-bottom: 42px; }
  .detail-hero h1 { font-size: clamp(58px, 18vw, 78px); }
  .detail-hero__lead { font-size: 24px; }
  .detail-hero__visual { width: calc(100% - 20px); margin-top: 15px; }
  .detail-hero__visual img { height: 460px; aspect-ratio: auto; }
  .detail-hero__label { left: auto; right: 0; }
  .keyword-section, .question-section, .detail-content, .detail-facts { padding: 76px 0; }
  .detail-split, .detail-content__grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-sticky, .detail-quote { position: static; }
  .detail-sticky h2, .question-section h2, .detail-facts h2, .next-service h2 { font-size: 43px; }
  .question-grid { grid-template-columns: 1fr; }
  .question-grid li { min-height: 135px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid > div, .fact-grid > div + div { min-height: 215px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-grid span { margin-bottom: 40px; }
  .next-service__panel { min-height: 320px; padding: 38px 26px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .subpage-hero { padding: 72px 0; }
  .subpage-hero__grid, .practice-grid, .editorial-grid, .credentials-grid, .faq-layout, .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .subpage-hero h1, .profile-hero h1, .legal-hero h1 { font-size: clamp(55px, 17vw, 76px); }
  .contact-page, .practice-section, .map-section, .editorial-section, .credentials, .faq-section { padding: 76px 0; }
  .contact-option-grid { grid-template-columns: 1fr; }
  .contact-option { min-height: 270px; padding: 27px; }
  .practice-image img { height: 440px; }
  .map-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .local-map > a { border-radius: 18px; }
  .local-map img { min-height: 360px; object-fit: cover; }
  .map-button { left: 16px; right: 16px; bottom: 16px; text-align: center; }
  .address-list article { grid-template-columns: 85px 1fr; }
  .profile-hero__grid { display: flex; flex-direction: column-reverse; align-items: stretch; min-height: 0; padding-top: 70px; }
  .profile-hero__image { width: min(calc(100% - 32px), 330px); align-self: center; }
  .profile-hero__image img { height: 410px; }
  .profile-hero__copy { padding-bottom: 10px; }
  .editorial-aside, .faq-index, .legal-nav { position: static; }
  .credentials-grid { gap: 70px; }
  .faq-item summary { min-height: 88px; grid-template-columns: 38px 1fr 24px; gap: 12px; }
  .faq-item summary strong { font-size: 20px; }
  .faq-item > div { padding: 0 24px 26px 50px; }
  .legal-hero { padding: 72px 0; }
  .legal-section { padding: 70px 0 90px; }
  .legal-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
}

@media (max-width: 390px) {
  .contact-bar__inner { justify-content: flex-end; }
  .hero h1 { font-size: 58px; }
  .footer-grid { grid-template-columns: 1fr; }
}
