:root {
  /* Logo colors */
  --brand-blue: #153d66;
  --brand-blue-2: #315178;
  --logo-sage: #cedec1;
  --logo-yellow: #e4e9b7;
  --logo-khaki: #dbd6b8;

  /* Warm application colors */
  --bg: #f6f0e6;
  --paper: #fffdf9;
  --paper-soft: #faf5ee;
  --ink: #3f342d;
  --muted: #7b6c60;

  /* Montessori accents */
  --sage: #7a9d74;
  --sage-deep: #5e7758;
  --terracotta: #c98a5b;
  --terracotta-deep: #a65f39;
  --terracotta-soft: #f5e6d7;
  --line: #ddd2c4;

  --shadow: 0 18px 42px rgba(108, 86, 66, .12);
  --shadow-small: 0 10px 24px rgba(117, 91, 66, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(201, 138, 91, .16), transparent 28%),
    radial-gradient(circle at top right, rgba(206, 222, 193, .42), transparent 30%),
    linear-gradient(180deg, #fbf8f2 0%, var(--bg) 100%);
  line-height: 1.55;
}

/* Adobe / printed-material font
   The same Adobe Typekit project loads the Book, Medium, and Bold weights.
   CSS chooses the weight with font-weight below. */
h1,
h2,
h3 {
  font-family: "all-round-gothic", Inter, Arial, Helvetica, sans-serif;
  font-weight: 500; /* Medium - better for web headings */
}

.brand-line,
.nav-list a,
.mobile-menu .nav-list a,
.eyebrow,
.button {
  font-family: "all-round-gothic", Inter, Arial, Helvetica, sans-serif;
  font-weight: 500; /* Medium */
}

.brand-name {
  font-family: "all-round-gothic", Inter, Arial, Helvetica, sans-serif;
  font-weight: 700; /* Bold */
}

a { color: var(--brand-blue); text-decoration: none; }
a:hover { color: var(--terracotta-deep); }
img { max-width: 100%; height: auto; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-wrap {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.top-accent {
  height: 18px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-blue-2));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 249, .93);
  border-bottom: 1px solid rgba(221, 210, 196, .9);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--brand-blue);
}

.brand-logo {
  width: 85px;
  height: auto;
  display: block;
}

.brand-text { display: grid; line-height: 1.05; }
.brand-name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: clamp(1.15rem, 2vw, 1.85rem);
}
.brand-line {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: clamp(.72rem, 1.2vw, 1rem);
  margin-top: 5px;
}
.brand-place {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
  margin-top: 8px;
}

.site-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-list a {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 500;
  font-size: .92rem;
}
.nav-list a:hover,
.nav-list a.is-active {
  background: var(--logo-sage);
  color: var(--brand-blue);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  padding: 10px;
  cursor: pointer;
}
.menu-toggle-line {
  display: block;
  height: 2px;
  background: var(--brand-blue);
  margin: 5px 0;
}
.mobile-menu { display: none; }

.section-band { padding: 46px 0; }
.content-section { padding: 52px 0; }
.soft-section {
  padding: 52px 0;
  background: linear-gradient(135deg, rgba(206, 222, 193, .62), rgba(250, 245, 238, .86));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .85fr);
  gap: 34px;
  align-items: center;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  color: var(--terracotta-deep);
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0 0 12px;
}
.eyebrow-light { color: var(--logo-yellow); }

h1, h2, h3 { color: var(--brand-blue); line-height: 1.08; }
h1 {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  letter-spacing: -.03em;
}

h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  letter-spacing: -.025em;
}
h3 { margin: 0 0 10px; font-size: 1.4rem; }
p { margin-top: 0; }

.hero-lede {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.05rem;
  margin: 18px 0 0;
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--sage), var(--sage-deep));
  color: #fff;
  font-weight: 500;
  box-shadow: 0 12px 24px rgba(122, 157, 116, .24);
}
.button:hover { color: #fff; filter: brightness(1.04); }
.button-secondary {
  background: var(--paper);
  color: var(--brand-blue);
  border: 1px solid var(--line);
  box-shadow: none;
}
.button-secondary:hover { color: var(--brand-blue); background: var(--logo-yellow); }
.button-small { min-height: 40px; padding: 10px 14px; }
.button-light {
  background: var(--paper);
  color: var(--brand-blue);
  box-shadow: none;
}

.button-light:hover {
  background: var(--logo-yellow);
  color: var(--brand-blue);
}
.button-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: none;
}
.button-outline-light:hover { background: rgba(255, 255, 255, .12); color: #fff; }

.photo-placeholder {
  min-height: 240px;
  border: 1px dashed rgba(21, 61, 102, .35);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(228, 233, 183, .75), rgba(206, 222, 193, .72)),
    var(--paper-soft);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--brand-blue);
  box-shadow: var(--shadow-small);
  overflow: hidden;
}
.photo-placeholder span {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.photo-placeholder small {
  display: block;
  color: var(--muted);
  margin-top: 7px;
}
/* Hero rotating photo */
.hero-art {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-small);
  line-height: 0;
}

.hero-art .hero-photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center center;
  border-radius: 28px;
  display: block;
}

@media (max-width: 760px) {
  .hero-art .hero-photo {
    height: 300px;
  }
}
.photo-hero { min-height: 380px; border-radius: 28px; }
.card-photo { min-height: 190px; margin-bottom: 18px; }
.location-photo { min-height: 190px; }

.section-heading { max-width: 780px; margin-bottom: 34px; }
.center-heading { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }

.card-grid { display: grid; gap: 22px; }
.three-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.two-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.feature-card,
.location-card,
.quote-card {
  background: rgba(255, 253, 249, .86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-small);
}
.feature-card p,
.location-card p,
.quote-card p { color: var(--muted); }
.feature-card a,
.location-card a { font-weight: 800; }
.feature-card-accent {
  background: linear-gradient(180deg, rgba(255,253,249,.96), rgba(245,230,215,.64));
}

.split-section {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 36px;
  align-items: center;
}
.quote-card {
  background: var(--brand-blue);
  color: #fff;
  padding: 34px;
}
.quote-card p {
  color: #fff;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.35;
}

.location-card {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 20px;
  align-items: center;
}

.cta-section {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-2));
  color: #fff;
  padding: 54px 0;
}
.cta-section h2, .cta-section p { color: #fff; }
.cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.cta-section .cta-actions { margin-top: 0; }

.site-footer {
  background: #102f50;
  color: rgba(255, 255, 255, .86);
}
.footer-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 48px 0;
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr .9fr;
  gap: 28px;
}
.footer-brand img { width: 150px; max-width: 100%; height: auto; background: rgba(255,255,255,.08); border-radius: 16px; padding: 8px; display: block; }
.footer-brand p { max-width: 310px; margin-top: 16px; }
.site-footer h2 {
  color: var(--logo-yellow);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--logo-yellow); }

/* Footer CTA button: keep visible on dark footer */
.site-footer .button-light,
.site-footer a.button-light {
  background: var(--logo-yellow);
  color: var(--brand-blue);
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: none;
}

.site-footer .button-light:hover,
.site-footer a.button-light:hover {
  background: #ffffff;
  color: var(--brand-blue);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .14);
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 16px 0 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, .68);
  font-size: .9rem;
}

/* Tour request page */
.tour-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(201, 138, 91, .12), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(206, 222, 193, .44), transparent 30%);
}

.tour-hero {
  padding-bottom: 34px;
}

.tour-intro-card {
  background: rgba(255, 253, 249, .9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-small);
}

.tour-intro-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.tour-intro-list li {
  padding-left: 28px;
  position: relative;
  color: var(--muted);
}

.tour-intro-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--logo-sage);
  border: 2px solid var(--sage-deep);
  position: absolute;
  left: 0;
  top: .42em;
}

.tour-form-card,
.thank-you-card {
  background: rgba(255, 253, 249, .94);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.tour-form-card h2,
.thank-you-card h1 {
  margin-bottom: 10px;
}

.form-note {
  color: var(--muted);
  margin-bottom: 24px;
}

.tour-form {
  display: grid;
  gap: 18px;
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--brand-blue);
  font-family: "all-round-gothic", Inter, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: .94rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--sage-deep);
  box-shadow: 0 0 0 4px rgba(122, 157, 116, .18);
  background: var(--paper);
}

.required-mark {
  color: var(--terracotta-deep);
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.form-privacy-note {
  color: var(--muted);
  font-size: .9rem;
  max-width: 390px;
  margin: 0;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.thank-you-wrap {
  max-width: 820px;
}

.thank-you-card {
  text-align: center;
  padding: 44px;
}

.thank-you-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.thank-you-details {
  margin: 26px auto 0;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(228, 233, 183, .55), rgba(206, 222, 193, .52));
  color: var(--brand-blue);
  max-width: 620px;
}

.thank-you-details p {
  margin: 0;
  color: var(--brand-blue);
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

@media (max-width: 760px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .tour-form-card,
  .thank-you-card {
    padding: 24px;
  }

  .form-actions {
    display: grid;
  }

  .form-actions .button {
    width: 100%;
  }
}


@media (max-width: 980px) {
  .site-header .header-inner > .site-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu {
    display: none;
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .mobile-menu.is-open { display: block; }
  .mobile-menu .nav-list {
    display: grid;
    gap: 6px;
    list-style: none;
    padding: 14px 0 0;
    margin: 0;
  }
  .mobile-menu .nav-list a { width: 100%; }
  .mobile-menu-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
  .split-section, .two-cards, .three-cards, .footer-inner { grid-template-columns: 1fr; }
  .location-card { grid-template-columns: 1fr; }
  .photo-hero { min-height: 360px; }
  .cta-inner { display: block; }
  .cta-section .cta-actions { margin-top: 24px; }
}


@media (max-width: 760px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .photo-hero {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .top-accent { height: 12px; }
  .header-inner { min-height: 76px; width: min(var(--max), calc(100% - 22px)); }
  .brand-logo { width: 58px; }
  .brand-place { display: none; }
  .brand-name { font-size: 1rem; }
  .brand-line { font-size: .64rem; letter-spacing: .12em; }
  .page-wrap { width: min(var(--max), calc(100% - 22px)); }
  .section-band, .content-section, .soft-section { padding: 48px 0; }
  .photo-hero { min-height: 300px; border-radius: 22px; }
  .footer-bottom { display: grid; width: min(var(--max), calc(100% - 22px)); }
}

/* =========================================================
   Polished Schedule a Tour page
   ========================================================= */
.tour-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(201, 138, 91, .13), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(206, 222, 193, .48), transparent 32%),
    linear-gradient(180deg, #fbf8f2 0%, var(--bg) 100%);
}

.tour-hero-polished {
  padding-bottom: 26px;
}

.tour-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
  gap: 44px;
  align-items: start;
}

.tour-next-card,
.tour-side-note {
  background: rgba(255, 253, 249, .9);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow-small);
}

.tour-next-card .eyebrow,
.tour-side-note .eyebrow {
  margin-bottom: 12px;
}

.tour-intro-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 13px;
}

.tour-intro-list li {
  padding-left: 30px;
  position: relative;
  color: var(--muted);
}

.tour-intro-list li::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--logo-yellow);
  border: 3px solid var(--sage-deep);
  position: absolute;
  left: 0;
  top: .42em;
}

.tour-form-section {
  padding-top: 28px;
}

.tour-form-shell {
  display: grid;
  grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr);
  gap: 34px;
  align-items: start;
}

.tour-side-note {
  background:
    linear-gradient(135deg, rgba(228, 233, 183, .62), rgba(206, 222, 193, .48)),
    rgba(255, 253, 249, .92);
}

.tour-side-note p {
  color: var(--muted);
}

.tour-note-box {
  margin-top: 22px;
  padding: 17px 18px;
  border-radius: 18px;
  background: rgba(255, 253, 249, .76);
  border: 1px solid rgba(21, 61, 102, .11);
  display: grid;
  gap: 3px;
}

.tour-note-box strong {
  color: var(--brand-blue);
  font-family: "all-round-gothic", Inter, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.tour-note-box span {
  color: var(--muted);
}

.tour-form-card-blue {
  background:
    radial-gradient(circle at top left, rgba(228, 233, 183, .18), transparent 31%),
    linear-gradient(135deg, #1f6f96 0%, var(--brand-blue) 100%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  padding: 34px 38px;
  box-shadow: 0 22px 58px rgba(21, 61, 102, .24);
  color: #fff;
}

.tour-form-card-blue h2 {
  color: #fff;
  margin-bottom: 6px;
}

.tour-form-card-blue .form-note {
  color: rgba(255, 255, 255, .82);
  margin-bottom: 24px;
}

.tour-form-card-blue .required-mark {
  color: var(--logo-yellow);
}

.tour-polished-form {
  display: grid;
  gap: 22px;
}

.form-section-title {
  margin: 4px 0 -8px;
  color: var(--logo-yellow);
  font-family: "all-round-gothic", Inter, Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .78rem;
}

.tour-form-card-blue .form-grid {
  gap: 18px;
}

.tour-form-card-blue .form-field {
  gap: 8px;
}

.tour-form-card-blue .form-field label {
  color: rgba(255, 255, 255, .93);
  font-family: "all-round-gothic", Inter, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: .92rem;
}

.tour-form-card-blue .form-field input,
.tour-form-card-blue .form-field select,
.tour-form-card-blue .form-field textarea {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 14px;
  background: rgba(255, 253, 249, .96);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 13px 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.tour-form-card-blue .form-field input::placeholder,
.tour-form-card-blue .form-field textarea::placeholder {
  color: rgba(63, 52, 45, .52);
}

.tour-form-card-blue .form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.tour-form-card-blue .form-field input:focus,
.tour-form-card-blue .form-field select:focus,
.tour-form-card-blue .form-field textarea:focus {
  outline: none;
  border-color: var(--logo-yellow);
  box-shadow: 0 0 0 4px rgba(228, 233, 183, .32);
  background: #fff;
}

.tour-form-card-blue .form-actions {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 22px;
  margin-top: 2px;
}

.tour-form-card-blue .tour-submit-button {
  background: var(--logo-yellow);
  color: var(--brand-blue);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.tour-form-card-blue .tour-submit-button:hover {
  background: #fff;
  color: var(--brand-blue);
}

.tour-form-card-blue .form-privacy-note {
  color: rgba(255, 255, 255, .78);
  max-width: 360px;
}

.thank-you-section {
  min-height: 58vh;
  display: grid;
  align-items: center;
}

.thank-you-wrap {
  max-width: 820px;
}

.thank-you-card-polished {
  text-align: center;
  padding: 48px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, .96), rgba(245, 230, 215, .74));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.thank-you-mark {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--sage), var(--sage-deep));
  color: #fff;
  font-family: "all-round-gothic", Inter, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.thank-you-card-polished p {
  color: var(--muted);
  font-size: 1.05rem;
}

@media (max-width: 900px) {
  .tour-hero-grid,
  .tour-form-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tour-form-card-blue {
    padding: 25px 20px;
    border-radius: 24px;
  }

  .tour-form-card-blue .form-grid {
    grid-template-columns: 1fr;
  }

  .tour-form-card-blue .form-actions {
    display: grid;
  }

  .tour-form-card-blue .tour-submit-button {
    width: 100%;
  }

  .thank-you-card-polished {
    padding: 34px 22px;
  }
}

/* Final override: keep the rotating hero image rounded */
.hero-art {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-small);
  line-height: 0;
}

.hero-art .hero-photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center center;
  border-radius: 28px;
  display: block;
}

@media (max-width: 760px) {
  .hero-art .hero-photo {
    height: 300px;
  }
}

/* =========================================================
   Homepage spacing: Why families choose Casa -> Locations
   Placed at the bottom so it overrides the general
   .section-band and .content-section padding rules above.
   ========================================================= */
.home-why-section.content-section.section-band {
  padding-top: 42px;
  padding-bottom: 16px;
}

.home-why-section .section-heading {
  margin-bottom: 0;
}

.home-why-section + section,
.home-why-section + .content-section,
.home-why-section + .section-band,
.home-why-section + .soft-section {
  padding-top: 24px;
}

@media (max-width: 640px) {
  .home-why-section.content-section.section-band {
    padding-top: 36px;
    padding-bottom: 14px;
  }

  .home-why-section + section,
  .home-why-section + .content-section,
  .home-why-section + .section-band,
  .home-why-section + .soft-section {
    padding-top: 20px;
  }

  .home-proof-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   Footer logo size override
   Placed at the bottom so it wins over earlier footer rules.
   ========================================================= */
.site-footer .footer-brand img {
  width: 150px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .site-footer .footer-brand img {
    width: 125px;
  }
}

