.page-hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero > img, .page-hero > picture > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,5,.95), rgba(5,7,5,.66) 52%, rgba(5,7,5,.2)), linear-gradient(0deg, rgba(5,7,5,.66), transparent 60%); }
.page-hero-content { position: relative; z-index: 2; padding: 150px 0 72px; }
.breadcrumb { margin-bottom: 50px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.5); font-size: 12px; }
.breadcrumb a:hover { color: var(--yellow); }
.page-hero h1 { max-width: 780px; margin: 18px 0 20px; font-size: clamp(48px, 7vw, 80px); line-height: .98; letter-spacing: -.055em; }
.page-hero p { max-width: 680px; margin: 0 0 28px; color: rgba(255,255,255,.74); font-size: 18px; }
.region-content { background: var(--white); }
.region-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: start; }
.region-main > h2 { margin: 13px 0 24px; font-size: clamp(38px, 5vw, 60px); line-height: 1.03; letter-spacing: -.045em; }
.lead-copy { color: var(--muted); font-size: 18px; }
.region-services { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.region-services > div { padding: 25px 20px 10px 0; }
.region-services > div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.region-services span { color: #a08200; font-size: 11px; font-weight: 900; }
.region-services h3 { margin: 42px 0 10px; font-size: 18px; line-height: 1.2; }
.region-services p { margin: 0; color: var(--muted); font-size: 13px; }
.location-tip { margin-top: 45px; padding: 22px 25px; display: grid; grid-template-columns: auto 1fr; gap: 20px; background: var(--paper); border-left: 4px solid var(--yellow); }
.location-tip p { margin: 0; color: var(--muted); }
.region-contact-card { position: sticky; top: 112px; padding: 35px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.contact-card-tag { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.region-contact-card h2 { margin: 15px 0; font-size: 32px; line-height: 1.05; }
.region-contact-card > p { color: rgba(255,255,255,.58); font-size: 13px; }
.big-phone { margin: 28px 0 14px; padding: 20px 0; display: block; color: var(--yellow); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); font-size: 24px; font-weight: 900; }
.big-phone small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .12em; }
.region-contact-card .button { width: 100%; }
.region-contact-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.region-contact-card li { padding: 7px 0; color: rgba(255,255,255,.65); font-size: 12px; }
.region-contact-card li::before { content: "✓"; margin-right: 8px; color: var(--yellow); }
.other-regions { background: #e8e8e1; }
.other-region-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c9cbc2; border-left: 1px solid #c9cbc2; }
.other-region-links a { min-height: 90px; padding: 22px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.35); border-right: 1px solid #c9cbc2; border-bottom: 1px solid #c9cbc2; font-size: 18px; font-weight: 800; transition: background .2s; }
.other-region-links a:hover { background: var(--yellow); }
.service-detail { background: var(--white); }
.service-detail-heading { margin-bottom: 44px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.service-detail-heading h2 { max-width: 780px; margin: 13px 0 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.03; letter-spacing: -.045em; }
.service-detail-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 16px; }
.service-item-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item-grid article { min-height: 215px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(245,244,239,.42); transition: background .2s, transform .2s; }
.service-item-grid article:hover { z-index: 2; background: var(--paper); transform: translateY(-3px); }
.service-item-grid article > span { color: #9a7a00; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.service-item-grid h3 { margin: 38px 0 10px; font-size: 20px; line-height: 1.18; }
.service-item-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.service-detail-note { margin-top: 28px; padding: 22px 25px; display: grid; grid-template-columns: 32px 1fr; gap: 15px; align-items: start; background: var(--paper); border-left: 4px solid var(--yellow); }
.service-detail-note > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 13px; font-weight: 900; }
.service-detail-note p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.service-benefit { padding: 86px 0; color: var(--white); background: var(--ink); }
.service-benefit > .container { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.service-benefit h2 { max-width: 760px; margin: 13px 0 18px; font-size: clamp(38px, 5vw, 60px); line-height: 1.03; letter-spacing: -.045em; }
.service-benefit p { max-width: 680px; margin: 0; color: rgba(255,255,255,.62); font-size: 16px; }
.service-benefit .hero-actions { justify-content: flex-end; }
.other-services { background: #e8e8e1; }
.other-service-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9cbc2; border-left: 1px solid #c9cbc2; }
.other-service-links a { min-height: 105px; padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(255,255,255,.38); border-right: 1px solid #c9cbc2; border-bottom: 1px solid #c9cbc2; font-size: 17px; font-weight: 800; line-height: 1.2; transition: background .2s; }
.other-service-links a:hover { background: var(--yellow); }
.other-service-links a span { flex-shrink: 0; }
.compact-cta { padding: 80px 0; color: var(--white); background: var(--ink); }
.compact-cta > .container { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.compact-cta h2 { margin: 12px 0 0; font-size: clamp(38px, 5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.compact-footer { padding-top: 26px; }
.legal-page { min-height: 100vh; padding-top: 82px; background: var(--white); }
.legal-header { padding: 80px 0 55px; color: var(--white); background: var(--ink); }
.legal-header h1 { margin: 12px 0; font-size: clamp(42px, 6vw, 68px); letter-spacing: -.045em; }
.legal-content { padding: 70px 0 110px; }
.legal-content article { max-width: 820px; }
.legal-content h2 { margin: 38px 0 12px; font-size: 26px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { font-weight: 800; text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; }
.not-found { min-height: 100vh; display: grid; place-items: center; color: var(--white); background: var(--ink); text-align: center; }
.not-found strong { display: block; color: var(--yellow); font-size: clamp(90px, 18vw, 190px); line-height: .8; }
.not-found h1 { margin: 30px 0 10px; font-size: 42px; }
.not-found p { margin: 0 0 28px; color: rgba(255,255,255,.6); }
@media (max-width: 900px) {
  .region-layout { grid-template-columns: 1fr; gap: 50px; }
  .region-contact-card { position: static; }
  .service-detail-heading, .service-benefit > .container { grid-template-columns: 1fr; gap: 38px; }
  .service-item-grid { grid-template-columns: repeat(2, 1fr); }
  .service-benefit .hero-actions { justify-content: flex-start; }
  .other-service-links { grid-template-columns: 1fr; }
  .compact-cta > .container { display: grid; }
}
@media (max-width: 680px) {
  .page-hero { min-height: 700px; }
  .page-hero > img { object-position: 68% center; }
  .page-hero-overlay { background: linear-gradient(0deg, rgba(5,7,5,.98) 8%, rgba(5,7,5,.78) 58%, rgba(5,7,5,.25)); }
  .page-hero-content { padding: 130px 0 65px; }
  .breadcrumb { margin-bottom: 80px; }
  .page-hero h1 { font-size: 48px; }
  .page-hero p { font-size: 15px; }
  .region-services { grid-template-columns: 1fr; }
  .region-services > div, .region-services > div + div { padding: 22px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .region-services h3 { margin-top: 18px; }
  .location-tip { grid-template-columns: 1fr; gap: 6px; }
  .other-region-links { grid-template-columns: 1fr; }
  .service-detail-heading { gap: 18px; }
  .service-detail-heading h2, .service-benefit h2 { font-size: 40px; }
  .service-item-grid { grid-template-columns: 1fr; }
  .service-item-grid article { min-height: 0; padding: 23px; }
  .service-item-grid h3 { margin-top: 24px; }
  .service-benefit { padding: 70px 0 95px; }
  .compact-cta { padding: 65px 0 95px; }
  .compact-cta .hero-actions { width: 100%; }
  .legal-page { padding-top: 72px; }
}
