:root {
  --ink: #26332c;
  --muted: #6d756c;
  --cream: #f7f2e9;
  --white: #fffdf8;
  --sage: #dce5d4;
  --butter: #f4df9b;
  --coral: #d97961;
  --line: rgba(38, 51, 44, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 500 16px/1.5 "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 25px 42px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; line-height: .92; letter-spacing: .04em; text-transform: uppercase; }
.brand-mark { display: block; width: 39px; height: 39px; overflow: hidden; border: 2px solid var(--ink); border-radius: 14px; background: var(--butter); transform: rotate(-5deg); }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nav { display: flex; gap: 32px; margin-left: auto; margin-right: 50px; font-size: 13px; }
.nav a, .header-link, .text-link, .socials a { transition: opacity .2s, transform .2s; }
.nav a:hover, .header-link:hover, .text-link:hover, .socials a:hover { opacity: .58; }
.header-link { padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; }
.header-link span { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: none; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 7%;
  max-width: 1320px;
  min-height: 640px;
  margin: 0 auto;
  padding: 65px 42px 100px;
}
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--coral); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.065em; }
h1 { max-width: 680px; font-size: clamp(52px, 7.1vw, 98px); line-height: .94; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-text { max-width: 410px; margin: 34px 0 31px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 7px; }

.hero-art { position: relative; min-height: 470px; overflow: hidden; border-radius: 48% 45% 44% 50%; background: var(--sage); box-shadow: 18px 25px 0 rgba(38, 51, 44, .05); transform: rotate(3deg); }
.sun { position: absolute; top: 56px; right: 70px; width: 82px; height: 82px; border-radius: 50%; background: var(--butter); }
.ambient-dot { position: absolute; display: block; width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); animation: ambient-float 5s ease-in-out infinite; }
.ambient-dot-one { top: 30%; left: 19%; }.ambient-dot-two { right: 18%; bottom: 25%; width: 7px; height: 7px; background: var(--coral); animation-delay: -1.7s; }.ambient-dot-three { left: 31%; bottom: 17%; width: 6px; height: 6px; background: var(--butter); animation-delay: -3.2s; }
.hero-note { position: absolute; top: 106px; left: 54px; color: var(--ink); font: 700 11px/1.1 "Manrope", sans-serif; letter-spacing: .04em; text-transform: uppercase; transform: rotate(-8deg); }
.hero-scribble { position: absolute; top: 78px; right: 166px; color: var(--coral); font-size: 22px; }
.kite { position: absolute; top: 143px; left: 50%; width: 225px; height: 265px; transform: translateX(-50%) rotate(-8deg); }
.kite-shape { width: 148px; height: 148px; margin: auto; border: 4px solid var(--ink); border-radius: 28px 8px 28px 8px; background: var(--coral); transform: rotate(45deg); }
.kite-shape:before { content: ""; position: absolute; inset: 0; border-right: 4px solid var(--ink); transform: rotate(-90deg); }
.kite-tail { position: absolute; top: 145px; left: 106px; height: 105px; border-left: 3px solid var(--ink); }
.kite-tail i { position: absolute; left: -9px; width: 15px; height: 15px; border: 2px solid var(--ink); border-radius: 4px; background: var(--butter); transform: rotate(45deg); }
.kite-tail i:nth-child(1) { top: 20px; }.kite-tail i:nth-child(2) { top: 51px; background: var(--sage); }.kite-tail i:nth-child(3) { top: 82px; background: var(--coral); }
.hero-cloud { position: absolute; bottom: 50px; width: 85px; height: 24px; border-radius: 50%; background: rgba(255, 253, 248, .72); }
.hero-cloud:before, .hero-cloud:after { content: ""; position: absolute; bottom: 4px; border-radius: 50%; background: inherit; }.hero-cloud:before { left: 14px; width: 30px; height: 30px; }.hero-cloud:after { left: 39px; width: 23px; height: 23px; }
.cloud-one { left: 45px; }.cloud-two { right: 33px; bottom: 115px; transform: scale(.65); }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); white-space: nowrap; }
.ticker-track { display: flex; justify-content: center; align-items: center; gap: 31px; padding: 17px 0; font: 700 11px "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.ticker b { color: var(--coral); font-size: 16px; }

.section { max-width: 1320px; margin: auto; padding: 130px 42px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.origin { position: relative; display: grid; grid-template-columns: .82fr 1.15fr .95fr; gap: 6%; align-items: center; padding-top: 122px; padding-bottom: 122px; border-bottom: 1px solid var(--line); }
.origin-mark { position: absolute; top: 53px; right: 9%; color: var(--coral); font-size: 23px; animation: drift 5s ease-in-out infinite; }
.family-vignette { position: relative; min-height: 210px; overflow: hidden; border-radius: 36px; background: var(--sage); box-shadow: 10px 12px 0 rgba(38, 51, 44, .05); transform: rotate(-2deg); }
.vignette-person { position: absolute; bottom: 25px; animation: vignette-bob 4.5s ease-in-out infinite; }
.vignette-parent { left: 25%; width: 82px; height: 135px; }.vignette-child { left: 54%; bottom: 24px; width: 57px; height: 102px; animation-delay: -1.2s; }
.vignette-head { position: absolute; top: 0; left: 50%; display: block; width: 43px; height: 43px; border: 3px solid var(--ink); border-radius: 50%; background: var(--butter); transform: translateX(-50%); }.vignette-child .vignette-head { width: 34px; height: 34px; }
.vignette-body { position: absolute; bottom: 0; left: 50%; display: block; width: 72px; height: 87px; border: 3px solid var(--ink); border-radius: 38px 38px 14px 14px; background: var(--coral); transform: translateX(-50%); }.vignette-child .vignette-body { width: 52px; height: 65px; background: var(--yellow); }
.vignette-body:after { content: ""; position: absolute; left: 50%; bottom: -12px; width: 70px; height: 16px; border: 3px solid var(--ink); border-top: 0; border-radius: 0 0 99px 99px; transform: translateX(-50%); }.vignette-child .vignette-body:after { width: 52px; }
.vignette-phone { position: absolute; z-index: 2; left: 48%; bottom: 66px; display: grid; place-items: center; width: 30px; height: 45px; border: 3px solid var(--ink); border-radius: 7px; background: var(--white); transform: rotate(-9deg); animation: vignette-phone 3.5s ease-in-out infinite; }.vignette-phone b { color: var(--coral); font-size: 13px; }
.vignette-note { position: absolute; top: 30px; right: 14%; padding: 7px 10px; border: 2px solid var(--ink); border-radius: 13px 13px 13px 3px; background: var(--white); font: 700 10px "Manrope", sans-serif; transform: rotate(5deg); animation: vignette-note 4s ease-in-out infinite; }.vignette-spark { position: absolute; top: 38px; left: 13%; color: var(--coral); font-size: 21px; animation: drift 4s ease-in-out infinite; }
.laugh-bubble { position: absolute; z-index: 1; top: 30px; right: 18%; padding: 8px 12px; border: 2px solid var(--ink); border-radius: 16px 16px 16px 3px; background: var(--white); font: 700 11px "Manrope", sans-serif; transform: rotate(6deg); animation: bubble-float 4s ease-in-out infinite; }
.laugh-bubble span { color: var(--coral); margin-left: 4px; }
.spark-one { top: 53px; left: 12%; }.spark-two { right: 8%; bottom: 43px; color: var(--ink); animation-delay: -1s; }
.origin-copy h2 { font-size: clamp(35px, 4.2vw, 58px); }
.origin-text { max-width: 360px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.origin-text p { margin: 0 0 18px; }
.principles { display: grid; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; color: var(--ink); font: 700 11px/1.2 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.principles li { display: flex; align-items: center; gap: 10px; }.principles span { display: inline-grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); font-size: 9px; }
.about { display: grid; grid-template-columns: .95fr 1.05fr; gap: 11%; align-items: center; }
.about-image { position: relative; min-height: 380px; }
.shape-main { position: absolute; left: 14%; top: 30px; width: 300px; height: 300px; display: grid; place-items: center; border-radius: 48% 52% 58% 42%; background: var(--butter); box-shadow: 14px 17px 0 rgba(38, 51, 44, .06); color: var(--ink); font-size: 104px; transform: rotate(-10deg); }
.shape-small { position: absolute; right: 11%; bottom: 14px; display: grid; place-items: center; width: 92px; height: 92px; border: 3px solid var(--ink); border-radius: 50%; background: var(--coral); font-size: 38px; }
.about-label { position: absolute; left: 2%; bottom: 20px; color: var(--coral); font: 700 10px/1.15 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-8deg); }
.about-copy { max-width: 510px; }
h2 { font-size: clamp(40px, 5vw, 69px); line-height: .99; }
.about-copy h2 { margin-bottom: 29px; }
.about-copy p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.about-copy .text-link { margin-top: 13px; }

.contact { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 12%; padding-top: 105px; padding-bottom: 130px; border-top: 1px solid var(--line); }
.contact-copy h2 { margin-bottom: 27px; }
.contact-invite { max-width: 360px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.contact-side { min-width: 280px; }
.avatar { width: 75px; height: 75px; overflow: hidden; margin-bottom: 19px; border: 2px solid var(--ink); border-radius: 24px; background: var(--butter); transform: rotate(5deg); }
.avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.contact-side p { color: var(--muted); font-size: 14px; }
.socials { display: flex; gap: 22px; margin-top: 27px; font-size: 13px; font-weight: 700; }
.socials a span { margin-left: 5px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; max-width: 1320px; margin: auto; padding: 23px 42px 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.site-footer .brand { color: var(--ink); }
.footer-note { opacity: .7; font-size: 10px; }

@media (max-width: 720px) {
  .site-header { padding: 20px; }.nav, .header-link { display: none; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px 0 8px 8px; }.menu-toggle span { display: block; width: 23px; height: 2px; background: var(--ink); }
  .nav.open { position: absolute; z-index: 4; top: 70px; right: 20px; display: flex; flex-direction: column; gap: 18px; margin: 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 30px rgba(38, 51, 44, .11); }
  .hero { display: block; min-height: 0; padding: 55px 20px 80px; }.hero-art { min-height: 365px; margin: 56px 8px 0; }.hero-text { margin-top: 25px; } h1 { font-size: clamp(49px, 14vw, 72px); }
  .ticker-track { justify-content: start; min-width: max-content; animation: scroll 18s linear infinite; }.section { padding: 80px 20px; }.origin { display: block; padding-top: 82px; padding-bottom: 72px; }.origin-mark { top: 40px; right: 25px; }.origin-copy h2 { margin-bottom: 31px; }.origin-text { max-width: 460px; }.about { display: block; }.about-image { min-height: 325px; margin-bottom: 45px; }.shape-main { left: 13%; width: 245px; height: 245px; }.shape-small { right: 7%; }
  .family-vignette { min-height: 190px; margin: 0 3px 42px; }.vignette-parent { left: 22%; }.vignette-child { left: 53%; }
  .contact { display: block; padding-top: 80px; padding-bottom: 90px; }.contact-side { margin-top: 56px; }.site-footer { align-items: start; flex-wrap: wrap; gap: 18px; padding: 23px 20px 30px; }.site-footer > span:last-child { width: 100%; }
}
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-28%); } }
@keyframes drift { 0%, 100% { transform: translate(0, 0) rotate(0); } 50% { transform: translate(-8px, 7px) rotate(12deg); } }
@keyframes float-kite { 0%, 100% { transform: translateX(-50%) translateY(0) rotate(-8deg); } 50% { transform: translateX(-50%) translateY(-10px) rotate(-5deg); } }
@media (prefers-reduced-motion: no-preference) {
  .hero-art { animation: breathe 8s ease-in-out infinite; }
  .kite { animation: float-kite 6s ease-in-out infinite; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
@keyframes breathe { 0%, 100% { border-radius: 48% 45% 44% 50%; } 50% { border-radius: 45% 50% 48% 43%; } }
@keyframes vignette-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes vignette-phone { 0%, 100% { transform: rotate(-9deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-4px); } }
@keyframes vignette-note { 0%, 100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-5px); } }
@keyframes ambient-float { 0%, 100% { opacity: .65; transform: translate(0, 0); } 50% { opacity: 1; transform: translate(8px, -12px); } }
