:root {
  --ink: #122832;
  --ink-deep: #0b2028;
  --ink-soft: #1b3842;
  --paper: #f3eee4;
  --paper-deep: #ebe2d4;
  --white: #ffffff;
  --off-white: #fbf9f5;
  --gold: #b7894c;
  --gold-light: #d8b579;
  --burgundy: #732638;
  --burgundy-dark: #561b2a;
  --text: #263b43;
  --muted: #66767b;
  --line: rgba(18, 40, 50, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow-sm: 0 14px 42px rgba(9, 30, 38, .09);
  --shadow-lg: 0 30px 90px rgba(9, 30, 38, .16);
  --max: 1240px;
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body {
  margin: 0;
  background: var(--off-white);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold-light); color: var(--ink-deep); }

.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(850px, calc(100% - 48px)); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed; z-index: 1000; left: 18px; top: -80px;
  background: var(--white); color: var(--ink); border: 1px solid var(--ink);
  padding: 12px 16px; transition: top .2s ease;
}
.skip-link:focus { top: 18px; }

/* Topline + navigation */
.topline { background: var(--ink-deep); color: rgba(255,255,255,.72); font-size: .76rem; }
.topline__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline__status, .topline__links { display: flex; align-items: center; gap: 10px; }
.topline__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 4px rgba(216,181,121,.11); }
.topline__links a { text-decoration: none; }
.topline__links a:hover { color: var(--white); }

.site-header {
  position: sticky; z-index: 100; top: 0;
  background: rgba(251,249,245,.94); border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 35px rgba(11,32,40,.08); background: rgba(251,249,245,.985); }
.header__inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; flex: 0 0 auto; }
.brand__mark {
  width: 46px; height: 46px; border: 1px solid rgba(183,137,76,.62); color: var(--ink);
  display: grid; grid-template-columns: 1fr 1px 1fr; align-items: center; justify-items: center;
  font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 1rem; letter-spacing: -.05em;
}
.brand__mark i { width: 1px; height: 24px; background: var(--gold); transform: rotate(18deg); }
.brand__copy { display: grid; line-height: 1.1; }
.brand__copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; letter-spacing: .075em; color: var(--ink); }
.brand__copy small { margin-top: 7px; color: var(--muted); text-transform: uppercase; letter-spacing: .15em; font-size: .61rem; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.site-nav > a { position: relative; text-decoration: none; font-size: .84rem; font-weight: 700; color: #344a52; }
.site-nav > a:not(.nav-cta):not(.language-link)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px;
  background: var(--gold); transition: right .2s ease;
}
.site-nav > a:hover::after, .site-nav > a.is-active::after { right: 0 !important; }
.language-link {
  width: 35px; height: 35px; border: 1px solid var(--line); display: inline-grid; place-items: center;
  font-size: .72rem !important; letter-spacing: .08em;
}
.language-link:hover { border-color: var(--gold); color: var(--gold); }
.nav-cta { min-height: 42px; padding: 10px 15px; background: var(--ink); color: var(--white) !important; border: 1px solid var(--ink); }
.nav-cta:hover { background: var(--burgundy); border-color: var(--burgundy); }
.menu-button { display: none; width: 46px; height: 46px; margin-left: auto; border: 1px solid var(--line); background: transparent; cursor: pointer; padding: 0; }
.menu-button > span:not(.sr-only) { display: block; width: 21px; height: 1px; background: var(--ink); margin: 5px auto; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.menu-button[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }

/* Type + reusable */
.eyebrow, .section-label {
  margin: 0; color: var(--gold); font-size: .69rem; line-height: 1.4; text-transform: uppercase;
  letter-spacing: .17em; font-weight: 820;
}
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.section-label--light { color: var(--gold-light); }
h1, h2, h3 { color: var(--ink); }
.hero h1, .page-hero h1, .legal-hero h1, .error-page h1,
.section-heading h2, .feature-split__content h2, .contact-banner h2,
.contact-details h2, .request-card h2, .faq-layout__intro h2, .profile-copy h2 {
  font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em;
}
.button {
  min-height: 52px; padding: 12px 21px; border: 1px solid transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; font-size: .86rem; font-weight: 780; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button--primary:hover { background: var(--burgundy); border-color: var(--burgundy); }
.button--ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.button--ghost:hover { background: var(--white); }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--gold-light); }
.button--gold { background: var(--gold-light); color: var(--ink-deep); }
.button--gold:hover { background: #e5c894; }
.button--outline-light { border-color: rgba(255,255,255,.46); color: var(--white); }
.button--outline-light:hover { background: rgba(255,255,255,.08); }
.button--full { width: 100%; }
.text-link { color: var(--ink); font-weight: 780; text-decoration: none; }
.text-link span { color: var(--gold); margin-left: 5px; }
.text-link:hover { color: var(--burgundy); }
.lead-paragraph, .large-copy { font-size: 1.13rem; color: #42575e; line-height: 1.8; }
.small-note { color: var(--muted); font-size: .78rem; }

/* Home hero */
.hero--home { background: var(--paper); position: relative; overflow: hidden; }
.hero--home::before {
  content: ""; position: absolute; left: -190px; top: -270px; width: 520px; height: 520px;
  border: 1px solid rgba(183,137,76,.18); border-radius: 50%; pointer-events: none;
}
.hero__grid { min-height: 705px; display: grid; grid-template-columns: 1.14fr .86fr; align-items: stretch; }
.hero__content { padding: 90px 74px 82px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.hero h1 { margin: 24px 0 0; font-size: clamp(3.5rem, 6.2vw, 6.35rem); line-height: 1.01; }
.hero h1 em { color: var(--burgundy); font-style: italic; font-weight: 400; }
.hero__lead { max-width: 750px; margin: 28px 0 0; color: #4f6268; font-size: 1.08rem; line-height: 1.78; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 49px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.hero__facts > div { padding-right: 20px; }
.hero__facts dt { color: var(--gold); font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 820; }
.hero__facts dd { margin: 7px 0 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: .98rem; }
.hero__visual { position: relative; min-height: 705px; background: var(--ink-deep); overflow: hidden; }
.hero__visual::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(216,181,121,.27); z-index: 1; pointer-events: none; }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__seal {
  position: absolute; z-index: 2; left: -47px; bottom: 54px; width: 124px; height: 124px; border-radius: 50%;
  background: var(--burgundy); color: var(--white); border: 7px solid var(--paper); display: grid; place-content: center; text-align: center;
  box-shadow: var(--shadow-lg);
}
.hero__seal strong { font-family: Georgia, serif; font-size: 1.55rem; line-height: 1; }
.hero__seal span { margin-top: 7px; color: var(--gold-light); font-size: .61rem; letter-spacing: .18em; }

/* Scope clarity */
.clarity-bar { background: var(--ink); color: var(--white); padding: 72px 0 78px; }
.clarity-bar__header { display: flex; justify-content: space-between; gap: 45px; align-items: end; margin-bottom: 34px; }
.clarity-bar__header h2 { max-width: 760px; margin: 0; color: var(--white); font-family: Georgia, serif; font-size: clamp(2.2rem,4vw,4.1rem); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.clarity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.clarity-card { position: relative; min-height: 280px; padding: 38px 38px 34px; border: 1px solid var(--line-light); background: rgba(255,255,255,.035); }
.clarity-card--own { border-top: 3px solid var(--gold-light); }
.clarity-card--collab { border-top: 3px solid #c56d81; }
.clarity-card__tag { color: var(--gold-light); font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 820; }
.clarity-card--collab .clarity-card__tag { color: #e5a5b4; }
.clarity-card h3 { margin: 33px 0 13px; color: var(--white); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.clarity-card p { margin: 0 0 25px; color: rgba(255,255,255,.67); }
.clarity-card .text-link { color: var(--white); }

/* Sections */
.section { padding: 104px 0; }
.section--paper { background: var(--paper); }
.section--white { background: var(--white); }
.section--ink { background: var(--ink-deep); color: var(--white); }
.section-heading { margin-bottom: 47px; }
.section-heading--split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: end; }
.section-heading h2 { margin: 11px 0 0; font-size: clamp(2.4rem,4.6vw,4.7rem); line-height: 1.06; }
.section-heading > p { margin: 0; color: var(--muted); max-width: 660px; }

.service-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.service-card {
  grid-column: span 3; min-height: 345px; padding: 31px; background: var(--white); border: 1px solid var(--line);
  display: flex; flex-direction: column; text-decoration: none; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: rgba(183,137,76,.5); }
.service-card__number { color: var(--gold); font-size: .7rem; letter-spacing: .15em; font-weight: 800; }
.service-card h3 { margin: 54px 0 16px; font-family: Georgia, serif; font-size: 1.67rem; font-weight: 500; line-height: 1.14; }
.service-card p { margin: 0; color: var(--muted); }
.service-card__arrow { margin-top: auto; padding-top: 29px; color: var(--gold); font-size: .78rem; font-weight: 800; }
.service-card--featured { background: var(--burgundy); border-color: var(--burgundy); color: var(--white); }
.service-card--featured h3 { color: var(--white); }
.service-card--featured p { color: rgba(255,255,255,.7); }
.service-card--featured .service-card__number, .service-card--featured .service-card__arrow { color: #e4bd85; }
.service-card--wide { grid-column: span 12; min-height: 210px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; }
.service-card--wide h3 { margin: 0 0 8px; font-size: 2rem; }
.service-card--wide .service-card__arrow { margin: 0; padding: 0; }

.feature-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.feature-split__visual { min-height: 500px; display: grid; place-items: center; position: relative; }
.feature-split__visual::before, .feature-split__visual::after { content: ""; position: absolute; border: 1px solid rgba(216,181,121,.28); }
.feature-split__visual::before { inset: 22px 55px 55px 22px; transform: rotate(-4deg); }
.feature-split__visual::after { inset: 55px 22px 22px 55px; transform: rotate(4deg); }
.monogram-panel { position: relative; z-index: 1; width: 290px; height: 350px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); display: grid; place-content: center; text-align: center; }
.monogram-panel span { color: var(--gold-light); font-family: Georgia, serif; font-size: 7.8rem; line-height: .9; letter-spacing: -.1em; }
.monogram-panel small { margin-top: 24px; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .17em; font-size: .62rem; }
.feature-split__content h2 { margin: 10px 0 22px; color: var(--white); font-size: clamp(2.6rem,4.7vw,4.9rem); line-height: 1.04; }
.feature-split__content > p:not(.section-label) { color: rgba(255,255,255,.66); }
.check-list { list-style: none; padding: 0; margin: 30px 0 34px; display: grid; gap: 13px; }
.check-list li { color: rgba(255,255,255,.84); padding-left: 27px; position: relative; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 12px; height: 1px; background: var(--gold-light); }

.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card { min-height: 260px; padding: 32px 30px 35px; border-left: 1px solid var(--line); }
.process-card:last-child { border-right: 1px solid var(--line); }
.process-card > span { color: var(--gold); font-size: .73rem; font-weight: 820; }
.process-card h3 { margin: 47px 0 13px; font-family: Georgia, serif; font-size: 1.53rem; font-weight: 500; }
.process-card p { margin: 0; color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: start; }
.faq-layout__intro h2 { margin: 10px 0 20px; font-size: clamp(2.4rem,4vw,4.25rem); line-height: 1.07; }
.faq-layout__intro p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 23px 42px 23px 0; font-family: Georgia, serif; color: var(--ink); font-size: 1.16rem; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 4px; top: 50%; width: 17px; height: 1px; background: var(--gold); transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details > div { padding: 0 55px 23px 0; color: var(--muted); }
.faq-list details p { margin: 0; }

.contact-banner { background: var(--burgundy); color: var(--white); }
.contact-banner__inner { min-height: 390px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.contact-banner h2 { margin: 10px 0 16px; color: var(--white); font-size: clamp(2.6rem,4.8vw,4.9rem); line-height: 1.04; }
.contact-banner p:not(.section-label) { color: rgba(255,255,255,.7); max-width: 760px; }
.contact-banner__actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }

/* Interior heroes */
.page-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding: 88px 0 84px; }
.page-hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -165px; top: -295px; border-radius: 50%; border: 1px solid rgba(216,181,121,.22); }
.page-hero--collab { background: var(--burgundy-dark); }
.page-hero--contact { background: linear-gradient(115deg, var(--ink-deep), var(--ink-soft)); }
.page-hero__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 75px; align-items: center; position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 35px; color: rgba(255,255,255,.56); font-size: .75rem; }
.breadcrumb a { text-decoration: none; }
.page-hero h1 { max-width: 870px; margin: 12px 0 20px; color: var(--white); font-size: clamp(3rem,5.4vw,5.6rem); line-height: 1.02; }
.page-hero__grid > div > p:last-child { max-width: 820px; margin: 0; color: rgba(255,255,255,.67); font-size: 1.05rem; }
.scope-card { padding: 31px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); color: var(--white); box-shadow: 0 24px 65px rgba(0,0,0,.12); }
.scope-card__label { color: var(--gold-light); text-transform: uppercase; letter-spacing: .16em; font-size: .63rem; font-weight: 820; }
.scope-card strong { display: block; margin-top: 25px; color: var(--white); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.scope-card p { margin: 12px 0 0; color: rgba(255,255,255,.66); }
.scope-card a { display: inline-flex; margin-top: 22px; color: var(--gold-light); text-decoration: none; font-weight: 780; }
.scope-card--collab { border-top: 3px solid #e5a5b4; }

/* Overview + article pages */
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 78px; align-items: start; }
.content-main { min-width: 0; }
.article-section { position: relative; padding: 0 0 48px 66px; margin-bottom: 46px; border-bottom: 1px solid var(--line); }
.article-section:last-of-type { margin-bottom: 35px; }
.article-section__index { position: absolute; left: 0; top: 5px; color: var(--gold); font-size: .7rem; letter-spacing: .15em; font-weight: 820; }
.article-section h2 { margin: 0 0 15px; font-family: Georgia, serif; font-size: clamp(1.9rem,3vw,2.75rem); font-weight: 500; line-height: 1.12; }
.article-section p { color: #4d6066; }
.content-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 26px; }
.content-list li { position: relative; padding-left: 20px; color: #4e6167; }
.content-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 10px; height: 1px; background: var(--gold); }
.content-aside { position: sticky; top: 126px; display: grid; gap: 16px; }
.aside-box { padding: 30px; background: var(--paper); border-top: 3px solid var(--gold); box-shadow: var(--shadow-sm); }
.aside-box h3 { margin: 12px 0 18px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.aside-box ul { padding-left: 18px; color: var(--muted); }
.aside-box li + li { margin-top: 8px; }
.aside-box--plain { background: var(--white); box-shadow: none; border: 1px solid var(--line); }
.aside-steps { list-style: none; padding: 0 !important; margin: 23px 0 28px; counter-reset: none; }
.aside-steps li { display: flex; gap: 13px; align-items: flex-start; color: var(--text); }
.aside-steps li span { flex: 0 0 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-size: .7rem; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 18px; }
.tag-cloud span { padding: 8px 11px; background: var(--paper); border: 1px solid var(--line); font-size: .78rem; }
.notice { margin-top: 33px; padding: 23px 25px; border-left: 4px solid var(--gold); background: var(--paper); }
.notice strong { display: block; color: var(--ink); font-family: Georgia, serif; font-size: 1.18rem; }
.notice p { margin: 7px 0 0; color: var(--muted); }
.notice--burgundy { border-left-color: var(--burgundy); background: #f6ecef; }
.notice--gold { border-left-color: var(--gold); }

.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.value-grid article { min-height: 255px; padding: 30px; background: var(--white); border: 1px solid var(--line); }
.value-grid article > span { color: var(--gold); font-size: .7rem; font-weight: 800; }
.value-grid h3 { margin: 45px 0 13px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.value-grid p { margin: 0; color: var(--muted); }

.profile-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: center; }
.profile-visual { min-height: 510px; background: var(--ink); display: grid; place-items: center; position: relative; overflow: hidden; }
.profile-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(216,181,121,.25); border-radius: 50%; left: -180px; top: -150px; }
.profile-card { width: min(360px, calc(100% - 55px)); position: relative; z-index: 1; padding: 32px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: var(--white); }
.profile-card__mark { width: 102px; height: 102px; display: grid; place-items: center; border: 1px solid var(--gold-light); color: var(--gold-light); font-family: Georgia, serif; font-size: 2.6rem; margin-bottom: 65px; }
.profile-card strong { display: block; color: var(--white); font-family: Georgia, serif; font-size: 1.7rem; }
.profile-card span { display: block; margin-top: 5px; color: var(--gold-light); }
.profile-card small { display: block; margin-top: 10px; color: rgba(255,255,255,.57); }
.profile-copy h2 { margin: 31px 0 18px; font-size: clamp(2.3rem,4vw,4.2rem); line-height: 1.07; }
.profile-copy p { color: var(--muted); }
.quote-block { margin-top: 29px; padding: 26px 28px; border-left: 3px solid var(--gold); background: var(--paper); }
.quote-block p { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.23rem; font-style: italic; }

/* Contact page */
.contact-page-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: start; }
.contact-details h2, .request-card h2 { margin: 10px 0 29px; font-size: clamp(2.35rem,4vw,4.1rem); line-height: 1.07; }
.contact-detail { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-detail > span { color: var(--gold); font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 820; }
.contact-detail strong, .contact-detail a { font-family: Georgia, serif; color: var(--ink); font-size: 1.05rem; text-decoration: none; }
.contact-details > .button { margin-top: 28px; }
.request-card { padding: 42px; background: var(--paper); border-top: 4px solid var(--burgundy); box-shadow: var(--shadow-sm); }
.request-list { list-style: none; padding: 0; margin: 0 0 29px; display: grid; gap: 20px; }
.request-list li { display: grid; grid-template-columns: 35px 1fr; gap: 14px; }
.request-list li > span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-size: .72rem; }
.request-list strong { color: var(--ink); }
.request-list p { margin: 3px 0 0; color: var(--muted); font-size: .87rem; }

/* Legal + error */
.legal-hero { background: var(--ink); color: var(--white); padding: 78px 0 68px; }
.legal-hero h1 { margin: 11px 0 14px; color: var(--white); font-size: clamp(3rem,5vw,5rem); }
.legal-hero p:last-child { color: rgba(255,255,255,.65); }
.legal-copy h2 { margin: 46px 0 13px; font-family: Georgia, serif; font-size: 1.85rem; font-weight: 500; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: #52646a; }
.legal-copy a { color: var(--burgundy); }
.error-page { min-height: 65vh; background: var(--paper); display: grid; place-items: center; text-align: center; padding: 90px 0; }
.error-page h1 { margin: 10px 0 17px; font-size: clamp(3rem,7vw,7rem); }
.error-page p { color: var(--muted); }

/* Small contact */
.mini-contact { background: var(--ink); color: var(--white); }
.mini-contact__inner { min-height: 160px; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.mini-contact__inner strong { display: block; color: var(--white); font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.mini-contact__inner span { color: rgba(255,255,255,.62); }

/* Footer */
.site-footer { background: #071a21; color: rgba(255,255,255,.66); padding: 67px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1.25fr 1fr .8fr .72fr; gap: 50px; }
.brand--footer .brand__copy strong { color: var(--white); }
.brand--footer .brand__copy small { color: rgba(255,255,255,.48); }
.footer__brand > p { max-width: 420px; margin: 21px 0 0; }
.footer__status { display: inline-block; margin-top: 19px; padding: 8px 10px; border: 1px solid rgba(216,181,121,.28); color: var(--gold-light); font-size: .7rem; }
.site-footer h2 { margin: 3px 0 20px; color: var(--gold-light); font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; font-family: inherit; font-weight: 820; }
.footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer__links a { text-decoration: none; }
.footer__links a:hover, .footer__contact a:hover { color: var(--white); }
.footer__contact { font-style: normal; display: grid; gap: 7px; }
.footer__contact a { text-decoration: none; }
.footer__bottom { margin-top: 49px; padding-top: 22px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.4); font-size: .72rem; }
.mobile-actions { display: none; }

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal-up .72s cubic-bezier(.2,.7,.2,1) both; }
  .reveal--delay, .reveal--delay-1 { animation-delay: .08s; }
  .reveal--delay-2 { animation-delay: .16s; }
  .reveal--delay-3 { animation-delay: .24s; }
  @keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}

/* Responsive */
@media (max-width: 1120px) {
  .site-nav { gap: 17px; }
  .site-nav > a { font-size: .79rem; }
  .nav-cta { display: none; }
  .hero__grid { grid-template-columns: 1fr .75fr; }
  .hero__content { padding-right: 48px; }
  .hero__facts { grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero__facts > div:last-child { grid-column: 1 / -1; }
  .service-card { grid-column: span 6; min-height: 300px; }
  .service-card--wide { grid-column: span 12; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 900px) {
  .topline__links span { display: none; }
  .topline__links { gap: 15px; }
  .menu-button { display: block; }
  .site-nav {
    display: none; position: fixed; inset: 126px 0 auto; max-height: calc(100vh - 126px); overflow: auto;
    background: var(--off-white); border-top: 1px solid var(--line); padding: 24px;
    flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 30px 60px rgba(11,32,40,.15);
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .site-nav > a::after { display: none; }
  .language-link { width: auto; height: auto; display: block; border: 0; }
  .nav-cta { display: inline-flex; margin-top: 15px; justify-content: center; border-bottom: 0 !important; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; }
  .hero__content { padding: 78px 0 72px; }
  .hero__visual { min-height: 530px; }
  .hero__seal { left: 35px; bottom: -39px; border-color: var(--off-white); }
  .clarity-bar { padding-top: 91px; }
  .clarity-bar__header, .section-heading--split { display: grid; grid-template-columns: 1fr; align-items: start; }
  .clarity-grid, .feature-split, .faq-layout, .page-hero__grid, .profile-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .feature-split { gap: 48px; }
  .feature-split__visual { min-height: 390px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2) { border-right: 1px solid var(--line); }
  .contact-banner__inner { grid-template-columns: 1fr; gap: 35px; padding: 70px 0; }
  .contact-banner__actions { flex-direction: row; }
  .page-hero__grid { gap: 42px; }
  .scope-card { max-width: 650px; }
  .content-grid { grid-template-columns: 1fr; gap: 45px; }
  .content-aside { position: static; grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 650px) {
  html { scroll-padding-top: 88px; }
  body { padding-bottom: 64px; }
  .shell, .narrow { width: min(100% - 32px, var(--max)); }
  .topline { display: none; }
  .header__inner { min-height: 76px; }
  .brand__mark { width: 41px; height: 41px; }
  .brand__copy strong { font-size: .86rem; letter-spacing: .06em; }
  .brand__copy small { font-size: .54rem; }
  .site-nav { inset: 76px 0 auto; max-height: calc(100vh - 76px); }
  .hero__content { padding: 60px 0 58px; }
  .hero h1 { font-size: clamp(3.05rem,14vw,4.6rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__facts { grid-template-columns: 1fr; }
  .hero__facts > div:last-child { grid-column: auto; }
  .hero__visual { min-height: 400px; }
  .hero__visual::before { inset: 15px; }
  .hero__seal { width: 104px; height: 104px; left: 20px; bottom: -34px; }
  .clarity-bar { padding: 84px 0 55px; }
  .clarity-bar__header h2 { font-size: 2.45rem; }
  .clarity-grid { grid-template-columns: 1fr; }
  .clarity-card { min-height: auto; padding: 29px 25px; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading--split { gap: 22px; }
  .section-heading h2 { font-size: 2.7rem; }
  .service-grid { display: grid; grid-template-columns: 1fr; }
  .service-card, .service-card--wide { grid-column: auto; min-height: 270px; }
  .service-card--wide { display: flex; align-items: stretch; gap: 0; }
  .service-card--wide h3 { margin-top: 46px; font-size: 1.67rem; }
  .feature-split__visual { min-height: 330px; }
  .monogram-panel { width: 230px; height: 280px; }
  .monogram-panel span { font-size: 6rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; border-right: 1px solid var(--line); padding: 27px 25px 30px; }
  .process-card h3 { margin-top: 26px; }
  .faq-layout { gap: 34px; }
  .contact-banner__inner { min-height: auto; }
  .contact-banner h2 { font-size: 2.8rem; }
  .contact-banner__actions { flex-direction: column; }
  .page-hero { padding: 65px 0 61px; }
  .page-hero h1 { font-size: clamp(2.75rem,12vw,4.2rem); }
  .page-hero__grid { gap: 34px; }
  .content-list { grid-template-columns: 1fr; }
  .article-section { padding-left: 42px; }
  .content-aside { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .profile-visual { min-height: 420px; }
  .request-card { padding: 30px 24px; }
  .contact-detail { grid-template-columns: 1fr; gap: 5px; }
  .mini-contact__inner { min-height: 210px; flex-direction: column; justify-content: center; align-items: stretch; }
  .footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer__bottom { flex-direction: column; gap: 10px; }
  .mobile-actions {
    position: fixed; z-index: 120; bottom: 0; left: 0; right: 0; height: 64px;
    display: grid; grid-template-columns: repeat(3,1fr); background: var(--ink-deep); color: var(--white);
    border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -12px 30px rgba(7,26,33,.19);
  }
  .mobile-actions a { display: grid; place-items: center; text-decoration: none; border-right: 1px solid rgba(255,255,255,.11); font-size: .73rem; font-weight: 750; }
  .mobile-actions a:last-child { background: var(--burgundy); border-right: 0; }
}

@media print {
  .topline, .site-header, .mobile-actions, .contact-banner, .mini-contact, .site-footer { display: none !important; }
  body { background: white; color: black; }
  .section { padding: 28px 0; }
  a { text-decoration: none; }
}

/* Narrow-screen resilience */
h1, h2, h3, p, li, dd, strong, a {
  overflow-wrap: anywhere;
  hyphens: auto;
}
.section-heading--split > *,
.page-hero__grid > *,
.content-grid > *,
.contact-page-grid > *,
.profile-grid > *,
.footer__grid > * { min-width: 0; }

@media (max-width: 650px) {
  .section-heading--split { grid-template-columns: minmax(0, 1fr); }
  .content-grid { grid-template-columns: minmax(0, 1fr); }
  .article-section h2, .content-list li, .legal-hero h1 { overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  .header__inner { gap: 10px; }
  .brand { gap: 9px; min-width: 0; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__copy strong { font-size: .77rem; letter-spacing: .035em; }
  .brand__copy small { font-size: .47rem; letter-spacing: .1em; }
  .menu-button { width: 42px; height: 42px; flex: 0 0 42px; }
}

/* Full-height mobile navigation layer */
@media (max-width: 900px) {
  .site-nav { inset: 126px 0 0; max-height: none; }
}
@media (max-width: 650px) {
  .site-nav { inset: 76px 0 64px; max-height: none; }
}

/* =========================================================
   PRO V3 – grenzüberschreitende Kanzleipositionierung
   ========================================================= */
.hero--network .hero__content { padding-right: 68px; }
.hero--network .hero__visual img { object-fit: cover; }
.hero__microcopy {
  max-width: 780px; margin: 18px 0 0; color: #65767b; font-size: .79rem;
  display: flex; align-items: flex-start; gap: 10px;
}
.hero__microcopy::before { content: ""; flex: 0 0 26px; height: 1px; margin-top: .78em; background: var(--gold); }
.hero__visual-badge {
  position: absolute; z-index: 2; left: -36px; bottom: 54px; width: 142px; height: 142px; border-radius: 50%;
  display: grid; place-content: center; text-align: center; background: var(--burgundy); color: var(--white);
  border: 7px solid var(--paper); box-shadow: var(--shadow-lg);
}
.hero__visual-badge strong { font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.05; font-weight: 500; }
.hero__visual-badge span { margin-top: 9px; color: var(--gold-light); font-size: .58rem; text-transform: uppercase; letter-spacing: .17em; }

.positioning-bar { background: var(--ink); color: var(--white); padding: 76px 0 82px; }
.positioning-bar__head { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.positioning-bar__head h2 {
  margin: 0; max-width: 850px; color: var(--white); font-family: Georgia, serif; font-weight: 500;
  font-size: clamp(2.35rem,4.3vw,4.45rem); line-height: 1.06; letter-spacing: -.035em;
}
.positioning-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line-light); }
.positioning-card { min-height: 340px; padding: 36px 34px 31px; border-right: 1px solid var(--line-light); position: relative; transition: background .2s ease; }
.positioning-card:last-child { border-right: 0; }
.positioning-card:hover { background: rgba(255,255,255,.045); }
.positioning-card__index { color: var(--gold-light); font-size: .66rem; font-weight: 820; letter-spacing: .16em; }
.positioning-card__tag { display: inline-block; margin-top: 18px; color: rgba(255,255,255,.52); font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; }
.positioning-card h3 { margin: 45px 0 13px; color: var(--white); font-family: Georgia, serif; font-weight: 500; font-size: 1.8rem; line-height: 1.12; }
.positioning-card p { color: rgba(255,255,255,.62); }
.positioning-card .text-link { position: absolute; left: 34px; bottom: 30px; color: var(--gold-light); }
.positioning-footnote { margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: .73rem; }

.problem-navigator { background: var(--paper); }
.problem-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; margin-bottom: 38px; align-items: end; }
.problem-head h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.6rem,4.7vw,4.8rem); line-height: 1.05; letter-spacing: -.035em; }
.problem-head p { color: var(--muted); max-width: 700px; }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-link {
  min-height: 220px; padding: 27px 25px; background: rgba(255,255,255,.52); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-decoration: none; position: relative; transition: background .2s ease, color .2s ease, transform .2s ease;
}
.problem-link:hover { background: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-sm); z-index: 1; }
.problem-link small { display: block; color: var(--gold); font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 820; }
.problem-link strong { display: block; margin-top: 43px; color: var(--ink); font-family: Georgia, serif; font-weight: 500; font-size: 1.28rem; line-height: 1.18; }
.problem-link span { position: absolute; right: 22px; bottom: 22px; color: var(--burgundy); font-size: 1.3rem; }

.issue-banner { background: var(--burgundy); color: var(--white); overflow: hidden; position: relative; }
.issue-banner::after { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); right: -190px; top: -210px; }
.issue-banner__grid { min-height: 465px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.issue-banner h2 { margin: 12px 0 18px; color: var(--white); font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.7rem,4.7vw,4.8rem); line-height: 1.03; letter-spacing: -.035em; }
.issue-banner p { color: rgba(255,255,255,.7); }
.issue-list { border-top: 1px solid rgba(255,255,255,.22); }
.issue-list a { min-height: 63px; display: grid; grid-template-columns: 36px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); text-decoration: none; color: rgba(255,255,255,.88); }
.issue-list a:hover { color: var(--gold-light); }
.issue-list em { color: var(--gold-light); font-style: normal; font-size: .68rem; letter-spacing: .1em; }
.issue-list b { font-weight: 400; font-size: 1.25rem; }

.bridge-section { background: var(--paper-deep); }
.bridge-section__grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 90px; align-items: center; }
.bridge-diagram { min-height: 490px; background: var(--ink); position: relative; overflow: hidden; display: grid; place-items: center; padding: 45px; }
.bridge-diagram::before, .bridge-diagram::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(216,181,121,.22); }
.bridge-diagram::before { width: 460px; height: 460px; left: -180px; top: -160px; }
.bridge-diagram::after { width: 330px; height: 330px; right: -120px; bottom: -95px; }
.bridge-diagram__line { position: absolute; left: 18%; right: 18%; top: 50%; height: 1px; background: var(--gold-light); }
.bridge-diagram__line::before, .bridge-diagram__line::after { content: ""; position: absolute; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-light); }
.bridge-diagram__line::before { left: 0; }.bridge-diagram__line::after { right: 0; }
.bridge-node { position: absolute; z-index: 1; width: 205px; padding: 22px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); color: var(--white); }
.bridge-node--tr { left: 38px; top: 56px; }
.bridge-node--de { right: 38px; bottom: 56px; }
.bridge-node small { display: block; color: var(--gold-light); font-size: .61rem; text-transform: uppercase; letter-spacing: .15em; }
.bridge-node strong { display: block; margin-top: 9px; color: var(--white); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.bridge-center { position: relative; z-index: 2; width: 165px; height: 165px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--burgundy); color: var(--white); border: 8px solid var(--ink); box-shadow: var(--shadow-lg); }
.bridge-center strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.bridge-center span { margin-top: 7px; color: var(--gold-light); font-size: .58rem; text-transform: uppercase; letter-spacing: .14em; }
.bridge-copy h2 { margin: 12px 0 20px; font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.7rem,4.7vw,4.8rem); line-height: 1.05; letter-spacing: -.035em; }
.bridge-copy p { color: var(--muted); }
.bridge-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 30px 0; }
.bridge-points div { padding: 17px 16px; border-top: 1px solid var(--gold); background: rgba(255,255,255,.45); }
.bridge-points strong { display: block; color: var(--ink); font-size: .82rem; }
.bridge-points span { color: var(--muted); font-size: .72rem; }

.credentials-row { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials-row__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.credential { padding: 25px 24px; border-right: 1px solid var(--line); }
.credential:last-child { border-right: 0; }
.credential small { display: block; color: var(--gold); font-size: .61rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 820; }
.credential strong { display: block; margin-top: 5px; color: var(--ink); font-family: Georgia, serif; font-weight: 500; font-size: .98rem; }

.service-overview-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.service-overview-card { grid-column: span 6; min-height: 330px; padding: 35px; background: var(--white); border: 1px solid var(--line); position: relative; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.service-overview-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.service-overview-card--wide { grid-column: span 12; min-height: 250px; }
.service-overview-card--dark { background: var(--ink); color: var(--white); }
.service-overview-card--burgundy { background: var(--burgundy); color: var(--white); }
.service-overview-card .section-label { color: var(--gold); }
.service-overview-card--dark .section-label, .service-overview-card--burgundy .section-label { color: var(--gold-light); }
.service-overview-card h3 { margin: 50px 0 14px; font-family: Georgia, serif; font-weight: 500; font-size: 2rem; line-height: 1.1; }
.service-overview-card--dark h3, .service-overview-card--burgundy h3 { color: var(--white); }
.service-overview-card p { color: var(--muted); max-width: 620px; }
.service-overview-card--dark p, .service-overview-card--burgundy p { color: rgba(255,255,255,.67); }
.service-overview-card .service-card__arrow { position: absolute; bottom: 30px; left: 35px; color: var(--gold); font-size: .78rem; font-weight: 800; }
.service-overview-card--dark .service-card__arrow, .service-overview-card--burgundy .service-card__arrow { color: var(--gold-light); }

.scope-card--soft { border-top: 3px solid var(--gold-light); }
.scope-card--soft strong { font-size: 1.42rem; }
.scope-card--soft a { color: var(--gold-light); }
.scope-card__micro { display: block; margin-top: 18px; color: rgba(255,255,255,.48); font-size: .69rem; }

.crosslink-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.crosslink-card { min-height: 245px; padding: 29px; border: 1px solid var(--line); background: var(--white); text-decoration: none; position: relative; }
.crosslink-card:hover { box-shadow: var(--shadow-sm); }
.crosslink-card small { color: var(--gold); font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 820; }
.crosslink-card h3 { margin: 42px 0 12px; font-family: Georgia, serif; font-weight: 500; font-size: 1.45rem; }
.crosslink-card p { color: var(--muted); font-size: .9rem; }
.crosslink-card span { position: absolute; right: 24px; bottom: 22px; color: var(--burgundy); font-size: 1.15rem; }

.cooperation-strip { background: #edf0ec; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cooperation-strip__inner { min-height: 105px; display: grid; grid-template-columns: 220px 1fr auto; gap: 35px; align-items: center; }
.cooperation-strip strong { color: var(--ink); font-family: Georgia, serif; font-size: 1.22rem; font-weight: 500; }
.cooperation-strip p { margin: 0; color: var(--muted); font-size: .83rem; }
.cooperation-strip a { color: var(--burgundy); font-size: .78rem; font-weight: 800; text-decoration: none; }

.mail-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 28px; }
.mail-form__field { display: grid; gap: 7px; }
.mail-form__field--full { grid-column: 1 / -1; }
.mail-form label { color: var(--ink); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.mail-form input, .mail-form select, .mail-form textarea { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--text); padding: 14px 15px; border-radius: 0; outline: none; }
.mail-form textarea { min-height: 155px; resize: vertical; }
.mail-form input:focus, .mail-form select:focus, .mail-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(183,137,76,.11); }
.mail-form__check { grid-column: 1 / -1; display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; }
.mail-form__check input { width: 17px; height: 17px; margin: 3px 0 0; }
.mail-form__check label { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--muted); }
.mail-form__actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.mail-form__hint { color: var(--muted); font-size: .72rem; }
.form-status { grid-column: 1 / -1; min-height: 1.4em; color: var(--burgundy); font-size: .78rem; }

.editable-marker { display: none !important; }

@media (max-width: 1120px) {
  .positioning-grid { grid-template-columns: 1fr 1fr; }
  .positioning-card:nth-child(2) { border-right: 0; }
  .positioning-card:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line-light); }
  .problem-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .positioning-bar__head, .problem-head, .issue-banner__grid, .bridge-section__grid { grid-template-columns: 1fr; }
  .positioning-bar__head, .problem-head { gap: 24px; }
  .problem-grid { grid-template-columns: repeat(2,1fr); }
  .issue-banner__grid { padding: 75px 0; gap: 38px; }
  .bridge-section__grid { gap: 48px; }
  .credentials-row__grid { grid-template-columns: 1fr 1fr; }
  .credential:nth-child(2) { border-right: 0; }
  .credential:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .crosslink-grid { grid-template-columns: 1fr 1fr; }
  .cooperation-strip__inner { grid-template-columns: 1fr; gap: 10px; padding: 28px 0; }
}

@media (max-width: 650px) {
  .hero--network .hero__content { padding-right: 0; }
  .hero__visual-badge { width: 112px; height: 112px; left: 18px; bottom: 18px; border-width: 5px; }
  .hero__visual-badge strong { font-size: .98rem; }
  .positioning-bar { padding: 67px 0 70px; }
  .positioning-bar__head h2 { font-size: 2.65rem; }
  .positioning-grid { grid-template-columns: 1fr; }
  .positioning-card, .positioning-card:last-child { grid-column: auto; border-right: 0; border-top: 0; border-bottom: 1px solid var(--line-light); min-height: 295px; }
  .positioning-card:last-child { border-bottom: 0; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-link { min-height: 175px; }
  .problem-link strong { margin-top: 30px; }
  .issue-banner__grid { min-height: auto; padding: 70px 0; }
  .bridge-diagram { min-height: 390px; padding: 28px; }
  .bridge-node { width: 158px; padding: 16px; }
  .bridge-node--tr { left: 18px; top: 29px; }
  .bridge-node--de { right: 18px; bottom: 29px; }
  .bridge-node strong { font-size: 1.02rem; }
  .bridge-center { width: 125px; height: 125px; border-width: 6px; }
  .bridge-center strong { font-size: 1.55rem; }
  .bridge-points { grid-template-columns: 1fr; }
  .credentials-row__grid { grid-template-columns: 1fr; }
  .credential { border-right: 0; border-bottom: 1px solid var(--line); }
  .credential:last-child { border-bottom: 0; }
  .service-overview-grid { grid-template-columns: 1fr; }
  .service-overview-card, .service-overview-card--wide { grid-column: auto; min-height: 300px; }
  .crosslink-grid { grid-template-columns: 1fr; }
  .mail-form { grid-template-columns: 1fr; }
  .mail-form__field--full, .mail-form__check, .mail-form__actions, .form-status { grid-column: auto; }
}
