/* Vintage Begonia — soft feminine vintage-pastel chalk-paint studio (Cass 2026-07-18).
   Powder-blue + warm cream + greige, airy, gentle. Cormorant Garamond serif display + Nunito Sans body.
   DISTINCTNESS: airy pastel/chalky — NOT Gardener's Cottage charcoal-Victorian-blue-grey.
   clamp()/calc() with required whitespace around +/-. noindex 4-surface.
   markdown-for-agents: not-applicable (static demo) */
:root {
  --powder: #C1D9E6;
  --cream: #E6E5D5;
  --greige: #C3BAA9;
  --blue-grey: #9BACB0;
  --taupe: #7F7B6E;
  --wood: #4A4236;
  --paper: #FBFAF5;
  --ink: #3A3630;
  --line: rgba(58, 54, 48, .13);
  --line-powder: rgba(193, 217, 230, .55);
  --wrap: 72rem;
  --gut: clamp(1.1rem, 4vw, 2.4rem);
  --rad: 6px;
  --f-disp: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --f-body: "Nunito Sans", system-ui, -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth }
body { font-family: var(--f-body); background: var(--paper); color: var(--ink); line-height: 1.66; overflow-x: hidden; -webkit-font-smoothing: antialiased }
img { max-width: 100%; display: block }
a { color: inherit; text-decoration: none }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut) }
.narrow { max-width: 44rem }
.center { text-align: center }
.center-x { margin-inline: auto }
.accent { color: var(--taupe) }

/* box==image placeholders — clean, NO dev text */
.fig { overflow: hidden; border-radius: var(--rad); background: var(--cream) }
.fig img { width: 100%; height: 100%; object-fit: cover; display: block }
.fig--ph { background: linear-gradient(135deg, var(--powder), var(--cream)); border: 1px dashed var(--line-powder); display: block }

.eyebrow { font-family: var(--f-body); font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--taupe) }
.h2 { font-family: var(--f-disp); font-weight: 500; font-size: clamp(1.9rem, 1.2rem + 3vw, 3.2rem); line-height: 1.1; margin-top: .5rem; color: var(--ink); letter-spacing: .01em }
.lede { font-size: clamp(1rem, .96rem + .3vw, 1.15rem); color: var(--taupe); max-width: 40rem; margin-top: 1rem }
.body { font-size: 1.04rem; margin-top: 1rem; color: var(--wood) }

/* gentle underline seam — powder-to-greige */
.seam { height: 1.5px; width: 100%; max-width: 12rem; transform-origin: left center; background: linear-gradient(90deg, var(--powder) 0%, var(--greige) 60%, transparent) }
.seam--center { margin-inline: auto; transform-origin: center }
.js-ready .seam { opacity: 0 }
.js-ready .seam.is-in { opacity: 1; animation: seamdraw .9s cubic-bezier(.42, 0, .18, 1) both }
@keyframes seamdraw { from { transform: scaleX(0) } to { transform: scaleX(1) } }
@media (prefers-reduced-motion: reduce) { .js-ready .seam { opacity: 1 !important; animation: none !important } }

/* buttons — taupe/wood fills, cream text; ghost uses powder outline */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; font-family: var(--f-body); font-weight: 700; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; padding: .95rem 1.9rem; border-radius: 3px; border: 1.5px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .12s }
.btn:active { transform: translateY(1px) }
.btn--taupe { background: var(--taupe); color: var(--paper) }
.btn--taupe:hover { background: var(--wood) }
.btn--wood { background: var(--wood); color: var(--paper) }
.btn--wood:hover { background: var(--ink) }
.btn--ghost { border-color: var(--taupe); color: var(--taupe) }
.btn--ghost:hover { background: var(--taupe); color: var(--paper) }
.btn--lg { padding: 1.1rem 2.2rem; font-size: .82rem }
.btn--light { border-color: rgba(251, 250, 245, .55); color: var(--paper) }
.btn--light:hover { background: var(--paper); color: var(--ink) }

/* sticky nav — translucent paper */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 245, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: background .24s }
.nav[data-nav-state="solid"] { background: var(--paper) }
.nav__inner { width: 100%; max-width: var(--wrap); margin-inline: auto; padding: .85rem var(--gut); display: flex; align-items: center; justify-content: space-between; gap: 1rem }
.nav__brand { min-width: 0 }
/* type-set wordmark: Cormorant italic "Vintage Begonia" over tracked small-caps sub-line */
.nav__word { display: inline-flex; flex-direction: column; align-items: flex-start; min-width: 0 }
.nav__word-a { font-family: var(--f-disp); font-style: italic; font-weight: 600; font-size: 1.45rem; letter-spacing: .02em; color: var(--ink); white-space: nowrap; line-height: 1.1 }
.nav__word-b { font-family: var(--f-body); font-weight: 700; font-size: .5rem; letter-spacing: .28em; text-transform: uppercase; color: var(--taupe); white-space: nowrap; margin-top: .05rem }
.nav__links { display: none; list-style: none; gap: 1.5rem }
.nav__links a { font-family: var(--f-body); font-size: .82rem; font-weight: 600; color: var(--wood); transition: color .2s }
.nav__links a:hover, .nav__links a.is-active { color: var(--taupe) }
.nav__cta { padding: .58rem 1.1rem; font-size: .68rem }

/* hero — airy pastel gradient, left-panel text */
.hero { position: relative; overflow: hidden; min-height: clamp(26rem, 70vh, 38rem); display: flex; align-items: center; background: linear-gradient(160deg, var(--powder) 0%, var(--cream) 55%, var(--paper) 100%) }
.hero__inner { position: relative; z-index: 2; width: 100%; max-width: var(--wrap); margin-inline: auto; padding: 0 var(--gut) }
.hero__panel { max-width: 38rem }
.hero__title { font-family: var(--f-disp); font-weight: 500; font-size: clamp(2.3rem, 1.3rem + 5vw, 4.8rem); line-height: 1.06; letter-spacing: .01em; margin-top: .6rem; color: var(--ink) }
.hero__title .accent { color: var(--taupe) }
.hero__seam { margin-top: 1.2rem }
.hero__sub { font-family: var(--f-body); font-size: clamp(1rem, .94rem + .5vw, 1.2rem); color: var(--wood); margin-top: 1.3rem; max-width: 34rem }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem }
.hero__where { font-family: var(--f-body); margin-top: 1.5rem; font-size: .82rem; letter-spacing: .03em; color: var(--taupe) }
/* mobile hero: art-directed shorter portrait crop container */
.hero__img-wrap { display: none; position: absolute; inset: 0; z-index: 0 }
.hero__img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top }

.section { padding-block: clamp(3rem, 8vw, 5rem) }
.band-cream { background: var(--cream) }
.band-powder { background: var(--powder) }
.band-wood { background: var(--wood); color: var(--paper) }
.band-wood .h2 { color: var(--paper) }
.band-wood .eyebrow { color: var(--cream) }
.band-wood .lede, .band-wood .body { color: var(--cream) }

.band-figure { position: relative; overflow: hidden }
.band-figure .fig { border-radius: 0 }
.band-figure--wide .fig { aspect-ratio: 4 / 5 }

.split { display: grid; grid-template-columns: 1fr; gap: clamp(1.8rem, 4vw, 3rem); align-items: center }

/* shop preview cards */
.svc-cards { margin-top: clamp(1.5rem, 4vw, 2.2rem); display: grid; grid-template-columns: 1fr; gap: 1.1rem }
.svc-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--rad); overflow: hidden; display: flex; flex-direction: column }
.svc-card .fig { border-radius: 0 }
.svc-card__body { padding: 1.3rem 1.4rem 1.5rem }
.svc-card__title { font-family: var(--f-disp); font-weight: 500; font-size: 1.35rem; color: var(--ink) }
.svc-card__text { margin-top: .5rem; font-size: .97rem; color: var(--wood) }
.svc-card__cta { margin-top: .9rem; display: inline-block; font-family: var(--f-body); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--taupe) }

/* workshop calendar — chalk-paint card grid (the signature differentiator / Kai mount) */
.cal-grid { margin-top: clamp(1.5rem, 4vw, 2.2rem); display: grid; grid-template-columns: 1fr; gap: 1rem }
.cal-card { background: var(--paper); border: 1.5px solid var(--powder); border-radius: var(--rad); padding: 1.3rem 1.4rem; position: relative }
.cal-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--powder); border-radius: var(--rad) 0 0 var(--rad) }
.cal-card__date { font-family: var(--f-body); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--taupe) }
.cal-card__title { font-family: var(--f-disp); font-weight: 500; font-size: 1.25rem; color: var(--ink); margin-top: .2rem; line-height: 1.2 }
.cal-card__desc { font-size: .93rem; color: var(--wood); margin-top: .5rem }
.cal-card__spots { margin-top: .7rem; font-family: var(--f-body); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--taupe) }
.cal-card__cta { margin-top: .7rem; display: inline-block; font-family: var(--f-body); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--taupe); border-bottom: 1px solid var(--powder); padding-bottom: .1rem }

/* accent row of 3 images */
.accent-row { margin-top: clamp(1.6rem, 4vw, 2.5rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; align-items: start }

/* FAQ list */
.faq-list { margin-top: clamp(1.4rem, 3vw, 2rem) }
.faq-item { border-bottom: 1px solid var(--line); padding-block: 1.1rem }
.faq-item:first-child { border-top: 1px solid var(--line) }
.faq-q { font-family: var(--f-disp); font-weight: 600; font-size: 1.12rem; color: var(--ink) }
.faq-a { font-size: .97rem; color: var(--wood); margin-top: .4rem }

.info-list { list-style: none; margin-top: 1rem }
.info-list li { padding-block: .5rem; border-bottom: 1px solid var(--line); font-size: 1rem; color: var(--wood) }
.info-list strong { color: var(--ink) }

.footer { background: var(--wood); color: var(--cream); padding-top: clamp(3rem, 6vw, 4rem) }
.footer__inner { display: flex; flex-direction: column; gap: 2rem }
.footer__brand .nav__word-a { color: var(--paper) }
.footer__brand .nav__word-b { color: var(--greige) }
.footer__tag { font-family: var(--f-disp); font-style: italic; font-size: 1.04rem; margin-top: .7rem; color: var(--greige) }
.footer__nav { margin-top: 1.1rem }
.footer__nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.2rem }
.footer__nav a { font-family: var(--f-body); font-size: .82rem; font-weight: 600; color: var(--cream) }
.footer__nav a:hover { color: var(--powder) }
.footer__nap p, .footer__hours p { color: var(--greige); font-size: .95rem; line-height: 1.75 }
.footer__nap a:hover { color: var(--powder) }
.footer__hours-title { font-family: var(--f-body); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .74rem; margin-bottom: .4rem; color: var(--cream) }
.footer__legal { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(193, 217, 230, .2); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .75rem; padding-bottom: 6rem }
.footer__legal p { color: var(--taupe); font-size: .8rem }
.footer__legal-cta { color: var(--powder); font-family: var(--f-body); font-weight: 700; letter-spacing: .06em; font-size: .82rem }

/* mobile bar */
.mobar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -2px 12px rgba(58, 54, 48, .08) }
.mobar a { flex: 1; text-align: center; padding: .95rem; font-family: var(--f-body); font-weight: 700; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase }
.mobar__call { color: var(--ink); border-right: 1px solid var(--line) }
.mobar__cta { background: var(--taupe); color: var(--paper) }

/* signature section container (Kai mounts here) */
.signature { /* no styles — Kai's signature.css owns this */ }

[data-reveal] { opacity: 1 }
@media (prefers-reduced-motion: no-preference) {
  [data-reveal].reveal-init { opacity: 0; transform: translateY(12px) }
  [data-reveal].reveal-in { opacity: 1; transform: none; transition: opacity .5s ease, transform .55s ease }
}

/* responsive breakpoints */
@media (min-width: 600px) { .svc-cards { grid-template-columns: 1fr 1fr } }
@media (min-width: 700px) {
  .cal-grid { grid-template-columns: 1fr 1fr }
  .svc-cards { grid-template-columns: repeat(3, 1fr) }
}
@media (max-width: 600px) { .accent-row { grid-template-columns: 1fr } }
@media (min-width: 850px) {
  .nav__links { display: flex }
  .mobar { display: none }
  .footer__legal { padding-bottom: 1.5rem }
  .footer__inner { flex-direction: row; justify-content: space-between }
  .split { grid-template-columns: 1fr 1fr }
  .split--wide { grid-template-columns: 1.1fr 1fr }
  .band-figure--wide .fig { aspect-ratio: 16 / 9 }
  .cal-grid { grid-template-columns: repeat(3, 1fr) }
}
