/* ThatsKrispy BETA — editorial studio site.
   Warm premium sans (Satoshi) + LTC Caslon italic red accents.
   paper #f3f2ee · cream #fffdf8 · ink #141414 · body #232323 · red #d92323
   gray #6f6a60 · line #ded8cb · dark #101010 */

@font-face { font-family: "Satoshi"; font-weight: 400; font-style: normal; font-display: swap; src: url(/fonts/satoshi-400.woff2) format("woff2"); }
@font-face { font-family: "Satoshi"; font-weight: 500; font-style: normal; font-display: swap; src: url(/fonts/satoshi-500.woff2) format("woff2"); }
@font-face { font-family: "Satoshi"; font-weight: 700; font-style: normal; font-display: swap; src: url(/fonts/satoshi-700.woff2) format("woff2"); }
@font-face { font-family: "Satoshi"; font-weight: 900; font-style: normal; font-display: swap; src: url(/fonts/satoshi-900.woff2) format("woff2"); }
@font-face { font-family: "Caslon Ital"; font-weight: 400; font-style: italic; font-display: swap; src: url(/fonts/i4.woff2) format("woff2"); }
@font-face { font-family: "Caslon Ital"; font-weight: 700; font-style: italic; font-display: swap; src: url(/fonts/i7.woff2) format("woff2"); }

:root {
  --paper: #f3f2ee;
  --cream: #fffdf8;
  --ink: #141414;
  --body: #2e2c28;
  --red: #d92323;
  --gray: #6f6a60;
  --line: #ded8cb;
  --dark: #101010;
  --dline: #2b2a27;
  --dmute: #a7a49c;
  --sans: "Satoshi", "Helvetica Neue", Arial, sans-serif;
  --ital: "Caslon Ital", Georgia, serif;
  --wrap: 1240px;
  --gut: clamp(1.2rem, 4vw, 3rem);
  --ease: cubic-bezier(0.22, 0.7, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: var(--sans);
  font-weight: 500;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--gut); padding-right: var(--gut); }

::selection { background: var(--red); color: var(--cream); }

/* ---------- type ---------- */
.eb {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.66rem;
  font-weight: 700;
  color: var(--gray);
  margin: 0 0 1.1rem;
}
.eb::before { content: ""; width: 0.5rem; height: 0.5rem; background: var(--red); border-radius: 1px; flex: none; }
.display {
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 0.98;
  margin: 0;
}
.display .ital, .ital {
  font-family: var(--ital);
  font-style: italic;
  font-weight: 400;
  color: var(--red);
  letter-spacing: 0;
}
.h2 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.lede { font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.65; color: #4b4840; max-width: 34em; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.92rem 1.65rem;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid var(--ink);
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.25s var(--ease);
  will-change: transform;
}
.btn-solid { background: var(--ink); color: var(--cream); }
.btn-solid:hover { background: var(--red); border-color: var(--red); color: var(--cream); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.btn-red { background: var(--red); border-color: var(--red); color: #fff; }
.btn-red:hover { background: var(--ink); border-color: var(--ink); }
.btn .arr { transition: transform 0.25s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

/* ---------- header ---------- */
.hd {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
  transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.hd.solid {
  background: rgba(243, 242, 238, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-color: var(--line);
}
.hd-in {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0.7rem var(--gut);
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.hd-mark { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; margin-right: auto; }
.hd-mark img { width: 46px; height: 46px; }
.hd-mark span { font-weight: 900; letter-spacing: -0.02em; color: var(--ink); font-size: 1.05rem; }
.hd-mark b { color: var(--red); }
.hd-nav { display: flex; gap: 1.5rem; }
.hd-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.93rem;
  color: #3c3a36;
  padding: 0.3rem 0;
  position: relative;
}
.hd-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--red);
  transition: right 0.3s var(--ease);
}
.hd-nav a:hover::after, .hd-nav a.on::after { right: 0; }
.hd-tel { text-decoration: none; font-weight: 700; font-size: 0.9rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.hd-tel:hover { color: var(--red); }
.hd .btn { padding: 0.62rem 1.15rem; font-size: 0.85rem; }
.hd-burger {
  display: none;
  background: none;
  border: 0;
  width: 44px; height: 44px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.hd-burger span { width: 22px; height: 2px; background: var(--ink); transition: transform 0.3s, opacity 0.3s; }
@media (max-width: 960px) {
  .hd-nav, .hd-tel { display: none; }
  .hd-burger { display: flex; }
}
.btn { white-space: nowrap; }
@media (max-width: 640px) {
  .hd-mark span { display: none; }
  .hd-in { gap: 0.8rem; }
  .hd .btn { padding: 0.55rem 0.95rem; font-size: 0.8rem; }
}
.sheet {
  position: fixed;
  inset: 0;
  z-index: 890;
  background: var(--paper);
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  padding: 6rem var(--gut) 2rem;
}
.sheet.open { display: flex; }
.sheet a { text-decoration: none; font-weight: 900; font-size: 2rem; color: var(--ink); padding: 0.35rem 0; letter-spacing: -0.02em; }
.sheet a:hover { color: var(--red); }
.sheet .sheet-meta { margin-top: auto; display: flex; flex-direction: column; gap: 0.8rem; font-weight: 700; }
body.locked { overflow: hidden; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(7rem, 14vh, 9.5rem) 0 clamp(2.5rem, 5vw, 4rem); overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { font-size: clamp(2.7rem, 6.2vw, 5.1rem); }
.hero h1 .ital { font-size: 0.96em; }
.hero .lede { margin: 1.4rem 0 1.9rem; }
.hero-ctas { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.hero-note {
  margin-top: 2.6rem;
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.hero-note .dot { width: 7px; height: 7px; border-radius: 50%; background: #1fae5a; }

/* photo stack */
.stack { position: relative; aspect-ratio: 4 / 4.6; min-height: 320px; }
.stack figure {
  position: absolute;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 34px 70px -30px rgba(16, 16, 16, 0.45);
  background: var(--cream);
  border: 6px solid var(--cream);
  will-change: transform;
}
.stack img { width: 100%; height: 100%; object-fit: cover; }
.stack .s3 img { object-position: 50% 18%; }
.stack .s1 { width: 60%; aspect-ratio: 3 / 4; right: 12%; top: 0; transform: rotate(2.2deg); z-index: 2; }
.stack .s2 { width: 50%; aspect-ratio: 4 / 3; left: 0; bottom: 4%; transform: rotate(-3deg); z-index: 3; }
.stack .s3 { width: 38%; aspect-ratio: 1 / 1; right: 0; bottom: 12%; transform: rotate(4deg); z-index: 4; }
.stack figcaption {
  position: absolute;
  left: 0.6rem; bottom: 0.5rem;
  background: rgba(16, 16, 16, 0.82);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 5px;
}

/* ---------- behind-the-scenes band ---------- */
.bts-band { background: var(--dark); color: #fff; }
.bts-band .eb { color: var(--dmute); }
.bts-band .display { color: #fff; }
.bts-band .display .ital { color: #ff6b57; }
.bts-band .lede { color: #cbc8c0; }
.bts-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(1.8rem, 4vw, 3.5rem);
  align-items: center;
}
@media (max-width: 860px) { .bts-grid { grid-template-columns: 1fr; } }
.bts-copy .lede { margin-top: 1rem; }
.bts-note {
  margin-top: 1.8rem;
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--dmute);
}
.bts-note .dot { width: 7px; height: 7px; border-radius: 50%; background: #1fae5a; }
.bts-collage {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: clamp(0.6rem, 1.4vw, 1rem);
  aspect-ratio: 3 / 2.4;
}
.bts-collage figure { margin: 0; overflow: hidden; border-radius: 12px; background: #1a1a19; }
.bts-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.bts-collage figure:hover img { transform: scale(1.06); }
.bts-collage .bc-a { grid-row: 1 / span 2; }
.bts-collage .bc-b { grid-column: 2; grid-row: 1; }
.bts-collage .bc-c { grid-column: 2; grid-row: 2; }
.bts-collage .bc-d { display: none; }
@media (max-width: 520px) {
  .bts-collage { grid-template-columns: 1fr 1fr; aspect-ratio: 3 / 2; }
  .bts-collage .bc-a { grid-row: 1; }
  .bts-collage .bc-d { display: block; }
}

/* ---------- sections ---------- */
.sec { padding: clamp(3.6rem, 8vw, 6.5rem) 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.sec-head .lede { margin: 0.7rem 0 0; }

/* ---------- services ---------- */
.svc { position: relative; }
.svc-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2rem clamp(1rem, 3vw, 2.4rem);
  align-items: baseline;
  padding: clamp(1.3rem, 2.6vw, 1.9rem) 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
}
.svc-row:last-of-type { border-bottom: 1px solid var(--line); }
.svc-num {
  font-weight: 900;
  font-size: 0.85rem;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
  transition: color 0.25s;
}
.svc-name {
  font-weight: 900;
  font-size: clamp(1.7rem, 4vw, 2.9rem);
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  line-height: 1.05;
  transition: transform 0.35s var(--ease);
}
.svc-tag { font-weight: 700; font-size: 0.85rem; color: var(--gray); text-align: right; }
.svc-row:hover .svc-num, .svc-row.open .svc-num { color: var(--red); }
.svc-row:hover .svc-name { transform: translateX(10px); }
.svc-body {
  grid-column: 2 / -1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease);
}
.svc-body-in { padding: 0.2rem 0 0.9rem; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 1.5rem; align-items: start; }
@media (max-width: 760px) { .svc-body-in { grid-template-columns: 1fr; } .svc-tag { display: none; } .svc-body { grid-column: 1 / -1; } }
.svc-body p { margin: 0 0 0.8rem; color: #4b4840; }
.svc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.45rem; }
.svc-list li {
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 8px;
  padding: 0.34rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #4b4840;
}
.svc-body img { border-radius: 10px; aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
/* floating preview that follows the cursor (desktop only) */
.svc-peek {
  position: absolute;
  z-index: 5;
  width: clamp(200px, 22vw, 300px);
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.92) rotate(-2deg);
  transition: opacity 0.25s, transform 0.25s var(--ease);
  box-shadow: 0 30px 60px -24px rgba(16, 16, 16, 0.5);
  border: 5px solid var(--cream);
  background: var(--cream);
}
.svc-peek img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: 0; transition: opacity 0.3s; }
.svc-peek img.show { opacity: 1; }
.svc-peek.show { opacity: 1; transform: scale(1) rotate(-2deg); }
@media (max-width: 960px), (hover: none) { .svc-peek { display: none; } }

/* ---------- featured work ---------- */
.feat { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feat-row {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(1.8rem, 4vw, 3rem) 0;
}
.feat-row + .feat-row { border-top: 1px solid var(--line); }
.feat-row:nth-child(even) .feat-shot { order: 2; }
@media (max-width: 860px) { .feat-row { grid-template-columns: 1fr; } .feat-row:nth-child(even) .feat-shot { order: 0; } }
.feat-shot {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #eae7df;
  box-shadow: 0 30px 55px -30px rgba(16, 16, 16, 0.35);
}
.feat-chrome { display: flex; align-items: center; gap: 0.7rem; padding: 0.6rem 1rem; border-bottom: 1px solid var(--line); background: var(--cream); }
.feat-chrome i { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #ddd9cf; }
.feat-chrome i:first-child { background: var(--red); }
.feat-chrome span { font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.6rem; color: var(--gray); }
.feat-shot .imgbox { overflow: hidden; aspect-ratio: 16 / 10; }
.feat-shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; transition: object-position 2.2s var(--ease); }
.feat-row:hover .feat-shot img { object-position: 50% 100%; }
.feat-copy .eb { margin-bottom: 0.7rem; }
.feat-copy h3 { font-weight: 900; font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -0.02em; color: var(--ink); margin: 0 0 0.6rem; }
.feat-copy p { margin: 0; color: #4b4840; max-width: 30em; }
.feat-more { text-align: center; padding: 0 0 clamp(2rem, 4vw, 3rem); }

/* ---------- filmstrip gallery ---------- */
.strip-sec { background: var(--dark); color: #fff; overflow: hidden; }
.strip-sec .eb { color: var(--dmute); }
.strip-sec .display { color: #fff; }
.strip-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.strip-hint { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dmute); }
.strip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 1.4rem var(--gut) 1.6rem;
  scroll-snap-type: x proximity;
  cursor: grab;
  scrollbar-width: none;
  /* film sprocket edges */
  background:
    repeating-linear-gradient(90deg, transparent 0 14px, var(--dline) 14px 26px, transparent 26px 40px) top / 100% 8px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 14px, var(--dline) 14px 26px, transparent 26px 40px) bottom / 100% 8px no-repeat;
}
.strip::-webkit-scrollbar { display: none; }
.strip.dragging { cursor: grabbing; scroll-snap-type: none; }
.strip figure { margin: 0; flex: none; scroll-snap-align: center; position: relative; }
.strip img {
  height: clamp(240px, 38vh, 380px);
  width: auto;
  border-radius: 8px;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.strip figcaption {
  position: absolute;
  left: 0.6rem; bottom: 0.55rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(16, 16, 16, 0.6);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
}
.strip-foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.6rem; }
.strip-foot .ital { font-size: clamp(1.15rem, 2.4vw, 1.7rem); color: #ff6b57; }
.strip-foot a.plain { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--red); padding-bottom: 2px; }
.strip-foot a.plain:hover { color: #ff6b57; }

/* ---------- social phones ---------- */
.social-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 900px) { .social-grid { grid-template-columns: 1fr; } }
.phones { display: flex; justify-content: center; gap: clamp(1rem, 3vw, 2rem); }
.phone {
  width: clamp(180px, 22vw, 250px);
  border-radius: 26px;
  background: var(--dark);
  padding: 10px;
  box-shadow: 0 40px 70px -34px rgba(16, 16, 16, 0.55);
  will-change: transform;
}
.phone .screen { border-radius: 18px; overflow: hidden; background: #000; }
.phone-1 { transform: rotate(-4deg) translateY(12px); }
.phone-2 { transform: rotate(3deg) translateY(-8px); }
.phone-bar { display: flex; align-items: center; gap: 0.4rem; padding: 0.5rem 0.65rem; background: #fff; }
.phone-bar .pfp { width: 20px; height: 20px; border-radius: 50%; }
.phone-bar span { font-size: 0.6rem; font-weight: 700; color: #111; }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: #fff; }
.ig-grid img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.phone video { aspect-ratio: 9 / 16; object-fit: cover; width: 100%; }
.phone-post { aspect-ratio: 1; object-fit: cover; width: 100%; display: block; }
.phone-actions { background: #fff; padding: 0.7rem 0.65rem 1rem; display: flex; flex-direction: column; gap: 0.45rem; }
.phone-actions .pa-heart { width: 16px; height: 16px; border: 2px solid #d92323; border-radius: 50% 50% 0 50%; transform: rotate(45deg); margin-bottom: 0.2rem; }
.phone-actions .pa-line { height: 6px; border-radius: 3px; background: #ececec; width: 90%; }
.phone-actions .pa-line.short { width: 55%; }
.social-copy .svc-list { margin-top: 1.1rem; }

/* ---------- process ---------- */
.proc { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proc-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 4rem); }
@media (max-width: 860px) { .proc-grid { grid-template-columns: 1fr; } }
.proc-sticky { position: sticky; top: 6rem; align-self: start; }
@media (max-width: 860px) { .proc-sticky { position: static; } }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.step:first-child { border-top: 0; }
.step-num {
  font-weight: 900;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  color: var(--line);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: color 0.4s;
}
.step.lit .step-num { color: var(--red); }
.step h3 { margin: 0 0 0.35rem; font-weight: 900; font-size: 1.25rem; letter-spacing: -0.01em; color: var(--ink); }
.step p { margin: 0; color: #4b4840; max-width: 34em; }

/* ---------- family band ---------- */
.fam-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 860px) { .fam-grid { grid-template-columns: 1fr; } }
.fam-photo { border-radius: 14px; overflow: hidden; box-shadow: 0 34px 60px -30px rgba(16, 16, 16, 0.4); }
.fam-photo img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.fam-copy .ital { font-size: 1.1em; }
.fam-sig { margin-top: 1.6rem; font-family: var(--ital); font-style: italic; font-size: 1.35rem; color: var(--ink); }
.fam-sig small { display: block; font-family: var(--sans); font-style: normal; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray); margin-top: 0.3rem; }

/* ---------- faq ---------- */
.faq { max-width: 820px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0;
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 500; font-size: 1.5rem; color: var(--red); transition: transform 0.3s var(--ease); line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 1.2rem; color: #4b4840; max-width: 42em; }

/* ---------- big cta ---------- */
.cta { background: var(--dark); color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta .display { color: #fff; font-size: clamp(2.6rem, 7vw, 5.4rem); }
.cta .display .ital { color: #ff6b57; }
.cta-sub { margin: 1.3rem auto 2.2rem; color: var(--dmute); font-size: 1.05rem; max-width: 34em; }
.cta-row { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.cta .btn-ghost { border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.cta .btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.cta-meta {
  margin-top: 2.8rem;
  display: flex;
  justify-content: center;
  gap: 0.7rem 2rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dmute);
}
.cta-meta span { display: inline-flex; align-items: center; gap: 0.5rem; }
.cta-meta .dot { width: 7px; height: 7px; border-radius: 50%; background: #1fae5a; }

/* ---------- footer ---------- */
.ft { background: var(--dark); color: var(--dmute); border-top: 1px solid var(--dline); font-size: 0.85rem; }
.ft-in { max-width: var(--wrap); margin: 0 auto; padding: 1.6rem var(--gut) 2rem; display: flex; justify-content: space-between; gap: 0.8rem 2rem; flex-wrap: wrap; }
.ft a { color: var(--dmute); text-decoration: none; border-bottom: 1px solid var(--dline); padding-bottom: 1px; }
.ft a:hover { color: #fff; border-color: #fff; }
.ft-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }

/* ---------- work page ---------- */
.work-hero { padding: clamp(7rem, 13vh, 9rem) 0 clamp(1.5rem, 3vw, 2.5rem); }
.chips { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 1.6rem 0 0; }
.chip {
  font-family: var(--sans);
  font-weight: 700;
  background: transparent;
  border: 1px solid #cdc9bf;
  border-radius: 9px;
  color: #4b4840;
  font-size: 0.9rem;
  padding: 0.5rem 1.05rem;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.4rem, 2.6vw, 2.2rem); padding: clamp(1.6rem, 3vw, 2.4rem) 0 clamp(3rem, 6vw, 5rem); }
@media (max-width: 767px) { .work-grid { grid-template-columns: 1fr; } }
.wcard {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.45s var(--ease), box-shadow 0.45s, border-color 0.45s;
}
.wcard:hover { transform: translateY(-6px); border-color: #cfcabd; box-shadow: 0 30px 48px -26px rgba(16, 16, 16, 0.32); }
.wcard.hide { display: none; }
.wcard .imgbox { overflow: hidden; aspect-ratio: 16 / 9; background: #eae7df; }
.wcard img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; transition: object-position 2s var(--ease); }
.wcard:hover img { object-position: 50% 100%; }

/* ---------- craft cards ---------- */
.craft-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.2rem, 2.4vw, 2rem);
}
@media (max-width: 760px) { .craft-grid { grid-template-columns: 1fr; } }
.craft {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.45s var(--ease), box-shadow 0.45s, border-color 0.45s;
}
.craft:hover { transform: translateY(-6px); border-color: #cfcabd; box-shadow: 0 30px 48px -26px rgba(16, 16, 16, 0.32); }
.craft-img { overflow: hidden; aspect-ratio: 3 / 2; background: #eae7df; }
.craft-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transition: transform 1.4s var(--ease); }
.craft-img.top img { object-position: 50% 0%; }
.craft-img.bts img { object-position: 50% 30%; }
.craft:hover .craft-img img { transform: scale(1.05); }
.craft-body { padding: 1.2rem 1.4rem 1.4rem; }
.craft-num {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.66rem;
  font-weight: 700;
  color: var(--red);
}
.craft-body h3 { margin: 0 0 0.9rem; font-weight: 900; font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: -0.015em; color: var(--ink); line-height: 1.2; }
.craft-cta { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1rem; font-weight: 700; font-size: 0.9rem; color: var(--red); text-decoration: none; border-bottom: 2px solid transparent; transition: border-color 0.2s; }
.craft-cta:hover { border-color: var(--red); }
.craft-cta .arr { transition: transform 0.25s var(--ease); }
.craft-cta:hover .arr { transform: translateX(4px); }

/* ---------- dense work grid ---------- */
.dense-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 1.8vw, 1.4rem);
}
@media (max-width: 900px) { .dense-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .dense-grid { grid-template-columns: 1fr; } }
.dense-grid .feat-chrome { padding: 0.45rem 0.8rem; }
.dense-grid .imgbox { overflow: hidden; aspect-ratio: 16 / 10; background: #eae7df; }
.dense-grid .imgbox img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; transition: object-position 2s var(--ease); }
.dense-grid .wcard:hover .imgbox img { object-position: 50% 100%; }
.feat .feat-more { padding-top: clamp(1.8rem, 3vw, 2.6rem); }

/* ---------- photo grid (clean uniform tiles) ---------- */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.5rem, 1vw, 0.8rem);
  margin-top: 0.5rem;
}
@media (max-width: 900px) { .photo-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } }
.photo-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 8px; aspect-ratio: 4 / 5; background: #1a1a19; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.photo-grid figure:hover img { transform: scale(1.06); }
.photo-grid figcaption {
  position: absolute;
  left: 0.55rem; bottom: 0.55rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(16, 16, 16, 0.55);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s, transform 0.25s;
}
.photo-grid figure:hover figcaption { opacity: 1; transform: none; }

/* ---------- reveals ---------- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); transition-delay: calc(var(--d, 0) * 90ms); }
.rv.in { opacity: 1; transform: none; }
html.nojs .rv { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }
html[data-a11y-motion="reduced"] .rv { opacity: 1; transform: none; transition: none; }
html[data-a11y-motion="reduced"] .strip-sec .strip, html[data-a11y-motion="reduced"] .stack figure { transform: none !important; }

/* beta ribbon */
.beta-tag {
  position: fixed;
  z-index: 950;
  bottom: 1rem; right: 1rem;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  border-radius: 7px;
  pointer-events: none;
}
