@font-face { font-family: 'MauritiusCondensed'; src: url('Mauritius W01 Condensed.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MauritiusItalic'; src: url('Mauritius W01 Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; }

:root {
--cream: #fff9e3; --sky: #b7e4e7; --teal: #429288; --lightsky: #e1f7f7;
--yellow: #fbe484; --darkteal: #1d6466; --white: #ffffff;
--shadow: 0 4px 20px rgba(29,100,102,0.11); --shadowlg: 0 12px 40px rgba(29,100,102,0.15);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 17px; }
body { font-family: 'MauritiusCondensed','Georgia',serif; background: var(--cream); color: var(--darkteal); overflow-x: clip; }
body, .about, .cta, .how { background-color: #fff9e3; }

/* ── TOP NAV (hidden) ── */
nav:not(.side-nav) { display: none !important; }
body { padding-left: 0 !important; }
.nav-logo { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 1.35rem; color: var(--darkteal); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-logo .dot { width: 8px; height: 8px; background: var(--yellow); border: 2px solid var(--teal); border-radius: 50%; }

/* ── FLOATING SIDE NAV ── */
.side-nav { position: fixed; left: 14px; top: 50%; transform: translateY(-50%); z-index: 9000; display: flex; flex-direction: column; gap: 7px; align-items: center; }
.side-nav-item { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,249,227,0.92); border: 1.5px solid var(--sky); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.25s; box-shadow: 0 2px 10px rgba(29,100,102,0.14); position: relative; }
.side-nav-item svg { width: 22px; height: 22px; display: block; }
.side-nav-item:hover, .side-nav-item.active { background: var(--darkteal); border-color: var(--darkteal); }
.side-nav-item:hover svg *, .side-nav-item.active svg * { stroke: var(--cream) !important; fill: none; }
.side-nav-item::after { content: attr(data-label); position: absolute; left: 56px; top: 50%; transform: translateY(-50%); background: var(--darkteal); color: var(--cream); font-family: Arial,Helvetica,sans-serif; font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s; }
.side-nav-item:hover::after { opacity: 1; }
@media (max-width: 768px) { .side-nav { left: 8px; gap: 5px; } .side-nav-item { width: 36px; height: 36px; } .side-nav-item svg { width: 16px; height: 16px; } .side-nav-item::after { display: none; } }

/* ── HERO ── */
.hero { height: 100vh; min-height: 100vh; background: linear-gradient(180deg, var(--sky) 0%, var(--lightsky) 58%, var(--cream) 100%); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; position: relative; overflow: hidden; padding-top: 140px; padding-bottom: 0; padding-left: 0; padding-right: 0; }
.hero-sun { position: absolute; top: 90px; right: 10%; width: 88px; height: 88px; border-radius: 50%; background: radial-gradient(circle,#ffe97a 55%,#fbc84a 100%); box-shadow: 0 0 0 14px rgba(251,200,74,0.17), 0 0 0 28px rgba(251,200,74,0.08); animation: sunPulse 4s ease-in-out infinite; z-index: 2; }
@keyframes sunPulse { 0%,100% { box-shadow: 0 0 0 14px rgba(251,200,74,0.17), 0 0 0 28px rgba(251,200,74,0.08); } 50% { box-shadow: 0 0 0 22px rgba(251,200,74,0.22), 0 0 0 42px rgba(251,200,74,0.1); } }
.cloud-wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; overflow: hidden; z-index: 2; }
.cloud { position: absolute; pointer-events: none; }
.cloud .body { position: absolute; background: rgba(255,255,255,0.9); border-radius: 50px; }
.cloud .bump1, .cloud .bump2 { position: absolute; background: rgba(255,255,255,0.9); border-radius: 50%; }
.cloud-1 { animation: cloudDrift1 22s linear infinite; top: 13%; } @keyframes cloudDrift1 { 0% { transform: translateX(-220px); } 100% { transform: translateX(calc(100vw + 220px)); } }
.cloud-1 .body { width: 160px; height: 44px; top: 30px; left: 0; } .cloud-1 .bump1 { width: 72px; height: 72px; top: 0; left: 22px; } .cloud-1 .bump2 { width: 52px; height: 52px; top: 8px; left: 72px; }
.cloud-2 { animation: cloudDrift2 30s linear infinite; top: 19%; animation-delay: -10s; } @keyframes cloudDrift2 { 0% { transform: translateX(-280px); } 100% { transform: translateX(calc(100vw + 280px)); } }
.cloud-2 .body { width: 220px; height: 56px; top: 40px; left: 0; } .cloud-2 .bump1 { width: 92px; height: 92px; top: 0; left: 34px; } .cloud-2 .bump2 { width: 68px; height: 68px; top: 10px; left: 104px; }
.cloud-3 { animation: cloudDrift3 25s linear infinite; top: 12%; animation-delay: -16s; } @keyframes cloudDrift3 { 0% { transform: translateX(-200px); } 100% { transform: translateX(calc(100vw + 200px)); } }
.cloud-3 .body { width: 130px; height: 36px; top: 26px; left: 0; } .cloud-3 .bump1 { width: 56px; height: 56px; top: 0; left: 16px; } .cloud-3 .bump2 { width: 40px; height: 40px; top: 8px; left: 58px; }
.hero-text-block { text-align: center; position: relative; z-index: 5; padding: 0 1.5rem; margin-bottom: 2.5rem; max-width: 740px; width: 100%; animation: fadeUp 0.9s ease both; }
.hero-eyebrow { font-family: Arial,Helvetica,sans-serif; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 0.8rem; }
.hero-title { font-family: 'MauritiusCondensed','Georgia',serif; font-size: clamp(2.2rem,4.5vw,4rem); line-height: 1.05; color: var(--darkteal); margin-bottom: 1rem; }
.hero-title em { font-family: 'MauritiusItalic','Georgia',serif; font-style: italic; color: var(--teal); }
.hero-subtitle { font-family: Arial,Helvetica,sans-serif; font-size: 1.05rem; color: var(--darkteal); opacity: 0.76; max-width: 480px; margin: 0 auto 1.8rem; line-height: 1.75; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.meadow-scene { margin-top: auto; flex: 0 0 auto; position: relative; margin-left: -5rem; margin-right: -5rem; margin-bottom: 0; line-height: 0; overflow: visible; display: block; }
.meadow-scene canvas { display: block; }

/* ── BUTTONS ── */
.btn-primary { background: var(--darkteal); color: var(--cream); padding: 0.9rem 2.4rem; border-radius: 50px; font-family: Arial,Helvetica,sans-serif; font-size: 1rem; font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: background 0.3s,transform 0.2s,box-shadow 0.3s; box-shadow: 0 4px 16px rgba(29,100,102,0.28); display: inline-flex; align-items: center; justify-content: center; }
.btn-primary:hover { background: var(--teal); transform: translateY(-2px); color: var(--cream); }
.btn-outline { background: transparent; color: var(--darkteal); padding: 0.9rem 2.4rem; border-radius: 50px; font-family: Arial,Helvetica,sans-serif; font-size: 1rem; font-weight: 700; text-decoration: none; border: 2.5px solid var(--darkteal); cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; justify-content: center; }
.btn-outline:hover { background: var(--darkteal); color: var(--cream); transform: translateY(-2px); }

/* ── SECTIONS ── */
section { padding: 5rem 5rem; }
.section-label { font-family: Arial,Helvetica,sans-serif; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 0.5rem; }
.section-title { font-family: 'MauritiusCondensed','Georgia',serif; font-size: clamp(2.2rem,3.8vw,3.4rem); line-height: 1.1; color: var(--darkteal); margin-bottom: 1rem; }
.section-title em { font-family: 'MauritiusItalic','Georgia',serif; font-style: italic; color: var(--teal); }
.section-desc { font-family: Arial,Helvetica,sans-serif; font-size: 1.05rem; line-height: 1.8; color: var(--darkteal); opacity: 0.8; max-width: 560px; }

/* ── ABOUT: 2-col grid, title spans left col row1, cards align to body text row2 ── */
.about {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "title ."
    "body  cards";
  column-gap: 4rem;
  row-gap: 1rem;
  align-items: start;
}
.about-title { grid-area: title; }
.about-body  { grid-area: body;  display: flex; flex-direction: column; gap: 1rem; }
.about-body .section-desc { max-width: 100%; }
.about-right { grid-area: cards; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-content: start; padding-top: 0; }
.feature-card { background: var(--white); border-radius: 16px; padding: 1.2rem 1.3rem; border: 1.5px solid var(--sky); display: flex; align-items: flex-start; gap: 0.85rem; }
.feature-icon { width: 40px; height: 40px; flex-shrink: 0; display: block; margin-top: 2px; }
.feature-title { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 1rem; color: var(--darkteal); margin-bottom: 0.2rem; }
.feature-desc { font-family: Arial,Helvetica,sans-serif; font-size: 0.85rem; color: var(--teal); line-height: 1.55; }

/* ── GARDENS ── */
.gardens { background: var(--cream); }
.gardens-header { text-align: center; margin-bottom: 3rem; }
.gardens-header .section-desc { margin: 0 auto; max-width: 520px; }
.gardens-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  grid-auto-rows: 1fr;
}

.garden-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(29,100,102,0.10);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.garden-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(29,100,102,0.18); }

.garden-card-inner {
  padding: 2.8rem 2.5rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  gap: 0.6rem;
  flex: 1;
}

.card-private {
  background: linear-gradient(165deg, #1d6466 0%, #2a8a7e 55%, #3a9e90 100%);
}
.card-public {
  background: linear-gradient(165deg, #fef7cc 0%, #fdf0a0 50%, #e8f5e0 100%);
}

.card-scene-canvas { display: block; position: absolute; bottom: 0; left: 0; right: 0; }
.garden-card-inner > div,
.garden-card-inner > a { position: relative; z-index: 1; }

/* Badge */
.garden-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  width: fit-content;
}
.badge-private { background: rgba(255,255,255,0.14); color: rgba(255,249,227,0.95); border: 1.5px solid rgba(255,255,255,0.24); }
.badge-public  { background: rgba(29,100,102,0.11); color: var(--darkteal); border: 1.5px solid rgba(29,100,102,0.22); }
.badge-icon { width: 13px; height: 13px; }

/* Title */
.garden-card-title {
  font-family: 'MauritiusCondensed', 'Georgia', serif;
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
  line-height: 1.08;
}
.card-private .garden-card-title { color: var(--cream); }
.card-public  .garden-card-title { color: var(--darkteal); }

/* Description */
.garden-card-desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  max-width: 420px;
}
.card-private .garden-card-desc { color: rgba(255,249,227,0.82); }
.card-public  .garden-card-desc { color: rgba(29,100,102,0.78); }

/* Password / info note */
.password-note {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 12px;
  padding: 0.55rem 1rem;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  backdrop-filter: blur(4px);
}
.card-private .password-note {
  background: rgba(251,228,132,0.15);
  border: 1.5px solid rgba(251,228,132,0.35);
  color: rgba(255,249,227,0.85);
}
.public-note {
  background: rgba(29,100,102,0.08) !important;
  border: 1.5px solid rgba(29,100,102,0.25) !important;
  color: #1d6466 !important;
  font-weight: 400 !important;
}

/* Perks list */
.garden-perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
  flex: 1;
}
.garden-perks li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.card-private .garden-perks li { color: rgba(255,249,227,0.9); }
.card-public  .garden-perks li { color: rgba(29,100,102,0.82); }
.perk-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.card-private .perk-dot { background: var(--yellow); }
.card-public  .perk-dot { background: var(--teal); }

/* Buttons */
.btn-card-light {
  background: var(--cream);
  color: var(--darkteal);
  padding: 0.85rem 1.8rem;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: fit-content;
  display: inline-block;
  transition: transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}
.btn-card-light:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }

.btn-card-dark {
  background: var(--darkteal);
  color: var(--cream);
  padding: 0.85rem 1.8rem;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: fit-content;
  display: inline-block;
  transition: transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 16px rgba(29,100,102,0.22);
}
.btn-card-dark:hover { transform: translateY(-2px); color: var(--cream); box-shadow: 0 6px 20px rgba(29,100,102,0.30); }

/* ── HOW IT WORKS ── */
.how { background: linear-gradient(180deg, var(--cream) 0%, var(--lightsky) 100%); }
.how-intro { text-align: center; margin-bottom: 3rem; }
.how-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  margin-top: 2.5rem;
  grid-auto-rows: 1fr;
}
.how-col {
  border-radius: 22px;
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
}
.how-col-private { background: linear-gradient(160deg, #1d6466 0%, #2a8a7e 55%, #3a9e90 100%); border: 1.5px solid rgba(255,255,255,0.15); }
.how-col-private .how-col-label { color: var(--cream); border-bottom-color: rgba(255,255,255,0.25); }
.how-col-private .step-num { color: rgba(255,249,227,0.7); }
.how-col-private .step-title { color: var(--cream); }
.how-col-private .step-desc { color: rgba(255,249,227,0.8); }
.how-col-private .step-circle { background: var(--white); border-color: var(--lightsky); }
.how-col-private .step-circle.c2 { border-color: var(--yellow); }
.how-col-private .step-circle.c3 { border-color: var(--teal); }
.how-col-private .step-circle.c4 { border-color: var(--sky); }
.how-col-public  { background: linear-gradient(160deg, #fef7cc 0%, #fdf0a0 100%); border: 1.5px solid #d4b840; }
.how-col-label { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 1.2rem; color: var(--darkteal); margin-bottom: 1.8rem; padding-bottom: 0.6rem; border-bottom: 2px solid var(--sky); display: flex; align-items: center; gap: 0.5rem; }
.how-col-label-icon { width: 20px; height: 20px; }
.how-steps { display: flex; flex-direction: column; gap: 1.5rem; position: relative; flex: 1; }
.how-steps::before { content: ''; position: absolute; left: 30px; top: 60px; bottom: 8px; width: 2px; background: linear-gradient(180deg,var(--sky),var(--teal)); border-radius: 2px; z-index: 0; }
.step-row { display: flex; align-items: flex-start; gap: 1rem; position: relative; z-index: 1; }
.step-circle { width: 60px; height: 60px; flex-shrink: 0; border-radius: 50%; background: var(--white); border: 2.5px solid var(--sky); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.step-circle.c2 { border-color: var(--yellow); } .step-circle.c3 { border-color: var(--teal); } .step-circle.c4 { border-color: var(--darkteal); }
.step-icon { width: 30px; height: 30px; display: block; }
.step-body { padding-top: 0.2rem; flex: 1; }
.step-num { font-family: Arial,Helvetica,sans-serif; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.12rem; }
.step-title { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 1.3rem; color: var(--darkteal); margin-bottom: 0.2rem; }
.step-desc { font-family: Arial,Helvetica,sans-serif; font-size: 0.95rem; color: var(--teal); line-height: 1.68; }

/* ── FLOWER CATALOGUE ── */
.catalogue { background: var(--lightsky); overflow-x: hidden; }
.catalogue-header { margin-bottom: 2.5rem; }
.flowers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; width: 100%; min-width: 0; }

.flower-tile { background: var(--white); border-radius: 18px; padding: 1.4rem 1rem; text-align: center; border: 1.5px solid var(--sky); cursor: pointer; transition: transform 0.2s,box-shadow 0.2s,border-color 0.2s; display: flex; flex-direction: column; align-items: center; gap: 0.3rem; min-width: 0; overflow: hidden; }
.flower-tile:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(29,100,102,0.14); border-color: var(--teal); }
.flower-svg-wrap { height: 150px; width: 100%; position: relative; display: block; margin-bottom: 0.5rem; }
canvas.flower-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }
.flower-name { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 1.15rem; color: var(--darkteal); }
.flower-mood { font-family: Arial,Helvetica,sans-serif; font-size: 0.8rem; color: var(--teal); font-style: italic; }
.flower-chip { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 50px; font-family: Arial,Helvetica,sans-serif; font-size: 0.72rem; font-weight: 600; margin-top: 0.2rem; }
.chip-rose { background:#fde8e8;color:#b05070; } .chip-sun { background:#fffacc;color:#8a6a00; }
.chip-lotus { background:var(--lightsky);color:var(--darkteal); } .chip-lav { background:#e4daf0; color:#6b4d8a; }
.chip-daisy { background:#fff4d6; color:#8a6d2a; } .chip-tulip { background:#eef8ee;color:#386040; } 
.chip-lily { background:#fde8f0;color:#905060; } .chip-sakura { background:#fde8e8;color:#b05070; }
.catalogue::after { display: none; }
.flowers-grid::before { display: none; }

/* ── FLOWER MODAL ── */
.flower-modal-overlay { display: none; position: fixed; inset: 0; z-index: 300; background: rgba(29,100,102,0.45); backdrop-filter: blur(4px); align-items: center; justify-content: center; padding: 2rem; }
.flower-modal-overlay.open { display: flex; }
.flower-modal { background: var(--white); border-radius: 24px; padding: 2.5rem; max-width: 520px; width: 100%; box-shadow: 0 28px 70px rgba(29,100,102,0.28); position: relative; text-align: center; animation: modalIn 0.28s ease; }
@keyframes modalIn { from { opacity:0; transform:scale(0.94) translateY(10px); } to { opacity:1; transform:none; } }
.flower-modal-close { position: absolute; top: 1rem; right: 1.2rem; background: none; border: none; cursor: pointer; font-size: 1.3rem; color: var(--teal); font-family: Arial,sans-serif; }
.flower-modal-svg { margin: 0 auto 1.2rem; display: block; }
.flower-modal-name { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 2rem; color: var(--darkteal); margin-bottom: 0.25rem; }
.flower-modal-meaning { font-family: 'MauritiusItalic','Georgia',serif; font-style: italic; font-size: 1.05rem; color: var(--teal); margin-bottom: 0.9rem; }
.flower-modal-keywords { display: flex; gap: 0.4rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.2rem; }
.flower-modal-quote { font-family: Arial,Helvetica,sans-serif; font-size: 0.95rem; color: var(--darkteal); opacity: 0.8; line-height: 1.75; border-left: 3px solid var(--sky); padding-left: 1rem; text-align: left; font-style: italic; margin: 0 auto; max-width: 400px; }

/* ── WISDOM ── */
.wisdom { background: var(--darkteal); position: relative; overflow: hidden; }
.wisdom::before { content: ''; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 110%; height: 100px; background: var(--lightsky); border-radius: 0 0 50% 50%; }
.wisdom::after  { content: ''; position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); width: 110%; height: 100px; background: var(--cream); border-radius: 50% 50% 0 0; }
.wisdom-inner { position: relative; z-index: 1; padding: 3rem 0; }
.wisdom .section-label { color: var(--yellow); }
.wisdom .section-title { color: var(--cream); }
.wisdom .section-title em { color: var(--yellow); }
.tips-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-top: 2.5rem; }
.tip-card { background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.18); border-radius: 18px; padding: 1.4rem 1.3rem; display: flex; flex-direction: column; gap: 0; }
.tip-icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tip-icon-svg { width: 32px; height: 32px; display: block; }
.tip-title { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 1.2rem; color: var(--cream); line-height: 1.2; }
.tip-text  { font-family: Arial,Helvetica,sans-serif; font-size: 0.87rem; color: rgba(255,249,227,0.72); line-height: 1.68; }
.tip-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.65rem; }
.tip-header .tip-icon-wrap { margin-bottom: 0; }
.tip-header .tip-title { margin-bottom: 0; }

/* ── CTA ── */
.cta { background: var(--cream); text-align: center; padding: 5rem; }
.cta-inner { max-width: 640px; margin: 0 auto; background: var(--white); border-radius: 28px; padding: 3rem 3.5rem 3.5rem; border: 2px solid var(--sky); box-shadow: var(--shadowlg); }
.cta .section-desc { margin: 0 auto 2rem; text-align: center; max-width: 440px; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: nowrap; margin-top: 2rem; }
.cta-buttons .btn-primary, .cta-buttons .btn-outline { white-space: nowrap; }

/* ── FOOTER ── */
footer { background: var(--darkteal); color: rgba(255,249,227,0.65); padding: 3.5rem 5rem 2rem; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2.5rem; }
.footer-brand-logo { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 1.4rem; color: var(--yellow); margin-bottom: 0.9rem; display: block; text-decoration: none; }
.footer-desc { font-family: Arial,Helvetica,sans-serif; font-size: 0.88rem; line-height: 1.75; max-width: 260px; }
.footer-col h4 { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 1.4rem; font-weight: normal; color: var(--yellow); margin-bottom: 0.9rem; text-align: right; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; align-items: flex-end; }
.footer-col ul a { font-family: Arial,Helvetica,sans-serif; color: rgba(255,249,227,0.55); text-decoration: none; font-size: 0.88rem; transition: color 0.3s; }
.footer-col ul a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; font-family: Arial,Helvetica,sans-serif; font-size: 0.82rem; }
.footer-credit { display: flex; flex-direction: column; gap: 0.2rem; }
.footer-brand-bottom { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 0.8rem; color: rgba(255,249,227,0.65); }
.footer-name-bottom { font-family: 'MauritiusCondensed','Georgia',serif; font-size: 0.8rem; color: rgba(255,249,227,0.65); }
.footer-logo-link { display: flex; align-items: center; text-decoration: none; opacity: 0.85; transition: opacity 0.2s; }
.footer-logo-link:hover { opacity: 1; }
.footer-logo-img { height: 40px; width: auto; filter: brightness(0) invert(1) opacity(0.75); }

/* ── MAX WIDTH for HD screens ── */
@media (min-width: 1440px) {
section { padding-left: max(5rem, calc((100vw - 1380px)/2 + 5rem)); padding-right: max(5rem, calc((100vw - 1380px)/2 + 5rem)); }
footer { padding-left: max(5rem, calc((100vw - 1380px)/2 + 5rem)); padding-right: max(5rem, calc((100vw - 1380px)/2 + 5rem)); }
.hero-text-block { max-width: 780px; }
}
@media (min-width: 1920px) {
section { padding-left: calc((100vw - 1400px)/2); padding-right: calc((100vw - 1400px)/2); }
footer { padding-left: calc((100vw - 1400px)/2); padding-right: calc((100vw - 1400px)/2); }
}

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ── RESPONSIVE ── */

/* ── Tablet (≤1100px) ── */
@media (max-width: 1100px) {
section { padding: 3.5rem 2.5rem; }
.about { grid-template-columns: 1fr; grid-template-areas: "title" "body" "cards"; gap: 1.5rem; }
.about-right { margin-top: 0; padding-top: 0; }
.how-cols { grid-template-columns: 1fr; }
.how-steps::before { display: none; }
.gardens-grid { grid-template-columns: 1fr; }
.flowers-grid { grid-template-columns: repeat(2,1fr); }
.tips-grid { grid-template-columns: 1fr 1fr; }
.meadow-scene { margin-left: -2.5rem; margin-right: -2.5rem; }
footer { padding: 3rem 2.5rem 2rem; }
}

/* ── Mobile (≤768px) — SINGLE CONSOLIDATED BLOCK ── */
@media (max-width: 768px) {

  /* Section spacing */
  section { padding: 2.8rem 3.6rem; }

  /* Side nav */
  .side-nav { left: 8px; gap: 5px; }
  .side-nav-item { width: 38px; height: 38px; background: rgba(255,249,227,0.88); }
  .side-nav-item svg { width: 16px; height: 16px; }
  .side-nav-item::after { display: none; }

  /* Hero */
  .hero { padding-top: 70px; min-height: 100dvh; height: auto; overflow: visible; }
  .hero-text-block { padding: 0 1.5rem; max-width: 100%; }
  .hero-title { font-size: clamp(2rem, 9vw, 3rem); line-height: 1.08; }
  .hero-subtitle { font-size: 0.9rem; max-width: 100%; }
  .hero-buttons { flex-direction: column; align-items: center; gap: 0.6rem; width: 100%; }
  .hero-buttons .btn-primary,
  .hero-buttons .btn-outline { width: 100%; max-width: 340px; text-align: center; padding: 0.75rem 2rem; font-size: 0.9rem; }
  .meadow-scene { margin-left: -3.6rem; margin-right: -3.6rem; }

  /* About — horizontal scroll cards */
  .about { grid-template-columns: 1fr; grid-template-areas: "title" "body" "cards"; gap: 1.8rem; }
  .about-right {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0.8rem;
    scrollbar-width: thin;
    scrollbar-color: var(--sky) transparent;
    max-width: 100%;
  }
  .feature-card {
    flex: 0 0 55vw;
    max-width: 220px;
    min-height: 180px;
    scroll-snap-align: start;
    min-width: 0;
    padding: 1.2rem;
    gap: 0.6rem;
    flex-direction: column;
  }
  .feature-icon { width: 32px; height: 32px; }
  .feature-title { font-size: 0.88rem; }
  .feature-desc { font-size: 0.78rem; }
  .section-title { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .section-desc { font-size: 0.95rem; }

  /* Gardens */
  .gardens-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .garden-card-inner { padding: 2rem 1.6rem 1.8rem; }
  .garden-card-title { font-size: 1.6rem; }
  .garden-card-desc { font-size: 0.88rem; }
  .garden-perks li { font-size: 0.84rem; }

  /* How it works — clipped horizontal scroll */
  .how-cols { grid-template-columns: 1fr; gap: 1.2rem; }
  .how-col { overflow: hidden; max-width: 100%; position: relative; }
  .how-col-private .step-row { background: #1d6466; border-color: rgba(255,255,255,0.4); }
  .step-title { font-size: 1.1rem; }
  .step-desc { font-size: 0.88rem; }
  .how-steps {
    flex-direction: row;
    gap: 0.8rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0.4rem 0 0.8rem 0;
    scrollbar-width: thin;
    scrollbar-color: var(--sky) transparent;
    max-width: 100%;
  }
  .how-steps::before { display: none; }
  .step-row {
    flex: 0 0 55vw;
    max-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    scroll-snap-align: start;
    background: rgba(255,255,255,0.7);
    border-radius: 16px;
    padding: 1rem;
    border: 1.5px solid var(--sky);
    min-width: 0;
  }
  .step-row:last-child { margin-right: 0; }
  .how-col-public .step-row { background: rgba(255,255,255,0.65); border-color: #d4b840; }
  .step-circle { width: 48px; height: 48px; flex-shrink: 0; }

  /* Flower catalogue — hide mood and tile chips, keep modal chips visible */
  .flowers-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    position: relative;
    padding-top: 1.8rem;
  }

  .flower-tile { padding: 0.7rem 0.5rem; }
  .flower-svg-wrap { height: 80px; }
  .flower-name { font-size: 0.9rem; }
  .flower-mood { display: none; }
  .flower-tile > .flower-chip { display: none; }
  .catalogue::after { display: none; }

  /* Wisdom tips — horizontal scroll */
  .tips-grid {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.8rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.35) transparent;
    max-width: 100%;
  }
  .tip-card {
    flex: 0 0 55vw;
    max-width: 220px;
    min-height: 200px;
    scroll-snap-align: start;
    min-width: 0;
    padding: 1.2rem;
  }
  .tip-title { font-size: 1rem; }
  .tip-text { font-size: 0.82rem; }

  /* CTA */
  .cta { padding: 2.5rem 3.6rem; }
  .cta-inner { padding: 2rem 1.2rem 2.2rem; }
  .cta-buttons { flex-direction: column; align-items: center; gap: 0.75rem; }
  .cta-buttons .btn-primary,
  .cta-buttons .btn-outline { width: 100%; max-width: 320px; text-align: center; }

  /* Footer */
  footer { padding: 2.5rem 3.6rem 1.5rem; }
  .footer-top { flex-direction: column; gap: 1.5rem; }
  .footer-col h4 { text-align: left; }
  .footer-col ul { align-items: flex-start; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; gap: 0; text-align: left; }
  .footer-credit { flex-direction: row; align-items: center; gap: 0.65rem; }

  /* Scroll hints */
  .how-col::after {
    content: 'Swipe to see more →';
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.72rem;
    color: var(--teal);
    opacity: 0.6;
    text-align: right;
    padding-top: 0.4rem;
    padding-right: 0.2rem;
  }
  .how-col-public::after { color: #8a6d2a; }
  .about-right::before { display: none; }
  .about::after {
    content: 'Swipe to see more →';
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.72rem;
    color: var(--teal);
    opacity: 0.6;
    text-align: right;
    padding-top: 0.4rem;
  }
  .tips-grid::after { content: ''; }
  .wisdom-inner::after {
    content: 'Swipe to see more →';
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.72rem;
    color: rgba(255,249,227,0.5);
    text-align: right;
    padding-top: 0.4rem;
  }
}


/* ── Small mobile (≤480px) ── */
@media (max-width: 480px) {
section { padding: 2.2rem 3.4rem; }

.about-right { grid-template-columns: 1fr; }
.flowers-grid { grid-template-columns: 1fr 1fr; }
.tips-grid { grid-template-columns: 1fr; }
.hero-title { font-size: clamp(1.7rem, 10vw, 2.6rem); }
.garden-card-inner { padding: 1.5rem 1.2rem; }
}