:root {
  --ap-orange: #ff9501;
  --ap-orange-dark: #e07b00;
  --ap-green: #7bb818;
  --ap-green-dark: #5f9410;
  --ap-cream: #fffbf4;
  --ap-soft-orange: #fff1de;
  --ap-soft-green: #edf6de;
  --ap-text: #33302b;
  --ap-muted: #6b665e;
  --ap-shadow: 0 26px 50px -30px rgba(80, 60, 20, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ap-text);
  background: var(--ap-cream);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--ap-orange-dark); text-decoration: none; }
a:hover { color: #b85f00; }
img { max-width: 100%; display: block; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.top-strip {
  background: var(--ap-green);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  flex-wrap: wrap;
}
.top-strip a { color: #fff; }
.top-strip .dot { opacity: .55; }
.nav-shell {
  background: #fff;
  box-shadow: 0 2px 14px rgba(80, 60, 20, .07);
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0 56px;
}
.admin-bar .nav-shell { top: 32px; }
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 86px;
  position: relative;
}
.brand-badge {
  position: absolute;
  left: 0;
  top: 6px;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #fff 0, #fff 80px, var(--ap-green) 80px, var(--ap-green) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
}
.brand-badge img { height: 134px; width: auto; }
.brand-badge picture { display: block; }
.primary-nav {
  margin-left: 190px;
  flex: 1 1 auto;
}
.ap-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 800;
  font-size: 17px;
  white-space: nowrap;
}
.ap-menu a {
  display: block;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--ap-text);
  transition: background .15s ease, color .15s ease;
}
.ap-menu a:hover,
.ap-menu .current-menu-item > a,
.ap-menu .current_page_item > a {
  background: var(--ap-green);
  color: #fff;
}
.header-contact {
  margin-left: auto;
  background: var(--ap-orange);
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  padding: 12px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(255, 149, 1, .35);
  white-space: nowrap;
}
.header-contact:hover { color: #fff; background: #ef8500; }
.mobile-contact-link { display: none; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--ap-soft-green);
  padding: 12px;
  margin-left: auto;
}
.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ap-green-dark);
  border-radius: 2px;
}

.home-hero {
  position: relative;
  min-height: clamp(540px, 38vw, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(35, 26, 8, .86) 0%, rgba(35, 26, 8, .62) 40%, rgba(35, 26, 8, .14) 66%, rgba(35, 26, 8, 0) 100%);
}
.hero-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 56px;
}
.hero-copy {
  max-width: 620px;
  transform: translateY(28px);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .92);
  color: var(--ap-green-dark);
  font-weight: 800;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero-eyebrow span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ap-orange);
}
.hero-copy h1 {
  font-size: 54px;
  line-height: 1.02;
  font-weight: 900;
  margin: 0 0 12px;
  color: #fff;
}
.hero-copy h1 em {
  color: #ffb84d;
  font-style: normal;
}
.hero-sub {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 800;
  color: #ddf0a6;
  margin: 0 0 14px;
}
.hero-lede {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92);
  margin: 0 0 24px;
  max-width: 470px;
  font-weight: 600;
}
.button-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  font-weight: 900;
  font-size: 16px;
  padding: 0 28px;
  border-radius: 999px;
  line-height: 1.1;
  text-align: center;
}
.button-primary {
  background: var(--ap-orange);
  color: #fff;
  box-shadow: 0 12px 26px rgba(255, 149, 1, .36);
}
.button-primary:hover { color: #fff; background: #ed8700; }
.button-ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .85);
}
.button-ghost:hover { color: #fff; background: rgba(255, 255, 255, .14); }
.button-white { background: #fff; color: var(--ap-green-dark); }
.button-white-orange { background: #fff; color: var(--ap-orange-dark); box-shadow: 0 12px 24px rgba(0, 0, 0, .15); }

.section-pad { padding: 72px 56px; }
.section-tight { padding-top: 0; }
.section-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 44px;
}
.section-heading span,
.page-hero > span {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ap-green);
}
.section-heading h2 {
  font-size: 38px;
  font-weight: 900;
  margin: 10px 0 12px;
}
.section-heading p {
  font-size: 17px;
  color: var(--ap-muted);
  font-weight: 600;
  margin: 0;
}
.feature-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feature-card {
  position: relative;
  background: #fff;
  border-radius: 26px;
  padding: 36px 28px;
  box-shadow: var(--ap-shadow);
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: -26px;
  right: -26px;
  width: 130px;
  height: 130px;
  background: var(--ap-soft-orange);
  border-radius: 47% 53% 63% 37% / 45% 45% 55% 55%;
}
.feature-card:nth-child(2)::before { background: var(--ap-soft-green); }
.feature-card img {
  position: relative;
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 22px;
}
.feature-card h3 { font-size: 21px; font-weight: 900; margin: 0 0 10px; }
.feature-card p { font-size: 15px; line-height: 1.6; color: var(--ap-muted); font-weight: 600; margin: 0; }

.visit-split {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 30px 60px -34px rgba(80, 60, 20, .4);
}
.visit-image { min-height: 360px; }
.visit-image img,
.image-stack img,
.celebrate-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visit-copy {
  background: var(--ap-green);
  color: #fff;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.visit-copy h2 { font-size: 34px; font-weight: 900; margin: 0 0 16px; }
.visit-copy p { font-size: 17px; line-height: 1.6; font-weight: 600; color: rgba(255, 255, 255, .94); margin: 0 0 28px; }
.cta-band {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(120deg, var(--ap-orange), #ffb020);
  padding: 56px 52px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-band h2,
.green-cta h2 { font-size: 34px; font-weight: 900; color: #fff; margin: 0 0 8px; }
.cta-band p,
.green-cta p { font-size: 17px; color: rgba(255, 255, 255, .94); font-weight: 700; margin: 0; }

.page-hero {
  position: relative;
  padding: 64px 56px 48px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff3de 0%, var(--ap-cream) 70%);
  text-align: center;
}
.page-hero h1 {
  font-size: 48px;
  line-height: 1.06;
  font-weight: 900;
  margin: 12px auto 10px;
  max-width: 850px;
}
.page-hero h1 span { color: var(--ap-orange); }
.page-hero p {
  font-size: 17px;
  color: var(--ap-muted);
  font-weight: 600;
  margin: 0 auto;
  max-width: 680px;
}
.two-col {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: start;
}
.copy-block {
  font-size: 17.5px;
  line-height: 1.75;
  color: #4a453e;
  font-weight: 600;
}
.copy-block p { margin: 0 0 22px; }
.soft-note {
  position: relative;
  background: var(--ap-soft-green);
  border-radius: 24px;
  padding: 26px 28px;
  margin: 0 0 22px;
}
.soft-note p { color: #4d6a17; font-weight: 800; font-size: 18px; margin: 0; }
.motto {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  color: var(--ap-orange);
}
.image-stack {
  position: sticky;
  top: 124px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.image-stack a {
  display: block;
  height: 300px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--ap-shadow);
}
.image-stack a:nth-child(2) { height: 190px; }
.green-cta {
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 30px;
  background: var(--ap-green);
  padding: 52px 48px;
  text-align: center;
}
.green-cta .button { margin-top: 24px; }
.narrow { max-width: 1080px; margin: 0 auto; }
.center-intro {
  font-size: 19px;
  font-weight: 800;
  color: #4a453e;
  margin: 0 0 30px;
  text-align: center;
}
.routine-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.routine-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border-radius: 22px;
  padding: 24px 26px;
  box-shadow: 0 18px 40px -28px rgba(80, 60, 20, .3);
}
.routine-item img { flex: 0 0 auto; width: 44px; height: 44px; object-fit: contain; }
.routine-item p { margin: 0; font-size: 16.5px; line-height: 1.55; font-weight: 700; color: #4a453e; }
.gallery-link-block {
  padding: 26px 56px 80px;
  text-align: center;
}
.gallery-link-block p {
  font-size: 17px;
  font-style: italic;
  color: #8c8c8c;
  font-weight: 700;
  margin: 0 0 18px;
}
.pricing-section { padding-top: 16px; }
.pricing-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.price-card {
  background: #fff;
  border-radius: 28px;
  padding: 34px 30px;
  box-shadow: var(--ap-shadow);
  display: flex;
  flex-direction: column;
}
.price-card .pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--ap-soft-orange);
  color: var(--ap-orange-dark);
  font-weight: 900;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.price-card .pill span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ap-orange);
}
.green-price .pill { background: var(--ap-soft-green); color: var(--ap-green-dark); }
.green-price .pill span { background: var(--ap-green); }
.price-line { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.price-line strong { font-size: 44px; font-weight: 900; color: var(--ap-orange); line-height: 1; }
.green-price .price-line strong { color: var(--ap-green); }
.price-line span,
.price-meta { font-size: 16px; font-weight: 800; color: var(--ap-muted); }
.price-meta { font-size: 15px; margin: 0 0 20px; color: #4a453e; }
.rule { height: 1px; background: #eee; margin: 0 0 18px; }
.price-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #5a554e;
  font-weight: 600;
  margin: 0 0 14px;
}
.price-card b { color: #dc0000; }
.price-button {
  margin-top: auto;
  text-align: center;
  background: var(--ap-soft-orange);
  color: var(--ap-orange-dark);
  font-weight: 900;
  font-size: 15px;
  padding: 14px;
  border-radius: 999px;
}
.green-price .price-button { background: var(--ap-soft-green); color: var(--ap-green-dark); }
.highlight-price {
  position: relative;
  background: linear-gradient(160deg, var(--ap-orange), #ffb020);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 30px 56px -28px rgba(255, 149, 1, .6);
}
.highlight-price .pill {
  background: rgba(255, 255, 255, .22);
  color: #fff;
}
.highlight-price p { color: rgba(255, 255, 255, .95); }
.highlight-price .enroll-title {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
  color: #fff;
}
.highlight-price .alert-text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 14px;
  background: rgba(255, 255, 255, .18);
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff;
}
.highlight-price .white { background: #fff; color: var(--ap-orange-dark); }
.celebrate-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.celebrate-copy > p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  color: #4a453e;
  margin: 0 0 34px;
}
.motto-panel {
  background: var(--ap-green);
  border-radius: 28px;
  padding: 44px 40px;
  margin: 0 0 34px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}
.orange-line {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
  color: var(--ap-orange);
}
.celebrate-images {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
}
.celebrate-images a {
  height: 280px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--ap-shadow);
}
.contact-section { padding-top: 16px; padding-bottom: 40px; }
.contact-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.contact-card {
  background: #fff;
  border-radius: 28px;
  padding: 36px 34px;
  box-shadow: var(--ap-shadow);
}
.contact-card.small { border-radius: 24px; padding: 30px; }
.contact-card h2 { font-size: 24px; font-weight: 900; margin: 0 0 22px; }
.contact-card.small h2 { font-size: 20px; color: #4d6a17; margin-bottom: 16px; }
.contact-form label {
  display: block;
  font-weight: 800;
  font-size: 14px;
  margin: 0 0 7px;
  color: #4a453e;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  font: 600 16px "Nunito", sans-serif;
  color: var(--ap-text);
  background: var(--ap-cream);
  border: 2px solid #f0e6d6;
  border-radius: 16px;
  padding: 14px 16px;
  outline: none;
  margin-bottom: 18px;
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--ap-orange); }
.contact-form button {
  width: 100%;
  cursor: pointer;
  background: var(--ap-orange);
  color: #fff;
  font: 900 16px "Nunito", sans-serif;
  padding: 16px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(255, 149, 1, .4);
}
.contact-side { display: flex; flex-direction: column; gap: 22px; }
.details-text {
  font-size: 15.5px;
  line-height: 1.85;
  font-weight: 600;
  color: #4a453e;
}
.details-text p { margin: 0 0 10px; }
.map-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 42px -28px rgba(80, 60, 20, .4);
  min-height: 280px;
  background: var(--ap-soft-green);
}
.map-wrap iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}
.success-state { text-align: center; padding: 30px 10px; }
.success-mark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--ap-soft-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.success-mark span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ap-green);
}
.visit-note {
  padding: 20px 56px 80px;
  text-align: center;
}
.visit-note p {
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 700;
  margin: 0;
}
.gallery-section { padding-top: 16px; }
.ap-gallery {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 18px;
}
.ap-gallery a {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 38px -26px rgba(80, 60, 20, .35);
}
.ap-gallery a:nth-child(9n+1),
.ap-gallery a:nth-child(9n+7) { grid-row: span 2; }
.ap-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.ap-gallery a:hover img { transform: scale(1.04); }
.gallery-count {
  text-align: center;
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 700;
  margin: 34px 0 0;
}
.gallery-load-sentinel {
  width: 100%;
  height: 1px;
}
.gallery-load-sentinel.is-paused { display: none; }
.gallery-loader {
  text-align: center;
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 800;
  margin: 28px 0 0;
}
.standalone {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: var(--ap-shadow);
}

.site-footer {
  font-family: "Nunito", sans-serif;
  background: var(--ap-orange);
  color: #fff;
  padding: 52px 56px 40px;
}
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}
.footer-title { font-weight: 900; font-size: 24px; margin-bottom: 14px; }
.footer-heading { font-weight: 900; font-size: 16px; margin-bottom: 14px; }
.site-footer p,
.footer-lines {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .92);
  font-weight: 600;
  margin: 0 0 18px;
  max-width: 340px;
}
.site-footer a { color: #fff; }
.socials { display: flex; gap: 12px; }
.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}
.footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}
.footer-bottom {
  max-width: 1200px;
  margin: 34px auto 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding-top: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, .82);
  font-weight: 600;
}

.ap-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(26, 20, 9, .88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.ap-lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 88vh;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}
.ap-lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: var(--ap-text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1120px) {
  .nav-shell { padding: 0 28px; }
  .primary-nav { margin-left: 176px; }
  .ap-menu { font-size: 15px; gap: 2px; }
  .ap-menu a { padding: 8px 10px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 760px; }
}

@media (max-width: 900px) {
  .nav-inner { height: 124px; justify-content: flex-end; }
  .brand-badge {
    width: 126px;
    height: 104px;
    top: 10px;
    border-radius: 0;
    background: transparent;
  }
  .brand-badge img { height: 104px; }
  .menu-toggle { display: block; }
  .primary-nav {
    display: none;
    position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    margin-left: 0;
    background: #fff;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 18px 36px -30px rgba(80, 60, 20, .5);
    padding: 22px;
  }
  .primary-nav.is-open { display: block; }
  .ap-menu { flex-direction: column; align-items: stretch; white-space: normal; font-size: 17px; }
  .ap-menu a { padding: 12px 14px; }
  .mobile-contact-link {
    display: block;
    margin-top: 8px;
    padding: 12px 14px;
    border-radius: 999px;
    background: var(--ap-soft-orange);
    color: var(--ap-orange-dark);
    font-weight: 900;
    font-size: 17px;
  }
  .header-contact { margin-left: 0; }
  .home-hero { min-height: 500px; align-items: flex-end; }
  .hero-scrim { background: linear-gradient(180deg, rgba(35, 26, 8, .28) 0%, rgba(35, 26, 8, .5) 44%, rgba(35, 26, 8, .9) 100%); }
  .hero-inner { padding: 40px 26px 36px; }
  .hero-copy { transform: none; }
  .hero-copy h1 { font-size: 36px; }
  .hero-sub { font-size: 18px; }
  .hero-lede { max-width: none; }
  .section-pad { padding: 54px 26px; }
  .section-tight { padding-top: 0; }
  .feature-grid,
  .two-col,
  .visit-split,
  .routine-grid,
  .contact-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .image-stack { position: static; }
  .page-hero { padding: 52px 26px 40px; }
  .page-hero h1 { font-size: 36px; }
  .celebrate-images { grid-template-columns: 1fr; }
  .ap-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
  }
  .ap-gallery a:nth-child(9n+1),
  .ap-gallery a:nth-child(9n+7) { grid-row: span 1; }
  .site-footer { padding: 44px 26px 34px; }
}

@media (min-width: 561px) and (max-width: 900px) {
  .home-hero {
    align-items: flex-start;
    min-height: 460px;
  }
  .hero-inner {
    padding-top: 74px;
    padding-bottom: 42px;
  }
}

@media (max-width: 560px) {
  .top-strip { gap: 10px 16px; font-size: 13px; }
  .nav-shell { padding: 0 18px; }
  .nav-inner { height: 106px; }
  .brand-badge { width: 104px; height: 86px; }
  .brand-badge img { height: 86px; }
  .primary-nav { top: 106px; }
  .header-contact { display: none; }
  .button { width: 100%; text-align: center; }
  .section-heading h2,
  .visit-copy h2,
  .cta-band h2 { font-size: 30px; }
  .visit-copy,
  .cta-band,
  .green-cta { padding: 34px 26px; }
  .ap-gallery { grid-template-columns: 1fr; grid-auto-rows: 230px; }
}
