:root {
  color-scheme: light;
  --cream: #fff9ed;
  --paper: #ffffff;
  --soft: #f7f7f5;
  --ink: #2e2924;
  --muted: #6f6961;
  --gold: #9b7134;
  --gold-dark: #765326;
  --line: #e8e1d5;
  --display: "Century Gothic", "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --container: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); font-family: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
::selection { background: #e7d4ae; color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.sr-only { 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: fixed; top: -60px; left: 20px; z-index: 200; padding: 10px 16px; background: var(--paper); color: var(--ink); text-decoration: none; box-shadow: 0 8px 22px #25190d25; }
.skip-link:focus { top: 12px; }
.container { width: min(var(--container), calc(100% - 72px)); margin-inline: auto; }
.section-pad { padding-block: clamp(72px, 8.5vw, 132px); }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.12; }
h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); font-weight: 600; letter-spacing: -.035em; }

.site-header { position: sticky; top: 14px; z-index: 100; padding: 18px 24px 0; margin-bottom: -116px; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(1540px, 100%); min-height: 82px; padding: 12px 32px; margin-inline: auto; border: 1px solid #f3eee5; border-radius: 5px; background: #fffefa; box-shadow: 0 10px 32px #4d3b2010; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; width: 238px; height: 54px; overflow: hidden; }
.brand-logo { width: 100%; height: 100%; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.1vw, 38px); }
.primary-nav a, .site-footer nav a { font-size: .86rem; font-weight: 600; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.primary-nav a { position: relative; }
.primary-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; background: var(--gold); transform: scaleX(0); transform-origin: left center; transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a[aria-current="location"]::after { transform: scaleX(1); }
.primary-nav a[aria-current="location"] { color: var(--gold-dark); }
.primary-nav a:hover, .site-footer nav a:hover { color: var(--gold); }
.menu-toggle { display: none; }
.reading-progress { position: fixed; z-index: 201; top: 0; right: 0; left: 0; height: 3px; background: var(--gold); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; pointer-events: none; }
.nav-shell { transition: box-shadow .3s ease, background-color .3s ease; }
.site-header.is-scrolled .nav-shell { background: #fffefaf5; box-shadow: 0 14px 38px #4d3b2024; }

.hero { padding-top: 165px; background: var(--cream); text-align: center; }
.hero-heading { position: relative; z-index: 1; }
.hero-heading::after { position: absolute; bottom: -25px; left: 50%; width: 118px; height: 1px; content: ""; background: #c9a874; transform: translateX(-50%); }
.hero .eyebrow { margin-bottom: 17px; }
.hero h1 { margin: 0; color: #704f27; font-size: clamp(2.6rem, 5.2vw, 5.4rem); font-weight: 500; letter-spacing: -.042em; }
.hero-subtitle { margin: 10px 0 0; font-family: var(--display); font-size: clamp(1.12rem, 1.8vw, 1.65rem); letter-spacing: .01em; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--gold-dark); font-size: .88rem; font-weight: 700; text-decoration: none; }
.text-link { transition: color .22s ease, border-color .22s ease; }
.text-link > span[aria-hidden="true"], .shop-label > span[aria-hidden="true"] { transition: transform .24s cubic-bezier(.2, .8, .2, 1); }
.text-link:hover { color: var(--ink); }
.text-link:hover > span[aria-hidden="true"], .text-link:focus-visible > span[aria-hidden="true"], .product-card:hover .shop-label > span[aria-hidden="true"], .product-card:focus-visible .shop-label > span[aria-hidden="true"] { transform: translate(3px, -3px); }
.hero-link { margin-top: 22px; }
.hero-photo { width: min(1920px, 100%); height: clamp(460px, 58vw, 900px); margin: 62px auto 0; overflow: hidden; border-radius: 50% 50% 0 0 / 7.5% 7.5% 0 0; }
.hero-photo svg { width: 100%; height: 100%; }

.introduction { background: var(--soft); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .9fr) minmax(0, 1fr); align-items: center; }
.intro-panel { min-height: 460px; padding: clamp(28px, 3vw, 52px); background: var(--paper); }
.intro-panel--left { padding-right: clamp(34px, 3.5vw, 70px); }
.intro-panel--right { padding-left: clamp(34px, 3.5vw, 70px); }
.intro-panel h2 { margin-bottom: 46px; color: var(--gold-dark); font-size: clamp(2.2rem, 3.2vw, 3.25rem); }
.intro-panel h3 { margin-bottom: 11px; font-size: clamp(1.16rem, 1.7vw, 1.55rem); font-weight: 600; }
.intro-panel p:not(.eyebrow) { max-width: 340px; margin-bottom: 0; color: #3e3933; font-size: 1rem; line-height: 1.75; }
.intro-panel--right p:not(.eyebrow) + p { margin-top: 17px; }
.intro-portrait { position: relative; z-index: 1; height: 570px; margin-inline: -22px; overflow: hidden; border-radius: 50% 50% 0 0 / 27% 27% 0 0; }
.intro-portrait svg { width: 100%; height: 100%; }

.range { background: #fff; }
.section-heading { max-width: 780px; margin: 0 auto 54px; text-align: center; }
.section-heading h2 { margin-bottom: 13px; color: var(--gold-dark); }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.category-grid { display: grid; grid-template-columns: 1.07fr 1fr 1fr; grid-template-rows: repeat(2, 278px); gap: 18px; }
.category-card { position: relative; overflow: hidden; background: #f5eee7; }
.category-card--nursing { grid-row: 1 / 3; }
.category-card--feeding { grid-column: 2 / 4; }
.category-card > img { width: 100%; height: 200%; object-fit: cover; object-position: center top; }
.category-card > svg { width: 100%; height: 100%; }
.category-card > img, .category-card > svg { transform: scale(var(--category-scale, 1)); transition: transform .75s cubic-bezier(.2, .8, .2, 1); }
.category-card--maternity > img, .category-card--postpartum > img { object-position: right top; }
.category-card--feeding > img { width: 100%; height: 100%; object-position: right 48%; --category-scale: 1.75; transform-origin: right center; }
.category-label { position: absolute; right: 17px; bottom: 16px; left: 17px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 13px 18px; background: #fffdf5e8; backdrop-filter: blur(10px); }
.category-label { transition: transform .35s ease, background-color .35s ease; }
@media (hover: hover) and (pointer: fine) {
  .category-card:hover > img, .category-card:hover > svg { --category-scale: 1.045; }
  .category-card--feeding:hover > img { --category-scale: 1.82; }
  .category-card:hover .category-label { transform: translateY(-5px); background: #fffdf5f5; }
}
.category-label span { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.category-label h3 { margin: 0; font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 600; text-align: right; }
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: clamp(78px, 9vw, 130px) 0 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.collection-heading .eyebrow { margin-bottom: 10px; }
.collection-heading h3 { margin-bottom: 0; font-size: clamp(2rem, 3vw, 3rem); font-weight: 600; }
.collection-heading > p { margin: 0 0 4px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #efe9df; background: #fff; text-decoration: none; transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #d9c4a6; box-shadow: 0 16px 30px #624d2f17; }
.product-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; background: #f9f6f3; transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
.product-card:hover img, .product-card:focus-visible img { transform: scale(1.045); }
.product-info { position: relative; display: flex; flex: 1; flex-direction: column; gap: 9px; padding: 19px 19px 21px; background: #fff; }
.product-category { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-info strong { min-height: 2.65em; font-family: var(--display); font-size: 1.06rem; font-weight: 600; line-height: 1.35; }
.shop-label { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: auto; padding-bottom: 2px; border-bottom: 1px solid currentColor; color: var(--gold-dark); font-size: .8rem; font-weight: 700; }

.story { background: var(--soft); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 570px; background: #fff; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 95px); }
.story-copy h2 { margin-bottom: 30px; color: var(--gold-dark); }
.story-copy p:not(.eyebrow) { max-width: 520px; margin-bottom: 18px; color: #4c463f; font-size: 1.05rem; line-height: 1.8; }
.story-copy p:last-child { margin-bottom: 0; }
.story-photo { min-height: 570px; overflow: hidden; }
.story-photo svg { width: 100%; height: 100%; }

.values { position: relative; isolation: isolate; padding-block: 94px 112px; overflow: hidden; color: #fff; background: #474b42; text-align: center; }
.values-photo { position: absolute; inset: 0; z-index: -2; opacity: .52; }
.values-photo svg { width: 100%; height: 100%; }
.values::before { position: absolute; inset: 0; z-index: -1; content: ""; background: #1c2522b3; }
.values .eyebrow { color: #e8d0a6; }
.values h2 { margin-bottom: 9px; }
.values-subtitle { margin-bottom: 47px; font-family: var(--display); font-size: clamp(1rem, 1.6vw, 1.35rem); }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.value-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #ffffff6b; background: #ffffff17; backdrop-filter: blur(5px); transition: background-color .3s ease, border-color .3s ease; }
.value-card:hover { border-color: #fff9; background: #ffffff2a; }
.value-card img { width: 100%; height: 185px; object-fit: cover; object-position: center top; }
.value-card div { display: flex; flex: 1; flex-direction: column; justify-content: center; min-height: 120px; padding: 16px 12px; }
.value-card h3 { margin-bottom: 7px; font-size: 1.08rem; font-weight: 600; }
.value-card p { margin-bottom: 0; font-size: .83rem; line-height: 1.45; }

.site-footer { display: flex; flex-direction: column; align-items: center; padding: 70px 24px 62px; background: var(--cream); text-align: center; }
.footer-brand { display: block; width: 270px; height: 66px; padding: 5px 12px; background: #fffefa; }
.site-footer > p { margin: 19px 0 29px; color: var(--gold-dark); font-family: var(--display); font-size: .95rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 27px; }
.site-footer nav a { color: var(--muted); }

/* Motion follows the banner, scroll-anim, and card rhythms used in Ant Design Landing. */
@keyframes rise-in { from { opacity: 0; transform: translate3d(0, 22px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes photo-in { from { opacity: .55; transform: translate3d(0, 36px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes photo-settle { from { transform: scale(1.07); } to { transform: scale(1); } }
@keyframes line-in { from { transform: translateX(-50%) scaleX(0); } to { transform: translateX(-50%) scaleX(1); } }
@keyframes nav-link-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.motion-ready .nav-shell { animation: rise-in .6s cubic-bezier(.2, .8, .2, 1) both; }
.motion-ready .hero-heading > * { animation: rise-in .72s cubic-bezier(.2, .8, .2, 1) both; }
.motion-ready .hero-heading > :nth-child(1) { animation-delay: .08s; }
.motion-ready .hero-heading > :nth-child(2) { animation-delay: .18s; }
.motion-ready .hero-heading > :nth-child(3) { animation-delay: .29s; }
.motion-ready .hero-heading > :nth-child(4) { animation-delay: .4s; }
.motion-ready .hero-heading::after { animation: line-in .7s cubic-bezier(.2, .8, .2, 1) .56s both; }
.motion-ready .hero-photo { animation: photo-in .9s cubic-bezier(.2, .8, .2, 1) .35s both; }
.motion-ready .hero-photo svg { animation: photo-settle 1.45s cubic-bezier(.2, .8, .2, 1) .35s both; }
.motion-ready .reveal { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity .68s ease, transform .68s cubic-bezier(.2, .8, .2, 1), box-shadow .25s ease, border-color .25s ease; transition-delay: var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), 0ms, 0ms; }
.motion-ready .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.motion-ready .reveal.reveal-immediate { opacity: 1; transform: none; transition-duration: 0ms; transition-delay: 0ms; }
.motion-ready .reveal.product-card.is-visible:hover, .motion-ready .reveal.product-card.is-visible:focus-visible { transform: translateY(-6px); }

@media (max-width: 1050px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .nav-shell { min-height: 72px; padding: 9px 20px; }
  .brand { width: 202px; height: 50px; }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .76rem; }
  .intro-grid { grid-template-columns: 1fr .85fr; }
  .intro-panel { min-height: 0; }
  .intro-panel--left { padding: 42px; }
  .intro-panel--right { grid-column: 1 / 3; padding: 36px 42px; }
  .intro-panel--right p:not(.eyebrow) { max-width: 720px; }
  .intro-portrait { height: 520px; margin-inline: 0; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .values-grid { gap: 14px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 85px; }
  .container { width: min(var(--container), calc(100% - 36px)); }
  .section-pad { padding-block: 72px; }
  .site-header { top: 0; padding: 0; margin-bottom: -71px; }
  .nav-shell { position: relative; min-height: 71px; border-radius: 0; border-inline: 0; padding: 9px 18px; }
  .brand { width: 191px; height: 47px; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
  .menu-toggle span { width: 20px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 70px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 18px 17px; border-bottom: 1px solid var(--line); background: #fffefa; box-shadow: 0 18px 28px #2e231326; visibility: hidden; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .27s ease, transform .27s cubic-bezier(.2, .8, .2, 1), visibility .27s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
  .primary-nav a { padding: 12px 8px; font-size: .93rem; }
  .primary-nav a::after { right: auto; bottom: 8px; left: 8px; width: 34px; }
  .primary-nav.is-open a { animation: nav-link-in .32s ease both; }
  .primary-nav.is-open a:nth-child(1) { animation-delay: .04s; }
  .primary-nav.is-open a:nth-child(2) { animation-delay: .08s; }
  .primary-nav.is-open a:nth-child(3) { animation-delay: .12s; }
  .primary-nav.is-open a:nth-child(4) { animation-delay: .16s; }
  .primary-nav.is-open a:nth-child(5) { animation-delay: .2s; }
  .hero { padding-top: 134px; }
  .hero .eyebrow { font-size: .65rem; }
  .hero h1 { line-height: 1.08; }
  .hero-photo { height: 490px; margin-top: 46px; border-radius: 50% 50% 0 0 / 5% 5% 0 0; }
  .intro-grid { display: flex; flex-direction: column; }
  .intro-panel, .intro-panel--left, .intro-panel--right { width: 100%; padding: 32px 28px; }
  .intro-panel h2 { margin-bottom: 25px; }
  .intro-portrait { width: min(100%, 430px); height: 520px; margin-block: -1px; }
  .intro-panel--right { margin-top: -1px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 280px 250px 250px; gap: 12px; }
  .category-card--nursing { grid-column: 1 / 3; grid-row: auto; }
  .category-card--feeding { grid-column: 1 / 3; }
  .category-label { right: 10px; bottom: 10px; left: 10px; padding: 10px 12px; }
  .collection-heading { align-items: start; flex-direction: column; gap: 7px; margin-top: 78px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .product-info { padding: 14px; }
  .product-info strong { font-size: .96rem; }
  .story-grid { grid-template-columns: 1fr; }
  .story-copy { padding: 40px 30px; }
  .story-photo { min-height: 460px; }
  .values { padding-block: 72px 86px; }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .hero .eyebrow { letter-spacing: .12em; }
  .hero h1 { font-size: clamp(2.65rem, 10vw, 3.55rem); }
  .hero-photo { height: 420px; }
  .intro-portrait { height: 470px; }
  .category-grid { grid-template-rows: 280px 230px 230px; }
  .category-label h3 { font-size: 1rem; }
  .product-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-card img { max-height: 410px; }
  .product-info strong { min-height: 0; font-size: 1.14rem; }
  .value-card img { height: 130px; }
  .value-card div { min-height: 122px; padding: 12px 8px; }
  .value-card h3 { font-size: .91rem; }
  .value-card p { font-size: .73rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; transition-delay: 0ms !important; animation-duration: .01ms !important; animation-delay: 0ms !important; }
  .motion-ready .reveal { opacity: 1 !important; transform: none !important; }
}
