:root {
  --bg: #f7f6f1;
  --bg-soft: #eef1ed;
  --paper: rgba(255, 255, 252, 0.9);
  --ink: #202522;
  --muted: #66706a;
  --line: rgba(32, 37, 34, 0.18);
  --accent: #1f4c63;
  --accent-soft: rgba(31, 76, 99, 0.1);
  --brown-deep: #17352f;
  --warm: #b77a45;
  --shadow: 0 24px 72px rgba(23, 53, 47, 0.12);
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 6px;
  --container: min(1360px, calc(100vw - 3rem));
}

body {
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
}

body,
.site-nav,
.button,
.access-list,
.menu-list,
.journal-card__meta,
.news-row time,
.eyebrow {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}

h1,
h2,
h3,
.brand__jp,
.manifest__pull,
.owner__history dt {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
.hero__lead,
.button,
summary {
  word-break: auto-phrase;
  text-wrap: balance;
}

.page-noise {
  opacity: 0.025;
  z-index: 19;
}

.scroll-line {
  height: 2px;
  background: rgba(31, 76, 99, 0.08);
  z-index: 80;
}

.scroll-line__bar {
  background: var(--accent);
}

.site-header {
  top: 18px;
  width: min(1460px, calc(100vw - 2rem));
  min-height: 78px;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  padding: 10px 18px 10px 12px;
  background: rgba(255, 255, 252, 0.82);
  border: 1px solid rgba(31, 76, 99, 0.12);
  border-radius: 6px;
  box-shadow: 0 14px 48px rgba(23, 53, 47, 0.1);
  backdrop-filter: blur(20px) saturate(120%);
  z-index: 70;
}

.brand {
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.brand__mark {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  padding: 6px;
  display: grid;
  place-items: center;
  background: var(--brown-deep);
  border-radius: 3px;
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand__copy {
  display: grid;
  gap: 1px;
}

.brand__jp {
  font-size: 18px;
  font-weight: 600;
}

.brand__en {
  font-size: 10px;
  letter-spacing: 0.14em;
}

.site-nav {
  justify-self: end;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
}

.site-nav a::after {
  background: var(--accent);
}

main {
  padding-top: 0;
}

section {
  width: var(--container);
  max-width: 1360px;
}

section[id] {
  scroll-margin-top: 112px;
}

.section-observe {
  transform: translateY(24px);
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2,
.manifest h2,
.streetbox h2,
.owner h2,
.journal h2,
.faq h2,
.newsroom h2,
.access h2,
.final-cta h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 500;
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1fr);
  gap: 12%;
  align-items: end;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.section-heading--split > p {
  max-width: 620px;
}

.hero--wipe {
  --wipe-x: 57%;
  width: 100%;
  max-width: none;
  min-height: 820px;
  height: 100svh;
  padding: 0;
  display: block;
  overflow: hidden;
  color: #fff;
}

.hero-wipe,
.hero-wipe__scene,
.hero-wipe__still,
.hero-wipe__scene .cms-hero-media,
.hero-wipe__scene .cms-hero-media__item {
  position: absolute;
  inset: 0;
}

.hero-wipe__scene,
.hero-wipe__still,
.hero-wipe__scene .cms-hero-media__item {
  background-position: center;
  background-size: cover;
}

.hero-wipe__scene--street {
  transform: scale(1.02);
}

.hero-wipe__scene--inside {
  clip-path: inset(0 0 0 var(--wipe-x));
  transition: clip-path 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}

.hero-wipe__scene--inside::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 28, 25, 0.14);
  z-index: 3;
  pointer-events: none;
}

.hero-wipe__scene .hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-wipe__veil {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(90deg, rgba(15, 28, 25, 0.78) 0%, rgba(15, 28, 25, 0.48) 38%, rgba(15, 28, 25, 0.08) 70%, rgba(15, 28, 25, 0.18) 100%);
  pointer-events: none;
}

.hero-wipe__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--wipe-x);
  width: 1px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.74);
  transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-wipe__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 58px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(23, 53, 47, 0.5);
}

.hero-wipe__line span {
  position: absolute;
  top: calc(50% - 52px);
  font: 700 10px/1 "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}

.hero-wipe__line span:first-child {
  right: 16px;
}

.hero-wipe__line span:last-child {
  left: 16px;
}

.hero__content--zoroya {
  position: absolute;
  top: 50%;
  left: max(5vw, calc((100vw - 1360px) / 2));
  width: min(650px, 44vw);
  transform: translateY(-42%);
  z-index: 8;
}

.hero__content--zoroya h1 {
  margin: 0 0 24px;
  font-size: 64px;
  line-height: 1.28;
  font-weight: 500;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.24);
}

.hero__content--zoroya .hero__lead {
  max-width: 510px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 2;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.hero--wipe .button--solid {
  color: var(--brown-deep);
  background: #fff;
  border-color: #fff;
}

.hero--wipe .button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(15, 28, 25, 0.16);
}

.hero__meta--zoroya {
  position: absolute;
  left: max(5vw, calc((100vw - 1360px) / 2));
  bottom: 34px;
  z-index: 8;
  display: flex;
  gap: 0;
  color: rgba(255, 255, 255, 0.82);
  font: 500 11px/1.5 "Noto Sans JP", sans-serif;
}

.hero__meta--zoroya p {
  margin: 0;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.hero__meta--zoroya p:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero__aside--zoroya {
  position: absolute;
  right: max(4vw, calc((100vw - 1360px) / 2));
  bottom: 34px;
  z-index: 8;
  width: 310px;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  background: none;
  border: 0;
}

.hero__aside--zoroya .hero__aside-label {
  margin-bottom: 8px;
  font: 700 10px/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}

.hero__aside--zoroya .hero__aside-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.manifest {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(280px, 0.8fr) minmax(400px, 1.2fr);
  gap: 54px;
  padding: 140px 0 130px;
  align-items: start;
}

.manifest__index {
  color: var(--accent);
  font: 300 92px/0.85 "Shippori Mincho", serif;
}

.manifest h2 {
  margin: 0;
}

.manifest__copy > p:first-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2.2;
}

.manifest__pull {
  margin: 56px 0 0;
  padding-top: 26px;
  border-top: 1px solid var(--accent);
  color: var(--brown-deep);
  font-size: 30px;
  line-height: 1.5;
}

.time-story,
.menu,
.space {
  padding: 120px 0;
}

.day-switch__button,
.menu-column,
.day-panel {
  border-radius: 4px;
}

.day-panel__number {
  margin: 0 0 10px;
  color: var(--accent);
  font: 600 13px/1 "Noto Sans JP", sans-serif;
}

.craft--editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 7%;
  align-items: start;
  padding: 120px 0;
}

.craft__visual {
  position: sticky;
  top: 116px;
}

.craft__visual img {
  height: 680px;
  object-fit: cover;
  border-radius: 4px;
}

.craft__visual > p {
  margin: 12px 0 0;
  color: var(--muted);
  font: 600 10px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.16em;
}

.craft__content .section-heading {
  max-width: none;
}

.craft-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.craft-row__index {
  margin: 5px 0 0;
  color: var(--accent);
  font: 700 12px/1 "Noto Sans JP", sans-serif;
}

.craft-row h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
}

.craft-row p:last-child,
.flavor-notes--line > p {
  margin: 0;
  color: var(--muted);
}

.flavor-notes--line {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  margin-top: 34px;
  padding: 30px 0 0;
  border: 0;
  border-top: 1px solid var(--accent);
  background: transparent;
  box-shadow: none;
}

.flavor-notes--line h3 {
  margin: 0;
  font-size: 24px;
}

.streetbox {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 68px;
  padding: 120px 0;
}

.streetbox__heading {
  max-width: 540px;
}

.streetbox__heading h2 {
  margin: 0 0 26px;
}

.streetbox__heading > p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

.streetbox__visual {
  position: relative;
  min-height: 520px;
}

.streetbox__visual img {
  height: 520px;
  object-fit: cover;
  border-radius: 4px;
}

.streetbox__size {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  min-width: 190px;
  margin: 0;
  padding: 14px 16px;
  color: #fff;
  background: rgba(19, 46, 40, 0.88);
  border-left: 3px solid #d74635;
  backdrop-filter: blur(8px);
}

.streetbox__size span {
  font: 600 10px/1.2 "Noto Sans JP", sans-serif;
}

.streetbox__size strong {
  font: 500 25px/1.2 "Shippori Mincho", serif;
}

.streetbox__list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}

.streetbox__list article {
  padding: 26px 30px 10px 0;
  border-right: 1px solid var(--line);
}

.streetbox__list article + article {
  padding-left: 30px;
}

.streetbox__list article:last-child {
  border-right: 0;
}

.streetbox__list p {
  margin: 0 0 36px;
  color: var(--accent);
  font: 700 12px/1 "Noto Sans JP", sans-serif;
}

.streetbox__list h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 500;
}

.streetbox__list span {
  color: var(--muted);
  font-size: 14px;
}

.origin-film {
  margin: 36px 0 0;
  padding: 126px 0 136px;
  color: #f7f4ec;
  background: #12352f;
  box-shadow: 0 0 0 100vmax #12352f;
  clip-path: inset(0 -100vmax);
  overflow: hidden;
}

.origin-film__inner {
  position: relative;
}

.origin-film__inner::before {
  content: "MACHI TO COFFEE";
  position: absolute;
  top: 28%;
  left: 50%;
  color: rgba(255, 255, 255, 0.035);
  font: 600 clamp(72px, 12vw, 190px)/0.82 "Noto Sans JP", sans-serif;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
}

.origin-film__heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 90px minmax(320px, 0.9fr) minmax(300px, 0.7fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 58px;
}

.origin-film__index {
  margin: 0;
  color: #e95c49;
  font: 600 13px/1 "Noto Sans JP", sans-serif;
}

.origin-film .eyebrow {
  color: #a9c7bd;
}

.origin-film h2 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.34;
}

.origin-film__heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 2;
}

.origin-film__stage {
  position: relative;
  z-index: 2;
  padding: 0 5.5%;
}

.origin-film__rail {
  display: flex;
  justify-content: space-between;
  padding: 0 0 14px;
  color: rgba(255, 255, 255, 0.56);
  font: 600 10px/1 "Noto Sans JP", sans-serif;
}

.origin-film__rail span:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  background: #e95c49;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(233, 92, 73, 0.15);
}

.origin-film__screen {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #08120f;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 22px 22px 0 #e95c49, -22px -22px 0 rgba(238, 226, 188, 0.14);
  overflow: hidden;
}

.origin-film__screen iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.origin-film__shutter {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 50.1%;
  background: #0d2924;
  pointer-events: none;
  transition: transform 1.05s cubic-bezier(0.76, 0, 0.24, 1) 0.25s;
}

.origin-film__shutter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.origin-film__shutter--left {
  left: 0;
}

.origin-film__shutter--left::after {
  right: 0;
}

.origin-film__shutter--right {
  right: 0;
}

.origin-film__shutter--right::after {
  left: 0;
}

.origin-film.is-visible .origin-film__shutter--left {
  transform: translateX(-101%);
}

.origin-film.is-visible .origin-film__shutter--right {
  transform: translateX(101%);
}

.owner--magazine {
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: 0;
  align-items: stretch;
  padding: 120px 0;
}

.owner--magazine .owner__image,
.owner--magazine .owner__content {
  border-radius: 0;
}

.owner--magazine .owner__image {
  min-height: 760px;
}

.owner--magazine .owner__image img {
  height: 100%;
  min-height: 760px;
  object-position: center top;
}

.owner--magazine .owner__image > p {
  position: absolute;
  left: 18px;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font: 600 11px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.owner--magazine .owner__content {
  padding: 70px 64px;
  color: #fff;
  background: var(--brown-deep);
}

.owner--magazine .eyebrow {
  color: #a9c7bd;
}

.owner--magazine .owner__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 2.15;
}

.owner__history {
  margin: 52px 0 0;
}

.owner__history > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.owner__history dt {
  font-size: 30px;
}

.owner__history dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.journal {
  padding: 120px 0;
  background: #edf1ee;
  box-shadow: 0 0 0 100vmax #edf1ee;
  clip-path: inset(0 -100vmax);
}

.journal__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 52px;
}

.journal__header h2 {
  margin: 0;
}

.journal__header > p {
  margin: 0;
  color: var(--muted);
}

.journal__grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 26px 46px;
}

.journal-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.journal-card--feature {
  grid-row: span 2;
  display: block;
  padding-top: 0;
  border-top: 0;
}

.journal-card__image {
  display: block;
  overflow: hidden;
}

.journal-card__image img {
  height: 140px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.journal-card--feature .journal-card__image img {
  height: 430px;
}

.journal-card__image:hover img {
  transform: scale(1.035);
}

.journal-card__body {
  padding: 0;
  background: transparent;
}

.journal-card--feature .journal-card__body {
  padding-top: 24px;
}

.journal-card__meta {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.journal-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.journal-card--feature h3 {
  font-size: 32px;
}

.journal-card__body > p:not(.journal-card__meta) {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--warm);
  font-size: 13px;
  font-weight: 700;
}

.menu--ledger .menu-column {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.menu--ledger .menu-column h3 {
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
  font-size: 28px;
}

.menu--ledger .menu-list > div {
  padding: 22px 0;
  border-bottom: 1px dotted rgba(32, 37, 34, 0.34);
}

.space-gallery--editorial {
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}

.space-gallery--editorial .space-gallery__item {
  grid-column: span 4;
  border-radius: 0;
  box-shadow: none;
}

.space-gallery--editorial .space-gallery__item--large {
  grid-column: span 8;
  grid-row: span 2;
}

.space-gallery--editorial figcaption {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 12px 0 0;
  color: var(--muted);
  background: transparent;
  font-size: 12px;
}

.space-gallery--editorial figcaption span {
  color: var(--accent);
  font-weight: 700;
}

.faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 10%;
  padding: 120px 0;
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}

.faq__heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq__heading h2 {
  margin: 0 0 20px;
}

.faq__heading > p:last-child {
  color: var(--muted);
}

.faq__item {
  border-top: 1px solid var(--line);
}

.faq__item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq__item summary {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr 24px;
  gap: 18px;
  align-items: center;
  padding: 25px 0;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "+";
  color: var(--accent);
  font-size: 24px;
  font-weight: 300;
}

.faq__item[open] summary::after {
  content: "−";
}

.faq__item summary span {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.faq__item > div {
  padding: 0 0 26px 76px;
}

.faq__item > div p {
  margin: 0;
  color: var(--muted);
}

.newsroom {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 10%;
  padding: 120px 0;
}

.newsroom__heading h2 {
  margin: 0 0 20px;
}

.newsroom__heading > p:last-child {
  color: var(--muted);
}

.news-row {
  border-top: 1px solid var(--line);
}

.news-row:last-child {
  border-bottom: 1px solid var(--line);
}

.news-row > a,
.news-row--empty > div {
  display: grid;
  grid-template-columns: 110px 1fr 30px;
  gap: 28px;
  align-items: center;
  padding: 26px 0;
}

.news-row time {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.news-row h3 {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: 500;
}

.news-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.news-row > a > span {
  color: var(--accent);
  font-size: 20px;
}

.access--map {
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(0, 1.14fr);
  gap: 0;
  max-width: 1500px;
  padding: 100px 0;
}

.access__content {
  padding: 64px;
  color: #fff;
  background: var(--brown-deep);
}

.access__content .eyebrow {
  color: #a9c7bd;
}

.access__content h2 {
  margin: 0 0 16px;
}

.access__content > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.access__content .access-list {
  margin: 34px 0;
}

.access__content .access-list > div {
  border-color: rgba(255, 255, 255, 0.2);
}

.access__content .access-list dt,
.access__content .access-list dd {
  color: rgba(255, 255, 255, 0.82);
}

.access__map {
  min-height: 690px;
  background: #e8ece8;
}

.access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 690px;
  border: 0;
}

.final-cta {
  width: min(1120px, calc(100vw - 3rem));
  padding: 130px 0 150px;
  text-align: center;
}

.final-cta h2 {
  max-width: 780px;
  margin: 0 auto 24px;
}

.final-cta > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 32px;
  color: var(--muted);
}

.final-cta__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 64px max(4vw, calc((100vw - 1360px) / 2));
  border-radius: 0;
  color: #fff;
  background: #102b26;
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  gap: 48px;
  align-items: end;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.site-footer__title {
  margin: 0 0 4px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
}

.site-footer__brand p:last-child,
.site-footer__info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.site-footer__info {
  display: grid;
  gap: 4px;
}

.site-footer__links {
  display: flex;
  gap: 18px;
  font-size: 12px;
}

@media (max-width: 1120px) {
  :root {
    --container: min(100% - 2rem, 1040px);
  }

  .site-nav {
    gap: 14px;
    font-size: 12px;
  }

  .hero__content--zoroya h1 {
    font-size: 54px;
  }

  .hero__aside--zoroya {
    display: none;
  }

  .manifest {
    grid-template-columns: 84px 0.85fr 1.15fr;
    gap: 34px;
  }

}

@media (max-width: 820px) {
  :root {
    --container: calc(100vw - 32px);
  }

  .site-header {
    top: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    min-height: 66px;
    grid-template-columns: 1fr auto;
    padding: 8px 10px;
    transform: none;
  }

  .brand__mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand__jp {
    font-size: 16px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 3px;
    font-size: 11px;
  }

  .site-nav {
    position: absolute;
    grid-column: 1 / -1;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    bottom: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(255, 255, 252, 0.97);
    box-shadow: 0 -14px 50px rgba(23, 53, 47, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease;
  }

  .site-header.is-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 10px;
    border-bottom: 1px solid var(--line);
  }

  .section-heading h2,
  .manifest h2,
  .streetbox h2,
  .owner h2,
  .journal h2,
  .faq h2,
  .newsroom h2,
  .access h2,
  .final-cta h2 {
    font-size: 34px;
  }

  .section-heading--split,
  .manifest,
  .craft--editorial,
  .streetbox,
  .owner--magazine,
  .journal__header,
  .faq,
  .newsroom,
  .access--map {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .hero--wipe {
    --wipe-x: 100%;
    min-height: 740px;
    height: 100svh;
  }

  .hero-wipe__scene--inside {
    clip-path: inset(52% 0 0 0);
  }

  .hero-wipe__line {
    top: 52%;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
  }

  .hero-wipe__line::before,
  .hero-wipe__line span {
    display: none;
  }

  .hero-wipe__veil {
    background: linear-gradient(180deg, rgba(15, 28, 25, 0.68) 0%, rgba(15, 28, 25, 0.38) 56%, rgba(15, 28, 25, 0.62) 100%);
  }

  .hero__content--zoroya {
    top: 132px;
    left: 24px;
    width: calc(100% - 48px);
    transform: none;
  }

  .hero__content--zoroya h1 {
    font-size: 40px;
    line-height: 1.35;
  }

  .hero__content--zoroya .hero__lead {
    max-width: 520px;
    font-size: 15px;
  }

  .hero__meta--zoroya {
    left: 24px;
    right: 24px;
    bottom: 22px;
    display: grid;
    gap: 5px;
  }

  .hero__meta--zoroya p {
    padding: 0;
    border: 0;
  }

  .manifest {
    padding: 92px 0;
  }

  .manifest__index {
    font-size: 64px;
  }

  .manifest__pull {
    margin-top: 34px;
    font-size: 25px;
  }

  .time-story,
  .menu,
  .space,
  .craft--editorial,
  .streetbox,
  .owner--magazine,
  .journal,
  .faq,
  .newsroom,
  .access--map {
    padding: 84px 0;
  }

  .craft__visual,
  .faq__heading {
    position: static;
  }

  .craft__visual img {
    height: 480px;
  }

  .streetbox__visual {
    min-height: 430px;
  }

  .streetbox__visual img {
    height: 430px;
  }

  .streetbox__size {
    right: 14px;
    bottom: 14px;
  }

  .origin-film {
    padding: 92px 0 104px;
  }

  .origin-film__heading {
    grid-template-columns: 62px 1fr;
    gap: 28px;
  }

  .origin-film__heading > p:last-child {
    grid-column: 2;
  }

  .origin-film__stage {
    padding: 0 20px;
  }

  .owner--magazine .owner__image,
  .owner--magazine .owner__image img {
    min-height: 560px;
  }

  .owner--magazine .owner__content,
  .access__content {
    padding: 46px 32px;
  }

  .journal__grid {
    grid-template-columns: 1fr;
  }

  .journal-card--feature {
    grid-row: auto;
  }

  .faq,
  .newsroom {
    gap: 42px;
  }

  .access__map,
  .access__map iframe {
    min-height: 500px;
  }
}

@media (max-width: 560px) {
  .brand__en {
    display: none;
  }

  .hero--wipe {
    min-height: 720px;
  }

  .hero__content--zoroya {
    top: 112px;
  }

  .hero__content--zoroya h1 {
    font-size: 34px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
    justify-content: center;
  }

  .section-heading h2,
  .manifest h2,
  .streetbox h2,
  .owner h2,
  .journal h2,
  .faq h2,
  .newsroom h2,
  .access h2,
  .final-cta h2 {
    font-size: 30px;
  }

  .section-heading--split {
    gap: 10px;
  }

  .craft__visual img,
  .streetbox__visual img {
    height: 370px;
  }

  .streetbox__visual {
    min-height: 370px;
  }

  .streetbox__size {
    right: 10px;
    bottom: 10px;
    min-width: 166px;
    padding: 11px 13px;
  }

  .streetbox__size strong {
    font-size: 21px;
  }

  .origin-film {
    margin-top: 12px;
    padding: 76px 0 88px;
  }

  .origin-film__heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 38px;
  }

  .origin-film__heading > p:last-child {
    grid-column: auto;
  }

  .origin-film__stage {
    padding: 0 8px;
  }

  .origin-film__rail span:first-child {
    display: none;
  }

  .origin-film__screen {
    box-shadow: 10px 10px 0 #e95c49, -10px -10px 0 rgba(238, 226, 188, 0.14);
  }

  .streetbox__list {
    grid-template-columns: 1fr;
  }

  .streetbox__list article,
  .streetbox__list article + article {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .streetbox__list p {
    margin-bottom: 12px;
  }

  .owner--magazine .owner__image,
  .owner--magazine .owner__image img {
    min-height: 430px;
  }

  .owner--magazine .owner__content,
  .access__content {
    padding: 38px 22px;
  }

  .owner__history > div {
    grid-template-columns: 86px 1fr;
  }

  .journal-card,
  .news-row > a,
  .news-row--empty > div {
    grid-template-columns: 1fr;
  }

  .journal-card__image img,
  .journal-card--feature .journal-card__image img {
    height: 260px;
  }

  .space-gallery--editorial {
    display: block;
  }

  .space-gallery--editorial .space-gallery__item {
    margin-bottom: 32px;
  }

  .faq__item summary {
    grid-template-columns: 44px 1fr 18px;
    gap: 10px;
    font-size: 15px;
  }

  .faq__item > div {
    padding-left: 54px;
  }

  .final-cta {
    width: calc(100vw - 32px);
    padding: 92px 0 110px;
  }

  .final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer__links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wipe__scene--inside,
  .hero-wipe__line,
  .journal-card__image img {
    transition: none;
  }
}

/* Zoroya 2.1 splash: a wall of small shops unfolds into the cafe. */
.site-splash {
  background: #0d2d27;
}

.site-splash__media {
  z-index: 0;
}

.site-splash__media img {
  filter: saturate(0.82) contrast(1.08) brightness(0.78);
  transform: scale(1.09);
}

.site-splash.is-running .site-splash__media img {
  animation-duration: 5.2s;
}

.site-splash__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 40, 34, 0.75), rgba(9, 40, 34, 0.18) 52%, rgba(9, 40, 34, 0.68)),
    linear-gradient(180deg, rgba(9, 40, 34, 0.2), rgba(9, 40, 34, 0.7));
}

.site-splash__door {
  z-index: 2;
  width: 56%;
  background: #0d2d27;
  background-image: none;
  box-shadow: none;
}

.site-splash__door--left {
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.site-splash__door--right {
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.site-splash.is-running .site-splash__door--left {
  animation: mtc-zoroya-door-left 1.1s cubic-bezier(0.76, 0, 0.24, 1) 3.3s forwards;
}

.site-splash.is-running .site-splash__door--right {
  animation: mtc-zoroya-door-right 1.1s cubic-bezier(0.76, 0, 0.24, 1) 3.3s forwards;
}

.site-splash__boxes {
  position: absolute;
  inset: 4.5vw;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
  pointer-events: none;
  perspective: 900px;
}

.site-splash__boxes span {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(21, 69, 59, 0.94);
  opacity: 0;
  transform: scale(0.7) rotateX(-52deg);
  transform-origin: 50% 100%;
}

.site-splash__boxes span:nth-child(3n + 2) {
  background: rgba(31, 76, 99, 0.93);
}

.site-splash__boxes span:nth-child(7) {
  border: 3px solid #d74f3f;
  background: rgba(215, 79, 63, 0.15);
}

.site-splash__boxes span::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  content: "";
}

.site-splash__boxes i {
  position: absolute;
  top: 12px;
  left: 13px;
  color: rgba(255, 255, 255, 0.46);
  font: 600 10px/1 "Noto Sans JP", sans-serif;
  font-style: normal;
}

.site-splash.is-running .site-splash__boxes span {
  animation:
    mtc-box-build 0.62s cubic-bezier(0.2, 0.9, 0.25, 1.15) calc(var(--box-index) * 0.045s) both,
    mtc-box-release 0.92s cubic-bezier(0.7, 0, 0.25, 1) calc(2.42s + var(--box-index) * 0.035s) forwards;
}

.site-splash__boxes span:nth-child(-n + 4) { --box-y: -42vh; --box-r: -8deg; }
.site-splash__boxes span:nth-child(n + 9) { --box-y: 42vh; --box-r: 8deg; }
.site-splash__boxes span:nth-child(4n + 1) { --box-x: -36vw; }
.site-splash__boxes span:nth-child(4n) { --box-x: 36vw; }

.site-splash__route {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 130px auto;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.76);
  font: 700 9px/1 "Noto Sans JP", sans-serif;
  letter-spacing: 0.18em;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-9deg);
}

.site-splash__route i {
  position: relative;
  height: 1px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.34);
}

.site-splash__route i::after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d3aa68;
  box-shadow: 0 0 0 6px rgba(211, 170, 104, 0.13);
  content: "";
}

.site-splash.is-running .site-splash__route {
  animation: mtc-route-show 1.65s ease 1.25s both;
}

.site-splash.is-running .site-splash__route i::after {
  animation: mtc-route-run 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.45s both;
}

.site-splash__content {
  position: relative;
  z-index: 5;
}

.site-splash__house {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(172px, 17vw, 230px);
  height: clamp(172px, 17vw, 230px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  clip-path: polygon(50% 0, 100% 27%, 100% 100%, 0 100%, 0 27%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7) rotate(8deg);
}

.site-splash.is-running .site-splash__house {
  animation: mtc-house-arrive 0.9s cubic-bezier(0.2, 0.9, 0.25, 1.1) 0.62s forwards;
}

.site-splash.is-running .site-splash__content {
  animation: mtc-content-release 0.65s ease 2.65s forwards;
}

.site-splash__skip,
.site-splash__progress {
  z-index: 6;
}

.site-splash.is-running .site-splash__progress span {
  animation-duration: 5s;
}

.streetbox__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.streetbox__visual {
  min-height: 0;
}

@keyframes mtc-box-build {
  to { opacity: 1; transform: scale(1) rotateX(0); }
}

@keyframes mtc-box-release {
  to { opacity: 0; transform: translate(var(--box-x, 0), var(--box-y, 0)) scale(0.42) rotate(var(--box-r, 0deg)); }
}

@keyframes mtc-route-show {
  0%, 100% { opacity: 0; }
  20%, 72% { opacity: 1; }
}

@keyframes mtc-route-run {
  from { left: 0; }
  to { left: calc(100% - 9px); }
}

@keyframes mtc-house-arrive {
  to { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0); }
}

@keyframes mtc-content-release {
  to { opacity: 0; transform: scale(0.84); filter: blur(6px); }
}

@keyframes mtc-zoroya-door-left {
  to { transform: translate(-112%, 10%) rotate(-4deg); }
}

@keyframes mtc-zoroya-door-right {
  to { transform: translate(112%, -10%) rotate(4deg); }
}

@media (max-width: 820px) {
  .site-splash__boxes {
    inset: 82px 16px 74px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .site-splash__route {
    grid-template-columns: auto 70px auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-splash__boxes,
  .site-splash__route,
  .site-splash__house,
  .site-splash__door {
    display: none;
  }

  .site-splash__content {
    animation: none !important;
  }

  .origin-film__shutter {
    display: none;
  }
}
