:root {
  --cream: #f6eedd;
  --linen: #efe4cf;
  --paper: #fbf7ef;
  --ink: #2f241d;
  --espresso: #3a2a20;
  --muted: #6f6258;
  --accent: #c0612d;
  --accent-dark: #a24f22;
  --sage: #7d8a6a;
  --line: #e2d4bb;
  --radius: 14px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.1; margin: 0 0 .5em; color: var(--espresso); }
h1 { font-size: clamp(2.6rem, 7vw, 5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1em; }
.container { width: min(1160px, 100% - 32px); margin-inline: auto; }
.muted { color: var(--muted); }
.eyebrow { font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: .8em; }
.section { padding: clamp(56px, 9vw, 110px) 0; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; background: #fff; padding: 8px 12px; z-index: 99; }

/* buttons */
.btn { display: inline-block; padding: 13px 28px; border-radius: 999px; font: 500 1rem var(--sans); text-decoration: none; border: 1.5px solid var(--accent); background: var(--accent); color: #fff; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.btn:hover { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--espresso); border-color: var(--espresso); }
.btn-ghost:hover { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.btn-light { background: var(--cream); color: var(--espresso); border-color: var(--cream); }
.btn-light:hover { background: #fff; border-color: #fff; color: var(--espresso); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* header */
#site-header { position: sticky; top: 0; z-index: 50; background: rgba(246, 238, 221, .94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 500 1.55rem var(--serif); color: var(--espresso); white-space: nowrap; }
.brand em { color: var(--accent); font-style: normal; }
.logo-mark { width: 36px; height: 36px; color: var(--espresso); flex: none; }
.nav { display: flex; gap: 28px; margin-left: auto; }
.nav a { text-decoration: none; font-size: .98rem; color: var(--espresso); padding: 4px 0; border-bottom: 1.5px solid transparent; }
.nav a:hover, .nav a.active { color: var(--accent); border-color: var(--accent); }
.header-social { display: flex; gap: 6px; }
.icon-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--espresso); padding: 6px; border-radius: 8px; }
.icon-link svg { width: 18px; height: 18px; fill: currentColor; }
.icon-link:hover { color: var(--accent); }
.menu-btn { display: none; margin-left: auto; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; padding: 10px; }
.menu-btn span { display: block; height: 2px; background: var(--espresso); margin: 5px 0; transition: transform .2s, opacity .2s; }

@media (max-width: 860px) {
  .header-social { display: none; }
  .menu-btn { display: block; }
  .nav { position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 8px 16px 16px; display: none; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav a.active { border-color: var(--line); }
  #site-header.open .nav { display: flex; }
  #site-header.open .menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  #site-header.open .menu-btn span:nth-child(2) { opacity: 0; }
  #site-header.open .menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* hero */
.hero { position: relative; min-height: min(88vh, 760px); display: flex; align-items: flex-end; overflow: hidden;
  background:
    radial-gradient(ellipse at 75% 30%, rgba(192, 97, 45, .18), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(125, 138, 106, .18), transparent 50%),
    linear-gradient(160deg, #efe2c9 0%, #f6eedd 55%, #eadbc0 100%); }
.hero.has-img { background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(246, 238, 221, .96) 8%, rgba(246, 238, 221, .2) 60%, transparent); }
.hero .container { position: relative; z-index: 1; padding-bottom: clamp(48px, 9vw, 96px); }
.hero p.lead { font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--muted); max-width: 520px; }
.hero-drops { position: absolute; right: 6%; top: 14%; width: min(38vw, 380px); opacity: .5; z-index: 0; }

.strip { background: var(--accent); color: #fff; padding: 18px 0; }
.strip ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 40px; letter-spacing: .16em; text-transform: uppercase; font-size: .88rem; font-weight: 500; }

/* page header */
.page-hero { padding: clamp(56px, 9vw, 100px) 0 clamp(24px, 4vw, 40px); }
.page-hero p { max-width: 620px; color: var(--muted); font-size: 1.12rem; }

/* filters + grid */
.filters { display: flex; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }
.filters button { font: 500 .95rem var(--sans); padding: 9px 20px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); color: var(--espresso); cursor: pointer; }
.filters button.active { background: var(--espresso); border-color: var(--espresso); color: var(--cream); }
.grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid { grid-template-columns: repeat(3, 1fr); } }
.grid.featured { grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid.featured { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid.featured { grid-template-columns: repeat(4, 1fr); } }

.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -18px rgba(58, 42, 32, .45); }
.card-media { position: relative; aspect-ratio: 4 / 3; background: var(--linen); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.ph { width: 100%; height: 100%; display: grid; place-items: center; color: var(--muted); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.ph-soap { background: repeating-linear-gradient(135deg, #efe4cf 0 14px, #f3eadb 14px 28px); }
.ph-candle { background: radial-gradient(circle at 50% 40%, #f8e3c4 0, #efe4cf 55%); }
.badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; }
.badge { font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.badge-sample { background: var(--accent); color: #fff; }
.badge-him { background: var(--espresso); color: var(--cream); }
.card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin-bottom: .25em; }
.card-body p { color: var(--muted); font-size: .96rem; }
.meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .85rem !important; color: var(--espresso) !important; }
.meta span + span::before { content: "•"; margin-right: 14px; color: var(--accent); }
.ask { margin-top: auto; color: var(--accent); font-weight: 500; text-decoration: none; }
.ask:hover { text-decoration: underline; }
.empty { color: var(--muted); }

/* split / story */
.split { display: grid; gap: clamp(32px, 6vw, 72px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.art { aspect-ratio: 4 / 5; border-radius: var(--radius); background: linear-gradient(160deg, #e7d6b8, #d9c19b); position: relative; overflow: hidden; }
.art::after { content: "Photo coming soon"; position: absolute; inset: auto 0 18px; text-align: center; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(58, 42, 32, .55); }
.art.wide { aspect-ratio: 16 / 7; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 20px; counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps li { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; counter-increment: step; }
.steps li::before { content: "0" counter(step); display: block; font: 500 2.2rem var(--serif); color: var(--accent); margin-bottom: 6px; }
.steps h3 { font-size: 1.3rem; }
.steps p { color: var(--muted); font-size: .95rem; margin: 0; }

.values { display: grid; gap: 20px; }
@media (min-width: 760px) { .values { grid-template-columns: repeat(3, 1fr); } }
.value { padding: 28px; border-top: 2px solid var(--accent); background: var(--paper); border-radius: 0 0 var(--radius) var(--radius); }
.value h3 { margin: 0; }

.for-him { background: var(--linen); }
.for-him .inner { max-width: 760px; }

/* dark cta */
.dark { background: var(--espresso); color: var(--cream); }
.dark h2, .dark h3 { color: var(--cream); }
.dark p { color: #d9ccb8; }
.dark .eyebrow { color: #e0925f; }
.signoff { font: italic 500 1.6rem var(--serif); color: var(--cream) !important; margin-top: 18px; }
.social-btns .btn svg { width: 18px; height: 18px; fill: currentColor; vertical-align: -3px; margin-right: 8px; }

/* pinterest inspiration tiles */
.tiles { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin: 28px 0; }
@media (min-width: 760px) { .tiles { grid-template-columns: repeat(4, 1fr); } }
.tiles div { aspect-ratio: 3 / 4; border-radius: var(--radius); background: linear-gradient(160deg, #eadbc0, #dcc6a2); }
.tiles div:nth-child(2) { background: linear-gradient(160deg, #d9dccb, #b9c0a6); }
.tiles div:nth-child(3) { background: linear-gradient(160deg, #f1d5bf, #dca888); }
.tiles div:nth-child(4) { background: linear-gradient(160deg, #e3d5c6, #bfa892); }

/* contact */
.contact-wrap { display: grid; gap: 40px; }
@media (min-width: 900px) { .contact-wrap { grid-template-columns: 1fr 1.3fr; } .contact-intro { position: sticky; top: 110px; align-self: start; } }
.form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 4vw, 36px); display: grid; gap: 18px; }
.form label { display: grid; gap: 6px; font-weight: 500; font-size: .95rem; color: var(--espresso); }
.form input, .form textarea { font: 400 1rem var(--sans); padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); width: 100%; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(192, 97, 45, .15); }
.form textarea { min-height: 170px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.form-status { min-height: 1.4em; font-size: .95rem; margin: 0; }
.form-status.ok { color: #3d6b3a; }
.form-status.error { color: #a4321f; }
.btn:disabled { opacity: .6; cursor: default; transform: none; }

/* footer */
#site-footer { background: var(--linen); border-top: 1px solid var(--line); padding: 56px 0 24px; }
.footer-inner { display: grid; gap: 32px; }
@media (min-width: 800px) { .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-inner p { margin-top: 12px; font-size: .95rem; }
.footer-nav, .footer-social { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { color: var(--accent); }
.icon-link.labeled { padding: 2px 0; }
.copyright { margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .85rem; color: var(--muted); }

.notfound { min-height: 60vh; display: grid; place-items: center; text-align: center; }
