/* Áncora unified public-site theme -----------------------------------------
   Applied to generated static pages. The palette and rhythm mirror the
   trust-first homepage without changing page copy or SEO structure. */

:root {
  --ancora-navy: #071b25;
  --ancora-navy-soft: #0d2b35;
  --ancora-mint: #dceee9;
  --ancora-canvas: #f6f8f7;
  --ancora-surface: #eef5f3;
  --ancora-surface-raised: #f9fcfb;
  --ancora-ink: #10232d;
  --ancora-muted: #536970;
  --ancora-green: #087064;
  --ancora-green-dark: #065d54;
  --ancora-cyan: #22c8d6;
  --ancora-line: #d7e4e2;
  --ancora-on-dark: #f5fbfa;
  --ancora-radius-sm: 14px;
  --ancora-radius-md: 22px;
  --ancora-radius-lg: 30px;
  --ancora-shadow: 0 22px 70px rgba(7, 27, 37, 0.1);
  --ancora-content: 75rem;
  --ancora-reading: 48rem;

  /* Aliases used by the historical static templates. */
  --navy: var(--ancora-navy);
  --ink: var(--ancora-ink);
  --muted: var(--ancora-muted);
  --line: var(--ancora-line);
  --canvas: var(--ancora-canvas);
  --surface: var(--ancora-surface-raised);
  --teal: var(--ancora-green);
  --green: var(--ancora-green);
  --cyan: var(--ancora-cyan);
  --blog-navy: var(--ancora-navy);
  --blog-navy-soft: var(--ancora-navy-soft);
  --blog-ink: var(--ancora-ink);
  --blog-muted: var(--ancora-muted);
  --blog-canvas: var(--ancora-canvas);
  --blog-surface: var(--ancora-surface);
  --blog-line: var(--ancora-line);
  --blog-teal: var(--ancora-green);
  --blog-green: var(--ancora-green);
  --blog-cyan: var(--ancora-cyan);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body.ancora-unified-page {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: clip;
  color: var(--ancora-ink) !important;
  background: var(--ancora-canvas) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.ancora-unified-page,
body.ancora-unified-page :where(*) {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ancora-unified-page *,
.ancora-unified-page *::before,
.ancora-unified-page *::after {
  box-sizing: border-box;
}

.ancora-unified-page img,
.ancora-unified-page video {
  max-width: 100%;
}

.ancora-unified-page [data-ancora-legacy-shell] {
  display: none !important;
}

.ancora-unified-page a,
.ancora-unified-page button,
.ancora-unified-page summary {
  -webkit-tap-highlight-color: transparent;
}

.ancora-unified-page :where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--ancora-cyan) 78%, white);
  outline-offset: 4px;
}

.ancora-unified-page :where(h1, h2, h3, h4) {
  color: var(--ancora-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-wrap: balance;
}

.ancora-unified-page :where(p, li, td) {
  color: var(--ancora-muted);
}

.ancora-unified-page :where(a) {
  text-underline-offset: 0.2em;
}

/* Shared header and submenus ------------------------------------------------ */
.ancora-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-width: 0;
  border-bottom: 1px solid rgba(226, 242, 239, 0.14);
  color: var(--ancora-on-dark);
  background: rgba(7, 27, 37, 0.82);
  box-shadow: 0 12px 40px rgba(1, 12, 18, 0.12);
  backdrop-filter: blur(20px) saturate(125%);
}

.ancora-site-header__inner {
  display: flex;
  width: min(calc(100% - 2.5rem), var(--ancora-content));
  min-height: 4.75rem;
  margin-inline: auto;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.ancora-site-header__brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none;
}

.ancora-site-header__brand img {
  display: block;
  width: auto;
  height: 3.5rem;
}

.ancora-site-header__nav {
  display: flex;
  min-width: 0;
  gap: clamp(0.75rem, 1.5vw, 1.35rem);
  align-items: center;
}

.ancora-site-header__nav > a,
.ancora-site-menu > summary {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: rgba(245, 251, 250, 0.74);
  font-size: 0.875rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease-out;
}

.ancora-site-header__nav > a:hover,
.ancora-site-menu > summary:hover,
.ancora-site-menu[open] > summary {
  color: #a9f4e2;
}

.ancora-site-menu {
  position: relative;
}

.ancora-site-menu > summary {
  gap: 0.35rem;
  cursor: pointer;
  list-style: none;
}

.ancora-site-menu > summary::-webkit-details-marker,
.ancora-site-mobile > summary::-webkit-details-marker {
  display: none;
}

.ancora-site-menu > summary::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-top: -0.2rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease-out;
}

.ancora-site-menu[open] > summary::after {
  margin-top: 0.2rem;
  transform: rotate(225deg);
}

.ancora-site-menu__panel {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  display: grid;
  width: min(25rem, calc(100vw - 2rem));
  padding: 0.65rem;
  gap: 0.25rem;
  border: 1px solid rgba(226, 242, 239, 0.15);
  border-radius: 1.1rem;
  background: #0b2631;
  box-shadow: 0 26px 70px rgba(1, 12, 18, 0.34);
  transform: translateX(-50%);
}

.ancora-site-menu__panel a {
  display: grid;
  min-height: 3.5rem;
  padding: 0.75rem 0.9rem;
  align-content: center;
  border-radius: 0.75rem;
  color: var(--ancora-on-dark);
  text-decoration: none;
  transition: background 160ms ease-out;
}

.ancora-site-menu__panel a:hover {
  background: rgba(125, 231, 206, 0.09);
}

.ancora-site-menu__panel strong {
  color: var(--ancora-on-dark);
  font-size: 0.86rem;
}

.ancora-site-menu__panel span {
  margin-top: 0.1rem;
  color: rgba(245, 251, 250, 0.58);
  font-size: 0.74rem;
  line-height: 1.4;
}

.ancora-site-header__cta {
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(125, 231, 206, 0.34);
  border-radius: 999px;
  color: #d8fff5;
  font-size: 0.82rem;
  font-weight: 780;
  text-decoration: none;
  background: rgba(125, 231, 206, 0.09);
  white-space: nowrap;
  transition: color 160ms ease-out, background 160ms ease-out, border-color 160ms ease-out;
}

.ancora-site-header__cta:hover {
  border-color: rgba(125, 231, 206, 0.58);
  color: #062019;
  background: #7de7ce;
}

.ancora-site-mobile {
  display: none;
}

/* Page headers -------------------------------------------------------------- */
.ancora-unified-page :where(.hero, .hero-article, .blog-hero, .ancora-commercial-hero, .neighborhood-hero) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 7.2rem) max(1.25rem, calc((100vw - var(--ancora-content)) / 2));
  color: var(--ancora-ink);
  background: var(--ancora-mint);
  text-align: left;
}

.ancora-unified-page :where(.hero, .hero-article, .blog-hero, .ancora-commercial-hero, .neighborhood-hero)::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.72;
  background:
    radial-gradient(circle at 82% 24%, rgba(8, 112, 100, 0.13), transparent 25rem),
    linear-gradient(rgba(8, 112, 100, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 112, 100, 0.045) 1px, transparent 1px);
  background-size: auto, 5rem 5rem, 5rem 5rem;
}

.ancora-unified-page :where(.hero, .hero-article, .blog-hero, .ancora-commercial-hero, .neighborhood-hero) > *,
.ancora-unified-page .blog-hero__content {
  position: relative;
  z-index: 1;
}

.ancora-unified-page :where(.hero, .hero-article, .blog-hero, .ancora-commercial-hero, .neighborhood-hero) h1 {
  width: min(100%, 58rem);
  max-width: 15ch;
  margin: 0.8rem 0 1.35rem;
  color: var(--ancora-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.55rem, 7vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.99;
  text-align: left;
}

.ancora-unified-page :where(.hero, .hero-article, .blog-hero, .ancora-commercial-hero, .neighborhood-hero) p,
.ancora-unified-page :where(.blog-hero__lead, .ancora-commercial-lede) {
  width: min(100%, 44rem);
  max-width: 44rem;
  margin: 0;
  color: var(--ancora-muted) !important;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.62;
  text-align: left;
}

.ancora-unified-page .blog-hero__lead .blog-hero__promise {
  color: var(--ancora-ink) !important;
}

.ancora-unified-page :where(.eyebrow, .tag, .blog-eyebrow, .ancora-commercial-eyebrow) {
  display: inline-flex;
  margin: 0 0 0.7rem;
  color: var(--ancora-green) !important;
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent !important;
}

.ancora-unified-page .blog-eyebrow::before {
  background: var(--ancora-green);
}

/* Reading canvas ------------------------------------------------------------ */
.ancora-unified-page :where(.container, .shell, .wrap, .blog-container, .neighborhood-shell) {
  width: min(calc(100% - 2.5rem), var(--ancora-content));
  max-width: var(--ancora-content);
  margin-inline: auto;
}

.ancora-unified-page .breadcrumbs {
  width: min(calc(100% - 2.5rem), var(--ancora-reading));
  max-width: var(--ancora-reading);
  padding: 1.25rem 0 0;
  margin: 0 auto;
  color: var(--ancora-muted);
}

.ancora-unified-page .breadcrumbs a {
  color: var(--ancora-green);
}

.ancora-unified-page > article,
.ancora-unified-page > main > article,
.ancora-unified-page .ancora-commercial-guide > article,
.ancora-unified-page article.ancora-hair-guide {
  width: min(calc(100% - 2.5rem), var(--ancora-reading));
  max-width: var(--ancora-reading);
  padding: clamp(2.25rem, 5vw, 4.5rem) 0;
  margin: 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: var(--ancora-ink);
  background: transparent;
  box-shadow: none;
}

.ancora-unified-page .ancora-commercial-guide {
  width: min(calc(100% - 2.5rem), 58rem);
  max-width: 58rem;
  margin-inline: auto;
}

.ancora-unified-page .ancora-commercial-guide > article {
  width: 100%;
  max-width: none;
  margin: 0;
}

.ancora-unified-page .ancora-commercial-guide :where(section, .ancora-commercial-related, .ancora-editorial-context) {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  border-top: 1px solid var(--ancora-line);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  color: var(--ancora-ink);
  background: transparent;
}

.ancora-unified-page :where(article, main, section) h2 {
  margin-top: clamp(2.2rem, 5vw, 3.7rem);
  color: var(--ancora-ink);
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ancora-unified-page :where(article, main, section) h3 {
  color: var(--ancora-ink);
  letter-spacing: -0.018em;
  line-height: 1.25;
}

.ancora-unified-page :where(article, main) a:not([class*="button"]):not([class*="btn"]):not(.ancora-site-header__brand) {
  color: var(--ancora-green);
}

.ancora-unified-page :where(hr) {
  border: 0;
  border-top: 1px solid var(--ancora-line);
}

/* Cards, notes, tables and FAQs -------------------------------------------- */
.ancora-unified-page :where(.card, .sector-card, .guide-card, .blog-family-card, .stat, .faq-item, .principles article, .faq article, .ancora-commercial-flow div, .ancora-commercial-split div) {
  border: 1px solid var(--ancora-line);
  border-radius: var(--ancora-radius-md);
  color: var(--ancora-ink);
  background: var(--ancora-surface);
  box-shadow: none;
}

.ancora-unified-page :where(.card, .sector-card, .guide-card, .blog-family-card) {
  transition: transform 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out;
}

.ancora-unified-page :where(.card, .sector-card, .guide-card, .blog-family-card):hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--ancora-green) 34%, var(--ancora-line));
  box-shadow: var(--ancora-shadow);
}

.ancora-unified-page :where(.callout, .ancora-editorial-context) {
  padding: 1.25rem 1.4rem;
  border: 1px solid color-mix(in srgb, var(--ancora-green) 24%, var(--ancora-line));
  border-radius: var(--ancora-radius-sm);
  color: var(--ancora-ink);
  background: color-mix(in srgb, var(--ancora-mint) 72%, var(--ancora-canvas));
}

.ancora-unified-page .callout strong,
.ancora-unified-page .ancora-editorial-context strong {
  color: var(--ancora-green-dark);
}

.ancora-unified-page .problem-card {
  border: 1px solid #efcaca;
  border-radius: var(--ancora-radius-sm);
  background: #fff3f1;
}

.ancora-unified-page .solution-card {
  border: 1px solid color-mix(in srgb, var(--ancora-green) 28%, var(--ancora-line));
  border-radius: var(--ancora-radius-sm);
  background: var(--ancora-mint);
}

.ancora-unified-page :where(table) {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--ancora-line);
  color: var(--ancora-ink);
  background: transparent;
}

.ancora-unified-page :where(th) {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(226, 242, 239, 0.18);
  color: var(--ancora-on-dark) !important;
  background: var(--ancora-navy) !important;
  text-align: left;
}

.ancora-unified-page :where(td) {
  padding: 0.9rem 1rem;
  border: 1px solid var(--ancora-line);
  background: transparent;
}

.ancora-unified-page :where(tr:nth-child(even) td) {
  background: var(--ancora-surface);
}

.ancora-unified-page :where(details:not(.ancora-site-menu):not(.ancora-site-mobile)) {
  border-bottom: 1px solid var(--ancora-line);
}

.ancora-unified-page :where(details:not(.ancora-site-menu):not(.ancora-site-mobile) summary) {
  min-height: 3.25rem;
  padding-block: 0.9rem;
  color: var(--ancora-ink);
  font-weight: 720;
  cursor: pointer;
}

/* Calls to action ----------------------------------------------------------- */
.ancora-unified-page :where(.cta, .cta-box, .blog-cta, .ancora-commercial-cta, .ancora-guide-cta, .ancora-final-cta, .neighborhood-cta) {
  border: 0;
  border-radius: var(--ancora-radius-lg);
  color: var(--ancora-on-dark);
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 200, 214, 0.13), transparent 22rem),
    var(--ancora-navy);
  box-shadow: none;
}

.ancora-unified-page :where(.cta, .cta-box, .blog-cta, .ancora-commercial-cta, .ancora-guide-cta, .ancora-final-cta, .neighborhood-cta) :where(h2, h3) {
  color: var(--ancora-on-dark) !important;
}

.ancora-unified-page :where(.cta, .cta-box, .blog-cta, .ancora-commercial-cta, .ancora-guide-cta, .ancora-final-cta, .neighborhood-cta) p {
  color: rgba(245, 251, 250, 0.68) !important;
}

.ancora-unified-page :where(.button, .btn, .blog-button, .nav-cta, .cta-green, .ancora-commercial-cta a, .ancora-guide-cta a, .ancora-final-cta a, .neighborhood-cta a) {
  display: inline-flex;
  min-height: 2.85rem;
  padding: 0.75rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #ffffff !important;
  font-weight: 780;
  text-decoration: none;
  background: var(--ancora-green) !important;
  box-shadow: 0 12px 36px rgba(8, 112, 100, 0.24);
}

.ancora-unified-page :where(.button, .btn, .blog-button, .nav-cta, .cta-green, .ancora-commercial-cta a, .ancora-guide-cta a, .ancora-final-cta a, .neighborhood-cta a):hover {
  background: var(--ancora-green-dark) !important;
  transform: translateY(-1px);
}

.ancora-unified-page .blog-button--light,
.ancora-unified-page .btn-outline-white,
.ancora-unified-page .blog-button--outline {
  border: 1px solid rgba(245, 251, 250, 0.28);
  color: var(--ancora-on-dark) !important;
  background: transparent !important;
  box-shadow: none;
}

.ancora-unified-page .mobile-cta-bar {
  border-top: 1px solid var(--ancora-line);
  background: rgba(220, 238, 233, 0.95);
  backdrop-filter: blur(16px);
}

/* Blog index --------------------------------------------------------------- */
.ancora-unified-page .blog-family-nav {
  margin-top: -2rem;
}

.ancora-unified-page .blog-family-card,
.ancora-unified-page .guide-card,
.ancora-unified-page .sector-panel {
  background: var(--ancora-surface);
}

.ancora-unified-page .operation-panel,
.ancora-unified-page .case-card {
  background: var(--ancora-navy);
}

.ancora-unified-page .operation-card {
  border-color: rgba(226, 242, 239, 0.15);
  background: rgba(245, 251, 250, 0.055);
}

.ancora-unified-page .case-card p,
.ancora-unified-page .operation-panel p,
.ancora-unified-page .operation-card p {
  color: rgba(245, 251, 250, 0.7);
}

.ancora-unified-page .case-card :where(h2, h3),
.ancora-unified-page .operation-panel :where(h2, h3),
.ancora-unified-page .operation-card :where(h2, h3) {
  color: var(--ancora-on-dark);
}

/* Shared footer ------------------------------------------------------------ */
.ancora-site-footer {
  padding: 5rem 1.25rem 2rem;
  color: var(--ancora-on-dark);
  background: #05161f;
}

.ancora-site-footer__grid,
.ancora-site-footer__bottom {
  width: min(100%, var(--ancora-content));
  margin-inline: auto;
}

.ancora-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(8rem, 0.7fr) minmax(11rem, 0.9fr) minmax(17rem, 1.25fr);
  gap: 3rem 1.5rem;
}

.ancora-site-footer__brand img {
  display: block;
  width: auto;
  height: 3.75rem;
}

.ancora-site-footer__brand p {
  max-width: 28rem;
  margin: 1.5rem 0;
  color: rgba(245, 251, 250, 0.64);
  line-height: 1.65;
}

.ancora-site-footer__diagnostic {
  display: inline-flex;
  min-height: 2.75rem;
  gap: 0.45rem;
  align-items: center;
  color: #7de7ce;
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
}

.ancora-site-footer h2 {
  margin: 0 0 1.2rem;
  color: #7de7ce;
  font-size: 0.8rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ancora-site-footer ul {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 0.8rem;
  list-style: none;
}

.ancora-site-footer li,
.ancora-site-footer li a {
  color: rgba(245, 251, 250, 0.62);
  font-size: 0.87rem;
  line-height: 1.45;
  text-decoration: none;
}

.ancora-site-footer a:hover {
  color: #7de7ce;
}

.ancora-site-footer__contact a {
  overflow-wrap: anywhere;
}

.ancora-site-footer__bottom {
  display: flex;
  padding-top: 2rem;
  margin-top: 4rem;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(226, 242, 239, 0.12);
}

.ancora-site-footer__bottom p,
.ancora-site-footer__bottom a {
  margin: 0;
  color: rgba(245, 251, 250, 0.48);
  font-size: 0.75rem;
  text-decoration: none;
}

.ancora-site-footer__bottom div {
  display: flex;
  gap: 0.75rem 1.25rem;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .ancora-site-header__nav,
  .ancora-site-header__cta {
    display: none;
  }

  .ancora-site-mobile {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .ancora-site-mobile > summary {
    display: inline-flex;
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(226, 242, 239, 0.16);
    border-radius: 999px;
    color: var(--ancora-on-dark);
    cursor: pointer;
    list-style: none;
    background: rgba(245, 251, 250, 0.05);
  }

  .ancora-site-mobile__accessible-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .ancora-site-mobile__accessible-label--close,
  .ancora-site-mobile__close-icon {
    display: none;
  }

  .ancora-site-mobile > summary svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .ancora-site-mobile[open] .ancora-site-mobile__accessible-label--open,
  .ancora-site-mobile[open] .ancora-site-mobile__menu-icon {
    display: none;
  }

  .ancora-site-mobile[open] .ancora-site-mobile__accessible-label--close,
  .ancora-site-mobile[open] .ancora-site-mobile__close-icon {
    display: block;
  }

  .ancora-site-mobile__panel {
    position: fixed;
    top: 4.75rem;
    right: 0;
    left: 0;
    display: grid;
    width: 100%;
    max-height: calc(100dvh - 4.75rem);
    padding: 0.5rem max(1rem, calc((100vw - var(--ancora-content)) / 2)) 1.25rem;
    overflow-y: auto;
    border: 0;
    border-bottom: 1px solid rgba(226, 242, 239, 0.14);
    border-radius: 0;
    background: #2f4149;
    box-shadow: 0 22px 46px rgba(1, 12, 18, 0.24);
    backdrop-filter: blur(20px) saturate(125%);
  }

  .ancora-site-mobile__panel > a,
  .ancora-site-mobile__group > summary,
  .ancora-site-mobile__group a {
    display: flex;
    min-height: 2.75rem;
    padding: 0.75rem 0.25rem;
    align-items: center;
    border-bottom: 1px solid rgba(226, 242, 239, 0.08);
    border-radius: 0;
    color: rgba(245, 251, 250, 0.74);
    font-size: 0.875rem;
    font-weight: 650;
    text-decoration: none;
  }

  .ancora-site-mobile__group > summary {
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
  }

  .ancora-site-mobile__group > summary::after {
    content: "+";
    color: #7de7ce;
  }

  .ancora-site-mobile__group[open] > summary::after {
    content: "−";
  }

  .ancora-site-mobile__group div {
    display: grid;
    padding-left: 1rem;
    border-left: 1px solid rgba(125, 231, 206, 0.22);
  }

  .ancora-site-mobile__panel > a:hover,
  .ancora-site-mobile__group a:hover,
  .ancora-site-mobile__group > summary:hover {
    color: #a9f4e2;
    background: rgba(125, 231, 206, 0.08);
  }

  .ancora-site-mobile__panel > .ancora-site-mobile__cta {
    margin-top: 0.75rem;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: var(--ancora-green);
  }

  .ancora-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ancora-site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .ancora-site-header__inner {
    width: min(calc(100% - 1.5rem), var(--ancora-content));
    min-height: 4.75rem;
  }

  .ancora-site-header__brand img {
    height: 3.5rem;
  }

  .ancora-unified-page :where(.hero, .hero-article, .blog-hero, .ancora-commercial-hero, .neighborhood-hero) {
    padding: 4.25rem 1rem 3.75rem;
  }

  .ancora-unified-page :where(.hero, .hero-article, .blog-hero, .ancora-commercial-hero, .neighborhood-hero) h1 {
    font-size: clamp(2.35rem, 12vw, 3.7rem);
  }

  .ancora-unified-page :where(.container, .shell, .wrap, .blog-container, .neighborhood-shell),
  .ancora-unified-page > article,
  .ancora-unified-page > main > article,
  .ancora-unified-page .ancora-commercial-guide,
  .ancora-unified-page article.ancora-hair-guide,
  .ancora-unified-page .breadcrumbs {
    width: min(calc(100% - 2rem), var(--ancora-content));
  }

  .ancora-unified-page .ancora-commercial-guide > article {
    width: 100%;
  }

  .ancora-unified-page :where(.cta, .cta-box, .blog-cta, .ancora-commercial-cta, .ancora-guide-cta, .ancora-final-cta, .neighborhood-cta) {
    padding: 1.5rem;
    border-radius: var(--ancora-radius-md);
  }

  .ancora-unified-page .blog-family-nav {
    margin-top: 0;
  }

  .ancora-site-footer {
    padding: 4rem 1rem 1.5rem;
  }

  .ancora-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .ancora-site-footer__brand {
    grid-column: auto;
  }

  .ancora-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ancora-unified-page *,
  .ancora-unified-page *::before,
  .ancora-unified-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .ancora-site-header,
  .ancora-site-footer,
  .ancora-unified-page .mobile-cta-bar {
    display: none !important;
  }
}
