@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --ink: #1c1b19;
  --paper: #f4f0e8;
  --cream: #fffaf2;
  --warm: #e9dfd0;
  --red: #a63b32;
  --red-dark: #7f2a24;
  --muted: #68645e;
  --line: rgba(28, 27, 25, .14);
  --shadow: 0 24px 70px rgba(38, 31, 24, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.65;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -50px; z-index: 1000;
  background: #fff; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  color: #f7f0e4;
  background:
    linear-gradient(90deg, rgba(17,17,15,.98), rgba(28,25,22,.98));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(247,240,228,.12);
}
.nav-wrap {
  min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 46px; aspect-ratio: 1; display: grid; place-items: center;
  border: 1px solid rgba(247,240,228,.55); border-radius: 50%;
}
.brand-mark svg { width: 30px; fill: var(--red); }
.brand strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 1.18rem; }
.brand small { color: rgba(247,240,228,.62); display: block; margin-top: -3px; }
.site-menu { display: flex; align-items: center; gap: 30px; }
.site-menu a { text-decoration: none; font-weight: 600; font-size: .94rem; }
.site-menu a:hover { color: #e06256; }
.site-menu .nav-contact {
  padding: 10px 17px;
  border: 1px solid rgba(247,240,228,.64);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { width: 26px; height: 2px; background: #f7f0e4; display: block; margin: 5px; }

.hero {
  min-height: calc(100vh - 82px); display: grid; align-items: center;
  position: relative; overflow: hidden; padding: 64px 0 88px;
  color: #f7f0e4;
  background:
    radial-gradient(circle at 76% 24%, rgba(168,48,39,.20), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.045), transparent 24%),
    linear-gradient(135deg, #11110f 0%, #181714 54%, #24201c 100%);
}
.hero-pattern {
  position: absolute; inset: 0; opacity: .18; pointer-events: none;
  background-image:
    radial-gradient(circle at 50px 50px, transparent 40px, rgba(247,240,228,.18) 41px, transparent 42px),
    radial-gradient(circle at 0 50px, transparent 40px, rgba(247,240,228,.14) 41px, transparent 42px),
    radial-gradient(circle at 100px 50px, transparent 40px, rgba(247,240,228,.14) 41px, transparent 42px);
  background-size: 100px 50px;
  background-position: 0 0, 50px 25px, -50px 25px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.9), rgba(0,0,0,.18) 70%, transparent);
}
.hero-sun {
  position: absolute; right: 7%; top: 10%;
  width: min(29vw, 360px); aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, #c94d41 0%, #a7332a 58%, #7d211c 100%);
  opacity: .88;
  box-shadow: 0 0 100px rgba(166,59,50,.22);
}
.hero-koi {
  position: absolute; right: -4%; bottom: -9%;
  width: min(54vw, 790px);
  fill: rgba(247,240,228,.055);
  stroke: rgba(247,240,228,.13);
  stroke-width: 2;
  transform: rotate(-7deg);
}
.vertical-mark {
  position: absolute; left: -54px; top: 6px;
  writing-mode: vertical-rl;
  letter-spacing: .28em;
  font-family: serif;
  color: rgba(247,240,228,.38);
  font-size: .88rem;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; position: relative; }
.eyebrow {
  margin: 0 0 16px; text-transform: uppercase; letter-spacing: .18em;
  font-size: .78rem; font-weight: 700; color: #d75c50;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 3.6vw, 3.5rem); letter-spacing: -.025em; line-height: 1.08; margin-bottom: 20px;
}
h1 em { color: #e06256; font-weight: 600; display: inline-block; margin-top: .16em; font-style: italic; }
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem); letter-spacing: -.035em; margin-bottom: 22px;
}
h3 { font-size: 1.25rem; }
.hero-intro { max-width: 560px; font-size: clamp(1rem, 1.25vw, 1.08rem); color: rgba(247,240,228,.78); margin-bottom: 10px; }
.hero-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  letter-spacing: .01em;
}
.hero-quote-image {
  position: relative;
  max-width: 520px;
  margin: 24px auto 0;
  padding: 0 22px 0 25px;
  color: #f7f0e4;
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  line-height: 1.4;
  text-align: center;
}
.hero-quote-image::before {
  content: none;
}
.hero-note { max-width: 590px; font-size: .97rem; color: rgba(247,240,228,.56); margin: 0 0 22px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 13px 22px; border-radius: 999px;
  text-decoration: none; border: 1px solid var(--ink); font-weight: 700; cursor: pointer;
}
.button.primary { color: #fff; background: var(--red); border-color: var(--red); }
.button.primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button.secondary { color: #f7f0e4; border-color: rgba(247,240,228,.62); background: rgba(255,255,255,.035); }
.button.secondary:hover { color: var(--ink); background: #f7f0e4; }

.hero-art { position: relative; max-width: 600px; justify-self: end; width: 100%; padding-bottom: 10px; }

.hero-overlay-note {
  position: absolute;
  left: 24px;
  top: -14px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(166,59,50,.92);
  color: #fff;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .06em;
  box-shadow: 0 12px 32px rgba(0,0,0,.26);
}
.image-placeholder {
  min-height: 260px; border-radius: var(--radius);
  display: grid; place-content: center; text-align: center; padding: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(233,223,208,.72)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(28,27,25,.04) 18px 19px);
  border: 1px dashed rgba(28,27,25,.35);
  color: var(--muted);
}
.image-placeholder span { font-size: .8rem; font-weight: 700; letter-spacing: .18em; }
.image-placeholder small { margin-top: 10px; max-width: 320px; justify-self: center; line-height: 1.5; }
.hero-art .image-placeholder {
  min-height: 420px;
  color: rgba(247,240,228,.82);
  border: 1px solid rgba(247,240,228,.34);
  background:
    linear-gradient(160deg, rgba(255,255,255,.07), rgba(0,0,0,.30)),
    repeating-linear-gradient(135deg, transparent 0 24px, rgba(247,240,228,.025) 24px 25px);
  box-shadow: 0 32px 90px rgba(0,0,0,.46);
}
.hanko {
  position: absolute; right: -18px; bottom: 58px; width: 88px; height: 88px;
  display: grid; place-items: center; color: #fff; background: var(--red);
  font-family: serif; font-size: 2.4rem; border: 5px solid #181714;
}

.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading > p:last-child, .about-copy > p, .events-grid > div > p { color: var(--muted); font-size: 1.06rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.work-card {
  grid-column: span 4; background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 36px rgba(38,31,24,.06);
}
.work-card-large { grid-column: span 8; }
.work-card .image-placeholder { border-radius: 0; min-height: 280px; border: 0; border-bottom: 1px solid var(--line); }
.work-card-large .image-placeholder { min-height: 380px; }
.work-card-copy { padding: 25px 26px 28px; }
.work-card-copy p { margin: 0; color: var(--muted); }

.about-section { background: var(--ink); color: #fff; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-art .image-placeholder { min-height: 620px; background: #2b2926; border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.62); }
.about-copy > p { color: rgba(255,255,255,.72); }
.about-copy blockquote {
  margin: 34px 0 0; padding: 18px 0 18px 28px; border-left: 3px solid var(--red);
  font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem;
}

.commission-section { background: var(--warm); }
.commission-panel {
  background: var(--cream); border-radius: 30px; padding: clamp(32px, 6vw, 72px);
  box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr 1fr; gap: 55px;
}
.commission-panel > div:first-child p:last-child { color: var(--muted); }
.steps { display: grid; gap: 22px; }
.steps div { display: grid; grid-template-columns: 50px 1fr; column-gap: 15px; }
.steps span { grid-row: 1 / span 2; color: var(--red); font-weight: 700; }
.steps strong { display: block; }
.steps small { color: var(--muted); }
.commission-panel > .button { justify-self: start; }

.events-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.event-card {
  padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream);
}
.event-status {
  display: inline-block; margin-bottom: 40px; color: var(--red); font-size: .78rem;
  font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.event-card p { color: var(--muted); margin-bottom: 0; }

.contact-section { background: #e8e1d6; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 34px; }
.contact-details p { margin: 0; }
.contact-details a { color: var(--red); }
.contact-note { color: var(--muted); font-size: .86rem; max-width: 500px; margin-top: 30px; }
.contact-form {
  display: grid; gap: 18px; padding: 32px; background: var(--cream);
  border-radius: var(--radius); border: 1px solid var(--line);
}
.contact-form label { display: grid; gap: 7px; font-weight: 600; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; border: 1px solid rgba(28,27,25,.28); border-radius: 10px;
  background: #fff; padding: 12px 13px; color: var(--ink);
}
.contact-form textarea { resize: vertical; }
.contact-form small { color: var(--muted); }

.site-footer { background: #11110f; color: #fff; padding: 36px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.4); }
.footer-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: .9rem; }

@media (max-width: 900px) {
  .hero-quote-image {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 12px;
    text-align: left;
  }

  .hero-overlay-note {
    position: static;
    display: inline-block;
    margin-bottom: 12px;
  }
    .vertical-mark { display: none; }
  .hero-sun { right: -24%; top: 6%; width: 170px; opacity: .22; }
  .hero-koi { width: 820px; right: -45%; bottom: -3%; }
  .menu-button { display: block; }
  .site-menu {
    position: absolute; top: 74px; left: 0; right: 0; display: none;
    padding: 22px 20px 28px; background: #151411; border-bottom: 1px solid rgba(247,240,228,.12);
    flex-direction: column; align-items: stretch; gap: 17px;
  }
  .site-menu.open { display: flex; }
  .hero-grid, .about-grid, .events-grid, .contact-grid, .commission-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-art .image-placeholder { min-height: 420px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .work-card, .work-card-large { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 26px, 1160px); }
  .section { padding: 78px 0; }
  .brand small { display: none; }
  .hero { padding-top: 52px; }
  h1 { font-size: clamp(2rem, 9.8vw, 2.9rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .gallery-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 42px; }
  .about-art .image-placeholder { min-height: 420px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
}


.hero-image-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(247,240,228,.24);
  background: #0b0b09;
  box-shadow: 0 32px 90px rgba(0,0,0,.46);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: none;
  border-radius: 0;
  filter: none;
  -webkit-mask-image:
    radial-gradient(circle at center, rgba(0,0,0,1) 58%, rgba(0,0,0,.92) 72%, rgba(0,0,0,.65) 84%, rgba(0,0,0,0) 100%);
  mask-image:
    radial-gradient(circle at center, rgba(0,0,0,1) 58%, rgba(0,0,0,.92) 72%, rgba(0,0,0,.65) 84%, rgba(0,0,0,0) 100%);
}

@media (max-width: 900px) {
  .hero-image-frame {
    aspect-ratio: 16 / 10;
  }
}


.hanko {
  display: none !important;
}


.hero-image-frame {
  transform: translateX(8px);
}

@media (max-width: 900px) {
  .hero-image-frame {
    aspect-ratio: 16 / 10;
    transform: none;
  }
}


/* ===== VERSION 1.14 OVERRIDES ===== */
.hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(166,59,50,.10), transparent 18%),
    linear-gradient(135deg, #0a0a09 0%, #0c0b0a 56%, #15110f 100%) !important;
}

.hero-sun {
  right: 1% !important;
  top: 10% !important;
  width: min(17vw, 205px) !important;
  opacity: .26 !important;
  box-shadow: 0 0 22px rgba(166,59,50,.05) !important;
}

.hero-art {
  max-width: 640px !important;
  width: 100% !important;
  padding-bottom: 0 !important;
}

.hero-image-frame {
  width: 100% !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.hero-image-frame img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.hero-quote-image {
  max-width: 640px !important;
  margin: 10px auto 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.hero-quote-image::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 900px) {
  .hero-sun {
    right: -24% !important;
    top: 6% !important;
    width: 150px !important;
    opacity: .18 !important;
  }
  .hero-art {
    max-width: 100% !important;
  }
}


/* ===== VERSION 1.15 OVERRIDES ===== */
.hero {
  background:
    linear-gradient(135deg, #0a0a09 0%, #0c0b0a 58%, #14100e 100%) !important;
}

.hero-sun {
  right: 4% !important;
  top: 14% !important;
  width: min(16vw, 185px) !important;
  aspect-ratio: 1 !important;
  border-radius: 50% !important;
  background: #b5392f !important;
  opacity: .34 !important;
  box-shadow: none !important;
  filter: none !important;
}

@media (max-width: 900px) {
  .hero-sun {
    right: -18% !important;
    top: 8% !important;
    width: 135px !important;
    opacity: .22 !important;
  }
}


/* ===== VERSION 1.16 OVERRIDES ===== */
.hero {
  background:
    radial-gradient(circle at 76% 30%, rgba(146, 36, 28, .10) 0%, rgba(146, 36, 28, .05) 18%, rgba(146, 36, 28, .015) 34%, transparent 52%),
    linear-gradient(135deg, #090909 0%, #0b0a09 56%, #14100f 100%) !important;
}

.hero-sun {
  display: none !important;
}

@media (max-width: 900px) {
  .hero {
    background:
      radial-gradient(circle at 74% 24%, rgba(146, 36, 28, .08) 0%, rgba(146, 36, 28, .03) 22%, transparent 44%),
      linear-gradient(135deg, #090909 0%, #0b0a09 56%, #14100f 100%) !important;
  }
  .hero-sun {
    display: none !important;
  }
}


/* ===== VERSION 1.18 OVERRIDES ===== */
.club-badge {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(247,240,228,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  backdrop-filter: blur(6px);
}

.club-badge img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 50%;
  flex: 0 0 auto;
}

.club-badge-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.15;
}

.club-label {
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(247,240,228,.58);
}

.club-badge-copy strong {
  font-size: .98rem;
  font-weight: 700;
  color: #f7f0e4;
}

@media (max-width: 900px) {
  .club-badge {
    width: 100%;
    max-width: 360px;
    margin-top: 20px;
  }
}


/* ===== VERSION 1.19 OVERRIDES ===== */
.club-badge {
  margin-top: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 12px 18px 12px 12px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(247,240,228,.16) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(6px) !important;
}

.club-badge img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  flex: 0 0 auto !important;
  background: rgba(255,255,255,.02);
}

.club-badge-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  line-height: 1.15 !important;
}

.club-label {
  font-size: .78rem !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: rgba(247,240,228,.62) !important;
}

.club-badge-copy strong {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #f7f0e4 !important;
}

@media (max-width: 900px) {
  .club-badge {
    width: 100% !important;
    max-width: 360px !important;
    margin-top: 20px !important;
  }
}


/* ===== VERSION 1.20 OVERRIDES ===== */
.club-badge {
  display: none !important;
}

.club-nav-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border-radius: 50%;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(247,240,228,.16);
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
}

.club-nav-badge img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.club-nav-badge:hover {
  border-color: rgba(224, 98, 86, .55);
  background: rgba(255,255,255,.04);
}

@media (max-width: 900px) {
  .club-nav-badge {
    width: 38px;
    height: 38px;
  }

  .club-nav-badge img {
    width: 28px;
    height: 28px;
  }
}


/* ===== VERSION 1.21 OVERRIDES ===== */
.club-nav-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  height: 46px;
  padding: 0 14px 0 8px !important;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(247,240,228,.18);
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  white-space: nowrap;
}

.club-nav-badge img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.club-nav-text {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(247,240,228,.84);
}

.club-nav-badge:hover {
  border-color: rgba(224, 98, 86, .55);
  background: rgba(255,255,255,.05);
}

@media (max-width: 1100px) {
  .club-nav-text {
    font-size: .72rem;
  }
  .club-nav-badge {
    gap: 8px;
    padding: 0 12px 0 7px !important;
  }
}

@media (max-width: 900px) {
  .club-nav-badge {
    width: auto;
    height: 42px;
    padding: 0 10px 0 6px !important;
    gap: 7px;
  }

  .club-nav-badge img {
    width: 32px;
    height: 32px;
  }

  .club-nav-text {
    font-size: .68rem;
    letter-spacing: .04em;
  }
}


/* ===== VERSION 1.22 OVERRIDES ===== */
.brand-group {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.brand-club-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(247,240,228,.16);
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  white-space: nowrap;
  flex: 0 0 auto;
}

.brand-club-badge img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.brand-club-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-club-label {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(247,240,228,.84);
}

.brand-club-badge:hover {
  border-color: rgba(224, 98, 86, .55);
  background: rgba(255,255,255,.05);
}

.club-nav-badge,
.club-nav-text {
  display: none !important;
}

@media (max-width: 1200px) {
  .brand-group {
    gap: 12px;
  }

  .brand-club-badge {
    padding: 6px 10px 6px 8px;
    gap: 8px;
  }

  .brand-club-badge img {
    width: 36px;
    height: 36px;
  }

  .brand-club-label {
    font-size: .7rem;
  }
}

@media (max-width: 900px) {
  .brand-group {
    gap: 10px;
  }

  .brand-club-badge {
    padding: 5px 8px 5px 6px;
  }

  .brand-club-badge img {
    width: 32px;
    height: 32px;
  }

  .brand-club-label {
    font-size: .64rem;
    letter-spacing: .04em;
  }
}

@media (max-width: 760px) {
  .brand-group {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }

  .brand-club-badge {
    margin-left: 58px;
  }
}


/* ===== VERSION 1.23 OVERRIDES ===== */
.header-branding {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.header-club-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(247,240,228,.16);
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  flex: 0 0 auto;
}

.header-club-badge img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.header-club-text {
  font-size: .80rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(247,240,228,.86);
}

.header-club-badge:hover {
  border-color: rgba(224, 98, 86, .55);
  background: rgba(255,255,255,.05);
}

@media (max-width: 1200px) {
  .header-branding {
    gap: 12px;
  }
  .header-club-badge {
    padding: 5px 11px 5px 7px;
    gap: 8px;
  }
  .header-club-badge img {
    width: 40px;
    height: 40px;
  }
  .header-club-text {
    font-size: .74rem;
  }
}

@media (max-width: 980px) {
  .header-club-text {
    display: none;
  }
  .header-club-badge {
    padding: 5px;
  }
  .header-club-badge img {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 760px) {
  .header-branding {
    gap: 10px;
  }
  .header-club-badge img {
    width: 34px;
    height: 34px;
  }
}




/* ===== VERSION 1.25 OVERRIDES ===== */
.hero-koi-tail {
  position: absolute;
  right: 3.5%;
  top: 47%;
  width: min(22vw, 255px);
  fill: rgba(247,240,228,.04);
  stroke: rgba(247,240,228,.11);
  stroke-width: 2;
  transform: rotate(7deg);
  pointer-events: none;
}

@media (max-width: 900px) {
  .hero-koi-tail {
    right: -3%;
    top: 54%;
    width: 165px;
    opacity: .75;
  }
}


/* ===== VERSION 1.26 OVERRIDES ===== */
.hero-koi,
.hero-koi-tail,
.hero-koi-accent {
  display: none !important;
}


/* ===== VERSION 1.27 OVERRIDES ===== */
.vertical-mark {
  left: -68px !important;
  top: 2px !important;
  font-size: 1.15rem !important;
  letter-spacing: .22em !important;
  color: rgba(247,240,228,.46) !important;
}

.hero-art {
  transform: translateY(-26px) !important;
}

@media (max-width: 900px) {
  .vertical-mark {
    font-size: 1rem !important;
  }

  .hero-art {
    transform: translateY(-10px) !important;
  }
}


/* ===== VERSION 1.28 OVERRIDES ===== */
.vertical-mark {
  left: -54px !important;
  top: 6px !important;
  font-size: 1.26rem !important;
  line-height: 1.9 !important;
  letter-spacing: .10em !important;
  color: rgba(247, 240, 228, 0.72) !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35) !important;
}

@media (max-width: 900px) {
  .vertical-mark {
    left: 0 !important;
    top: -34px !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    color: rgba(247, 240, 228, 0.66) !important;
  }
}


/* ===== VERSION 1.29 OVERRIDES ===== */
.about-photo-frame {
  margin: 0;
  min-height: 620px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.about-photo {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .about-photo-frame {
    min-height: 420px;
  }

  .about-photo {
    min-height: 420px;
  }
}


/* ===== VERSION 1.30 OVERRIDES ===== */
.about-photo-frame {
  min-height: 620px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.about-photo {
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center top !important;
  background: transparent !important;
}

.about-art {
  background: transparent !important;
}

@media (max-width: 900px) {
  .about-photo-frame {
    min-height: 420px !important;
  }

  .about-photo {
    min-height: 420px !important;
  }
}
