.subpage-main { overflow: hidden; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 1.15rem 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.breadcrumb a { color: var(--copper-dark); text-decoration: none; }
.breadcrumb span[aria-hidden="true"] { color: #a9afb4; }

.subhero { padding: clamp(3.2rem, 7vw, 6.6rem) 0 clamp(4.5rem, 8vw, 7.5rem); background: var(--cream); }
.subhero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.96fr); gap: clamp(2.6rem, 5vw, 5.5rem); align-items: center; }
.subhero__copy { min-width: 0; }
.subhero__copy h1 {
  max-width: none;
  margin-bottom: 1.45rem;
  font-size: clamp(2.65rem, 4.15vw, 4.45rem);
  hyphens: auto;
  overflow-wrap: break-word;
}
.subhero__lead { max-width: 42rem; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.7; }
.subhero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--copper-dark);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link:hover { text-decoration: underline; text-underline-offset: 0.3rem; }

.ui-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.text-link .ui-icon { transition: transform 180ms ease; }
.text-link:hover .ui-icon { transform: translate(0.12rem, -0.12rem); }

.subhero__visual { position: relative; min-height: 34rem; }
.subhero__visual::before { position: absolute; top: -1.2rem; right: -1.2rem; width: 45%; height: 45%; border-top: 1px solid var(--copper); border-right: 1px solid var(--copper); content: ""; }
.subhero__visual figure { position: absolute; inset: 0 2.6rem 2.6rem 0; margin: 0; overflow: hidden; background: var(--slate); box-shadow: 28px 32px 60px rgba(23, 31, 38, 0.18); }
.subhero__visual figure::after { position: absolute; inset: 40% 0 0; background: linear-gradient(180deg, transparent, rgba(21, 30, 37, 0.82)); content: ""; }
.subhero__visual img { width: 100%; height: 100%; object-fit: cover; }
.subhero__visual figcaption { position: absolute; z-index: 1; right: 2rem; bottom: 1.8rem; left: 2rem; color: #fff; }
.subhero__visual figcaption small, .subhero__visual figcaption strong { display: block; }
.subhero__visual figcaption small { margin-bottom: 0.35rem; color: #e9ad89; font-size: 0.69rem; font-weight: 760; letter-spacing: 0.14em; text-transform: uppercase; }
.subhero__visual figcaption strong { max-width: 28rem; font-size: clamp(1.2rem, 2vw, 1.8rem); font-weight: 560; line-height: 1.3; }
.subhero__accent { position: absolute; right: 0; bottom: 0; width: 7rem; height: 7rem; padding: 1.25rem; color: #fff; background: var(--copper); box-shadow: 0 15px 32px rgba(113, 55, 29, 0.23); }
.subhero__accent span { display: block; font-size: 0.65rem; font-weight: 760; letter-spacing: 0.12em; line-height: 1.45; text-transform: uppercase; }

.benefit-band { position: relative; z-index: 2; margin-top: -2rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-top: 3px solid var(--copper); box-shadow: var(--shadow); }
.benefit { padding: 2rem; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit svg { width: 1.75rem; height: 1.75rem; margin-bottom: 1.1rem; fill: none; stroke: var(--copper); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.benefit strong, .benefit span { display: block; }
.benefit strong { margin-bottom: 0.35rem; font-size: 1rem; }
.benefit span { color: var(--muted); font-size: 0.88rem; line-height: 1.55; }

.content-split { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.content-split h2 { max-width: 12ch; }
.content-split__intro { position: sticky; top: 8rem; }
.content-split__body > p { color: var(--muted); font-size: 1.04rem; }

.feature-list { display: grid; gap: 0; padding: 0; margin: 2rem 0 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 2rem 1fr; gap: 0.8rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.feature-list li > .ui-icon { width: 1.25rem; height: 1.25rem; margin-top: 0.2rem; color: var(--copper); stroke-width: 1.8; }
.feature-list strong { display: block; margin-bottom: 0.15rem; }
.feature-list span { display: block; color: var(--muted); font-size: 0.91rem; }

.detail-section { color: #fff; background: var(--slate-deep); }
.detail-section .section-heading > p:last-child { color: rgba(255, 255, 255, 0.66); }
.detail-section h2 { color: #fff; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.14); }
.detail-card { min-height: 16rem; padding: 2.2rem; background: var(--slate-deep); }
.detail-card > span { display: block; margin-bottom: 1.2rem; color: #e9ad89; font-size: 0.7rem; font-weight: 760; letter-spacing: 0.14em; text-transform: uppercase; }
.detail-card h3 { color: #fff; }
.detail-card p { margin: 0; color: rgba(255, 255, 255, 0.64); font-size: 0.92rem; }

.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); }
.faq-grid h2 { max-width: 10ch; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .ui-icon { width: 1.2rem; height: 1.2rem; margin-top: 0.15rem; color: var(--copper); transition: transform 180ms ease; }
.faq-list details[open] summary .ui-icon { transform: rotate(180deg); }
.faq-list details p { max-width: 50rem; margin: -0.25rem 0 1.35rem; color: var(--muted); }

.regional-strip { padding: 3.6rem 0; color: #fff; background: var(--slate); }
.regional-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.regional-strip h2 { max-width: 18ch; margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.regional-strip p { max-width: 37rem; margin: 0; color: rgba(255, 255, 255, 0.68); }
.regional-strip a { flex: 0 0 auto; }

.area-hero { padding: clamp(4.5rem, 8vw, 7.5rem) 0; color: #fff; background: var(--slate-deep); }
.area-hero__grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.area-hero h1 { max-width: 13ch; color: #fff; }
.area-hero__copy { max-width: 39rem; color: rgba(255, 255, 255, 0.68); font-size: 1.1rem; }
.area-hero__regions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.area-hero__regions span { padding: 0.65rem 0.8rem; color: #fff; border: 1px solid rgba(255, 255, 255, 0.25); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em; }

.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.area-card { min-height: 17rem; padding: 2rem; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.area-card > span { display: block; margin-bottom: 1.5rem; color: var(--copper); font-size: 0.7rem; font-weight: 780; letter-spacing: 0.16em; text-transform: uppercase; }
.area-card h2 { margin-bottom: 0.8rem; font-size: 1.65rem; }
.area-card p { margin: 0; color: var(--muted); font-size: 0.92rem; }

.legal-hero { padding: clamp(4rem, 7vw, 6.5rem) 0; color: #fff; background: var(--slate-deep); }
.legal-hero h1 { max-width: 14ch; margin-bottom: 0.8rem; color: #fff; }
.legal-hero p { max-width: 45rem; margin: 0; color: rgba(255, 255, 255, 0.68); }
.legal-layout { display: grid; grid-template-columns: minmax(14rem, 0.3fr) minmax(0, 0.7fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.legal-nav { position: sticky; top: 7rem; display: grid; gap: 0.5rem; padding: 1.4rem; background: var(--cream); border-left: 3px solid var(--copper); }
.legal-nav strong { margin-bottom: 0.35rem; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; }
.legal-nav a { color: var(--muted); font-size: 0.88rem; text-decoration: none; }
.legal-nav a:hover { color: var(--copper-dark); }
.legal-copy { max-width: 52rem; }
.legal-copy section { scroll-margin-top: 7rem; }
.legal-copy section + section { padding-top: 1.8rem; margin-top: 1.8rem; border-top: 1px solid var(--line); }
.legal-copy h2 { margin-bottom: 0.9rem; font-size: clamp(1.5rem, 2.8vw, 2.15rem); }
.legal-copy h3 { margin: 1.5rem 0 0.55rem; font-size: 1.1rem; }
.legal-copy p, .legal-copy li { color: #525d65; }
.legal-copy ul { padding-left: 1.25rem; }
.legal-copy a { color: var(--copper-dark); text-underline-offset: 0.2rem; overflow-wrap: anywhere; }
.legal-copy address { font-style: normal; }
.legal-note { padding: 1rem 1.15rem; background: var(--cream); border-left: 3px solid var(--copper); }

.simple-footer { margin-top: 0; }

@media (max-width: 68rem) {
  .subhero__grid, .area-hero__grid, .content-split, .faq-grid, .legal-layout { grid-template-columns: 1fr; }
  .subhero__copy h1 { max-width: none; }
  .subhero__visual { min-height: 30rem; }
  .content-split__intro, .legal-nav { position: static; }
  .detail-grid, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .regional-strip__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 48rem) {
  .subhero { padding-top: 2.2rem; }
  .subhero__visual { min-height: 24rem; }
  .subhero__visual figure { inset: 0 1.3rem 1.3rem 0; }
  .subhero__accent { width: 5.5rem; height: 5.5rem; padding: 0.9rem; }
  .subhero__accent span { font-size: 0.57rem; }
  .benefit-band { margin-top: -1rem; }
  .benefit-grid, .detail-grid, .area-grid { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .subhero__actions { align-items: stretch; flex-direction: column; }
  .subhero__actions .button { width: 100%; }
  .area-hero__regions span { flex: 1 1 45%; text-align: center; }
  .legal-nav { display: none; }
}
