@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Nunito:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #fdf9f5;
  --bg-2: #f8efe5;
  --paper: #ffffff;
  --ink: #3a2f2a;
  --ink-2: #6b5a52;
  --muted: #9c8b80;
  --line: #ead8c4;
  --pink: #e89aa0;
  --pink-deep: #c47880;
  --pink-light: #fae0e2;
  --gold: #d4a574;
  --gold-deep: #a87c45;
  --sage: #a3b89e;
  --warm: #f0d4b8;
  --rose: #e6b0a8;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Nunito', sans-serif; background: var(--bg); color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.serif { font-family: 'Lora', serif; }

.topbar { background: var(--pink-deep); color: var(--paper); padding: 9px 0; font-size: 13px; font-weight: 500; }
.topbar-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-left::before { content: '♡ '; opacity: 0.8; }

.header { background: var(--paper); border-bottom: 1px solid var(--line); padding: 20px 0; position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 20px -5px rgba(196, 120, 128, 0.06); }
.header-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; gap: 36px; }
.logo { display: flex; align-items: center; gap: 14px; }
.logo-mark { width: 52px; height: 52px; background: linear-gradient(135deg, var(--pink-light) 0%, var(--pink) 100%); border-radius: 50%; display: grid; place-items: center; color: var(--paper); position: relative; box-shadow: 0 4px 12px -3px rgba(196,120,128,0.3); }
.logo-mark::before { content: '♡'; font-size: 24px; color: var(--paper); }
.logo-name { font-family: 'Lora', serif; font-size: 24px; font-weight: 600; line-height: 1; color: var(--ink); }
.logo-name em { font-style: italic; color: var(--pink-deep); font-weight: 500; }
.logo-sub { display: block; font-size: 11px; color: var(--muted); margin-top: 4px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; font-family: 'Nunito', sans-serif; }
.header-nav { display: flex; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 500; }
.header-nav a { color: var(--ink-2); padding: 8px 0; transition: color 0.15s; position: relative; }
.header-nav a:hover, .header-nav a.active { color: var(--pink-deep); }
.header-nav a.active::after { content: ''; position: absolute; bottom: -22px; left: 0; right: 0; height: 3px; background: var(--pink); border-radius: 2px 2px 0 0; }
.header-cta { display: flex; gap: 10px; align-items: center; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 26px; font-family: 'Nunito', sans-serif; font-weight: 600; font-size: 14px; border: 1px solid transparent; cursor: pointer; transition: all 0.2s; border-radius: 100px; }
.btn-primary { background: var(--pink-deep); color: var(--paper); }
.btn-primary:hover { background: var(--ink); }
.btn-pink { background: var(--pink); color: var(--paper); }
.btn-pink:hover { background: var(--pink-deep); }
.btn-outline { background: var(--paper); border-color: var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--pink); color: var(--pink-deep); }
.btn-soft { background: var(--pink-light); color: var(--pink-deep); }
.btn-soft:hover { background: var(--pink); color: var(--paper); }
.btn-emergency { background: #c8584a; color: var(--paper); }

.hero { padding: 70px 0 90px; position: relative; overflow: hidden; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.hero::before { content: ''; position: absolute; top: -200px; right: -150px; width: 600px; height: 600px; background: radial-gradient(circle, var(--pink-light) 0%, transparent 70%); opacity: 0.6; }
.hero::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, var(--warm) 0%, transparent 70%); opacity: 0.5; }
.hero-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.hero-eye { display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px; background: var(--paper); border: 1px solid var(--pink-light); border-radius: 100px; font-size: 13px; color: var(--pink-deep); margin-bottom: 28px; font-weight: 600; box-shadow: 0 4px 16px -4px rgba(196, 120, 128, 0.15); }
.hero-eye::before { content: '♡'; }
.hero h1 { font-family: 'Lora', serif; font-size: 80px; font-weight: 500; line-height: 1.05; letter-spacing: -1px; margin-bottom: 26px; color: var(--ink); }
.hero h1 em { font-style: italic; color: var(--pink-deep); font-weight: 500; }
.hero p { font-size: 18px; max-width: 480px; color: var(--ink-2); margin-bottom: 36px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 50px; flex-wrap: wrap; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 36px; border-top: 1px solid var(--line); }
.hero-trust-num { font-family: 'Lora', serif; font-size: 38px; font-weight: 500; color: var(--pink-deep); line-height: 1; letter-spacing: -1px; }
.hero-trust-num em { font-style: italic; }
.hero-trust-label { font-size: 12px; color: var(--muted); margin-top: 6px; line-height: 1.4; }

.hero-visual { position: relative; }
.hero-circle { aspect-ratio: 1; background: var(--paper); border-radius: 50%; box-shadow: 0 30px 60px -20px rgba(196, 120, 128, 0.2); padding: 60px; display: grid; place-items: center; position: relative; max-width: 520px; margin: 0 auto; }
.hero-circle::before { content: ''; position: absolute; inset: 24px; border: 2px dashed var(--pink-light); border-radius: 50%; }
.hero-circle svg { width: 70%; max-width: 320px; }
.hero-floating { position: absolute; background: var(--paper); padding: 16px 22px; border-radius: 24px; box-shadow: 0 12px 30px -8px rgba(196, 120, 128, 0.18); display: flex; gap: 14px; align-items: center; z-index: 3; }
.hero-floating-1 { top: 8%; left: -20px; }
.hero-floating-2 { bottom: 16%; right: -25px; }
.hero-floating-3 { top: 50%; right: -10%; transform: translateY(-50%); }
.hero-floating-emoji { width: 44px; height: 44px; background: var(--pink-light); border-radius: 50%; display: grid; place-items: center; font-size: 22px; }
.hero-floating-text strong { display: block; font-family: 'Lora', serif; font-size: 16px; font-weight: 600; color: var(--ink); }
.hero-floating-text small { font-size: 11px; color: var(--muted); }

.section { padding: 90px 0; }
.section-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.section-eye { display: inline-block; padding: 6px 16px; background: var(--pink-light); color: var(--pink-deep); border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px; }
.section-eye::before { content: '♡ '; }
.section-head h2 { font-family: 'Lora', serif; font-size: 56px; font-weight: 500; line-height: 1.1; color: var(--ink); margin-bottom: 16px; letter-spacing: -1px; }
.section-head h2 em { font-style: italic; color: var(--pink-deep); }
.section-head p { font-size: 17px; color: var(--ink-2); line-height: 1.6; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service { background: var(--paper); border-radius: 24px; padding: 40px 32px; box-shadow: 0 8px 30px -8px rgba(196, 120, 128, 0.1); transition: all 0.25s; position: relative; overflow: hidden; }
.service:hover { transform: translateY(-6px); box-shadow: 0 16px 40px -8px rgba(196, 120, 128, 0.2); }
.service-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--pink-light); display: grid; place-items: center; margin-bottom: 24px; color: var(--pink-deep); transition: all 0.25s; }
.service:hover .service-icon { background: var(--pink); color: var(--paper); }
.service h3 { font-family: 'Lora', serif; font-size: 28px; font-weight: 600; line-height: 1.15; color: var(--ink); margin-bottom: 14px; letter-spacing: -0.3px; }
.service h3 em { font-style: italic; color: var(--pink-deep); }
.service p { font-size: 15px; color: var(--ink-2); line-height: 1.65; margin-bottom: 22px; }
.service-meta { display: flex; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.service-meta-item { font-size: 12px; }
.service-meta-label { color: var(--muted); display: block; margin-bottom: 2px; }
.service-meta-value { font-family: 'Lora', serif; font-weight: 600; color: var(--ink); font-size: 14px; }

.programs-section { background: var(--bg-2); }
.programs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.program { background: var(--paper); border-radius: 28px; padding: 0; overflow: hidden; transition: all 0.25s; }
.program:hover { transform: translateY(-4px); box-shadow: 0 16px 40px -8px rgba(196, 120, 128, 0.15); }
.program-header { background: linear-gradient(135deg, var(--pink-light) 0%, var(--rose) 100%); padding: 36px; position: relative; overflow: hidden; }
.program.gold .program-header { background: linear-gradient(135deg, var(--warm) 0%, var(--gold) 100%); }
.program.sage .program-header { background: linear-gradient(135deg, #d8e3d4 0%, var(--sage) 100%); }
.program.rose .program-header { background: linear-gradient(135deg, #f5d6d2 0%, var(--rose) 100%); }
.program-header::before { content: '♡'; position: absolute; top: 20px; right: 28px; font-size: 80px; color: var(--paper); opacity: 0.25; line-height: 1; }
.program-tag { display: inline-block; padding: 5px 14px; background: var(--paper); color: var(--pink-deep); border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
.program.gold .program-tag { color: var(--gold-deep); }
.program-header h3 { font-family: 'Lora', serif; font-size: 32px; font-weight: 500; line-height: 1.1; color: var(--paper); margin-bottom: 8px; letter-spacing: -0.5px; }
.program-header h3 em { font-style: italic; }
.program-price { font-family: 'Lora', serif; font-size: 22px; font-weight: 600; color: var(--paper); }
.program-price em { font-style: normal; opacity: 0.8; font-size: 14px; }
.program-body { padding: 30px 36px; }
.program-body p { font-size: 14px; color: var(--ink-2); line-height: 1.65; margin-bottom: 20px; }
.program-body ul { list-style: none; display: grid; gap: 10px; margin-bottom: 24px; }
.program-body li { padding-left: 26px; position: relative; font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.program-body li::before { content: '♡'; position: absolute; left: 0; top: 1px; color: var(--pink); }
.program-body .btn { width: 100%; justify-content: center; }

.story-section { padding: 100px 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-text h2 { font-family: 'Lora', serif; font-size: 48px; font-weight: 500; line-height: 1.1; color: var(--ink); margin-bottom: 22px; letter-spacing: -1px; }
.story-text h2 em { font-style: italic; color: var(--pink-deep); }
.story-text p { font-size: 16px; color: var(--ink-2); line-height: 1.75; margin-bottom: 16px; }
.story-text p strong { color: var(--ink); font-weight: 600; }
.story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.story-stat-num { font-family: 'Lora', serif; font-size: 48px; font-weight: 500; color: var(--pink-deep); line-height: 1; letter-spacing: -1px; }
.story-stat-num em { font-style: italic; }
.story-stat-label { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.4; }
.story-img { aspect-ratio: 4/5; background: var(--paper); border-radius: 36px; padding: 30px; box-shadow: 0 30px 60px -20px rgba(196, 120, 128, 0.2); position: relative; overflow: hidden; }
.story-img::before { content: ''; position: absolute; inset: 12px; border: 2px solid var(--pink-light); border-radius: 28px; }

.testimonials-section { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { background: var(--paper); border-radius: 24px; padding: 36px; box-shadow: 0 8px 24px -6px rgba(196, 120, 128, 0.1); position: relative; }
.testimonial::before { content: '"'; position: absolute; top: 12px; left: 28px; font-family: 'Lora', serif; font-size: 100px; color: var(--pink-light); line-height: 1; }
.testimonial-text { font-family: 'Lora', serif; font-style: italic; font-size: 16px; color: var(--ink); line-height: 1.7; margin-bottom: 28px; position: relative; z-index: 1; padding-top: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px dashed var(--line); }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: var(--paper); font-family: 'Lora', serif; font-size: 20px; font-weight: 600; }
.testimonial-author-name { font-family: 'Lora', serif; font-weight: 600; font-size: 16px; color: var(--ink); }
.testimonial-author-meta { font-size: 12px; color: var(--muted); margin-top: 2px; }

.team-strip { padding: 90px 0; }
.team-strip-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center; }
.team-strip-text h2 { font-family: 'Lora', serif; font-size: 48px; font-weight: 500; line-height: 1.1; color: var(--ink); margin-bottom: 18px; letter-spacing: -1px; }
.team-strip-text h2 em { font-style: italic; color: var(--pink-deep); }
.team-strip-text p { font-size: 16px; color: var(--ink-2); line-height: 1.7; margin-bottom: 16px; }
.team-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-photo-card { background: var(--paper); border-radius: 24px; padding: 24px; text-align: center; box-shadow: 0 8px 24px -6px rgba(196, 120, 128, 0.08); }
.team-portrait { aspect-ratio: 1; background: var(--bg-2); border-radius: 50%; margin: 0 auto 16px; max-width: 120px; overflow: hidden; }
.team-photo-card h4 { font-family: 'Lora', serif; font-size: 18px; font-weight: 600; color: var(--ink); line-height: 1.2; margin-bottom: 4px; }
.team-photo-card .role { font-size: 12px; color: var(--pink-deep); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.team-photo-card p { font-size: 12px; color: var(--ink-2); line-height: 1.5; }

.cta-section { padding: 100px 0; }
.cta-card { background: linear-gradient(135deg, var(--pink-deep) 0%, var(--pink) 100%); border-radius: 36px; padding: 70px 60px; text-align: center; position: relative; overflow: hidden; color: var(--paper); }
.cta-card::before { content: '♡'; position: absolute; top: -50px; right: -30px; font-size: 280px; color: var(--paper); opacity: 0.08; line-height: 1; }
.cta-card::after { content: '♡'; position: absolute; bottom: -50px; left: -30px; font-size: 200px; color: var(--paper); opacity: 0.08; line-height: 1; }
.cta-card h2 { font-family: 'Lora', serif; font-size: 56px; font-weight: 500; line-height: 1.05; letter-spacing: -1px; margin-bottom: 18px; position: relative; }
.cta-card h2 em { font-style: italic; }
.cta-card p { font-size: 18px; opacity: 0.95; max-width: 580px; margin: 0 auto 36px; position: relative; line-height: 1.6; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-card .btn-primary { background: var(--paper); color: var(--pink-deep); }
.cta-card .btn-primary:hover { background: var(--ink); color: var(--paper); }
.cta-card .btn-outline { background: transparent; border-color: var(--paper); color: var(--paper); }
.cta-card .btn-outline:hover { background: var(--paper); color: var(--pink-deep); }

.footer { background: var(--ink); color: var(--paper); padding: 70px 0 30px; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--pink-deep), var(--pink), var(--rose), var(--gold)); }
.footer-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
.footer-brand .logo-name { color: var(--paper); }
.footer-brand .logo-name em { color: var(--pink); }
.footer-brand .logo-sub { color: rgba(255,255,255,0.6); }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.7; margin: 24px 0 24px; max-width: 380px; }
.footer-emergency { background: rgba(200, 88, 74, 0.15); border: 1px solid rgba(200, 88, 74, 0.3); padding: 16px; border-radius: 14px; }
.footer-emergency-label { font-size: 11px; color: #f4a89e; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; margin-bottom: 6px; }
.footer-emergency-num { font-family: 'Lora', serif; font-size: 22px; color: var(--paper); font-weight: 600; }
.footer h5 { font-size: 12px; color: var(--pink); margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; font-size: 14px; color: rgba(255,255,255,0.78); }
.footer a:hover { color: var(--pink); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; font-size: 12px; color: rgba(255,255,255,0.6); }

.page-header { padding: 60px 0 50px; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; top: -100px; right: -50px; width: 400px; height: 400px; background: radial-gradient(circle, var(--pink-light) 0%, transparent 70%); opacity: 0.5; }
.page-header .crumbs { font-size: 13px; color: var(--muted); margin-bottom: 18px; position: relative; }
.page-header .crumbs::before { content: '♡ '; color: var(--pink); }
.page-header h1 { font-family: 'Lora', serif; font-size: 76px; font-weight: 500; line-height: 1.05; letter-spacing: -1.5px; position: relative; }
.page-header h1 em { font-style: italic; color: var(--pink-deep); }
.page-header .h1-sub { font-size: 18px; color: var(--ink-2); margin-top: 18px; max-width: 600px; line-height: 1.6; position: relative; }

.services-detail { padding: 60px 0 100px; }
.service-detailed { display: grid; grid-template-columns: 100px 1.4fr 1fr 240px; gap: 40px; padding: 40px 0; border-bottom: 1px solid var(--line); align-items: start; }
.service-detailed:last-child { border-bottom: 0; }
.service-detailed-num { font-family: 'Lora', serif; font-style: italic; font-size: 80px; line-height: 1; color: var(--pink); }
.service-detailed h3 { font-family: 'Lora', serif; font-size: 36px; font-weight: 500; line-height: 1.05; letter-spacing: -0.5px; margin-bottom: 14px; }
.service-detailed h3 em { font-style: italic; color: var(--pink-deep); }
.service-detailed p { font-size: 15px; color: var(--ink-2); line-height: 1.7; margin-bottom: 14px; }
.service-detailed ul { list-style: none; display: grid; gap: 8px; }
.service-detailed li { padding-left: 26px; position: relative; font-size: 14px; color: var(--ink-2); }
.service-detailed li::before { content: '♡'; position: absolute; left: 0; top: 0; color: var(--pink); }
.service-detailed-meta { display: grid; gap: 12px; padding-left: 0; }
.service-detailed-meta-row { display: flex; flex-direction: column; gap: 4px; padding: 10px 14px; background: var(--bg-2); border-radius: 12px; }
.service-detailed-meta-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.service-detailed-meta-value { font-family: 'Lora', serif; font-size: 16px; font-weight: 600; color: var(--ink); }
.service-detailed-side { background: linear-gradient(135deg, var(--pink-light) 0%, var(--rose) 100%); padding: 28px; border-radius: 18px; }
.service-detailed-side .label { font-size: 11px; color: var(--pink-deep); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; font-weight: 600; }
.service-detailed-side .v { font-family: 'Lora', serif; font-size: 36px; font-weight: 500; color: var(--ink); line-height: 1; letter-spacing: -1px; }
.service-detailed-side .desc { font-size: 12px; color: var(--ink-2); margin-top: 10px; line-height: 1.55; }
.service-detailed-side .btn { width: 100%; justify-content: center; margin-top: 14px; }

.contacts-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; padding: 50px 0 100px; }
.contact-block { background: var(--paper); border-radius: 24px; padding: 32px; margin-bottom: 18px; box-shadow: 0 6px 20px -6px rgba(196, 120, 128, 0.1); }
.contact-block h3 { font-family: 'Lora', serif; font-size: 24px; font-weight: 600; line-height: 1.1; margin-bottom: 4px; }
.contact-block h3 em { font-style: italic; color: var(--pink-deep); }
.contact-block .cb-sub { font-size: 12px; color: var(--pink-deep); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 22px; font-weight: 600; }
.contact-list { display: grid; gap: 14px; }
.contact-row { display: flex; gap: 16px; align-items: start; padding-bottom: 14px; border-bottom: 1px dashed var(--line); }
.contact-row:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-icon { width: 44px; height: 44px; background: var(--pink-light); border-radius: 50%; display: grid; place-items: center; color: var(--pink-deep); flex-shrink: 0; }
.contact-text strong { display: block; font-family: 'Lora', serif; font-size: 16px; font-weight: 600; color: var(--ink); }
.contact-text span { font-size: 13px; color: var(--muted); }

.contact-form { background: var(--paper); border-radius: 24px; padding: 40px; box-shadow: 0 12px 40px -10px rgba(196, 120, 128, 0.15); border: 1px solid var(--line); }
.contact-form h3 { font-family: 'Lora', serif; font-size: 36px; font-weight: 500; line-height: 1.1; letter-spacing: -1px; margin-bottom: 6px; }
.contact-form h3 em { font-style: italic; color: var(--pink-deep); }
.contact-form .cf-sub { font-size: 14px; color: var(--ink-2); margin-bottom: 28px; line-height: 1.55; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; color: var(--ink); font-weight: 600; margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 18px; background: var(--bg); border: 1px solid var(--line); border-radius: 14px; font-family: 'Nunito', sans-serif; font-size: 14px; color: var(--ink); outline: 0; transition: all 0.15s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--pink); background: var(--paper); }
.field textarea { min-height: 100px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .btn { width: 100%; justify-content: center; padding: 16px; font-size: 15px; }

.map-block { aspect-ratio: 16/10; border-radius: 24px; overflow: hidden; box-shadow: 0 10px 30px -8px rgba(196,120,128,0.15); border: 1px solid var(--line); }

@media (max-width: 1024px) {
  .header-inner { flex-wrap: wrap; }
  .header-nav { order: 3; width: 100%; gap: 16px; padding-top: 14px; border-top: 1px solid var(--line); margin-left: 0; flex-wrap: wrap; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero h1 { font-size: 56px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .programs-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .team-strip-grid { grid-template-columns: 1fr; gap: 40px; }
  .team-photos { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-header h1 { font-size: 52px; }
  .service-detailed { grid-template-columns: 1fr; gap: 18px; }
  .service-detailed-num { font-size: 56px; }
  .contacts-grid { grid-template-columns: 1fr; }
  .cta-card h2 { font-size: 40px; }
  .hero-floating-3 { display: none; }
}
@media (max-width: 720px) {
  .header-inner { padding: 14px 20px; }
  .section { padding: 60px 0; }
  .section-inner { padding: 0 20px; }
  .topbar-inner { padding: 0 20px; }
  .topbar-meta, .topbar-left { font-size: 12px; }
  .hero { padding: 40px 0 60px; }
  .hero h1 { font-size: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .team-photos { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 36px; }
  .page-header h1 { font-size: 38px; }
  .cta-card { padding: 50px 30px; }
  .cta-card h2 { font-size: 32px; }
  .hero-floating { padding: 12px 16px; }
  .hero-floating-1 { left: -10px; }
  .hero-floating-2 { right: -10px; }
}
