:root {
  --ivory: #f5eee6;
  --paper: #fcfaf7;
  --sand: #ead8ca;
  --blush: #e8c4b7;
  --brown: #5c3c31;
  --brown-deep: #3e2924;
  --ink: #262221;
  --muted: #796a63;
  --line: rgba(92, 60, 49, 0.2);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 50px rgba(62, 41, 36, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--brown); color: #fff; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.announcement { padding: .5rem 1.5rem; background: var(--brown-deep); color: var(--ivory); text-align: center; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.nav-wrap { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; max-width: 1440px; margin: 0 auto; padding: 1.25rem 3.8vw; }
.brand { align-items: center; display: inline-flex; gap: .65rem; justify-self: start; color: var(--brown); }
.brand-mark { align-items: center; border: 1.5px solid currentColor; display: inline-flex; font-family: var(--display); font-size: 1.05rem; height: 2.15rem; justify-content: center; letter-spacing: -.13em; line-height: 1; padding-right: .15em; width: 2.15rem; }
.brand-name { font-family: var(--display); font-size: 1.08rem; letter-spacing: .19em; }
.site-nav { display: flex; gap: 2rem; justify-content: center; font-size: .82rem; letter-spacing: .05em; }
.site-nav a, .text-link, .instagram-link { position: relative; }
.site-nav a::after, .text-link::after, .instagram-link::after { background: currentColor; bottom: -.25rem; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.site-nav a:hover::after, .text-link:hover::after, .instagram-link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { align-items: center; display: flex; gap: .5rem; justify-self: end; }
.icon-button, .menu-toggle, .drawer-close, .search-close { background: transparent; border: 0; color: inherit; }
.icon-button { align-items: center; display: inline-flex; justify-content: center; height: 2.5rem; position: relative; width: 2.5rem; }
.icon-button svg { fill: none; height: 1.2rem; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; width: 1.2rem; }
.cart-count { align-items: center; background: var(--brown); border-radius: 99px; color: #fff; display: flex; font-size: .64rem; height: 1.1rem; justify-content: center; position: absolute; right: 0; top: .15rem; width: 1.1rem; }
.menu-toggle { display: none; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.search-panel { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 1rem; margin: 0 3.8vw; padding: .8rem 0 1rem; }
.search-panel label { color: var(--muted); font-size: .8rem; }
.search-panel input { background: transparent; border: 0; border-bottom: 1px solid var(--line); flex: 1; outline: none; padding: .5rem 0; }
.search-close { color: var(--muted); font-size: .8rem; }

.hero { background: var(--brown); color: var(--ivory); display: grid; grid-template-columns: .9fr 1.1fr; min-height: 650px; overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 7.5vw 4vw 7.5vw 8vw; position: relative; }
.eyebrow { font-size: .68rem; font-weight: 600; letter-spacing: .17em; margin: 0 0 1.5rem; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.03em; line-height: 1.04; margin: 0; }
.hero h1 { font-size: clamp(3.6rem, 5.2vw, 6.25rem); max-width: 760px; }
h1 em, h2 em { color: var(--blush); font-style: italic; font-weight: 500; }
.hero-lead { color: rgba(245,238,230,.84); font-size: 1.02rem; max-width: 400px; margin: 2rem 0 2.2rem; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.4rem; }
.button { align-items: center; border: 0; display: inline-flex; font-size: .77rem; font-weight: 600; gap: 1rem; justify-content: center; letter-spacing: .08em; padding: 1rem 1.25rem; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--light { background: var(--ivory); color: var(--brown-deep); }
.button--light:hover { background: #fff; }
.button--dark { background: var(--brown); color: var(--ivory); }
.button--dark:hover { background: var(--brown-deep); }
.button--full { width: 100%; }
.text-link { font-size: .78rem; letter-spacing: .06em; padding-bottom: .25rem; }
.text-link--light { color: var(--ivory); }
.hero-note { align-items: center; bottom: 3.5rem; display: flex; font-family: var(--display); font-size: .82rem; gap: .8rem; position: absolute; }
.note-line { background: var(--blush); display: inline-block; height: 1px; width: 2.5rem; }
.hero-media { min-height: 650px; overflow: hidden; position: relative; }
.hero-media::after { background: linear-gradient(90deg, rgba(92,60,49,.25), transparent 25%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-stamp { align-items: center; background: rgba(245,238,230,.93); border-radius: 50%; color: var(--brown); display: flex; flex-direction: column; font-family: var(--display); font-size: .76rem; height: 8.2rem; justify-content: center; line-height: 1.05; position: absolute; right: 5%; top: 8%; transform: rotate(9deg); width: 8.2rem; z-index: 1; }
.hero-stamp strong { font-size: 1.25rem; font-style: italic; font-weight: 500; margin: .2rem 0; }

.trust-strip { background: var(--ivory); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); padding: 1.4rem 8vw; }
.trust-strip > div { align-items: center; border-right: 1px solid var(--line); display: flex; gap: .9rem; justify-content: center; padding: .4rem 1rem; }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { color: var(--brown); font-family: var(--display); font-size: 1.35rem; }
.trust-strip p { font-size: .72rem; line-height: 1.45; margin: 0; }
.trust-strip strong { font-size: .75rem; font-weight: 600; }
.trust-strip p span { color: var(--muted); }

.section { padding: 8rem 8vw; }
.section-heading { align-items: end; display: flex; gap: 3rem; justify-content: space-between; margin-bottom: 3.5rem; }
.section-heading h2, .ritual-copy h2, .story-copy h2, .newsletter-section h2 { font-size: clamp(2.7rem, 4.6vw, 5.1rem); }
.section-heading > p { color: var(--muted); font-size: .92rem; margin: 0 0 .4rem; max-width: 300px; }
.product-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(3, 1fr); }
.product-card { min-width: 0; }
.product-image { background: var(--ivory); border: 0; display: block; height: 430px; overflow: hidden; padding: 0; position: relative; width: 100%; }
.product-image img { height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); transition: transform .5s ease; width: 100%; }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-tag { background: var(--paper); bottom: 1rem; color: var(--brown); font-size: .64rem; left: 1rem; letter-spacing: .11em; padding: .45rem .65rem; position: absolute; text-transform: uppercase; }
.product-info { align-items: start; display: flex; justify-content: space-between; padding: 1.25rem .1rem .8rem; }
.product-kicker { color: var(--brown); font-size: .65rem; letter-spacing: .12em; margin: 0 0 .4rem; text-transform: uppercase; }
.product-info h3 { font-family: var(--display); font-size: 1.55rem; font-weight: 500; margin: 0 0 .25rem; }
.product-info p:not(.product-kicker) { color: var(--muted); font-size: .76rem; margin: 0; }
.product-info > strong { font-family: var(--display); font-size: 1.15rem; font-weight: 500; }
.add-button { align-items: center; background: transparent; border: 0; border-top: 1px solid var(--line); color: var(--brown); display: flex; font-size: .72rem; justify-content: space-between; letter-spacing: .08em; padding: .8rem .1rem; text-transform: uppercase; width: 100%; }
.add-button span { font-size: 1.2rem; line-height: .7; transition: transform .2s; }
.add-button:hover span { transform: rotate(90deg); }
.shop-foot { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 3.5rem; padding-top: 1.2rem; }
.shop-foot p { color: var(--muted); font-family: var(--display); font-size: 1.05rem; margin: 0; }

.ritual-section { background: var(--sand); display: grid; grid-template-columns: 1fr 1fr; }
.ritual-image { min-height: 730px; overflow: hidden; }
.ritual-image img { height: 100%; object-fit: cover; object-position: center 27%; width: 100%; }
.ritual-copy { align-self: center; padding: 7vw 9vw 7vw 7vw; }
.ritual-copy > p:not(.eyebrow) { color: var(--muted); max-width: 430px; margin: 2rem 0 2.4rem; }
.ritual-list { list-style: none; margin: 0 0 2.8rem; padding: 0; }
.ritual-list li { border-top: 1px solid var(--line); display: flex; gap: 1.1rem; padding: 1.1rem 0; }
.ritual-list li:last-child { border-bottom: 1px solid var(--line); }
.ritual-list li > span { color: var(--brown); font-family: var(--display); font-size: 1.2rem; }
.ritual-list strong { font-family: var(--display); font-size: 1.3rem; font-weight: 500; }
.ritual-list p { color: var(--muted); font-size: .8rem; margin: .2rem 0 0; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.story-copy { align-self: center; padding: 7vw 8vw; }
.story-copy > p:not(.eyebrow):not(.story-signature) { color: var(--muted); font-family: var(--display); font-size: 1.25rem; line-height: 1.45; margin: 2.3rem 0 1.4rem; max-width: 490px; }
.story-signature { font-size: .8rem; margin: 1.8rem 0 2rem; }
.story-signature span { color: var(--muted); font-size: .72rem; }
.story-image { min-height: 700px; overflow: hidden; position: relative; }
.story-image img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.image-caption { background: var(--ivory); bottom: 1.5rem; color: var(--brown); font-family: var(--display); font-size: .85rem; left: 1.5rem; padding: .6rem .85rem; position: absolute; }

.journal-section { background: var(--ivory); }
.journal-grid { display: grid; gap: 1.3rem; grid-template-columns: 1.3fr 1fr 1fr; }
.journal-card { min-width: 0; }
.journal-art { background: var(--sand); height: 250px; margin-bottom: 1.2rem; overflow: hidden; }
.journal-art--texture { background: radial-gradient(circle at 24% 30%, #fff5e9 0 10%, transparent 11%), radial-gradient(circle at 70% 65%, #c9957e 0 18%, transparent 19%), linear-gradient(140deg, #c4a08f, #f1d9cb); position: relative; }
.journal-art--texture::after { border: 1px solid rgba(92,60,49,.5); border-radius: 50%; content: ""; inset: 19% 25%; position: absolute; transform: rotate(-18deg); }
.journal-art img { height: 100%; object-fit: cover; width: 100%; }
.journal-art--founder img { object-position: center 29%; }
.journal-art--still img { object-position: center 68%; }
.journal-card h3 { font-family: var(--display); font-size: 1.4rem; font-weight: 500; line-height: 1.2; margin: .3rem 0 1.1rem; max-width: 330px; }
.journal-card .text-link { font-size: .72rem; }

.newsletter-section { background: var(--brown); color: var(--ivory); display: grid; gap: 5rem; grid-template-columns: 1fr 1fr; padding: 6.5rem 8vw; }
.newsletter-section h2 em { color: var(--blush); }
.newsletter-section > div:last-child { align-self: end; max-width: 530px; }
.newsletter-section > div:last-child > p { color: rgba(245,238,230,.82); font-size: .95rem; margin: 0 0 1.6rem; }
.newsletter-form { display: flex; flex-wrap: wrap; border-bottom: 1px solid rgba(245,238,230,.45); gap: .8rem; padding-bottom: .75rem; }
.newsletter-form input { background: transparent; border: 0; color: var(--ivory); flex: 1; min-width: 0; outline: none; padding: .65rem 0; }
.newsletter-form input::placeholder { color: rgba(245,238,230,.7); }
.consent-check { align-items: center; color: rgba(245,238,230,.68); display: flex; flex-basis: 100%; font-size: .69rem; gap: .5rem; }
.consent-check input { accent-color: var(--blush); flex: 0 0 auto; height: 1rem; width: 1rem; }
.newsletter-section small { color: rgba(245,238,230,.6); display: block; font-size: .68rem; margin-top: .9rem; }
.form-message { min-height: 1.5em; }

.site-footer { background: var(--brown-deep); color: var(--ivory); padding: 3.5rem 8vw 1.2rem; }
.footer-top { align-items: center; border-bottom: 1px solid rgba(245,238,230,.18); display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 2.3rem; }
.brand--footer { color: var(--ivory); }
.footer-top > p { color: var(--blush); font-family: var(--display); font-size: 1rem; justify-self: center; margin: 0; }
.instagram-link { font-size: .77rem; justify-self: end; letter-spacing: .07em; }
.footer-links { display: grid; gap: 2rem; grid-template-columns: repeat(3,1fr); padding: 2.4rem 0; }
.footer-links > div { display: flex; flex-direction: column; gap: .5rem; }
.footer-label { color: var(--blush); font-size: .65rem; letter-spacing: .14em; margin: 0 0 .45rem; text-transform: uppercase; }
.footer-links a { color: rgba(245,238,230,.76); font-size: .77rem; width: max-content; }
.footer-bottom { border-top: 1px solid rgba(245,238,230,.18); color: rgba(245,238,230,.5); display: flex; font-size: .65rem; justify-content: space-between; padding-top: 1rem; }

.cart-drawer { background: var(--paper); display: flex; flex-direction: column; height: 100vh; max-width: 430px; padding: 2rem; position: fixed; right: 0; top: 0; transform: translateX(105%); transition: transform .35s ease; width: 100%; z-index: 20; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-overlay { background: rgba(38,34,33,.45); inset: 0; position: fixed; z-index: 19; }
.drawer-head { align-items: start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 1.4rem; }
.drawer-head .eyebrow { margin-bottom: .5rem; }
.drawer-head h2 { font-size: 2.5rem; }
.drawer-close { color: var(--brown); font-size: 2rem; line-height: 1; }
.cart-items { flex: 1; overflow: auto; padding: 1.5rem 0; }
.cart-empty { color: var(--muted); font-size: .9rem; margin-top: 3rem; text-align: center; }
.cart-empty a { color: var(--brown); text-decoration: underline; }
.cart-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: .8rem; grid-template-columns: 1fr auto; padding: 1rem 0; }
.cart-row h3 { font-family: var(--display); font-size: 1.1rem; font-weight: 500; margin: 0; }
.cart-row p { color: var(--muted); font-size: .75rem; margin: .2rem 0 0; }
.cart-row > strong { font-family: var(--display); font-weight: 500; }
.cart-remove { background: transparent; border: 0; color: var(--muted); font-size: .7rem; padding: 0; text-decoration: underline; }
.cart-summary { border-top: 1px solid var(--line); padding-top: 1.3rem; }
.cart-summary > div { display: flex; font-family: var(--display); font-size: 1.3rem; justify-content: space-between; }
.cart-summary > p { color: var(--muted); font-size: .72rem; margin: .45rem 0 1.2rem; }
.checkout-email { color: var(--muted); display: block; font-size: .7rem; letter-spacing: .06em; margin: 0 0 1rem; text-transform: uppercase; }
.checkout-email input { background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); display: block; font-size: .9rem; letter-spacing: 0; margin-top: .35rem; outline: none; padding: .55rem 0; text-transform: none; width: 100%; }
.checkout-email input:focus, .newsletter-form input:focus { border-bottom-color: var(--brown); }
.cart-summary small { color: var(--muted); display: block; font-size: .67rem; margin-top: .8rem; text-align: center; }
.toast { background: var(--brown-deep); bottom: 1.5rem; color: var(--ivory); font-size: .75rem; left: 50%; opacity: 0; padding: .75rem 1rem; pointer-events: none; position: fixed; transform: translate(-50%, 1rem); transition: opacity .25s, transform .25s; z-index: 30; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .nav-wrap { padding-left: 5vw; padding-right: 5vw; }
  .site-nav { gap: 1.2rem; }
  .hero-copy { padding-left: 6vw; }
  .hero h1 { font-size: clamp(3rem, 6vw, 5rem); }
  .section, .newsletter-section { padding-left: 6vw; padding-right: 6vw; }
  .ritual-copy { padding-left: 6vw; padding-right: 6vw; }
  .trust-strip { padding-left: 4vw; padding-right: 4vw; }
}
@media (max-width: 720px) {
  .announcement { font-size: .62rem; }
  .nav-wrap { grid-template-columns: auto 1fr auto; gap: .75rem; padding: 1rem 5vw; }
  .menu-toggle { display: block; justify-self: start; }
  .brand { justify-self: center; }
  .brand-name { font-size: .95rem; }
  .brand-mark { font-size: .9rem; height: 1.9rem; width: 1.9rem; }
  .site-nav { background: var(--paper); border-top: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: .6rem 5vw 1.2rem; position: absolute; right: 0; top: 100%; z-index: 4; }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-bottom: 1px solid var(--line); padding: .85rem 0; }
  .search-panel { margin: 0 5vw; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 520px; padding: 5rem 8vw 5.5rem; }
  .hero h1 { font-size: clamp(3.2rem, 13vw, 5rem); }
  .hero-lead { font-size: .9rem; margin: 1.4rem 0 1.8rem; }
  .hero-note { bottom: 2.1rem; font-size: .76rem; }
  .hero-media { min-height: 480px; }
  .hero-stamp { height: 6.5rem; width: 6.5rem; }
  .hero-stamp strong { font-size: 1rem; }
  .trust-strip { display: block; padding: .8rem 7vw; }
  .trust-strip > div { border-bottom: 1px solid var(--line); border-right: 0; justify-content: flex-start; padding: .8rem 0; }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { padding-bottom: 5.5rem; padding-top: 5.5rem; }
  .section-heading { align-items: start; display: block; margin-bottom: 2.5rem; }
  .section-heading > p { margin-top: 1.2rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 440px; }
  .shop-foot { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .ritual-section, .story-section, .newsletter-section { display: flex; flex-direction: column; }
  .ritual-image { min-height: 520px; }
  .ritual-copy, .story-copy { padding: 5.5rem 8vw; }
  .story-image { min-height: 560px; order: -1; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-art { height: 320px; }
  .newsletter-section { gap: 3rem; padding-bottom: 5.5rem; padding-top: 5.5rem; }
  .newsletter-form { align-items: stretch; flex-direction: column; }
  .newsletter-form .button { width: 100%; }
  .footer-top { align-items: start; display: flex; flex-direction: column; gap: 1.5rem; }
  .footer-top > p, .instagram-link { justify-self: start; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
