/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-12 {
    grid-column: 12;
  }
  .float-left {
    float: left;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-5 {
    opacity: 5%;
  }
  .opacity-6 {
    opacity: 6%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
:root {
  --bg: #0d0d0b;
  --bg2: #141410;
  --bg3: #1c1c18;
  --text: #e8e6df;
  --muted: #6b6960;
  --subtle: #3a3a36;
  --accent: #e8c87a;
  --accent2: #c4a24e;
  --line: rgba(232, 198, 122, 0.15);
  --display: 'Bebas Neue', sans-serif;
  --serif: 'Cormorant Garamond', serif;
  --body: 'Noto Sans JP', sans-serif;
  --pad: clamp(20px, 5vw, 56px);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9000;
  opacity: 0.4;
}
@media (hover: hover) {
  body {
    cursor: none;
  }
  .cursor {
    position: fixed;
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
    mix-blend-mode: difference;
  }
  .cursor-ring {
    position: fixed;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(232, 200, 122, 0.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px var(--pad);
  background: rgba(13, 13, 11, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: fadeDown 0.9s ease both;
}
nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: var(--pad);
  right: var(--pad);
  height: 0.5px;
  background: var(--line);
}
.logo {
  font-family: var(--display);
  font-size: clamp(18px, 4vw, 22px);
  letter-spacing: 0.18em;
  color: var(--text);
  text-decoration: none;
  flex-shrink: 0;
}
.logo span {
  color: var(--accent);
}
.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 0.5px;
  background: var(--accent);
  transition: width 0.3s ease;
}
.nav-links a:hover {
  color: var(--text);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-contact {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 9px 22px;
  border: 0.5px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
  font-family: var(--body);
  flex-shrink: 0;
}
.nav-contact:hover {
  background: var(--accent);
  color: var(--bg);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
  z-index: 300;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--text);
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 250;
  background: var(--bg);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-menu.open {
  display: flex;
  opacity: 1;
}
.mobile-menu a {
  font-family: var(--display);
  font-size: 36px;
  letter-spacing: 0.12em;
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}
.mobile-menu a:hover {
  color: var(--accent);
}
.mobile-menu .m-contact {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 12px 32px;
  border: 0.5px solid var(--accent);
  color: var(--accent);
  font-family: var(--body);
}
footer {
  padding: clamp(40px, 6vh, 60px) var(--pad) 32px;
  border-top: 0.5px solid var(--line);
  background: var(--bg);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 40px;
}
.footer-logo {
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 36px);
  letter-spacing: 0.15em;
  color: var(--text);
  margin-bottom: 10px;
}
.footer-logo span {
  color: var(--accent);
}
.footer-tagline {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
}
.footer-nav {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.footer-nav a {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s;
}
.footer-nav a:hover {
  color: var(--accent);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 0.5px solid var(--line);
  flex-wrap: wrap;
  gap: 12px;
}
.copyright {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.social-links {
  display: flex;
  gap: 20px;
}
.social-links a {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s;
}
.social-links a:hover {
  color: var(--accent);
}
.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: clamp(36px, 5vh, 56px);
  padding-bottom: 20px;
  border-bottom: 0.5px solid var(--line);
  gap: 16px;
}
.section-title {
  font-family: var(--display);
  font-size: clamp(36px, 6vw, 48px);
  letter-spacing: 0.1em;
  color: var(--text);
}
.section-title em {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 4px;
}
.section-title-sm {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.1em;
  color: var(--text);
}
.section-title-sm em {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  font-weight: 300;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.section-link {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.section-link::after {
  content: '→';
}
.section-link:hover {
  color: var(--accent);
}
.fv {
  padding-top: 72px;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
}
.fv-featured {
  position: relative;
  overflow: hidden;
  grid-row: span 2;
  min-height: calc(100svh - 72px);
  display: block;
  text-decoration: none;
}
.fv-featured-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  filter: brightness(0.75);
}
.fv-featured:hover .fv-featured-img {
  transform: scale(1.03);
}
.fv-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,13,11,0.92) 0%, rgba(13,13,11,0.2) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 48px);
}
.fv-featured-tag {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 5px 12px;
  background: var(--accent);
  color: var(--bg);
  font-weight: 500;
  margin-bottom: 16px;
  align-self: flex-start;
}
.fv-featured-date {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 10px;
}
.fv-featured-title {
  font-family: var(--serif);
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: var(--text);
  margin-bottom: 8px;
}
.fv-featured-venue {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.fv-featured-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: 0.5px solid rgba(232, 200, 122, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.3s;
}
.fv-featured:hover .fv-featured-arrow {
  opacity: 1;
}
.fv-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}
.fv-sub-card:first-child {
  grid-column: 1 / -1;
}
.fv-sub-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: block;
  text-decoration: none;
}
.fv-sub:has(.fv-sub-card:first-child:last-child) {
  height: 100%;
}
.fv-sub-card:first-child:last-child {
  aspect-ratio: auto;
  height: 100%;
}
.fv-sub-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: transform 0.6s, filter 0.4s;
}
.fv-sub-card:hover .fv-sub-img {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.fv-sub-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,13,11,0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}
.fv-sub-date {
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 4px;
}
.fv-sub-title {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--text);
  letter-spacing: 0.02em;
}
.fv-tagline {
  background: var(--bg2);
  border-top: 0.5px solid var(--line);
  padding: 20px clamp(20px, 3vw, 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.fv-tagline-logo {
  font-family: var(--display);
  font-size: clamp(18px, 2.5vw, 26px);
  letter-spacing: 0.18em;
  color: var(--text);
}
.fv-tagline-logo span {
  color: var(--accent);
}
.fv-tagline-desc {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 300;
}
.fv-tagline-link {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 20px;
  border: 0.5px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
  white-space: nowrap;
  flex-shrink: 0;
}
.fv-tagline-link:hover {
  background: var(--accent);
  color: var(--bg);
}
.news-section {
  padding: clamp(60px, 8vh, 80px) var(--pad);
  background: var(--bg2);
}
.news-list {
  display: flex;
  flex-direction: column;
}
.news-item {
  display: grid;
  grid-template-columns: 110px auto 1fr auto;
  align-items: center;
  gap: 0 20px;
  padding: 20px 0;
  border-bottom: 0.5px solid var(--line);
  text-decoration: none;
  transition: padding-left 0.3s;
  color: inherit;
}
.news-item:hover {
  padding-left: 8px;
}
.news-date {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--muted);
  white-space: nowrap;
}
.news-event-label {
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 3px 10px;
  border: 0.5px solid var(--subtle);
  color: var(--muted);
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}
.news-item:hover .news-event-label {
  border-color: var(--accent);
  color: var(--accent);
}
.news-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.news-tag-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-tag {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 2px 8px;
  color: var(--accent);
  border: 0.5px solid rgba(232, 200, 122, 0.35);
  white-space: nowrap;
  flex-shrink: 0;
}
.news-tag.tag-info {
  color: var(--muted);
  border-color: var(--subtle);
}
.news-tag.tag-cancel {
  color: #e07070;
  border-color: rgba(224, 112, 112, 0.35);
}
.news-tag.tag-new {
  color: #7ab8e8;
  border-color: rgba(122, 184, 232, 0.35);
}
.news-title {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--text);
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-arrow {
  font-size: 16px;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  flex-shrink: 0;
}
.news-item:hover .news-arrow {
  opacity: 1;
  transform: translateX(4px);
}
.breadcrumb {
  padding: 100px var(--pad) 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  animation: fadeUp 0.8s 0.2s ease both;
}
.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s;
}
.breadcrumb a:hover {
  color: var(--accent);
}
.breadcrumb span {
  color: var(--subtle);
}
.event-hero {
  padding: 32px var(--pad) 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.flyer-wrap {
  position: sticky;
  top: 88px;
  animation: fadeUp 0.9s 0.1s ease both;
}
.flyer-frame {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg3);
}
.flyer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.05);
  transition: transform 0.8s ease;
}
.flyer-wrap:hover .flyer-img {
  transform: scale(1.03);
}
.flyer-overlay {
  display: none;
}
.flyer-label {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.flyer-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 0.5px;
  background: var(--accent);
}
.flyer-event-title {
  font-family: var(--display);
  font-size: clamp(24px, 4vw, 38px);
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 6px;
}
.flyer-event-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.flyer-corner {
  position: absolute;
  width: 28px;
  height: 28px;
}
.flyer-corner.tl {
  top: 14px;
  left: 14px;
  border-top: 0.5px solid var(--accent);
  border-left: 0.5px solid var(--accent);
}
.flyer-corner.tr {
  top: 14px;
  right: 14px;
  border-top: 0.5px solid var(--accent);
  border-right: 0.5px solid var(--accent);
}
.flyer-corner.bl {
  bottom: 14px;
  left: 14px;
  border-bottom: 0.5px solid var(--accent);
  border-left: 0.5px solid var(--accent);
}
.flyer-corner.br {
  bottom: 14px;
  right: 14px;
  border-bottom: 0.5px solid var(--accent);
  border-right: 0.5px solid var(--accent);
}
.flyer-thumbs {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 8px;
}
.flyer-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.25s;
  border: 0.5px solid transparent;
}
.flyer-thumb.active {
  opacity: 1;
  border-color: var(--accent);
}
.flyer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-info {
  padding-top: 8px;
  animation: fadeUp 0.9s 0.25s ease both;
}
.event-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 6px 14px;
  background: rgba(232, 200, 122, 0.12);
  border: 0.5px solid var(--accent);
  color: var(--accent);
  margin-bottom: 12px;
}
.event-status::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}
.event-latest-notice {
  display: block;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 0.5px solid var(--subtle);
  border-left: 2px solid var(--accent);
  text-decoration: none;
  margin-bottom: 24px;
  transition: background 0.25s;
}
.event-latest-notice:hover {
  background: rgba(232, 200, 122, 0.06);
}
.event-latest-notice-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.event-latest-notice-label {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  flex-shrink: 0;
}
.event-latest-notice-date {
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.event-latest-notice-text {
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1.7;
}
.event-main-title {
  font-family: var(--display);
  font-size: clamp(36px, 5.5vw, 64px);
  letter-spacing: 0.05em;
  line-height: 1.0;
  color: var(--text);
  margin-bottom: 12px;
}
.event-main-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 300;
  color: var(--accent);
  letter-spacing: 0.06em;
  margin-bottom: 36px;
  line-height: 1.5;
}
.event-detail-inline {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 0.5px solid var(--line);
}
.event-detail-inline-title {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.1em;
  color: var(--text);
  margin-bottom: 16px;
}
.event-detail-inline-title em {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 11px;
  font-weight: 300;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.event-detail-inline-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.1;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.venue-inline {
  margin-bottom: 32px;
  padding: 18px 20px;
  background: var(--bg3);
  border-left: 2px solid var(--accent);
}
.venue-inline-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.venue-inline-icon {
  font-size: 13px;
  line-height: 1;
}
.venue-inline-name {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--text);
}
.venue-inline-detail {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 10px;
  padding-left: 22px;
}
.venue-inline-map {
  display: inline-block;
  padding-left: 22px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  transition: opacity 0.25s;
}
.venue-inline-map:hover {
  opacity: 0.7;
}
.meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--subtle);
  border: 0.5px solid var(--subtle);
  margin-bottom: 40px;
}
.meta-cell {
  background: var(--bg2);
  padding: 20px 22px;
}
.meta-cell.full {
  grid-column: span 2;
}
.meta-label {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.meta-value {
  font-size: clamp(13px, 1.8vw, 15px);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--text);
  line-height: 1.6;
}
.meta-value strong {
  font-weight: 500;
}
.ticket-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  border: 0.5px solid var(--line);
  position: relative;
  overflow: hidden;
}
.ticket-price::before {
  content: 'TICKET';
  position: absolute;
  right: -8px;
  top: -4px;
  font-family: var(--display);
  font-size: 64px;
  letter-spacing: 0.08em;
  color: rgba(232, 200, 122, 0.04);
  pointer-events: none;
}
.ticket-price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: var(--bg3);
  gap: 16px;
}
.ticket-price-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ticket-price-onsale {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.ticket-price-type {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
}
.ticket-price-num {
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: 0.06em;
  color: var(--text);
  white-space: nowrap;
  flex-shrink: 0;
}
.ticket-price-num span {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-left: 3px;
}
.ticket-price-divider {
  height: 0.5px;
  background: var(--subtle);
}
.notes-inline {
  margin-bottom: 28px;
  padding: 20px 22px;
  background: var(--bg2);
  border: 0.5px solid var(--line);
}
.notes-inline-title {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.notes-inline-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.notes-inline-list li {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--muted);
  letter-spacing: 0.03em;
  padding-left: 14px;
  position: relative;
}
.notes-inline-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--accent);
}
.ticket-sites {
  margin-bottom: 28px;
}
.ticket-sites-label {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.ticket-sites-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.ticket-site-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--bg3);
  border: 0.5px solid var(--subtle);
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s;
}
.ticket-site-btn:hover {
  border-color: var(--accent);
  background: rgba(232, 200, 122, 0.06);
}
.ticket-site-btn--accent {
  border-color: var(--accent);
  background: rgba(232, 200, 122, 0.1);
}
.ticket-site-btn--accent:hover {
  background: rgba(232, 200, 122, 0.18);
}
.ticket-site-name {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
}
.ticket-site-arrow {
  font-size: 14px;
  color: var(--accent);
  transition: transform 0.25s;
}
.ticket-site-btn:hover .ticket-site-arrow {
  transform: translateX(3px);
}
.share-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 0.5px solid var(--line);
}
.share-label {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.share-btn {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 0.5px solid var(--subtle);
  color: var(--muted);
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s;
}
.share-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.event-notice {
  padding: clamp(60px, 8vh, 100px) var(--pad);
  background: var(--bg2);
  border-top: 0.5px solid var(--line);
}
.event-notice-inner {
  max-width: 860px;
}
.event-notice-header {
  margin-bottom: 36px;
  padding-bottom: 16px;
  border-bottom: 0.5px solid var(--line);
}
.event-notice-title {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.1em;
  color: #fff;
}
.event-notice-title em {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  font-weight: 300;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.event-notice-list {
  display: flex;
  flex-direction: column;
}
.event-notice-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 0.5px solid var(--line);
  align-items: start;
}
.event-notice-date {
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--muted);
  padding-top: 2px;
}
.event-notice-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-notice-tag {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 12px;
  background: rgba(232, 200, 122, 0.15);
  border: 0.5px solid var(--accent);
  color: var(--accent);
  align-self: flex-start;
}
.event-notice-tag.notice-info {
  background: rgba(232, 232, 220, 0.06);
  border-color: var(--subtle);
  color: var(--muted);
}
.event-notice-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.04em;
}
.other-events {
  padding: clamp(60px, 8vh, 100px) var(--pad);
  background: var(--bg2);
  border-top: 0.5px solid var(--line);
}
.other-events .section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid var(--line);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.related-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  background: var(--bg3);
  text-decoration: none;
  display: block;
}
.related-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: grayscale(35%) brightness(0.85);
  transition: opacity 0.5s, transform 0.6s, filter 0.5s;
}
.related-card:hover .related-img {
  opacity: 0.7;
  filter: grayscale(10%) brightness(0.95);
  transform: scale(1.05);
}
.related-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,13,11,0.94) 0%, rgba(13,13,11,0.1) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}
.related-date {
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 6px;
}
.related-name {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 6px;
}
.related-venue {
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 900px) {
  .nav-links {
    gap: 20px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-nav {
    justify-content: flex-start;
  }
  .fv {
    grid-template-columns: 1fr;
    grid-template-rows: 60svh auto auto;
    min-height: auto;
  }
  .fv-featured {
    grid-row: span 1;
    min-height: 60svh;
  }
  .fv-sub {
    grid-template-columns: 1fr 1fr;
  }
  .fv-sub-card:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 16/9;
  }
  .fv-sub-card {
    aspect-ratio: 4/3;
  }
  .fv-tagline {
    flex-wrap: wrap;
    gap: 10px;
  }
  .event-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .flyer-wrap {
    position: static;
  }
  .flyer-frame {
    aspect-ratio: 4/3;
  }
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-grid .related-card:last-child {
    display: none;
  }
}
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-contact {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer-nav {
    gap: 16px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .fv {
    grid-template-rows: 55svh auto auto;
  }
  .fv-featured {
    min-height: 55svh;
  }
  .fv-sub-card {
    aspect-ratio: 1;
  }
  .fv-sub-card:first-child {
    aspect-ratio: 1;
  }
  .fv-tagline-desc {
    display: none;
  }
  .news-item {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px 12px;
  }
  .news-date {
    grid-column: 1 / -1;
    font-size: 11px;
    color: var(--accent);
  }
  .news-event-label {
    display: none;
  }
  .news-body {
    grid-column: 1;
  }
  .news-title {
    font-size: 13px;
  }
  .news-arrow {
    opacity: 1;
    color: var(--muted);
    grid-row: 2;
    grid-column: 2;
    align-self: center;
  }
  .news-item:hover {
    padding-left: 0;
  }
  .meta-grid {
    grid-template-columns: 1fr;
  }
  .meta-cell.full {
    grid-column: span 1;
  }
  .ticket-price-num {
    font-size: 24px;
  }
  .event-notice-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .event-notice-date {
    font-size: 11px;
    color: var(--accent);
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .related-grid .related-card:last-child {
    display: block;
  }
  .related-card {
    aspect-ratio: 16/9;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
