:root {
  --ink: #f8f4e8;
  --muted: #c9c4b7;
  --gold: #d8b15d;
  --gold-2: #f2d897;
  --line: rgba(216, 177, 93, 0.32);
  --bg: #030811;
  --bg-2: #071428;
  --panel: rgba(4, 14, 28, 0.78);
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Shippori Mincho B1", serif;
  --en: "Cormorant", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 999;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.05;
  pointer-events: none;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
.brand {
  font-family: var(--serif);
}

h3 {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.04em;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.numeric,
.date,
.event-time,
.artist-time {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(216, 177, 93, 0.18);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.15));
  backdrop-filter: blur(10px);
}

.brand {
  position: relative;
  z-index: 102;
  color: var(--gold-2);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.45;
}

.brand span {
  display: block;
  margin-top: -6px;
  color: var(--muted);
  font-family: var(--en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.34em;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  font-family: var(--en);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.nav a {
  position: relative;
  opacity: 0.9;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.nav a:not(.ticket)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.nav a:hover {
  color: var(--gold-2);
  opacity: 1;
}

.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav .ticket {
  padding: 10px 18px;
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.nav .ticket:hover {
  background: var(--gold);
  color: var(--bg);
}

.menu-button {
  position: relative;
  z-index: 102;
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  position: absolute;
  left: 8px;
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold-2);
  transition: top 0.25s ease, transform 0.25s ease, opacity 0.2s ease;
}

.menu-button span:nth-child(1) {
  top: 13px;
}

.menu-button span:nth-child(2) {
  top: 21px;
}

.menu-button span:nth-child(3) {
  top: 29px;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100svh;
  padding: 126px clamp(20px, 5vw, 72px) 58px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../img/hero.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 55%, rgba(27, 121, 189, 0.22), transparent 31%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.28) 76%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(0deg, rgba(3, 8, 17, 1), rgba(3, 8, 17, 0) 30%, rgba(3, 8, 17, 0.12));
  content: "";
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: end;
  gap: 42px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.kicker {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.title {
  font-size: clamp(74px, 12vw, 164px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 0.94;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.65);
}

.title small {
  display: block;
  margin-top: 22px;
  color: var(--gold-2);
  font-family: var(--en);
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 600;
  letter-spacing: 0.35em;
  line-height: 1.25;
}

.hero-mobile-meta {
  display: none;
}

.copy {
  margin-top: 34px;
  font-family: var(--serif);
  font-size: clamp(26px, 4.2vw, 58px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
}

.copy em {
  color: var(--gold-2);
  font-style: normal;
}

.lead {
  max-width: 660px;
  margin-top: 24px;
  color: #ece7dc;
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.date-card {
  width: min(360px, 100%);
  padding: 32px;
  justify-self: end;
  border: 1px solid var(--line);
  background: rgba(2, 9, 22, 0.54);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.32);
  text-align: center;
  backdrop-filter: blur(14px);
}

.reiwa {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.date,
.event-time,
.artist-time {
  color: var(--gold-2);
}

.date {
  font-size: 104px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.date span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  place-items: center;
  border-radius: 50%;
  background: #0b3666;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
  vertical-align: 0.2em;
}

.event-time {
  margin-top: 14px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.free {
  margin-top: 18px;
  padding: 13px 22px;
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.scroll {
  position: absolute;
  right: 34px;
  bottom: 28px;
  color: var(--gold);
  font-family: var(--en);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
}

.scroll::after {
  display: block;
  width: 1px;
  height: 72px;
  margin: 14px auto 0;
  background: linear-gradient(var(--gold), transparent);
  content: "";
}

.section {
  position: relative;
  padding: clamp(76px, 10vw, 136px) clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(216, 177, 93, 0.16);
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  margin-bottom: 44px;
}

.eyebrow,
.label,
.num,
.clabel {
  font-family: var(--en);
  font-weight: 600;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 0.32em;
}

.h2 {
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
}

.section-text {
  max-width: 520px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
}

.feature img {
  transition: transform 1.4s ease;
}

.feature:hover img {
  transform: scale(1.04);
}

.feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.05));
  content: "";
}

.feature .txt {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.feature h3 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.feature p {
  margin-top: 8px;
  color: #eee;
  font-size: 14px;
  font-weight: 500;
}

.feature .num {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.25em;
}

.live-grid {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 28px;
}

.live-grid::before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 8px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold) 8%, var(--gold) 92%, transparent);
  content: "";
}

.artist {
  position: relative;
  display: grid;
  grid-template-columns: 190px 150px 1fr;
  align-items: center;
  gap: 28px;
  padding: 22px;
  overflow: visible;
  border: 1px solid rgba(216, 177, 93, 0.24);
  background: linear-gradient(90deg, rgba(10, 29, 52, 0.72), rgba(3, 11, 24, 0.55));
}

.artist::before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -26px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--gold-2);
  border-radius: 50%;
  background: var(--bg);
  box-shadow: 0 0 0 5px rgba(216, 177, 93, 0.1);
  content: "";
  transform: translateY(-50%);
}

.artist::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent, rgba(216, 177, 93, 0.08), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.artist:hover::after {
  opacity: 1;
}

.artist-time {
  position: relative;
  z-index: 1;
  font-size: clamp(20px, 2.4vw, 29px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

.artist-time span {
  color: var(--muted);
  font-weight: 400;
}

.artist-img {
  position: relative;
  z-index: 1;
  height: 112px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.artist-body {
  position: relative;
  z-index: 1;
}

.artist h3 {
  font-size: 27px;
}

.ruby {
  margin-top: -4px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.artist p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.food-area {
  background: linear-gradient(180deg, #061122, #020712);
}

.food-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 26px;
}

.food {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(4, 13, 27, 0.82);
}

.food-img {
  height: 330px;
  overflow: hidden;
}

.food-body {
  flex: 1;
  padding: 25px 28px 30px;
}

.food .label {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.22em;
}

.food h3 {
  margin-top: 4px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
}

.food p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.market {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stall {
  padding: 18px 18px 12px;
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.stall b {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.stall span {
  color: var(--muted);
  font-size: 13px;
}

.faq-section {
  background: linear-gradient(180deg, rgba(7, 20, 40, 0.42), rgba(3, 8, 17, 0));
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 64px 24px 4px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: transform 0.25s ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list p {
  padding: 0 64px 24px 4px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.access {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: start;
  gap: 42px;
}

.access-card {
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(5, 17, 33, 0.78);
}

.access-card h2 {
  margin-top: 2px;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.access-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.btn {
  padding: 12px 18px;
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.btn:hover {
  background: var(--gold);
  color: var(--bg);
}

.access-media {
  display: grid;
  gap: 20px;
}

.access-photo {
  height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
}

.map {
  height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-2);
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.72) contrast(1.05);
}

.share-section {
  padding-block: clamp(64px, 7vw, 92px);
  background:
    radial-gradient(circle at 78% 40%, rgba(216, 177, 93, 0.09), transparent 28%),
    linear-gradient(180deg, #020711, #04101f);
}

.share-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px 42px;
}

.share-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.share-wrap > div > p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.share-button {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 17px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(3, 8, 17, 0.54);
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.share-button:hover {
  border-color: var(--gold);
  background: rgba(216, 177, 93, 0.12);
}

.share-button-primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--bg);
}

.share-button-primary:hover {
  background: var(--gold-2);
  color: var(--bg);
}

.share-status {
  min-height: 1.9em;
  grid-column: 1 / -1;
  color: var(--gold-2);
  font-size: 13px;
  text-align: right;
}

.credits {
  padding: 90px 24px 70px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--bg) 0%, #04101f 50%, var(--bg) 100%);
  text-align: center;
}

.credits .cgroup {
  margin: 0 auto;
}

.credits .cgroup + .cgroup {
  margin-top: 54px;
}

.credits .clabel {
  margin-bottom: 26px;
  color: var(--gold-2);
  font-size: 13px;
  letter-spacing: 0.42em;
}

.credits .clabel-ja {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.credits .corg {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.credits .csup {
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.4;
}

.footer {
  padding: 34px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #020711;
  color: var(--muted);
  font-size: 13px;
}

.footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .nav {
    gap: 16px;
    font-size: 14px;
  }

  .nav .ticket {
    padding-inline: 13px;
  }

  .artist {
    grid-template-columns: 170px 130px 1fr;
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .header {
    height: 64px;
    padding-inline: 18px;
    backdrop-filter: none;
  }

  .brand {
    font-size: 16px;
  }

  .menu-button {
    display: block;
  }

  .nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(16px, 3.5vh, 30px);
    padding: 88px 24px 36px;
    background:
      radial-gradient(circle at 50% 15%, rgba(216, 177, 93, 0.13), transparent 34%),
      rgba(3, 8, 17, 0.98);
    font-size: clamp(25px, 8vw, 42px);
    letter-spacing: 0.2em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    visibility: hidden;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
    visibility: visible;
  }

  .nav a {
    color: var(--gold-2);
    opacity: 1;
  }

  .nav .ticket {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 15px;
  }

  .hero {
    align-items: start;
    min-height: 100svh;
    padding: 92px 20px 42px;
  }

  .hero-inner,
  .split,
  .access {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    align-items: start;
  }

  .hero-bg::after {
    background:
      radial-gradient(circle at 72% 38%, rgba(27, 121, 189, 0.2), transparent 34%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.28)),
      linear-gradient(0deg, rgba(3, 8, 17, 1), rgba(3, 8, 17, 0.1) 46%, rgba(3, 8, 17, 0.34));
  }

  .kicker {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .title {
    font-size: clamp(60px, 21vw, 86px);
    letter-spacing: 0.08em;
  }

  .title small {
    margin-top: 12px;
    font-size: clamp(13px, 3.9vw, 17px);
    letter-spacing: 0.2em;
  }

  .hero-mobile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    width: fit-content;
    margin-top: 18px;
    padding: 9px 12px;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    background: rgba(3, 8, 17, 0.54);
    color: var(--gold-2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.45;
    backdrop-filter: blur(8px);
  }

  .hero-mobile-meta strong {
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .copy {
    margin-top: 20px;
    font-size: clamp(25px, 8vw, 34px);
    letter-spacing: 0.07em;
  }

  .lead {
    max-width: 560px;
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }

  .date-card,
  .scroll {
    display: none;
  }

  .section-head {
    grid-template-columns: 1fr;
  }

  .feature {
    min-height: 360px;
  }

  .artist {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .artist-time {
    font-size: 25px;
  }

  .artist-img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

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

  .market {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .share-wrap {
    grid-template-columns: 1fr;
  }

  .share-actions {
    justify-content: flex-start;
  }

  .share-status {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .section {
    padding-inline: 18px;
  }

  .h2 {
    font-size: clamp(32px, 10.5vw, 44px);
    letter-spacing: 0.08em;
  }

  .feature {
    min-height: 330px;
  }

  .feature .txt {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .live-grid {
    padding-left: 24px;
  }

  .live-grid::before {
    left: 6px;
  }

  .artist {
    padding: 18px;
  }

  .artist::before {
    left: -24px;
  }

  .artist h3 {
    font-size: 23px;
  }

  .food-img {
    height: 250px;
  }

  .food-body {
    padding: 22px;
  }

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

  .faq-list summary {
    padding-right: 46px;
    font-size: 15px;
  }

  .faq-list p {
    padding-right: 8px;
    font-size: 14px;
  }

  .access-card {
    padding: 26px 22px;
  }

  .access-photo {
    height: 300px;
  }

  .map {
    height: 280px;
  }
}

@media (max-height: 720px) and (max-width: 900px) {
  .hero {
    padding-top: 82px;
  }

  .title {
    font-size: clamp(56px, 18vw, 72px);
  }

  .copy {
    font-size: clamp(23px, 7vw, 29px);
  }

  .lead {
    font-size: 12px;
    line-height: 1.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
