@font-face {
  font-family: YoinSerif;
  src: local("Hiragino Mincho ProN");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: #eeeae1;
  color: #282922;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #b94c2b;
  color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  color: inherit;
  cursor: pointer;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid #b95330;
  outline-offset: 7px;
}
button {
  border: 0;
  background: none;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
.skip {
  position: fixed;
  left: 20px;
  top: -80px;
  background: #fff;
  padding: 15px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.header {
  height: 108px;
  margin: 0 4.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc8bd;
  gap: 20px;
}
.brand {
  display: flex;
  gap: 17px;
  align-items: center;
}
.brand-ja {
  font-family: YoinSerif, "Yu Mincho", serif;
  font-size: 37px;
  letter-spacing: -3px;
}
.brand-en {
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: 500;
}
.brand-en span {
  display: block;
  letter-spacing: 1.6px;
  font-size: 7px;
  margin-top: 5px;
}
.header nav {
  display: flex;
  gap: 42px;
  margin-left: 90px;
}
.header nav a {
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
}
.header nav a span {
  display: block;
  font-size: 8px;
  letter-spacing: 1.5px;
  margin-top: 8px;
  color: #77776c;
}
.header nav a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  background: #b94c2b;
  transition: width 0.25s;
}
.header nav a:hover:after {
  width: 100%;
}
.sound-switch {
  font-size: 10px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 0;
}
.equalizer {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 18px;
}
.equalizer i {
  height: 4px;
  width: 2px;
  background: currentColor;
  transition: height 0.3s;
}
.equalizer i:nth-child(2) {
  height: 13px;
}
.equalizer i:nth-child(3) {
  height: 8px;
}
.playing .equalizer i {
  animation: wave 1s ease-in-out infinite alternate;
}
.playing .equalizer i:nth-child(2) {
  animation-delay: -0.5s;
}
.playing .equalizer i:nth-child(3) {
  animation-delay: -0.8s;
}
.hero {
  margin: 30px 4.2% 0;
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 660px;
  position: relative;
}
.hero-copy {
  padding: 29px 0 0;
  display: flex;
  flex-direction: column;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.tiny-star {
  font-size: 23px;
  color: #ae4c2d;
}
.hero h1 {
  font-family: YoinSerif, "Yu Mincho", serif;
  font-size: clamp(68px, 7.25vw, 116px);
  letter-spacing: -0.06em;
  line-height: 1.39;
  margin: 40px 0 27px;
}
.hero h1 span {
  padding-left: 7px;
}
.hero-description {
  font-size: 13px;
  line-height: 2.3;
  letter-spacing: 1.3px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: max-content;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 16px 0;
  border-bottom: 1px solid #a6a498;
  transition: color 0.2s;
}
.hero .text-link {
  margin-top: 23px;
}
.round-arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #aaa79b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.text-link:hover {
  color: #b94c2b;
}
.text-link:hover .round-arrow {
  background: #b94c2b;
  color: #fff;
  border-color: #b94c2b;
  transform: rotate(45deg);
}
.hero-foot {
  margin-top: auto;
  padding: 40px 30px 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: 1px;
}
.hero-foot span:last-child {
  font-size: 8px;
  letter-spacing: 1.3px;
}
.hero-image {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  background: #241b13;
  color: #eeeae1;
}
.hero-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 55% 50%;
  animation: arrival 1.7s cubic-bezier(0.2, 0.65, 0.3, 1) both;
}
.hero-image:after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, #0e0c08a1);
  pointer-events: none;
}
.photo-top {
  position: absolute;
  top: 27px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.5px;
}
.photo-top span:first-child {
  font-family: YoinSerif, serif;
  font-size: 13px;
  letter-spacing: 4px;
}
.hero-image figcaption {
  position: absolute;
  z-index: 1;
  bottom: 29px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.hero-image figcaption > span:first-child {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
}
.photo-coordinate {
  font-family: Georgia, serif;
  font-size: 39px;
  text-align: right;
}
.photo-coordinate small {
  font-family: Arial, sans-serif;
  display: block;
  font-size: 7px;
  letter-spacing: 1px;
  margin-top: 8px;
}
.vertical-caption {
  position: absolute;
  right: 21px;
  top: 36%;
  writing-mode: vertical-rl;
  font-size: 8px;
  letter-spacing: 2px;
}
.sound-seal {
  position: absolute;
  z-index: 3;
  left: 43%;
  top: 53%;
  transform: translate(-50%, -50%) rotate(-12deg);
  width: 122px;
  height: 122px;
  background: #b74e2c;
  border-radius: 50%;
  color: #f3e9d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 0 0 7px #eeeae1;
  transition:
    transform 0.4s,
    background 0.4s;
}
.sound-seal:hover {
  transform: translate(-50%, -50%) rotate(0deg);
  background: #943d22;
}
.sound-seal > span:first-child {
  font-size: 8px;
  letter-spacing: 1.6px;
}
.sound-seal svg {
  width: 48px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
}
.seal-label {
  font-size: 11px;
  letter-spacing: 1px;
}
.edition-strip {
  margin: 0 4.2%;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc8bd;
  font-size: 8px;
  letter-spacing: 1.3px;
}
.edition-strip > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.edition-strip i {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ae4c2d;
}
.section-pad {
  padding: 112px 8.3%;
}
.section-label {
  font-size: 9px;
  letter-spacing: 1.8px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.section-label > span:last-child {
  font-size: 11px;
  letter-spacing: 2px;
}
.about {
  display: grid;
  grid-template-columns: 24% 39% 37%;
  align-items: start;
  padding-top: 123px;
  padding-bottom: 125px;
}
.about-heading {
  position: relative;
}
.about h2,
.ritual h2 {
  font-family: YoinSerif, "Yu Mincho", serif;
  font-size: 40px;
  line-height: 1.7;
  letter-spacing: 3px;
}
.asterisk {
  font-size: 65px;
  color: #ad4d2d;
  display: block;
  margin-top: 23px;
  line-height: 1;
}
.about-body {
  padding: 8px 0 0 16px;
}
.about-body p {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
.handwritten {
  display: block;
  margin-top: 26px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #9a492f;
  font-size: 20px;
  transform: rotate(-5deg);
}
.selection {
  background: #272d28;
  color: #eae6d9;
  padding-top: 55px;
  padding-bottom: 68px;
}
.selection-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.small-note {
  font-size: 8px;
  letter-spacing: 1.7px;
  color: #b4b8ab;
}
.listening-grid {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 0;
  margin-top: 55px;
  align-items: center;
}
.record-stage {
  min-height: 475px;
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
}
.record {
  position: absolute;
  left: 20%;
  width: 355px;
  height: 355px;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    #171818 0,
    #171818 2px,
    #313331 3px,
    #161817 4px
  );
  box-shadow: 12px 17px 35px #0c100b70;
  display: grid;
  place-items: center;
  animation: spin 13s linear infinite;
  animation-play-state: paused;
}
.record:after {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(
    transparent 10%,
    #dad8bb1c 15%,
    transparent 25%,
    transparent 58%,
    #e2dfc514 65%,
    transparent 76%
  );
  border-radius: 50%;
}
.playing .record {
  animation-play-state: running;
}
.record-label {
  width: 115px;
  height: 115px;
  background: #b95d37;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  font-size: 6px;
  text-align: center;
  letter-spacing: 1px;
  z-index: 1;
}
.record-label i {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #222a23;
}
.sleeve {
  width: 340px;
  height: 380px;
  background: #ae4d2e;
  position: relative;
  z-index: 2;
  transform: rotate(-7deg);
  box-shadow: 4px 14px 25px #0d100c52;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: #e7d9b7;
  transition:
    background 0.7s,
    color 0.7s;
}
.sleeve:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.7' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.sleeve-meta,
.sleeve-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  font-size: 7px;
  letter-spacing: 1.4px;
}
.sleeve-title {
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 0.97;
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: 24px;
  letter-spacing: -2px;
}
.sleeve-title em {
  font-weight: 400;
}
.sleeve-art {
  position: absolute;
  width: 280px;
  height: 250px;
  right: -50px;
  top: 18px;
  transform: rotate(20deg);
}
.sleeve-art div {
  position: absolute;
  width: 150px;
  height: 235px;
  border-radius: 100%;
  border: 1px solid #e7d9b775;
  transform: rotate(-35deg);
  background: #e8ba7816;
}
.sleeve-art div:nth-child(2) {
  left: 50px;
}
.sleeve-art div:nth-child(3) {
  left: 100px;
}
.sleeve[data-mood="1"] {
  background: #445f69;
  color: #e3e2c9;
}
.sleeve[data-mood="2"] {
  background: #8c8744;
  color: #f1e5c8;
}
.record-footnote {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #a6ac9f;
}
.listening-copy {
  padding-left: 40px;
}
.listening-copy h2 {
  font-family: YoinSerif, "Yu Mincho", serif;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 3px;
}
.selection-intro {
  font-size: 11px;
  line-height: 2.2;
  color: #c1c6b9;
  letter-spacing: 0.8px;
  margin: 14px 0 30px;
}
.track-list {
  border-top: 1px solid #656b5d;
}
.track {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 15px;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #565d50;
  transition:
    color 0.2s,
    background 0.2s;
}
.track:hover {
  background: #ffffff07;
}
.track-number {
  font-size: 9px;
  color: #a7ad9f;
}
.track-name {
  font-family: Georgia, serif;
  font-size: 21px;
  flex: 1;
}
.track-name small {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 9px;
  letter-spacing: 0.3px;
  margin-top: 7px;
  color: #bfc3b7;
}
.track-genre {
  font-size: 7px;
  letter-spacing: 1px;
  color: #b0b6a7;
}
.track-indicator {
  font-size: 19px;
  color: #b8bdaa;
  width: 16px;
}
.track.selected .track-name,
.track.selected .track-indicator {
  color: #e0a47a;
}
.track.selected .track-indicator {
  font-size: 0;
}
.track.selected .track-indicator:after {
  content: "●";
  font-size: 10px;
}
.player-controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
  height: 44px;
}
#play-button {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 11px;
  padding: 8px 0;
  min-width: 113px;
}
.play-glyph {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #8e9585;
  border-radius: 50%;
  font-size: 10px;
}
.volume-label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  font-size: 7px;
  letter-spacing: 1px;
  color: #b6bdae;
}
input[type="range"] {
  accent-color: #db9e75;
  width: 100%;
  min-width: 40px;
  max-width: 90px;
  height: 20px;
  cursor: pointer;
}
#play-time {
  font-variant-numeric: tabular-nums;
  font-size: 9px;
  color: #bbc2b1;
  letter-spacing: 1px;
}
.sound-status {
  font-size: 9px;
  color: #c0c5b9;
  line-height: 1.8;
  min-height: 32px;
  margin-top: 10px;
}
.ritual {
  padding-top: 80px;
  padding-bottom: 100px;
}
.ritual-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 40px 0;
}
.ritual-heading p {
  font-size: 12px;
  line-height: 2.4;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.ritual-grid article {
  border-top: 1px solid #aaa99b;
  padding-top: 18px;
}
.menu-index {
  font-size: 8px;
  letter-spacing: 1.5px;
}
.drink-art {
  height: 235px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glass {
  position: relative;
  width: 115px;
  height: 114px;
  transform: perspective(600px) rotateX(-8deg);
  background:
    linear-gradient(
      90deg,
      #bea77611,
      #fff6db70 8%,
      #94501613 15%,
      #e29a3b68 70%,
      #ffeedc9c 94%,
      #71604929
    ),
    linear-gradient(
      transparent 30%,
      #a45316b0 31%,
      #c68737d4 88%,
      #cebb8199 90%
    );
  border: 1px solid #93836673;
  border-radius: 10px 10px 23px 23px;
  box-shadow:
    inset 0 -7px 0 #ebe2cb99,
    3px 10px 17px #76644820;
  z-index: 1;
}
.glass:before,
.tall-glass:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 15px;
  border: 1px solid #84745670;
  border-radius: 50%;
  background: #e8e1d240;
}
.glass i {
  width: 42px;
  height: 40px;
  border: 1px solid #fff8dc72;
  border-radius: 9px;
  position: absolute;
  top: 41px;
  left: 14px;
  transform: rotate(-18deg);
  background: linear-gradient(120deg, #fff4ce50, #fff4ce05);
}
.glass i:nth-child(2) {
  top: 55px;
  left: 53px;
  transform: rotate(14deg);
}
.glass-shadow {
  position: absolute;
  top: 172px;
  width: 140px;
  height: 20px;
  background: #71634425;
  filter: blur(8px);
  border-radius: 50%;
}
.cup {
  width: 100px;
  height: 75px;
  border-radius: 6px 6px 40px 40px;
  background: linear-gradient(100deg, #4c493e, #807b62 35%, #575346 80%);
  position: relative;
  z-index: 2;
  box-shadow: inset 0 5px #252a20;
  margin-top: 20px;
}
.cup:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 11px;
  border: 8px solid #5c5c4a;
  border-left: 0;
  width: 25px;
  height: 35px;
  border-radius: 0 23px 23px 0;
}
.cup:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 1px;
  right: 1px;
  height: 16px;
  border: 5px solid #807d65;
  border-radius: 50%;
  background: #29271e;
}
.saucer {
  position: absolute;
  width: 150px;
  height: 26px;
  border-radius: 50%;
  top: 154px;
  background: linear-gradient(#8e8a72, #5e614e);
  box-shadow: 3px 10px 18px #554d3a25;
}
.steam {
  position: absolute;
  top: 37px;
  left: calc(50% - 8px);
  height: 45px;
  width: 20px;
  border-left: 1px solid #9c927980;
  border-radius: 50%;
  transform: rotate(12deg);
}
.tall-glass {
  width: 70px;
  height: 145px;
  background: linear-gradient(
    90deg,
    #aab09938,
    #fffae478 8%,
    #b9bb9445 22%,
    #c4c29b68 80%,
    #fffcec70 95%
  );
  border: 1px solid #8b93616e;
  border-radius: 8px 8px 12px 12px;
  position: relative;
  margin-top: 0;
  box-shadow:
    inset 0 -5px #e9dfb785,
    3px 10px 15px #817c5520;
}
.tall-glass:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 60%, #fff 1px, transparent 2px),
    radial-gradient(circle at 60% 75%, #fff 1px, transparent 2px),
    radial-gradient(circle at 46% 40%, #fff 1px, transparent 2px),
    radial-gradient(circle at 66% 88%, #fff 1px, transparent 2px);
}
.tall-glass i {
  width: 34px;
  height: 35px;
  border-radius: 7px;
  border: 1px solid #fffeed99;
  position: absolute;
  background: #fffde32b;
  top: 55px;
  left: 13px;
  transform: rotate(20deg);
}
.tall-glass i:nth-child(2) {
  top: 87px;
  transform: rotate(-12deg);
}
.tall-glass i:nth-child(3) {
  top: 20px;
  transform: rotate(-5deg);
}
.citrus {
  position: absolute;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 3px solid #838b46;
  background: repeating-conic-gradient(#c2c079 0deg 40deg, #eee5b6 40deg 43deg);
  top: 33px;
  left: calc(50% + 2px);
  transform: rotate(-20deg);
  box-shadow: inset 0 0 0 3px #e3ddad;
}
.menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.menu-heading h3 {
  font-family: YoinSerif, serif;
  font-size: 19px;
  letter-spacing: 1px;
}
.menu-heading > span {
  font-size: 7px;
  letter-spacing: 1px;
  color: #6b6e60;
}
.ritual-grid article > p {
  font-size: 11px;
  line-height: 2.3;
  margin-top: 19px;
  color: #6a6b5e;
  letter-spacing: 0.6px;
}
.closing {
  text-align: center;
  background: #deded2;
  position: relative;
  overflow: hidden;
  padding: 78px 20px 220px;
}
.closing > p {
  font-size: 8px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.closing h2 {
  font-family: YoinSerif, serif;
  font-size: 48px;
  line-height: 1.65;
  letter-spacing: 5px;
  margin: 26px 0 16px;
  position: relative;
  z-index: 1;
}
.closing .text-link {
  position: relative;
  z-index: 1;
}
.closing-watermark {
  position: absolute;
  bottom: -0.24em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 34vw;
  letter-spacing: -0.075em;
  line-height: 1;
  font-family: Georgia, serif;
  color: #b5b9a675;
  pointer-events: none;
}
footer {
  padding: 35px 4.2%;
  display: flex;
  align-items: center;
  gap: 38px;
  flex-wrap: wrap;
}
.footer-logo {
  font-family: YoinSerif, serif;
  font-size: 24px;
  letter-spacing: 2px;
}
.footer-logo span {
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  margin-left: 8px;
}
footer p {
  font-size: 8px;
  line-height: 1.8;
  color: #76786b;
}
footer > a:last-of-type {
  margin-left: auto;
  font-size: 8px;
  letter-spacing: 1px;
}
footer > span {
  flex-basis: 100%;
  font-size: 7px;
  letter-spacing: 1px;
  color: #76786b;
  border-top: 1px solid #cfcec1;
  padding-top: 19px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wave {
  to {
    height: 18px;
  }
}
@keyframes arrival {
  from {
    transform: scale(1.06);
    opacity: 0.4;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 1700px) {
  body {
    max-width: 1800px;
    margin: auto;
  }
  .hero {
    min-height: 760px;
  }
  .hero-image {
    min-height: 760px;
  }
  .hero h1 {
    margin-top: 65px;
  }
}
@media (max-width: 1150px) {
  .header nav {
    margin-left: 0;
    gap: 26px;
  }
  .hero {
    min-height: 610px;
  }
  .hero-image {
    min-height: 610px;
  }
  .hero h1 {
    font-size: 85px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .hero-foot {
    padding-right: 15px;
  }
  .hero-foot span:last-child {
    font-size: 6px;
  }
  .sound-seal {
    width: 105px;
    height: 105px;
  }
  .section-pad {
    padding-left: 6%;
    padding-right: 6%;
  }
  .about {
    grid-template-columns: 22% 39% 39%;
  }
  .about h2 {
    font-size: 33px;
  }
  .record {
    width: 300px;
    height: 300px;
    left: 15%;
  }
  .sleeve {
    width: 280px;
    height: 330px;
  }
  .sleeve-title {
    font-size: 52px;
  }
  .listening-copy {
    padding-left: 25px;
  }
  .track {
    gap: 11px;
  }
  .track-genre {
    font-size: 6px;
  }
  .track-name {
    font-size: 18px;
  }
  .volume-label > span {
    display: none;
  }
  .player-controls {
    gap: 15px;
  }
  .menu-heading {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 760px) {
  .header {
    height: 85px;
    margin: 0 6%;
    gap: 15px;
  }
  .brand-ja {
    font-size: 30px;
  }
  .brand {
    gap: 11px;
  }
  .brand-en {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .brand-en span {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .header nav {
    display: none;
  }
  .sound-switch {
    font-size: 8px;
    gap: 8px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    margin: 0 6%;
    min-height: 0;
  }
  .hero-copy {
    padding-top: 25px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .tiny-star {
    font-size: 18px;
  }
  .hero h1 {
    font-size: 76px;
    margin: 23px 0 20px;
    line-height: 1.32;
    letter-spacing: -0.08em;
  }
  .hero-description {
    font-size: 11px;
    line-height: 2.3;
    letter-spacing: 1px;
  }
  .hero .text-link {
    margin-top: 14px;
    gap: 35px;
    font-size: 11px;
    padding: 10px 0;
  }
  .round-arrow {
    width: 30px;
    height: 30px;
  }
  .hero-foot {
    display: none;
  }
  .hero-image {
    margin-top: 31px;
    min-height: 410px;
  }
  .hero-image img {
    object-position: 53% center;
  }
  .photo-top {
    left: 18px;
    right: 18px;
    top: 19px;
    font-size: 6px;
    letter-spacing: 1px;
  }
  .photo-top span:first-child {
    font-size: 10px;
  }
  .hero-image figcaption {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }
  .hero-image figcaption > span:first-child {
    font-size: 16px;
  }
  .photo-coordinate {
    font-size: 29px;
  }
  .photo-coordinate small {
    font-size: 5px;
    letter-spacing: 0.4px;
  }
  .vertical-caption {
    font-size: 6px;
    right: 14px;
  }
  .sound-seal {
    left: auto;
    right: 13px;
    top: 365px;
    transform: rotate(-12deg);
    width: 99px;
    height: 99px;
    box-shadow: 0 0 0 5px #eeeae1;
  }
  .sound-seal:hover {
    transform: rotate(0deg);
  }
  .sound-seal > span:first-child {
    font-size: 6px;
  }
  .seal-label {
    font-size: 10px;
  }
  .sound-seal svg {
    width: 37px;
    height: 23px;
  }
  .edition-strip {
    margin: 0 6%;
    height: 56px;
    font-size: 6px;
    letter-spacing: 0.6px;
    gap: 10px;
  }
  .edition-strip > span:nth-child(2) {
    display: none;
  }
  .section-pad {
    padding: 65px 8%;
  }
  .about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 14px;
  }
  .section-label {
    font-size: 7px;
    letter-spacing: 1.3px;
    gap: 10px;
  }
  .section-label > span:last-child {
    font-size: 10px;
  }
  .about > .section-label {
    grid-column: 1/-1;
  }
  .about-heading {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about h2,
  .ritual h2 {
    font-size: 32px;
    line-height: 1.65;
    letter-spacing: 2px;
  }
  .asterisk {
    font-size: 56px;
    margin-right: 12px;
  }
  .about-body {
    grid-column: 1/-1;
    padding: 0;
  }
  .about-body p {
    font-size: 11px;
    line-height: 2.5;
    margin-bottom: 18px;
  }
  .handwritten {
    font-size: 20px;
    margin-top: 25px;
  }
  .selection {
    padding-top: 38px;
    padding-bottom: 40px;
  }
  .small-note {
    font-size: 6px;
    max-width: 95px;
    text-align: right;
    line-height: 1.8;
  }
  .listening-grid {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    gap: 38px;
  }
  .record-stage {
    width: 100%;
    min-height: 335px;
    align-items: center;
  }
  .sleeve {
    width: 232px;
    height: 265px;
    padding: 16px;
    margin-left: 7px;
  }
  .sleeve-title {
    font-size: 44px;
    line-height: 0.95;
    margin-bottom: 17px;
  }
  .sleeve-art {
    width: 210px;
    top: -20px;
    right: -77px;
    transform: scale(0.75) rotate(20deg);
  }
  .sleeve-meta,
  .sleeve-bottom {
    font-size: 5px;
    letter-spacing: 1px;
  }
  .record {
    width: 250px;
    height: 250px;
    left: 20%;
  }
  .record-label {
    width: 80px;
    height: 80px;
    font-size: 4px;
  }
  .record-footnote {
    bottom: 0;
    font-size: 6px;
  }
  .listening-copy {
    padding: 0;
    width: 100%;
  }
  .listening-copy h2 {
    font-size: 33px;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  .selection-intro {
    font-size: 10px;
    margin: 16px 0 23px;
  }
  .track {
    padding: 17px 0;
    gap: 12px;
  }
  .track-name {
    font-size: 20px;
  }
  .track-name small {
    font-size: 8px;
  }
  .track-genre {
    font-size: 6px;
    letter-spacing: 0.7px;
  }
  .track-number {
    font-size: 8px;
  }
  .player-controls {
    justify-content: space-between;
    gap: 22px;
  }
  .volume-label {
    max-width: 100px;
  }
  .sound-status {
    font-size: 8px;
  }
  .ritual-heading {
    display: block;
    margin: 30px 0;
  }
  .ritual-heading p {
    font-size: 10px;
    margin-top: 20px;
  }
  .ritual-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .ritual-grid article {
    display: grid;
    grid-template-columns: 46% 54%;
    position: relative;
    padding-top: 20px;
    min-height: 230px;
    align-items: center;
  }
  .menu-index {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 6px;
  }
  .drink-art {
    grid-row: 1/3;
    height: 205px;
    transform: scale(0.82);
    transform-origin: left center;
    justify-content: center;
  }
  .menu-heading {
    gap: 9px;
    align-self: end;
    padding-bottom: 3px;
  }
  .menu-heading h3 {
    font-size: 17px;
    letter-spacing: 0.7px;
  }
  .menu-heading > span {
    font-size: 6px;
  }
  .ritual-grid article > p {
    font-size: 9px;
    line-height: 2.2;
    margin-top: 10px;
    align-self: start;
    letter-spacing: 0;
  }
  .closing {
    padding: 54px 15px 145px;
  }
  .closing > p {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .closing h2 {
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 1.7;
    margin: 25px 0 14px;
  }
  .closing .text-link {
    font-size: 10px;
    gap: 22px;
  }
  .closing-watermark {
    font-size: 42vw;
    bottom: -0.2em;
  }
  footer {
    padding: 27px 6%;
    gap: 20px;
  }
  .footer-logo {
    font-size: 22px;
  }
  footer p {
    order: 3;
    flex-basis: 100%;
    font-size: 7px;
  }
  footer > a:last-of-type {
    font-size: 7px;
  }
  footer > span {
    order: 4;
    font-size: 6px;
    padding-top: 15px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 68px;
  }
  .sound-seal {
    top: 350px;
    right: 0;
  }
  .sleeve {
    width: 205px;
    height: 245px;
  }
  .record {
    width: 218px;
    height: 218px;
  }
  .track-genre {
    display: none;
  }
  .record-stage {
    min-height: 310px;
  }
  .ritual-grid article > p {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .record {
    animation: none !important;
  }
}
@media (max-width: 760px) {
  .photo-top span:nth-child(2) {
    display: none;
  }
}
@media (min-width: 761px) and (max-width: 1000px) {
  :root .hero h1 {
    font-size: clamp(60px, 7.8vw, 78px);
  }
  :root .hero h1 span {
    white-space: nowrap;
  }
  :root .about {
    grid-template-columns: 20% 40% 40%;
  }
  :root .about h2 {
    font-size: 29px;
    letter-spacing: 1px;
  }
  :root .about-body p {
    font-size: 10px;
    letter-spacing: 0;
  }
  :root .record {
    width: 250px;
    height: 250px;
    left: 16%;
  }
  :root .sleeve {
    width: 240px;
    height: 290px;
  }
  :root .track-genre {
    display: none;
  }
}
