/* WIMS Website Build 0016 Candidate v1.1.1
   Premium Mobile-First Brand Refinement
   Preview-only: no deployment authorization. */

:root {
  --amb16-navy: #182747;
  --amb16-navy-soft: #2a3b67;
  --amb16-pink: #c92d70;
  --amb16-pink-bright: #e94c89;
  --amb16-pink-soft: #fff3f8;
  --amb16-blue: #257ea8;
  --amb16-blue-bright: #49b5de;
  --amb16-blue-soft: #eef8fc;
  --amb16-teal: #1a8a85;
  --amb16-green: #5f9a3d;
  --amb16-green-soft: #effbe9;
  --amb16-yellow: #f5c94c;
  --amb16-yellow-soft: #fff8d9;
  --amb16-purple: #7561bf;
  --amb16-purple-soft: #f3efff;
  --amb16-cream: #fcfaf5;
  --amb16-white: #ffffff;
  --amb16-muted: #58617a;
  --amb16-line: #e5e7ee;
  --amb16-shadow-sm: 0 8px 24px rgba(23, 33, 63, .09);
  --amb16-shadow-md: 0 18px 50px rgba(23, 33, 63, .13);
  --amb16-shadow-lg: 0 30px 80px rgba(23, 33, 63, .17);
  --amb16-radius-sm: 16px;
  --amb16-radius: 24px;
  --amb16-radius-lg: 34px;
  --amb16-shell: 1180px;
  --amb16-focus: 3px solid #17213f;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.amb16-enhanced {
  margin: 0;
  color: var(--amb16-navy);
  background: #fbfaf7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.amb16-enhanced img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.amb16-enhanced a { color: inherit; }

body.amb16-enhanced button,
body.amb16-enhanced input,
body.amb16-enhanced select,
body.amb16-enhanced textarea { font: inherit; }

body.amb16-enhanced :focus-visible {
  outline: var(--amb16-focus);
  outline-offset: 4px;
}

body.amb16-enhanced h1,
body.amb16-enhanced h2,
body.amb16-enhanced h3 {
  margin: 0;
  color: var(--amb16-navy);
  font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: -.03em;
}

body.amb16-enhanced h1 { font-size: clamp(2.7rem, 7.2vw, 5.45rem); }
body.amb16-enhanced h2 { font-size: clamp(2rem, 4.7vw, 3.55rem); }
body.amb16-enhanced h3 { font-size: clamp(1.18rem, 2.3vw, 1.55rem); }

body.amb16-enhanced p { margin: 0; }

.amb16-shell {
  width: min(calc(100% - 32px), var(--amb16-shell));
  margin-inline: auto;
}

.amb16-skip {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--amb16-navy);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.amb16-skip:focus { transform: translateY(0); }

.amb16-utility {
  color: #fff;
  background: linear-gradient(90deg, var(--amb16-pink), #c51d72 48%, var(--amb16-purple));
  font-size: .84rem;
  font-weight: 750;
}

.amb16-utility-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.amb16-utility p,
.amb16-utility-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.amb16-utility a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.amb16-utility svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.amb16-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(23, 33, 63, .08);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 30px rgba(23, 33, 63, .06);
  backdrop-filter: blur(18px);
}

.amb16-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.amb16-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.amb16-brand-mark {
  flex: 0 0 auto;
  width: 62px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(145deg, #ffffff, #fff6d7);
  box-shadow: 0 8px 22px rgba(23, 33, 63, .12);
}

.amb16-brand-mark svg { width: 59px; height: 50px; overflow: visible; }

.amb16-brand-copy {
  min-width: 0;
  display: grid;
  line-height: 1.08;
}

.amb16-brand-copy strong {
  overflow: hidden;
  color: var(--amb16-pink);
  font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;
  font-size: clamp(1.08rem, 2vw, 1.37rem);
  letter-spacing: -.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amb16-brand-copy small {
  margin-top: 4px;
  color: var(--amb16-navy-soft);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.amb16-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.amb16-nav a {
  padding: 10px 11px;
  border-radius: 999px;
  color: var(--amb16-navy);
  font-size: .91rem;
  font-weight: 760;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.amb16-nav a:hover,
.amb16-nav a[aria-current="page"] {
  color: var(--amb16-pink);
  background: var(--amb16-pink-soft);
}

.amb16-nav .amb16-nav-cta {
  margin-left: 8px;
  padding: 11px 17px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  background: var(--amb16-pink);
  box-shadow: 0 8px 20px rgba(217, 31, 102, .22);
}

.amb16-nav .amb16-nav-cta:hover {
  color: #fff;
  background: #b81555;
  transform: translateY(-1px);
}

.amb16-nav-cta svg,
.amb16-text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.amb16-menu-button {
  display: none;
  min-width: 76px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--amb16-navy);
  font-weight: 800;
  cursor: pointer;
}

.amb16-menu-lines,
.amb16-menu-lines::before,
.amb16-menu-lines::after {
  width: 19px;
  height: 2px;
  display: block;
  border-radius: 10px;
  background: currentColor;
}

.amb16-menu-lines { position: relative; }
.amb16-menu-lines::before,
.amb16-menu-lines::after {
  position: absolute;
  left: 0;
  content: "";
}
.amb16-menu-lines::before { top: -6px; }
.amb16-menu-lines::after { top: 6px; }

.amb16-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 88px) 0 clamp(82px, 10vw, 128px);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 212, 71, .42), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(37, 173, 221, .22), transparent 30%),
    linear-gradient(135deg, #fff7fa 0%, #fffbf4 48%, #f0f8fd 100%);
}

.amb16-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .42;
  background-image:
    radial-gradient(circle at 18px 18px, rgba(217, 31, 102, .13) 2px, transparent 2px),
    radial-gradient(circle at 42px 42px, rgba(8, 127, 174, .11) 2px, transparent 2px);
  background-size: 60px 60px;
}

.amb16-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
}

.amb16-eyebrow,
.amb16-kicker {
  color: var(--amb16-pink);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.amb16-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.amb16-eyebrow span { color: #e6a500; }

.amb16-hero h1 {
  max-width: 780px;
  margin-top: 15px;
  text-wrap: balance;
}

.amb16-hero-lede {
  max-width: 680px;
  margin-top: 23px !important;
  color: var(--amb16-muted);
  font-size: clamp(1.04rem, 2vw, 1.24rem);
  line-height: 1.7;
}

.amb16-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.amb16-button {
  min-height: 52px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.amb16-button:hover { transform: translateY(-2px); }

.amb16-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.amb16-button-primary {
  color: #fff;
  background: var(--amb16-pink);
  box-shadow: 0 12px 25px rgba(217, 31, 102, .24);
}
.amb16-button-primary:hover { background: #b81555; }

.amb16-button-secondary {
  color: var(--amb16-blue);
  border-color: rgba(8, 127, 174, .25);
  background: #fff;
  box-shadow: var(--amb16-shadow-sm);
}
.amb16-button-secondary:hover { border-color: var(--amb16-blue); }

.amb16-button-ghost {
  color: var(--amb16-navy);
  border-color: var(--amb16-line);
  background: rgba(255,255,255,.78);
}
.amb16-button-ghost:hover { border-color: var(--amb16-blue); }

.amb16-trust-chips {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.amb16-trust-chips li {
  min-height: 75px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(23, 33, 63, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 8px 20px rgba(23, 33, 63, .06);
}

.amb16-chip-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--amb16-pink);
  background: var(--amb16-pink-soft);
}

.amb16-chip-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.amb16-trust-chips span:last-child { min-width: 0; display: grid; }
.amb16-trust-chips strong { font-size: .88rem; line-height: 1.25; }
.amb16-trust-chips small { margin-top: 3px; color: var(--amb16-muted); font-size: .72rem; line-height: 1.25; }

.amb16-hero-visual {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}

.amb16-hero-art {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  padding: clamp(10px, 2vw, 20px);
  border: 10px solid rgba(255,255,255,.95);
  border-radius: 44% 56% 46% 54% / 58% 42% 58% 42%;
  background:
    radial-gradient(circle at 35% 26%, rgba(255,255,255,.92), transparent 28%),
    linear-gradient(145deg, #fff4c8, #fbe8f3 52%, #dff6ff);
  box-shadow: var(--amb16-shadow-lg);
  transform: rotate(1.4deg);
}

.amb16-hero-art::after {
  position: absolute;
  inset: 12px;
  z-index: -1;
  border-radius: inherit;
  content: "";
  background: linear-gradient(135deg, rgba(242,56,126,.26), rgba(37,173,221,.22));
  filter: blur(28px);
}

.amb16-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.07) contrast(1.02);
  transform: rotate(-1.4deg);
}

.amb16-opening-badge {
  position: absolute;
  right: 0;
  bottom: 14%;
  width: 142px;
  min-height: 102px;
  padding: 16px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, var(--amb16-pink), var(--amb16-purple));
  box-shadow: var(--amb16-shadow-md);
  text-align: center;
  transform: rotate(-5deg);
}

.amb16-opening-badge span { font-size: 1.25rem; }
.amb16-opening-badge strong { font-size: .88rem; line-height: 1; }
.amb16-opening-badge small { font-weight: 800; line-height: 1.1; }

.amb16-spark {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--amb16-yellow);
  filter: drop-shadow(0 5px 8px rgba(23,33,63,.16));
}
.amb16-spark-one { top: 10%; left: 2%; font-size: 2.1rem; transform: rotate(-14deg); }
.amb16-spark-two { top: 19%; right: 0; color: var(--amb16-blue-bright); font-size: 1.2rem; }
.amb16-spark-three { bottom: 5%; left: 9%; color: var(--amb16-pink-bright); font-size: 2rem; }

.amb16-wave {
  position: absolute;
  right: -3%;
  bottom: -38px;
  left: -3%;
  height: 84px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--amb16-white);
}

.amb16-learning,
.amb16-crew,
.amb16-programs,
.amb16-why,
.amb16-reviews,
.amb16-owner,
.amb16-final-cta { padding: clamp(64px, 8vw, 110px) 0; }

.amb16-learning { background: var(--amb16-white); }

.amb16-learning-grid,
.amb16-owner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.amb16-abc-card {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(23,33,63,.08);
  border-radius: var(--amb16-radius-lg);
  background: linear-gradient(145deg, #fff, var(--amb16-blue-soft));
  box-shadow: var(--amb16-shadow-md);
}

.amb16-abc-card::before {
  position: absolute;
  z-index: 2;
  inset: 20px auto auto 20px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(255,212,71,.66), rgba(255,212,71,0) 68%);
}

.amb16-abc-card img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  filter: saturate(1.09) contrast(1.025);
}

.amb16-abc-ribbon {
  position: absolute;
  right: 26px;
  bottom: 25px;
  display: flex;
  gap: 6px;
}

.amb16-abc-ribbon span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 12px;
  color: #fff;
  background: var(--amb16-pink);
  box-shadow: 0 8px 18px rgba(23,33,63,.18);
  font-family: ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
}
.amb16-abc-ribbon span:nth-child(2) { background: var(--amb16-blue); transform: translateY(-7px); }
.amb16-abc-ribbon span:nth-child(3) { background: var(--amb16-green); }

.amb16-learning-copy h2,
.amb16-owner-copy h2 {
  margin-top: 12px;
  text-wrap: balance;
}

.amb16-learning-copy > p:not(.amb16-kicker),
.amb16-owner-copy > p:not(.amb16-kicker) {
  margin-top: 20px;
  color: var(--amb16-muted);
  font-size: 1.06rem;
}

.amb16-learning-points {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.amb16-learning-points > div {
  min-height: 86px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--amb16-line);
  border-radius: 19px;
  background: #fff;
}

.amb16-learning-points > div > span:last-child { display: grid; }
.amb16-learning-points strong { font-size: .94rem; }
.amb16-learning-points small { margin-top: 3px; color: var(--amb16-muted); font-size: .76rem; line-height: 1.35; }

.amb16-round-icon {
  flex: 0 0 auto;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 15px;
}

.amb16-round-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.amb16-icon-pink { color: var(--amb16-pink); background: var(--amb16-pink-soft); }
.amb16-icon-blue { color: var(--amb16-blue); background: var(--amb16-blue-soft); }
.amb16-icon-green { color: var(--amb16-green); background: var(--amb16-green-soft); }
.amb16-icon-yellow { color: #9a7100; background: var(--amb16-yellow-soft); }

.amb16-text-link {
  margin-top: 26px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--amb16-pink);
  font-weight: 900;
  text-decoration: none;
}

.amb16-text-link:hover { text-decoration: underline; }

.amb16-crew {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(242,56,126,.12), transparent 25%),
    radial-gradient(circle at 90% 20%, rgba(37,173,221,.14), transparent 27%),
    linear-gradient(180deg, #fffaf0, #fff);
}

.amb16-section-heading {
  margin-bottom: 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.amb16-section-heading h2 { max-width: 780px; margin-top: 10px; text-wrap: balance; }
.amb16-section-heading > p,
.amb16-section-heading-center > p:last-child {
  color: var(--amb16-muted);
}

.amb16-section-heading-center {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.amb16-section-heading-center h2 { margin-top: 0; }

.amb16-crew-rail {
  padding: 6px 4px 22px;
  display: grid;
  grid-auto-columns: minmax(156px, 1fr);
  grid-auto-flow: column;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(217,31,102,.35) transparent;
}

.amb16-crew-card {
  min-width: 0;
  padding: 15px 13px 17px;
  display: grid;
  justify-items: center;
  border: 1px solid rgba(23,33,63,.07);
  border-radius: 24px;
  box-shadow: var(--amb16-shadow-sm);
  scroll-snap-align: start;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.amb16-crew-card:hover { transform: translateY(-5px); box-shadow: var(--amb16-shadow-md); }

.amb16-crew-card img {
  width: 122px;
  height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(23,33,63,.12));
}

.amb16-crew-card h3 { margin-top: 10px; font-size: 1rem; }
.amb16-crew-card p { margin-top: 4px; color: var(--amb16-muted); font-size: .75rem; line-height: 1.3; }
.amb16-crew-pink { background: linear-gradient(180deg, #fff, var(--amb16-pink-soft)); }
.amb16-crew-blue { background: linear-gradient(180deg, #fff, var(--amb16-blue-soft)); }
.amb16-crew-green { background: linear-gradient(180deg, #fff, var(--amb16-green-soft)); }
.amb16-crew-yellow { background: linear-gradient(180deg, #fff, var(--amb16-yellow-soft)); }
.amb16-crew-purple { background: linear-gradient(180deg, #fff, var(--amb16-purple-soft)); }

.amb16-programs { background: var(--amb16-white); }

.amb16-heading-link { margin: 0; white-space: nowrap; }

.amb16-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.amb16-program-card {
  overflow: hidden;
  border: 1px solid var(--amb16-line);
  border-radius: var(--amb16-radius);
  background: #fff;
  box-shadow: var(--amb16-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}

.amb16-program-card:hover { transform: translateY(-6px); box-shadow: var(--amb16-shadow-md); }

.amb16-program-image {
  position: relative;
  height: 246px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.amb16-program-image::after {
  position: absolute;
  right: -8%;
  bottom: -46%;
  left: -8%;
  height: 65%;
  border-radius: 50%;
  content: "";
  background: rgba(255,255,255,.56);
}

.amb16-program-image img {
  position: relative;
  z-index: 1;
  width: 205px;
  height: 205px;
  object-fit: contain;
  filter: drop-shadow(0 14px 15px rgba(23,33,63,.13));
}

.amb16-program-image span {
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 15px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23,33,63,.82);
  font-size: .74rem;
  font-weight: 850;
  backdrop-filter: blur(7px);
}

.amb16-program-infant .amb16-program-image { background: linear-gradient(145deg, #eef8ff, #e4f3ff); }
.amb16-program-toddler .amb16-program-image { background: linear-gradient(145deg, #fff5cf, #fff0aa); }
.amb16-program-preschool .amb16-program-image { background: linear-gradient(145deg, #fff0f6, #f1eaff); }

.amb16-program-body { padding: 25px; }
.amb16-program-body p { min-height: 78px; margin-top: 12px; color: var(--amb16-muted); }
.amb16-program-body a { margin-top: 18px; display: inline-flex; color: var(--amb16-pink); font-weight: 900; text-decoration: none; }
.amb16-program-body a:hover { text-decoration: underline; }

.amb16-flexible-care {
  margin-top: 22px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid #d8edcf;
  border-radius: 22px;
  background: linear-gradient(90deg, var(--amb16-green-soft), #fff);
}

.amb16-flexible-care p { color: var(--amb16-muted); }
.amb16-flexible-care a { color: var(--amb16-green); font-weight: 900; }

.amb16-why {
  background:
    radial-gradient(circle at 13% 20%, rgba(255,212,71,.23), transparent 28%),
    linear-gradient(180deg, #f4fbff, #fff);
}

.amb16-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}

.amb16-why-grid article {
  min-height: 250px;
  padding: 25px;
  border: 1px solid rgba(23,33,63,.07);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--amb16-shadow-sm);
}

.amb16-why-grid h3 { margin-top: 20px; }
.amb16-why-grid p { margin-top: 12px; color: var(--amb16-muted); font-size: .94rem; }

.amb16-reviews {
  color: var(--amb16-navy);
  background:
    radial-gradient(circle at 10% 12%, rgba(255,212,71,.34), transparent 28%),
    radial-gradient(circle at 91% 18%, rgba(37,173,221,.18), transparent 30%),
    linear-gradient(145deg, #fffdf7, #fff4f8 52%, #eefaff);
}

.amb16-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: center;
  gap: 46px;
}

.amb16-reviews h2 {
  max-width: 760px;
  margin-top: 10px;
  color: var(--amb16-navy);
  text-wrap: balance;
}

.amb16-reviews .amb16-kicker { color: var(--amb16-pink); }

.amb16-review-quote-card {
  max-width: 830px;
  margin-top: 25px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(23,33,63,.08);
  border-left: 7px solid var(--amb16-pink);
  border-radius: 26px;
  color: var(--amb16-navy);
  background: rgba(255,255,255,.94);
  box-shadow: var(--amb16-shadow-md);
}

.amb16-stars {
  margin-top: 0;
  color: #c68700;
  font-size: 1.2rem;
  letter-spacing: .12em;
}

.amb16-review-main blockquote {
  margin: 16px 0 0;
  max-width: 790px;
  color: var(--amb16-navy);
  font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;
  font-size: clamp(1.22rem, 2.7vw, 1.75rem);
  line-height: 1.5;
}

.amb16-review-cite {
  margin-top: 18px !important;
  color: var(--amb16-muted);
}

.amb16-review-actions { margin-top: 24px; }

.amb16-review-stat {
  position: relative;
  min-height: 390px;
  padding: 24px;
  display: grid;
  place-items: end center;
  overflow: hidden;
  border: 1px solid rgba(8,127,174,.16);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,.95), transparent 29%),
    linear-gradient(180deg, #e8f8ff, #f7fcff);
  box-shadow: var(--amb16-shadow-md);
}

.amb16-review-stat img {
  position: absolute;
  top: 6px;
  width: 250px;
  height: 250px;
  object-fit: contain;
  filter: saturate(1.05) drop-shadow(0 16px 20px rgba(23,33,63,.15));
}

.amb16-review-stat div {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
  display: grid;
  border: 1px solid rgba(23,33,63,.07);
  border-radius: 22px;
  color: var(--amb16-navy);
  background: #fff;
  box-shadow: 0 10px 26px rgba(23,33,63,.08);
  text-align: center;
}

.amb16-review-stat strong {
  color: var(--amb16-pink);
  font-family: ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
  font-size: 3.7rem;
  line-height: .9;
}
.amb16-review-stat span { margin-top: 8px; font-weight: 900; }
.amb16-review-stat small { margin-top: 5px; color: var(--amb16-muted); }

.amb16-owner { background: #fff; }

.amb16-owner-art {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(23,33,63,.08);
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.96), transparent 26%),
    radial-gradient(circle at 88% 78%, rgba(255,212,71,.42), transparent 29%),
    linear-gradient(145deg, #fff0f6, #eefaff 55%, #f4ffed);
  box-shadow: var(--amb16-shadow-md);
}

.amb16-connection-orbit {
  position: absolute;
  border: 2px dashed rgba(117,86,189,.24);
  border-radius: 50%;
}
.amb16-connection-orbit-one {
  width: 360px;
  height: 360px;
  transform: rotate(17deg);
}
.amb16-connection-orbit-two {
  width: 455px;
  height: 255px;
  transform: rotate(-19deg);
}

.amb16-connection-card {
  position: relative;
  z-index: 2;
  width: min(76%, 355px);
  padding: 30px 25px;
  display: grid;
  justify-items: center;
  border: 7px solid #fff;
  border-radius: 30px;
  color: var(--amb16-navy);
  background: rgba(255,255,255,.95);
  box-shadow: var(--amb16-shadow-lg);
  text-align: center;
  transform: rotate(-1.5deg);
}

.amb16-connection-card p {
  color: var(--amb16-pink);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.amb16-connection-card strong {
  margin-top: 17px;
  color: var(--amb16-navy);
  font-family: ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1;
}

.amb16-connection-card small {
  margin-top: 10px;
  color: var(--amb16-muted);
  font-weight: 800;
}

.amb16-connection-icons {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.amb16-connection-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 19px;
  box-shadow: 0 9px 20px rgba(23,33,63,.12);
}
.amb16-connection-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.amb16-connection-phone { color: var(--amb16-pink); background: var(--amb16-pink-soft); transform: rotate(-5deg); }
.amb16-connection-chat { color: var(--amb16-blue); background: var(--amb16-blue-soft); transform: translateY(-9px); }
.amb16-connection-home { color: var(--amb16-green); background: var(--amb16-green-soft); transform: rotate(5deg); }

.amb16-owner-seal {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 5%;
  width: 132px;
  min-height: 96px;
  padding: 14px;
  display: grid;
  place-content: center;
  border: 6px solid #fff;
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(145deg, var(--amb16-blue), var(--amb16-purple));
  box-shadow: var(--amb16-shadow-md);
  text-align: center;
  transform: rotate(6deg);
}
.amb16-owner-seal strong { font-size: .68rem; line-height: 1.15; text-transform: uppercase; }
.amb16-owner-seal span {
  margin-top: 4px;
  font-family: ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.05;
}

.amb16-check-list {
  margin: 25px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.amb16-check-list li {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  gap: 8px;
  color: var(--amb16-muted);
}
.amb16-check-list li > span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--amb16-green);
  font-size: .76rem;
  font-weight: 900;
}
.amb16-check-list strong { color: var(--amb16-navy); }

.amb16-final-cta {
  padding-top: 20px;
  background: #fff;
}

.amb16-final-card {
  padding: clamp(30px, 5vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,212,71,.35), transparent 30%),
    linear-gradient(120deg, #e35473 0%, #ca307b 52%, #7660bd 100%);
  box-shadow: var(--amb16-shadow-lg);
}

.amb16-final-card h2 { margin-top: 8px; color: #fff; }
.amb16-final-card p:not(.amb16-kicker) { margin-top: 10px; color: #fff1f7; }
.amb16-final-card .amb16-kicker { color: #ffe57c; }

.amb16-button-light { color: var(--amb16-navy); background: #fff; box-shadow: 0 16px 34px rgba(24,39,71,.16); }
.amb16-button-outline-light { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); }

.amb16-footer {
  margin-top: 94px;
  padding: 68px 0 24px;
  color: #d9e0f5;
  background: var(--amb16-navy);
}

.amb16-footer-grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr .8fr .9fr;
  gap: clamp(26px, 4vw, 54px);
}

.amb16-brand-footer .amb16-brand-copy strong { color: #fff; }
.amb16-brand-footer .amb16-brand-copy small { color: #bdc7e2; }

.amb16-footer-brand > p { max-width: 440px; margin-top: 20px; color: #bdc7e2; }
.amb16-footer h2 { margin-bottom: 18px; color: #fff; font-size: 1.02rem; letter-spacing: 0; }

.amb16-footer address,
.amb16-footer nav {
  display: grid;
  gap: 10px;
  font-style: normal;
}

.amb16-footer a { color: #d9e0f5; text-decoration: none; }
.amb16-footer a:hover { color: #fff; text-decoration: underline; }

.amb16-footer-review-links {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.amb16-footer-review-links a {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.amb16-footer-grid > div > p + p { margin-top: 18px; }
.amb16-footer-bottom {
  margin-top: 48px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #aeb9d6;
  font-size: .76rem;
}

.amb16-mobile-dock { display: none; }

/* Global refinements for copied Build 0015 interior pages.
   The original DOM and content remain intact; this layer standardizes finish. */

body.amb16-enhanced:not(.amb16-home) {
  background:
    radial-gradient(circle at 10% 0%, rgba(242,56,126,.08), transparent 24%),
    linear-gradient(180deg, #fffaf0, #fff 420px);
}

body.amb16-enhanced:not(.amb16-home) main {
  width: min(calc(100% - 32px), var(--amb16-shell));
  margin-inline: auto;
}

body.amb16-enhanced:not(.amb16-home) main > section,
body.amb16-enhanced:not(.amb16-home) main > div {
  margin-block: 26px;
}

body.amb16-enhanced:not(.amb16-home) .amb16-legacy-page-hero {
  margin-top: 38px !important;
  padding: clamp(28px, 5vw, 58px) !important;
  overflow: hidden;
  border: 1px solid rgba(23,33,63,.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(37,173,221,.19), transparent 30%),
    radial-gradient(circle at 10% 0%, rgba(255,212,71,.32), transparent 28%),
    linear-gradient(135deg, #fff8fb, #fffaf0 55%, #eefaff);
  box-shadow: var(--amb16-shadow-md);
}

body.amb16-enhanced:not(.amb16-home) .amb16-legacy-page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.25rem, 5.7vw, 4.4rem);
}

body.amb16-enhanced:not(.amb16-home) .amb16-legacy-page-hero p {
  max-width: 780px;
  color: var(--amb16-muted);
}

body.amb16-enhanced:not(.amb16-home) main h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

body.amb16-enhanced:not(.amb16-home) main h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
}

body.amb16-enhanced:not(.amb16-home) main a {
  text-underline-offset: 3px;
}

body.amb16-enhanced:not(.amb16-home) main button,
body.amb16-enhanced:not(.amb16-home) main [class*="button"],
body.amb16-enhanced:not(.amb16-home) main [class*="btn"] {
  min-height: 48px;
  border-radius: 999px;
}

body.amb16-enhanced:not(.amb16-home) main input,
body.amb16-enhanced:not(.amb16-home) main select,
body.amb16-enhanced:not(.amb16-home) main textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cdd1dc;
  border-radius: 14px;
  background: #fff;
}

body.amb16-enhanced:not(.amb16-home) main textarea { min-height: 130px; }

body.amb16-enhanced:not(.amb16-home) main details {
  margin-block: 12px;
  overflow: hidden;
  border: 1px solid var(--amb16-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(23,33,63,.06);
}

body.amb16-enhanced:not(.amb16-home) main details > summary {
  padding: 17px 20px;
  color: var(--amb16-navy);
  background: linear-gradient(90deg, #fff, var(--amb16-blue-soft));
  font-weight: 900;
  cursor: pointer;
}

body.amb16-enhanced:not(.amb16-home) main details > *:not(summary) {
  margin-inline: 18px;
}

body.amb16-enhanced:not(.amb16-home) footer {
  margin-top: 80px;
  border-top: 6px solid var(--amb16-pink);
  background: var(--amb16-navy) !important;
}

body.amb16-enhanced:not(.amb16-home) footer,
body.amb16-enhanced:not(.amb16-home) footer h2,
body.amb16-enhanced:not(.amb16-home) footer a {
  color: #fff;
}

body.amb16-enhanced:not(.amb16-home) .amb16-legacy-mascot {
  filter: saturate(1.05) drop-shadow(0 10px 14px rgba(23,33,63,.12));
}

@media (max-width: 1060px) {
  .amb16-nav a { padding-inline: 8px; font-size: .84rem; }
  .amb16-nav .amb16-nav-cta { display: none; }
  .amb16-hero-grid { grid-template-columns: minmax(0,1fr) minmax(330px,.82fr); }
  .amb16-trust-chips { grid-template-columns: 1fr; max-width: 520px; }
  .amb16-hero-visual { min-height: 440px; }
  .amb16-opening-badge { right: 2%; }
  .amb16-why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .amb16-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .amb16-footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 840px) {
  body.amb16-enhanced { padding-bottom: 72px; }
  .amb16-shell { width: min(calc(100% - 24px), var(--amb16-shell)); }
  .amb16-utility-inner { justify-content: center; }
  .amb16-utility p { display: none; }
  .amb16-utility-links { gap: 7px; font-size: .77rem; }
  .amb16-header-inner { min-height: 72px; }
  .amb16-brand-mark { width: 54px; height: 48px; }
  .amb16-brand-mark svg { width: 51px; height: 45px; }
  .amb16-brand-copy strong { font-size: 1rem; }
  .amb16-brand-copy small { font-size: .66rem; }
  .amb16-menu-button { display: inline-flex; }
  .amb16-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    max-height: calc(100vh - 112px);
    padding: 13px;
    display: none;
    align-items: stretch;
    overflow-y: auto;
    border: 1px solid var(--amb16-line);
    border-radius: 22px;
    background: rgba(255,255,255,.98);
    box-shadow: var(--amb16-shadow-lg);
  }
  .amb16-nav[data-open="true"] { display: grid; }
  .amb16-nav a { padding: 14px 16px; font-size: .98rem; }
  .amb16-nav .amb16-nav-cta { margin: 6px 0 0; display: flex; justify-content: center; }
  .amb16-hero { padding-top: 42px; }
  .amb16-hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .amb16-hero-copy { text-align: center; }
  .amb16-eyebrow { justify-content: center; }
  .amb16-hero h1 { max-width: 670px; margin-inline: auto; }
  .amb16-hero-lede { margin-inline: auto; }
  .amb16-actions { justify-content: center; }
  .amb16-trust-chips { max-width: none; grid-template-columns: repeat(3, minmax(0,1fr)); text-align: left; }
  .amb16-hero-visual { min-height: 430px; }
  .amb16-hero-art { width: min(92%, 430px); }
  .amb16-learning-grid,
  .amb16-owner-grid,
  .amb16-review-grid { grid-template-columns: 1fr; }
  .amb16-learning-copy { order: -1; }
  .amb16-section-heading { align-items: start; flex-direction: column; }
  .amb16-program-grid { grid-template-columns: 1fr; }
  .amb16-program-card { display: grid; grid-template-columns: 230px 1fr; }
  .amb16-program-image { height: 100%; min-height: 250px; }
  .amb16-program-body p { min-height: 0; }
  .amb16-flexible-care { grid-template-columns: auto 1fr; }
  .amb16-flexible-care a { grid-column: 2; }
  .amb16-review-stat { min-height: 350px; }
  .amb16-owner-art { min-height: 420px; }
  .amb16-final-card { align-items: flex-start; flex-direction: column; text-align: left; }
  .amb16-final-card .amb16-actions { justify-content: flex-start; }
  .amb16-footer-grid { grid-template-columns: 1.4fr 1fr; }
  .amb16-footer-grid > div:last-child { grid-column: auto; }
  .amb16-footer-bottom { justify-content: center; text-align: center; }
  .amb16-mobile-dock {
    position: fixed;
    z-index: 1200;
    right: 10px;
    bottom: 10px;
    left: 10px;
    height: 58px;
    padding: 5px;
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 5px;
    border: 1px solid rgba(23,33,63,.09);
    border-radius: 18px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 14px 36px rgba(23,33,63,.2);
    backdrop-filter: blur(16px);
  }
  .amb16-mobile-dock a {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 14px;
    color: var(--amb16-navy);
    background: var(--amb16-blue-soft);
    font-size: .88rem;
    font-weight: 900;
    text-decoration: none;
  }
  .amb16-mobile-dock a:last-child { color: #fff; background: var(--amb16-pink); }
  .amb16-mobile-dock svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

@media (max-width: 980px) {
  .amb16-closing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .amb16-final-card { align-items: flex-start; }
}

@media (max-width: 620px) {
  body.amb16-enhanced h1 { font-size: clamp(2.55rem, 13.5vw, 4rem); }
  body.amb16-enhanced h2 { font-size: clamp(1.9rem, 9vw, 2.75rem); }
  .amb16-utility-links > span:first-of-type,
  .amb16-utility-links > span:last-child { display: none; }
  .amb16-brand-copy small { letter-spacing: 0; text-transform: none; }
  .amb16-menu-button { min-width: 49px; padding-inline: 13px; }
  .amb16-menu-button > span:last-child { display: none; }
  .amb16-hero { padding-top: 34px; }
  .amb16-eyebrow { font-size: .71rem; letter-spacing: .08em; }
  .amb16-hero-lede { font-size: 1rem; }
  .amb16-actions { align-items: stretch; flex-direction: column; }
  .amb16-button { width: 100%; }
  .amb16-trust-chips { grid-template-columns: 1fr; }
  .amb16-trust-chips li { min-height: 67px; }
  .amb16-hero-visual { min-height: 340px; }
  .amb16-hero-art { width: min(100%, 340px); border-width: 7px; border-radius: 38% 62% 43% 57% / 56% 42% 58% 44%; }
  .amb16-opening-badge { width: 118px; min-height: 87px; right: 0; bottom: 6%; padding: 12px; border-width: 4px; border-radius: 23px; }
  .amb16-spark-one { top: 4%; }
  .amb16-learning,
  .amb16-crew,
  .amb16-programs,
  .amb16-why,
  .amb16-reviews,
  .amb16-owner,
  .amb16-final-cta { padding-block: 64px; }
  .amb16-learning-points { grid-template-columns: 1fr; }
  .amb16-abc-card { padding: 7px; border-radius: 25px; }
  .amb16-abc-card img { border-radius: 19px; }
  .amb16-abc-ribbon { right: 14px; bottom: 14px; }
  .amb16-abc-ribbon span { width: 35px; height: 35px; border-width: 2px; border-radius: 10px; font-size: 1.05rem; }
  .amb16-crew-rail { grid-auto-columns: 46%; }
  .amb16-closing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .amb16-closing-card { padding: 16px 12px 14px; border-radius: 22px; }
  .amb16-closing-card img { width: 96px; height: 96px; }
  .amb16-final-actions-wrap { width: 100%; align-items: stretch; }
  .amb16-final-note { max-width: none; }
  .amb16-crew-card img { width: 105px; height: 105px; }
  .amb16-program-card { display: block; }
  .amb16-program-image { min-height: 215px; height: 215px; }
  .amb16-program-image img { width: 180px; height: 180px; }
  .amb16-program-body { padding: 22px; }
  .amb16-flexible-care { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .amb16-flexible-care a { grid-column: auto; }
  .amb16-why-grid { grid-template-columns: 1fr; }
  .amb16-why-grid article { min-height: 0; }
  .amb16-review-main { text-align: center; }
  .amb16-review-main blockquote { font-size: 1.22rem; }
  .amb16-review-stat { min-height: 335px; }
  .amb16-review-stat img { width: 220px; height: 220px; }
  .amb16-owner-art { min-height: 350px; }
  .amb16-connection-card { width: min(82%, 320px); padding: 25px 18px; }
  .amb16-connection-icon { width: 51px; height: 51px; }
  .amb16-owner-seal { width: 112px; min-height: 82px; right: 0; bottom: 1%; }
  .amb16-check-list li { grid-template-columns: auto 1fr; }
  .amb16-check-list li strong { display: block; }
  .amb16-check-list li { align-items: start; }
  .amb16-check-list li > span { grid-row: 1 / span 2; }
  .amb16-final-card { padding: 29px 21px; border-radius: 25px; }
  .amb16-footer { margin-top: 68px; padding-top: 50px; }
  .amb16-closing-gallery { padding-top: 6px; }
  .amb16-footer-grid { grid-template-columns: 1fr; }
  .amb16-footer-grid > div { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .amb16-footer-grid > div:last-child { border-bottom: 0; }
  body.amb16-enhanced:not(.amb16-home) main { width: min(calc(100% - 20px), var(--amb16-shell)); }
  body.amb16-enhanced:not(.amb16-home) .amb16-legacy-page-hero { padding: 26px 20px !important; border-radius: 24px; }
}

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

@media print {
  .amb16-utility,
  .amb16-header,
  .amb16-mobile-dock { display: none !important; }
  body.amb16-enhanced { padding-bottom: 0; background: #fff; }
  .amb16-button { border: 1px solid #333; box-shadow: none; }
}


.amb16-final-copy { max-width: 620px; }
.amb16-final-actions-wrap {
  min-width: min(100%, 360px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.amb16-actions-cta { margin-top: 0; }
.amb16-final-note {
  margin: 0;
  color: #fff5fa;
  font-size: .95rem;
  line-height: 1.55;
  max-width: 360px;
}
.amb16-final-note strong { color: #fff; }

.amb16-closing-gallery {
  padding: 26px 0 34px;
  background: linear-gradient(180deg, #fff 0%, #fffaf7 52%, #fff 100%);
}
.amb16-closing-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.amb16-closing-card {
  min-width: 0;
  padding: 18px 14px 16px;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  border: 1px solid rgba(24,39,71,.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(24,39,71,.08);
}
.amb16-closing-card img {
  width: 118px;
  height: 118px;
  object-fit: contain;
}
.amb16-closing-card figcaption {
  display: grid;
  gap: 4px;
  color: var(--amb16-muted);
  font-size: .9rem;
}
.amb16-closing-card figcaption strong {
  color: var(--amb16-navy);
  font-size: 1rem;
}


/* Build 0016 v1.0.9 — Home header/footer icon standardization.
   The image source is resolved from the shared Reviews page logo asset. */
.amb16-brand-mark.amb16-brand-mark-monkey {
  width: 58px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(24, 39, 71, .10);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 9px 22px rgba(24, 39, 71, .13);
}

.amb16-brand-mark-monkey .amb16-brand-icon-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.amb16-brand-footer .amb16-brand-mark-monkey {
  width: 56px;
  height: 56px;
}

@media (max-width: 840px) {
  .amb16-brand-mark.amb16-brand-mark-monkey {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 620px) {
  .amb16-brand-mark.amb16-brand-mark-monkey {
    width: 48px;
    height: 48px;
  }
}
