/* ============================================================================
   WASH — organic / watercolour / soft pastel.
   Gloock display + Caveat script + Mulish body. Cream paper, blush + sage.
   ========================================================================== */
:root {
  --cream: #fbe6d2;           /* apricot background (brand) */
  --cream-2: #fffaf4;         /* cards */
  --ink: #221c28;
  --ink-soft: #6f6675;        /* muted (brand) */
  --blush: #f6c2da;           /* soft pink, backgrounds */
  --blush-deep: #d81b78;      /* magenta accent (brand) */
  --rose: #c0166a;            /* magenta for text (AA) */
  --sage: #7bb3ad;            /* soft teal */
  --sage-ink: #2c7d79;        /* teal for text (AA) */
  --sky: #ffcf9e;             /* peach */
  --sky-ink: #b5551f;
  --sand: #f6d9b3;
  --terra: #e07a3c;           /* warm orange */
  --terra-ink: #b5551f;       /* orange for text (AA) */
  --chip-on: #ffffff;         /* text on magenta chips */
  --line: #f1d8be;            /* hairline (brand) */
  --max: 1200px;
  --gut: clamp(20px, 5vw, 60px);
  --body: "Mulish", system-ui, sans-serif;
  --disp: "Gloock", Georgia, serif;
  --script: "Caveat", cursive;
  --ease: cubic-bezier(.34, 1.2, .44, 1);
  --ease-soft: cubic-bezier(.4, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--body); font-size: clamp(16px, 1.04vw, 17.5px); line-height: 1.7; font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
html { overflow-x: clip; }
.grain { position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .4; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.bloom__art, .about__art, .snap__art, .lb__art { position: relative; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 400; }
.script { font-family: var(--script); font-weight: 600; color: var(--rose); line-height: 1; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 10000; background: var(--ink); color: var(--cream); padding: 10px 18px; border-radius: 100px; transition: top .2s; }
.skip:focus { top: 12px; }
:focus-visible { outline: 2.5px solid var(--blush-deep); outline-offset: 3px; border-radius: 4px; }
section { padding-inline: var(--gut); }

/* ---- nav ------------------------------------------------------------- */
.nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 14px var(--gut); background: color-mix(in srgb, var(--cream) 82%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.logo__blob { width: 22px; height: 22px; background: radial-gradient(circle at 30% 30%, var(--blush), var(--blush-deep)); border-radius: 64% 36% 47% 53% / 58% 51% 49% 42%; box-shadow: 6px 4px 0 -2px color-mix(in srgb, var(--sage) 70%, transparent); }
.logo__text { font-family: var(--disp); font-size: 1.18rem; letter-spacing: -.01em; }
.logo__love { font-family: var(--script); color: var(--blush-deep); font-size: 1.28em; margin-left: 2px; }
.nav__links { display: flex; align-items: center; gap: clamp(12px, 2.2vw, 30px); }
.nav__links > a:not(.pill) { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: .96rem; position: relative; padding: 4px 2px; transition: color .2s; }
.nav__links > a:not(.pill)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='7'%3E%3Cpath d='M1 4 Q15 1 30 4 T59 3' fill='none' stroke='%23c97da3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%; opacity: 0; transform: translateY(3px); transition: opacity .25s, transform .25s; }
.nav__links > a:not(.pill):hover, .nav__links > a:not(.pill).is-current { color: var(--ink); }
.nav__links > a:not(.pill):hover::after, .nav__links > a:not(.pill).is-current::after { opacity: 1; transform: none; }
.navtoggle { display: none; width: 44px; height: 44px; border: 2px solid var(--line); border-radius: 50%; background: var(--cream-2); position: relative; cursor: pointer; }
.navtoggle span, .navtoggle span::before, .navtoggle span::after { position: absolute; left: 50%; width: 18px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .25s var(--ease), opacity .2s; }
.navtoggle span { top: 50%; transform: translate(-50%, -50%); }
.navtoggle span::before { content: ""; transform: translate(-50%, -6px); }
.navtoggle span::after { content: ""; transform: translate(-50%, 6px); }
.navtoggle.is-open span { background: transparent; }
.navtoggle.is-open span::before { transform: translate(-50%, 0) rotate(45deg); }
.navtoggle.is-open span::after { transform: translate(-50%, 0) rotate(-45deg); }
@media (max-width: 760px) {
  .navtoggle { display: inline-flex; }
  .nav__links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream-2); padding: 8px var(--gut) 20px; border-radius: 0 0 22px 22px;
    box-shadow: 0 26px 42px -26px rgba(74,63,58,.45); transform: translateY(-10px); opacity: 0; visibility: hidden;
    transition: transform .28s var(--ease), opacity .28s, visibility .28s; }
  .nav__links.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav__links > a:not(.pill) { display: block; padding: 13px 0; font-size: 1.15rem; }
  .nav__links > a:not(.pill)::after { display: none; }
  .nav__links .pill { align-self: flex-start; margin-top: 10px; }
}

/* ---- pills ----------------------------------------------------------- */
.pill { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-family: var(--body); font-weight: 700;
  font-size: .96rem; padding: 12px 24px; border-radius: 100px; text-decoration: none; border: 2px solid transparent; transition: background .25s, color .25s, box-shadow .3s; }
.pill--ink { background: var(--ink); color: var(--cream); }
.pill--ink:hover { background: var(--terra); box-shadow: 0 14px 26px -14px var(--terra); }
.pill--ghost { border-color: var(--ink); color: var(--ink); }
.pill--ghost:hover { background: var(--ink); color: var(--cream); }
.pill--lg { padding: 15px 30px; font-size: 1.04rem; }

/* ---- hero ------------------------------------------------------------ */
.hero { position: relative; max-width: var(--max); margin: 0 auto; padding-top: clamp(24px, 5vw, 56px); padding-bottom: clamp(20px, 4vw, 44px);
  display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(18px, 3vw, 40px); align-items: center; }
.hero__washes { position: absolute; inset: -10% 0 0 0; z-index: -1; filter: blur(8px); overflow: clip; pointer-events: none; }
.wash { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .55; mix-blend-mode: multiply; }
.wash--1 { width: 46vw; height: 46vw; left: -6vw; top: -8vw; background: radial-gradient(circle at 40% 40%, var(--blush), transparent 68%); }
.wash--2 { width: 40vw; height: 40vw; right: -4vw; top: 2vw; background: radial-gradient(circle at 50% 50%, var(--sky), transparent 66%); opacity: .5; }
.wash--3 { display: none; }
.hero__hello { font-size: 1.9rem; margin: 0 0 .4rem; transform: rotate(-3deg); display: inline-block; }
.hero__title { font-family: var(--disp); font-size: clamp(2.5rem, 6.4vw, 5rem); line-height: 1.02; letter-spacing: -.01em; }
.ink-blot { position: relative; color: var(--cream); padding: 0 .14em; white-space: nowrap; }
.ink-blot::before { content: ""; position: absolute; inset: -6% -4% -10% -4%; z-index: -1; background: var(--blush-deep);
  border-radius: 58% 42% 50% 50% / 62% 56% 44% 38%; transform: rotate(-2deg); }
.title-dot { margin-left: .26em; }
.hero__sub { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--ink-soft); max-width: 44ch; margin: 1.4rem 0 0; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1.8rem; }
.hero__note { font-size: 1.5rem; margin-top: 1.6rem; color: var(--sage-ink); transform: rotate(-2deg); }

.hero__cluster { position: relative; min-height: 620px; overflow: visible; }
.snap { position: absolute; margin: 0; width: 64%; background: transparent; padding: 0;
  transition: transform .42s var(--ease), left .42s var(--ease), top .42s var(--ease), width .42s var(--ease), filter .42s var(--ease); cursor: pointer; outline: 0; --snap-transform: rotate(0deg) scale(1); }
.snap__art { display: block; aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; background: transparent; box-shadow: 0 28px 48px -24px rgba(74,63,58,.5); transition: box-shadow .42s var(--ease), filter .42s var(--ease); }
.snap figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.snap[data-slot="left"] { left: -7%; top: 18px; width: 86%; z-index: 1; --snap-transform: rotate(-8deg) scale(.98); transform: var(--snap-transform); }
.snap[data-slot="right"] { left: 29%; top: 19%; width: 78%; z-index: 2; --snap-transform: rotate(7deg) scale(.965); transform: var(--snap-transform); }
.snap[data-slot="front"] { left: 10%; top: clamp(14px, 6%, 34px); width: 80%; z-index: 3; --snap-transform: rotate(1.5deg) scale(1.035); transform: var(--snap-transform); }
.snap[data-front="true"] .snap__art { box-shadow: 0 42px 70px -24px rgba(74,63,58,.62); filter: saturate(1.02); }
.snap:hover, .snap:focus-visible { transform: var(--snap-transform) translateY(-7px) scale(1.02); }
.snap:hover .snap__art, .snap:focus-visible .snap__art { box-shadow: 0 40px 66px -24px rgba(74,63,58,.62); }
.snap:focus-visible { outline: 3px solid color-mix(in srgb, var(--terra) 62%, transparent); outline-offset: 5px; }
.snap__tape { position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-4deg); width: 74px; height: 26px; background: color-mix(in srgb, var(--sand) 80%, transparent); border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); opacity: .75; }
.snap__pin { position: absolute; top: -8px; left: 50%; transform: translateX(-50%); width: 16px; height: 16px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--terra), #a9543a); box-shadow: 0 3px 5px -1px rgba(0,0,0,.4); z-index: 4; }

/* ---- bands (section heads) ------------------------------------------- */
.band { max-width: var(--max); margin: 0 auto; padding-top: clamp(36px, 6vw, 78px); }
.band--center { text-align: center; }
.band__script { font-size: 1.7rem; margin-bottom: .3rem; }
.band__title { font-family: var(--disp); font-size: clamp(1.9rem, 4vw, 3.1rem); line-height: 1.04; }
.band__sub { color: var(--ink-soft); max-width: 50ch; margin: .9rem 0 0; font-size: 1.06rem; }
.band--center .band__sub { margin-inline: auto; }

/* ---- gallery --------------------------------------------------------- */
.gallery { width: min(100%, var(--max)); max-width: var(--max); margin: 0 auto; min-width: 0; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; min-width: 0; margin: clamp(22px, 3vw, 34px) 0; }
.chip-f { appearance: none; cursor: pointer; font-family: var(--body); font-weight: 700; font-size: .92rem; color: var(--ink-soft);
  background: var(--cream-2); border: 2px solid var(--line); border-radius: 100px; padding: 9px 18px; transition: border-color .25s var(--ease), background .25s var(--ease), color .25s var(--ease); }
.chip-f:hover { border-color: var(--blush); color: var(--ink); }
.chip-f.is-active { background: var(--blush-deep); border-color: var(--blush-deep); color: var(--chip-on); }

.bloom-grid { width: 100%; min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(16px, 2vw, 26px); }
@media (max-width: 880px) { .bloom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .bloom-grid { grid-template-columns: minmax(0, 1fr); } }
.bloom { width: 100%; border: 0; background: none; padding: 0; cursor: pointer; color: inherit; font: inherit; display: block; }
.bloom__card { display: block; position: relative; }
.bloom__art { display: block; overflow: hidden; border-radius: 12px; background: var(--cream); box-shadow: 0 18px 34px -22px rgba(74,63,58,.5); transition: box-shadow .45s; }
.bloom:hover .bloom__art { box-shadow: 0 28px 48px -20px rgba(74,63,58,.6); }
.bloom__tape { position: absolute; top: -8px; left: 22px; width: 56px; height: 20px; background: color-mix(in srgb, var(--sky) 60%, transparent); opacity: .7; transform: rotate(-5deg); border-radius: 2px; }
.bloom__body { display: grid; align-content: start; min-height: 56px; padding: 12px 4px 0; }
.bloom__cap { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.bloom__title { font-family: var(--disp); font-size: 1.12rem; line-height: 1.1; }
.bloom__prices { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; text-align: right; white-space: nowrap; }
.bloom__price { font-weight: 700; color: var(--terra-ink); font-size: .96rem; }
.bloom__price[data-sold] { color: var(--ink-soft); }
.bloom__print { font-weight: 600; color: var(--terra-ink); font-size: .8rem; opacity: .8; }
.bloom__medium { font-family: var(--script); font-size: 1.18rem; color: var(--ink-soft); padding: 0 4px 4px; }
.bloom-empty { max-width: var(--max); margin: 30px auto; text-align: center; font-family: var(--script); font-size: 1.6rem; color: var(--ink-soft); }

/* ---- about ----------------------------------------------------------- */
.about { position: relative; }
.about__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(28px, 5vw, 70px); align-items: center; padding-top: clamp(40px, 6vw, 80px); }
.about__portrait { margin: 0; position: relative; }
.about__art { display: block; aspect-ratio: 1/1; overflow: hidden; background: var(--cream-2);
  border-radius: 63% 37% 44% 56% / 56% 48% 52% 44%; box-shadow: 0 30px 60px -34px rgba(74,63,58,.5); }
.about__portrait figcaption { position: absolute; right: 6%; bottom: -6%; font-size: 1.5rem; transform: rotate(-5deg); color: var(--sage-ink); }
.about__title { font-family: var(--disp); font-size: clamp(1.9rem, 3.6vw, 3rem); margin: .3rem 0 1.1rem; line-height: 1.05; }
.about__copy > .script { font-size: 1.6rem; }
.about__copy p:not(.script):not(.signature) { color: var(--ink-soft); margin: 0 0 1rem; max-width: 54ch; }
.about__social { margin-top: .5rem; }
.about__social-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 600; text-decoration: none; border-bottom: 1.5px solid transparent; transition: border-color .2s, color .2s; }
.about__social-link:hover { border-color: color-mix(in srgb, var(--rose) 45%, transparent); color: var(--rose); }
.about__social-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; color: var(--rose); flex: 0 0 auto; }
.about__social-icon svg { width: 100%; height: 100%; display: block; }
.signature { font-size: 2.4rem; color: var(--ink); margin: .4rem 0 1.2rem; }
.tags { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.tags li { background: color-mix(in srgb, var(--sage) 22%, var(--cream-2)); color: var(--ink); padding: 6px 14px; border-radius: 100px; font-size: .84rem; font-weight: 600; }

/* ---- commission ------------------------------------------------------ */
.commission { max-width: var(--max); margin: 0 auto; padding-bottom: clamp(50px, 8vw, 110px); }
.steps { list-style: none; counter-reset: s; padding: 0; margin: clamp(30px, 5vw, 54px) 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 24px); }
.steps li { counter-increment: s; background: var(--cream-2); border-radius: 18px; padding: 26px 22px; box-shadow: 0 16px 30px -24px rgba(74,63,58,.5); position: relative; }
.steps li::before { content: counter(s); font-family: var(--disp); font-size: 2rem; color: var(--rose); display: block; margin-bottom: 8px; }
.steps li:nth-child(2)::before { color: var(--sage-ink); }
.steps li:nth-child(3)::before { color: var(--sky-ink); }
.steps li:nth-child(4)::before { color: var(--terra); }
.steps h3 { font-family: var(--disp); font-size: 1.16rem; margin-bottom: .4rem; }
.steps p { color: var(--ink-soft); font-size: .96rem; }

.cwrap { background: var(--cream-2); border-radius: 26px; padding: clamp(24px, 4vw, 50px); box-shadow: 0 40px 80px -50px rgba(74,63,58,.6); position: relative; overflow: hidden; }
.cwrap::before { content: ""; position: absolute; width: 240px; height: 240px; right: -60px; top: -80px; background: radial-gradient(circle, var(--blush), transparent 68%); opacity: .4; filter: blur(20px); }
.cform__lead { font-size: 1.9rem; margin: 0 0 1.4rem; position: relative; }
.cgroup { border: 0; padding: 0; margin: 0 0 1.4rem; }
.cgroup legend { padding: 0; font-weight: 700; margin-bottom: 10px; }
.softchips { display: flex; flex-wrap: wrap; gap: 10px; }
.softchip { position: relative; }
.softchip input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.softchip span { display: inline-flex; flex-direction: column; padding: 10px 18px; background: var(--cream); border: 2px solid var(--line); border-radius: 16px; cursor: pointer; font-weight: 700; transition: all .2s var(--ease); }
.softchip span small { font-family: var(--script); font-size: 1.05rem; font-weight: 500; color: var(--ink-soft); }
.softchip input:checked + span { background: var(--blush-deep); border-color: var(--blush-deep); color: var(--chip-on); }
.softchip input:checked + span small { color: rgba(255,255,255,.82); }
.softchip input:focus-visible + span { outline: 2.5px solid var(--blush-deep); outline-offset: 2px; }

.cgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; }
.fld { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1.2rem; }
.fld > span { font-weight: 700; font-size: .92rem; }
.fld input, .fld select, .fld textarea { font-family: var(--body); font-size: 1rem; color: var(--ink); background: var(--cream); border: 2px solid var(--line); border-radius: 12px; padding: 12px 14px; transition: border-color .2s, box-shadow .2s; }
.fld textarea { resize: vertical; }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: none; border-color: var(--blush); box-shadow: 0 0 0 4px color-mix(in srgb, var(--blush) 24%, transparent); }
.softchecks { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: .2rem 0 1.4rem; }
.scheck { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); cursor: pointer; font-weight: 600; }
.scheck input { width: 18px; height: 18px; accent-color: var(--blush-deep); }
.scheck em { color: var(--terra-ink); font-style: normal; font-family: var(--script); font-size: 1.1rem; }

.cform__foot { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; margin-top: .6rem; }
.cform__hint { color: var(--ink-soft); font-size: .9rem; max-width: 34ch; margin: 0; }
.fld input[type="file"] { font-family: var(--body); font-size: .92rem; color: var(--ink-soft); padding: 9px 12px; }
.est { display: grid; gap: 1px; }
.est__label { font-size: 1.4rem; }
.est__val { font-family: var(--disp); font-size: 2.1rem; color: var(--terra-ink); line-height: 1; }
.est__note { color: var(--ink-soft); font-size: .86rem; }

.cform__success { text-align: center; padding: clamp(16px, 3vw, 34px) 0; position: relative; }
.success__bloom { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 120px; height: 120px; background: radial-gradient(circle, var(--blush), transparent 66%); opacity: .5; filter: blur(8px); }
.cform__success h3 { font-family: var(--disp); font-size: 2.4rem; color: var(--rose); margin-bottom: .5rem; }
.cform__success p { color: var(--ink-soft); max-width: 46ch; margin: 0 auto .7rem; }
.success__detail { font-size: 1.4rem; color: var(--ink); }
.cform__success .pill { margin: 1rem 7px 0; }

/* ---- lightbox (SiteKit shell) ---------------------------------------- */
.sk-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; gap: clamp(6px, 1.5vw, 18px); padding-inline: 10px; visibility: hidden; }
.sk-modal.is-open { visibility: visible; }
.sk-modal__scrim { position: absolute; inset: 0; background: color-mix(in srgb, var(--ink) 50%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity .35s; }
.sk-modal.is-open .sk-modal__scrim { opacity: 1; }
.sk-modal__panel { position: relative; z-index: 1; flex: 1 1 auto; max-width: 960px; min-width: 0; max-height: 92vh; overflow: auto; background: var(--cream-2); border-radius: 26px;
  box-shadow: 0 50px 100px -40px rgba(0,0,0,.5); padding: clamp(16px, 3vw, 34px); transform: translateY(20px) scale(.97); opacity: 0; transition: transform .45s var(--ease), opacity .4s; }
.sk-modal.is-open .sk-modal__panel { transform: none; opacity: 1; }
.sk-modal__close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 42px; height: 42px; border-radius: 50%; border: 0; background: var(--cream); font-size: 1.4rem; cursor: pointer; color: var(--ink); box-shadow: 0 6px 14px -6px rgba(0,0,0,.3); transition: background .2s, color .2s; }
.sk-modal__close:hover { background: var(--blush); color: #fff; }
.sk-modal__arrow { flex: 0 0 auto; z-index: 2; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--cream); font-size: 1.5rem; cursor: pointer; color: var(--ink); box-shadow: 0 8px 18px -8px rgba(0,0,0,.35); transition: background .2s, color .2s; }
.sk-modal__arrow:hover { background: var(--blush); color: #fff; }
/* prev/next arrows flank the panel via the flex row on .sk-modal */
@media (max-width: 720px) { .sk-modal { gap: 6px; padding-inline: 6px; } .sk-modal__arrow { width: 40px; height: 40px; font-size: 1.3rem; } }
.lb { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(18px, 3vw, 34px); align-items: start; }
@media (max-width: 700px) { .lb { grid-template-columns: 1fr; } }
.lb__art { aspect-ratio: 4/5; overflow: hidden; border-radius: 14px; background: var(--cream); box-shadow: 0 20px 40px -24px rgba(74,63,58,.5); }
.lb__gallery { min-width: 0; }
.lb__photo-stage { position: relative; min-width: 0; }
.lb__photos { display: flex; align-items: center; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 4px 0 12px; scrollbar-width: thin; scrollbar-color: var(--blush) transparent; }
.lb__photo-frame { flex: 0 0 100%; margin: 0; position: relative; min-height: 260px; display: flex; align-items: center; justify-content: center; overflow: visible; scroll-snap-align: center; }
.lb__photo { width: auto; height: auto; max-width: 100%; max-height: min(68vh, 720px); border-radius: 14px; box-shadow: 0 22px 46px -28px rgba(20, 16, 26, .5); }
.lb__photo-arrow { position: absolute; top: 50%; z-index: 2; width: 34px; height: 56px; border: 0; background: transparent; box-shadow: none; cursor: pointer; display: grid; place-items: center; transition: transform .2s, opacity .2s; padding: 0; opacity: .82; transform: translateY(-50%); }
.lb__photo-arrow-shell { position: relative; display: grid; place-items: center; width: 100%; height: 100%; background: transparent; }
.lb__photo-arrow-icon { position: relative; width: 14px; height: 14px; color: rgba(34, 28, 40, .94); filter: drop-shadow(0 0 6px rgba(255,255,255,.9)) drop-shadow(0 1px 2px rgba(255,255,255,.9)); }
.lb__photo-arrow-icon::before, .lb__photo-arrow-icon::after { content: ""; position: absolute; top: 50%; width: 10px; height: 2px; border-radius: 999px; background: currentColor; }
.lb__photo-arrow--prev { left: 8px; }
.lb__photo-arrow--prev .lb__photo-arrow-icon::before { left: 1px; transform: translateY(-50%) rotate(-45deg); transform-origin: left center; }
.lb__photo-arrow--prev .lb__photo-arrow-icon::after { left: 1px; transform: translateY(-50%) rotate(45deg); transform-origin: left center; }
.lb__photo-arrow--next { right: 8px; }
.lb__photo-arrow--next .lb__photo-arrow-icon::before { right: 1px; transform: translateY(-50%) rotate(45deg); transform-origin: right center; }
.lb__photo-arrow--next .lb__photo-arrow-icon::after { right: 1px; transform: translateY(-50%) rotate(-45deg); transform-origin: right center; }
.lb__photo-arrow:hover, .lb__photo-arrow:focus-visible { opacity: 1; transform: translateY(-50%) scale(1.06); }
.lb__photo-count { margin: 10px 0 0; color: var(--ink-soft); font: 800 10px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.lb__thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: 64px; gap: 8px; overflow-x: auto; padding: 2px 0 4px; scrollbar-width: thin; scrollbar-color: var(--blush) transparent; }
.lb__thumb { display: block; height: 64px; border-radius: 9px; overflow: hidden; background: var(--cream); border: 2px solid var(--line); transition: border-color .2s, box-shadow .2s; }
.lb__thumb:hover, .lb__thumb:focus-visible, .lb__thumb.is-active { border-color: var(--blush-deep); box-shadow: 0 8px 18px -14px rgba(74,63,58,.7); }
.lb__thumb-img { background: var(--cream); }
.lb__kind { font-family: var(--script); font-size: 1.5rem; color: var(--rose); }
.lb__title { font-family: var(--disp); font-size: clamp(1.8rem, 3vw, 2.6rem); margin: .1rem 0 .3rem; }
.lb__note { color: var(--ink-soft); font-size: 1.08rem; margin: 0 0 1.2rem; }
.lb__facts { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: 7px; }
.lb__facts li { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed var(--line); padding-bottom: 7px; }
.lb__facts span:first-child { color: var(--ink-soft); }
.lb__facts span:last-child { font-weight: 700; }
.lb__price { font-family: var(--disp); font-size: 1.7rem; color: var(--terra-ink); margin: 0 0 1.2rem; }
.lb__ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: .2rem; }
.lb__ctas .pill { font-size: .9rem; padding: 11px 20px; }

/* lightbox — print shop */
.lb__shop { margin-top: 14px; padding: 16px; border: 2px dashed var(--line); border-radius: 16px; background: var(--cream); }
.lb__shop-h { font-weight: 700; margin: 0 0 10px; font-size: .96rem; }
.lb__sizes { display: grid; gap: 8px; margin-bottom: 12px; }
.lb__size { display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; text-align: left; font-family: var(--body);
  font-weight: 700; color: var(--ink); background: var(--cream-2); border: 2px solid var(--line); border-radius: 12px; padding: 11px 15px; transition: border-color .2s var(--ease), background .2s var(--ease), color .2s var(--ease); }
.lb__size:hover { border-color: var(--blush); }
.lb__size.is-sel { border-color: var(--blush-deep); background: color-mix(in srgb, var(--blush-deep) 10%, var(--cream-2)); }
.lb__size-p { color: var(--terra-ink); white-space: nowrap; }
.lb__size.is-sel .lb__size-p { color: var(--rose); }
.lb__buy { width: 100%; justify-content: center; }
.lb__shop-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.lb__shop-head .lb__shop-h { margin: 0; }
.lb__shop-eyebrow { margin: 0; color: var(--rose); font-family: var(--script); font-size: 1.28rem; line-height: 1; }
.lb__shop-note { margin: 0 0 12px; color: var(--ink-soft); font-size: .9rem; line-height: 1.45; }
.lb__faq { display: inline-block; margin-top: 10px; color: var(--sage-ink); font-weight: 800; text-decoration: none; border-bottom: 1.5px solid color-mix(in srgb, var(--sage-ink) 40%, transparent); }
.lb__faq:hover { border-color: var(--sage-ink); }

/* ---- supporting pages ------------------------------------------------ */
.page-hero { max-width: var(--max); margin: 0 auto; padding: clamp(40px, 7vw, 82px) var(--gut) clamp(18px, 3vw, 34px); position: relative; }
.page-hero::before { content: ""; position: absolute; inset: 10% auto auto 12%; width: 46vw; height: 28vw; background: radial-gradient(circle, var(--blush), transparent 68%); opacity: .42; filter: blur(48px); z-index: -1; }
.page-hero > .script { font-size: 1.9rem; transform: rotate(-3deg); display: inline-block; margin-bottom: .45rem; }
.page-hero h1 { font-family: var(--disp); font-size: clamp(2.4rem, 5.8vw, 4.8rem); line-height: 1.02; max-width: 12ch; }
.page-hero p:not(.script) { color: var(--ink-soft); max-width: 54ch; font-size: 1.08rem; margin: 1rem 0 0; }
.print-page { max-width: var(--max); margin: 0 auto; padding-bottom: clamp(50px, 8vw, 100px); }
.print-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(16px, 2vw, 26px); margin-top: clamp(22px, 3vw, 34px); }
.page-hero--prints + .print-page .band { padding-top: clamp(12px, 2vw, 24px); }
.gallery .band { padding-top: clamp(16px, 2vw, 30px); }
.print-card { border: 0; padding: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; display: block; }
.print-card__art { display: block; position: relative; overflow: hidden; border-radius: 12px; background: transparent; box-shadow: 0 18px 34px -22px rgba(74,63,58,.5); transition: box-shadow .35s; }
.print-card:hover .print-card__art { box-shadow: 0 28px 48px -20px rgba(74,63,58,.6); }
.print-card__body { display: grid; align-content: start; min-height: 56px; padding: 12px 4px 0; }
.print-card__cap { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.print-card__title { font-family: var(--disp); font-size: 1.12rem; line-height: 1.1; }
.print-card__prices { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; text-align: right; white-space: nowrap; }
.print-card__price { color: var(--terra-ink); font-weight: 600; font-size: .8rem; opacity: .8; }
.lb__shop--open { display: block; }
.faq-page { max-width: 820px; margin: 0 auto; padding: 0 var(--gut) clamp(50px, 8vw, 100px); }
.faq-page details { background: var(--cream-2); border: 2px solid var(--line); border-radius: 16px; padding: 0; margin-bottom: 12px; box-shadow: 0 18px 34px -28px rgba(74,63,58,.5); overflow: hidden; }
.faq-page summary { cursor: pointer; list-style: none; padding: 18px 20px; font-family: var(--disp); font-size: 1.16rem; }
.faq-page summary::-webkit-details-marker { display: none; }
.faq-page summary::after { content: "+"; float: right; color: var(--rose); font-family: var(--body); font-weight: 800; }
.faq-page details[open] summary::after { content: "-"; }
.faq-page p { margin: 0; padding: 0 20px 18px; color: var(--ink-soft); }
.faq-page summary, .faq-page p { overflow-wrap: anywhere; min-width: 0; }
.faq-page a { color: var(--sage-ink); font-weight: 800; text-decoration: none; border-bottom: 1.5px solid color-mix(in srgb, var(--sage-ink) 40%, transparent); }
.faq-page a:hover { border-color: var(--sage-ink); }
@media (max-width: 880px) { .print-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) {
  .page-hero { padding-inline: 24px; }
  .page-hero h1, .page-hero p:not(.script) { max-width: 100%; }
  .print-page, .faq-page { width: 100%; padding-inline: 24px; }
  .print-grid { grid-template-columns: minmax(0, 1fr); }
  .print-card, .faq-page details { min-width: 0; max-width: 100%; }
  .faq-page summary { padding-right: 44px; }
  .filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: 342px; overflow: hidden; }
  .chip-f { width: 100%; min-height: 46px; padding-inline: 10px; white-space: normal; line-height: 1.2; }
}
@media (max-width: 700px) {
  .lb__photo-frame { min-height: 230px; }
  .lb__photo { max-height: 62vh; }
  .lb__photo-arrow { width: 30px; height: 48px; }
  .lb__thumbs { grid-auto-columns: 58px; }
  .lb__thumb { height: 58px; }
}

/* ---- footer ---------------------------------------------------------- */
.foot { position: relative; margin-top: clamp(40px, 6vw, 80px); background: #fdf0e6; padding-bottom: 24px; overflow: hidden; }
.foot__wave { height: 60px; background: var(--cream); border-radius: 0 0 50% 50% / 0 0 100% 100%; }
.foot__inner { max-width: var(--max); margin: 0 auto; padding: clamp(20px, 4vw, 50px) var(--gut) 0; display: grid; grid-template-columns: 1.4fr 2fr; gap: clamp(24px, 4vw, 50px); }
.foot__brand .logo__blob { width: 30px; height: 30px; }
.foot__name { font-family: var(--disp); font-size: 1.8rem; margin: 12px 0 4px; }
.foot__tag { font-size: 1.5rem; }
.foot__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.foot__cols > div { min-width: 0; }
.foot__cols h3 { font-family: var(--disp); font-size: 1.1rem; margin-bottom: 8px; }
.foot__cols p { color: var(--ink-soft); line-height: 1.85; }
.foot__cols a { text-decoration: none; border-bottom: 1.5px solid transparent; transition: border-color .2s; }
.foot__cols a:hover { border-color: var(--terra); }
.foot__base { max-width: var(--max); margin: clamp(26px, 4vw, 44px) auto 0; padding: 18px var(--gut) 0; border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--ink-soft); font-size: .9rem; }
.foot__base a { font-size: 1.3rem; text-decoration: none; color: var(--ink); }

/* ---- reveal + responsive --------------------------------------------- */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-soft), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js [data-reveal] { opacity: 1; transform: none; transition: none; } .snap { transition: none; } }

@keyframes floatIn { from { opacity: 0; transform: translateY(30px) rotate(var(--r, 0deg)); } to { opacity: 1; } }
.js .hero__text > * { animation: floatIn .9s var(--ease) both; }
.js .hero__hello { animation-delay: .05s; } .js .hero__title { animation-delay: .15s; }
.js .hero__sub { animation-delay: .3s; } .js .hero__cta { animation-delay: .42s; } .js .hero__note { animation-delay: .54s; }
.js .snap { animation: floatIn 1s var(--ease) both; }
.js .snap--a { animation-delay: .4s; } .js .snap--b { animation-delay: .55s; } .js .snap--c { animation-delay: .7s; }
@media (prefers-reduced-motion: reduce) { .js .hero__text > *, .js .snap { animation: none; } }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero__cluster { min-height: 430px; width: 100%; max-width: 520px; margin: 2px auto 0; }
  .about__inner { grid-template-columns: 1fr; }
  .about__portrait { max-width: 360px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .foot__inner { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .hero__cta .pill { padding-inline: 20px; }
  .snap[data-slot="left"] { left: -2%; top: 18px; width: 68%; }
  .snap[data-slot="right"] { left: 34%; top: 20%; width: 64%; }
  .snap[data-slot="front"] { left: 15%; top: 18px; width: 68%; }
  .cgrid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .foot__cols { grid-template-columns: 1fr; gap: 18px; }
  .cform__foot { flex-direction: column; align-items: stretch; }
}
