/* Thai Adult bABy Nursery - Main Stylesheet */
/* WordPress-ready: This file can be used as style.css in a WP theme */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink: #FADADD;
  --pink-deep: #F4B8C1;
  --blue: #D4E6F1;
  --blue-deep: #A9CCE3;
  --yellow: #FEF9E7;
  --yellow-deep: #F9E79F;
  --cream: #FFF9F5;
  --text: #2C2C2C;
  --text-soft: #5A5A5A;
  --text-light: #8A8A8A;
  --white: #FFFFFF;
  --border: #E8E0E4;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
}

body {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Lora', serif; font-weight: 600; line-height: 1.3; }
h1 { font-size: 3rem; letter-spacing: -0.02em; }
h2 { font-size: 2.2rem; letter-spacing: -0.01em; }
h3 { font-size: 1.4rem; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
section { padding: 100px 40px; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.btn-primary { background: var(--pink-deep); color: var(--text); }
.btn-primary:hover { background: #E8A8B1; box-shadow: var(--shadow-sm); }
.btn-secondary { background: transparent; color: var(--text); border: 2px solid var(--text); }
.btn-secondary:hover { background: var(--text); color: var(--white); }
.btn-blue { background: var(--blue-deep); color: var(--text); }
.btn-blue:hover { background: #8FB8D4; box-shadow: var(--shadow-sm); }

/* Nav */
nav { background: var(--white); position: sticky; top: 0; z-index: 100; border-bottom: 3px solid var(--blue); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 40px; max-width: 1180px; margin: 0 auto; }
.logo { font-family: 'Lora', serif; font-size: 1.3rem; font-weight: 700; color: var(--text); text-decoration: none; display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 36px; height: 36px; background: var(--blue); display: flex; align-items: center; justify-content: center; }
.nav-links { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
.nav-links a { font-weight: 500; font-size: 0.9rem; color: var(--text-soft); transition: color 0.2s; text-decoration: none; }
.nav-links a:hover { color: var(--text); }
.nav-cta { background: var(--blue-deep); color: var(--text) !important; padding: 10px 24px; }
.nav-cta:hover { background: var(--pink-deep); }

/* Bunting decoration */
.bunting {
  height: 24px;
  background: repeating-linear-gradient(
    90deg,
    var(--pink) 0px, var(--pink) 30px,
    var(--blue) 30px, var(--blue) 60px,
    var(--yellow-deep) 60px, var(--yellow-deep) 90px
  );
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L15 24 L30 0Z' fill='black'/%3E%3C/svg%3E") repeat-x;
  mask: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L15 24 L30 0Z' fill='black'/%3E%3C/svg%3E") repeat-x;
  -webkit-mask-size: 30px 24px;
  mask-size: 30px 24px;
}

/* Hero */
.hero { background: var(--cream); padding: 0; position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.hero-content { padding: 100px 40px 100px 80px; display: flex; flex-direction: column; justify-content: center; }
.hero-illustration { background: linear-gradient(135deg, var(--blue), var(--pink)); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.hero-illustration::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.12'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-badge { display: inline-block; background: var(--white); border: 1px solid var(--border); padding: 8px 20px; font-weight: 500; font-size: 0.85rem; color: var(--text-soft); margin-bottom: 32px; letter-spacing: 0.05em; }
.hero h1 { font-size: 3.2rem; margin-bottom: 24px; line-height: 1.15; }
.hero .subtitle { font-size: 1.15rem; color: var(--text-soft); max-width: 480px; margin: 0 0 40px; line-height: 1.8; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.nursery-scene { width: 80%; max-width: 380px; position: relative; z-index: 1; }

/* Page Hero (for inner pages) */
.page-hero { background: linear-gradient(135deg, var(--blue), var(--pink)); padding: 80px 40px; text-align: center; position: relative; }
.page-hero h1 { color: var(--white); text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
.page-hero .subtitle { color: rgba(255,255,255,0.9); font-size: 1.1rem; max-width: 600px; margin: 16px auto 0; }

/* Section header */
.section-header { text-align: center; margin-bottom: 72px; position: relative; }
.section-header .tag { display: block; color: var(--blue-deep); font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 20px; }
.section-header p { color: var(--text-soft); font-size: 1.05rem; max-width: 600px; margin: 20px auto 0; line-height: 1.8; }
.section-header .deco { display: block; margin: 16px auto 0; font-size: 1.2rem; letter-spacing: 0.5em; opacity: 0.5; }

/* Service cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.card { background: var(--white); border: 1px solid var(--border); padding: 40px 32px; transition: all 0.25s ease; text-align: center; }
.card:hover { border-color: var(--blue-deep); box-shadow: var(--shadow-sm); }
.card-icon { width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; height: 120px; }
.card-icon svg { max-height: 100px; }
.card h3 { margin-bottom: 12px; font-size: 1.3rem; }
.card p { color: var(--text-soft); font-size: 0.95rem; line-height: 1.7; }

/* Team */
.team-section { background: var(--yellow); border-top: 3px solid var(--blue); border-bottom: 3px solid var(--blue); position: relative; }
.team-section::before {
  content: '★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★';
  display: block;
  position: absolute;
  top: 12px;
  left: 0; right: 0;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  color: var(--yellow-deep);
  opacity: 0.8;
}
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.team-card { background: var(--white); border: 1px solid var(--border); overflow: hidden; transition: all 0.25s ease; }
.team-card:hover { box-shadow: var(--shadow-md); }
.team-photo-wrapper { padding: 24px 24px 0; position: relative; }
.team-photo-frame {
  border: 6px solid var(--blue);
  padding: 8px;
  position: relative;
  background: var(--white);
}
.team-photo-frame::before {
  content: '';
  position: absolute;
  top: -12px; left: -12px; right: -12px; bottom: -12px;
  border: 3px dashed var(--pink-deep);
  pointer-events: none;
}
.team-photo-frame .corner-deco { position: absolute; font-size: 1.2rem; z-index: 2; }
.corner-deco.tl { top: -14px; left: -14px; }
.corner-deco.tr { top: -14px; right: -14px; }
.corner-deco.bl { bottom: -14px; left: -14px; }
.corner-deco.br { bottom: -14px; right: -14px; }
.team-photo {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.team-photo-1 { background: linear-gradient(135deg, var(--pink), var(--blue)); }
.team-photo-2 { background: linear-gradient(135deg, var(--blue), var(--yellow)); }
.team-photo-3 { background: linear-gradient(135deg, var(--yellow), var(--pink)); }
.team-body { padding: 28px 28px 32px; }
.team-body .role { display: block; font-size: 0.8rem; font-weight: 600; color: var(--blue-deep); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.1em; }
.team-body p { color: var(--text-soft); font-size: 0.92rem; line-height: 1.7; margin-top: 12px; }

/* Testimonials */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 32px; }
.quote-card { background: var(--white); border: 1px solid var(--border); padding: 40px 36px; position: relative; }
.quote-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--blue-deep); }
.quote-card .stars { color: var(--yellow-deep); font-size: 0.9rem; margin-bottom: 20px; letter-spacing: 0.15em; }
.quote-card p { color: var(--text-soft); font-size: 0.95rem; line-height: 1.8; font-style: italic; }
.quote-card .author { display: block; margin-top: 24px; font-weight: 600; color: var(--text); font-style: normal; font-size: 0.9rem; }

/* CTA */
.cta { background: var(--blue); text-align: center; border-top: 3px solid var(--pink-deep); border-bottom: 3px solid var(--pink-deep); position: relative; }
.cta h2 { margin-bottom: 20px; }
.cta p { color: var(--text-soft); font-size: 1.1rem; max-width: 560px; margin: 0 auto 36px; line-height: 1.7; }
.cta .cta-deco { display: block; text-align: center; font-size: 1rem; letter-spacing: 0.4em; opacity: 0.4; margin-bottom: 24px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 32px; }
.blog-card { background: var(--white); border: 1px solid var(--border); overflow: hidden; transition: all 0.25s ease; text-decoration: none; display: block; }
.blog-card:hover { box-shadow: var(--shadow-md); }
.blog-card-image { height: 200px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.blog-img-1 { background: linear-gradient(135deg, var(--pink), var(--blue)); }
.blog-img-2 { background: linear-gradient(135deg, var(--blue), var(--yellow)); }
.blog-img-3 { background: linear-gradient(135deg, var(--yellow), var(--pink)); }
.blog-card-body { padding: 32px 28px 36px; }
.blog-card-body .date { font-size: 0.8rem; color: var(--text-light); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }
.blog-card-body h3 { font-size: 1.2rem; color: var(--text); margin: 12px 0 14px; }
.blog-card-body p { color: var(--text-soft); font-size: 0.92rem; line-height: 1.7; }

/* Newsletter */
.newsletter { background: var(--pink); text-align: center; }
.newsletter-form { display: flex; gap: 12px; max-width: 520px; margin: 36px auto 0; flex-wrap: wrap; justify-content: center; }
.newsletter-form input[type=email] { flex: 1; min-width: 260px; padding: 14px 20px; border: 2px solid var(--blue-deep); font-family: 'Source Sans 3', sans-serif; font-size: 0.95rem; outline: none; background: var(--white); transition: border-color 0.2s; }
.newsletter-form input[type=email]:focus { border-color: var(--pink-deep); }

/* Footer */
footer { background: var(--text); color: rgba(255,255,255,0.7); padding: 64px 40px 36px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 48px; max-width: 1180px; margin: 0 auto; }
footer h4 { color: var(--white); margin-bottom: 20px; font-family: 'Source Sans 3', sans-serif; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
footer a { color: var(--blue); text-decoration: none; }
footer a:hover { color: var(--white); }
footer ul { list-style: none; }
footer li { margin-bottom: 12px; font-size: 0.88rem; }
.footer-bottom { text-align: center; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.82rem; max-width: 1180px; margin-left: auto; margin-right: auto; }

/* Content sections */
.content-section { padding: 80px 40px; }
.content-section.alt { background: var(--cream); }
.content-section.yellow { background: var(--yellow); }
.content-section.blue { background: var(--blue); }
.content-section.pink { background: var(--pink); }

/* Two column layout */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

/* Feature list */
.feature-list { list-style: none; margin: 24px 0; }
.feature-list li { padding: 12px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 12px; }
.feature-list li::before { content: '✓'; color: var(--blue-deep); font-weight: 700; font-size: 1.2rem; }

/* Pricing tables */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
.pricing-card { background: var(--white); border: 2px solid var(--border); overflow: hidden; transition: all 0.25s ease; }
.pricing-card:hover { border-color: var(--blue-deep); box-shadow: var(--shadow-md); }
.pricing-card.featured { border-color: var(--pink-deep); transform: scale(1.02); }
.pricing-header { padding: 32px 24px; text-align: center; }
.pricing-header.pink { background: var(--pink); }
.pricing-header.blue { background: var(--blue); }
.pricing-header.yellow { background: var(--yellow); }
.pricing-header h3 { font-size: 1.5rem; margin-bottom: 8px; }
.pricing-header .price { font-size: 2rem; font-weight: 700; margin: 8px 0; }
.pricing-header .price span { font-size: 0.9rem; font-weight: 400; }
.pricing-body { padding: 24px; }
.pricing-body ul { list-style: none; }
.pricing-body li { padding: 10px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.pricing-body li::before { content: '✓'; color: var(--blue-deep); font-weight: 700; }
.pricing-footer { padding: 0 24px 28px; text-align: center; }

/* FAQ */
.faq-item { background: var(--white); border: 1px solid var(--border); padding: 24px 28px; margin-bottom: 16px; }
.faq-item h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--text); }
.faq-item p { color: var(--text-soft); line-height: 1.7; }

/* Contact form */
.contact-form { max-width: 600px; margin: 0 auto; }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 8px; }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid var(--border);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
  outline: none;
  background: var(--white);
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--blue-deep); }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.gallery-item { aspect-ratio: 1; background: linear-gradient(135deg, var(--pink), var(--blue)); display: flex; align-items: center; justify-content: center; border: 4px solid var(--white); box-shadow: var(--shadow-sm); transition: all 0.25s ease; }
.gallery-item:hover { transform: scale(1.02); box-shadow: var(--shadow-md); }
.gallery-item:nth-child(2n) { background: linear-gradient(135deg, var(--blue), var(--yellow)); }
.gallery-item:nth-child(3n) { background: linear-gradient(135deg, var(--yellow), var(--pink)); }

/* Media section */
.media-filters { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.media-filter { padding: 10px 24px; border: 2px solid var(--border); background: var(--white); font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: 0.9rem; color: var(--text-soft); cursor: pointer; transition: all 0.2s; text-decoration: none; }
.media-filter:hover, .media-filter.active { background: var(--blue); border-color: var(--blue-deep); color: var(--text); }

.media-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.media-item { position: relative; overflow: hidden; border: 3px solid var(--white); box-shadow: var(--shadow-sm); transition: all 0.3s ease; cursor: pointer; }
.media-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.media-item.wide { grid-column: span 2; }
.media-item.tall { grid-row: span 2; }
.media-item.large { grid-column: span 2; grid-row: span 2; }

.media-scene { width: 100%; height: 100%; min-height: 220px; display: flex; align-items: center; justify-content: center; position: relative; }
.media-scene.nursery { background: linear-gradient(135deg, var(--blue), var(--pink)); }
.media-scene.playtime { background: linear-gradient(135deg, var(--yellow), var(--blue)); }
.media-scene.outings { background: linear-gradient(135deg, var(--pink), var(--yellow)); }
.media-scene.care { background: linear-gradient(135deg, var(--blue), var(--yellow)); }
.media-scene.tour { background: linear-gradient(135deg, var(--pink), var(--blue)); }

.media-overlay { position: absolute; inset: 0; background: rgba(44,44,44,0.7); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; padding: 20px; text-align: center; }
.media-item:hover .media-overlay { opacity: 1; }
.media-overlay h4 { color: var(--white); font-family: 'Lora', serif; font-size: 1.1rem; margin-bottom: 6px; }
.media-overlay p { color: rgba(255,255,255,0.8); font-size: 0.85rem; }

.media-play-btn { width: 60px; height: 60px; background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; transition: all 0.3s ease; }
.media-play-btn::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 18px; border-color: transparent transparent transparent var(--text); margin-left: 4px; }
.media-item:hover .media-play-btn { background: var(--pink-deep); transform: translate(-50%, -50%) scale(1.1); }
.media-item:hover .media-play-btn::after { border-color: transparent transparent transparent var(--white); }

.video-label { position: absolute; top: 12px; left: 12px; background: var(--pink-deep); color: var(--text); font-size: 0.75rem; font-weight: 700; padding: 4px 12px; text-transform: uppercase; letter-spacing: 0.05em; z-index: 3; }

.featured-video { background: var(--cream); border: 3px solid var(--border); overflow: hidden; margin-bottom: 48px; }
.featured-video-inner { display: grid; grid-template-columns: 1.2fr 1fr; min-height: 360px; }
.featured-video-player { background: linear-gradient(135deg, var(--blue), var(--pink)); display: flex; align-items: center; justify-content: center; position: relative; }
.featured-video-player .media-play-btn { width: 80px; height: 80px; }
.featured-video-player .media-play-btn::after { border-width: 14px 0 14px 24px; margin-left: 6px; }
.featured-video-info { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.featured-video-info h3 { font-size: 1.6rem; margin-bottom: 12px; }
.featured-video-info p { color: var(--text-soft); line-height: 1.7; margin-bottom: 16px; }
.featured-video-info .video-meta { font-size: 0.85rem; color: var(--text-light); }

/* Notice box */
.notice { background: var(--yellow); border: 2px solid var(--yellow-deep); padding: 24px 28px; margin: 32px 0; }
.notice h4 { color: var(--text); margin-bottom: 8px; font-family: 'Source Sans 3', sans-serif; font-size: 1rem; font-weight: 700; }
.notice p { color: var(--text-soft); line-height: 1.7; }

/* Quote block */
.quote-block { background: var(--white); border-left: 4px solid var(--pink-deep); padding: 32px 36px; margin: 40px 0; }
.quote-block p { font-style: italic; font-size: 1.2rem; color: var(--text-soft); line-height: 1.7; }
.quote-block cite { display: block; margin-top: 12px; font-style: normal; font-weight: 600; color: var(--text); }

/* Timeline */
.timeline { position: relative; padding-left: 40px; margin: 40px 0; }
.timeline::before { content: ''; position: absolute; left: 12px; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom, var(--pink), var(--blue), var(--yellow)); }
.timeline-item { position: relative; margin-bottom: 32px; padding: 20px 24px; background: var(--white); border: 1px solid var(--border); }
.timeline-item::before { content: ''; position: absolute; left: -34px; top: 24px; width: 16px; height: 16px; background: var(--pink-deep); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--pink-deep); }
.timeline-item .year { font-family: 'Lora', serif; color: var(--blue-deep); font-size: 1rem; font-weight: 700; }
.timeline-item h3 { font-size: 1.1rem; margin: 4px 0 8px; }
.timeline-item p { color: var(--text-soft); font-size: 0.92rem; }

/* Responsive */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  .hero h1 { font-size: 2.2rem; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-content { padding: 60px 24px; }
  .hero-illustration { height: 300px; }
  .nav-links { display: none; }
  section, .content-section { padding: 64px 24px; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .media-item.wide, .media-item.large { grid-column: span 2; }
  .media-item.tall { grid-row: span 1; }
  .media-item.large { grid-row: span 2; }
  .featured-video-inner { grid-template-columns: 1fr; }
  .featured-video-player { min-height: 240px; }
}

/* About page styles */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 36px 32px;
  text-align: center;
  transition: all 0.25s ease;
  position: relative;
}
.value-card:hover {
  border-color: var(--blue-deep);
  box-shadow: var(--shadow-sm);
}
.value-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: var(--pink);
  border-radius: 50%;
}
.value-card:nth-child(2n) .value-icon { background: var(--blue); }
.value-card:nth-child(3n) .value-icon { background: var(--yellow); }
.value-card h3 { margin-bottom: 12px; font-size: 1.2rem; }
.value-card p { color: var(--text-soft); font-size: 0.95rem; line-height: 1.7; }

.about-quote {
  background: linear-gradient(135deg, var(--blue), var(--pink));
  text-align: center;
  padding: 80px 40px;
  position: relative;
}
.about-quote blockquote {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  font-style: italic;
  color: var(--white);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.about-quote cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}

.story-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.story-text p {
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 20px;
}

.timeline-section {
  background: var(--cream);
}

.block-a {
  background: var(--pink);
  border-color: var(--pink-deep);
}
.block-b {
  background: var(--blue);
  border-color: var(--blue-deep);
}

.logo .block-a {
  background: #FADADD;
  border-color: #F4B8C1;
  color: #2C2C2C;
}
.logo .block-b {
  background: #D4E6F1;
  border-color: #A9CCE3;
  color: #2C2C2C;
}

.block-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.2));
}

/* Wooden baby block letters in logo */
.logo { gap: 4px; }
.wooden-block {
  display: inline-flex !important;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 -1px;
  flex-shrink: 0;
}
.block-svg {
  width: 28px;
  height: 28px;
  filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.2));
}
