.logo-link { line-height: 0; }
.brand-logo { display: block; width: 118px; height: 64px; object-fit: contain; border-radius: 3px; }
.hero-product { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: 34px; bottom: 34px; display: flex; flex-direction: column; padding: 17px 20px; background: rgba(23, 23, 20, .9); color: #f4f0e7; border-left: 3px solid #c99a3d; backdrop-filter: blur(8px); }
.hero-badge strong { font-family: "Playfair Display", serif; font-size: 1.25rem; }
.hero-badge span { color: #d1cabd; font-size: .78rem; }
.panel-label { z-index: 3; }
.gold-orbit { z-index: 1; }
.footer-logo { display: block; width: 190px; height: auto; border-radius: 4px; }
.category-card { gap: 24px; }
.category-image { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 2px; box-shadow: 0 16px 38px rgba(23, 23, 20, .11); }
.product-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 20px; }
.product-links a { margin-top: 0; }
.parenting-section { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(45px, 9vw, 140px); padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); background: #e8ddca; overflow: hidden; }
.parenting-number { font-family: "Playfair Display", serif; font-size: clamp(8rem, 20vw, 19rem); line-height: .72; letter-spacing: -.09em; color: #c99a3d; text-shadow: 1px 1px 0 #9b7021; }
.parenting-copy { max-width: 680px; }
.parenting-copy h2 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1.05; letter-spacing: -.03em; }
.parenting-copy > p:not(.eyebrow):not(.parenting-subtitle) { color: #625e55; font-size: 1.08rem; }
.parenting-subtitle { color: #9b7021; font-weight: 700; letter-spacing: .08em; }
.story-image { display: block; width: min(100%, 460px); max-height: 420px; margin-top: 42px; object-fit: cover; object-position: center 34%; border-radius: 2px; box-shadow: 22px 22px 0 #e8ddca; }
@media (max-width: 950px) { .brand-logo { width: 104px; height: 54px; } .hero-product { object-position: center; } .story-image { margin-bottom: 30px; } .parenting-section { grid-template-columns: 1fr; } .parenting-number { font-size: 9rem; } }
