/* =========================================================================
   Sweet Temptation Tattoo & Piercing — Bottrop
   Palette and type are pulled straight from the studio's own mark:
   bone-white skull, dusty pink feathers, sage leaves, warm flower yellow.
   ========================================================================= */

/* ------------------------------------------------------------- fonts --- */
/* Bodoni Moda latin-ext */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/bodoni-moda-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Bodoni Moda latin */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/bodoni-moda-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Bodoni Moda latin-ext */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/bodoni-moda-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Bodoni Moda latin */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/bodoni-moda-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Jost latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../assets/fonts/jost-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Jost latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../assets/fonts/jost-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ------------------------------------------------------------ tokens --- */
:root {
  --ink:        #050505;
  --ink-2:      #0b0a0a;
  --ink-3:      #131111;
  --ivory:      #f3efe7;
  --ivory-dim:  rgba(243, 239, 231, .58);
  --ivory-mute: rgba(243, 239, 231, .34);
  --rule:       rgba(243, 239, 231, .13);
  --rule-soft:  rgba(243, 239, 231, .07);

  --pink:  #c98d9f;
  --sage:  #7d8a72;
  --gold:  #d7b85f;
  --blush: #e2b9a4;

  --serif: 'Bodoni Moda', 'Times New Roman', serif;
  --sans:  'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --pad:   clamp(1.25rem, 4vw, 4.5rem);
  --maxw:  1560px;
  --ease:  cubic-bezier(.22, .61, .36, 1);
}

/* ------------------------------------------------------------- reset --- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(1rem, .95rem + .25vw, 1.075rem);
  line-height: 1.68;
  letter-spacing: .006em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--pink); color: var(--ink); }
:focus-visible { outline: 1px solid var(--pink); outline-offset: 4px; }

/* --------------------------------------------------------- primitives --- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

.label {
  font-size: clamp(.62rem, .58rem + .12vw, .7rem);
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ivory-mute);
}
.label--pink { color: var(--pink); }

.display {
  font-family: var(--serif);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.018em;
  text-transform: uppercase;
}
.display em { font-style: italic; text-transform: none; letter-spacing: -.01em; }

.lede {
  max-width: 46ch;
  color: var(--ivory-dim);
  font-size: clamp(1.02rem, .96rem + .3vw, 1.18rem);
  line-height: 1.72;
}

.rule { height: 1px; background: var(--rule); border: 0; margin: 0; }

/* section chrome ---------------------------------------------------------- */
.sec { position: relative; padding-block: clamp(5rem, 11vh, 9.5rem); }
.sec__head { display: grid; gap: clamp(1.4rem, 3vw, 2.6rem); }
.sec__index {
  display: flex; align-items: baseline; gap: 1.1rem;
  padding-bottom: 1.1rem; border-bottom: 1px solid var(--rule);
}
.sec__index span:first-child { color: var(--pink); font-variant-numeric: tabular-nums; }
.sec__title { font-size: clamp(2.6rem, 1.3rem + 6vw, 7rem); }

/* buttons ----------------------------------------------------------------- */
.btn {
  --bg: transparent; --fg: var(--ivory); --bd: var(--ivory);
  position: relative; display: inline-flex; align-items: center; gap: .8rem;
  padding: 1.05em 2.1em;
  border: 1px solid var(--bd); border-radius: 999px;
  background: var(--bg); color: var(--fg);
  font-size: clamp(.68rem, .64rem + .12vw, .76rem);
  font-weight: 400; letter-spacing: .22em; text-transform: uppercase;
  overflow: hidden; isolation: isolate;
  transition: color .5s var(--ease), border-color .5s var(--ease);
}
.btn::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--ivory);
  transform: translateY(101%); transition: transform .55s var(--ease);
}
.btn:hover, .btn:focus-visible { color: var(--ink); border-color: var(--ivory); }
.btn:hover::after, .btn:focus-visible::after { transform: translateY(0); }
.btn--solid { --bg: var(--ivory); --fg: var(--ink); --bd: var(--ivory); }
.btn--solid::after { background: var(--pink); }
.btn--solid:hover, .btn--solid:focus-visible { color: var(--ink); border-color: var(--pink); }
.btn--ghost { --bd: var(--rule); color: var(--ivory-dim); }
.btn--ghost:hover { color: var(--ink); }
.btn--onlight { --bd: rgba(5,5,5,.22); --fg: var(--ink); }
.btn--onlight::after { background: var(--ink); }
.btn--onlight:hover, .btn--onlight:focus-visible { color: var(--ivory); border-color: var(--ink); }

/* film grain --------------------------------------------------------------- */
.grain {
  position: fixed; inset: -120px; z-index: 900; pointer-events: none;
  opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 5s steps(5) infinite;
}
@keyframes grain {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-6%, 4%); }
  40%  { transform: translate(3%, -6%); }
  60%  { transform: translate(-4%, -3%); }
  80%  { transform: translate(5%, 5%); }
  100% { transform: translate(0, 0); }
}

/* =============================================================== nav === */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 800;
  display: flex; align-items: center; gap: 1.5rem;
  padding: clamp(.9rem, 2vw, 1.5rem) var(--pad);
  transition: background .5s var(--ease), backdrop-filter .5s var(--ease),
              border-color .5s var(--ease), transform .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(5, 5, 5, .72);
  backdrop-filter: blur(14px) saturate(1.1);
  border-bottom-color: var(--rule-soft);
}
.nav.is-hidden { transform: translateY(-102%); }

.brand { display: flex; align-items: center; gap: .8rem; flex: 0 0 auto; }
.brand__mark { width: 34px; height: 34px; opacity: .95; }
.brand__name {
  font-family: var(--serif); font-size: .95rem; line-height: 1.05;
  letter-spacing: .11em; text-transform: uppercase;
}
.brand__name small {
  display: block; font-family: var(--sans); font-size: .5rem;
  letter-spacing: .34em; color: var(--ivory-mute); margin-top: .25em;
}

.nav__links { display: none; margin-inline: auto; gap: clamp(1.1rem, 2.2vw, 2.4rem); }
.nav__links a {
  position: relative; font-size: .72rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ivory-dim);
  transition: color .35s var(--ease);
}
.nav__links a::after {
  content: ''; position: absolute; left: 0; bottom: -.45em; width: 100%; height: 1px;
  background: var(--pink); transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease);
}
.nav__links a:hover { color: var(--ivory); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav__cta { display: none; }
.nav__burger {
  margin-left: auto; display: grid; gap: 6px; width: 30px; padding: 8px 0;
}
.nav__burger span {
  display: block; height: 1px; background: var(--ivory);
  transition: transform .45s var(--ease), opacity .3s var(--ease);
}
body.menu-open .nav__burger span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
body.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav__burger span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }

@media (min-width: 1000px) {
  .nav__links { display: flex; }
  .nav__cta { display: inline-flex; padding: .85em 1.6em; }
  .nav__burger { display: none; }
}

/* fullscreen menu ---------------------------------------------------------- */
.menu {
  position: fixed; inset: 0; z-index: 790;
  display: grid; grid-template-rows: 1fr auto;
  padding: clamp(6rem, 18vh, 9rem) var(--pad) clamp(2rem, 6vh, 3.5rem);
  background: var(--ink-2);
  clip-path: inset(0 0 100% 0);
  transition: clip-path .8s var(--ease);
  pointer-events: none;
}
.menu::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(70% 50% at 80% 10%, rgba(201, 141, 159, .12), transparent 70%);
  pointer-events: none;
}
body.menu-open .menu { clip-path: inset(0 0 0 0); pointer-events: auto; }
.menu__list { display: grid; align-content: center; gap: clamp(.1rem, 1vh, .5rem); }
.menu__list a {
  display: block; font-family: var(--serif); text-transform: uppercase;
  font-size: clamp(2.1rem, 1rem + 7vw, 4.4rem); line-height: 1.12;
  letter-spacing: -.01em;
  opacity: 0; transform: translateY(28px);
  transition: opacity .6s var(--ease), transform .6s var(--ease), color .35s var(--ease);
}
body.menu-open .menu__list a { opacity: 1; transform: none; }
.menu__list a:hover { color: var(--pink); }
.menu__list li:nth-child(1) a { transition-delay: .12s; }
.menu__list li:nth-child(2) a { transition-delay: .17s; }
.menu__list li:nth-child(3) a { transition-delay: .22s; }
.menu__list li:nth-child(4) a { transition-delay: .27s; }
.menu__list li:nth-child(5) a { transition-delay: .32s; }
.menu__list li:nth-child(6) a { transition-delay: .37s; }
.menu__foot {
  display: grid; gap: 1.2rem; padding-top: 1.6rem; border-top: 1px solid var(--rule);
}
.menu__foot a { font-size: .95rem; color: var(--ivory-dim); }
.menu__foot a:hover { color: var(--ivory); }

/* ============================================================== hero === */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(5.5rem, 13vh, 8rem) var(--pad) clamp(1.5rem, 4vh, 2.6rem);
  overflow: clip;
}
.hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(52% 42% at 50% 46%, rgba(201, 141, 159, .10), transparent 72%),
    radial-gradient(60% 45% at 50% 88%, rgba(125, 138, 114, .07), transparent 76%);
}
.hero__meta {
  display: flex; justify-content: space-between; gap: 1rem;
  position: relative; z-index: 4;
}
.hero__stage {
  position: relative;
  display: grid; place-items: center;
  min-height: 0;
}
.hero__canvas {
  position: absolute; z-index: 2;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: min(100%, 980px); height: 102%;
  /* on a tall 1080p window the stage grows faster than the wordmark can, so
     the drawing gets a ceiling of its own to keep the two in balance */
  max-height: 660px;
  pointer-events: none;
}
/* The words sit in front of the artwork and carry a soft dark halo, so the
   bone plate never eats a letter. The drawing still reads as depth behind
   them because only its edges show through around the type. */
.hero__type {
  position: relative; z-index: 3;
  display: grid; justify-items: center; align-content: space-between;
  width: 100%; height: min(100%, 780px);
  padding-bottom: clamp(.3rem, 1.4vh, 1.1rem);
  text-align: center;
  text-shadow:
    0 0 22px rgba(5, 5, 5, .92),
    0 0 60px rgba(5, 5, 5, .78),
    0 0 120px rgba(5, 5, 5, .6);
}
.hero__word {
  display: block;
  font-family: var(--serif); font-weight: 400; text-transform: uppercase;
  line-height: .86;
  white-space: nowrap;
}
/* the two words carry very different character counts — each is sized so both
   lines end up on roughly the same optical width */
/* three ceilings: page width, an absolute cap, and the window height — the
   last one keeps the two lines from closing in on each other on a short,
   wide window */
.hero__word--a { letter-spacing: .06em;  font-size: min(15vw, 17.6rem, 34svh); }
.hero__word--b { letter-spacing: -.004em; font-size: min(8.6vw, 10.1rem, 19.5svh); }
.hero__word .ch { display: inline-block; will-change: transform, opacity; }

/* The intro runs on CSS animations rather than a JS timeline: a time-based
   animation has already finished when a backgrounded tab comes forward, so the
   headline can never be left sitting at opacity 0. */
@media (prefers-reduced-motion: no-preference) {
  .hero__word.is-split .ch {
    animation: charIn 1.05s var(--ease) both;
    animation-delay: calc(var(--i, 0) * 26ms + 180ms);
  }
  .hero__meta > *, .hero__sub > * {
    animation: fadeUp 1s var(--ease) both;
  }
  .hero__meta > *:nth-child(1) { animation-delay: .38s; }
  .hero__meta > *:nth-child(2) { animation-delay: .44s; }
  .hero__sub  > *:nth-child(1) { animation-delay: .50s; }
  .hero__sub  > *:nth-child(2) { animation-delay: .56s; }
  .hero__sub  > *:nth-child(3) { animation-delay: .62s; }
}
@keyframes charIn {
  from { transform: translateY(118%); opacity: 0; }
  to   { transform: none; opacity: 1; }
}
@keyframes fadeUp {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: none; opacity: 1; }
}

.hero__sub {
  position: relative; z-index: 4;
  display: flex; flex-wrap: wrap; align-items: end;
  justify-content: space-between; gap: clamp(1.4rem, 4vw, 3rem);
  padding-top: clamp(1.2rem, 3vh, 2.2rem);
  border-top: 1px solid var(--rule);
}
.hero__ctas { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero__aside { display: grid; gap: .35rem; text-align: right; margin-left: auto; }
.hero__aside strong {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 400; letter-spacing: .02em;
}
.hero__scroll {
  display: none; align-items: center; gap: .7rem;
}
.hero__scroll i {
  display: block; width: 46px; height: 1px; background: var(--rule); position: relative; overflow: hidden;
}
.hero__scroll i::after {
  content: ''; position: absolute; inset: 0; background: var(--pink);
  transform-origin: left; animation: scrollhint 2.6s var(--ease) infinite;
}
@keyframes scrollhint {
  0%   { transform: scaleX(0); transform-origin: left; }
  45%  { transform: scaleX(1); transform-origin: left; }
  55%  { transform: scaleX(1); transform-origin: right; }
  100% { transform: scaleX(0); transform-origin: right; }
}
@media (min-width: 800px) { .hero__scroll { display: flex; } }

/* on phones the drawing is allowed to bleed wider than the type block */
@media (max-width: 700px) {
  .hero__canvas { width: 128%; height: 96%; }
  .hero__word--a { letter-spacing: .09em; }
  .hero__sub { gap: 1rem; }
  .hero__aside { text-align: left; margin-left: 0; }
  .hero__ctas { width: 100%; }
  .hero__ctas .btn { flex: 1 1 auto; justify-content: center; }
}
@media (max-width: 560px) {
  .meta-long { display: none; }
}

/* ========================================================== showcase === */
.showcase { padding-block: clamp(4rem, 9vh, 8rem) clamp(2rem, 5vh, 4rem); }
.showcase__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2.4vw, 2.6rem) clamp(.8rem, 1.8vw, 2rem);
  align-items: start;
}
.plate { position: relative; grid-column: span 12; }
.plate__frame {
  position: relative; overflow: hidden; background: var(--ink-3);
  display: block;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.35s var(--ease);
}
.plate.is-in .plate__frame { clip-path: inset(0 0 0% 0); }
.plate { display: block; text-align: left; padding: 0; }
.plate__frame img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.12); transform-origin: center;
  will-change: transform;
}
.plate__cap {
  display: flex; justify-content: space-between; gap: 1rem;
  padding-top: .85rem;
}
.plate__cap span:last-child { color: var(--pink); }

@media (min-width: 760px) {
  .plate--a { grid-column: 1 / span 7; }
  .plate--b { grid-column: 9 / span 4; margin-top: clamp(3rem, 12vw, 11rem); }
  .plate--c { grid-column: 2 / span 4; margin-top: clamp(1rem, 4vw, 4rem); }
  .plate--d { grid-column: 7 / span 6; margin-top: clamp(-6rem, -6vw, 0rem); }
  .plate--e { grid-column: 1 / span 5; }
  .plate--f { grid-column: 7 / span 5; margin-top: clamp(2rem, 8vw, 7rem); }
}

/* =============================================================== art === */
.art { position: relative; }
.art__inner {
  display: grid; gap: clamp(2.5rem, 6vw, 5rem);
  grid-template-columns: 1fr;
  align-items: center;
}
.art__head h2 {
  font-size: clamp(2.4rem, 1rem + 6.4vw, 6.4rem);
  line-height: .96;
}
.art__head h2 span { display: block; }
.art__head h2 span:nth-child(2) { padding-left: clamp(0rem, 4vw, 4rem); color: var(--pink); }
.art__head h2 span:nth-child(3) { padding-left: clamp(0rem, 8vw, 8rem); }
.art__body { display: grid; gap: 1.6rem; }
.art__body p { color: var(--ivory-dim); }
.art__body p strong { color: var(--ivory); font-weight: 400; }
.art__figure { position: relative; }
.art__figure img { width: 100%; }
.art__botanic {
  position: absolute; right: -6%; top: -12%; width: 42%;
  opacity: .28; pointer-events: none; mix-blend-mode: screen;
  transform: rotate(8deg);
}
@media (min-width: 940px) {
  .art__inner { grid-template-columns: 1.05fr .95fr; }
}

/* ============================================================ styles === */
.styles__list { border-top: 1px solid var(--rule); }
.styles__row {
  position: relative;
  display: grid; grid-template-columns: 3.2rem 1fr auto;
  align-items: center; gap: 1rem;
  padding: clamp(1.1rem, 2.4vw, 1.9rem) 0;
  border-bottom: 1px solid var(--rule);
  transition: color .4s var(--ease);
}
.styles__row .num { color: var(--ivory-mute); font-variant-numeric: tabular-nums; font-size: .72rem; letter-spacing: .18em; }
.styles__row h3 {
  font-family: var(--serif); font-weight: 400; text-transform: uppercase;
  font-size: clamp(1.5rem, .9rem + 2.6vw, 3.1rem); line-height: 1;
  letter-spacing: -.01em;
  transition: transform .5s var(--ease), color .4s var(--ease);
}
.styles__row p { color: var(--ivory-mute); font-size: .85rem; max-width: 32ch; text-align: right; }
.styles__row:hover h3 { transform: translateX(clamp(.4rem, 1.4vw, 1.4rem)); color: var(--pink); }
@media (max-width: 700px) {
  .styles__row { grid-template-columns: 2.4rem 1fr; }
  .styles__row p { display: none; }
}

/* =========================================================== gallery === */
.gallery__bar {
  display: flex; flex-wrap: wrap; gap: .5rem;
  padding-block: clamp(1.6rem, 4vw, 2.6rem);
}
.chip {
  padding: .62em 1.25em; border: 1px solid var(--rule); border-radius: 999px;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ivory-mute);
  transition: color .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
}
.chip:hover { color: var(--ivory); border-color: var(--ivory-dim); }
.chip[aria-pressed="true"] { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }

.mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 8px;
  grid-auto-flow: dense;
  gap: clamp(.5rem, 1.2vw, 1.1rem);
}
@media (min-width: 700px)  { .mosaic { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .mosaic { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1500px) { .mosaic { grid-template-columns: repeat(5, 1fr); } }

.tile {
  position: relative; overflow: hidden; background: var(--ink-3);
  opacity: 0; transform: translateY(18px) scale(.985);
  transition: opacity .8s var(--ease), transform .9s var(--ease);
}
.tile.is-in { opacity: 1; transform: none; }
.tile.is-out { display: none; }
.tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .7s var(--ease);
  filter: saturate(.94) contrast(1.02);
}
.tile:hover img { transform: scale(1.05); filter: saturate(1.05) contrast(1.04); }
.tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 5, 5, .5));
  opacity: 0; transition: opacity .5s var(--ease);
}
.tile:hover::after { opacity: 1; }
.tile__tag {
  position: absolute; left: .9rem; bottom: .8rem; z-index: 2;
  opacity: 0; transform: translateY(6px);
  transition: opacity .45s var(--ease), transform .45s var(--ease);
  color: var(--ivory);
}
.tile:hover .tile__tag { opacity: 1; transform: none; }

.gallery__more { display: flex; justify-content: center; padding-top: clamp(2rem, 5vw, 3.5rem); }

/* ========================================================== piercing === */
.pierce {
  position: relative;
  background: var(--ivory); color: var(--ink);
}
.pierce .label { color: rgba(5, 5, 5, .45); }
.pierce .sec__index { border-bottom-color: rgba(5, 5, 5, .14); }
.pierce .sec__index span:first-child { color: #a86e80; }
.pierce__grid {
  display: grid; gap: clamp(1.8rem, 4vw, 3.4rem);
  grid-template-columns: 1fr;
  padding-top: clamp(2.4rem, 6vw, 4.5rem);
}
.pierce h2 { font-size: clamp(2.2rem, 1rem + 5.4vw, 5rem); }
.pierce__lede { color: rgba(5, 5, 5, .66); max-width: 44ch; }
.pierce__facts { display: grid; gap: 1.1rem; padding-top: 1.6rem; }
.pierce__fact {
  display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: baseline;
  padding-bottom: 1.1rem; border-bottom: 1px solid rgba(5, 5, 5, .12);
}
.pierce__fact b {
  font-family: var(--serif); font-weight: 400; font-size: 1.55rem; line-height: 1;
  min-width: 3.4ch;
}
.pierce__fact span { color: rgba(5, 5, 5, .6); font-size: .92rem; }
.pierce__shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(.6rem, 1.4vw, 1.2rem); }
.pierce__shots figure { overflow: hidden; background: #ddd7cc; }
.pierce__shots img { width: 100%; height: 100%; object-fit: cover; }
.pierce__shots figure:first-child { grid-column: span 2; }
.pierce__cta { padding-top: clamp(1.6rem, 4vw, 2.4rem); }
@media (min-width: 940px) {
  .pierce__grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
}

/* ============================================================= hands === */
.hands__grid { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1fr; }
.hands__card { display: grid; gap: 1.1rem; }
.hands__card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 1rem + 1.8vw, 2.5rem); line-height: 1.05; }
.hands__card h3 small { display: block; font-family: var(--sans); font-size: .66rem; letter-spacing: .28em; text-transform: uppercase; color: var(--pink); margin-bottom: .7rem; }
.hands__card p { color: var(--ivory-dim); }
.hands__note {
  margin-top: clamp(2.5rem, 6vw, 4rem); padding: clamp(1.6rem, 4vw, 2.6rem);
  border: 1px solid var(--rule); border-radius: 2px;
  display: grid; gap: 1rem;
}
.hands__note p { color: var(--ivory-dim); max-width: 62ch; }
@media (min-width: 860px) { .hands__grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================== reviews === */
.reviews { overflow: hidden; }
.reviews__score {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: clamp(1rem, 3vw, 2.4rem);
  padding-block: clamp(1.6rem, 4vw, 2.6rem);
}
.reviews__score b {
  font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 1.5rem + 6vw, 6.5rem);
  line-height: .9; letter-spacing: -.02em;
}
.stars { display: inline-flex; gap: .28em; color: var(--gold); }
.stars svg { width: .9em; height: .9em; }

.rail {
  display: flex; gap: clamp(1rem, 2.4vw, 2rem);
  padding-block: clamp(1rem, 3vw, 2rem);
  overflow-x: auto; scroll-snap-type: x proximity;
  scrollbar-width: none; -ms-overflow-style: none;
  padding-inline: var(--pad);
  margin-inline: calc(var(--pad) * -1);
  cursor: grab;
}
.rail::-webkit-scrollbar { display: none; }
.rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.quote {
  flex: 0 0 min(88vw, 480px); scroll-snap-align: center;
  display: grid; gap: 1.6rem; align-content: start;
  padding: clamp(1.8rem, 4vw, 2.6rem);
  border: 1px solid var(--rule);
  background: linear-gradient(180deg, rgba(243, 239, 231, .028), transparent);
}
.quote__text {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.15rem, 1rem + .8vw, 1.55rem); line-height: 1.34;
  letter-spacing: -.005em;
}
.quote__meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.quote__who { display: grid; gap: .25rem; }
.quote__who b { font-weight: 400; font-size: .92rem; }
.reviews__hint { padding-top: .8rem; }

/* ======================================================== instagram === */
.ig__head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1.5rem; }
.ig__head h2 { font-size: clamp(2.2rem, 1rem + 5.4vw, 5.2rem); }
.ig__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(.4rem, 1vw, .8rem);
  padding-top: clamp(2rem, 5vw, 3.4rem);
}
@media (min-width: 640px) { .ig__grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1100px) { .ig__grid { grid-template-columns: repeat(6, 1fr); } }
.ig__grid a { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--ink-3); }
.ig__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), opacity .5s var(--ease); }
.ig__grid a:hover img { transform: scale(1.07); opacity: .82; }

/* =========================================================== location === */
.loc__grid { display: grid; gap: clamp(2rem, 5vw, 3.6rem); grid-template-columns: 1fr; align-items: start; }
.loc__facts { display: grid; gap: 1.6rem; }
.loc__row { display: grid; gap: .5rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--rule); }
.loc__row p, .loc__row a { font-size: clamp(1.05rem, 1rem + .4vw, 1.3rem); }
.loc__row a:hover { color: var(--pink); }
.loc__hours { display: grid; gap: .45rem; }
.loc__hours div { display: flex; justify-content: space-between; gap: 1rem; max-width: 24rem; }
.loc__hours span:last-child { color: var(--ivory-dim); font-variant-numeric: tabular-nums; }
.loc__map {
  position: relative; overflow: hidden; border: 1px solid var(--rule);
  aspect-ratio: 4 / 3; background: var(--ink-3);
}
.loc__map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.92) contrast(.86) sepia(.14); }
.loc__mapveil {
  position: absolute; inset: 0; display: grid; place-items: center; gap: 1rem;
  padding: 2rem; text-align: center; background: var(--ink-3);
}
.loc__mapveil p { color: var(--ivory-mute); font-size: .85rem; max-width: 34ch; }
@media (min-width: 940px) { .loc__grid { grid-template-columns: 1fr 1.1fr; } }

/* ============================================================ contact === */
.contact { border-top: 1px solid var(--rule); }
.contact__inner { display: grid; gap: clamp(2rem, 5vw, 3.4rem); }
.contact__big {
  font-family: var(--serif); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.4rem, 1rem + 7vw, 7.5rem); line-height: .92; letter-spacing: -.02em;
}
.contact__ways { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.contact__way {
  display: grid; gap: .5rem; padding: clamp(1.4rem, 3vw, 2.2rem);
  background: var(--ink); transition: background .45s var(--ease);
}
.contact__way:hover { background: var(--ink-3); }
.contact__way b { font-family: var(--serif); font-weight: 400; font-size: clamp(1.2rem, 1rem + 1vw, 1.8rem); }
@media (min-width: 800px) { .contact__ways { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================= footer === */
.foot { padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(1.6rem, 4vw, 2.4rem); border-top: 1px solid var(--rule); }
.foot__top { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: start; }
.foot__cols { display: flex; flex-wrap: wrap; gap: clamp(2rem, 6vw, 5rem); }
.foot__col { display: grid; gap: .55rem; }
.foot__col a { font-size: .9rem; color: var(--ivory-dim); }
.foot__col a:hover { color: var(--ivory); }
.foot__bar {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  margin-top: clamp(2.5rem, 6vw, 4rem); padding-top: 1.4rem; border-top: 1px solid var(--rule);
  font-size: .74rem; color: var(--ivory-mute);
}
.foot__bar a:hover { color: var(--ivory); }

/* ========================================================== lightbox === */
.lb {
  position: fixed; inset: 0; z-index: 950;
  display: grid; place-items: center; padding: clamp(1rem, 4vw, 3rem);
  background: rgba(4, 4, 4, .94); backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none; transition: opacity .45s var(--ease);
}
.lb.is-open { opacity: 1; pointer-events: auto; }
.lb img { max-width: 100%; max-height: 84svh; object-fit: contain; }
.lb__close, .lb__prev, .lb__next {
  position: absolute; display: grid; place-items: center;
  width: 3rem; height: 3rem; border: 1px solid var(--rule); border-radius: 999px;
  color: var(--ivory-dim); transition: color .3s, border-color .3s;
}
.lb__close:hover, .lb__prev:hover, .lb__next:hover { color: var(--ivory); border-color: var(--ivory-dim); }
.lb__close { top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); }
.lb__prev { left: clamp(.6rem, 3vw, 2rem); top: 50%; transform: translateY(-50%); }
.lb__next { right: clamp(.6rem, 3vw, 2rem); top: 50%; transform: translateY(-50%); }
.lb__cap { position: absolute; bottom: clamp(1rem, 3vw, 2rem); left: 50%; transform: translateX(-50%); }

/* ============================================================ reveals === */
.rv { opacity: 0; transform: translateY(26px); }
.rv.is-in { opacity: 1; transform: none; transition: opacity .95s var(--ease), transform 1.05s var(--ease); }
.rv-d1.is-in { transition-delay: .08s; }
.rv-d2.is-in { transition-delay: .16s; }
.rv-d3.is-in { transition-delay: .24s; }

.split-line { display: block; overflow: hidden; }
.split-line > span { display: block; will-change: transform; }

/* legal pages -------------------------------------------------------------- */
.legal { padding-block: clamp(7rem, 16vh, 11rem) clamp(4rem, 10vh, 7rem); }
.legal h1 { font-family: var(--serif); font-weight: 400; text-transform: uppercase; font-size: clamp(2.2rem, 1.2rem + 4vw, 4.4rem); line-height: 1; margin-bottom: 2.4rem; }
.legal h2 { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; margin: 2.6rem 0 .8rem; }
.legal p, .legal li { color: var(--ivory-dim); max-width: 68ch; margin-bottom: .9rem; }
.legal ul { list-style: disc; padding-left: 1.2rem; }
.legal a { border-bottom: 1px solid var(--rule); }
.legal em { color: var(--pink); font-style: normal; }

/* ------------------------------------------------------ reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .rv, .tile { opacity: 1 !important; transform: none !important; }
  .plate__frame { clip-path: none !important; }
  .plate__frame img { transform: none !important; }
  .grain { animation: none; }
}
