:root {
    --ink: #26372f;
    --ink-soft: #5e6e65;
    --green: #526e5f;
    --green-dark: #31483c;
    --sage: #dce5dc;
    --sage-light: #edf2ec;
    --sand: #f3eee5;
    --cream: #faf8f3;
    --terracotta: #c77f64;
    --white: #fff;
    --line: rgba(38, 55, 47, .12);
    --shadow: 0 24px 70px rgba(45, 61, 52, .12);
    --radius: 24px;
    --container: 1180px;
    --font-body: "DM Sans", system-ui, sans-serif;
    --font-display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.screen-reader-text {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 9999; }
.skip-link:focus { left: 10px; background: #fff; padding: 8px 12px; border-radius: 8px; }

h1, h2, h3 { margin: 0; line-height: 1.1; }
h1, h2 { font-family: var(--font-display); font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(3.3rem, 6vw, 6.2rem); }
h2 { font-size: clamp(2.4rem, 4vw, 4.15rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.2em; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    margin-bottom: 18px; color: var(--green); font-size: .78rem;
    font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }

.button {
    display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
    padding: 0 24px; border-radius: 999px; background: var(--green-dark); color: var(--white);
    text-decoration: none; font-weight: 700; border: 1px solid var(--green-dark); transition: .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--green); border-color: var(--green); }
.button--small { min-height: 44px; padding-inline: 19px; font-size: .92rem; }
.button--ghost { background: transparent; color: var(--green-dark); }
.button--ghost:hover { color: white; }
.button--light { background: var(--white); color: var(--green-dark); border-color: var(--white); }
.text-link {
    display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark);
    text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(49,72,60,.25);
}
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.text-link--light { color: white; border-color: rgba(255,255,255,.4); }

.site-header {
    position: sticky; top: 0; z-index: 50; background: rgba(250,248,243,.9);
    border-bottom: 1px solid rgba(38,55,47,.07); backdrop-filter: blur(15px);
}
.site-header__inner { height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 230px; }
.brand__mark { width: 40px; height: 40px; color: var(--green); }
.brand__mark svg { width: 100%; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__text strong { font-family: var(--font-display); font-size: 1.24rem; font-weight: 600; }
.brand__text small { margin-top: 5px; color: var(--ink-soft); font-size: .78rem; letter-spacing: .04em; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 600; color: var(--ink); }
.site-nav a:hover { color: var(--green); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { position: relative; overflow: hidden; padding: 90px 0 78px; }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; }
.hero__intro { max-width: 650px; margin: 28px 0 32px; color: var(--ink-soft); font-size: 1.12rem; }
.hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; color: var(--ink-soft); font-size: .82rem; }
.hero__trust span::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; background: var(--sage); color: var(--green-dark); font-weight: 700; }
.hero__visual { position: relative; min-height: 610px; }
.photo-card--large { position: absolute; inset: 0 20px 62px 20px; border-radius: 46% 46% 30px 30px; overflow: hidden; box-shadow: var(--shadow); }
.hero__quote { position: absolute; left: -30px; bottom: 0; max-width: 310px; padding: 22px 24px; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(38,55,47,.12); backdrop-filter: blur(10px); }
.hero__quote strong { display: block; font-family: var(--font-display); font-size: 1.16rem; line-height: 1.25; }
.hero__quote span { display: block; margin-top: 7px; color: var(--ink-soft); font-size: .82rem; line-height: 1.45; }
.hero__shape { position: absolute; border-radius: 999px; filter: blur(0); }
.hero__shape--one { width: 450px; height: 450px; right: -180px; top: 20px; background: var(--sage-light); }
.hero__shape--two { width: 240px; height: 240px; left: -120px; bottom: -40px; background: #efe5d8; }

.illustration { position: relative; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(135deg, #e6e7dc, #cad6c8); }
.illustration--playroom::before { content: ""; position: absolute; inset: 55% 0 0; background: #c99b74; transform: skewY(-4deg); transform-origin: left top; }
.illustration--playroom::after { content: ""; position: absolute; width: 64%; height: 36%; left: 18%; bottom: 8%; border-radius: 50%; background: #eee5d5; box-shadow: inset 0 0 0 13px rgba(255,255,255,.18); }
.sun { position: absolute; width: 110px; height: 110px; right: 14%; top: 12%; border-radius: 50%; background: rgba(255,246,202,.6); box-shadow: 0 0 60px rgba(255,245,200,.9); }
.shelf { position: absolute; left: 8%; width: 34%; height: 11px; background: #966f50; border-radius: 5px; box-shadow: 0 55px 0 #966f50; }
.shelf--1 { top: 23%; }
.shelf--2 { top: 45%; left: auto; right: 8%; width: 27%; }
.block { position: absolute; width: 38px; height: 48px; border-radius: 8px 8px 4px 4px; bottom: 23%; z-index: 3; }
.block--1 { left: 22%; background: #cf8e6f; transform: rotate(-6deg); }
.block--2 { left: 31%; background: #849d86; height: 62px; }
.block--3 { left: 40%; background: #d6b56f; transform: rotate(6deg); }
.plant { position: absolute; width: 76px; height: 180px; right: 14%; bottom: 34%; border-left: 5px solid #667761; }
.plant::before, .plant::after { content: ""; position: absolute; width: 70px; height: 34px; background: #819477; border-radius: 100% 0 100% 0; transform: rotate(-18deg); left: -67px; top: 30px; box-shadow: 33px 45px 0 #788d71, 8px 88px 0 #8aa080; }
.plant::after { transform: scaleX(-1) rotate(-18deg); left: -2px; top: 53px; }
.table { position: absolute; width: 190px; height: 52px; border-radius: 50%; background: #a97d5e; right: 19%; bottom: 18%; z-index: 4; box-shadow: 0 55px 0 -20px #8e684e; }

.section-heading { max-width: 730px; margin-bottom: 50px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading p { margin-top: 20px; color: var(--ink-soft); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.audience-card { padding: 36px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); transition: .25s ease; }
.audience-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(38,55,47,.09); background: white; }
.audience-card h3 { margin: 22px 0 13px; font-size: 1.45rem; }
.audience-card p { color: var(--ink-soft); font-size: .95rem; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; background: var(--sage); color: var(--green-dark); border-radius: 14px; font-size: 1.35rem; }

.split-section { background: #f6f3ec; }
.split-section__grid, .about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.soft-frame { aspect-ratio: 4/3.7; padding: 22px; background: #e4e8de; border-radius: 50px 50px 25px 25px; }
.illustration--sand { border-radius: 36px 36px 18px 18px; background: linear-gradient(160deg, #ebe6dc 0 55%, #c79b78 55% 100%); }
.tray { position: absolute; width: 67%; height: 44%; border-radius: 50%; left: 16%; bottom: 10%; background: #d6b178; box-shadow: inset 0 -12px 30px rgba(116,77,42,.12), 0 16px 0 #9b7357; }
.figure { position: absolute; bottom: 29%; width: 38px; height: 75px; border-radius: 20px 20px 12px 12px; z-index: 3; }
.figure::before { content: ""; position: absolute; width: 34px; height: 34px; border-radius: 50%; left: 2px; top: -25px; background: #d2aa86; }
.figure--1 { left: 33%; background: #78927f; }
.figure--2 { left: 49%; background: #c17d64; transform: scale(.87); }
.figure--3 { left: 61%; background: #d2ad6e; transform: scale(.75); }
.tree { position: absolute; width: 18px; height: 120px; right: 21%; bottom: 34%; background: #876448; border-radius: 10px; }
.tree::before { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 46% 54% 51% 49%; background: #7f9479; left: -46px; top: -76px; box-shadow: 30px 18px 0 #748b70; }
.split-section__copy p, .about__copy p { color: var(--ink-soft); }
.split-section__copy h2, .about__copy h2 { margin-bottom: 27px; }
.feature-list { display: grid; gap: 12px; margin-top: 30px; }
.feature-list span { display: flex; gap: 11px; font-weight: 600; }
.feature-list span::before { content: "✓"; color: var(--green); }

.process { background: var(--green-dark); color: white; }
.process .eyebrow { color: #c9d7cd; }
.process .section-heading { max-width: 650px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; margin: 55px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-grid li { position: relative; padding: 36px 30px 0 0; }
.process-grid li:not(:last-child)::after { content: ""; position: absolute; top: -5px; right: 24px; width: 9px; height: 9px; border-radius: 50%; background: #b7c9bc; }
.process-grid__number { display: block; margin-bottom: 24px; color: #aabdaf; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.process-grid h3 { margin-bottom: 12px; font-family: var(--font-display); font-size: 1.45rem; }
.process-grid p { color: rgba(255,255,255,.7); font-size: .92rem; }

.about { background: #fcfbf7; }
.about blockquote { margin: 30px 0; padding: 0 0 0 23px; border-left: 2px solid var(--terracotta); font-family: var(--font-display); font-size: 1.45rem; line-height: 1.4; }
.about__visual { position: relative; min-height: 570px; }
.portrait-placeholder { position: absolute; inset: 0 30px 50px 55px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(140deg, #e8e3d9, #cbd7cd); border-radius: 46% 46% 28px 28px; color: rgba(49,72,60,.55); }
.portrait-placeholder__circle { position: absolute; width: 160px; height: 160px; top: 24%; border-radius: 50%; background: #d2b095; }
.portrait-placeholder__body { position: absolute; width: 280px; height: 300px; bottom: -20px; border-radius: 48% 48% 10% 10%; background: #637a68; }
.portrait-placeholder span { position: absolute; bottom: 20px; right: 20px; z-index: 3; padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.65); font-size: .75rem; }
.credential-card { position: absolute; left: 0; bottom: 0; padding: 20px 23px; background: white; border-radius: 15px; box-shadow: var(--shadow); }
.credential-card strong, .credential-card span { display: block; }
.credential-card span { margin-top: 4px; color: var(--ink-soft); font-size: .82rem; }

.closing { padding-top: 40px; }
.closing__inner { max-width: 900px; text-align: center; padding: 72px 40px; border-radius: 34px; background: var(--sage-light); }
.closing__inner .eyebrow { justify-content: center; }
.closing__inner p { max-width: 650px; margin: 22px auto 30px; color: var(--ink-soft); }

.site-footer { padding: 70px 0 32px; background: #26372f; color: white; }
.contact-panel { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 60px; padding-bottom: 62px; }
.contact-panel .eyebrow { color: #c5d3c8; }
.contact-panel h2 { max-width: 720px; }
.contact-panel p { max-width: 640px; margin-top: 20px; color: rgba(255,255,255,.7); }
.contact-panel__actions { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; }
.site-footer__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.62); font-size: .78rem; }
.site-footer__bottom strong { display: block; color: white; font-size: .86rem; }
.site-footer__bottom span { display: block; margin-top: 3px; }
.footer-nav { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }
.footer-nav a { color: rgba(255,255,255,.72); text-decoration: none; }

.page-shell { min-height: 70vh; }
.content-page { max-width: 850px; }
.content-page h1 { margin-bottom: 35px; font-size: clamp(2.8rem,5vw,4.8rem); }
.entry-content h2 { margin: 2em 0 .6em; font-size: 2.2rem; }
.entry-content h3 { margin: 1.8em 0 .6em; }
.entry-content p, .entry-content li { color: var(--ink-soft); }
.entry-content a { color: var(--green); }

@media (max-width: 1040px) {
    .site-header__cta { display: none; }
    .hero__grid { gap: 40px; }
    .hero__visual { min-height: 520px; }
    .split-section__grid, .about__grid { gap: 50px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
}

@media (max-width: 820px) {
    .section { padding: 78px 0; }
    .site-header__inner { height: 76px; }
    .nav-toggle { display: block; margin-left: auto; }
    .site-nav { position: absolute; display: none; top: 76px; left: 0; right: 0; padding: 20px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(38,55,47,.08); }
    .site-nav.is-open { display: block; }
    .site-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
    .site-nav__list a { display: block; padding: 11px 0; }
    .hero { padding-top: 65px; }
    .hero__grid, .split-section__grid, .about__grid, .contact-panel { grid-template-columns: 1fr; }
    .hero__visual { min-height: 520px; margin-top: 20px; }
    .hero__quote { left: 0; }
    .card-grid { grid-template-columns: 1fr; }
    .split-section__visual { order: 2; }
    .soft-frame { max-width: 640px; }
    .about__visual { min-height: 560px; max-width: 620px; width: 100%; }
    .contact-panel { gap: 20px; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    body { font-size: 16px; }
    h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
    h2 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
    .hero__actions { align-items: flex-start; flex-direction: column; }
    .hero__trust { gap: 10px 18px; }
    .hero__visual { min-height: 430px; }
    .photo-card--large { inset: 0 0 60px; }
    .hero__quote { max-width: 85%; padding: 18px 20px; }
    .process-grid { grid-template-columns: 1fr; gap: 0; border-top: 0; }
    .process-grid li { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.15); }
    .process-grid li:not(:last-child)::after { display: none; }
    .about__visual { min-height: 430px; }
    .portrait-placeholder { inset: 0 0 45px 30px; }
    .closing__inner { padding: 55px 22px; }
    .contact-panel { padding-bottom: 42px; }
    .footer-nav { flex-wrap: wrap; }
}

/* Temporary royalty-free photography for the concept version. */
.section-photo { width: 100%; height: 100%; display: block; object-fit: cover; }
.photo-card--large .section-photo { object-position: center; }
.soft-frame--photo { padding: 0; overflow: hidden; }
.soft-frame--photo .section-photo { border-radius: inherit; }
