:root {
  --black: #090909;
  --off-white: #f9f8e9;
  --purple: #a773c8;
  --tea-pink: #e987b4;
  --jingdezhen-teal: #479aa4;
  --friends-orange: #e89553;
  --tea-blue: var(--tea-pink);
  --burnt-orange: #c25804;
  --silver: #bec2c6;
  --moon: #fcd634;
  --brick: #994445;
  --yellow: var(--moon);
  --cyan: var(--silver);
  --red: var(--brick);
  --orange: var(--burnt-orange);
  --pink: var(--moon);
  --blue: var(--tea-pink);
  --acid: var(--tea-blue);
  --violet: var(--jingdezhen-teal);
  --body-size: clamp(14px, 1.2vw, 18px);
  --body-leading: 1.68;
  --line: 1.5px solid currentColor;
  --sans: Inter, Helvetica, Arial, "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  --mono: "SFMono-Regular", "Roboto Mono", "Courier New", monospace;
}

* { box-sizing: border-box; }

html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 64px; }

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--black);
  color: var(--black);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

::selection { background: var(--purple); color: var(--black); }

a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
a:focus-visible,
button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.topbar {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 64px;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(255,255,255,.25);
  background: rgba(9,9,9,.94);
  color: white;
  backdrop-filter: blur(12px);
  transition: color .2s, background .2s, border-color .2s;
}

.topbar.light {
  color: var(--black);
  background: rgba(255,255,255,.94);
  border-color: rgba(9,9,9,.22);
}

.topbar-logo { display: grid; place-items: center; width: 172px; padding: 0 24px; border-right: 1px solid currentColor; }
.topbar-logo img { width: 116px; filter: none; opacity: 1; transition: filter .2s, opacity .2s; }
.topbar.light .topbar-logo img { filter: invert(1); }
.topbar[data-active="about"] .topbar-logo { border-right-color: transparent; pointer-events: none; }
.topbar[data-active="about"] .topbar-logo img { opacity: 0; }

.top-navigation { display: flex; align-items: stretch; margin-left: auto; }
.top-navigation > a,
.tea-nav-main { display: grid; place-items: center; height: 64px; padding: 0 20px; border-left: 1px solid currentColor; font: 600 11px/1 var(--mono); text-decoration: none; }
.tea-nav-group { position: relative; width: 230px; }
.tea-nav-main { width: 100%; }
.tea-subnav { position: absolute; top: 64px; left: 0; width: 100%; display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--black); border-top: 0; background: var(--off-white); color: var(--black); }
.tea-subnav a { display: grid; place-items: center; min-height: 44px; padding: 0 10px; font: 600 10px/1 var(--mono); text-decoration: none; }
.tea-subnav a + a { border-left: 1px solid var(--black); }
.topbar[data-active="tea"] .tea-subnav,
.tea-nav-group:hover .tea-subnav { display: grid; }
.top-navigation [data-nav].active { background: var(--off-white); color: var(--black); }
.topbar[data-active="about"] [data-nav="about"].active { background: var(--purple); color: var(--black); }
.topbar[data-active="tea"] .tea-nav-main.active { background: var(--tea-pink); color: var(--black); }
.topbar[data-active="jingdezhen"] [data-nav="jingdezhen"].active { background: var(--jingdezhen-teal); color: var(--black); }
.topbar[data-active="people"] [data-nav="people"].active { background: var(--friends-orange); color: var(--black); }
.tea-subnav a.active { background: var(--red); color: white; }

.menu-button { display: none; }
.mobile-section-label { display: none; }

.tracked { position: relative; }
.section-index { position: absolute; top: 36px; right: 38px; font: 600 10px var(--mono); }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  grid-template-rows: 1fr auto;
  gap: 6vw;
  padding: 112px 8vw 48px;
  overflow: hidden;
  background: var(--black);
  color: white;
  cursor: none;
}
.hero * { cursor: none !important; }

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .07;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, white 4px);
}

.hero-main { align-self: center; position: relative; z-index: 1; }
.hero-logo { width: clamp(245px, 35vw, 580px); }
.hero h1 { margin: 30px 0 0; font-size: clamp(26px, 3vw, 54px); line-height: 1.08; letter-spacing: -.045em; font-weight: 500; }
.hero h1 .hero-divider { padding: 0 .2em; color: var(--orange); }
.hero-slogan-en { font-family: var(--mono); font-size: .86em; font-weight: 600; letter-spacing: -.045em; }
.red-strike { position: relative; display: inline-block; }
.red-strike::after { content: ""; position: absolute; z-index: 1; left: -.08em; right: -.08em; top: 52%; height: max(2px, .13em); background: var(--red); transform: rotate(-5deg); transform-origin: center; pointer-events: none; }

.pixel-eyes { align-self: center; justify-self: center; width: clamp(130px, 17vw, 249px); image-rendering: pixelated; }

.hero-swan { position: absolute; right: 5vw; bottom: 2vw; width: clamp(190px, 28vw, 430px); opacity: .94; }

.intro-block { position: relative; z-index: 2; grid-column: 1; align-self: end; max-width: 820px; }
.intro-heading { display: flex; align-items: center; gap: 16px; width: fit-content; margin: 0 0 16px; padding: 0 0 7px; border-bottom: 2px solid white; color: white; font: 700 clamp(17px, 1.55vw, 24px)/1 var(--mono); }
.hero-intro { position: relative; padding: 24px 28px; border: 3px solid white; background: var(--off-white); color: var(--black); box-shadow: 10px 10px 0 var(--purple); font-size: var(--body-size); line-height: var(--body-leading); }
.hero-intro p { margin: 0 0 .9em; }
.hero-intro p:last-child { margin-bottom: 0; }

.tea-overview {
  min-height: 76svh;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-content: center;
  gap: 34px 7vw;
  padding: 86px 9vw;
  background: var(--acid);
  color: var(--black);
}

.overview-heading { align-self: start; }
.overview-heading > p { margin: 0; font-size: clamp(44px, 6vw, 100px); line-height: .9; letter-spacing: -.07em; }
.overview-cup { position: relative; display: block; width: 82px; height: 76px; margin: 28px 0 0 8px; }
.overview-bowl { position: absolute; left: 5px; top: 23px; width: 52px; height: 34px; border: 7px solid currentColor; border-top-width: 5px; }
.overview-handle { position: absolute; left: 52px; top: 28px; width: 25px; height: 25px; border: 6px solid currentColor; }
.overview-plate { position: absolute; left: 0; bottom: 5px; width: 72px; height: 7px; background: currentColor; }
.overview-steam { position: absolute; left: 23px; top: 0; width: 9px; height: 18px; border-left: 5px solid currentColor; border-top: 5px solid currentColor; box-shadow: 19px -5px 0 -2px currentColor; }

.overview-copy { max-width: 720px; font-size: var(--body-size); line-height: var(--body-leading); }
.overview-copy p { margin: 0 0 .85em; }

.project-jumps { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; border-top: 1.5px solid currentColor; }
.project-jumps a { position: relative; min-height: 145px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; padding: 20px; border-bottom: 1.5px solid currentColor; font-size: clamp(17px, 1.6vw, 25px); font-weight: 700; text-decoration: none; }
.project-jumps a + a { border-left: 1.5px solid currentColor; }
.project-jumps a:first-child:hover { background: var(--moon); color: var(--black); }
.project-jumps a:last-child:hover { background: var(--purple); color: var(--black); }
.jump-icon { display: block; width: 44px; height: 58px; overflow: visible; shape-rendering: crispEdges; }
.bottle-icon path { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: square; stroke-linejoin: miter; }
.leaf-icon { width: 50px; }
.leaf-icon path { fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; }
.leaf-outline { stroke-width: 2.2; }
.leaf-vein { stroke-width: 2; }

.project-section { padding: 56px 5vw; background: var(--acid); color: var(--black); cursor: none; }
.tea-overview *,
.project-section * { cursor: none !important; }
#master,
#teatour { scroll-margin-top: 116px; }
.project-section + .project-section { padding-top: 0; }

.editorial-card { max-width: 1220px; margin: 0 auto; padding: clamp(28px, 4vw, 58px); border: 1.5px solid var(--black); background: var(--off-white); color: var(--black); }
.card-heading { margin-left: auto; width: min(100%, 640px); text-align: right; }
.card-heading p { margin: 0 0 10px; font: 600 13px/1 var(--mono); }
.card-heading h2 { margin: 0; font-size: clamp(40px, 5.3vw, 80px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.master-card .card-heading p { color: var(--red); }
.teatour-card .card-heading p { color: var(--orange); }

.master-hero-image { width: 50%; margin: 34px auto 36px; }
.master-hero-image img { width: 100%; }

.article-copy { max-width: 860px; margin: 0; font-size: var(--body-size); line-height: var(--body-leading); }
.article-copy p { margin: 0 0 .82em; }
.article-copy .statement { margin: 1.35em 0; padding-left: 18px; border-left: 6px solid var(--red); font-size: clamp(21px, 2vw, 32px); font-weight: 700; line-height: 1.35; letter-spacing: -.025em; }
.teatour-card .article-copy .statement { border-left-color: var(--purple); }

.documentary-image { width: min(62%, 620px); margin: 34px 0 0; }
.documentary-link { position: relative; display: block; overflow: hidden; border: 1.5px solid var(--black); text-decoration: none; }
.documentary-image img { width: 100%; }
.documentary-cta { position: absolute; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1.5px solid var(--black); background: var(--off-white); color: var(--black); font: 700 12px/1 var(--mono); box-shadow: 4px 4px 0 var(--friends-orange); transition: transform .16s steps(2), box-shadow .16s steps(2); }
.documentary-cta span { font-size: 10px; }
.documentary-link:hover .documentary-cta { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--friends-orange); }
.documentary-image figcaption { margin-top: 12px; font: 600 11px/1.5 var(--mono); }

.teatour-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px 4vw; }
.teatour-card .card-heading { grid-column: 2; width: 100%; text-align: left; }
.teatour-keyvisual { grid-column: 1; margin: 0; align-self: start; }
.teatour-keyvisual img { width: 100%; }
.teatour-card .article-copy { grid-column: 2; margin: 0; }
.teatour-grams { grid-column: 1; display: grid; gap: 18px; width: min(74%, 390px); justify-self: center; align-self: start; }
.teatour-grams img { width: 100%; }
.tea-table-pdf { position: relative; grid-column: 2; display: block; width: 100%; aspect-ratio: 1; overflow: hidden; border: 0; outline: 0; background: #009f76; box-shadow: none; }
.tea-table-pdf img { display: block; width: 100%; height: 100%; object-fit: cover; }
.game-copy { grid-column: 1 / -1; margin-top: 24px; font-size: var(--body-size); text-align: center; }

.tea-game {
  position: relative;
  grid-column: 1 / -1;
  justify-self: center;
  width: 190px;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}
.tea-game-duck { display: block; box-sizing: border-box; width: 110px; aspect-ratio: 3 / 2; padding: 9px 11px; border: 0; background: #fff000; object-fit: contain; image-rendering: pixelated; }
.game-enter { font: 600 11px/1 var(--mono); }

.tea-overview { cursor: none; }

.section-cursor { position: fixed; z-index: 1000; left: 0; top: 0; width: 35px; height: 39px; pointer-events: none; background-position: center; background-repeat: no-repeat; background-size: contain; transform: translate(-50%, -50%); opacity: 0; image-rendering: pixelated; }
.section-cursor.visible { opacity: 1; }
.section-cursor.pacman { background-image: url("assets/cforcurios.png"); }
.section-cursor.leaf { width: 38px; height: 38px; background-image: url("assets/image 19.png"); }

.jingdezhen { min-height: 100svh; padding: 105px 6vw 80px; background: var(--violet); color: var(--black); overflow: hidden; }
.jingdezhen h2 { max-width: 900px; margin: 0; font-size: clamp(54px, 8vw, 128px); line-height: .9; letter-spacing: -.075em; font-weight: 500; }
.jingdezhen-collage { position: relative; width: min(100%, 1180px); aspect-ratio: 1.35; margin: 70px auto 0; color: var(--black); }
.jingdezhen-collage figure { position: absolute; margin: 0; }
.jingdezhen-collage img { width: 100%; height: auto; }
.collage-street { z-index: 1; left: 0; top: 0; width: 59%; padding: 4px; background: var(--off-white); transform: rotate(-.5deg); }
.collage-pottery { z-index: 2; right: 4%; top: 7%; width: 30%; padding: 4px; background: var(--off-white); transform: rotate(.7deg); }
.collage-people { z-index: 3; left: -1%; bottom: -1%; width: 54%; }
.jingdezhen-copy { position: absolute; z-index: 4; right: 0; bottom: 3%; width: 45%; padding: clamp(24px, 3vw, 42px); border: 2px solid var(--black); background: var(--off-white); box-shadow: 9px 9px 0 var(--orange); font-size: var(--body-size); line-height: var(--body-leading); }
.jingdezhen-copy p { margin: 0 0 1em; }
.jingdezhen-copy p:last-child { margin-bottom: 0; }
.jingdezhen-copy a { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }

.people-link { min-height: 70svh; background: var(--friends-orange); color: var(--black); }
.people-anchor { position: relative; min-height: 70svh; display: flex; flex-direction: column; justify-content: center; padding: 10vw; text-decoration: none; overflow: hidden; }
.people-en { font: 700 clamp(16px, 1.6vw, 24px)/1 var(--mono); }
.people-anchor h2 { position: relative; z-index: 2; margin: 18px 0 0; width: fit-content; font-size: clamp(46px, 6.4vw, 90px); line-height: .9; letter-spacing: -.065em; font-weight: 500; border-bottom: 3px solid var(--black); }
.people-arrow { position: absolute; right: 9vw; top: 50%; color: var(--blue); font: 110px/1 var(--mono); transform: translateY(-50%); transition: transform .2s steps(3); }

/* Team page */
.team-back { display: flex; align-items: center; gap: 10px; min-width: 150px; margin-left: auto; padding: 0 22px; border-left: 1px solid currentColor; background: var(--moon); color: var(--black); font: 700 13px/1 var(--mono); text-decoration: none; }
.team-back span:first-child { font-size: 23px; line-height: 1; transition: transform .16s steps(2); }
.team-back:hover span:first-child { transform: translateX(-5px); }
.team-page { min-height: 100svh; padding: 125px 6vw 8vw; background: var(--tea-pink); color: var(--black); }
.team-page-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 28px; border-bottom: 1px solid currentColor; }
.team-page-heading h1 { margin: 0; font-size: clamp(48px, 8vw, 120px); line-height: .85; letter-spacing: -.07em; font-weight: 500; }
.team-selector { --team-gap: clamp(22px, 3vw, 44px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--team-gap); width: min(100%, 980px); margin-inline: auto; padding-top: 70px; }
.team-person { display: contents; }
.team-person.is-expanded { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--team-gap); order: -1; scroll-margin-top: 88px; }
.team-person.is-expanded > .team-card { grid-column: 1; }
.team-person.is-expanded > .profile-panel { grid-column: 1 / -1; }
.team-card { min-width: 0; padding: 0; border: 0; background: transparent; color: var(--black); text-align: left; cursor: pointer; }
.team-portrait-stage { position: relative; display: block; aspect-ratio: 1 / .88; overflow: hidden; border: 1.5px solid white; background: var(--moon); }
.team-portrait-stage img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(1.5px 0 0 white) drop-shadow(-1.5px 0 0 white) drop-shadow(0 1.5px 0 white) drop-shadow(0 -1.5px 0 white); transition: transform .18s steps(3); }
.team-card-name { display: block; padding: 15px 13px 16px; border: 1.5px solid white; border-top: 0; font: 600 clamp(16px, 1.5vw, 22px)/1 var(--mono); }
.team-card:hover .team-portrait-stage img { transform: translateY(-4px); }
.team-card[aria-expanded="true"] { color: var(--black); }
.team-card[aria-expanded="true"] .team-card-name { background: var(--moon); }
.team-card[aria-expanded="true"] .team-portrait-stage { box-shadow: inset 0 -7px 0 var(--purple); }
.profile-source[hidden] { display: none; }
.profile-panel { display: grid; grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 78px); min-height: 420px; padding: clamp(28px, 4vw, 60px); border: 2px solid var(--black); background: var(--off-white); color: var(--black); box-shadow: 12px 12px 0 var(--friends-orange); }
.profile-panel[hidden] { display: none; }
.profile-panel h2 { position: sticky; top: 92px; align-self: start; margin: 0; font-size: clamp(34px, 4.2vw, 66px); line-height: .95; letter-spacing: -.055em; font-weight: 500; }
.profile-copy { max-width: 920px; font-size: var(--body-size); line-height: 1.82; }
.profile-copy p { margin: 0 0 1.2em; }
.profile-copy p:last-child { margin-bottom: 0; }
.profile-copy mark { margin: 0 .08em; padding: .05em .18em .12em; background: var(--moon); color: inherit; -webkit-box-decoration-break: clone; box-decoration-break: clone; }

@media (max-width: 960px) {
  .top-navigation > a, .tea-nav-main { padding: 0 12px; font-size: 9px; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding-left: 6vw; padding-right: 6vw; }
  .pixel-eyes { position: absolute; right: 8vw; top: 28%; transform: scale(.75) rotate(-6deg); }
  .hero-intro { grid-column: 1; }
  .hero-swan { width: 260px; right: -25px; bottom: 30px; opacity: .45; }
  .tea-overview { grid-template-columns: 1fr; }
  .project-jumps { grid-column: 1; }
  .teatour-card { grid-template-columns: 1fr; }
  .teatour-card .card-heading, .teatour-keyvisual, .teatour-card .article-copy, .teatour-grams, .tea-table-pdf, .game-copy, .tea-game { grid-column: 1; }
  .teatour-grams { width: min(74%, 390px); }
  .jingdezhen-collage { aspect-ratio: 1.15; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: calc(58px + env(safe-area-inset-top)); }
  .topbar { height: calc(58px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }
  .topbar-logo { width: 142px; padding: 0 18px; }
  .topbar-logo img { width: 104px; }
  .site-home .topbar { height: calc(50px + env(safe-area-inset-top)); }
  .site-home .topbar-logo,
  .site-home .mobile-section-label,
  .site-home .menu-button { display: none; }
  .site-home .top-navigation { position: static; inset: auto; width: 100%; height: 50px; max-height: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 50px; grid-template-areas: "about tea jingdezhen people"; margin: 0; overflow: visible; background: rgba(9,9,9,.97); color: white; }
  .site-home .topbar.light .top-navigation { background: rgba(255,255,255,.97); color: var(--black); }
  .site-home .tea-nav-group { display: contents !important; }
  .site-home .topbar .tea-nav-group .tea-subnav { display: none !important; }
  .site-home .top-navigation > a,
  .site-home .tea-nav-main { width: 100%; min-width: 0; min-height: 50px; height: 50px; display: flex; align-items: center; justify-content: center; padding: 4px 5px; border: 0; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; font: 700 9px/1.15 var(--mono); text-align: center; white-space: nowrap; }
  .site-home .top-navigation [data-nav="about"] { grid-area: about; }
  .site-home .tea-nav-main { grid-area: tea; }
  .site-home .top-navigation [data-nav="jingdezhen"] { grid-area: jingdezhen; }
  .site-home .top-navigation [data-nav="people"] { grid-area: people; }
  .site-home .tracked { scroll-margin-top: calc(50px + env(safe-area-inset-top)); }
  .hero { min-height: 100svh; padding: calc(90px + env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) calc(34px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left)); gap: 32px; cursor: auto; }
  .hero-main { max-width: 100%; }
  .hero-logo { width: min(78vw, 420px); }
  .hero h1 { max-width: 88%; margin-top: 24px; font-size: clamp(21px, 6.4vw, 25px); line-height: 1.2; letter-spacing: -.035em; }
  .hero h1 .hero-divider { display: none; }
  .hero-slogan-en { display: block; margin-top: .32em; font-size: .82em; }
  .intro-block { width: 100%; max-width: none; }
  .intro-heading { max-width: 100%; gap: 13px; margin-bottom: 14px; font-size: clamp(15px, 4.6vw, 19px); }
  .hero-intro { max-width: 100%; padding: 20px; border-width: 2px; box-shadow: 7px 7px 0 var(--purple); font-size: 14px; line-height: 1.72; }
  .pixel-eyes { top: 42%; right: 18px; width: 100px; transform: rotate(-6deg); opacity: 1; }
  .hero-swan { width: 148px; right: 12px; bottom: 23%; opacity: .94; }
  .tea-overview { min-height: auto; padding: 86px max(20px, env(safe-area-inset-right)) 68px max(20px, env(safe-area-inset-left)); gap: 38px; }
  .section-index { top: 20px; right: 20px; }
  .overview-heading > p { max-width: calc(100vw - 40px); font-size: clamp(36px, 11vw, 49px); line-height: .94; overflow-wrap: anywhere; }
  .overview-cup { transform: scale(.86); transform-origin: left top; }
  .overview-copy { font-size: 14px; line-height: 1.72; }
  .project-jumps { grid-template-columns: 1fr; }
  .project-jumps a + a { border-left: 0; }
  .project-jumps a { min-width: 0; min-height: 96px; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 14px 8px; font-size: clamp(16px, 5vw, 20px); }
  .jump-icon { width: 38px; height: 52px; }
  .leaf-icon { width: 42px; }
  .project-section { padding: 32px max(10px, env(safe-area-inset-right)) 32px max(10px, env(safe-area-inset-left)); }
  .project-section + .project-section { padding-top: 0; }
  #master, #teatour { scroll-margin-top: calc(50px + env(safe-area-inset-top)); }
  .editorial-card { width: 100%; padding: 26px 18px 32px; background: var(--off-white); }
  .card-heading { text-align: left; }
  .card-heading p { margin-bottom: 8px; font-size: 11px; }
  .card-heading h2 { max-width: 100%; font-size: clamp(32px, 9.5vw, 42px); line-height: 1.04; overflow-wrap: anywhere; }
  .master-hero-image { width: 50%; margin: 34px auto; }
  .article-copy { max-width: 100%; font-size: 14px; line-height: 1.72; }
  .article-copy p { margin-bottom: .72em; }
  .article-copy .statement { margin: 1.35em 0; padding-left: 13px; border-left-width: 4px; font-size: clamp(20px, 6vw, 24px); }
  .documentary-image { width: 100%; margin-top: 34px; }
  .documentary-cta { right: 9px; bottom: 9px; padding: 9px 10px; font-size: 10px; box-shadow: 3px 3px 0 var(--friends-orange); }
  .teatour-card { gap: 28px; }
  .teatour-keyvisual { width: 100%; }
  .teatour-grams { width: min(100%, 354px); gap: 12px; }
  .tea-table-pdf { width: 100%; touch-action: manipulation; }
  .game-copy { margin-top: 16px; font-size: 14px; line-height: 1.55; }
  .tea-game { width: 150px; min-height: 108px; }
  .tea-game-duck { width: 96px; padding: 8px 10px; }
  .jingdezhen { min-height: 92svh; padding: 82px max(18px, env(safe-area-inset-right)) calc(56px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); }
  .jingdezhen h2 { max-width: calc(100vw - 36px); font-size: clamp(39px, 12vw, 58px); line-height: .96; overflow-wrap: anywhere; }
  .jingdezhen-collage { display: flex; flex-direction: column; aspect-ratio: auto; margin-top: 42px; }
  .jingdezhen-collage figure, .jingdezhen-copy { position: relative; inset: auto; width: 100%; }
  .collage-street { z-index: 1; transform: rotate(-.7deg); }
  .collage-pottery { z-index: 2; width: 64% !important; margin: -30px 0 0 auto !important; transform: rotate(1deg); }
  .collage-people { z-index: 3; margin-top: -34px !important; }
  .jingdezhen-copy { z-index: 4; margin-top: -8px; padding: 22px 18px; background: var(--off-white); box-shadow: 6px 6px 0 var(--orange); font-size: 14px; line-height: 1.7; }
  .people-anchor { min-height: 56svh; padding: 68px max(22px, env(safe-area-inset-right)) calc(68px + env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left)); }
  .people-en { font-size: 14px; }
  .people-anchor h2 { max-width: calc(100vw - 90px); margin-top: 13px; font-size: clamp(43px, 15vw, 60px); line-height: .98; }
  .people-line { display: block; }
  .people-arrow { right: max(22px, env(safe-area-inset-right)); top: auto; bottom: calc(38px + env(safe-area-inset-bottom)); font-size: 58px; }
  .section-cursor { display: none; }
  .hero, .hero * { cursor: auto !important; }
  .team-page { padding: calc(102px + env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) calc(54px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left)); }
  .team-back { min-width: 0; padding: 0 16px; gap: 7px; font-size: 11px; }
  .team-back span:first-child { font-size: 19px; }
  .team-page-heading { gap: 18px; align-items: flex-end; padding-bottom: 20px; }
  .team-page-heading h1 { min-width: 0; font-size: clamp(38px, 13vw, 50px); line-height: .96; }
  .team-selector { --team-gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; margin-inline: 0; padding-top: 38px; }
  .team-person.is-expanded { grid-template-columns: repeat(2, minmax(0, 1fr)); scroll-margin-top: calc(72px + env(safe-area-inset-top)); }
  .team-portrait-stage { aspect-ratio: 1; }
  .team-card-name { padding: 11px 9px 12px; font-size: 13px; }
  .profile-panel { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding: 24px 18px; box-shadow: 7px 7px 0 var(--friends-orange); }
  .profile-panel h2 { position: static; font-size: clamp(34px, 11vw, 48px); }
  .profile-copy { font-size: 14px; line-height: 1.74; }
}

@media (max-width: 380px) {
  .topbar-logo { width: 126px; padding: 0 14px; }
  .topbar-logo img { width: 96px; }
  .site-home .top-navigation > a,
  .site-home .tea-nav-main { padding-left: 3px; padding-right: 3px; font-size: 8px; }
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero h1 { max-width: 92%; }
  .pixel-eyes { right: 14px; width: 92px; }
  .hero-swan { right: 8px; width: 136px; bottom: 24%; }
  .tea-overview { padding-left: 16px; padding-right: 16px; }
  .overview-heading > p { max-width: calc(100vw - 32px); }
  .editorial-card { padding-left: 15px; padding-right: 15px; }
  .card-heading h2 { font-size: 31px; }
  .jingdezhen { padding-left: 14px; padding-right: 14px; }
  .jingdezhen h2 { max-width: calc(100vw - 28px); }
}

@media (hover: none), (pointer: coarse) {
  .section-cursor { display: none; }
  .hero,
  .hero *,
  .tea-overview,
  .tea-overview *,
  .project-section,
  .project-section * { cursor: auto !important; }
  .project-jumps a:hover { background: transparent; color: var(--black); }
  .project-jumps a:first-child:active { background: var(--moon); color: var(--black); }
  .project-jumps a:last-child:active { background: var(--purple); color: var(--black); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
