/*
 * BabyPastel v3.10.586
 * Static detail pages for branches, guides and promotions.
 */

.static-detail-page {
  background: #f7f4ef;
}

.static-detail-page .phone {
  min-height: 100vh;
}

.static-detail-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.static-detail-main {
  min-inline-size: 0;
  max-inline-size: 100%;
  padding-bottom: calc(88px + env(safe-area-inset-bottom));
}

.static-detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px clamp(18px, 4vw, 48px) 0;
  color: #786f67;
  font-size: 0.86rem;
  line-height: 1.5;
}

.static-detail-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.static-detail-breadcrumb a:hover {
  color: #3e3833;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.static-detail-document {
  width: min(100% - 32px, 980px);
  margin: 16px auto 44px;
  padding: clamp(18px, 4vw, 44px);
  border: 1px solid rgba(104, 89, 75, 0.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(67, 54, 43, 0.08);
  box-sizing: border-box;
  min-inline-size: 0;
}

.static-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-inline-size: 0;
}

.static-detail-hero-copy,
.static-detail-hero-media {
  min-inline-size: 0;
}

.static-detail-hero-copy .eyebrow {
  margin-bottom: 12px;
  color: #9c7c59;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.static-detail-hero-copy h1 {
  margin: 0;
  color: #2f2a26;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.static-detail-hero-copy .lead {
  margin: 20px 0 0;
  color: #645b54;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: normal;
}

.static-detail-updated {
  margin: 18px 0 0;
  color: #8b827a;
  font-size: 0.84rem;
}

.static-detail-updated span {
  font-weight: 700;
}

.static-detail-hero-media {
  overflow: hidden;
  border-radius: 24px;
  background: #eee9e2;
  aspect-ratio: 4 / 3;
}

.static-detail-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.static-detail-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 5vw, 58px);
}

.static-detail-info-card {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  min-inline-size: 0;
  padding: 20px;
  border-radius: 20px;
  background: #f7f3ed;
  box-sizing: border-box;
}

.static-detail-info-card span {
  color: #8d7b68;
  font-size: 0.82rem;
  font-weight: 700;
}

.static-detail-info-card strong,
.static-detail-info-card a {
  color: #39322d;
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
}

.static-detail-info-card a {
  text-decoration: none;
}

.static-detail-section {
  margin-top: clamp(34px, 5vw, 64px);
}

.static-detail-section > h2,
.static-detail-prose-section > h2 {
  margin: 0 0 18px;
  color: #312b27;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  line-height: 1.35;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.static-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.static-detail-chips span {
  padding: 10px 15px;
  border: 1px solid rgba(139, 112, 83, 0.2);
  border-radius: 999px;
  background: #fbf8f4;
  color: #5e5044;
  font-size: 0.9rem;
  font-weight: 650;
}

.static-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 64px);
}

.static-detail-gallery figure {
  min-inline-size: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #eee9e2;
  aspect-ratio: 4 / 3;
}

.static-detail-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.static-detail-article {
  max-width: 760px;
  margin-inline: auto;
}

.static-detail-prose {
  color: #504842;
  font-size: 1rem;
  line-height: 1.9;
}

.static-detail-prose p {
  margin: 0 0 20px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.static-detail-prose-kicker {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2ece4;
  color: #7b654f;
  font-weight: 700;
}

.static-detail-prose-section {
  margin: 30px 0;
}

.static-detail-prose-section p {
  margin-bottom: 0;
}

.static-detail-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.static-detail-checklist li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border-radius: 16px;
  background: #f8f5f0;
  color: #4b443e;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.static-detail-checklist li::before {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #b89b7a;
  border-radius: 6px;
  content: "";
  box-sizing: border-box;
}

.static-detail-faq {
  display: grid;
  gap: 12px;
}

.static-detail-faq details {
  border: 1px solid rgba(112, 94, 77, 0.15);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.static-detail-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #3d3631;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.static-detail-faq details[open] summary {
  background: #faf7f3;
}

.static-detail-faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: #5b524b;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.static-detail-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.static-detail-benefits article {
  min-inline-size: 0;
  padding: 20px;
  border-radius: 18px;
  background: #f7f3ed;
}

.static-detail-benefits strong {
  color: #3d352f;
  overflow-wrap: anywhere;
}

.static-detail-benefits p {
  margin: 8px 0 0;
  color: #6b6158;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.static-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(30px, 5vw, 58px);
}

.static-detail-actions .btn {
  min-height: 48px;
  padding-inline: 22px;
}

.static-detail-translation-pending {
  padding: 24px;
  border: 1px dashed rgba(148, 116, 82, 0.35);
  border-radius: 20px;
  background: #fbf7f1;
}

.static-detail-translation-pending p {
  color: #63584f;
  line-height: 1.75;
}

.static-detail-return-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(102, 86, 71, 0.13);
}

.static-detail-return-links a {
  color: #6f5b48;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.static-detail-return-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.static-detail-language-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.static-detail-language-links a {
  padding: 8px 12px;
  border: 1px solid rgba(100, 84, 69, 0.16);
  border-radius: 999px;
  color: #6a5d52;
  font-size: 0.8rem;
  text-decoration: none;
}

.static-detail-language-links a[aria-current="page"] {
  border-color: #a98763;
  background: #f3ebe2;
  color: #4a3c30;
  font-weight: 700;
}

.static-detail-footer {
  width: min(100% - 32px, 980px);
  margin: 0 auto 26px;
  padding: 28px;
  border-radius: 24px;
  background: #2f2a26;
  color: rgba(255, 255, 255, 0.74);
  box-sizing: border-box;
}

.static-detail-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
}

.static-detail-footer-brand strong {
  color: #fff;
  font-size: 1.15rem;
}

.static-detail-footer p {
  margin: 0 0 8px;
  line-height: 1.6;
}

.static-detail-footer > a {
  color: #fff;
  text-decoration: none;
}

.static-detail-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 20px 0;
}

.static-detail-footer nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  text-decoration: none;
}

.static-detail-footer small {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 760px) {
  .static-detail-breadcrumb {
    margin-inline: 16px;
  }

  .static-detail-document {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 18px;
    border-radius: 22px;
  }

  .static-detail-hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .static-detail-hero-copy h1 {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  .static-detail-hero-media {
    order: -1;
    border-radius: 18px;
  }

  .static-detail-info-grid {
    grid-template-columns: 1fr;
  }

  .static-detail-info-card {
    min-height: auto;
  }

  .static-detail-gallery,
  .static-detail-benefits {
    grid-template-columns: 1fr;
  }

  .static-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .static-detail-actions .btn {
    width: 100%;
  }

  .static-detail-footer {
    width: calc(100% - 20px);
    padding: 22px;
    border-radius: 20px;
  }
}

@media (min-width: 761px) {
  .static-detail-page .bottom-nav {
    display: none;
  }

  .static-detail-main {
    padding-bottom: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .static-detail-page *,
  .static-detail-page *::before,
  .static-detail-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
