:root {
  --paper: #f6f5ef;
  --sage: #e6ebe2;
  --ink: #263b30;
  --muted: #677268;
  --rule: #d7ddd2;
  --orange: #bd5938;
  --radius: 20px;
  --serif: Georgia, "Noto Serif TC", "PMingLiU", serif;
  --sans: "Microsoft JhengHei", "PingFang TC", system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
button,
input,
a {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
canvas:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button svg,
a svg {
  width: 20px;
  height: 20px;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
::selection {
  background: #cfddc6;
}
img {
  max-width: 100%;
}
.skip {
  position: fixed;
  left: 20px;
  top: -80px;
  background: white;
  padding: 12px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.site-nav {
  height: 88px;
  padding: 0 max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
  position: relative;
  z-index: 20;
  background: var(--paper);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 13px;
}
.brand-round {
  width: 45px;
  height: 45px;
  border: 1.3px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-family: var(--serif);
  position: relative;
}
.brand-round:after {
  content: "";
  width: 24px;
  position: absolute;
  left: 0;
  top: 24px;
  border-top: 1px solid var(--ink);
}
.brand-name {
  font-size: 18px;
  letter-spacing: 0.2em;
}
.brand-name small {
  font-size: 9px;
  display: block;
  letter-spacing: 0.18em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.nav-links a:not(.pill):hover {
  color: var(--orange);
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 13px 25px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 50px;
  font-size: 13px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.pill:hover {
  background: #405b49;
  transform: translateY(-2px);
}
.pill.light {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule);
}
.pill.light:hover {
  background: var(--sage);
}
.arrow {
  font-size: 20px;
  line-height: 1;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow:before {
  content: "";
  width: 23px;
  border-top: 1px solid currentColor;
}
.hero {
  position: relative;
  max-width: 1600px;
  margin: auto;
  min-height: 700px;
  display: grid;
  grid-template-columns: 38% 62%;
  padding: 55px 5vw 26px;
  align-items: center;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 35px;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(42px, 4.4vw, 69px);
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 25px 0;
}
.hero h1 em {
  font-style: normal;
  color: #778c6f;
}
.hero-copy > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 2.1;
  max-width: 340px;
}
.hero-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 29px 0 35px;
}
.text-link {
  font-size: 12px;
  border-bottom: 1px solid var(--ink);
  padding: 5px 0;
}
.tiny-note {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tiny-note i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #849e73;
}
.stage-wrap {
  position: relative;
  height: 620px;
  min-width: 0;
  margin-left: -30px;
}
.stage-wrap:before {
  content: "";
  position: absolute;
  width: 98%;
  aspect-ratio: 45 / 17;
  background: url("assets/brand/3000-hair-sculpture.webp?v=hair-type-v1") center / contain no-repeat;
  opacity: .72;
  filter: drop-shadow(0 12px 10px #48533c20);
  left: 1%;
  top: -24px;
  pointer-events: none;
}
.scene {
  position: absolute;
  inset: 0;
  isolation: isolate;
}
.scene:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 21% 10% 3%;
  background: radial-gradient(ellipse, #d8e0d1 0, transparent 67%);
  border-radius: 50%;
}
.scene-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s;
  pointer-events: none;
}
.scene.live .scene-poster {
  opacity: 0;
}
/* A barely-there inhale/exhale gives the rendered atelier a living presence.
   Blender still owns the leaves, branches and pendants; this keeps the room
   itself gently alive without moving the floor contact points or characters. */
.scene.live {
  transform-origin: 50% 52%;
  animation: atelier-room-breathe 12s ease-in-out infinite;
  will-change: transform;
}
@keyframes atelier-room-breathe {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -2px, 0) scale(1.006); }
}
.scene canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  cursor: grab;
}
.scene canvas:active {
  cursor: grabbing;
}
.scene-label {
  position: absolute;
  right: 0;
  top: 42px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 0.24em;
  color: var(--muted);
}
.scene-toolbar {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid #d7ddd1;
  border-radius: 40px;
  background: #fafbf6e6;
  z-index: 5;
  white-space: nowrap;
  box-shadow: 0 8px 30px #273b3008;
}
.scene-toolbar button {
  background: none;
  border: 0;
  border-radius: 30px;
  padding: 8px 13px;
  font-size: 11px;
}
.scene-toolbar button:hover,
.scene-toolbar button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
}
.scene-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  color: var(--muted);
}
.scene-start {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 4;
  box-shadow: 0 5px 40px #273b3020;
}
.scene-start:hover {
  transform: translate(-50%, -52%);
}
[hidden] {
  display: none !important;
}
.scene-selection {
  position: absolute;
  right: 12px;
  top: 190px;
  background: #fcfcf7f5;
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 18px;
  z-index: 6;
  width: 210px;
  box-shadow: 0 12px 50px #273b3015;
}
.scene-selection h3 {
  font: 28px var(--serif);
  margin: 5px 0;
}
.scene-selection p {
  font-size: 11px;
  color: var(--muted);
  margin: 8px 0 15px;
}
.selection-close {
  float: right;
  border: 0;
  background: none;
  font-size: 20px;
}
.scene-selection .pill {
  width: 100%;
  padding: 9px;
  font-size: 12px;
}
.greet-button {
  display: block;
  width: 100%;
  border: 1px solid var(--rule);
  border-radius: 30px;
  padding: 9px 6px;
  margin-bottom: 8px;
  font-size: 12px;
  background: #edf2e7;
  color: var(--ink);
}
.greet-button:hover:not(:disabled) {
  background: #e0e9d8;
}
.greet-button:disabled {
  opacity: 0.55;
  cursor: default;
}
.scene-caption {
  position: absolute;
  left: 14px;
  bottom: 85px;
  font-size: 10px;
  color: var(--muted);
  max-width: 130px;
  border-left: 1px solid #a6b39e;
  padding-left: 10px;
}
.info-strip {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 5vw;
  font-size: 12px;
}
.info-strip span {
  font-size: 10px;
  color: var(--muted);
  margin-right: 12px;
  letter-spacing: 0.08em;
}
.content-section {
  padding: 90px 6vw;
  max-width: 1500px;
  margin: auto;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}
.section-heading h2,
.visit h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0.035em;
  margin-top: 14px;
}
.section-heading p {
  color: var(--muted);
  font-size: 13px;
  max-width: 330px;
}
.designers {
  background: #eef0e9;
}
.designer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.designer-card {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 350px;
  border: 1px solid #d5dccf;
  border-radius: 4px 50px 4px 4px;
  overflow: hidden;
  background: #f8f8f2;
}
.portrait {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  min-width: 0;
  width: 100%;
  color: inherit;
  background: radial-gradient(ellipse at 55% 60%, #e3e7d7, transparent 65%);
  overflow: hidden;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
}
.portrait canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.portrait-live img {
  visibility: hidden;
}
.portrait:focus-visible {
  outline-offset: -5px;
}
.portrait-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: -15px 0 20px;
  font-size: 12px;
  color: var(--muted);
}
.portrait-controls button {
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--rule);
  border-radius: 24px;
  background: var(--paper);
  font-size: 12px;
}
.designer-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 24px;
  width: clamp(96px, 12vw, 150px);
  aspect-ratio: 45 / 17;
  background: url("assets/brand/3000-hair-sculpture.webp?v=hair-type-v1") center / contain no-repeat;
  opacity: .8;
  filter: drop-shadow(0 6px 5px #48533c24);
  pointer-events: none;
  animation: designer-mark-breathe 6s ease-in-out infinite;
}
.designer-card:nth-child(2)::after { animation-delay: -3s; }
@keyframes designer-mark-breathe {
  0%, 100% { transform: translateY(0) rotate(-3deg) scale(1); }
  50% { transform: translateY(-6px) rotate(-1deg) scale(1.035); }
}

.portrait img {
  z-index: 1;
}
.designer-info {
  align-self: center;
  padding: 27px 28px 27px 0;
}
.designer-info .index {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--muted);
}
.designer-info h3 {
  font: 42px var(--serif);
  margin: 10px 0 4px;
}
.designer-info .role {
  font-size: 12px;
  color: var(--orange);
}
.designer-info p {
  font-size: 12px;
  color: var(--muted);
  margin: 18px 0 22px;
}
.designer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.designer-actions button {
  border: 0;
  background: none;
  padding: 5px 0;
  font-size: 11px;
  border-bottom: 1px solid #a4b29a;
}
.designer-actions .pill {
  font-size: 11px;
  padding: 10px 15px;
  gap: 14px;
}
.designer-info .portrait-message {
  min-height: 2.8em;
  margin: 12px 0 0;
  color: var(--orange);
  font-size: 11px;
}
.discreet {
  font-size: 10px;
  color: var(--muted);
  margin-top: 20px;
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}
.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--rule);
  padding: 25px 0;
  transition: padding 0.2s;
}
.service-row:hover {
  padding-left: 10px;
  color: var(--orange);
}
.service-row h3 {
  font-size: 19px;
  font-weight: 400;
}
.service-row small {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.service-row > span {
  font-size: 12px;
  white-space: nowrap;
}
.journal {
  border-top: 1px solid var(--rule);
}
.journal-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 22px;
}
.journal-card {
  background: #e5eadd;
  min-height: 290px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.journal-card:nth-child(2) {
  background: #eee5d8;
}
.journal-card:nth-child(3) {
  background: #e4e7e2;
}
.journal-card .big-type {
  font: italic 60px var(--serif);
  opacity: 0.65;
}
.journal-card small {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.journal-card h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  margin: 12px 0;
}
.journal-card p {
  font-size: 12px;
  color: var(--muted);
}
.journal-card .text-link {
  margin-top: 20px;
}
.visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  align-items: center;
  background: #e5eadd;
  border-top: 1px solid var(--rule);
  max-width: none;
}
.visit dl {
  margin: 28px 0;
  font-size: 13px;
}
.visit dl > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  padding: 13px 0;
  border-bottom: 1px solid #cfd6c5;
}
.visit dt {
  color: var(--muted);
  font-size: 11px;
}
.visit dd {
  margin: 0;
}
.map-box {
  min-height: 350px;
  background: #f4f4ec;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 5px;
}
.map-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 43%,
      #dbe1d2 43%,
      #dbe1d2 52%,
      transparent 52%
    ),
    linear-gradient(
      20deg,
      transparent 40%,
      #e1e6db 40%,
      #e1e6db 49%,
      transparent 49%
    );
  opacity: 0.9;
}
.map-inner {
  position: relative;
  text-align: center;
  background: #f9f9f0ee;
  padding: 27px;
  max-width: 90%;
}
.map-pin {
  font-size: 30px;
  color: var(--orange);
}
.map-inner p {
  font-size: 12px;
  margin: 10px 0 20px;
}
.map-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}
.faq {
  max-width: 900px;
}
.faq details {
  border-top: 1px solid var(--rule);
  padding: 19px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 14px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.faq summary:after {
  content: "+";
  font-size: 19px;
  color: var(--orange);
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 15px;
  max-width: 660px;
}
.site-footer {
  background: var(--ink);
  color: #f0f1e9;
  padding: 48px 6vw 24px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-bottom: 35px;
}
.footer-top p {
  font-size: 13px;
  color: #c4d0c1;
  margin-top: 10px;
}
.footer-links {
  display: flex;
  gap: 24px;
  font-size: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #526451;
  padding-top: 22px;
  font-size: 10px;
  color: #bdcab9;
}
.mobile-book {
  display: none;
}
@media (min-width: 1600px) {
  .hero {
    padding-left: 80px;
    padding-right: 80px;
  }
  .stage-wrap {
    height: 690px;
  }
}
@media (max-width: 1050px) {
  .nav-links {
    gap: 18px;
  }
  .hero {
    grid-template-columns: 40% 60%;
    min-height: 590px;
    padding-top: 25px;
  }
  .stage-wrap {
    height: 530px;
    margin-left: -45px;
    margin-right: -35px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-actions {
    gap: 14px;
    flex-wrap: wrap;
  }
  .designer-card {
    grid-template-columns: 44% 56%;
  }
  .designer-info {
    padding-right: 18px;
  }
  .designer-info h3 {
    font-size: 34px;
  }
  .info-strip {
    flex-wrap: wrap;
  }
  .scene-selection {
    right: 20px;
  }
  .journal-grid {
    gap: 12px;
  }
  .journal-card {
    padding: 23px;
  }
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: 20px;
  }
  .site-nav {
    height: 74px;
    padding: 0 20px;
  }
  .brand-name {
    font-size: 16px;
  }
  .brand-round {
    width: 37px;
    height: 37px;
  }
  .brand-round:after {
    top: 20px;
  }
  .nav-links > a:not(.pill) {
    display: none;
  }
  .nav-links .pill {
    padding: 9px 15px;
    font-size: 11px;
    gap: 9px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 36px 23px 20px;
    overflow: hidden;
  }
  .hero-copy {
    width: 100%;
    padding: 0;
  }
  .eyebrow {
    font-size: 9px;
  }
  .hero h1 {
    font-size: 43px;
    margin: 18px 0 16px;
    line-height: 1.3;
  }
  .hero-copy > p {
    font-size: 12px;
    max-width: 330px;
  }
  .hero-actions {
    margin: 20px 0 16px;
  }
  .hero-actions .pill {
    padding: 11px 21px;
  }
  .tiny-note {
    font-size: 10px;
  }
  .stage-wrap {
    height: auto;
    padding-top: 420px;
    width: calc(100% + 46px);
    margin: 10px -23px 0;
  }
  .scene {
    height: 420px;
    bottom: auto;
  }
  .scene-start {
    top: 210px;
  }
  .stage-wrap:before {
    width: 100%;
    top: 5px;
    left: 0;
  }
  .scene-label {
    right: 16px;
    top: 25px;
  }
  .scene-caption {
    top: 320px;
    bottom: auto;
    left: 23px;
    font-size: 9px;
    max-width: 110px;
  }
  .scene-toolbar {
    top: 355px;
    bottom: auto;
  }
  .scene-toolbar button {
    padding: 8px 11px;
    font-size: 10px;
  }
  .scene-status {
    top: 396px;
    bottom: auto;
    font-size: 9px;
  }
  .scene-selection {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 0 23px 12px;
    padding: 18px;
  }
  .info-strip {
    padding: 18px 23px;
    gap: 8px;
    flex-direction: column;
    font-size: 11px;
  }
  .info-strip span {
    display: inline-block;
    width: 65px;
    font-size: 9px;
  }
  .content-section {
    padding: 58px 23px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading h2,
  .visit h2 {
    font-size: 30px;
    margin-top: 12px;
  }
  .section-heading p {
    font-size: 12px;
    margin-top: 15px;
    max-width: 100%;
  }
  .designer-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .designer-card {
    min-height: 290px;
    grid-template-columns: 45% 55%;
    border-top-right-radius: 40px;
  }
  .designer-info {
    padding: 22px 20px 22px 0;
  }
  .designer-info p {
    font-size: 11px;
    margin: 12px 0 18px;
  }
  .designer-info h3 {
    font-size: 36px;
  }
  .service-list {
    grid-template-columns: 1fr;
  }
  .service-row {
    padding: 20px 0;
  }
  .service-row h3 {
    font-size: 18px;
  }
  .journal-grid {
    grid-template-columns: 1fr;
  }
  .journal-card {
    min-height: 230px;
  }
  .journal-card .big-type {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 46px;
  }
  .journal-card > div {
    max-width: 85%;
  }
  .visit {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .visit dl > div {
    grid-template-columns: 75px 1fr;
  }
  .map-box {
    min-height: 300px;
  }
  .footer-top {
    display: block;
  }
  .footer-links {
    margin-top: 28px;
    flex-wrap: wrap;
    gap: 18px;
  }
  .footer-bottom {
    gap: 16px;
    flex-wrap: wrap;
  }
  .site-footer {
    padding: 36px 23px 95px;
  }
  .mobile-book {
    position: fixed;
    bottom: 12px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    padding: 13px 22px;
    background: var(--ink);
    color: white;
    font-size: 12px;
    z-index: 30;
    box-shadow: 0 6px 30px #24362630;
  }
  .discreet {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .scene.live { animation: none; }
}


/* Keep the floating brand above the designer text at every screen size. */
.designer-card .designer-info { padding-top: 86px; }
@media (max-width: 600px) {
  .designer-card::after { width: 104px; top: 16px; right: 20px; }
  .designer-card .designer-info { padding-top: 68px; }
}
@media (prefers-reduced-motion: reduce) {
  .designer-card::after { animation: none; }
}

.stage-wrap::before {
  transform-origin: center;
  animation: salon-mark-breathe 8s ease-in-out infinite;
}
@keyframes salon-mark-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.02); }
}
@media (prefers-reduced-motion: reduce) {
  .stage-wrap::before { animation: none; }
}
