/* =========================================================
   Flourishing8 Designs — Bold & Modern
   Palette, type, and layout system
   ========================================================= */

:root {
  /* Core palette — Light & Botanical
     (variable names kept from the original theme; values remapped so the
      whole site restyles from here. --pink = forest, --violet = leaf, etc.) */
  --ink:      #F6F1E7;   /* warm cream page background */
  --ink-2:    #FFFFFF;   /* clean white — alt sections & raised surfaces */
  --ink-3:    #FFFFFF;   /* cards (separated by border + soft shadow) */
  --line:     #E6DDCB;   /* warm hairline borders */
  --text:     #223022;   /* deep forest-charcoal headings */
  --muted:    #5F6A56;   /* muted green-gray body text */

  /* Brand accents (mapped onto the old accent slots) */
  --pink:     #2F5D3F;   /* forest green — primary brand color */
  --violet:   #6BAF5F;   /* fresh leaf green — accent */
  --cyan:     #BE6A41;   /* terracotta/clay — warm pop (from the products) */
  --amber:    #C96F4A;   /* clay */

  --forest-deep: #1F3F2B;

  --grad:      linear-gradient(100deg, var(--pink), var(--violet));
  --grad-2:    linear-gradient(100deg, var(--amber), var(--pink));
  --grad-cyan: linear-gradient(100deg, var(--pink), var(--violet));

  --card-shadow: 0 18px 40px -28px rgba(31, 63, 43, .45);

  --radius:   18px;
  --radius-lg: 28px;
  --maxw:     1160px;
  --ease:     cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--ink);
  color: var(--muted);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; color: var(--text); line-height: 1.05; letter-spacing: -0.02em; }

/* ---------- Shared bits ---------- */
.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.grad--2 { background: var(--grad-2); -webkit-background-clip: text; background-clip: text; color: transparent; }

.kicker {
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--cyan);
  margin-bottom: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  white-space: nowrap;
  font-size: .95rem;
  padding: .8rem 1.5rem;
}
.btn--lg { padding: 1rem 2rem; font-size: 1.02rem; }
.btn--sm { padding: .55rem 1.15rem; font-size: .88rem; }
.btn--solid {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 10px 30px -12px rgba(47, 93, 63, .55);
}
.btn--solid:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -14px rgba(47, 93, 63, .7); }
.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.btn--ghost:hover { border-color: var(--pink); transform: translateY(-3px); color: #fff; }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(246, 241, 231, .85);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo { display: inline-flex; align-items: center; gap: .7rem; }
.logo__img { height: 54px; width: auto; display: block; }
.logo__img--footer { height: 104px; }

.nav__links { display: flex; align-items: center; gap: 1.8rem; }
.nav__links a { font-weight: 500; color: var(--muted); transition: color .2s; font-size: .96rem; }
.nav__links a:hover { color: var(--text); }
.nav__links a.btn { color: #fff; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 11rem 1.5rem 6rem;
  overflow: hidden;
  text-align: center;
}
.hero__inner { max-width: 860px; margin: 0 auto; position: relative; z-index: 2; }
.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .18;
  z-index: 1;
  pointer-events: none;
}
.hero__glow--1 { width: 460px; height: 460px; background: var(--violet); top: -120px; left: -80px; }
.hero__glow--2 { width: 420px; height: 420px; background: var(--amber); bottom: -160px; right: -60px; opacity: .16; }

.hero__eyebrow {
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--cyan);
  border: 1px solid var(--line);
  background: rgba(47, 93, 63, .06);
  padding: .5rem 1.1rem;
  border-radius: 999px;
  font-size: .82rem;
  margin-bottom: 1.6rem;
}
.hero__title { font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 700; margin-bottom: 1.5rem; }
.hero__sub { font-size: clamp(1.05rem, 2.2vw, 1.25rem); max-width: 620px; margin: 0 auto 2.4rem; }
.hero__cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.6rem; }
.hero__badges { display: flex; gap: 1.6rem; justify-content: center; flex-wrap: wrap; font-size: .88rem; color: var(--muted); }
.hero__badges span { white-space: nowrap; }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink-2); padding: .9rem 0; }
.marquee__track { display: flex; gap: 2rem; width: max-content; animation: scroll 26s linear infinite; }
.marquee__track span { font-family: "Space Grotesk", sans-serif; font-weight: 600; letter-spacing: .1em; font-size: .95rem; color: transparent; background: var(--grad-2); -webkit-background-clip: text; background-clip: text; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { max-width: var(--maxw); margin: 0 auto; padding: 6.5rem 1.5rem; }
.section--alt { max-width: none; background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--alt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.section__head { max-width: 640px; margin-bottom: 3rem; }
.section__title { font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 700; margin-bottom: 1rem; }
.section__lead { font-size: 1.1rem; }

/* ---------- Product grid ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.6rem; }
.card {
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
  display: flex;
  flex-direction: column;
  box-shadow: var(--card-shadow);
}
.card:hover { transform: translateY(-6px); border-color: var(--pink); box-shadow: 0 30px 55px -26px rgba(31,63,43,.55); }
.card__thumb {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: rgba(255,255,255,.9);
  text-align: center;
  padding: 1rem;
}
.card__thumb--photo { background-size: cover; background-position: center; }
.card__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.card__title { font-size: 1.2rem; }
.card__desc { font-size: .92rem; color: var(--muted); flex: 1; }
.card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: .6rem; }
.card__price { font-family: "Space Grotesk", sans-serif; font-weight: 600; color: var(--text); font-size: 1.05rem; }
.card__price--made { font-size: .82rem; color: var(--muted); font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.card__tag { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--cyan); border: 1px solid var(--line); padding: .25rem .6rem; border-radius: 999px; }
.card__link { align-self: flex-start; margin-top: .8rem; font-family: "Space Grotesk", sans-serif; font-weight: 600; color: var(--pink); font-size: .92rem; }
.card__link:hover { color: var(--text); }

.shop__note { text-align: center; margin-top: 2.6rem; color: var(--muted); }
.shop__note a { color: var(--pink); font-weight: 600; }

/* ---------- 3D Studio ---------- */
.studio { display: grid; grid-template-columns: 1.35fr 1fr; gap: 2.5rem; align-items: stretch; }
.studio__stage { display: flex; flex-direction: column; gap: 1rem; }
.studio__canvas {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 90% at 50% 12%, rgba(107,175,95,.22), transparent 60%),
    radial-gradient(90% 80% at 82% 100%, rgba(201,111,74,.14), transparent 55%),
    linear-gradient(160deg, #FBF8F1, #EDE4D3);
  overflow: hidden;
  cursor: grab;
  touch-action: none;
}
.studio__canvas:active { cursor: grabbing; }
.studio__canvas canvas { display: block; width: 100%; height: 100%; }
.studio__hint {
  position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%);
  font-family: "Space Grotesk", sans-serif; font-size: .8rem; font-weight: 600;
  color: #fff; background: rgba(47,93,63,.9); backdrop-filter: blur(6px);
  padding: .4rem 1rem; border-radius: 999px; pointer-events: none;
  transition: opacity .4s; z-index: 3;
}
.studio__hint.is-hidden { opacity: 0; }
.studio__fallback { position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); padding: 2rem; text-align: center; }

.studio__viewtabs { display: inline-flex; gap: .4rem; background: var(--ink-3); border: 1px solid var(--line); border-radius: 999px; padding: .3rem; align-self: flex-start; }
.viewtab { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .88rem; color: var(--muted); background: none; border: 0; padding: .5rem 1.1rem; border-radius: 999px; cursor: pointer; transition: color .2s, background .2s; }
.viewtab.is-active { color: #fff; background: var(--grad); }

.studio__controls { display: flex; flex-direction: column; gap: 1.6rem; }
.control__label { font-family: "Space Grotesk", sans-serif; font-weight: 600; color: var(--text); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .8rem; }
.swatches { display: flex; flex-wrap: wrap; gap: .7rem; }
.swatch { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--line); cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; position: relative; }
.swatch:hover { transform: scale(1.1); }
.swatch.is-active { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(47,93,63,.22); transform: scale(1.1); }

.chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .9rem; color: var(--muted); background: var(--ink-3); border: 1px solid var(--line); padding: .55rem 1.1rem; border-radius: 999px; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.chip:hover { color: var(--text); border-color: var(--violet); }
.chip.is-active { color: #fff; border-color: transparent; background: var(--grad); }

.studio__summary { font-family: "Space Grotesk", sans-serif; color: var(--text); font-size: 1.05rem; padding: 1rem 1.2rem; background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); }
.studio__summary b { color: var(--cyan); }
.studio__mini { font-size: .88rem; color: var(--muted); }
.studio__mini a { color: var(--pink); font-weight: 600; }

@media (max-width: 860px) {
  .studio { grid-template-columns: 1fr; }
}

/* ---------- Custom work ---------- */
.custom__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.steps { list-style: none; display: flex; flex-direction: column; gap: 1.2rem; }
.step { display: flex; gap: 1.2rem; background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.5rem; transition: border-color .3s, transform .3s; }
.step:hover { border-color: var(--violet); transform: translateX(6px); }
.step__num { flex: none; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--grad); color: #fff; font-family: "Space Grotesk", sans-serif; font-weight: 700; }
.step h3 { font-size: 1.15rem; margin-bottom: .25rem; }
.step p { font-size: .95rem; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3.5rem; align-items: center; }
.about__media { position: relative; }
.about__photo {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background-color: var(--ink-3);
  background-size: cover;
  background-position: center;
  box-shadow: var(--card-shadow);
  position: relative; z-index: 2;
}
.about__blob { position: absolute; inset: -18px -18px auto auto; width: 70%; height: 70%; background: var(--grad); filter: blur(60px); opacity: .4; border-radius: 50%; z-index: 1; }
.about__body p { margin-bottom: 1rem; font-size: 1.05rem; }
.about__sign { font-family: "Space Grotesk", sans-serif; color: var(--text); font-weight: 500; }

/* ---------- Contact ---------- */
.contact { max-width: 720px; }
.contact__email { color: var(--pink); font-weight: 600; }
.contact__email:hover { text-decoration: underline; }
.contact__head { margin-bottom: 2.4rem; }
.form { display: flex; flex-direction: column; gap: 1.2rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form label { display: flex; flex-direction: column; gap: .5rem; font-family: "Space Grotesk", sans-serif; font-weight: 500; color: var(--text); font-size: .92rem; }
.form input, .form select, .form textarea {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: var(--text);
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .85rem 1rem;
  transition: border-color .2s, box-shadow .2s;
  resize: vertical;
}
.form input::placeholder, .form textarea::placeholder { color: #6b6d84; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px rgba(47,93,63,.16); }
.form button { align-self: flex-start; margin-top: .4rem; }
.form__status { font-family: "Inter", sans-serif; font-weight: 500; font-size: .95rem; min-height: 1.2em; }
.form__status.is-ok { color: var(--cyan); }
.form__status.is-err { color: var(--pink); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--ink-2); padding: 3.5rem 1.5rem 2.5rem; }
.footer__inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.footer__links, .footer__social { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer__links a, .footer__social a { color: var(--muted); font-size: .94rem; transition: color .2s; }
.footer__links a:hover, .footer__social a:hover { color: var(--text); }
.footer__fine { max-width: var(--maxw); margin: 2.5rem auto 0; text-align: center; font-size: .85rem; color: #6b6d84; }

/* ---------- Hero photo collage ---------- */
.hero__gallery {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 3.2rem;
}
.hero__gallery img {
  width: min(240px, 26vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--card-shadow);
  transition: transform .4s var(--ease);
}
.hero__gallery img:nth-child(1) { transform: rotate(-4deg) translateY(10px); }
.hero__gallery img:nth-child(2) { transform: rotate(1.5deg) translateY(-8px); z-index: 2; }
.hero__gallery img:nth-child(3) { transform: rotate(4deg) translateY(12px); }
.hero__gallery img:hover { transform: rotate(0) translateY(-6px) scale(1.04); z-index: 3; }

/* ---------- Shop filters ---------- */
.filters { display: inline-flex; gap: .4rem; background: var(--ink-2); border: 1px solid var(--line); border-radius: 999px; padding: .3rem; margin-bottom: 2rem; }
.filter { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .92rem; color: var(--muted); background: none; border: 0; padding: .55rem 1.3rem; border-radius: 999px; cursor: pointer; transition: color .2s, background .2s; }
.filter:hover { color: var(--text); }
.filter.is-active { color: #fff; background: var(--grad); }

.card__sizes { font-size: .74rem; color: var(--muted); letter-spacing: .04em; }
button.card__thumb { border: 0; cursor: zoom-in; width: 100%; padding: 0; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  display: grid; place-items: center;
  background: rgba(34, 48, 34, .55);
  backdrop-filter: blur(8px);
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
  padding: 1.5rem;
}
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox__figure { max-width: min(680px, 92vw); background: var(--ink-2); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.5); transform: scale(.96); transition: transform .3s var(--ease); }
.lightbox.is-open .lightbox__figure { transform: scale(1); }
.lightbox__img { width: 100%; max-height: 62vh; object-fit: cover; display: block; }
.lightbox__cap { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.4rem; flex-wrap: wrap; }
.lightbox__title { font-family: "Space Grotesk", sans-serif; color: var(--text); font-size: 1.1rem; }
.lightbox__price { color: var(--muted); font-size: .92rem; flex: 1; }
.lightbox__close { position: absolute; top: 18px; right: 22px; font-size: 2rem; line-height: 1; background: none; border: 0; color: #fff; cursor: pointer; z-index: 2; }

/* ---------- Buy button + modal ---------- */
.card__actions { display: flex; align-items: center; gap: .9rem; margin-top: .8rem; flex-wrap: wrap; }
.card__actions .card__link { margin-top: 0; }
.buymodal { display: flex; max-width: min(560px, 92vw); background: var(--ink-2); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.5); }
.buymodal__img { width: 42%; object-fit: cover; }
.buymodal__body { padding: 1.6rem; display: flex; flex-direction: column; gap: .8rem; }
.buymodal__title { font-family: "Space Grotesk", sans-serif; color: var(--text); font-size: 1.25rem; }
.buymodal__hint { color: var(--muted); font-size: .92rem; }
.buymodal__sizes { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip--buy { text-align: center; }
.chip--buy:hover { color: #fff; background: var(--grad); border-color: transparent; }
@media (max-width: 560px) { .buymodal { flex-direction: column; } .buymodal__img { width: 100%; max-height: 200px; } }

/* ---------- Swatch groups ---------- */
.swatches { align-items: center; }
.swatches__group {
  flex-basis: 100%;
  font-family: "Space Grotesk", sans-serif;
  font-size: .72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--muted);
  margin-top: .35rem;
}
.swatches__group:first-child { margin-top: 0; }

/* ---------- Page heads (sub-pages) ---------- */
.pagehead { padding: 9.5rem 1.5rem 3rem; text-align: center; }
.pagehead--tight { padding-bottom: 1.5rem; }
.pagehead__inner { max-width: 760px; margin: 0 auto; }
.pagehead__title { font-family: "Space Grotesk", sans-serif; color: var(--text); font-size: clamp(2.2rem, 5.5vw, 3.6rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 1rem; }
.pagehead .section__lead { margin: 0 auto; }

.section--first { padding-top: 9.5rem; }
.section--shop { padding-top: 2.5rem; }
.section__head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; max-width: none; }
.section__head--split > div { max-width: 640px; }
.section__cta { text-align: center; margin-top: 2.8rem; }

/* ---------- Shop toolbar (sticky) ---------- */
.shopbar { position: sticky; top: 72px; z-index: 30; background: rgba(246,241,231,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.shopbar__inner { max-width: var(--maxw); margin: 0 auto; padding: .8rem 1.5rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.shopbar__search { display: flex; align-items: center; gap: .6rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .55rem 1.1rem; flex: 1 1 260px; max-width: 380px; }
.shopbar__search span { color: var(--muted); font-size: 1.1rem; line-height: 1; }
.shopbar__search input { border: 0; outline: none; background: none; font-family: "Inter", sans-serif; font-size: .95rem; color: var(--text); width: 100%; }
.shopbar__search input::placeholder { color: #9aa08e; }
.shopbar__search:focus-within { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(47,93,63,.12); }
.filter__n { opacity: .65; font-weight: 500; font-size: .8em; margin-left: .15rem; }
.catalog__count { font-family: "Space Grotesk", sans-serif; font-size: .88rem; color: var(--muted); margin-bottom: 1.4rem; }

/* Catalog grid: denser, photo-forward */
.grid--catalog { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.2rem; }
.grid--catalog .card__body { padding: 1rem 1.1rem 1.2rem; }
.grid--catalog .card__title { font-size: 1.05rem; }
.card__thumb--tile { background-color: #f3eee3; }

/* ---------- Studio teaser (home) ---------- */
.teaser { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.teaser__visual { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center;
  background:
    radial-gradient(120% 90% at 50% 12%, rgba(107,175,95,.25), transparent 60%),
    radial-gradient(90% 80% at 82% 100%, rgba(201,111,74,.16), transparent 55%),
    linear-gradient(160deg, #FBF8F1, #EDE4D3);
  box-shadow: var(--card-shadow); transition: transform .3s var(--ease);
}
.teaser__visual:hover { transform: translateY(-4px); }
.teaser__orb { position: absolute; border-radius: 50%; }
.teaser__orb--1 { width: 46%; aspect-ratio: 1; background: radial-gradient(circle at 32% 28%, #d98a63, #8a4d2e); box-shadow: 0 26px 40px -18px rgba(0,0,0,.4); animation: bob 5s ease-in-out infinite; }
.teaser__orb--2 { width: 20%; aspect-ratio: 1; background: radial-gradient(circle at 32% 28%, #8fbf87, #3f6b4a); right: 16%; bottom: 18%; box-shadow: 0 18px 30px -14px rgba(0,0,0,.35); animation: bob 5s ease-in-out infinite .7s; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.teaser__spin { position: absolute; bottom: 16px; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .82rem; color: #fff; background: rgba(47,93,63,.9); padding: .4rem 1rem; border-radius: 999px; }

/* ---------- Closing CTA band ---------- */
.ctaband { text-align: center; padding: 1rem 0; }
.ctaband .section__title { margin-bottom: 1.8rem; }
.ctaband .hero__cta { justify-content: center; }

/* ---------- Nav current page ---------- */
.nav__links a.is-here:not(.btn) { color: var(--pink); font-weight: 600; }

@media (max-width: 860px) {
  .teaser { grid-template-columns: 1fr; }
  .section__head--split { flex-direction: column; align-items: flex-start; }
  .shopbar { top: 64px; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .custom__grid, .about { grid-template-columns: 1fr; gap: 2.4rem; }
  .about__media { max-width: 380px; }
}
@media (max-width: 720px) {
  .nav__links {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 320px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.6rem;
    padding: 2rem 2.2rem;
    background: var(--ink-2);
    border-left: 1px solid var(--line);
    transform: translateX(100%);
    transition: transform .35s var(--ease);
  }
  .nav__links.is-open { transform: none; }
  .nav__links a { font-size: 1.15rem; }
  .nav__toggle { display: flex; z-index: 60; }
  .form__row { grid-template-columns: 1fr; }
  .hero { padding-top: 9rem; }
  .hero__gallery { gap: .8rem; margin-top: 2.4rem; }
  .hero__gallery img { width: 28vw; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
