html:lang(ja) {
  --serif: Editorial, "Noto Serif JP", "Yu Mincho", serif;
}
html:lang(zh-CN) {
  --serif: Editorial, "Noto Serif SC", serif;
}
html:lang(zh-TW) {
  --serif: Editorial, "Noto Serif TC", serif;
}
html:lang(th) {
  --serif: Editorial, "Noto Serif Thai", serif;
}
html:lang(ru) .hero h1 {
  font-size: clamp(42px, 5.7vw, 87px);
  line-height: 1.2;
}
html:lang(th) .hero h1 {
  font-size: clamp(36px, 5vw, 74px);
  line-height: 1.65;
}
:root {
  --paper: #f5f0e7;
  --paper-light: #fbf8f2;
  --ink: #292c25;
  --wine: #582936;
  --green: #3c554c;
  --celadon: #adb9a5;
  --gold: #aa9270;
  --line: rgba(70, 55, 44, 0.2);
  --hanji-texture: url("/assets/backgrounds/hanji-paper.jpeg");
  --paper-veil: rgba(245, 240, 231, 0.64);
  --serif:
    Editorial, "Noto Serif KR", "AppleMyungjo", "Yu Mincho", "Songti SC",
    Georgia, serif;
  --sans:
    Manrope, "Apple SD Gothic Neo", "Hiragino Kaku Gothic ProN",
    "Microsoft YaHei", sans-serif;
  --gutter: clamp(24px, 5vw, 100px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  position: relative;
  isolation: isolate;
}
/* Real paper remains behind content, never over food or portrait pixels. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(var(--paper-veil), var(--paper-veil)), var(--hanji-texture);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body:has(dialog[open]) {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: default;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
button {
  border: 0;
  background: none;
}
img {
  max-width: 100%;
  display: block;
}
figure {
  margin: 0;
}
p {
  margin: 0 0 1.7em;
}
h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  text-wrap: balance;
}
h1 {
  font-size: clamp(48px, 6vw, 100px);
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(34px, 3.4vw, 58px);
  letter-spacing: -0.025em;
}
h3 {
  font-size: 19px;
}
::selection {
  background: var(--wine);
  color: var(--paper);
}
[hidden] {
  display: none !important;
}
.section {
  padding: 110px var(--gutter);
  max-width: 1800px;
  margin-inline: auto;
}
.lead {
  font-size: 17px;
  line-height: 2;
  max-width: 590px;
}
.fine {
  font-size: 12px;
  line-height: 1.9;
  opacity: 0.78;
  max-width: 750px;
}
.eyebrow {
  display: flex;
  gap: 20px;
  font: 500 10px/1.6 var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.17em;
  margin-bottom: 28px;
}
.eyebrow > span {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid currentColor;
  padding: 12px 0;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.text-link span,
.button span {
  transition: transform 0.25s;
}
.text-link:hover span,
.button:hover span {
  transform: translate(3px, -3px);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 18px 25px;
  background: var(--wine);
  color: var(--paper-light);
  font-size: 12px;
  letter-spacing: 0.04em;
  min-width: 180px;
}
.seal {
  width: 50px;
  height: 50px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 200;
  background: var(--paper);
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 104px;
  padding: 0 var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
  background: var(--paper);
}
.brand-lockup {
  display: flex;
  gap: 13px;
  align-items: center;
  color: var(--wine);
}
.brand-lockup .seal {
  width: 37px;
  height: 37px;
}
.brand-lockup > span {
  font-family: Editorial, serif;
  font-size: 26px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.brand-lockup small {
  display: block;
  text-align: center;
  font-family: serif;
  font-size: 9px;
  letter-spacing: 0.6em;
  margin: 8px 0 0;
}
.desktop-nav {
  display: flex;
  gap: clamp(20px, 2.5vw, 45px);
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.03em;
}
.desktop-nav a {
  padding: 15px 0;
  position: relative;
}
.desktop-nav a:after {
  content: "";
  height: 1px;
  background: currentColor;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 100%;
  transition: right 0.3s;
}
.desktop-nav a:hover:after,
.desktop-nav a[aria-current]:after {
  right: 0;
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 22px;
}
.language-button {
  font-size: 10px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  white-space: nowrap;
}
.language-button > span {
  font-size: 19px;
}
.menu-button {
  width: 32px;
  height: 40px;
  display: none;
  padding: 12px 0;
}
.menu-button span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--ink);
  margin: 6px 0;
}
.hero {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
.hero-top,
.hero-bottom {
  padding: 0 var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
}
.hero-top {
  margin-bottom: 34px;
}
.hero-main {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 540px;
  position: relative;
}
.hero-copy {
  padding: 60px 0 80px var(--gutter);
  z-index: 2;
  position: relative;
  align-self: center;
}
.hero h1 {
  font-size: clamp(44px, 5.8vw, 88px);
  line-height: 1.38;
  letter-spacing: -0.055em;
  position: relative;
  margin-right: -160px;
  color: var(--wine);
}
.hero h1 > span {
  display: block;
}
.hero h1 .hero-second {
  margin-left: clamp(12px, 2vw, 34px);
}
.hero-lead {
  font-size: 14px;
  line-height: 2.05;
  max-width: 370px;
  margin: 30px 0 28px;
}
.hero-button {
  background: none;
  color: var(--wine);
  padding: 13px 0;
  border-bottom: 1px solid currentColor;
  min-width: 0;
  gap: 48px;
}
.hero-visual {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  min-height: 540px;
  background: #e3d6c1;
  margin-right: var(--gutter);
}
.hero-visual picture,
.hero-visual picture > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.hero-visual picture > img {
  object-position: 62% 50%;
  transform: scale(1.025);
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 240, 231, 0.4), transparent 40%);
  pointer-events: none;
}
.hero-stamp {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1;
  background: var(--paper);
  color: var(--wine);
  padding: 17px 14px;
  width: 80px;
  text-align: center;
  box-shadow: 0 4px 25px #0000000a;
}
.hero-stamp .seal {
  width: 45px;
  height: 45px;
  margin: 0 auto 12px;
}
.hero-stamp span {
  font-size: 8px;
  line-height: 2;
  letter-spacing: 0.2em;
}
.hero-bottom {
  margin: 28px 0 10px;
  font-size: 8px;
}
.hero-bottom a {
  display: flex;
  gap: 20px;
  align-items: center;
  min-height: 44px;
}
.hero-wordmark {
  font-family: Editorial, serif;
  font-size: 20.65vw;
  letter-spacing: 0.028em;
  line-height: 0.88;
  text-align: center;
  color: var(--wine);
  padding: 30px 1.5vw 0;
  margin-bottom: -0.027em;
  user-select: none;
}
.hero-world h1 {
  letter-spacing: -0.04em;
  font-size: clamp(55px, 6.5vw, 105px);
  line-height: 1;
}
.hero-world .hero-copy {
  padding-top: 70px;
}
.hero-world .hero-lead {
  max-width: 360px;
}
.market-japan {
  --wine: #3c554c;
  --gold: #827449;
}
.market-japan .seal {
  filter: hue-rotate(108deg) saturate(0.6);
}
.hero-japan h1 {
  font-size: clamp(38px, 4.8vw, 77px);
  letter-spacing: -0.04em;
  line-height: 1.6;
}
.hero-japan .hero-copy {
  padding-bottom: 70px;
}
.hero-japan .hero-wordmark {
  color: #617368;
}
.intro {
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: center;
  padding-block: 150px;
  gap: 20px;
}
.intro-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding-right: 50px;
}
.intro-mark .seal {
  width: 115px;
  height: 115px;
}
.intro-mark > span {
  font-family: serif;
  font-size: 17px;
  letter-spacing: 0.7em;
  color: var(--wine);
}
.intro h2 {
  margin-bottom: 32px;
}
.intro p.lead {
  max-width: 660px;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 55px;
}
.section-head > div:last-child {
  max-width: 450px;
  justify-self: end;
}
.section-head p:not(.eyebrow) {
  font-size: 14px;
}
.collection {
  border-top: 1px solid var(--line);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  row-gap: 65px;
}
.product-card {
  min-width: 0;
}
.product-image {
  background: #ece6dc;
  width: 100%;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product-image:hover img {
  transform: scale(1.05);
}
.product-open {
  position: absolute;
  bottom: 13px;
  right: 17px;
  font-size: 24px;
  color: var(--wine);
}
.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 0.05em;
  margin: 20px 0 8px;
  opacity: 0.8;
}
.product-card h3 {
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: -0.03em;
}
.product-card > p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 12px;
  opacity: 0.8;
}
.founder-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--wine);
  color: var(--paper);
  max-width: 1800px;
  margin: auto;
  min-height: 760px;
}
.founder-image {
  position: relative;
  overflow: hidden;
  background: #e6e4dc;
  margin: 65px 0 65px var(--gutter);
  height: 640px;
}
.founder-image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.vertical-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ink);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: var(--paper);
  padding: 15px 8px;
}
.founder-copy {
  align-self: center;
  padding: 70px 13% 70px 14%;
}
.founder-copy h2 {
  font-size: clamp(38px, 4.2vw, 67px);
  line-height: 1.55;
  letter-spacing: -0.04em;
  margin: 20px 0 30px;
}
.founder-copy p:not(.eyebrow) {
  font-size: 14px;
  line-height: 2;
}
.signature {
  font-family: var(--serif);
  font-size: 32px;
  display: block;
  margin: 35px 0 16px;
}
.founder-copy .text-link {
  font-size: 11px;
}
.archive-teaser {
  background-color: #e9e6da;
  background-image: linear-gradient(
    90deg,
    transparent 49.8%,
    rgba(97, 79, 43, 0.04) 50%,
    transparent 50.2%
  );
  background-size: 200px 100%;
}
.archive-triptych {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  gap: 36px;
  align-items: start;
  margin-top: 70px;
}
.framed-photo {
  border: 1px solid #b4a382;
  padding: 15px;
  box-shadow: 0 8px 25px #302a2212;
  display: block;
  background: #f5f0e7;
}
.framed-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: saturate(0.78);
  transition: filter 0.4s;
}
.framed-photo:hover img {
  filter: saturate(1);
}
.framed-photo:nth-child(2) {
  margin-top: 75px;
}
.framed-photo:nth-child(2) img {
  aspect-ratio: 5/4;
}
.framed-photo:nth-child(3) {
  margin-top: 20px;
}
.framed-photo > span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.15em;
  margin: 14px 0 0;
}
.visit-teaser,
.visit-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 12%;
  background: var(--paper-light);
}
.visit-teaser h2 {
  margin-bottom: 30px;
}
.visit-teaser .fine {
  margin-top: 30px;
}
.window-art {
  aspect-ratio: 1/1.1;
  background-color: var(--wine);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
  position: relative;
  clip-path: polygon(
    20% 0,
    80% 0,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0 80%,
    0 20%
  );
  background-image:
    linear-gradient(
      90deg,
      transparent 48.7%,
      #f5f0e70d 49%,
      #f5f0e70d 51%,
      transparent 51.3%
    ),
    linear-gradient(
      0deg,
      transparent 48.7%,
      #f5f0e70d 49%,
      #f5f0e70d 51%,
      transparent 51.3%
    );
  background-size: 80px 80px;
}
.window-art:after {
  content: "";
  position: absolute;
  inset: 25px;
  border: 1px solid #f5f0e744;
  clip-path: inherit;
}
.window-art .seal {
  width: 85px;
  height: 85px;
  filter: brightness(0) invert(0.9);
}
.window-art > span {
  font-family: Editorial, serif;
  font-size: 42px;
  letter-spacing: 0.18em;
  text-align: center;
  line-height: 1;
}
.window-art i {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.site-footer {
  padding: 75px var(--gutter) 25px;
  background: #262d27;
  color: var(--paper);
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-brand > .seal {
  filter: brightness(0) invert(0.9);
  width: 57px;
  height: 57px;
}
.footer-brand > span {
  font-family: Editorial, serif;
  font-size: 54px;
  letter-spacing: 0.06em;
}
.footer-top > p {
  font-size: 13px;
  max-width: 300px;
  margin: 0;
}
.footer-links {
  display: flex;
  gap: 40px;
  margin: 45px 0 60px;
}
.footer-links .text-link {
  border: 0;
  padding: 0;
  font-size: 11px;
  opacity: 0.8;
}
.footer-links .text-link > span {
  display: none;
}
.footer-bottom {
  border-top: 1px solid #f5f0e730;
  padding-top: 25px;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 9px;
  letter-spacing: 0.03em;
}
.footer-bottom > span {
  margin-right: auto;
}
.footer-bottom > a:last-child {
  font-size: 22px;
}
.page-title {
  padding-top: 100px;
  padding-bottom: 80px;
}
.page-title > h1 {
  max-width: 1000px;
  color: var(--wine);
  line-height: 1.4;
}
.page-title > .lead {
  margin-top: 35px;
  margin-bottom: 0;
  max-width: 650px;
}
.maison-story {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
}
.emblem-stage {
  background: #eae4d8;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
  position: relative;
}
.emblem-stage:before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid var(--line);
}
.emblem-stage .seal {
  width: 180px;
  height: 180px;
}
.emblem-stage > span {
  font-size: 25px;
  letter-spacing: 0.7em;
  font-family: serif;
  color: var(--wine);
}
.emblem-stage > p {
  margin: 0;
  font-size: 8px;
  letter-spacing: 0.15em;
}
.prose p {
  font-size: 15px;
  line-height: 2.1;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7%;
  background: var(--wine);
  color: var(--paper);
}
.value-number {
  font-family: Editorial;
  font-size: 65px;
  opacity: 0.5;
}
.values h2 {
  font-size: 30px;
  margin: 25px 0;
}
.values p {
  font-size: 13px;
  margin-bottom: 0;
}
.still-life {
  height: 650px;
  position: relative;
  overflow: hidden;
}
.still-life > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}
.still-life > p {
  position: absolute;
  top: 60px;
  left: var(--gutter);
  font-family: var(--serif);
  font-size: clamp(26px, 3.7vw, 65px);
  color: var(--wine);
}
.symbol-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7%;
}
.symbol-notes > div > span {
  font-size: 10px;
  color: var(--wine);
}
.symbol-notes h3 {
  margin: 15px 0;
}
.symbol-notes p {
  font-size: 13px;
  margin: 0;
}
.founder-opening {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10%;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 0;
}
.founder-opening h1 {
  font-size: clamp(55px, 7vw, 105px);
  color: var(--wine);
}
.roman-name {
  font-size: 12px;
  letter-spacing: 0.12em;
  margin: 22px 0 40px;
}
.roman-name > span {
  margin-left: 22px;
}
.founder-opening .portrait {
  height: 660px;
  overflow: hidden;
  background: #d9dcd4;
}
.portrait > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
}
.biography {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  background: var(--paper-light);
}
.credentials {
  list-style: none;
  padding: 25px 0 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
  line-height: 2.2;
}
.timeline {
  padding-top: 20px;
}
.timeline article {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding: 35px 0;
  align-items: center;
}
.timeline article > span {
  font-family: Editorial, serif;
  font-size: 42px;
  color: var(--wine);
}
.timeline article > p {
  margin: 0;
  max-width: 670px;
}
.timeline > .fine {
  margin-top: 40px;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 50px;
  border-bottom: 1px solid var(--line);
}
.filters button {
  padding: 12px 4px 16px;
  font-size: 12px;
  position: relative;
  opacity: 0.65;
}
.filters button.active {
  opacity: 1;
  color: var(--wine);
}
.filters button.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  background: var(--wine);
  left: 0;
  right: 0;
}
.collection-page {
  padding-top: 0;
}
.collection-note {
  margin-top: 45px;
}
.archive-room {
  padding-top: 40px;
  background-color: #e4dece;
  background-image: linear-gradient(
    90deg,
    transparent calc(100% - 1px),
    #9d8c7012 0
  );
  background-size: 160px 100%;
  border-top: 1px solid var(--line);
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 35px;
  align-items: start;
}
.archive-grid figure {
  background: var(--paper-light);
  padding: 16px;
  box-shadow: 0 10px 24px #2620120c;
  border: 1px solid #bcac8f;
  min-width: 0;
}
.archive-grid figure:nth-child(3n + 2) {
  margin-top: 45px;
}
.archive-photo {
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
}
.archive-photo img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: contain;
  background: #f4f0e8;
}
.archive-photo > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: var(--paper);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.2s;
}
.archive-photo:hover > span,
.archive-photo:focus-visible > span {
  opacity: 1;
}
.archive-grid figcaption {
  padding: 16px 2px 0;
}
.archive-grid figcaption > span {
  font-size: 9px;
  letter-spacing: 0.09em;
}
.archive-grid figcaption > p {
  margin: 7px 0 0;
  font-size: 12px;
}
.archive-room > .fine {
  margin-top: 60px;
}
.visit-page {
  padding-top: 40px;
}
.visit-page h2 {
  margin: 25px 0;
}
.tokyo {
  border-block: 1px solid var(--line);
}
.tokyo > p:not(.eyebrow) {
  max-width: 600px;
  margin: 30px 0;
}
.link-row {
  display: flex;
  gap: 50px;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15%;
}
.contact h2 {
  margin-bottom: 35px;
}
.contact-links {
  align-self: center;
}
.contact-links .text-link {
  display: flex;
  width: 100%;
  font-size: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.contact-links > p {
  font-size: 12px;
  margin-top: 22px;
}
.creator-intro {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 12%;
  padding-top: 0;
  align-items: center;
}
.creator-portrait {
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--paper-light);
}
.creator-portrait > img {
  width: 100%;
  filter: saturate(0.75);
}
.creator-role {
  font-size: 12px;
  color: var(--wine);
}
.creator-history {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  border-top: 1px solid var(--line);
}
.creator-history h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.creator-history article {
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.creator-history h3 {
  margin-bottom: 15px;
}
.creator-history article .eyebrow {
  margin-bottom: 15px;
}
.creator-history article > p:last-child {
  margin: 0;
  font-size: 13px;
}
.creator-history .fine {
  margin-top: 45px;
}
.legal {
  max-width: 950px;
  padding-top: 0;
}
.legal hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 50px 0;
}
.legal .text-link {
  display: flex;
  max-width: 500px;
}
.dialog-close {
  position: absolute;
  right: 25px;
  top: 18px;
  font-size: 32px;
  line-height: 1;
  width: 44px;
  height: 44px;
  z-index: 3;
}
dialog {
  border: 0;
  background: var(--paper);
  color: var(--ink);
  max-height: 90dvh;
  padding: 60px;
  overflow: auto;
}
dialog::backdrop {
  background: #151b18aa;
  backdrop-filter: blur(7px);
}
.language-dialog {
  width: 800px;
}
.language-dialog h2 {
  font-size: 40px;
}
.language-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
  margin-top: 35px;
}
.language-grid > a {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  gap: 10px;
}
.language-grid > a > small {
  font-size: 8px;
  opacity: 0.7;
}
.language-grid > a[aria-current] {
  color: var(--wine);
  font-weight: 700;
}
.nav-dialog {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  padding: 90px var(--gutter);
}
.nav-dialog > a {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: clamp(24px, 6vw, 44px);
  font-family: var(--serif);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.nav-dialog > a > span {
  font: 11px var(--sans);
  color: var(--gold);
}
.product-dialog {
  width: 1000px;
}
.product-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.product-modal-grid > img {
  width: 100%;
  max-height: 550px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-modal-grid h2 {
  font-size: 36px;
  margin: 20px 0;
}
.product-modal-grid .fine {
  margin: 28px 0;
}
.lightbox {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  background: #20251f;
  color: var(--paper);
  padding: 60px 70px;
  overflow: hidden;
}
.lightbox figure {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.lightbox figure > img {
  width: 100%;
  min-height: 0;
  flex: 1;
  object-fit: contain;
}
.lightbox figcaption {
  font-size: 12px;
  text-align: center;
  max-width: 80%;
  line-height: 1.6;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 60px;
  font-size: 28px;
  z-index: 2;
}
.lightbox-prev {
  left: 10px;
}
.lightbox-next {
  right: 10px;
}
.lightbox-count {
  position: absolute;
  left: 28px;
  top: 28px;
  font-size: 10px;
  letter-spacing: 0.15em;
}
.js-motion [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.js-motion [data-reveal].visible {
  opacity: 1;
  transform: none;
}
/* Pastel paper surfaces: one cached photograph, three quiet tint strengths. */
.site-header {
  background: transparent;
}
.hero-stamp,
.vertical-caption,
.emblem-stage,
.framed-photo,
.visit-teaser,
.visit-page,
.biography,
.archive-grid figure,
.creator-portrait,
dialog:not(.lightbox) {
  background-image:
    linear-gradient(var(--paper-veil), var(--paper-veil)), var(--hanji-texture);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visit-teaser,
.visit-page,
.biography,
.archive-grid figure,
.creator-portrait,
dialog:not(.lightbox) {
  --paper-veil: rgba(251, 248, 242, 0.78);
}
.emblem-stage {
  --paper-veil: rgba(234, 228, 216, 0.58);
}
.archive-teaser,
.archive-room {
  --paper-veil: rgba(227, 226, 211, 0.56);
  background-image:
    linear-gradient(90deg, transparent calc(100% - 1px), #9d8c7012 0),
    linear-gradient(var(--paper-veil), var(--paper-veil)), var(--hanji-texture);
  background-size:
    160px 100%,
    cover,
    1440px auto;
  background-position:
    left top,
    center,
    center top;
  background-repeat: repeat, no-repeat, repeat-y;
  background-blend-mode: normal;
}
@media (max-width: 650px) {
  body::before {
    background-size: auto 100%;
    background-position: 42% center;
  }
  .archive-room,
  .archive-teaser {
    background-size:
      120px 100%,
      cover,
      auto 850px;
  }
}
@media print, (forced-colors: active) {
  body::before {
    display: none;
  }
  body * {
    background-image: none !important;
  }
}
@media (min-width: 1700px) {
  .hero {
    max-width: 1800px;
    margin: auto;
  }
  .hero-wordmark {
    font-size: 360px;
  }
}
@media (max-width: 1150px) {
  .desktop-nav {
    gap: 19px;
    font-size: 10px;
  }
  .site-header {
    gap: 20px;
  }
  .brand-lockup > span {
    font-size: 22px;
  }
  .hero-main {
    min-height: 470px;
  }
  .hero-visual {
    min-height: 470px;
  }
  .hero h1 {
    font-size: 6vw;
  }
  .hero-world h1 {
    font-size: 7.5vw;
  }
  .hero-japan h1 {
    font-size: 5.4vw;
  }
  .hero-copy {
    padding-block: 45px;
  }
  .founder-image {
    height: 560px;
  }
  .founder-feature {
    min-height: 690px;
  }
  .products-grid {
    gap: 18px;
  }
  .product-image {
    padding: 15px;
  }
  .section {
    padding-block: 85px;
  }
  .page-title {
    padding-bottom: 65px;
  }
  .hero-top {
    margin-bottom: 15px;
  }
  .intro {
    padding-block: 110px;
  }
  .hero h1 {
    margin-right: -140px;
  }
  .site-header {
    height: 90px;
  }
  .creator-intro {
    padding-top: 0;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero h1 {
    font-size: 7vw;
  }
  .hero-world h1 {
    font-size: 8vw;
  }
  .hero-japan h1 {
    font-size: 6vw;
  }
  .hero-main {
    grid-template-columns: 45% 55%;
  }
  .hero-lead {
    font-size: 12px;
    max-width: 275px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero h1 {
    margin-right: -190px;
  }
  .hero-visual {
    margin-right: 25px;
  }
  .hero-stamp {
    right: 15px;
    top: 15px;
    transform: scale(0.8);
    transform-origin: top right;
  }
  .intro {
    grid-template-columns: 27% 73%;
    gap: 0;
  }
  .intro-mark {
    padding-right: 30px;
  }
  .intro-mark .seal {
    width: 90px;
    height: 90px;
  }
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 24px;
  }
  .product-image {
    aspect-ratio: 1;
    padding: 30px;
  }
  .section-head {
    gap: 7%;
  }
  .founder-copy {
    padding: 45px 12%;
  }
  .founder-image {
    height: 530px;
  }
  .founder-feature {
    min-height: 650px;
  }
  .founder-copy h2 {
    font-size: 36px;
  }
  .archive-triptych {
    gap: 20px;
  }
  .framed-photo {
    padding: 10px;
  }
  .visit-teaser,
  .visit-page {
    gap: 8%;
  }
  .footer-top {
    align-items: flex-start;
  }
  .footer-brand > span {
    font-size: 42px;
  }
  .footer-links {
    gap: 25px;
    flex-wrap: wrap;
  }
  .footer-bottom {
    gap: 25px;
  }
  .page-title h1 {
    font-size: 60px;
  }
  .founder-opening {
    gap: 5%;
  }
  .founder-opening .portrait {
    height: 550px;
  }
  .founder-opening h1 {
    font-size: 60px;
  }
  .maison-story {
    gap: 7%;
  }
  .emblem-stage .seal {
    width: 130px;
    height: 130px;
  }
  .archive-grid {
    gap: 30px 20px;
  }
  .archive-grid figure {
    padding: 10px;
  }
  .contact {
    gap: 9%;
  }
}
@media (max-width: 650px) {
  :root {
    --gutter: 24px;
  }
  .site-header {
    height: 80px;
  }
  .brand-lockup > span {
    font-size: 23px;
  }
  .brand-lockup .seal {
    width: 32px;
    height: 32px;
  }
  .brand-lockup small {
    font-size: 8px;
  }
  .header-tools {
    gap: 19px;
  }
  .hero {
    padding-top: 18px;
  }
  .hero-top {
    font-size: 7px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  .hero-top > span:last-child {
    font-size: 6px;
  }
  .hero-main {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .hero-copy {
    padding: 24px var(--gutter) 38px;
    align-self: stretch;
  }
  .hero-copy > .eyebrow {
    font-size: 8px;
    margin-bottom: 18px;
  }
  .hero h1,
  .hero-world h1 {
    font-size: clamp(40px, 10.3vw, 65px);
    line-height: 1.38;
    margin-right: 0;
    letter-spacing: -0.055em;
  }
  .hero-world h1 {
    font-size: 13vw;
    line-height: 0.97;
    letter-spacing: -0.035em;
  }
  .hero-world .hero-copy {
    padding-top: 28px;
  }
  .hero h1 .hero-second {
    margin-left: 20px;
  }
  .hero-japan h1 {
    font-size: 9vw;
    line-height: 1.6;
  }
  .hero-lead {
    font-size: 12px;
    margin: 22px 0 14px;
    max-width: 360px;
    line-height: 1.95;
  }
  .hero-button {
    font-size: 11px;
    gap: 40px;
    padding: 9px 0;
  }
  .hero-visual {
    margin: 0 0 0 40px;
    min-height: 340px;
    flex-basis: 340px;
  }
  .hero-visual picture > img {
    object-position: 70% 55%;
  }
  .hero-stamp {
    right: 20px;
    top: 20px;
    transform: scale(0.9);
  }
  .hero-bottom {
    margin: 12px 0 5px;
    flex-direction: row;
    gap: 10px;
    font-size: 6px;
    letter-spacing: 0.04em;
  }
  .hero-bottom a {
    gap: 8px;
    font-size: 6px;
  }
  .hero-wordmark {
    padding-top: 24px;
    font-size: 20.5vw;
    line-height: 0.91;
  }
  .section {
    padding-block: 65px;
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .intro-mark {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    gap: 18px;
    padding: 0;
    align-items: center;
  }
  .intro-mark .seal {
    width: 60px;
    height: 60px;
  }
  .intro-mark > span {
    font-size: 14px;
  }
  .eyebrow {
    font-size: 9px;
    gap: 16px;
    margin-bottom: 22px;
  }
  h2 {
    font-size: 34px;
    line-height: 1.5;
  }
  .intro h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .lead {
    font-size: 14px;
    line-height: 2;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 35px;
  }
  .section-head > div:last-child {
    justify-self: start;
    max-width: 100%;
  }
  .section-head p:not(.eyebrow) {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section-head h2 {
    font-size: 32px;
  }
  .text-link {
    font-size: 11px;
    gap: 35px;
  }
  .products-grid {
    gap: 30px 14px;
  }
  .product-image {
    aspect-ratio: 4/5;
    padding: 12px;
  }
  .product-meta {
    font-size: 7px;
    gap: 5px;
    margin: 14px 0 7px;
  }
  .product-card h3 {
    font-size: 20px;
    line-height: 1.35;
  }
  .product-card > p {
    font-size: 10px;
    line-height: 1.7;
    margin: 10px 0 0;
  }
  .product-open {
    font-size: 19px;
    bottom: 8px;
    right: 12px;
  }
  .founder-feature {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 40px 24px 60px;
  }
  .founder-image {
    margin: 0 30px 0 0;
    height: 450px;
  }
  .founder-copy {
    padding: 45px 0 0;
  }
  .founder-copy h2 {
    font-size: 36px;
    line-height: 1.45;
    margin: 18px 0 25px;
  }
  .founder-copy p:not(.eyebrow) {
    max-width: 390px;
    font-size: 13px;
  }
  .signature {
    font-size: 27px;
    margin-top: 22px;
  }
  .archive-triptych {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 35px;
  }
  .framed-photo:nth-child(2) {
    margin-top: 65px;
  }
  .framed-photo:nth-child(3) {
    display: none;
  }
  .framed-photo:nth-child(2) img {
    aspect-ratio: 4/5;
  }
  .framed-photo {
    padding: 8px;
  }
  .framed-photo > span {
    font-size: 7px;
    margin-top: 10px;
  }
  .visit-teaser,
  .visit-page {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .window-art {
    max-width: 350px;
    width: 85%;
    margin: auto;
    aspect-ratio: 1;
  }
  .window-art .seal {
    width: 70px;
    height: 70px;
  }
  .window-art > span {
    font-size: 35px;
  }
  .visit-teaser h2 {
    margin-bottom: 25px;
  }
  .visit-teaser p:not(.eyebrow) {
    font-size: 13px;
  }
  .visit-teaser .fine {
    font-size: 11px;
  }
  .site-footer {
    padding: 50px 24px 25px;
  }
  .footer-top {
    display: block;
  }
  .footer-brand {
    gap: 18px;
  }
  .footer-brand > span {
    font-size: 40px;
  }
  .footer-brand > .seal {
    width: 43px;
    height: 43px;
  }
  .footer-top > p {
    font-size: 11px;
    margin-top: 24px;
    max-width: none;
  }
  .footer-links {
    gap: 18px 28px;
    margin: 30px 0 35px;
  }
  .footer-links .text-link {
    font-size: 10px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    font-size: 8px;
  }
  .footer-bottom > span {
    margin: 0;
  }
  .footer-bottom > a:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-bottom > a:last-child {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
  .page-title {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .page-title h1 {
    font-size: 43px;
    line-height: 1.35;
  }
  .page-title > .lead {
    margin-top: 24px;
    font-size: 13px;
  }
  .maison-story {
    padding-top: 0;
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .emblem-stage {
    max-width: 450px;
    width: 100%;
  }
  .emblem-stage .seal {
    width: 145px;
    height: 145px;
  }
  .prose p {
    font-size: 13px;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .values article {
    border-bottom: 1px solid #f5f0e730;
    padding-bottom: 30px;
  }
  .values article:last-child {
    border: 0;
    padding: 0;
  }
  .value-number {
    font-size: 45px;
  }
  .values h2 {
    font-size: 28px;
    margin: 10px 0 18px;
  }
  .still-life {
    height: 400px;
  }
  .still-life > img {
    object-position: 68% center;
  }
  .still-life > p {
    top: 24px;
    font-size: 25px;
    max-width: 200px;
    line-height: 1.5;
  }
  .symbol-notes {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .symbol-notes h3 {
    margin: 7px 0;
  }
  .founder-opening {
    padding-top: 50px;
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 0;
  }
  .founder-opening h1 {
    font-size: 60px;
  }
  .roman-name {
    font-size: 10px;
    margin: 18px 0 25px;
  }
  .founder-opening .portrait {
    height: 520px;
    margin-right: 25px;
  }
  .biography {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .biography h2 {
    font-size: 30px;
  }
  .timeline article {
    grid-template-columns: 100px 1fr;
    gap: 12px;
    padding: 25px 0;
    align-items: start;
  }
  .timeline article > span {
    font-size: 26px;
  }
  .timeline article > p {
    font-size: 11px;
  }
  .timeline > .fine {
    font-size: 10px;
  }
  .collection-page {
    padding-top: 0;
  }
  .filters {
    gap: 12px;
    margin-bottom: 35px;
  }
  .filters button {
    font-size: 10px;
    padding: 10px 0 14px;
  }
  .archive-room {
    padding-top: 24px;
  }
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }
  .archive-grid figure:nth-child(3n + 2) {
    margin-top: 0;
  }
  .archive-grid figure:nth-child(even) {
    margin-top: 30px;
  }
  .archive-grid figure {
    padding: 8px;
  }
  .archive-grid figcaption {
    padding-top: 10px;
  }
  .archive-grid figcaption > span {
    font-size: 7px;
  }
  .archive-grid figcaption > p {
    font-size: 9px;
  }
  .archive-photo img {
    aspect-ratio: 4/5;
  }
  .archive-photo > span {
    display: none;
  }
  .archive-room > .fine {
    font-size: 10px;
  }
  .contact {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contact p {
    font-size: 13px;
  }
  .contact-links .text-link {
    font-size: 14px;
  }
  .tokyo h2 {
    font-size: 36px;
  }
  .tokyo > p:not(.eyebrow) {
    font-size: 13px;
  }
  .link-row {
    flex-wrap: wrap;
    gap: 15px 30px;
  }
  .creator-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 0;
  }
  .creator-portrait {
    width: 80%;
    padding: 12px;
    max-width: 380px;
  }
  .creator-intro h2 {
    font-size: 44px;
  }
  .creator-history {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .creator-history h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .creator-history article > p:last-child {
    font-size: 12px;
  }
  .legal {
    padding-top: 0;
  }
  .legal .text-link {
    font-size: 10px;
  }
  dialog {
    padding: 65px 24px 35px;
    width: calc(100vw - 24px);
    max-width: none;
  }
  .dialog-close {
    right: 12px;
    top: 12px;
  }
  .language-dialog h2 {
    font-size: 32px;
  }
  .language-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    margin-top: 25px;
  }
  .language-grid > a {
    font-size: 13px;
    padding: 16px 0;
  }
  .language-grid > a > small {
    font-size: 7px;
  }
  .language-dialog .eyebrow {
    font-size: 8px;
  }
  .product-modal-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .product-modal-grid > img {
    height: 220px;
  }
  .product-modal-grid h2 {
    font-size: 30px;
  }
  .product-modal-grid p {
    font-size: 13px;
  }
  .product-modal-grid .fine {
    font-size: 10px;
  }
  .lightbox {
    padding: 65px 34px 50px;
    width: 100vw;
  }
  .lightbox-prev {
    left: 0;
  }
  .lightbox-next {
    right: 0;
  }
  .lightbox-prev,
  .lightbox-next {
    width: 32px;
    font-size: 20px;
  }
  .lightbox figcaption {
    font-size: 10px;
    max-width: 100%;
  }
  .nav-dialog {
    padding: 80px 24px 30px;
  }
  .nav-dialog > a {
    font-size: 30px;
    padding: 22px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .js-motion [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 650px) {
  .product-dialog,
  .language-dialog {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }
  .product-modal-grid > * {
    min-width: 0;
  }
  .product-modal-grid p {
    overflow-wrap: anywhere;
  }
}

/* Original identity retained: width-safe wordmarks and a folding masthead. */
:root {
  --ease-out: cubic-bezier(0.22, 0.7, 0.2, 1);
}
body {
  font-size: 15px;
}
.wordmark {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 566.384 / 69.784;
}
.header-space {
  height: 104px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 104px;
  width: 100%;
  gap: 24px;
  isolation: isolate;
  transition:
    height 360ms var(--ease-out),
    box-shadow 360ms var(--ease-out);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background-image: linear-gradient(#f5f0e7d9, #f5f0e7d9), var(--hanji-texture);
  background-size: cover;
  backdrop-filter: blur(14px);
  transition: opacity 360ms var(--ease-out);
}
.site-header.is-compact {
  height: 68px;
  box-shadow: 0 5px 22px #292c2508;
}
.site-header.is-scrolled::before {
  opacity: 1;
}
.brand-lockup {
  flex-shrink: 0;
  min-height: 48px;
  gap: 14px;
}
.brand-lockup .seal {
  width: 44px;
  height: 44px;
  transition:
    width 360ms var(--ease-out),
    height 360ms var(--ease-out);
}
.brand-lockup .brand-copy {
  display: block;
  width: 172px;
  max-width: 172px;
  overflow: hidden;
  opacity: 1;
  transition:
    max-width 360ms var(--ease-out),
    opacity 200ms ease,
    transform 360ms var(--ease-out);
}
.brand-copy .wordmark {
  width: 172px;
  max-width: none;
}
.brand-lockup small {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 9px;
  letter-spacing: 0.45em;
}
.is-compact .brand-copy {
  max-width: 0;
  opacity: 0;
  transform: translateX(-10px);
}
.is-compact .brand-lockup .seal {
  width: 36px;
  height: 36px;
}
.desktop-nav {
  gap: clamp(16px, 1.9vw, 32px);
  font-size: 13px;
  line-height: 1.5;
}
.desktop-nav a {
  max-width: 130px;
  text-wrap: balance;
}
.header-tools {
  flex-shrink: 0;
  gap: 16px;
  transition:
    opacity 220ms ease,
    transform 300ms var(--ease-out),
    visibility 220ms;
}
.language-button {
  min-height: 44px;
  min-width: 44px;
  padding: 10px 0;
  gap: 10px;
  letter-spacing: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.language-button .language-native {
  font-size: 14px;
  line-height: 1.5;
}
.language-flag {
  flex: 0 0 28px;
  width: 28px;
  height: 21px;
  object-fit: cover;
  border: 1px solid #292c251a;
}
.menu-button {
  width: 44px;
  height: 44px;
  padding: 10px;
}
.menu-button span {
  width: 24px;
  transition: transform 220ms var(--ease-out);
}
.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.language-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 24px;
}
.language-grid > a {
  min-height: 56px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 14px;
  gap: 12px;
  border: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5;
  transition:
    color 180ms ease,
    transform 180ms var(--ease-out);
}
.language-grid > a:hover {
  color: var(--wine);
  transform: translateX(3px);
}
.language-check {
  font-size: 13px;
}
.hero-wordmark {
  width: auto;
  margin: 0 var(--gutter);
  padding: 38px 0 30px;
  font-size: inherit;
  line-height: 1;
  overflow: visible;
}
.hero-wordmark .wordmark {
  width: 100%;
  height: auto;
}
.hero-stamp {
  width: 88px;
}
.hero-stamp > span {
  display: block;
  font-size: 13px;
  margin: 0 0 10px;
}
.hero-stamp > .wordmark {
  width: 60px;
  margin: auto;
}
.footer-brand .wordmark {
  width: 270px;
}
.eyebrow,
.eyebrow > span {
  font-size: 12px;
}
.hero-top,
.hero-bottom {
  font-size: 11px;
  line-height: 1.7;
}
.hero-lead {
  font-size: 16px;
}
.fine {
  font-size: 13px;
}
.text-link,
.button {
  font-size: 14px;
  min-height: 44px;
}
.product-meta,
.framed-photo > span,
.archive-grid figcaption > span {
  font-size: 12px;
}
.product-card > p {
  font-size: 14px;
  line-height: 1.8;
}
.creator-role,
.contact-links > p,
.roman-name {
  font-size: 14px;
}
.footer-links .text-link,
.footer-bottom {
  font-size: 12px;
}
.footer-bottom a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.lightbox-count,
.lightbox figcaption {
  font-size: 13px;
}
.js-motion [data-reveal] {
  transform: translateY(14px);
  transition-duration: 480ms;
}
.js-motion [data-reveal].visible {
  transform: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.language-button,
.menu-button,
.dialog-close,
.button,
.archive-photo,
.product-image {
  transition: transform 180ms var(--ease-out);
}
.language-button:active,
.menu-button:active,
.dialog-close:active,
.button:active {
  transform: scale(0.96);
}
.archive-photo:active,
.product-image:active {
  transform: scale(0.985);
}
dialog {
  overscroll-behavior: contain;
}
dialog[open] {
  animation: panel-arrive 260ms var(--ease-out) both;
}
dialog[open]::backdrop {
  animation: veil-arrive 220ms ease both;
}
.nav-dialog[open] > a {
  animation: menu-arrive 380ms var(--ease-out) both;
}
.nav-dialog[open] > a:nth-of-type(2) {
  animation-delay: 30ms;
}
.nav-dialog[open] > a:nth-of-type(3) {
  animation-delay: 60ms;
}
.nav-dialog[open] > a:nth-of-type(4) {
  animation-delay: 90ms;
}
.nav-dialog[open] > a:nth-of-type(5) {
  animation-delay: 120ms;
}
@keyframes panel-arrive {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes veil-arrive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-arrive {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Progressive enhancement; unsupported browsers keep normal navigation. */
@view-transition {
  navigation: auto;
}
::view-transition-old(root) {
  animation: page-out 120ms ease both;
}
::view-transition-new(root) {
  animation: page-in 180ms ease both;
}
@keyframes page-out {
  to {
    opacity: 0;
  }
}
@keyframes page-in {
  from {
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .desktop-nav {
    display: none;
  }
  .menu-button {
    display: block;
  }
}
@media (max-width: 650px) {
  .header-space,
  .site-header {
    height: 88px;
  }
  .site-header {
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-header.is-compact {
    height: 64px;
    box-shadow: none;
    pointer-events: none;
  }
  .site-header::before {
    display: none;
  }
  .is-compact .brand-lockup {
    pointer-events: auto;
  }
  .is-compact .header-tools {
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    pointer-events: none;
  }
  .brand-lockup {
    gap: 10px;
  }
  .brand-lockup .seal {
    width: 38px;
    height: 38px;
  }
  .brand-lockup .brand-copy {
    width: clamp(112px, 36vw, 162px);
    max-width: 162px;
  }
  .brand-copy .wordmark {
    width: clamp(112px, 36vw, 162px);
  }
  .brand-lockup small {
    font-size: 13px;
    letter-spacing: 0.4em;
    margin-top: 8px;
  }
  .is-compact .brand-copy {
    max-width: 0;
  }
  .header-tools {
    gap: 6px;
  }
  .language-button {
    justify-content: center;
    padding: 10px 8px;
  }
  .language-button .language-native {
    display: none;
  }
  .hero-top {
    font-size: 10px;
    gap: 12px;
    align-items: start;
  }
  .hero-top > span:last-child {
    font-size: 10px;
    max-width: 155px;
    text-align: right;
  }
  .hero-copy > .eyebrow {
    font-size: 11px;
  }
  .hero-copy {
    padding-top: 25px;
    padding-bottom: 32px;
  }
  .hero-lead {
    font-size: 15px;
    line-height: 1.9;
  }
  .hero-button {
    font-size: 14px;
  }
  .hero-visual {
    margin: 0 var(--gutter);
    width: calc(100% - 2 * var(--gutter));
    min-height: 0;
    flex-basis: auto;
    aspect-ratio: 1 / 1.08;
  }
  .hero-visual picture > img {
    transform: none;
    object-position: 68% 50%;
  }
  .hero-stamp {
    right: 14px;
    top: 14px;
    transform: none;
    width: 78px;
    padding: 13px 9px;
  }
  .hero-stamp .seal {
    width: 39px;
    height: 39px;
    margin-bottom: 9px;
  }
  .hero-stamp > span {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .hero-stamp > .wordmark {
    width: 58px;
  }
  .hero-bottom {
    font-size: 11px;
    align-items: start;
    gap: 16px;
    margin-top: 22px;
  }
  .hero-bottom > span {
    max-width: 61%;
  }
  .hero-bottom a {
    font-size: 10px;
    gap: 8px;
    flex-shrink: 0;
  }
  .hero-wordmark {
    padding: 25px 0 28px;
    margin-inline: var(--gutter);
  }
  .eyebrow,
  .eyebrow > span {
    font-size: 11px;
  }
  .lead,
  .prose p,
  .founder-copy p:not(.eyebrow),
  .visit-teaser p:not(.eyebrow) {
    font-size: 15px;
  }
  .section-head p:not(.eyebrow),
  .creator-history article > p:last-child,
  .page-title > .lead {
    font-size: 14px;
  }
  .text-link,
  .button {
    font-size: 14px;
  }
  .fine,
  .visit-teaser .fine {
    font-size: 12px;
  }
  .product-meta {
    font-size: 11px;
    flex-wrap: wrap;
    gap: 2px 7px;
  }
  .product-card > p {
    font-size: 13px;
  }
  .framed-photo > span,
  .archive-grid figcaption > span {
    font-size: 11px;
    letter-spacing: 0.025em;
  }
  .archive-grid figcaption > p {
    font-size: 13px;
  }
  .footer-brand .wordmark {
    width: min(210px, 60vw);
  }
  .footer-top > p,
  .footer-links .text-link,
  .footer-bottom {
    font-size: 12px;
  }
  .roman-name {
    font-size: 13px;
  }
  .lightbox-count,
  .lightbox figcaption {
    font-size: 12px;
  }
  .language-dialog {
    width: calc(100vw - 24px);
    padding: 54px 24px 26px;
  }
  .language-dialog h2 {
    font-size: 34px;
    line-height: 1.25;
  }
  .language-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 18px;
    margin-top: 22px;
  }
  .language-grid > a {
    grid-template-columns: 24px minmax(0, 1fr) 10px;
    gap: 8px;
    font-size: 14px;
    min-height: 53px;
  }
  .language-grid .language-flag {
    width: 24px;
    height: 18px;
  }
  .dialog-close {
    top: 10px;
    right: 12px;
  }
  .nav-dialog > a {
    font-size: 30px;
    padding: 17px 0;
    line-height: 1.35;
  }
}
@media (max-width: 359px) {
  :root {
    --gutter: 20px;
  }
  .brand-lockup .seal {
    width: 32px;
    height: 32px;
  }
  .header-tools {
    gap: 0;
  }
  .language-dialog {
    padding-inline: 20px;
  }
  .language-grid {
    gap: 4px 12px;
  }
  .language-grid > a {
    font-size: 13px;
    gap: 6px;
  }
  .hero-bottom > span {
    max-width: 58%;
  }
}
@media (prefers-reduced-motion: reduce) {
  @view-transition {
    navigation: none;
  }
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }
  .js-motion [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
@media print {
  .header-space {
    height: auto;
  }
  .site-header {
    position: relative;
    height: 88px;
  }
  .site-header::before {
    display: none;
  }
  .brand-lockup .brand-copy {
    max-width: 172px;
    opacity: 1;
    transform: none;
  }
}
