:root {
  --background: #fffdf8;
  --foreground: #202124;
  --ink-soft: #5d6068;
  --sun: #f7c548;
  --coral: #f36c5b;
  --teal: #22a7a7;
  --leaf: #7bbf45;
  --sky: #4c9bdb;
  --paper: #ffffff;
  --line: #e8dfd1;
  --shadow: 0 22px 70px rgba(58, 45, 30, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(255, 248, 232, 0.92)),
    var(--background);
  color: var(--foreground);
  font-family: Roboto, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

main {
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(232, 223, 209, 0.8);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: block;
  width: min(238px, 48vw);
  flex: 0 0 auto;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: #4f525a;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-header nav a {
  padding: 10px 0;
}

.header-cta,
.button,
.map-link,
.enquiry-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  border: 0;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.header-cta {
  gap: 8px;
  padding: 0 18px;
  color: #073d3d;
  background: #bfeeee;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.whatsapp-icon {
  background: #25d366;
}

.facebook-icon {
  background: #1877f2;
  font-size: 1.1rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  min-height: calc(100svh - 78px);
  padding: clamp(44px, 7vw, 92px) clamp(18px, 5vw, 72px) 54px;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: #0f7777;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.85rem, 6vw, 6.7rem);
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-weight: 900;
  line-height: 0.96;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-weight: 900;
}

.hero-lede,
.section-heading p,
.story-copy p,
.contact-copy p,
.values-grid p,
.offering-item p,
.fee-card p,
.boarding-note,
footer p {
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.75;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 28px;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.button {
  min-width: 176px;
  padding: 0 22px;
}

.button.primary,
.enquiry-form button {
  color: white;
  background: #e45242;
  box-shadow: 0 14px 28px rgba(228, 82, 66, 0.22);
}

.button.secondary {
  color: #123f63;
  background: #dcefff;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #eadfcf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #42454d;
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-height: min(670px, 72vh);
}

.hero-main {
  width: 100%;
  height: min(670px, 72vh);
  min-height: 430px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-logo-card {
  position: absolute;
  right: clamp(12px, 3vw, 32px);
  bottom: clamp(12px, 3vw, 32px);
  width: min(330px, 70%);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(30, 33, 38, 0.16);
}

.hero-logo-card p {
  margin: 8px 0 0;
  color: #50535b;
  font-weight: 900;
  text-align: center;
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.intro-band {
  background: #ffffff;
}

.section-heading {
  max-width: 870px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

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

.offering-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf0;
}

.offering-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  border-radius: 50%;
  background: #dff6f2;
  color: #0f7777;
  font-size: 1rem;
  font-weight: 900;
}

.offering-item span::before {
  content: "✓";
}

.offering-item p {
  margin: 0;
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 82px);
}

.image-pair {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  align-items: end;
  gap: 14px;
}

.image-pair img {
  width: 100%;
  height: clamp(330px, 43vw, 590px);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.image-pair img:first-child {
  height: clamp(280px, 36vw, 500px);
}

.story-copy {
  max-width: 720px;
}

blockquote {
  margin: 26px 0 0;
  padding: 22px;
  border-left: 6px solid var(--sun);
  border-radius: 8px;
  background: #fff7df;
  color: #393b41;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.6;
}

cite {
  display: block;
  margin-top: 10px;
  color: #77736a;
  font-size: 0.95rem;
  font-style: normal;
}

.fees-section {
  background: #f6fbff;
}

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

.fee-card {
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid #dcebf7;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(47, 93, 126, 0.1);
}

.table-scroll {
  overflow-x: auto;
  margin: 20px -6px 14px;
  padding: 0 6px 6px;
}

table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid #e4edf5;
  text-align: left;
  vertical-align: top;
}

th {
  color: #23506f;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

td {
  color: #32353c;
  font-weight: 800;
}

.late-fee,
.boarding-note {
  margin-bottom: 0;
  font-weight: 800;
}

.boarding-note {
  margin: 20px auto 0;
  text-align: center;
}

.gallery-section {
  background: #fffdf8;
}

.gallery-albums {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
}

.gallery-album {
  display: grid;
  gap: 18px;
}

.featured-album {
  padding-bottom: 8px;
}

.album-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.album-heading h3,
.album-heading p {
  margin: 0;
}

.album-heading p {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: right;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 310px;
  gap: 14px;
}

.mini-gallery {
  grid-auto-rows: 265px;
}

figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #e6e6e6;
  box-shadow: 0 16px 42px rgba(40, 35, 28, 0.1);
}

figure.gallery-wide {
  grid-column: span 2;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #292b30;
  font-size: 0.9rem;
  font-weight: 900;
}

.facebook-source {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: #1877f2;
  color: #ffffff;
  font-weight: 900;
}

.values-section {
  background: #fff6ea;
}

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

.values-grid article {
  min-height: 235px;
  padding: 28px;
  border-radius: 8px;
  background: white;
  border-top: 8px solid var(--leaf);
  box-shadow: 0 16px 42px rgba(55, 40, 26, 0.09);
}

.values-grid article:nth-child(2) {
  border-top-color: var(--sky);
}

.values-grid article:nth-child(3) {
  border-top-color: var(--coral);
}

.contact-section {
  background: #123f63;
  color: white;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
  max-width: 1260px;
  margin: 0 auto 26px;
}

.contact-copy .eyebrow,
.contact-copy p,
.contact-copy address {
  color: rgba(255, 255, 255, 0.82);
}

.contact-copy h2 {
  color: white;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0;
}

.contact-list a,
.map-link {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-weight: 900;
  overflow-wrap: anywhere;
}

address {
  max-width: 520px;
  margin: 0 0 18px;
  font-style: normal;
  line-height: 1.7;
}

.map-link {
  background: #f7c548;
  color: #243445;
}

.enquiry-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 8px;
  background: white;
  color: #25272d;
  box-shadow: var(--shadow);
}

.form-heading h3 {
  margin-bottom: 0;
}

.enquiry-form label {
  display: grid;
  gap: 7px;
  color: #4d5159;
  font-size: 0.92rem;
  font-weight: 900;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid #d9dde3;
  border-radius: 8px;
  background: #fbfcfd;
  color: #1f2228;
}

.enquiry-form input,
.enquiry-form select {
  min-height: 48px;
  padding: 0 13px;
}

.enquiry-form textarea {
  min-height: 130px;
  padding: 13px;
  resize: vertical;
}

.enquiry-form button {
  min-height: 52px;
  margin-top: 4px;
}

.map-frame {
  display: block;
  width: min(1260px, 100%);
  height: 360px;
  margin: 0 auto;
  border: 0;
  border-radius: 8px;
  background: #dbe6ee;
}

footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(300px, 1.2fr);
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  padding: 28px clamp(18px, 5vw, 72px) 90px;
  background: white;
}

footer img {
  width: min(220px, 48vw);
}

footer p {
  margin: 12px 0 0;
  font-weight: 800;
}

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

.footer-contact a {
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  color: #42454d;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.footer-social {
  color: #174f91;
}

.whatsapp-chat {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #173f2a;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(30, 32, 36, 0.22);
}

.mobile-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 40;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(232, 223, 209, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(30, 32, 36, 0.18);
  backdrop-filter: blur(14px);
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  background: #e45242;
  color: white;
  font-weight: 900;
}

.mobile-cta a:nth-child(2) {
  background: #22a7a7;
}

.mobile-cta a:nth-child(3) {
  background: #123f63;
}

@media (max-width: 1080px) {
  .site-header nav {
    display: none;
  }

  .hero,
  .split-section,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-media,
  .hero-main {
    min-height: 380px;
    height: 56vh;
  }

  .offering-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
  }

  .brand {
    width: min(210px, 62vw);
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-actions,
  .fees-grid,
  .values-grid,
  footer,
  .footer-contact {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-media,
  .hero-main {
    min-height: 340px;
    height: 48vh;
  }

  .hero-logo-card {
    width: calc(100% - 24px);
  }

  .offering-grid,
  .gallery-grid,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .offering-item {
    min-height: 0;
  }

  .image-pair {
    grid-template-columns: 1fr 1fr;
  }

  .image-pair img,
  .image-pair img:first-child {
    height: 360px;
  }

  .gallery-grid {
    grid-auto-rows: 330px;
  }

  .mini-gallery {
    grid-auto-rows: 360px;
  }

  .album-heading {
    display: grid;
    gap: 6px;
  }

  .album-heading p {
    text-align: left;
  }

  figure.gallery-wide {
    grid-column: auto;
  }

  .contact-panel {
    margin-bottom: 18px;
  }

  .map-frame {
    height: 300px;
  }

  .whatsapp-chat {
    right: 12px;
    bottom: 78px;
  }

  .mobile-cta {
    display: grid;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section,
  .hero {
    padding-inline: 16px;
  }

  .hero-media,
  .hero-main {
    min-height: 300px;
    height: 42vh;
  }

  .image-pair {
    gap: 10px;
  }

  .image-pair img,
  .image-pair img:first-child {
    height: 285px;
  }
}
