/* Homepage art direction. Shared site chrome belongs in shell.css. */
body[data-page="home"] {
    background: var(--bone);
    color: var(--ink);
    overflow-x: clip;
}

body[data-page="home"] .site-main { padding-top: var(--nav-height); }
.home-section { padding: 100px clamp(24px, 5vw, 80px); }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.home-section h2 { font-family: var(--serif); font-size: clamp(42px, 4.5vw, 68px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.home-section h2 em { font-weight: 400; }
.home-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.home-section__heading .eyebrow { margin-bottom: 12px; }
.home-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; padding: 17px 23px; min-height: 54px; font-size: 12px; font-weight: 600; line-height: 1.5; text-decoration: none; transition: background .2s, color .2s; }
.home-button span { font-size: 20px; line-height: 1; }
.home-button--gold { background: var(--gold); color: var(--black); }
.home-button--gold:hover { background: var(--gold-soft); }
.home-button--outline { border: 1px solid #b7ac98; color: var(--bone); }
.home-button--outline:hover { background: var(--bone); color: var(--black); }
.home-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; color: var(--bone); font-size: 12px; font-weight: 500; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.home-text-link span { font-size: 19px; }
.home-text-link:hover { text-decoration: none; }
.home-text-link--dark { color: var(--ink); }

.home-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 740px; background: #151612; color: var(--bone); }
.home-hero__copy { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 22px 40px 52px; }
.home-hero__logo { display: block; width: min(400px, 100%); height: auto; aspect-ratio: 10 / 7; object-fit: cover; margin-bottom: 22px; }
.home-hero__eyebrow { color: var(--sand); margin-bottom: 18px; }
.home-hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(58px, 5.4vw, 86px); line-height: .94; letter-spacing: -.035em; }
.home-hero h1 em { color: var(--gold-soft); font-weight: 400; }
.home-hero__description { color: #d7d2c7; font-size: 14px; line-height: 1.8; margin: 24px 0; }
.home-hero__actions { display: flex; align-items: center; justify-content: center; gap: 25px; flex-wrap: wrap; }
.home-hero__photo { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.home-hero__photo > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 57%; }
.home-hero__photo figcaption { position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; padding: 44px 30px 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; background: linear-gradient(transparent, rgba(0,0,0,.75)); color: white; font-size: 11px; }
.home-hero__photo figcaption > span { max-width: 145px; }
.home-hero__photo figcaption a { color: white; min-height: 44px; display: inline-flex; align-items: center; gap: 15px; text-decoration: none; }
.home-hero__photo figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }
.brand-strip { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 70px); padding: 22px 24px; border-bottom: 1px solid #d7cebe; text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .15em; }
.brand-strip [aria-hidden] { color: #846d31; font-size: 14px; }

.home-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.home-product { min-width: 0; }
.home-product__image { display: block; position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #eee9df; }
.home-product__image img { width: 100%; height: 100%; object-fit: cover; transition: filter .3s; }
.home-product__image:hover img { filter: brightness(1.04); }
.home-product__image--baby img { object-position: 50% 60%; }
.home-product__image--mother img { transform: scale(1.65); transform-origin: 30% 43%; }
.home-product__image--daughter img { transform: scale(1.9); transform-origin: 86% 77%; }
.home-product__category { position: absolute; left: 12px; top: 12px; padding: 6px 9px; background: var(--bone); color: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.home-product__arrow { display: grid; place-items: center; position: absolute; bottom: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: var(--bone); color: var(--ink); font-size: 20px; }
.home-product__details { display: flex; gap: 12px; align-items: start; justify-content: space-between; margin: 17px 0 7px; font-size: 14px; }
.home-product__details h3 { font-size: 14px; line-height: 1.5; font-weight: 600; }
.home-product__details a { color: var(--ink); text-decoration: none; }
.home-product__details a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-product__details > span { white-space: nowrap; font-variant-numeric: tabular-nums; }
.home-product > p { color: #625e54; font-size: 12px; line-height: 1.6; }

.home-family { display: grid; grid-template-columns: 1fr 1.1fr 1.1fr; gap: 32px; background: #e5ddcf; align-items: center; }
.home-family__intro { padding-right: 24px; }
.home-family__intro .eyebrow { margin-bottom: 24px; }
.home-family__intro > p:last-child { max-width: 270px; margin-top: 25px; font-size: 14px; line-height: 1.9; color: #504c43; }
.home-family__card { position: relative; overflow: hidden; display: block; color: white; min-width: 0; }
.home-family__card > img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s; }
.home-family__card:hover > img { transform: scale(1.035); }
.home-family__card > div { position: absolute; left: 0; right: 0; bottom: 0; padding: 65px 24px 26px; background: linear-gradient(transparent, rgba(0,0,0,.83)); }
.home-family__card h3 { font-family: var(--serif); font-size: clamp(32px, 2.8vw, 45px); font-weight: 500; line-height: 1.2; margin: 10px 0 20px; }
.home-family__card .eyebrow { font-size: 9px; }
.home-family__link { font-size: 11px; display: flex; justify-content: space-between; gap: 16px; }
.home-family__link span { font-size: 18px; line-height: 1; }
.home-family__card--tall { height: 510px; }
.home-family__card--wide { height: 380px; }
.home-family__card--wide img { object-position: 58% 50%; }

.home-story { position: relative; isolation: isolate; overflow: hidden; color: var(--bone); background: #1c211b; padding-top: 104px; padding-bottom: 122px; }
.home-story > .eyebrow { color: var(--sand); margin-bottom: 30px; }
.home-story h2 { font-size: clamp(55px, 7vw, 108px); line-height: 1.02; }
.home-story h2 em { color: var(--gold-soft); }
.home-story__bottom { margin-top: 42px; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.home-story__bottom p { max-width: 450px; font-size: 14px; line-height: 1.9; color: #d9d6cc; }
.home-story__signature { position: absolute; right: -10px; bottom: -80px; z-index: -1; color: rgba(243,237,226,.035); font-family: var(--serif); font-size: clamp(130px, 21vw, 320px); letter-spacing: .07em; line-height: 1; user-select: none; }

.home-social { padding-bottom: 76px; }
.home-social__photos { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
.home-social__photos img { width: 100%; height: 350px; object-fit: cover; object-position: center 55%; }
.home-social__photos img:nth-child(3) { object-position: center 59%; }
.home-social__note { text-align: center; font-size: 12px; margin-top: 25px; color: #625e54; }

@media (min-width: 1800px) {
    .home-section { padding-inline: max(80px, calc((100vw - 1600px) / 2)); }
    .home-hero { min-height: 850px; }
}
@media (max-width: 1100px) {
    .home-section { padding: 75px 32px; }
    .home-hero { min-height: 730px; }
    .home-hero__copy { padding-inline: 28px; }
    .home-hero__logo { width: 360px; max-width: 100%; }
    .home-hero__actions { gap: 12px; }
    .home-hero__photo figcaption { padding-inline: 20px; flex-direction: column; align-items: start; gap: 5px; }
    .home-hero__photo figcaption > span { max-width: none; }
    .home-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
    .home-product__image { aspect-ratio: 4 / 5; }
    .home-family { grid-template-columns: 1fr 1fr; }
    .home-family__intro { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 0 35px; padding: 0; }
    .home-family__intro .eyebrow { grid-column: 1 / -1; margin-bottom: 18px; }
    .home-family__intro > p:last-child { margin: 0; max-width: 330px; }
    .home-family__card--tall { height: 470px; }
    .home-family__card--wide { height: 370px; }
    .home-social__photos img { height: 300px; }
}
@media (max-width: 760px) {
    .home-section { padding: 64px 24px; }
    .home-section__heading { align-items: start; flex-direction: column; gap: 15px; margin-bottom: 28px; }
    .home-section h2 { font-size: 46px; }
    .home-hero { grid-template-columns: 1fr; min-height: 0; }
    .home-hero__copy { padding: 8px 24px 36px; }
    .home-hero__logo { width: 270px; margin-bottom: 6px; }
    .home-hero__eyebrow { font-size: 9px; margin-bottom: 15px; }
    .home-hero h1 { font-size: 62px; }
    .home-hero__description { font-size: 13px; margin: 18px 0; }
    .home-hero__actions { gap: 10px 20px; }
    .home-button { padding: 15px 19px; font-size: 11px; min-height: 50px; gap: 20px; }
    .home-hero__photo { height: 460px; }
    .home-hero__photo > img { object-position: 50% 58%; }
    .home-hero__photo figcaption { flex-direction: row; align-items: end; gap: 20px; padding-bottom: 17px; }
    .brand-strip { font-size: 8px; letter-spacing: .07em; gap: 12px; padding: 18px 15px; }
    .brand-strip [aria-hidden] { font-size: 10px; }
    .home-products { gap: 28px 14px; }
    .home-product__category { left: 7px; top: 7px; font-size: 7px; padding: 5px 6px; letter-spacing: .04em; }
    .home-product__arrow { width: 28px; height: 28px; right: 8px; bottom: 8px; font-size: 17px; }
    .home-product__details { gap: 5px; font-size: 12px; margin: 12px 0 6px; }
    .home-product__details h3 { font-size: 12px; line-height: 1.5; }
    .home-product > p { font-size: 11px; }
    .home-family { gap: 28px; grid-template-columns: 1fr; }
    .home-family__intro { display: block; }
    .home-family__intro > p:last-child { margin-top: 22px; max-width: 350px; }
    .home-family__card--tall { height: 440px; }
    .home-family__card--wide { height: 330px; }
    .home-story { padding-top: 70px; padding-bottom: 78px; }
    .home-story h2 { font-size: 56px; }
    .home-story__bottom { margin-top: 30px; align-items: start; flex-direction: column; gap: 26px; }
    .home-story__signature { bottom: -18px; }
    .home-social__photos { gap: 10px; }
    .home-social__photos img { height: 190px; }
    .home-social__note { text-align: left; line-height: 1.7; }
}
@media (max-width: 360px) {
    .home-section { padding-inline: 18px; }
    .home-hero__logo { width: 235px; }
    .home-hero h1 { font-size: 55px; }
    .home-hero__actions { flex-direction: column; gap: 3px; }
    .brand-strip { flex-wrap: wrap; gap: 8px 12px; }
    .home-section h2 { font-size: 40px; }
    .home-product__details { flex-direction: column; }
    .home-product__category { display: none; }
    .home-social__photos img { height: 155px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-product__image img, .home-family__card > img, .home-button { transition: none; }
    .home-family__card:hover > img { transform: none; }
}
