/* ============================================================
   Child Matters — Shared stylesheet
   Palette derived from the brand logo + the real interior design
   (sage/teal walls, warm oak wood, blush accents, tree motif)
   ============================================================ */

:root{
  --teal:#5FA69B;
  --teal-deep:#3E7E75;
  --sage:#93A69C;
  --coral:#E37B6C;
  --coral-deep:#CC5F51;
  --gold:#F0B85E;
  --blush:#F3D6D3;
  --cream:#FBF7F1;
  --oak:#C9A876;
  --oak-light:#E8DCC4;
  --ink:#2E3D3A;
  --ink-soft:#5C6B68;
  --border-soft:rgba(46,61,58,0.08);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:'Mulish', sans-serif;
  background:var(--cream);
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  position:relative;
}

/* Site-wide ambient shapes — same soft language on every page, so the
   whole site reads as one continuous, considered space (not separate
   pasted blocks). Fixed + low opacity so they sit quietly behind everything. */
body::before, body::after{
  content:''; position:fixed; z-index:-2; border-radius:50%; filter:blur(1px);
}
body::before{
  width:52vw; height:52vw; max-width:640px; max-height:640px;
  top:-18vw; left:-20vw; background:var(--teal); opacity:.10;
  border-radius:48% 52% 55% 45% / 55% 45% 55% 45%;
  animation:float1 18s ease-in-out infinite;
}
body::after{
  width:34vw; height:34vw; max-width:420px; max-height:420px;
  bottom:-14vw; right:-14vw; background:var(--coral); opacity:.08;
  border-radius:55% 45% 50% 50% / 45% 55% 45% 55%;
  animation:float1 20s ease-in-out infinite reverse;
}
@media (prefers-reduced-motion: reduce){ body::before, body::after{ animation:none; } }
img{ max-width:100%; display:block; }
a{ color:inherit; }
h1,h2,h3{ font-family:'Varela Round', sans-serif; color:var(--teal-deep); margin:0 0 .5em; line-height:1.25; }
p{ margin:0 0 1em; }
.container{ max-width:1120px; margin:0 auto; padding:0 24px; }
:focus-visible{ outline:3px solid var(--coral); outline-offset:3px; }

/* ---------------- Header / Nav ---------------- */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(251,247,241,0.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--border-soft);
}
.nav-wrap{
  max-width:1120px; margin:0 auto; padding:14px 24px;
  display:flex; align-items:center; justify-content:space-between;
}
.brand{ display:flex; align-items:center; gap:10px; text-decoration:none; }
.brand img{ width:44px; height:44px; object-fit:contain; }
.brand-name{ font-family:'Varela Round', sans-serif; font-size:19px; color:var(--teal-deep); }
.brand-name span{ color:var(--coral); }

.nav-links{ display:flex; gap:2px; list-style:none; margin:0; padding:0; }
.nav-links a{
  display:inline-block; text-decoration:none; font-weight:700; font-size:13.5px;
  color:var(--ink-soft); padding:8px 12px; border-radius:999px; transition:background .2s, color .2s;
  white-space:nowrap;
}
.nav-links a:hover{ background:var(--blush); color:var(--coral-deep); }
.nav-links a.active{ background:var(--teal); color:#fff; }

.nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle svg{ width:26px; height:26px; color:var(--teal-deep); }

.nav-call{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--teal); color:#fff; font-weight:800; font-size:13.5px;
  padding:10px 16px; border-radius:999px; text-decoration:none; white-space:nowrap;
  transition:background .2s, transform .2s; flex-shrink:0;
}
.nav-call:hover{ background:var(--teal-deep); transform:translateY(-1px); }
.nav-call svg{ width:16px; height:16px; }
@media (max-width:1010px){ .nav-call{ display:none; } }

@media (max-width:1010px){
  .nav-toggle{ display:block; }
  .nav-links{
    position:absolute; top:100%; left:0; right:0;
    flex-direction:column; background:var(--cream);
    padding:10px 24px 20px; border-bottom:1px solid var(--border-soft);
    display:none; gap:2px;
  }
  .nav-links.open{ display:flex; }
  .nav-links a{ padding:12px 10px; }
}

/* ---------------- Buttons ---------------- */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Mulish', sans-serif; font-weight:800; font-size:15px;
  padding:13px 26px; border-radius:999px; text-decoration:none;
  border:2px solid transparent; cursor:pointer; transition:transform .2s, box-shadow .2s;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--coral); color:#fff; box-shadow:0 10px 24px -10px rgba(204,95,81,0.55); }
.btn-primary:hover{ box-shadow:0 14px 28px -10px rgba(204,95,81,0.6); }
.btn-outline{ background:transparent; border-color:var(--teal); color:var(--teal-deep); }
.btn-outline:hover{ background:var(--teal); color:#fff; }

/* ---------------- Hero ---------------- */
.hero{
  position:relative; overflow:hidden;
  padding:70px 0 60px;
}
.hero-grid{
  display:grid; grid-template-columns:1.1fr 0.9fr; gap:48px; align-items:center;
}
@media (max-width:860px){ .hero-grid{ grid-template-columns:1fr; } }

.eyebrow{
  font-size:13px; letter-spacing:2.5px; text-transform:uppercase;
  color:var(--teal-deep); font-weight:800; margin-bottom:14px;
}
.hero h1{ font-size:clamp(32px,4.5vw,48px); }
.hero h1 span{ color:var(--coral); }
.hero-sub{ font-size:17px; color:var(--ink-soft); max-width:480px; }
.hero-actions{ display:flex; gap:14px; margin-top:28px; flex-wrap:wrap; }

.hero-media{ position:relative; border-radius:24px; overflow:hidden; box-shadow:0 30px 60px -24px rgba(46,61,58,0.35); }
.hero-media img{ width:100%; height:100%; object-fit:cover; }

/* decorative floating blobs, echo the logo's moon/sun */
.blob{ position:absolute; border-radius:50%; z-index:-1; opacity:.18; filter:blur(1px); }
.blob-1{ width:420px; height:420px; top:-160px; left:-160px; background:var(--teal); border-radius:48% 52% 55% 45% / 55% 45% 55% 45%; animation:float1 16s ease-in-out infinite; }
.blob-2{ width:220px; height:220px; top:40px; right:-60px; background:var(--blush); opacity:.5; animation:float2 12s ease-in-out infinite; }
@keyframes float1{ 0%,100%{ transform:translate(0,0) rotate(0deg);} 50%{ transform:translate(2vw,2vw) rotate(5deg);} }
@keyframes float2{ 0%,100%{ transform:translate(0,0);} 50%{ transform:translate(-1.5vw,1.5vw);} }
@media (prefers-reduced-motion: reduce){ .blob{ animation:none !important; } }

/* ---------------- Tree motif divider (signature element, echoes the reception wall art) ---------------- */
.tree-divider{ display:flex; justify-content:center; margin:8px 0 36px; opacity:.9; }
.tree-divider svg{ width:120px; height:64px; }

/* ---------------- Section basics ---------------- */
.section{ padding:64px 0; }
.section-tight{ padding:40px 0; }
.section-alt{ background:rgba(255,255,255,0.45); }
.section-head{ text-align:center; max-width:640px; margin:0 auto 44px; }
.section-head p{ color:var(--ink-soft); }

/* ---------------- Cards ---------------- */
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:760px){ .grid-2, .grid-3{ grid-template-columns:1fr; } }

.card{
  background:#fff; border-radius:20px; padding:30px 26px;
  border:1px solid var(--border-soft); box-shadow:0 10px 30px -18px rgba(46,61,58,0.18);
  transition:transform .25s ease, box-shadow .25s ease;
}
.card:hover{ transform:translateY(-4px); box-shadow:0 18px 36px -18px rgba(46,61,58,0.24); }
.card-icon{ width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.card-icon svg{ width:26px; height:26px; }
.card.teal .card-icon{ background:rgba(95,166,155,0.14); }
.card.teal .card-icon svg{ color:var(--teal-deep); }
.card.coral .card-icon{ background:rgba(227,123,108,0.14); }
.card.coral .card-icon svg{ color:var(--coral-deep); }
.card.gold .card-icon{ background:rgba(240,184,94,0.18); }
.card.gold .card-icon svg{ color:#B9822F; }
.card h3{ font-size:19px; margin-bottom:8px; }
.card p{ color:var(--ink-soft); font-size:15px; margin-bottom:0; }
.card .card-link{ display:inline-block; margin-top:14px; font-weight:800; font-size:14px; color:var(--coral-deep); text-decoration:none; }

/* ---------------- Organic photo frames (signature treatment) ----------------
   Photos are cropped into soft, hand-drawn-feeling blobs echoing the logo's
   moon/sun shapes, always set against a tinted band rather than bare white,
   so they read as placed, considered elements rather than pasted rectangles. */
.photo-frame{
  position:relative; overflow:hidden; border:6px solid var(--cream);
  box-shadow:0 22px 44px -22px rgba(46,61,58,.32);
  aspect-ratio:4/3;
}
.photo-frame img{ width:100%; height:100%; object-fit:cover; display:block; }
.frame-a{ border-radius:42% 58% 65% 35% / 45% 40% 60% 55%; }
.frame-b{ border-radius:58% 42% 40% 60% / 55% 60% 40% 45%; }
.frame-c{ border-radius:50% 50% 38% 62% / 40% 55% 45% 60%; }

.hero-media-wrap{ position:relative; }
.hero-media-wrap::before{
  content:''; position:absolute; inset:-8% -12% -12% 8%; z-index:-1;
  background:var(--sage); opacity:.28;
  border-radius:44% 56% 58% 42% / 48% 44% 56% 52%;
}

.hero-logo-inline{ width:76px; height:auto; margin-bottom:16px; }

.hero-logo-badge{
  position:absolute; bottom:-20px; right:-20px; z-index:3;
  width:96px; height:96px; border-radius:50%; background:#fff;
  display:flex; align-items:center; justify-content:center; padding:18px;
  box-shadow:0 14px 30px -14px rgba(46,61,58,0.4);
}
.hero-logo-badge img{ width:100%; height:100%; object-fit:contain; }
@media (max-width:520px){
  .hero-logo-badge{ width:76px; height:76px; bottom:-14px; right:-14px; padding:14px; }
}

.space-band{
  background:linear-gradient(180deg, rgba(147,166,156,0.16), rgba(147,166,156,0.04));
  border-radius:36px; padding:52px 32px 44px;
}
.collage{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px 26px; }
.collage figure{ margin:0; }
.collage figure:nth-child(2){ margin-top:36px; }
.collage figure:nth-child(3){ margin-top:-10px; }
.collage figcaption{
  text-align:center; font-size:15px; margin-top:14px;
  font-family:'Varela Round', sans-serif; letter-spacing:.2px;
}
.collage figcaption::before{
  content:''; display:block; width:26px; height:3px; border-radius:2px;
  margin:0 auto 9px; background:currentColor; opacity:.55;
}
.cap-teal{ color:var(--teal-deep); }
.cap-coral{ color:var(--coral-deep); }
.cap-gold{ color:#B9822F; }
@media (max-width:760px){
  .collage{ grid-template-columns:1fr 1fr; }
  .collage figure:nth-child(2), .collage figure:nth-child(3){ margin-top:0; }
}
@media (max-width:560px){
  .collage{ grid-template-columns:1fr; }
}

/* ---------------- Team ---------------- */
.team-card{
  scroll-margin-top:100px;
  background:#fff; border-radius:22px; overflow:hidden; border:1px solid var(--border-soft);
  box-shadow:0 14px 32px -20px rgba(46,61,58,0.2); display:flex; flex-direction:column;
  transition:transform .25s ease, box-shadow .25s ease;
}
.team-card:hover{ transform:translateY(-4px); box-shadow:0 20px 40px -20px rgba(46,61,58,0.28); }
}
.team-photo{ aspect-ratio:1/1.02; width:100%; display:flex; align-items:center; justify-content:center; font-family:'Varela Round',sans-serif; font-size:15px; color:#fff; text-align:center; padding:0 20px; overflow:hidden; }
.team-photo.teal-bg{ background:linear-gradient(135deg,var(--teal),var(--teal-deep)); }
.team-photo.coral-bg{ background:linear-gradient(135deg,var(--coral),var(--coral-deep)); }
.team-body{ padding:26px; }
.team-role{ font-size:12.5px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; }
.team-card.teal .team-role{ color:var(--teal-deep); }
.team-card.coral .team-role{ color:var(--coral-deep); }
.team-name{ font-family:'Varela Round', sans-serif; font-size:21px; margin:6px 0 12px; }
.team-phone{
  display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:15px;
  text-decoration:none; padding:9px 16px; border-radius:12px; background:var(--cream); color:var(--ink);
}
.team-phone svg{ width:16px; height:16px; }

.team-photo img{ width:100%; height:100%; object-fit:cover; object-position:top center; }
.chip-row{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.chip{
  font-size:12.5px; font-weight:700; padding:6px 13px; border-radius:999px;
  background:var(--cream); color:var(--ink-soft); border:1px solid var(--border-soft);
}

/* ---------------- Contact ---------------- */
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start; }
@media (max-width:860px){ .contact-grid{ grid-template-columns:1fr; } }

.info-row{ display:flex; gap:14px; align-items:flex-start; margin-bottom:22px; }
.info-row svg{ width:22px; height:22px; color:var(--coral); flex-shrink:0; margin-top:2px; }
.info-row .label{ font-size:12.5px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:var(--teal-deep); margin-bottom:3px; }

.map-frame{ border-radius:18px; overflow:hidden; border:1px solid var(--border-soft); margin-top:20px; }
.map-frame iframe{ width:100%; height:260px; border:0; display:block; }

/* ---------------- Form ---------------- */
.form-card{ background:#fff; border-radius:22px; padding:34px; border:1px solid var(--border-soft); box-shadow:0 14px 34px -20px rgba(46,61,58,0.2); }
.field{ margin-bottom:18px; }
.field label{ display:block; font-size:13.5px; font-weight:800; color:var(--ink); margin-bottom:6px; }
.field input, .field textarea{
  width:100%; padding:12px 14px; border-radius:12px; border:1.5px solid var(--border-soft);
  font-family:'Mulish', sans-serif; font-size:15px; background:var(--cream); color:var(--ink);
  transition:border-color .2s;
}
.field input:focus, .field textarea:focus{ outline:none; border-color:var(--teal); }
.field textarea{ resize:vertical; min-height:120px; }
.form-note{ font-size:13px; color:var(--ink-soft); margin-top:14px; }
.form-success{ display:none; background:var(--blush); color:var(--coral-deep); padding:16px 18px; border-radius:14px; font-weight:700; margin-bottom:18px; }

/* ---------------- CTA band ---------------- */
.cta-band{
  background:linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 55%, #2f665f 100%);
  border-radius:28px; padding:52px 40px; text-align:center; color:#fff;
  position:relative; overflow:hidden;
}
.cta-band::before{
  content:''; position:absolute; top:-60px; right:-60px; width:220px; height:220px;
  background:radial-gradient(circle, rgba(255,255,255,0.16), transparent 70%);
  border-radius:50%; pointer-events:none;
}
.cta-icon{
  width:56px; height:56px; border-radius:50%; margin:0 auto 18px;
  background:rgba(255,255,255,0.16); display:flex; align-items:center; justify-content:center;
  position:relative; z-index:1;
}
.cta-icon svg{ width:26px; height:26px; color:#fff; }
.cta-eyebrow{
  display:flex; align-items:center; justify-content:center; gap:12px;
  font-size:12.5px; font-weight:800; letter-spacing:2.5px; text-transform:uppercase;
  color:var(--gold); margin-bottom:12px; position:relative; z-index:1;
}
.cta-eyebrow::before, .cta-eyebrow::after{ content:''; width:26px; height:1px; background:rgba(255,255,255,0.45); }
.cta-band h2{ color:#fff; position:relative; z-index:1; }
.cta-band p{ color:rgba(255,255,255,0.9); max-width:520px; margin:0 auto 24px; position:relative; z-index:1; }
.cta-band .btn-primary{ background:#fff; color:var(--teal-deep); position:relative; z-index:1; }
.cta-band .btn-primary:hover{ background:var(--cream); }

/* ---------------- Footer ---------------- */
.site-footer{ background:var(--teal-deep); color:#fff; padding:48px 0 26px; margin-top:40px; }
.footer-grid{ display:grid; grid-template-columns:1.3fr 1fr 1.2fr 0.9fr; gap:32px; margin-bottom:32px; }
@media (max-width:760px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-grid h4{ font-family:'Varela Round', sans-serif; font-size:16px; margin-bottom:14px; color:#fff; }
.footer-grid p, .footer-grid a{ color:rgba(255,255,255,0.82); font-size:14.5px; text-decoration:none; }
.footer-grid ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-brand img{ width:38px; height:38px; }
.footer-brand span{ font-family:'Varela Round', sans-serif; font-size:18px; color:#fff; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,0.18); padding-top:20px; font-size:13px; color:rgba(255,255,255,0.65); text-align:center; }

.footer-grid .icon-list li{ display:flex; align-items:flex-start; gap:10px; }
.footer-grid .icon-list svg{ width:16px; height:16px; flex-shrink:0; margin-top:3px; color:rgba(255,255,255,0.7); }
.footer-phone-label{ font-size:12px; color:rgba(255,255,255,0.55); margin-bottom:2px; }
.footer-grid .icon-list a{ white-space:nowrap; }

.social-row{ display:flex; gap:10px; margin-top:4px; }
.social-icon{
  width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,0.14); color:#fff; transition:background .2s, transform .2s;
}
.social-icon:hover{ background:rgba(255,255,255,0.28); transform:translateY(-2px); }
.social-icon svg{ width:18px; height:18px; }
.footer-privacy-link{ display:inline-flex; align-items:center; gap:8px; margin-top:18px; font-size:13.5px; color:rgba(255,255,255,0.75); }
.footer-privacy-link svg{ width:15px; height:15px; }

/* ---------------- Page header (non-home pages) ---------------- */
.page-hero{ padding:52px 0 20px; text-align:center; }
.page-hero .eyebrow{ justify-content:center; display:flex; }
.page-hero h1{ font-size:clamp(28px,4vw,40px); }
.page-hero p{ color:var(--ink-soft); max-width:560px; margin:0 auto; }

/* ---------------- Subtle effects: scroll reveal + photo hover zoom ---------------- */
.photo-frame, .team-photo{ overflow:hidden; }
.photo-frame img, .team-photo img{ transition:transform .6s ease; }
.photo-frame:hover img, .team-photo:hover img{ transform:scale(1.06); }

.reveal-init{ opacity:0; transform:translateY(16px); transition:opacity .7s ease, transform .7s ease; }
.reveal-init.is-visible{ opacity:1; transform:translateY(0); }
@media (prefers-reduced-motion: reduce){
  .reveal-init{ opacity:1; transform:none; transition:none; }
  .photo-frame img, .team-photo img{ transition:none; }
}

/* ---------------- Cookie consent banner ---------------- */
.cookie-banner{
  position:fixed; left:16px; right:16px; bottom:16px; z-index:200;
  max-width:640px; margin:0 auto;
  background:#fff; border-radius:18px; padding:22px 24px;
  box-shadow:0 20px 44px -16px rgba(46,61,58,0.35); border:1px solid var(--border-soft);
  display:flex; flex-wrap:wrap; align-items:center; gap:16px;
  transform:translateY(140%); transition:transform .5s ease;
}
.cookie-banner.show{ transform:translateY(0); }
.cookie-banner p{ margin:0; font-size:14px; color:var(--ink-soft); flex:1 1 260px; }
.cookie-banner a{ color:var(--teal-deep); font-weight:800; text-decoration:underline; }
.cookie-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.cookie-actions button{
  font-family:'Mulish', sans-serif; font-weight:800; font-size:13.5px;
  padding:10px 18px; border-radius:999px; cursor:pointer; border:2px solid transparent;
}
.cookie-accept{ background:var(--coral); color:#fff; }
.cookie-reject{ background:transparent; border-color:var(--border-soft); color:var(--ink-soft); }

.map-consent-placeholder{
  border-radius:18px; border:1px solid var(--border-soft); background:var(--cream);
  padding:36px 24px; text-align:center; margin-top:20px;
}
.map-consent-placeholder p{ color:var(--ink-soft); font-size:14px; margin-bottom:14px; }
.map-consent-placeholder button{
  font-family:'Mulish', sans-serif; font-weight:800; font-size:14px; color:#fff;
  background:var(--teal); border:none; padding:10px 20px; border-radius:999px; cursor:pointer;
}

/* ---------------- Photo album gallery (Ο χώρος μας) ---------------- */
.album-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; align-items:start; }
@media (max-width:760px){ .album-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .album-grid{ grid-template-columns:1fr; } }

.album-card{
  background:#fff; padding:10px; border-radius:18px;
  box-shadow:0 14px 30px -18px rgba(46,61,58,0.28); border:1px solid var(--border-soft);
  transition:transform .3s ease, box-shadow .3s ease;
}
.album-card:nth-child(2n){ transform:rotate(-1deg); }
.album-card:nth-child(2n+1){ transform:rotate(1deg); }
.album-card:hover{ transform:translateY(-6px) rotate(0deg); box-shadow:0 20px 40px -18px rgba(46,61,58,0.35); }
.album-card .album-photo{ border-radius:12px; overflow:hidden; }
.album-card .album-photo img{ width:100%; height:auto; display:block; transition:transform .6s ease; }
.album-card:hover .album-photo img{ transform:scale(1.05); }

/* ---------------- Accessibility: skip link ---------------- */
.skip-link{
  position:absolute; left:-9999px; top:auto; z-index:999;
  background:var(--teal-deep); color:#fff; padding:12px 20px; border-radius:0 0 12px 0;
  font-weight:800; font-size:14px; text-decoration:none;
}
.skip-link:focus{ left:0; top:0; }

/* ---------------- Sticky mobile call button ---------------- */
.sticky-call{ display:none; }
@media (max-width:760px){
  .sticky-call{
    display:flex; align-items:center; justify-content:center; gap:8px;
    position:fixed; left:0; right:0; bottom:0; z-index:150;
    background:var(--coral); color:#fff; text-decoration:none;
    font-weight:800; font-size:15px; padding:14px 20px;
    box-shadow:0 -8px 22px -12px rgba(46,61,58,0.4);
  }
  .sticky-call svg{ width:18px; height:18px; }
  /* keep page content from hiding behind the sticky bar */
  body{ padding-bottom:58px; }
  /* lift cookie banner above the sticky call bar when both are visible */
  .cookie-banner{ bottom:74px; }
}
