:root{
  --purple:#8f4eb0;
  --purple-dark:#5331b7;
  --green:#78a947;
  --cream:#fff8ef;
  --pink:#ffe7ef;
  --lav:#f1e8ff;
  --text:#2b2f3a;
  --muted:#687083;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.mcdv-landing{
  margin:0;
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 10%, #fff0f6 0 18%, transparent 35%),
    linear-gradient(180deg,#fff,#fff8ef 45%,#faf0ff);
}

.mcdv-header{
  position:sticky;top:0;z-index:10;
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;
  padding:16px 20px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--purple);font-weight:800;line-height:1}
.brand img{width:54px;height:54px;border-radius:50%}
.menu-btn{
  width:54px;height:54px;border:0;border-radius:16px;
  background:var(--purple);color:white;font-size:28px;
  box-shadow:0 8px 18px #8f4eb033;
}
.header-nav{
  width:100%;
  display:none;
  gap:10px;
  margin-top:12px;
  flex-direction:column;
}
.header-nav.is-open{display:flex}
.header-nav a{
  display:block;
  text-decoration:none;
  color:var(--purple-dark);
  font-weight:700;
  padding:10px 14px;
  border-radius:14px;
  background:#ffffffdd;
}

.hero{
  position:relative;
  display:grid;
  gap:22px;
  padding:28px 24px 46px;
  overflow:hidden;
}
.hero:after{
  content:"";
  position:absolute;left:-10%;right:-10%;bottom:-30px;height:80px;
  background:#fff8ef;
  border-radius:50% 50% 0 0;
}
.hero-copy{position:relative;z-index:1}
.mini{color:var(--green);font-weight:800}
h1{
  margin:6px 0 14px;
  color:var(--purple);
  font-size:clamp(42px,10vw,72px);
  line-height:.98;
  letter-spacing:-1.5px;
}
.hero p{font-size:18px;line-height:1.45}
.hero-img{
  position:relative;z-index:1;
  width:100%;
  border-radius:42px;
  box-shadow:0 18px 35px #00000018;
}

.actions{display:flex;flex-direction:column;gap:12px;margin-top:22px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:56px;padding:0 24px;border-radius:999px;
  text-decoration:none;font-weight:800;
}
.primary{background:linear-gradient(135deg,var(--purple),#7137a2);color:#fff}
.secondary{border:2px solid var(--green);color:#4d7830;background:#fff}
.green{background:var(--green);color:white;margin-top:20px}

.section{padding:34px 22px}
.section h2,.why h2,.contact h2,.album h2{
  text-align:center;
  color:var(--purple);
  font-size:34px;
  margin:0 0 8px;
}
.section-sub{text-align:center;margin:0 0 22px;color:#704d3d}

.service-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  align-items:stretch;
}
.card{
  background:white;
  border-radius:26px;
  padding:16px 12px 18px;
  text-align:center;
  box-shadow:0 12px 28px #7b5a3812;
}
.service-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.service-card .service-img-wrap{
  width:100%;
  height:190px;
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff0f6,#f4ffe8);
  display:flex;
  align-items:center;
  justify-content:center;
}
.service-card .service-img-wrap img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}
.service-card .service-img-wrap.contain img{
  object-fit:contain;
  padding:8px;
}
.service-card h3{color:var(--purple);margin:12px 0 8px;font-size:20px;line-height:1.15}
.service-card p{font-size:14px;color:#4a4f5b;margin:0;line-height:1.35}

.why{
  margin:14px 22px;
  padding:26px 16px;
  border-radius:30px;
  background:#fffdf6;
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  text-align:center;
}
.why-grid div{
  display:flex;flex-direction:column;gap:8px;
  padding:12px;
  color:var(--green);
  font-size:30px;
}
.why-grid img{
  width:100%;
  max-width:152px;
  height:auto;
  object-fit:contain;
  object-position:center;
  margin:0 auto;
  border-radius:0;
  background:transparent;
  display:block;
}
.why-grid span{font-size:14px;color:var(--text);font-weight:700}

.step-grid{display:grid;gap:18px}
.step-card{
  position:relative;
  background:white;
  border:2px dashed #eadcf7;
  border-radius:26px;
  padding:0;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.step-card img{
  width:100%;
  max-width:none;
  height:auto;
  margin:0;
  display:block;
}

.album{
  margin:22px;
  padding:20px;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  align-items:center;
  border-radius:30px;
  background:linear-gradient(135deg,#f3e7ff,#fff0f6);
}
.album-viewer{
  background:#ffffffcc;
  border:1px solid #e9ddf6;
  border-radius:22px;
  padding:16px;
}
.album-status{
  margin:0 0 12px;
  color:#5e4c73;
  font-weight:700;
}
.album-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.album-item{
  border:0;
  padding:0;
  border-radius:14px;
  overflow:hidden;
  background:#f7f2ff;
}
.album-item img{
  width:100%;
  display:block;
  aspect-ratio:1/1;
  object-fit:cover;
}
.album-item-fallback{
  border:0;
  border-radius:14px;
  padding:12px 16px;
  background:#fff;
  color:var(--purple-dark);
  font-weight:700;
}
.album-actions{
  margin-top:12px;
  display:flex;
  justify-content:center;
}
.album-lightbox{
  position:fixed;
  inset:0;
  background:#1e1830cc;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:30;
  padding:20px;
}
.album-lightbox.is-open{display:flex}
.album-lightbox img{
  max-width:92vw;
  max-height:92vh;
  width:auto;
  height:auto;
  object-fit:contain;
  aspect-ratio:auto;
  display:block;
  border-radius:18px;
}
.album-lightbox-close{
  position:absolute;
  top:16px;
  right:16px;
  width:44px;
  height:44px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:#3a2353;
  font-size:32px;
  line-height:1;
  display:grid;
  place-items:center;
  font-weight:700;
}

.comments{
  margin:22px;
  border-radius:34px;
  background:
    radial-gradient(circle at 12% 12%, #fff7c7 0 16%, transparent 34%),
    linear-gradient(135deg,#fff0f6,#f1e8ff 55%,#f4ffe8);
}
.comments-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 18px;
}
.comments-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.comment-card{
  position:relative;
  padding:18px;
  border-radius:26px;
  background:#ffffffdd;
  box-shadow:0 14px 30px #8f4eb017;
  border:1px solid #f1dff7;
}
.comment-card:before{
  content:"“";
  position:absolute;
  top:-18px;
  left:14px;
  color:#d9b1ef;
  font-size:62px;
  font-weight:900;
}
.comment-card p{
  position:relative;
  margin:8px 0 14px;
  line-height:1.55;
  color:#3d3349;
}
.comment-card footer{
  padding:0;
  background:transparent;
  color:#6a4b7a;
  text-align:left;
  font-weight:800;
}
.comment-card small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-weight:700;
}
.comments-status,.comments-modal-status,.comments-eligibility,.comments-word-count{
  color:#6b5579;
  font-weight:700;
  text-align:center;
}
.comments-modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:#241736cc;
  z-index:40;
}
.comments-modal.is-open{display:flex}
.comments-modal-card{
  position:relative;
  width:min(100%,560px);
  max-height:92vh;
  overflow:auto;
  padding:24px;
  border-radius:30px;
  background:#fffdf8;
  box-shadow:0 24px 80px #00000035;
}
.comments-modal-card h2{margin:0 44px 12px 0;color:var(--purple)}
.comments-modal-close{
  position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#f1e8ff;
  color:var(--purple-dark);
  font-size:30px;
}
.comments-login-form,.comments-editor form{
  display:grid;
  gap:12px;
}
.comments-login-form label,.comments-editor label{
  display:grid;
  gap:7px;
  color:#503c60;
  font-weight:800;
}
.comments-login-form input,.comments-editor textarea{
  width:100%;
  border:2px solid #eadcf7;
  border-radius:18px;
  padding:13px 14px;
  font:inherit;
  color:var(--text);
  background:#fff;
}
.comments-editor textarea{resize:vertical;min-height:130px}
.comments-modal-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:4px;
}
.comments-mine{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.comment-own-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}
.comment-own-actions button{
  min-height:40px;
  padding:0 16px;
}

.contact{
  margin:22px;
  padding:26px 16px;
  border-radius:30px;
  background:linear-gradient(135deg,#f2ffe9,#fff8ef);
  text-align:center;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.contact-grid a{
  min-width:0;
  padding:18px 10px;
  border-radius:22px;
  background:white;
  color:#3f4a38;
  text-decoration:none;
  box-shadow:0 8px 18px #0000000c;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.contact-grid a b{
  display:block;
  overflow-wrap:anywhere;
  word-break:break-word;
}

footer{
  padding:28px 20px 36px;
  text-align:center;
  background:#f8edff;
  color:#6c6276;
}
footer img{width:70px}
footer nav{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
footer a{color:#6f498f;text-decoration:none}

.legal-page{
  min-height:100vh;
}
.legal-header{
  position:static;
  overflow:visible;
}
.legal-header .brand img{
  flex-shrink:0;
}
.legal-header .brand{
  flex:0 0 auto;
  min-width:max-content;
}
.legal-nav{
  display:flex;
  width:auto;
  margin-top:0;
  flex-direction:row;
  flex-wrap:wrap;
  gap:10px;
  margin-left:auto;
}
.legal-nav a,
.header-nav.legal-nav a:last-child{
  background:#ffffffdd;
  color:var(--purple-dark);
  border-radius:14px;
  padding:10px 14px;
}
.legal-nav a[aria-current="page"]{
  background:var(--lav);
  color:var(--purple);
  box-shadow:inset 0 0 0 2px #dcc8f1;
}
.legal-main{
  padding:30px 18px 52px;
}
.legal-card{
  width:min(100%,920px);
  margin:0 auto;
  padding:26px 20px;
  border-radius:30px;
  background:#ffffffee;
  box-shadow:0 18px 45px #8f4eb014;
}
.legal-card h1{
  margin:0 0 12px;
  font-size:clamp(36px,8vw,58px);
}
.legal-card h2{
  margin:28px 0 10px;
  color:var(--purple);
  font-size:clamp(24px,5vw,34px);
  line-height:1.1;
}
.legal-card h3{
  margin:18px 0 8px;
  color:var(--purple-dark);
  font-size:20px;
}
.legal-card p,.legal-card li{
  color:#3f4452;
  line-height:1.65;
}
.legal-card ul{
  padding-left:1.25rem;
}
.legal-meta{
  color:#6b5579;
  font-weight:800;
}
.legal-card a:focus-visible,.legal-nav a:focus-visible,footer a:focus-visible{
  outline:3px solid #78a947;
  outline-offset:3px;
  border-radius:10px;
}

.not-found-page{
  min-height:100vh;
}
.not-found-main{
  min-height:calc(100vh - 230px);
  display:grid;
  place-items:center;
  padding:42px 18px 56px;
}
.not-found-card{
  width:min(100%,880px);
  position:relative;
  overflow:hidden;
  padding:34px 22px;
  border-radius:34px;
  background:
    radial-gradient(circle at 90% 10%, #f4ffe8 0 18%, transparent 36%),
    linear-gradient(135deg,#fffffff2,#fff8ef);
  box-shadow:0 18px 45px #8f4eb018;
  text-align:center;
}
.not-found-card:before{
  content:"🐾";
  position:absolute;
  right:22px;
  bottom:8px;
  font-size:clamp(72px,18vw,140px);
  opacity:.12;
  transform:rotate(-12deg);
}
.not-found-card h1{
  max-width:720px;
  margin:8px auto 14px;
}
.not-found-card p{
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
  color:#3f4452;
  font-size:18px;
  line-height:1.55;
}
.not-found-actions{
  justify-content:center;
}

@media (min-width:560px){
  .contact-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .comments-modal-actions{
    flex-direction:row;
    justify-content:flex-end;
  }
}

@media (max-width:799px){
  .legal-header{
    gap:12px;
    align-items:flex-start;
  }
  .legal-header .brand img{
    width:46px;
    height:46px;
  }
  .legal-nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    gap:8px;
    overflow:visible;
    padding-bottom:0;
  }
  .legal-nav a{
    text-align:center;
    padding:9px 10px;
    font-size:14px;
    white-space:normal;
  }
  .legal-nav a:first-child{
    grid-column:1 / -1;
  }
}

@media (min-width:800px){
  .hero{
    grid-template-columns:1fr 1.1fr;
    align-items:center;
    padding:54px max(40px,8vw) 70px;
  }
  .mcdv-header{
    padding:16px max(40px,8vw);
    flex-wrap:nowrap;
  }
  .actions{flex-direction:row}
  .service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    justify-items:center;
  }
  .service-card{
    display:inline-flex;
    align-items:center;
    justify-self:center;
    width:max-content;
    inline-size:max-content;
    max-width:100%;
    padding:14px 10px 16px;
  }
  .service-card .service-img-wrap{
    flex:0 0 auto;
    align-self:center;
    width:190px;
    inline-size:190px;
    max-width:100%;
    height:240px;
    margin:0 auto;
    background:transparent;
    overflow:hidden;
  }
  .service-card .service-img-wrap img,
  .service-card .service-img-wrap.contain img{
    width:100%;
    height:100%;
    max-width:none;
    max-height:none;
    object-fit:cover;
    padding:0;
  }
  .service-card h3{margin:10px auto 8px;width:190px;max-width:100%;min-height:46px}
  .service-card p{margin:0 auto;width:190px;max-width:100%;line-height:1.35}
  .why-grid{grid-template-columns:repeat(5,1fr)}
  .step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .album-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .album{margin-inline:max(40px,8vw)}
  .comments{margin-inline:max(40px,8vw)}
  .comments-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .contact{margin-inline:max(40px,8vw)}
  .contact-grid{grid-template-columns:repeat(4,1fr)}
  .menu-btn{display:none}
  .header-nav{
    width:auto;
    margin-top:0;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    margin-left:auto;
  }
  .header-nav a{
    background:transparent;
    padding:8px 10px;
  }
  .header-nav a:last-child{
    background:var(--purple);
    color:#fff;
    border-radius:999px;
    padding:10px 16px;
  }
}

@media (min-width:1120px){
  .step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
