:root {
    --ink: #20251f;
    --muted: #6e766d;
    --paper: #fffaf2;
    --pink: #e62483;
    --pink-soft: #ffe3ef;
    --green: #009b5b;
    --green-soft: #dff4e8;
    --yellow: #f5bd3e;
    --line: rgba(32, 37, 31, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.site-header {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.brand img { width: 145px; height: auto; display: block; }
.login-link, .quiet-link, .site-footer a { font-weight: 700; }
.login-link { color: var(--green); letter-spacing: .01em; }
.login-link span, .primary-button span { padding-left: 8px; font-size: 1.1em; }
.hero {
    width: min(1240px, calc(100% - 64px));
    min-height: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 40px;
    padding: 44px 0 72px;
}
.hero-copy { position: relative; z-index: 1; max-width: 570px; }
.eyebrow {
    margin: 0 0 22px;
    color: var(--green);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.eyebrow span { display: inline-block; width: 26px; height: 3px; margin: 0 9px 3px 0; border-radius: 10px; background: var(--pink); }
h1, h2, h3 { margin-top: 0; font-family: "Playfair Display", serif; }
h1 { max-width: 620px; margin-bottom: 22px; font-size: clamp(3.6rem, 6.5vw, 6.5rem); line-height: .93; letter-spacing: -.05em; }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-text { max-width: 430px; margin: 0 0 32px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.primary-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 21px;
    border-radius: 4px;
    color: #fff;
    background: var(--green);
    box-shadow: 7px 7px 0 var(--yellow);
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button:hover { color: #fff; transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--yellow); }
.quiet-link { border-bottom: 2px solid var(--pink); padding-bottom: 3px; }
.trust-note { display: flex; align-items: center; gap: 9px; margin-top: 55px; color: var(--muted); font-size: .82rem; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px var(--pink-soft); }
.hero-art { min-height: 510px; position: relative; display: grid; place-items: center; }
.sun-disc { width: min(39vw, 490px); aspect-ratio: 1; position: absolute; right: 9%; top: 1%; border-radius: 50%; background: #ffd766; }
.art-card { position: relative; width: min(76%, 455px); padding: 30px; background: #fff; transform: rotate(3deg); box-shadow: 20px 25px 0 rgba(230, 36, 131, .16); }
.art-card:before { content: ""; position: absolute; inset: 12px; border: 1px solid var(--line); pointer-events: none; }
.art-card img { display: block; width: 100%; height: auto; position: relative; }
.art-caption { display: flex; justify-content: space-between; align-items: center; position: relative; padding-top: 18px; color: var(--green); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.art-caption strong { color: var(--pink); font-family: "Playfair Display", serif; font-size: 1rem; letter-spacing: 0; text-transform: none; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 17px 13px 13px; background: #fff; box-shadow: 0 15px 35px rgba(32, 37, 31, .12); font-size: .85rem; }
.floating-note small, .floating-note strong { display: block; }
.floating-note small { color: var(--muted); font-size: .68rem; }
.note-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #fff; background: var(--pink); }
.note-sales { top: 18%; left: 2%; transform: rotate(-5deg); }
.note-stock { right: 1%; bottom: 12%; transform: rotate(5deg); }
.note-stock .note-icon { background: var(--green); }
.sprinkle { position: absolute; width: 8px; height: 34px; border-radius: 10px; transform: rotate(38deg); }
.sprinkle-one { left: 6%; top: 16%; background: var(--pink); }
.sprinkle-two { right: 7%; top: 13%; background: var(--green); transform: rotate(-38deg); }
.sprinkle-three { left: 13%; bottom: 15%; background: var(--yellow); transform: rotate(65deg); }
.capabilities { border-top: 1px solid var(--line); padding: 86px max(32px, calc((100% - 1240px) / 2)) 92px; background: #fff; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-intro .eyebrow { margin-bottom: 12px; }
h2 { max-width: 560px; margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 250px; padding: 25px; position: relative; overflow: hidden; }
.feature-card h3 { margin: 34px 0 10px; font-size: 1.55rem; }
.feature-card p { max-width: 260px; margin: 0; color: var(--muted); line-height: 1.55; font-size: .92rem; }
.feature-number { font-weight: 700; font-size: .76rem; }
.feature-mark { position: absolute; right: 24px; bottom: 14px; font-size: 3rem; line-height: 1; }
.feature-pink { background: var(--pink-soft); }.feature-pink .feature-number, .feature-pink .feature-mark { color: var(--pink); }
.feature-green { background: var(--green-soft); }.feature-green .feature-number, .feature-green .feature-mark { color: var(--green); }
.feature-yellow { background: #fff3cc; }.feature-yellow .feature-number, .feature-yellow .feature-mark { color: #cf8d00; }
.site-footer { width: min(1240px, calc(100% - 64px)); margin: auto; padding: 23px 0; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .76rem; border-top: 1px solid var(--line); }
.site-footer a { color: var(--green); }
@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; padding-top: 35px; }
    .hero-copy { max-width: 650px; }
    .hero-art { min-height: 450px; }
    .sun-disc { width: min(70vw, 470px); }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 195px; }
}
@media (max-width: 560px) {
    .site-header, .hero, .site-footer { width: min(100% - 36px, 1240px); }
    .site-header { padding: 19px 0; }
    .brand img { width: 115px; }
    .hero { min-height: auto; padding: 55px 0 75px; }
    h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
    .hero-text { font-size: .98rem; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .trust-note { margin-top: 42px; }
    .hero-art { min-height: 330px; margin-top: 10px; }
    .art-card { width: 84%; padding: 19px; }
    .art-caption { display: block; }
    .art-caption strong { display: block; margin-top: 5px; }
    .floating-note { padding: 10px; font-size: .72rem; }
    .floating-note small { font-size: .58rem; }
    .note-sales { left: -3%; top: 13%; }
    .note-stock { right: -3%; bottom: 9%; }
    .capabilities { padding: 65px 18px 70px; }
    .section-intro { display: block; }
    .section-intro h2 { margin-top: 28px; }
    .site-footer { flex-wrap: wrap; }
    .site-footer a { width: 100%; }
}
