/* Darb al Bader — self-contained static website. Brand tokens */
:root {
  --brand: #00a86b;
  --brand-hover: #00bc78;
  --brand-ink: #006c46;
  --ink: #152b2c;
  --muted: #596a70;
  --white: #ffffff;
  --soft: #f4f7f6;
  --line: #dce4e2;
  --dark: #404745;
  --radius: 14px;
  --max: 1240px;
  --header: 96px;
  --font: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body { margin: 0; font: 16px/1.65 var(--font); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p, ul, ol, figure { margin-block-start: 0; }
h1, h2, h3, p, ul, ol, figure { margin-block-end: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: 4px; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button[hidden], [hidden] { display: none !important; }
::selection { color: var(--ink); background: #a9f1d3; }
:focus-visible { outline: 3px solid #1c6bd1; outline-offset: 5px; }
.container { width: min(var(--max), calc(100% - 80px)); 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; top: 12px; left: 12px; z-index: 100; padding: 10px 18px; background: var(--white); color: var(--ink); transform: translateY(-180%); border: 2px solid var(--brand-ink); border-radius: 8px; }
.skip-link:focus { transform: none; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; stroke: currentColor; fill: none; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.button { min-height: 52px; padding: 13px 23px; display: inline-flex; justify-content: center; align-items: center; gap: 11px; border: 1px solid transparent; border-radius: 8px; font-weight: 600; line-height: 1.4; text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #062d20; background: var(--brand); }
.button-primary:hover { background: var(--brand-hover); }
.button-outline { color: var(--ink); background: transparent; border-color: #b2c8bc; }
.button-outline:hover { background: var(--soft); border-color: var(--brand-ink); }
.button-white { background: var(--white); color: var(--ink); }
.button-white:hover { background: #dcf7e9; }
.button-dark { background: var(--dark); color: var(--white); }
.button-dark:hover { background: #174d3d; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 600; text-decoration: none; }
.text-link .icon { width: 18px; height: 18px; }
.text-link:hover { text-decoration: underline; }
.eyebrow { display: block; color: var(--brand-ink); font-size: .75rem; font-weight: 700; letter-spacing: .15em; line-height: 1.6; text-transform: uppercase; }
.section { padding-block: 96px; }
h1, h2, h3 { font-weight: 400; }
h1, h2, h3, p, a { overflow-wrap: anywhere; }
.hero-copy, .contact-intro, .contact-details, .about-copy, .faq-intro { min-width: 0; }
h1 { font-size: clamp(2.7rem, 4.7vw, 4.25rem); line-height: 1.06; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 3.2vw, 2.85rem); line-height: 1.12; letter-spacing: -.04em; }
h3 { font-size: 1.45rem; line-height: 1.25; letter-spacing: -.025em; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading > p { color: var(--muted); max-width: 355px; }

/* Header and progressive-enhancement mobile navigation */
.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex-shrink: 0; display: inline-flex; align-items: center; min-height: 54px; }
.brand img { width: 246px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; font-size: .875rem; font-weight: 500; }
.site-nav > a:hover { color: var(--brand-ink); }
.site-nav > .nav-whatsapp { padding-inline: 19px; gap: 8px; min-height: 46px; border: 1px solid #b4c9be; border-radius: 7px; }
.nav-whatsapp .icon { width: 19px; height: 19px; }
.menu-toggle { display: none; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 8px; min-width: 46px; min-height: 46px; padding: 9px; }
.menu-toggle .icon { width: 24px; height: 24px; }

/* Approved photographic hero: a neutral charcoal wash, emerald accents. */
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--dark); color: var(--white); }
.hero-image { position: absolute; inset: 0; z-index: -2; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #404745 0%, rgba(64,71,69,.98) 24%, rgba(64,71,69,.88) 41%, rgba(64,71,69,.2) 67%, rgba(64,71,69,.04) 100%); }
.hero-layout { display: flex; align-items: center; min-height: 660px; }
.hero-copy { width: min(62%, 710px); padding-block: 68px; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.hero-copy .eyebrow { color: var(--white); }
.hero-copy h1 { font-size: clamp(2.7rem, 4.65vw, 4.3rem); line-height: 1.08; letter-spacing: -.045em; }
.hero-copy h1 span { color: #91e9ca; }
.hero-description { max-width: 550px; color: #f0f3f1; margin-top: 30px; font-size: 1.125rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero .button-outline { border-color: #edf3ef; color: var(--white); }
.hero .button-outline:hover { background: rgba(255,255,255,.12); }
.hero-location { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: #edf3ef; font-size: .875rem; }
.hero-location .icon { width: 18px; height: 18px; }

/* Four main services and supporting document services */
.services-section { background: var(--soft); padding-top: 70px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.service-photo { width: 100%; height: auto; aspect-ratio: 2.75; object-fit: cover; }
.service-body { display: flex; flex-direction: column; flex: 1; padding: 30px; }
.service-summary { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 16px; }
.service-icon { display: grid; place-items: start center; color: var(--brand); }
.service-icon .icon { width: 43px; height: 43px; stroke-width: 1.35; }
.service-card h3 { font-size: 1.5rem; }
.service-summary p { color: var(--muted); margin-top: 12px; line-height: 1.55; }
.service-card ul { display: grid; gap: 7px; list-style: none; padding: 0; margin-top: 20px; margin-bottom: 25px; }
.service-card li { display: flex; align-items: flex-start; gap: 10px; font-size: 1rem; color: var(--muted); }
.service-card li .icon { width: 18px; height: 18px; padding: 3px; margin-top: 4px; color: white; background: var(--brand); border-radius: 50%; stroke-width: 2.5; }
.service-link { color: var(--brand-ink); margin-top: auto; align-self: flex-start; gap: 20px; }
.additional-services { margin-top: 28px; padding: 26px 0 0; border-top: 1px solid #c7ded1; display: flex; gap: 26px; align-items: center; }
.additional-services h3 { font-size: 1rem; line-height: 1.5; letter-spacing: 0; max-width: 210px; color: var(--brand-ink); }
.additional-services ul { flex: 1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px 22px; padding: 0; list-style: none; }
.additional-services li { display: flex; align-items: center; gap: 9px; font-size: .875rem; }
.additional-services .icon { color: var(--brand-ink); width: 20px; height: 20px; }

/* A clear three-step journey in the same visual language as the service cards. */
.steps-heading { margin-bottom: 38px; }
.steps-heading > p { max-width: 280px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); list-style: none; padding: 0; gap: 24px; }
.steps li { position: relative; min-width: 0; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 44px; right: -30px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #c7ddd2; border-radius: 50%; background: var(--white); color: var(--brand-ink); font-size: 1.25rem; line-height: 1; }
.step-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid #dcebe3; border-radius: 14px; color: var(--brand-ink); background: var(--white); }
.step-icon .icon { width: 29px; height: 29px; stroke-width: 1.5; }
.step-number { display: block; color: #008957; font-size: 3.4rem; font-weight: 400; line-height: 1; letter-spacing: -.06em; }
.steps h3 { font-size: 1.4rem; line-height: 1.3; }
.steps p { color: var(--muted); margin-top: 15px; font-size: 1rem; line-height: 1.75; }

/* About */
.about-section { padding-top: 0; }
.about-panel { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--dark); color: var(--white); border-radius: 22px; padding: 66px; gap: 64px; }
.panel-photo { position: absolute; inset: 0; z-index: -2; }
.panel-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(64,71,69,.83); }
.about-panel .eyebrow { color: var(--white); margin-bottom: 23px; }
.accent { color: #46e3ac; }
.about-panel h2 { font-size: clamp(2rem, 3.85vw, 3.75rem); line-height: 1.12; }
.about-copy { padding-top: 3px; }
.about-copy p { color: #f4f6f5; font-size: 1.125rem; line-height: 1.75; }
.about-copy p + p { margin-top: 28px; }

/* Native accessible FAQ */
.faq-section { padding-top: 0; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; }
.faq-intro .eyebrow { margin-bottom: 15px; }
.faq-intro > p { margin-top: 23px; color: var(--muted); max-width: 300px; }
.faq-intro .text-link { margin-top: 13px; color: var(--brand-ink); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; position: relative; padding: 23px 40px 23px 0; font-size: 1rem; font-weight: 600; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--brand-ink); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); padding: 0 35px 25px 0; font-size: .9375rem; }

/* Contact block */
.contact-section { position: relative; isolation: isolate; overflow: hidden; padding: 0; color: var(--white); background: #004831; }
.contact-section > .panel-photo { z-index: -1; }
.contact-section > .panel-photo img { object-position: center bottom; }
.contact-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 88px; padding-block: 88px 132px; min-height: 650px; }
.contact-intro .eyebrow { color: var(--white); margin-bottom: 24px; }
.contact-intro h2 { font-size: clamp(2.6rem, 4.6vw, 4rem); line-height: 1.08; }
.contact-intro > p { max-width: 440px; margin-top: 27px; color: #f4faf7; font-size: 1.0625rem; }
.contact-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.contact-details { align-self: start; padding-top: 4px; }
.contact-item { padding-block: 21px; display: flex; gap: 22px; border-bottom: 1px solid rgba(224,255,239,.36); }
.contact-item > div { min-width: 0; }
.contact-item:first-child { padding-top: 0; }
.contact-item:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-item > .icon { margin-top: 5px; width: 35px; height: 35px; color: #d0f1e4; stroke-width: 1.4; }
.contact-item .label { display: block; font-size: .9375rem; margin-bottom: 5px; color: #e1f6ec; }
.contact-item a:not(.text-link) { font-size: clamp(1.25rem, 2.15vw, 1.8rem); line-height: 1.3; text-decoration: none; overflow-wrap: anywhere; letter-spacing: -.025em; }
.contact-item a:not(.text-link):hover { text-decoration: underline; }
.contact-item address { font: inherit; line-height: 1.6; }
.contact-item .text-link { font-size: 1rem; font-weight: 400; text-decoration: underline; }
.office-hours { font-size: .875rem; margin-top: 8px; }
.office-hours strong { font-weight: 400; }

/* Footer and mobile contact bar */
.site-footer { padding-block: 48px 22px; background: var(--white); }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; gap: 35px; }
.footer-brand img { width: 240px; }
.footer-brand p { color: var(--muted); font-size: .875rem; margin-top: 19px; max-width: 350px; }
.footer-links { display: flex; gap: 50px; }
.footer-column { display: grid; gap: 1px; }
.footer-column a { min-height: 42px; display: flex; align-items: center; color: var(--muted); font-size: .875rem; text-decoration: none; }
.footer-column a:hover { color: var(--brand-ink); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); margin-top: 36px; padding-top: 20px; color: var(--muted); font-size: .75rem; }
.footer-bottom a { min-height: 28px; display: inline-flex; align-items: flex-start; }
.mobile-contact-bar { display: none; }

/* Privacy and 404 pages */
.simple-header .header-inner { justify-content: space-between; }
.simple-header .text-link { font-size: .875rem; }
.legal-page { padding-block: 64px 90px; }
.legal-wrap { width: min(790px, calc(100% - 80px)); margin-inline: auto; }
.legal-page .eyebrow { margin-bottom: 16px; }
.legal-page h1 { font-size: clamp(2.6rem, 5vw, 3.7rem); margin-bottom: 15px; }
.legal-date { font-size: .875rem; color: var(--muted); padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-page h2 { font-size: 1.5rem; margin-top: 35px; margin-bottom: 13px; }
.legal-page p { color: var(--muted); }
.legal-page p + p { margin-top: 13px; }
.legal-page ul { color: var(--muted); padding-left: 22px; margin-top: 15px; }
.legal-page li + li { margin-top: 8px; }
.legal-page a { color: var(--brand-ink); }
.error-page { min-height: 58vh; text-align: center; display: grid; place-items: center; padding: 60px 0 80px; }
.error-page .eyebrow { margin-bottom: 18px; }
.error-page h1 { margin-bottom: 20px; }
.error-page p { max-width: 460px; margin-inline: auto; color: var(--muted); }
.error-page .button { margin-top: 30px; }

@media (min-width: 1600px) {
  .hero-layout { min-height: 710px; }
}
@media (max-width: 1100px) {
  :root { --header: 84px; }
  .container { width: calc(100% - 64px); }
  .brand img { width: 216px; }
  .site-nav { gap: 18px; }
  .site-nav > .nav-whatsapp { padding-inline: 12px; }
  .hero-layout { min-height: 610px; }
  .hero-copy { width: 62%; }
  .hero-copy h1 { font-size: clamp(2.5rem, 4.5vw, 3.4rem); }
  .hero-description { max-width: 440px; font-size: 1rem; }
  .hero-actions .button { padding-inline: 18px; }
  .service-body { padding: 24px; }
  .service-summary { grid-template-columns: 36px minmax(0,1fr); gap: 13px; }
  .service-icon .icon { width: 34px; height: 34px; }
  .service-card h3 { font-size: 1.3rem; }
  .additional-services { align-items: flex-start; }
  .additional-services ul { justify-content: flex-start; }
  .about-panel { padding: 45px; gap: 40px; }
  .about-copy p { font-size: 1rem; }
  .faq-layout { gap: 45px; }
  .contact-layout { gap: 56px; padding-block: 70px 112px; }
  .contact-actions .button { padding-inline: 16px; }
  .contact-item { gap: 15px; }
  .contact-item > .icon { width: 29px; height: 29px; }
}
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; gap: 0 20px; }
  .brand { min-height: var(--header); }
  .site-nav { width: 100%; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line); padding-block: 12px 18px; }
  .site-nav > a { min-height: 46px; font-size: 1rem; }
  .site-nav > .nav-whatsapp { margin-top: 8px; justify-content: center; border-color: var(--brand); background: var(--brand); color: #062d20; }
  .nav-ready .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-ready .site-nav:not(.is-open) { display: none; }
  .site-nav.is-open { max-height: calc(100dvh - var(--header) - 90px); overflow: auto; }
  .hero-layout { min-height: 590px; }
  .hero-copy { width: 65%; padding-block: 50px; }
  .hero-copy h1 { font-size: clamp(2.3rem, 4.8vw, 3rem); }
  .hero-copy .eyebrow { margin-bottom: 23px; }
  .hero::before { background: linear-gradient(90deg, #404745, rgba(64,71,69,.96) 24%, rgba(64,71,69,.85) 44%, rgba(64,71,69,.08) 90%); }
  .hero-actions .button { padding-inline: 14px; font-size: .875rem; }
  .hero-location { font-size: .875rem; }
  .section { padding-block: 70px; }
  .service-summary { grid-template-columns: 1fr; gap: 15px; }
  .service-icon { justify-content: start; }
  .service-card h3 { font-size: 1.4rem; }
  .service-photo { aspect-ratio: 2.1; }
  .steps { gap: 24px; }
  .steps li { padding: 25px; }
  .step-top { margin-bottom: 26px; }
  .step-icon { width: 48px; height: 48px; border-radius: 12px; }
  .step-number { font-size: 2.8rem; }
  .steps h3 { font-size: 1.2rem; }
  .about-section { padding-top: 0; }
  .about-panel { padding: 38px; grid-template-columns: .82fr 1.18fr; gap: 32px; }
  .about-panel h2 { font-size: 2.4rem; }
  .faq-section { padding-top: 0; }
  .faq-layout { grid-template-columns: .7fr 1.3fr; gap: 34px; }
  .contact-section { padding: 0; }
  .contact-layout { gap: 36px; padding-block: 64px 105px; }
  .contact-intro h2 { font-size: 2.7rem; }
  .contact-item > .icon { width: 23px; height: 23px; }
  .contact-item { gap: 12px; }
  .footer-links { gap: 26px; }
  .footer-brand img { width: 210px; }
}
@media (max-width: 640px) {
  :root { --header: 76px; }
  html { scroll-padding-top: 96px; }
  body { padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px)); }
  .container, .legal-wrap { width: calc(100% - 40px); }
  .brand img { width: 210px; }
  .hero-layout { display: block; min-height: 0; }
  .hero-copy { width: 100%; padding-block: 40px 330px; }
  .hero-copy h1 { font-size: clamp(2.15rem, 9.4vw, 3.75rem); line-height: 1.1; letter-spacing: -.045em; }
  .hero-copy .eyebrow { font-size: .75rem; margin-bottom: 22px; letter-spacing: .11em; }
  .hero-description { margin-top: 22px; max-width: 450px; font-size: 1rem; }
  .hero-image { top: auto; height: 390px; left: 0; right: 0; bottom: 0; }
  .hero-image img { object-position: 79% 35%; }
  .hero::before { background: linear-gradient(180deg, #404745 0, #404745 calc(100% - 375px), rgba(64,71,69,.93) calc(100% - 330px), rgba(64,71,69,.06) calc(100% - 245px), rgba(64,71,69,.12)); }
  .hero-actions { margin-top: 25px; gap: 12px; }
  .hero-actions .button { min-height: 52px; padding-inline: 17px; flex: 1 1 100%; font-size: 1rem; }
  .hero-location { margin-top: 23px; font-size: .875rem; }
  .section { padding-block: 54px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading > p { margin-top: 18px; }
  h2 { font-size: 2.1rem; }
  .service-grid { grid-template-columns: 1fr; gap: 22px; }
  .service-body { padding: 24px; }
  .service-summary { grid-template-columns: 36px minmax(0,1fr); gap: 13px; }
  .service-card h3 { font-size: 1.4rem; }
  .service-photo { aspect-ratio: 2.1; }
  .service-card p, .service-card li { font-size: 1rem; }
  .service-link { font-size: 1rem; }
  .additional-services { flex-direction: column; gap: 17px; margin-top: 25px; }
  .additional-services h3 { max-width: none; font-size: 1rem; }
  .additional-services ul { flex-direction: column; gap: 13px; }
  .additional-services li { font-size: 1rem; }
  .steps-heading { margin-bottom: 32px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .steps li { padding: 26px; }
  .steps li:not(:last-child)::after { top: auto; right: auto; bottom: -30px; left: calc(50% - 17px); transform: rotate(90deg); }
  .step-top { margin-bottom: 22px; }
  .step-number { font-size: 3rem; }
  .steps h3 { font-size: 1.35rem; }
  .steps p { font-size: 1rem; margin-top: 11px; }
  .about-section { padding-top: 0; }
  .about-panel { grid-template-columns: 1fr; padding: 36px 26px; gap: 27px; border-radius: 18px; }
  .about-panel .eyebrow { margin-bottom: 21px; }
  .about-panel h2 { font-size: 2.6rem; }
  .about-copy { padding: 0; }
  .about-copy p { font-size: 1rem; line-height: 1.75; }
  .about-panel .panel-photo img { object-position: 37% center; }
  .about-panel::before { background: rgba(64,71,69,.9); }
  .faq-section { padding-top: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .faq-intro > p { margin-top: 16px; max-width: none; }
  .faq-intro .text-link { margin-top: 5px; }
  .faq-list summary { padding-block: 22px; }
  .faq-list details p { padding-right: 10px; font-size: 1rem; }
  .contact-section { padding: 0; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; padding-block: 52px 150px; }
  .contact-section > .panel-photo { top: auto; height: 540px; -webkit-mask-image: linear-gradient(transparent, #000 30%); mask-image: linear-gradient(transparent, #000 30%); }
  .contact-section > .panel-photo img { object-position: 51% bottom; }
  .contact-intro h2 { font-size: 2.75rem; }
  .contact-intro .eyebrow { margin-bottom: 22px; }
  .contact-intro > p { font-size: 1rem; }
  .contact-actions { margin-top: 26px; }
  .contact-actions .button { padding-inline: 17px; font-size: 1rem; flex: 1 1 100%; }
  .contact-item { gap: 13px; }
  .contact-item a:not(.text-link) { font-size: 1.18rem; }
  .contact-item > .icon { width: 23px; height: 23px; }
  .contact-item .label { font-size: .875rem; }
  .contact-item address { font-size: 1rem; }
  .site-footer { padding-block: 34px 22px; }
  .footer-main { flex-direction: column; gap: 28px; }
  .footer-brand img { width: 230px; }
  .footer-brand p { margin-top: 16px; }
  .footer-links { gap: 45px; flex-wrap: wrap; }
  .footer-bottom { display: block; margin-top: 26px; }
  .footer-bottom a { margin-top: 10px; min-height: 44px; align-items: center; }
  .mobile-contact-bar { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 10px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); background: var(--white); }
  .mobile-contact-bar .button { min-width: 0; min-height: 46px; padding: 11px 8px; font-size: .9375rem; flex-wrap: wrap; gap: 6px; }
  .simple-header .brand img { width: 185px; }
  .simple-header .text-link { font-size: .8rem; }
  .legal-page { padding-block: 42px 60px; }
  .legal-page h1 { font-size: 2.55rem; }
  .legal-page h2 { font-size: 1.4rem; }
  .error-page h1 { font-size: 2.7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .site-nav, .menu-toggle, .mobile-contact-bar, .hero-actions, .contact-actions, .service-link { display: none !important; }
  body { padding-bottom: 0; }
  .container { width: 100%; }
  .section { padding-block: 28px; }
  .service-card, .about-panel { break-inside: avoid; }
  .hero, .about-panel, .contact-section, .contact-layout { color: #152b2c; background: white; }
  .hero-copy { width: 100%; padding: 28px 0; }
  .hero-layout { min-height: 0; }
  .hero-image, .panel-photo, .hero::before, .about-panel::before, .contact-layout::before { display: none; }
  .hero-copy *, .about-panel *, .contact-layout * { color: #152b2c !important; }
}
