:root {
  --bg: #fffdf7;
  --surface: #fffdf7;
  --surface-alt: #eaede5;
  --text: #2f5f48;
  --muted: #4a6255;
  --accent: #9d786d;
  --accent-dark: #5d624e;
  --border: rgba(79, 91, 80, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
}

/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Manrope:wght@300;400;500&display=swap');

body{
    margin:0;
    background:#f7f5f1;
    font-family:'Manrope', sans-serif;
}

.card img{
    width:100%;
    height:300px;       
    object-fit:cover;  
    display:block;
}

/* SECTION */
.philosophy-section{
    padding:90px 110px;
    background:#f7f5f1;
}

/* TOP LABEL */
.section-tag{
    font-size:18px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#214f3d;
    margin-bottom:40px;
}

/* 2 COLUMN LAYOUT */
.philosophy-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:80px;
    align-items:start;
}

/* LEFT TITLE */
.philosophy-title{
    font-family:'Cormorant Garamond', serif;
    font-size:80px;
    line-height:0.95;
    font-weight:400;
    color:#2f6b52;
    margin:0;
}

/* RIGHT TEXT BOX */
.philosophy-text-box{
    border:1px solid #d9e3d2;
    padding:20px;
    background:transparent;
}

/* PARAGRAPH */
.philosophy-text{
    font-size:22px;
    line-height:1.6;
    color:#355849;
    margin:0;
    font-weight:300;
}

/* RESPONSIVE */
@media (max-width: 1100px){

    .philosophy-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .philosophy-title{
        font-size:72px;
    }

    .philosophy-text{
        font-size:20px;
    }
}

@media (max-width: 768px){

    .philosophy-section{
        padding:60px 25px;
    }

    .philosophy-title{
        font-size:56px;
    }

    .philosophy-text-box{
        padding:35px;
    }

    .philosophy-text{
        font-size:18px;
        line-height:1.8;
    }

    .card img{
    width:100%;
    height:400px;      
    object-fit:cover;   
    display:block;
}
}
img {
  max-width: 100%;
  display: block;
}

button,
a {
  font: inherit;
}

body {
  line-height: 1.7;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 247, 0.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 1.6rem;
  cursor: pointer;
}

.hero-section {
  padding: 4.5rem 0 3rem;
  background: radial-gradient(circle at top left, rgba(128, 164, 131, 0.15), transparent 28%),
    radial-gradient(circle at bottom right, rgba(151, 143, 126, 0.10), transparent 24%),
    linear-gradient(180deg, #fffdf7 0%, #f7f0ea 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  max-width: 620px;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    display: inline-block;
     margin-bottom: 0.2rem;
      color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.5rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.hero-copy h1,
.section-heading h2,
.highlight-card h2 {
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.02;
  margin: 0;
}

.hero-copy p,
.section-heading p,
.highlight-card p,
.contact-panel p,
.card p {
  color: var(--muted);
  margin-top: 1.25rem;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--text);
  color: #ffffff;
}

.btn-secondary {
  background: rgba(79, 91, 80, 0.10);
  color: var(--text);
}

.hero-visual {
  display: grid;
  place-items: center;
}

.hero-card {
  width: 100%;
  min-height: 320px;
  padding: 2rem;
  border-radius: 32px;
  background: var(--surface);
  box-shadow: 0 34px 80px rgba(110, 79, 80, 0.14);
  color: var(--text);
}

.hero-card span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.hero-card p {
  margin-top: 1rem;
}

.section {
  padding: 4rem 0;
}

.section-soft {
  background: var(--surface-alt);
}

.split-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.about-visual {
  display: grid;
  align-items: center;
}

.photo-block {
  min-height: 320px;
  border-radius: 32px;
  background: linear-gradient(135deg, #f8e2de, #f1d5d1);
  box-shadow: 0 24px 60px rgba(117, 83, 87, 0.12);
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(72, 42, 46, 0.85);
  font-weight: 700;
  padding: 2rem;
  text-align: center;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 1rem;
}

.feature-list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--text);
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-dark);
}

.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.classes-grid,
.schedule-grid,
.gallery-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
}

.classes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.schedule-card,
.highlight-card,
.contact-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 2rem;
  color: var(--text);
}

.gallery-item {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 2rem;
  min-height: 160px;
  display: grid;
  place-items: center;
  color: var(--accent-dark);
  font-weight: 700;
  text-align: center;
}

.card h3,
.schedule-card h3 {
  margin-top: 0;
  color: #3f2c2f;
}

.highlight-section {
  background: var(--surface-alt);
}

.highlight-card {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  padding: 2.5rem;
}

.schedule-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.schedule-card p {
  margin: 0.8rem 0 0;
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-dark {
  background: #2f3122;
  color: #f2e9e7;
}
.contact-section a {
  color: #2D5C55; /* your dark green */
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-section a:hover {
  color: #6E8B84; /* softer muted version */
  opacity: 0.8;
}

.contact-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #556B65;
  margin-bottom: 8px;
}

.contact-value {
  font-size: 20px;
  color: #2D5C55;
}

.contact-item {
  margin-bottom: 10px;
}

.contact-section a {
  position: relative;
}

.contact-section a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.contact-section a:hover::after {
  width: 100%;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-links a {
  color: var(--muted);
  text-decoration: none;
}

@media (max-width: 940px) {
  .hero-grid,
  .split-grid,
  .classes-grid,
  .schedule-grid,
  .gallery-grid,
  .contact-grid,
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }

  .site-nav.open {
    max-height: 260px;
  }
}
