@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
  --cream: #fffaf4;
  --paper: #fffdf9;
  --ink: #3f342e;
  --muted: #806f65;
  --peach: #f7d9c7;
  --peach-deep: #e9b99f;
  --butter: #f8e8ad;
  --sage: #cbd5bd;
  --rose: #eab9b7;
  --line: rgba(63, 52, 46, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.announcement { padding: 10px 20px 9px; background: var(--ink); color: #fff9f0; text-align: center; font: 500 10px/1.2 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.announcement span { margin-left: 5px; color: var(--butter); }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); background: var(--paper); }
.wordmark { font-family: var(--serif); font-size: 31px; font-weight: 600; letter-spacing: -.06em; }
nav { display: flex; gap: 31px; margin-left: 124px; }
nav a, .header-note, .footer-links, .footer-placeholder { font: 500 11px/1.2 var(--mono); letter-spacing: .02em; }
nav a { transition: opacity .2s; }
nav a:hover, .header-note:hover, .text-link:hover { opacity: .6; }
.header-note { padding-bottom: 3px; border-bottom: 1px solid var(--ink); }
.menu-button { display: none; }

.hero { min-height: min(680px, calc(100vh - 126px)); position: relative; display: grid; align-items: center; overflow: hidden; background: #efd7c4; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(254,243,233,.6) 0%, rgba(254,243,233,.1) 48%, rgba(254,243,233,0) 70%), url('assets/brelumi-home-hero.png') center / cover no-repeat; }
.hero-copy { position: relative; width: min(570px, 90vw); margin: 0 0 0 clamp(24px, 10vw, 160px); padding: 44px 0; }
.eyebrow { margin: 0 0 20px; font: 500 10px/1.2 var(--mono); letter-spacing: .13em; text-transform: uppercase; color: #6c5d53; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 23px; font: 500 clamp(58px, 7.3vw, 114px)/.93 var(--serif); letter-spacing: -.07em; }
h2 { font: 500 clamp(44px, 5vw, 75px)/.97 var(--serif); letter-spacing: -.065em; }
.hero-intro { max-width: 390px; margin-bottom: 33px; color: #5f5048; font-size: 16px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; gap: 37px; padding: 17px 20px; font: 500 11px/1.2 var(--mono); letter-spacing: .05em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--cream); background: var(--ink); }
.hero-sticker { position: absolute; right: clamp(23px, 7vw, 116px); bottom: 42px; display: grid; place-content: center; width: 118px; aspect-ratio: 1; padding: 12px; border-radius: 50%; background: var(--butter); color: #574835; text-align: center; transform: rotate(10deg); font: 500 12px/1.15 var(--mono); }
.hero-sticker span { display: block; margin-top: 4px; color: #b86f71; font-size: 17px; }

.intro-band { display: flex; justify-content: center; gap: 34px; align-items: center; padding: 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
.intro-band p { margin: 0; font: 500 10px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.intro-band span { color: #c4877a; font-size: 15px; }

.collection-section { padding: clamp(90px, 11vw, 175px) clamp(24px, 7vw, 112px); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 65px; }
.section-heading h2 { margin: 0; }
.section-aside { align-self: end; max-width: 293px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2.2vw, 32px); }
.collection-card { min-width: 0; }
.collection-visual { display: grid; height: clamp(220px, 27vw, 385px); place-items: center; overflow: hidden; background: var(--peach); }
.collection-card:nth-child(2) .collection-visual { background: var(--sage); }
.collection-card:nth-child(3) .collection-visual { background: var(--butter); }
.collection-card:nth-child(4) .collection-visual { background: var(--rose); }
.collection-icon { position: relative; display: block; width: min(34vw, 120px); max-width: 120px; aspect-ratio: 1; background: rgba(255,253,249,.9); box-shadow: inset -10px -9px 0 rgba(255,255,255,.48), 9px 11px 0 rgba(63,52,46,.07); }
.collection-card:nth-child(1) .collection-icon { border-radius: 50% 50% 40% 40%; transform: scale(.65, 1.08); }
.collection-card:nth-child(1) .collection-icon::after { content: ''; position: absolute; left: 28%; top: -24%; width: 44%; height: 33%; border: 8px solid rgba(255,253,249,.9); border-bottom: 0; border-radius: 18px 18px 0 0; }
.collection-card:nth-child(2) .collection-icon { border-radius: 23px; transform: scale(1.05,.77); }
.collection-card:nth-child(2) .collection-icon::after { content: ''; position: absolute; left: 8%; top: 16%; width: 84%; height: 4px; border-radius: 4px; background: rgba(63,52,46,.13); box-shadow: 0 17px 0 rgba(63,52,46,.08); }
.collection-card:nth-child(3) .collection-icon { width: min(30vw, 102px); border-radius: 50% 50% 42% 42%; transform: translateY(10%) rotate(-5deg); }
.collection-card:nth-child(3) .collection-icon::before, .collection-card:nth-child(3) .collection-icon::after { content: ''; position: absolute; top: -26%; width: 43%; height: 60%; border-radius: 48% 48% 12% 12%; background: rgba(255,253,249,.9); }
.collection-card:nth-child(3) .collection-icon::before { left: 3%; transform: rotate(-21deg); }.collection-card:nth-child(3) .collection-icon::after { right: 3%; transform: rotate(21deg); }
.collection-card:nth-child(4) .collection-icon { width: min(24vw, 82px); border-radius: 50% 50% 42% 42%; transform: scale(1, 1.17); }
.collection-card:nth-child(4) .collection-icon::before { content: ''; position: absolute; left: -50%; top: 34%; width: 48%; height: 23%; border-radius: 50% 0 0 50%; background: rgba(255,253,249,.9); }.collection-card:nth-child(4) .collection-icon::after { content: ''; position: absolute; right: -50%; top: 34%; width: 48%; height: 23%; border-radius: 0 50% 50% 0; background: rgba(255,253,249,.9); }
.collection-meta { padding: 18px 4px; }.collection-count, .coming-soon { color: var(--muted); font: 500 9px/1.2 var(--mono); letter-spacing: .09em; text-transform: uppercase; }.collection-count { margin: 0 0 9px; }.collection-meta h3 { margin: 0 0 7px; font: 500 clamp(23px, 2vw, 31px)/1 var(--serif); letter-spacing: -.06em; }.collection-description { min-height: 39px; margin: 0 0 16px; color: var(--muted); font-size: 12px; line-height: 1.55; }.coming-soon { color: var(--ink); }

.featured-product { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; background: #f5e9dc; }.featured-photo-wrap { position: relative; overflow: hidden; min-height: 450px; }.featured-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }.new-arrival { position: absolute; top: 24px; left: 24px; padding: 9px 12px; background: var(--butter); font: 500 9px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }.featured-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(60px, 10vw, 150px); }.featured-copy h2 { margin: 0 0 23px; }.featured-description { max-width: 390px; margin: 0 0 25px; color: var(--muted); font-size: 15px; line-height: 1.65; }.featured-details { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }.featured-details span { padding: 7px 9px; border: 1px solid rgba(63,52,46,.25); border-radius: 30px; font: 500 9px/1.2 var(--mono); letter-spacing: .04em; }.price-row { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }.price-row strong { font: 500 25px/1 var(--serif); letter-spacing: -.04em; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--sage); }.story-art { position: relative; overflow: hidden; background: #d8dfcc; }.arch { position: absolute; bottom: -22%; left: 18%; width: 66%; aspect-ratio: .68; border-radius: 240px 240px 0 0; background: #f9e9d6; }.sun { position: absolute; top: 16%; left: 20%; width: 19%; aspect-ratio: 1; border-radius: 50%; background: #f0c789; }.bottle-shape { position: absolute; bottom: 11%; left: 48%; width: 19%; height: 44%; border-radius: 18px 18px 32px 32px; background: #e6b4a3; transform: rotate(9deg); box-shadow: inset -10px -3px rgba(150,94,82,.08); }.bottle-shape::before { content: ''; position: absolute; top: -10%; left: 28%; width: 44%; height: 14%; border-radius: 5px 5px 0 0; background: #c98e80; }.sprig { position: absolute; width: 2px; background: #859675; transform-origin: bottom; }.sprig::before, .sprig::after { content: ''; position: absolute; width: 31px; height: 17px; border-radius: 100% 0 100% 0; background: #94a784; }.sprig-one { height: 37%; left: 24%; bottom: 2%; transform: rotate(-20deg); }.sprig-one::before { top: 23%; right: -29px; transform: rotate(17deg); }.sprig-one::after { top: 48%; left: -30px; transform: rotate(189deg); }.sprig-two { height: 28%; right: 17%; bottom: 0; transform: rotate(24deg); }.sprig-two::before { top: 31%; right: -30px; transform: rotate(17deg); }.sprig-two::after { top: 60%; left: -30px; transform: rotate(189deg); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 10vw, 145px); background: #e4eadc; }.story-copy h2 { max-width: 475px; margin: 0 0 29px; }.story-copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 16px; color: #5f6857; font-size: 15px; line-height: 1.65; }.text-link { align-self: flex-start; margin-top: 20px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font: 500 11px/1.2 var(--mono); letter-spacing: .04em; }

.rituals-section { position: relative; min-height: 630px; overflow: hidden; background: #f3d7cf; }.rituals-image { position: absolute; inset: 0; opacity: .58; background: linear-gradient(90deg, rgba(244,218,209,.9) 0%, rgba(244,218,209,.15) 100%), url('assets/brelumi-home-hero.png') center / cover no-repeat; filter: saturate(.85); }.rituals-card { position: relative; width: min(510px, calc(100% - 48px)); margin-left: clamp(24px, 10vw, 160px); padding: clamp(44px, 6vw, 83px) 0; }.rituals-card h2 { margin: 0 0 24px; }.rituals-card p:not(.eyebrow) { max-width: 380px; margin: 0; font-size: 15px; line-height: 1.7; color: #66544d; }.mini-sparkle { display: block; margin-top: 29px; color: #bf777a; font-size: 28px; }

.newsletter { padding: clamp(82px, 11vw, 160px) 24px; background: var(--paper); text-align: center; }.newsletter h2 { margin: 0 0 22px; }.newsletter > p:not(.eyebrow):not(.form-message) { max-width: 410px; margin: 0 auto 31px; color: var(--muted); font-size: 14px; line-height: 1.65; }.email-form { display: flex; width: min(480px, 100%); margin: 0 auto; border-bottom: 1px solid var(--ink); }.email-form input { min-width: 0; flex: 1; padding: 14px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }.email-form input::placeholder { color: #9a8b82; }.email-form button { padding: 13px 0 13px 20px; border: 0; background: transparent; cursor: pointer; color: var(--ink); font: 500 10px/1.2 var(--mono); letter-spacing: .05em; }.form-message { min-height: 20px; margin: 12px 0 0; color: #6f8062; font-size: 12px; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 35px; padding: 48px clamp(24px, 7vw, 112px) 36px; background: var(--ink); color: #fff9f0; }footer .wordmark { align-self: start; }.footer-links { display: flex; gap: 26px; }.footer-links a { text-decoration: underline; text-underline-offset: 4px; }.footer-placeholder { grid-column: 1 / -1; margin: 0; color: rgba(255,249,240,.65); font-size: 9px; }.footer-links + p { grid-column: 1 / -1; margin: 0; color: rgba(255,249,240,.78); font: 400 9px/1.2 var(--mono); letter-spacing: .06em; }

.product-page { background: var(--paper); }.breadcrumbs { max-width: 1510px; margin: 0 auto; padding: 25px clamp(24px, 5vw, 76px) 21px; color: var(--muted); font: 400 10px/1.2 var(--mono); letter-spacing: .02em; }.breadcrumbs a { color: var(--ink); }.breadcrumbs span { margin: 0 6px; }.product-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(40px, 6vw, 104px); max-width: 1510px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 76px) clamp(80px, 11vw, 155px); }.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-self: start; }.product-gallery figure { margin: 0; min-height: 240px; overflow: hidden; background: #f3e5d5; }.product-gallery .main-product-image { grid-column: 1 / -1; aspect-ratio: 1.16; }.product-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }.product-gallery figure:not(.main-product-image) { aspect-ratio: 1; }.product-info { position: sticky; top: 24px; align-self: start; padding-top: clamp(15px, 3vw, 45px); }.product-heading-row { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; }.product-info h1 { max-width: 590px; margin: 0; font-size: clamp(48px, 4.4vw, 75px); }.stock-badge { flex: none; margin-top: 11px; padding: 7px 9px; border-radius: 25px; background: var(--sage); font: 500 9px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; }.product-price { margin: 29px 0 35px; font: 500 29px/1 var(--serif); letter-spacing: -.04em; }.product-lede { margin: 0 0 8px; font: 500 18px/1.35 var(--serif); }.product-info > p:not(.eyebrow):not(.product-price):not(.product-lede):not(.product-note) { max-width: 560px; margin-bottom: 26px; color: var(--muted); font-size: 14px; line-height: 1.73; }.buy-panel { margin: 34px 0; }.buy-button { width: 100%; display: flex; align-items: center; gap: 14px; padding: 18px 20px; border: 0; background: var(--ink); color: #fff9f0; cursor: pointer; font: 500 11px/1.2 var(--mono); letter-spacing: .05em; text-align: left; transition: transform .2s; }.buy-button:hover { transform: translateY(-2px); }.buy-button span { margin-left: auto; }.buy-button b { margin-left: 15px; font-size: 18px; font-weight: 400; }.buy-panel > p { margin: 10px 0 0; color: var(--muted); font-size: 10px; }.product-facts { margin: 0; border-top: 1px solid var(--line); }.product-facts div { display: grid; grid-template-columns: 35% 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }.product-facts dt { font: 500 10px/1.2 var(--mono); letter-spacing: .04em; }.product-facts dd { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }.product-note { margin: 19px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.checkout-dialog { width: min(500px, calc(100vw - 32px)); padding: 34px; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 18px 55px rgba(42,30,23,.28); }.checkout-dialog::backdrop { background: rgba(63,52,46,.49); backdrop-filter: blur(2px); }.checkout-dialog h2 { margin: 0 0 26px; font-size: 45px; }.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font: 30px/1 var(--sans); }.checkout-product { display: flex; gap: 15px; padding: 12px 0 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.checkout-product img { width: 66px; height: 66px; object-fit: cover; }.checkout-product div { display: flex; flex-direction: column; justify-content: center; gap: 6px; }.checkout-product strong { font: 500 16px/1.2 var(--serif); }.checkout-product span, .dialog-note { color: var(--muted); font-size: 11px; }.checkout-total { display: flex; justify-content: space-between; padding: 17px 0; font: 500 15px/1.2 var(--sans); }.checkout-total strong { font: 500 21px/1 var(--serif); }.dialog-note { margin: 0 0 21px; line-height: 1.55; }.checkout-dialog .button { width: 100%; justify-content: space-between; border: 0; cursor: pointer; }.checkout-dialog .button:disabled { opacity: .65; cursor: default; transform: none; }

@media (max-width: 780px) { .site-header { min-height: 70px; }.wordmark { font-size: 28px; } nav, .header-note { display: none; }.menu-button { display: grid; gap: 5px; padding: 6px 0 6px 12px; border: 0; background: transparent; cursor: pointer; }.menu-button span:not(.visually-hidden) { display: block; width: 22px; height: 1px; background: var(--ink); }.site-header.menu-open { align-items: flex-start; padding-top: 21px; }.site-header.menu-open nav { position: absolute; z-index: 4; top: 92px; left: 0; right: 0; display: flex; flex-direction: column; gap: 22px; padding: 28px 24px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 16px 26px rgba(63,52,46,.1); }.site-header.menu-open .menu-button span:nth-child(2) { transform: translateY(3px) rotate(45deg); }.site-header.menu-open .menu-button span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }.hero { min-height: 620px; align-items: end; }.hero-image { background: linear-gradient(0deg, rgba(254,243,233,.9) 0%, rgba(254,243,233,.25) 52%, rgba(254,243,233,.05) 100%), url('assets/brelumi-home-hero.png') 62% / cover no-repeat; }.hero-copy { margin: 0 24px; padding: 40px 0 45px; }.hero-intro { max-width: 350px; }.hero-sticker { right: 21px; top: 30px; bottom: auto; width: 95px; font-size: 10px; }.intro-band { gap: 12px; padding: 18px 14px; }.intro-band p { font-size: 8px; text-align: center; }.section-heading { display: block; margin-bottom: 44px; }.section-aside { max-width: 330px; margin-top: 20px; }.collection-grid { grid-template-columns: 1fr 1fr; gap: 26px 14px; }.collection-visual { height: 48vw; }.collection-description { min-height: 55px; }.featured-product { grid-template-columns: 1fr; min-height: 0; }.featured-photo-wrap { aspect-ratio: .93; min-height: 0; }.featured-copy { padding: 58px 24px 67px; }.featured-copy h2 { font-size: 54px; }.story-section { grid-template-columns: 1fr; }.story-art { min-height: 330px; }.story-copy { min-height: 520px; padding: 65px 24px; }.rituals-section { min-height: 570px; }.rituals-image { background: linear-gradient(0deg, rgba(244,218,209,.93) 0%, rgba(244,218,209,.25) 100%), url('assets/brelumi-home-hero.png') 64% / cover no-repeat; }.rituals-card { margin-left: 24px; padding-top: 272px; }.newsletter { padding-left: 24px; padding-right: 24px; } footer { grid-template-columns: 1fr; gap: 23px; padding-top: 38px; }.footer-links { flex-direction: column; gap: 13px; }.footer-placeholder { grid-column: auto; }.footer-links + p { grid-column: auto; order: 4; }.breadcrumbs { padding: 18px 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.product-layout { grid-template-columns: 1fr; gap: 27px; padding: 0 0 75px; }.product-gallery { order: 0; gap: 6px; }.product-info { position: static; padding: 0 24px; }.product-info h1 { font-size: 48px; }.product-heading-row { display: block; }.stock-badge { display: inline-block; margin-top: 16px; }.product-price { margin: 23px 0 28px; }.checkout-dialog { padding: 31px 24px 25px; }.checkout-dialog h2 { font-size: 39px; } }

@media (max-width: 390px) { h1 { font-size: 55px; }.collection-meta h3 { font-size: 23px; }.collection-description { font-size: 11px; }.email-form button { padding-left: 10px; font-size: 9px; }.intro-band { gap: 7px; } }
