:root {
  --charcoal: #2f2f2f;
  --ink: #3d3936;
  --taupe: #b39a88;
  --sand: #e8ddd3;
  --foam: #f8f5f1;
  --white: #ffffff;
  --ocean: #6f929b;
  --line: rgba(47, 47, 47, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--foam); font-family: Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { min-height: 82px; padding: 16px clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 24px; position: sticky; top: 0; z-index: 10; background: rgba(248,245,241,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: Montserrat, Arial, sans-serif; font-size: 1.5rem; font-weight: 500; letter-spacing: .02em; }
.brand-mark { width: 56px; height: 52px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); }
nav a { text-decoration: none; font-size: .9rem; font-weight: 500; }
nav a:hover, nav a:focus-visible { color: var(--ocean); }
.menu-button { display: none; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; color: var(--charcoal); font: inherit; }

h1, h2, h3 { margin: 0; color: var(--charcoal); font-family: Montserrat, Arial, sans-serif; font-weight: 500; line-height: 1.08; }
h1 { max-width: 720px; font-size: clamp(2.4rem, 4.8vw, 5.2rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); letter-spacing: -.035em; }
h3 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
p { margin: 0; }
.eyebrow { margin-bottom: 18px; color: var(--ocean); font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.intro { max-width: 610px; margin: 28px 0 34px; font-size: clamp(1rem, 1.6vw, 1.22rem); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--charcoal); border-radius: 999px; background: var(--charcoal); color: var(--white); text-decoration: none; font-size: .9rem; font-weight: 600; }
.button:hover, .button:focus-visible { background: var(--ocean); border-color: var(--ocean); }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.hero-copy { padding: clamp(58px, 8vw, 130px) clamp(26px, 6vw, 100px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-image-wrap { min-height: 620px; position: relative; overflow: hidden; background: var(--sand); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }

.shop-section, .care { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 48px; align-items: end; margin-bottom: 64px; }
.section-heading > p { max-width: 650px; justify-self: end; }
.collection-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-bottom: clamp(90px, 12vw, 170px); }
.collection-card { min-height: 360px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.collection-card:hover, .collection-card:focus-visible { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(47,47,47,.12); outline: none; }
.collection-card { grid-column: span 4; }
.collection-kicker { margin-bottom: 10px; font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.collection-card h3 { margin-bottom: 16px; font-size: clamp(2rem, 3.6vw, 3.45rem); }
.collection-card p:not(.collection-kicker) { max-width: 460px; }
.collection-link { padding-top: 18px; border-top: 1px solid currentColor; font-size: .75rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; opacity: .72; }
.collection-card-ocean { background: #dbe6e7; color: #374b50; }
.collection-card-rose { background: #e5d3ce; color: #513c39; }
.collection-card-blush { background: #eadfd9; color: #4c3e39; }
.collection-card-sand { background: #dfcdbd; color: #4a3b32; }
.collection-card-deep { background: #9db6bb; color: #324449; }
.collection-card-deep h3 { color: var(--charcoal); }
.collection-card-foam { background: #f2eee8; color: #393633; }
.spotlight-heading { margin-bottom: 38px; }
.product-card { min-height: 560px; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border: 1px solid var(--line); }
.product-visual { min-height: 500px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(145deg, #d8e4e5 0%, #f0e7df 58%, #d4bca9 100%); }
.product-visual::before { content: ""; width: 360px; height: 360px; position: absolute; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.jar { width: 190px; height: 225px; position: relative; display: grid; place-items: center; border: 5px solid rgba(255,255,255,.82); border-radius: 11px 11px 30px 30px; background: rgba(255,255,255,.66); box-shadow: inset 0 -12px 25px rgba(80,90,90,.12), 0 28px 45px rgba(69,73,73,.16); }
.jar-lid { width: 196px; height: 20px; position: absolute; z-index: 2; transform: translateY(-123px); border-radius: 6px; background: var(--charcoal); box-shadow: 0 4px 8px rgba(0,0,0,.15); }
.label { width: 135px; padding: 26px 10px; text-align: center; border: 1px solid rgba(47,47,47,.15); background: #f5eee8; color: var(--charcoal); font-size: 1.05rem; letter-spacing: .14em; line-height: 1.25; }
.product-details { padding: clamp(42px, 7vw, 92px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.status { margin-bottom: 16px; padding: 5px 10px; border-radius: 999px; background: #e1ebeb; color: #355b65; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-type { margin: 13px 0 18px; color: var(--taupe); font-weight: 600; }
.product-details > p:last-of-type { max-width: 550px; }
dl { width: 100%; margin: 30px 0; border-top: 1px solid var(--line); }
dl div { padding: 13px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
dt { font-weight: 600; }
dd { margin: 0; text-align: right; }
.button-disabled, .button-disabled:hover { cursor: not-allowed; border-color: #9b9895; background: #9b9895; }

.story { padding: clamp(95px, 14vw, 210px) clamp(24px, 14vw, 220px); text-align: center; background: var(--charcoal); color: #eee7e0; }
.story h2 { max-width: 900px; margin: 0 auto 36px; color: var(--white); }
.story > p:last-child { max-width: 780px; margin: auto; font-size: 1.06rem; }
.care { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 140px); background: var(--white); }
.care-placeholder { align-self: end; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collection-page { min-height: calc(100vh - 82px); padding: clamp(68px, 9vw, 120px) clamp(24px, 7vw, 110px); }
.back-link { display: inline-block; color: var(--ocean); font-size: .9rem; font-weight: 600; text-decoration: none; }
.header-links { display: flex; align-items: center; gap: 22px; }
.collection-page > .back-link { margin-bottom: 42px; }
.collection-page-header { max-width: 830px; margin-bottom: 52px; }
.collection-page-header h1 { margin-bottom: 24px; }
.collection-page-header p { max-width: 700px; font-size: 1.05rem; }
.category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 56px; }
.category-nav a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: .82rem; font-weight: 500; text-decoration: none; }
.category-nav a[aria-current="page"] { border-color: var(--charcoal); background: var(--charcoal); color: var(--white); }
.category-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.category-product { min-height: 220px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--white); }
.category-product h2 { margin-bottom: 14px; font-size: clamp(1.4rem, 2.2vw, 2rem); letter-spacing: -.02em; }
.category-product span { color: var(--ocean); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact { padding: clamp(90px, 13vw, 180px) 24px; text-align: center; background: var(--sand); }
.contact h2 { margin-bottom: 24px; }
.contact > p:last-child { max-width: 700px; margin: auto; }
footer { padding: 24px clamp(20px, 5vw, 76px); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); font-size: .82rem; }
footer a { text-underline-offset: 3px; }

.policy-page { min-height: calc(100vh - 82px); padding: clamp(68px, 9vw, 120px) clamp(24px, 14vw, 220px); }
.policy-intro { max-width: 820px; margin-bottom: clamp(60px, 8vw, 105px); }
.policy-intro h1 { margin-bottom: 28px; }
.policy-intro > p:last-child { max-width: 720px; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.policy-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(42px, 8vw, 120px); }
.policy-nav { align-self: start; position: sticky; top: 118px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.policy-nav a { color: var(--ocean); font-weight: 600; text-decoration: none; }
.policy-content { max-width: 780px; }
.policy-section { padding: 0 0 58px; margin-bottom: 58px; border-bottom: 1px solid var(--line); }
.policy-section:last-child { margin-bottom: 0; border-bottom: 0; }
.policy-section h2 { margin-bottom: 24px; font-size: clamp(2rem, 3.5vw, 3.6rem); }
.policy-section h3 { margin: 30px 0 12px; font-size: 1.25rem; letter-spacing: -.01em; }
.policy-section p + p { margin-top: 16px; }
.policy-section ul { margin: 18px 0 0; padding-left: 22px; }
.policy-section li + li { margin-top: 10px; }
.policy-note { margin-top: 24px; padding: 22px 24px; background: #dbe6e7; border-left: 3px solid var(--ocean); }

@media (max-width: 860px) {
  .menu-button { display: inline-flex; }
  nav { display: none; position: absolute; left: 18px; right: 18px; top: 72px; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(47,47,47,.14); }
  nav.open { display: flex; }
  nav a { padding: 12px 8px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 540px; }
  .hero-image-wrap { min-height: 430px; }
  .section-heading, .product-card, .care { grid-template-columns: 1fr; }
  .policy-grid { grid-template-columns: 1fr; }
  .policy-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .category-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-card { grid-column: span 6; }
  .section-heading > p { justify-self: start; }
}

@media (max-width: 560px) {
  .site-header { min-height: 72px; }
  .brand { font-size: 1.25rem; }
  .brand-mark { width: 46px; height: 42px; }
  .header-links { gap: 12px; }
  .header-links .back-link:first-child { display: none; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 500px; padding-top: 68px; padding-bottom: 68px; }
  .hero-image-wrap { min-height: 330px; }
  .shop-section, .care { padding-left: 18px; padding-right: 18px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { grid-column: 1; min-height: 320px; }
  .category-products { grid-template-columns: 1fr; }
  .product-visual { min-height: 390px; }
  .product-details { padding: 38px 24px; }
  dl div { flex-direction: column; gap: 2px; }
  dd { text-align: left; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
