:root {
  --bg: #110f0d;
  --bg-soft: #191613;
  --bg-elevated: rgba(33, 28, 24, 0.88);
  --panel: rgba(255, 248, 236, 0.05);
  --panel-strong: rgba(255, 248, 236, 0.09);
  --line: rgba(220, 176, 97, 0.24);
  --line-strong: rgba(220, 176, 97, 0.4);
  --gold: #dcb061;
  --gold-soft: #edd3a0;
  --text: #f6efe2;
  --muted: #c8bba9;
  --danger: #f07d7d;
  --success: #cce6b1;
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 18px 44px rgba(0, 0, 0, 0.24);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
  --header-height: 88px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.7;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(220, 176, 97, 0.12), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(255, 248, 236, 0.06), transparent 24%),
    linear-gradient(180deg, #181310 0%, #100d0b 48%, #0d0b0a 100%);
  overflow-x: clip;
  scrollbar-gutter: stable both-edges;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: none;
}

body.menu-open {
  overflow: hidden;
}

.js body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 88;
  opacity: 0;
  pointer-events: none;
  background: rgba(7, 6, 5, 0.46);
  backdrop-filter: blur(3px);
  transition: opacity 0.22s ease;
}

.js body.menu-open::before {
  opacity: 1;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

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

p,
h1,
h2,
h3,
dl,
dd,
dt {
  margin: 0;
}

h1,
h2,
h3,
.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.02em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(237, 211, 160, 0.96);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: -56px;
  z-index: 200;
  padding: 12px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(12, 10, 9, 0.95);
  color: var(--gold-soft);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 14px;
}

.page-orbit {
  position: fixed;
  width: 28rem;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(16px);
  opacity: 0.46;
  z-index: -1;
}

.page-orbit-left {
  top: 5rem;
  left: -9rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(220, 176, 97, 0.2), transparent 40%),
    radial-gradient(circle, rgba(237, 211, 160, 0.06), transparent 66%);
}

.page-orbit-right {
  top: 32rem;
  right: -11rem;
  background:
    radial-gradient(circle at 50% 40%, rgba(237, 211, 160, 0.1), transparent 38%),
    radial-gradient(circle, rgba(220, 176, 97, 0.08), transparent 70%);
}

.container {
  width: min(100% - clamp(1.25rem, 3vw, 2rem) - var(--safe-left) - var(--safe-right), var(--container));
  margin: 0 auto;
}

.section-block {
  position: relative;
  padding: clamp(2.8rem, 6vw, 5rem) 0;
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.section-block:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(18, 15, 13, 0.78);
  border-bottom: 1px solid rgba(220, 176, 97, 0.13);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.logo-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-soft);
  background:
    radial-gradient(circle at center, rgba(220, 176, 97, 0.2), rgba(220, 176, 97, 0.04));
  box-shadow: inset 0 0 20px rgba(220, 176, 97, 0.08);
}

.logo-mark img {
  width: 76%;
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(220, 176, 97, 0.14));
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.brand-name {
  font-size: clamp(1.65rem, 3vw, 2rem);
  line-height: 0.9;
  color: var(--gold-soft);
}

.brand-sub {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-btn {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--gold-soft);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

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

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

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

.nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav a {
  position: relative;
  color: var(--muted);
  font-size: 0.97rem;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.32rem;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold-soft);
  transition: transform 0.22s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--gold-soft);
}

.nav a:hover::after,
.nav a.active::after {
  transform: scaleX(1);
}

.hero {
  padding-top: clamp(3rem, 7vw, 6rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(1.4rem, 3vw, 2rem);
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.glass-card,
.value-card,
.member-card,
.contact-card,
.contact-form-card,
.disclaimer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(220, 176, 97, 0.14);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 248, 236, 0.06), rgba(255, 248, 236, 0.02)),
    var(--panel);
  box-shadow: var(--shadow-md);
}

.hero-copy,
.contact-form-card,
.contact-card {
  padding: clamp(1.5rem, 4vw, 2.2rem);
}

.hero-panel,
.glass-card,
.value-card,
.member-card,
.disclaimer-card {
  padding: clamp(1.4rem, 4vw, 2rem);
}

.hero-copy::before,
.hero-panel::before,
.glass-card::before,
.value-card::before,
.member-card::before,
.contact-card::before,
.contact-form-card::before,
.disclaimer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 38%, transparent 68%, rgba(220, 176, 97, 0.08));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: var(--line);
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.94;
  color: var(--gold-soft);
  text-wrap: balance;
}

.lead {
  margin-top: 1.2rem;
  max-width: 60ch;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  color: var(--muted);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(220, 176, 97, 0.08);
  color: var(--gold-soft);
  font-size: 0.92rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  touch-action: manipulation;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(180deg, #e4bc6f 0%, #c99349 100%);
  color: #1c1611;
  border-color: rgba(220, 176, 97, 0.7);
  box-shadow: 0 15px 34px rgba(201, 147, 73, 0.22);
}

.btn-secondary {
  background: rgba(255, 248, 236, 0.03);
  color: var(--text);
}

.hero-panel {
  min-height: 100%;
  display: flex;
}

.hero-panel-inner {
  display: block;
  width: 100%;
}

.hero-symbol {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
  color: var(--gold-soft);
}

.hero-logo-image {
  width: min(100%, 350px);
  height: auto;
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(220, 176, 97, 0.12));
}

.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(220, 176, 97, 0.14);
}

.hero-ring-outer {
  width: min(100%, 390px);
  aspect-ratio: 1;
}

.hero-ring-inner {
  width: min(100%, 310px);
  aspect-ratio: 1;
}

.hero-symbol::after {
  content: "";
  position: absolute;
  width: min(100%, 250px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 176, 97, 0.18), transparent 65%);
  z-index: 1;
}

.section-head {
  max-width: 52rem;
  margin-bottom: 1.7rem;
}

.section-head h2 {
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  line-height: 0.95;
  color: var(--gold-soft);
  text-wrap: balance;
}

.section-head p:last-child {
  margin-top: 1rem;
  color: var(--muted);
}

.section-head-compact {
  margin-bottom: 1.4rem;
}

.about-grid,
.values-grid,
.members-grid,
.contact-grid {
  display: grid;
  gap: 1.15rem;
}

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

.glass-card h3,
.value-card h3,
.contact-card h3,
.contact-form-card h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  color: var(--gold-soft);
}

.glass-card p,
.value-card p,
.contact-card p,
.contact-form-card p,
.member-excerpt,
.member-detail,
.disclaimer-card p {
  color: var(--muted);
}

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

.value-card {
  min-height: 100%;
}

.value-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(220, 176, 97, 0.08);
  color: var(--gold-soft);
  font-size: 1.35rem;
}

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

.member-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.member-top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.member-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(220, 176, 97, 0.08);
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.member-name {
  font-size: clamp(1.9rem, 4vw, 2.35rem);
  line-height: 0.95;
  color: var(--gold-soft);
}

.member-role {
  margin-top: 0.35rem;
  font-size: 0.83rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.member-detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.member-detail-inner {
  overflow: hidden;
}

.member-card.is-open .member-detail {
  grid-template-rows: 1fr;
}

.member-card.is-open .member-detail-inner {
  padding-top: 0.95rem;
  border-top: 1px solid rgba(220, 176, 97, 0.12);
}

.member-detail-inner p + p {
  margin-top: 0.8rem;
}

.toggle-btn {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.78rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--gold-soft);
  cursor: pointer;
  font-weight: 700;
  touch-action: manipulation;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.toggle-btn:hover {
  transform: translateY(-2px);
  background: rgba(220, 176, 97, 0.08);
}

.disclaimer-card {
  margin-top: 1.15rem;
}

.disclaimer-card strong {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--gold-soft);
  font-size: 1.05rem;
}

.contact-layout {
  display: grid;
  gap: 1.15rem;
}

.contact-grid {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
}

.contact-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.contact-item {
  padding: 1rem;
  border: 1px solid rgba(220, 176, 97, 0.12);
  border-radius: 18px;
  background: rgba(255, 248, 236, 0.03);
}

.contact-item span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-item strong,
.contact-item a {
  color: var(--text);
  font-weight: 700;
  word-break: break-word;
}

form {
  display: grid;
  gap: 1rem;
  margin-top: 1.3rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  font-size: 0.92rem;
  color: var(--muted);
}

input,
textarea,
select {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(220, 176, 97, 0.18);
  border-radius: 16px;
  color: var(--text);
  background: rgba(255, 248, 236, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

textarea {
  min-height: 156px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(220, 176, 97, 0.52);
  box-shadow: 0 0 0 4px rgba(220, 176, 97, 0.1);
  background: rgba(255, 248, 236, 0.045);
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: rgba(240, 125, 125, 0.7);
  box-shadow: 0 0 0 4px rgba(240, 125, 125, 0.08);
}

.form-status {
  min-height: 1.5rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.form-status[data-state="error"] {
  color: var(--danger);
}

.form-status[data-state="success"] {
  color: var(--success);
}

.btn[disabled] {
  cursor: wait;
  opacity: 0.75;
}

.site-footer {
  padding: 1.4rem 0 2.4rem;
  color: var(--muted);
}

.mobile-cta {
  display: none;
}

body.menu-open .mobile-cta {
  opacity: 0;
  pointer-events: none;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(220, 176, 97, 0.12);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
  .hero-copy,
  .hero-panel,
  .glass-card,
  .value-card,
  .member-card,
  .contact-card,
  .contact-form-card,
  .disclaimer-card {
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .hero-panel:hover,
  .glass-card:hover,
  .value-card:hover,
  .member-card:hover,
  .contact-card:hover,
  .contact-form-card:hover,
  .disclaimer-card:hover {
    transform: translateY(-2px);
    border-color: rgba(220, 176, 97, 0.22);
    box-shadow: var(--shadow-lg);
  }
}

@media (min-width: 1600px) {
  :root {
    --container: 1360px;
    --header-height: 92px;
  }

  .header-inner {
    gap: 1.75rem;
  }

  .nav {
    gap: 2rem;
  }

  .hero {
    padding-top: 4.5rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
    gap: 2.4rem;
  }

  .hero-copy,
  .hero-panel,
  .contact-card,
  .contact-form-card {
    padding: 2rem;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(4.8rem, 4.8vw, 6rem);
  }

  .lead {
    max-width: 62ch;
    font-size: 1.14rem;
  }

  .hero-symbol {
    min-height: 540px;
  }

  .hero-logo-image {
    width: min(100%, 390px);
  }

  .about-grid,
  .values-grid,
  .members-grid,
  .contact-grid {
    gap: 1.4rem;
  }

  .section-head {
    max-width: 58rem;
  }
}

@media (max-width: 1120px) {
  :root {
    --header-height: 82px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  }

  .hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.9rem, 6vw, 4.7rem);
  }

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

  .contact-grid {
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .contact-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 42rem;
    margin: 0 auto;
  }

  .hero-symbol {
    min-height: 360px;
  }

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

@media (max-width: 860px) {
  :root {
    --header-height: 78px;
  }

  .site-header {
    backdrop-filter: blur(12px);
  }

  .header-inner {
    gap: 0.75rem;
  }

  .js .menu-btn {
    display: inline-grid;
    place-items: center;
    flex-shrink: 0;
  }

  .js .nav {
    position: fixed;
    top: calc(var(--header-height) + 14px);
    left: max(16px, calc(var(--safe-left) + 12px));
    right: max(16px, calc(var(--safe-right) + 12px));
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    max-height: calc(100dvh - var(--header-height) - 2rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(220, 176, 97, 0.18);
    border-radius: 24px;
    background: var(--bg-elevated);
    box-shadow: var(--shadow-lg);
    transform: translateY(-16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
  }

  .js .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav a {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255, 248, 236, 0.03);
  }

  .nav a::after {
    display: none;
  }

  .brand-sub {
    max-width: 24ch;
  }

  .hero {
    padding-top: 2rem;
  }

  .page-orbit {
    opacity: 0.28;
  }

  .hero-copy,
  .hero-panel,
  .contact-card,
  .contact-form-card {
    padding: 1.4rem;
  }

  .hero-copy h1,
  .section-head h2 {
    text-wrap: pretty;
  }

  .contact-grid {
    gap: 1rem;
  }
}

@media (max-width: 720px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .member-top {
    align-items: flex-start;
  }

  .member-role {
    line-height: 1.45;
  }

  .section-head {
    margin-bottom: 1.25rem;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: calc(5.75rem + var(--safe-bottom));
  }

  .container {
    width: min(100% - 1rem - var(--safe-left) - var(--safe-right), var(--container));
  }

  .section-block {
    padding: 2.25rem 0;
  }

  .hero-copy,
  .hero-panel,
  .glass-card,
  .value-card,
  .member-card,
  .contact-card,
  .contact-form-card,
  .disclaimer-card {
    border-radius: 20px;
  }

  .brand-sub {
    display: none;
  }

  .logo-mark {
    width: 50px;
    height: 50px;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
  }

  .lead {
    font-size: 0.98rem;
  }

  .hero-symbol {
    min-height: 280px;
  }

  .actions {
    flex-direction: column;
  }

  .btn,
  .toggle-btn {
    width: 100%;
  }

  .tag {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .contact-card {
    order: 2;
  }

  .contact-form-card {
    order: 1;
  }

  .mobile-cta {
    position: fixed;
    left: max(12px, calc(var(--safe-left) + 8px));
    right: max(12px, calc(var(--safe-right) + 8px));
    bottom: calc(12px + var(--safe-bottom));
    z-index: 95;
    display: block;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .mobile-cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0.95rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(220, 176, 97, 0.28);
    background: linear-gradient(180deg, rgba(25, 20, 17, 0.96), rgba(15, 12, 10, 0.94));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34);
    color: var(--gold-soft);
    font-weight: 800;
    letter-spacing: 0.02em;
    pointer-events: auto;
    backdrop-filter: blur(14px);
  }
}

@media (max-width: 420px) {
  :root {
    --header-height: 72px;
  }

  .header-inner {
    min-height: var(--header-height);
  }

  .brand-name {
    font-size: 1.45rem;
  }

  .hero-copy,
  .hero-panel,
  .glass-card,
  .value-card,
  .member-card,
  .contact-card,
  .contact-form-card,
  .disclaimer-card {
    padding: 1.15rem;
    border-radius: 18px;
  }

  .menu-btn {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .js .nav {
    top: calc(var(--header-height) + 10px);
    border-radius: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 2.8rem);
  }

  .eyebrow {
    gap: 0.45rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 1.2rem;
  }

  .section-head h2 {
    font-size: clamp(1.9rem, 10vw, 2.4rem);
  }

  .hero-symbol {
    min-height: 230px;
  }

  .hero-ring-outer {
    width: min(100%, 250px);
  }

  .hero-ring-inner {
    width: min(100%, 200px);
  }

  .hero-logo-image {
    width: min(100%, 220px);
  }

  .contact-item {
    padding: 0.85rem;
  }

  .mobile-cta-link {
    min-height: 54px;
    font-size: 0.96rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
