/*
Theme Name: Acupunctuur Leudal
Description: Editorial 2026 child theme voor Acupunctuur Leudal, gebaseerd op Hello Elementor.
Author: Acupunctuur Leudal
Template: hello-elementor
Version: 2.2.0
Text Domain: acupunctuur-leudal
*/

:root {
  --al-forest: #17372d;
  --al-deep: #0c251e;
  --al-cream: #f5f1e8;
  --al-paper: #ede7dc;
  --al-sage: #b7c3af;
  --al-clay: #a45139;
  --al-ink: #163029;
  --al-muted: #607069;
  --al-white: #fff;
  --al-line: rgba(23, 55, 45, .16);
  --al-content: 1240px;
  --al-radius-sm: 3px;
  --al-shadow-soft: 0 18px 50px rgba(7, 27, 21, .11);
  --al-ease: cubic-bezier(.22, 1, .36, 1);
  --al-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --al-body: Inter, Aptos, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }
body.al-site {
  margin: 0;
  background: var(--al-cream);
  color: var(--al-ink);
  font-family: var(--al-body);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.al-menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--al-sage); color: var(--al-deep); }
.al-site-main { min-height: 60vh; overflow: hidden; }
.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container { width: 100%; }
.elementor-element.e-con { --container-max-width: 100%; padding: 0; }
.al-shell { width: min(calc(100% - 64px), var(--al-content)); margin-inline: auto; }
.al-section { position: relative; padding: clamp(88px, 9vw, 144px) 0; }
.al-section-paper { background: var(--al-paper); }
.al-section-deep { background: var(--al-deep); color: var(--al-white); }
.al-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--al-clay);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.al-eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.al-section-deep .al-eyebrow,
.al-hero .al-eyebrow,
.al-page-hero .al-eyebrow { color: var(--al-sage); }
.al-display,
.al-section h2,
.al-section h3,
.al-page-hero h1,
.al-site-footer h2 {
  margin: 0;
  font-family: var(--al-display);
  font-weight: 400;
  letter-spacing: -.035em;
}
.al-section h2 { max-width: 880px; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; }
.al-section h3 { font-size: clamp(27px, 3vw, 38px); line-height: 1.08; }
.al-lead { max-width: 720px; color: var(--al-muted); font-size: clamp(19px, 1.6vw, 23px); line-height: 1.65; }
.al-section-deep .al-lead { color: rgba(255,255,255,.68); }
.al-kicker-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 64px; }
.al-kicker-row .al-lead { max-width: 470px; margin: 0; }
.al-rule { height: 1px; background: var(--al-line); }

.al-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: var(--al-radius-sm);
  background: var(--al-clay);
  color: var(--al-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 0 rgba(7,27,21,0);
  transition: background .25s var(--al-ease), color .25s var(--al-ease), border-color .25s var(--al-ease), transform .25s var(--al-ease), box-shadow .25s var(--al-ease);
}
.al-btn:hover { background: #873f2d; color: var(--al-white); box-shadow: 0 10px 26px rgba(7,27,21,.16); transform: translateY(-2px); }
.al-btn:active { box-shadow: none; transform: translateY(0); }
.al-btn-secondary { border-color: currentColor; background: transparent; color: inherit; }
.al-btn-secondary:hover { border-color: var(--al-clay); background: transparent; color: var(--al-clay); }
.al-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.al-text-link:hover { color: var(--al-clay); }
:focus-visible { outline: 3px solid var(--al-clay); outline-offset: 4px; }
.al-skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: var(--al-white); color: var(--al-deep); transform: translateY(-180%); }
.al-skip-link:focus { transform: translateY(0); }

.al-site-header {
  position: absolute;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  color: var(--al-white);
  transition: background .25s ease, box-shadow .25s ease;
}
.al-site-header.is-scrolled { position: fixed; background: rgba(12,37,30,.94); box-shadow: 0 10px 30px rgba(0,0,0,.12); backdrop-filter: blur(16px); }
.al-header-inner {
  display: flex;
  width: min(calc(100% - 64px), var(--al-content));
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-inline: auto;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.is-scrolled .al-header-inner { min-height: 74px; border-bottom-color: transparent; }
.al-brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.al-brand-logo {
  width: clamp(190px, 16vw, 238px);
  height: auto;
}
.al-primary-nav { display: flex; align-items: center; gap: clamp(16px, 1.8vw, 28px); }
.al-primary-nav > a { position: relative; color: inherit; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.al-primary-nav > a:not(.al-nav-cta):hover { color: var(--al-sage); }
.al-primary-nav > a:not(.al-nav-cta)::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 1px; background: var(--al-sage); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.al-primary-nav > a[aria-current="location"]::after { opacity: 1; transform: scaleX(1); }
.al-nav-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 22px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.55); text-transform: uppercase; }
.al-nav-cta:hover { border-color: var(--al-clay); background: var(--al-clay); color: #fff; }
button.al-menu-toggle { display: none !important; min-width: 48px; min-height: 48px; border: 0; background: transparent !important; color: inherit; font: inherit; }
button.al-menu-toggle:hover, button.al-menu-toggle:focus { background: transparent !important; color: inherit; }

.al-hero { position: relative; display: grid; min-height: min(840px, 100svh); align-items: center; overflow: hidden; background: var(--al-deep); color: var(--al-white); }
.al-hero::before { position: absolute; top: -180px; right: -110px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(183,195,175,.22), transparent 66%); content: ""; }
.al-hero::after { position: absolute; right: 18%; bottom: -330px; width: 620px; height: 620px; border: 2px solid rgba(183,195,175,.055); border-radius: 50%; content: ""; }
.al-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr); gap: clamp(56px, 7vw, 110px); align-items: center; padding-top: 122px; padding-bottom: 72px; }
.al-hero-copy { max-width: 700px; }
.al-hero h1 { margin: 34px 0 28px; font-family: var(--al-display); font-size: clamp(68px, 8vw, 118px); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.al-hero h1 em { display: block; color: var(--al-sage); font-weight: 400; }
.al-hero-intro { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(18px, 1.5vw, 22px); }
.al-hero-actions { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-top: 40px; }
.al-hero-visual { position: relative; align-self: end; margin: 0; padding: 48px 0 58px; }
.al-hero-image-frame { position: relative; width: min(100%, 470px); margin-left: auto; overflow: hidden; aspect-ratio: .82; background: #d5cfc1; box-shadow: var(--al-shadow-soft); }
.al-hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.al-hero-visual figcaption { width: min(100%, 470px); margin: 14px 0 0 auto; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-align: right; text-transform: uppercase; }
.al-hero-badge { position: absolute; z-index: 2; top: 4px; right: -20px; display: grid; width: 112px; height: 112px; place-content: center; border-radius: 50%; background: var(--al-sage); color: var(--al-deep); text-align: center; }
.al-hero-badge strong { font-family: var(--al-display); font-size: 22px; font-weight: 400; }
.al-hero-badge span { display: block; max-width: 78px; margin-top: 4px; font-size: 9px; line-height: 1.25; }
.al-hero-note { position: absolute; z-index: 3; bottom: 80px; left: -42px; max-width: 250px; padding: 18px 24px; background: var(--al-cream); color: var(--al-ink); font-family: var(--al-display); font-size: 22px; font-style: italic; line-height: 1.05; text-align: center; }
.al-trust-strip { background: var(--al-forest); color: var(--al-white); }
.al-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.al-trust-item { display: flex; min-height: 92px; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.14); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.al-trust-item:last-child { border-right: 0; }
.al-trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--al-clay); }

.al-intro-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.al-intro-grid h2 { margin-top: 26px; }
.al-intro-copy > .al-lead { margin-top: 0; }
.al-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; background: var(--al-line); }
.al-principles article { min-height: 230px; padding: 28px 24px; background: var(--al-paper); }
.al-principles strong { color: var(--al-clay); font-size: 10px; letter-spacing: .16em; }
.al-principles h3 { margin: 42px 0 12px; font-size: 27px; }
.al-principles p { margin: 0; color: var(--al-muted); font-size: 15px; line-height: 1.55; }

.al-recognition-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.al-recognition-copy h2 { margin: 26px 0 32px; }
.al-recognition-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--al-line); }
.al-recognition-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: center; min-height: 82px; border-bottom: 1px solid var(--al-line); }
.al-recognition-list b { color: var(--al-clay); font-size: 11px; letter-spacing: .16em; }
.al-recognition-list span { font-family: var(--al-display); font-size: clamp(23px, 2.2vw, 32px); }
.al-recognition-list i { color: var(--al-muted); font-style: normal; }
.al-disclaimer { margin-top: 30px; color: var(--al-muted); font-size: 13px; }

.al-steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--al-line); border-left: 1px solid var(--al-line); }
.al-step { min-height: 300px; padding: 34px; border-right: 1px solid var(--al-line); border-bottom: 1px solid var(--al-line); counter-increment: steps; }
.al-step::before { display: block; margin-bottom: 72px; color: var(--al-clay); content: "0" counter(steps); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.al-step h3 { margin-bottom: 18px; font-size: 30px; }
.al-step p { margin: 0; color: var(--al-muted); font-size: 16px; }

.al-method-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.al-method-card { position: relative; min-height: 420px; overflow: hidden; color: #fff; text-decoration: none; }
.al-method-card:nth-child(1) { grid-column: span 7; }
.al-method-card:nth-child(2) { grid-column: span 5; margin-top: 76px; }
.al-method-card:nth-child(3) { grid-column: 3 / span 5; }
.al-method-card:nth-child(4) { grid-column: span 5; }
.al-method-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.al-method-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,26,20,.84)); content: ""; }
.al-method-card:hover img { transform: scale(1.035); }
.al-method-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 30px; }
.al-method-copy small { display: block; margin-bottom: 8px; color: var(--al-sage); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.al-method-copy h3 { font-size: 38px; }
.al-method-copy span { font-size: 28px; }

.al-paul-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.al-paul-photo { position: relative; max-width: 480px; }
.al-paul-photo::before { position: absolute; top: -28px; right: -28px; bottom: 28px; left: 28px; border: 1px solid var(--al-sage); content: ""; }
.al-paul-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: .78; object-fit: cover; object-position: center 18%; background: #ccd1cd; filter: saturate(.86) contrast(1.02); }
.al-paul-copy h2 { margin: 28px 0; }
.al-paul-copy p { max-width: 650px; color: rgba(255,255,255,.7); }
.al-paul-signature { display: flex; align-items: center; gap: 22px; margin: 34px 0; }
.al-paul-signature::before { width: 52px; height: 1px; background: var(--al-clay); content: ""; }
.al-paul-signature strong { font-family: var(--al-display); font-size: 25px; font-weight: 400; }
.al-credentials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; max-width: 650px; margin: 34px 0; background: rgba(255,255,255,.14); }
.al-credentials-grid > div { display: grid; gap: 4px; padding: 18px 20px; background: var(--al-deep); }
.al-credentials-grid small { color: var(--al-sage); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.al-credentials-grid strong { color: var(--al-white); font-family: var(--al-display); font-size: 25px; font-weight: 400; }

.al-rate-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: clamp(36px, 5vw, 70px); border: 1px solid var(--al-line); background: var(--al-cream); }
.al-rate-card h2 { margin: 18px 0; font-size: clamp(38px, 4vw, 58px); }
.al-rate-card p { max-width: 700px; color: var(--al-muted); }
.al-price-list { max-width: 700px; margin: 30px 0; border-top: 1px solid var(--al-line); }
.al-price-list > div { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--al-line); }
.al-price-list span { font-size: 15px; font-weight: 700; }
.al-price-list strong { color: var(--al-clay); font-family: var(--al-display); font-size: 31px; font-weight: 400; white-space: nowrap; }
.al-location-section { background: var(--al-cream); }
.al-location-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: clamp(54px, 9vw, 130px); align-items: center; }
.al-location-copy h2 { max-width: 720px; margin: 24px 0; }
.al-location-copy .al-lead { max-width: 760px; }
.al-location-card { padding: clamp(32px, 4vw, 52px); border: 1px solid var(--al-line); background: var(--al-paper); box-shadow: 0 28px 70px rgba(23,55,45,.08); }
.al-location-card h3 { margin: 18px 0; font-size: clamp(30px, 3vw, 42px); }
.al-location-card p { color: var(--al-muted); }
.al-location-card > a:not(.al-btn) { display: inline-block; margin-bottom: 24px; color: var(--al-forest); font-weight: 700; text-underline-offset: 4px; }
.al-region-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 30px; }
.al-region-list span { padding: 7px 11px; border: 1px solid var(--al-line); color: var(--al-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.al-cta { text-align: center; }
.al-cta h2 { max-width: 900px; margin: 24px auto 28px; }
.al-cta .al-lead { margin: 0 auto 36px; }

.al-page-hero { position: relative; display: grid; min-height: 520px; align-items: end; overflow: hidden; padding: 180px 0 86px; background: var(--al-deep); color: var(--al-white); }
.al-page-hero::after { position: absolute; top: -190px; right: -120px; width: 580px; height: 580px; border-radius: 50%; background: radial-gradient(circle, rgba(183,195,175,.2), transparent 68%); content: ""; }
.al-page-hero .al-shell { position: relative; z-index: 1; }
.al-page-hero h1 { max-width: 920px; margin: 26px 0 20px; font-size: clamp(58px, 7vw, 94px); line-height: .94; }
.al-page-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.7); font-size: 20px; }
.al-content-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.al-sticky-label { position: sticky; top: 120px; }
.al-prose { max-width: 760px; }
.al-prose h2 { margin: 0 0 28px; font-size: clamp(38px, 4.6vw, 62px); }
.al-prose h3 { margin: 52px 0 18px; font-size: 32px; }
.al-prose p, .al-prose li { color: var(--al-muted); }
.al-prose blockquote { margin: 44px 0; padding: 28px 34px; border-left: 3px solid var(--al-clay); background: var(--al-paper); color: var(--al-ink); font-family: var(--al-display); font-size: 27px; line-height: 1.25; }
.al-detail-list { margin: 36px 0; padding: 0; list-style: none; border-top: 1px solid var(--al-line); }
.al-detail-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--al-line); }
.al-detail-list b { color: var(--al-clay); font-size: 11px; letter-spacing: .14em; }
.al-credential-link { color: inherit; text-decoration-color: var(--al-clay); text-underline-offset: 4px; }
.al-credential-link:hover { color: var(--al-clay); }
.al-image-break { min-height: 520px; background-position: center; background-size: cover; }
.al-method-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.al-method-detail { padding: 34px; border: 1px solid var(--al-line); background: rgba(255,255,255,.32); }
.al-method-detail h3 { margin-top: 0; }
.al-method-detail p { margin-bottom: 0; font-size: 16px; }
.al-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); }
.al-contact-card { padding: 36px; background: var(--al-forest); color: var(--al-white); }
.al-contact-card h3 { margin: 0 0 24px; }
.al-contact-card p, .al-contact-card a { color: rgba(255,255,255,.76); }
.al-contact-card a:hover { color: var(--al-sage); }
.al-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.al-field { display: grid; gap: 8px; }
.al-field-wide { grid-column: 1 / -1; }
.al-field label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.al-field input, .al-field select, .al-field textarea { width: 100%; min-height: 54px; padding: 12px 14px; border: 1px solid var(--al-line); border-radius: var(--al-radius-sm); background: rgba(255,255,255,.62); color: var(--al-ink); font: inherit; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.al-field input:hover, .al-field select:hover, .al-field textarea:hover { border-color: rgba(23,55,45,.34); background: rgba(255,255,255,.82); }
.al-field input:focus, .al-field select:focus, .al-field textarea:focus { border-color: var(--al-clay); background: var(--al-white); box-shadow: 0 0 0 3px rgba(180,94,67,.12); outline: 0; }
.al-field textarea { min-height: 150px; resize: vertical; }
.al-form-notice { grid-column: 1 / -1; padding: 18px; border-left: 3px solid var(--al-clay); background: var(--al-paper); color: var(--al-muted); font-size: 14px; }
.al-form-submit { grid-column: 1 / -1; justify-self: start; }
.al-form-submit[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.al-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.al-contact-status { margin: 0 0 28px; padding: 18px 22px; border-left: 3px solid var(--al-clay); background: var(--al-paper); color: var(--al-ink); }
.al-contact-status.is-success { border-left-color: #4f8068; }
.al-checkbox { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; }
.al-checkbox input { width: 18px; height: 18px; margin-top: 4px; }

.al-legal-grid { display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(54px, 9vw, 130px); align-items: start; }
.al-legal-index { position: sticky; top: 120px; padding: 30px; border: 1px solid var(--al-line); background: var(--al-paper); }
.al-legal-index strong { display: block; margin-bottom: 16px; color: var(--al-clay); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.al-legal-index a { display: block; padding: 10px 0; border-bottom: 1px solid var(--al-line); color: var(--al-muted); font-size: 14px; text-decoration: none; }
.al-legal-index a:last-child { border-bottom: 0; }
.al-legal-index a:hover { color: var(--al-clay); }
.al-legal-intro { margin-bottom: 32px; padding: 24px 28px; border-left: 3px solid var(--al-clay); background: var(--al-paper); color: var(--al-muted); }
.al-legal-prose { max-width: 790px; }
.al-legal-section { padding: 0 0 48px; margin: 0 0 48px; border-bottom: 1px solid var(--al-line); scroll-margin-top: 120px; }
.al-legal-section:last-child { margin-bottom: 0; border-bottom: 0; }
.al-legal-section h2 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 52px); }
.al-legal-section h3 { margin: 30px 0 12px; font-size: 25px; }
.al-legal-section p, .al-legal-section li { color: var(--al-muted); }
.al-legal-section ul { padding-left: 20px; }
.al-legal-section li { margin: 9px 0; padding-left: 5px; }
.al-legal-section a { color: var(--al-forest); text-underline-offset: 4px; }
.al-legal-meta { margin-top: 26px; color: rgba(255,255,255,.55); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

.al-site-footer { padding: 100px 0 34px; background: #071b15; color: var(--al-white); }
.al-footer-inner { width: min(calc(100% - 64px), var(--al-content)); margin-inline: auto; }
.al-footer-lead { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.14); }
.al-footer-lead h2 { font-size: clamp(44px, 5vw, 70px); line-height: .98; text-align: right; }
.al-footer-columns { display: grid; grid-template-columns: 1fr .72fr 1.05fr 1.2fr; gap: 48px; padding: 58px 0; }
.al-footer-columns strong { display: block; margin-bottom: 18px; color: var(--al-sage); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.al-footer-columns a { display: block; width: fit-content; margin: 7px 0; color: rgba(255,255,255,.72); text-decoration: none; }
.al-footer-columns a:hover { color: var(--al-clay); }
.al-footer-columns p { margin: 0; color: rgba(255,255,255,.58); }
.al-footer-note { max-width: 340px; margin-top: 20px !important; font-size: 13px; }
.al-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1024px) {
  .al-primary-nav { position: fixed; z-index: -1; top: 82px; right: 20px; left: 20px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px 20px; background: rgba(12,37,30,.985); box-shadow: 0 24px 60px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .25s var(--al-ease); }
  .al-primary-nav.is-open { z-index: 70; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .al-primary-nav > a, .al-primary-nav .al-nav-cta { display: flex; min-height: 56px; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--al-display); font-size: 25px; font-weight: 400; letter-spacing: 0; text-transform: none; }
  button.al-menu-toggle { position: relative; z-index: 90; display: inline-flex !important; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
  .al-menu-icon, .al-menu-icon::before { display: block; width: 20px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
  .al-menu-icon::before { transform: translateY(6px); }
  .al-menu-toggle[aria-expanded="true"] .al-menu-icon { transform: rotate(45deg); }
  .al-menu-toggle[aria-expanded="true"] .al-menu-icon::before { transform: rotate(-90deg); }
  .al-hero-grid { grid-template-columns: 1fr .72fr; gap: 45px; }
  .al-hero h1 { font-size: clamp(68px, 9vw, 92px); }
  .al-recognition-grid, .al-paul-grid, .al-content-grid, .al-contact-grid, .al-intro-grid, .al-location-grid, .al-legal-grid { gap: 70px; }
  .al-steps { grid-template-columns: repeat(2, 1fr); }
  .al-method-card:nth-child(n) { grid-column: span 6; margin-top: 0; }
  .al-footer-columns { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  body.al-site { font-size: 17px; }
  .al-shell, .al-header-inner, .al-footer-inner { width: min(calc(100% - 36px), var(--al-content)); }
  .al-section { padding: 76px 0; }
  .al-header-inner { min-height: 74px; }
  .al-brand-logo { width: 178px; }
  .al-primary-nav { top: 74px; right: 12px; left: 12px; padding: 14px 22px 20px; }
  .al-primary-nav.is-open { z-index: 70; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .al-primary-nav > a, .al-primary-nav .al-nav-cta { display: flex; min-height: 54px; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--al-display); font-size: 24px; letter-spacing: 0; text-transform: none; }
  .al-primary-nav .al-nav-cta { min-height: 58px; font-size: 20px; }
  button.al-menu-toggle { position: relative; z-index: 90; display: inline-flex !important; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
  .al-menu-icon, .al-menu-icon::before { display: block; width: 20px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
  .al-menu-icon::before { transform: translateY(6px); }
  .al-menu-toggle[aria-expanded="true"] .al-menu-icon { transform: rotate(45deg); }
  .al-menu-toggle[aria-expanded="true"] .al-menu-icon::before { transform: rotate(-90deg); }
  .al-hero { min-height: auto; }
  .al-hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 35px; padding-top: 138px; padding-bottom: 58px; }
  .al-hero h1 { margin: 28px 0 24px; font-size: clamp(54px, 16vw, 68px); }
  .al-hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .al-hero-visual { padding: 0 0 20px 30px; }
  .al-hero-image-frame { width: 100%; aspect-ratio: .9; }
  .al-hero-visual figcaption { text-align: left; }
  .al-trust-grid { grid-template-columns: 1fr; padding: 16px 0; }
  .al-trust-item { min-height: 54px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .al-trust-item:last-child { border-bottom: 0; }
  .al-recognition-grid, .al-paul-grid, .al-content-grid, .al-contact-grid, .al-intro-grid, .al-location-grid, .al-legal-grid { grid-template-columns: 1fr; gap: 48px; }
  .al-principles { grid-template-columns: 1fr; }
  .al-principles article { min-height: auto; }
  .al-principles h3 { margin-top: 22px; }
  .al-kicker-row { align-items: flex-start; flex-direction: column; margin-bottom: 44px; }
  .al-recognition-list li { grid-template-columns: 35px 1fr; }
  .al-steps { grid-template-columns: 1fr; }
  .al-step { min-height: auto; padding: 28px; }
  .al-step::before { margin-bottom: 34px; }
  .al-method-grid { grid-template-columns: 1fr; }
  .al-method-card:nth-child(n) { grid-column: 1; min-height: 310px; }
  .al-paul-grid { display: flex; flex-direction: column-reverse; }
  .al-paul-photo { width: calc(100% - 24px); }
  .al-rate-card { grid-template-columns: 1fr; gap: 24px; }
  .al-credentials-grid { grid-template-columns: 1fr; }
  .al-price-list > div { align-items: flex-start; flex-direction: column; gap: 4px; padding: 16px 0; }
  .al-page-hero { min-height: 440px; padding: 150px 0 70px; }
  .al-page-hero h1 { font-size: clamp(48px, 14vw, 58px); overflow-wrap: break-word; }
  .al-sticky-label { position: static; }
  .al-legal-index { position: static; }
  .al-method-detail-grid { grid-template-columns: 1fr; }
  .al-contact-form { grid-template-columns: 1fr; }
  .al-field-wide, .al-form-notice, .al-form-submit { grid-column: 1; }
  .al-footer-lead { align-items: flex-start; flex-direction: column; }
  .al-footer-lead h2 { text-align: left; }
  .al-footer-columns { grid-template-columns: 1fr; gap: 38px; }
  .al-footer-bottom { align-items: flex-start; flex-direction: column; }
}

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