@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

:root {
  --black: #0f0e0c;
  --black-2: #17130f;
  --brown: #271a13;
  --bronze: #c98b52;
  --bronze-light: #e7b574;
  --gold: #f4c46a;
  --cream: #f7f0e6;
  --paper: #fffaf2;
  --ink: #201812;
  --muted: #76695c;
  --line: rgba(32, 24, 18, 0.14);
  --white-line: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 60px rgba(12, 9, 6, 0.24);
  --container: 1100px;
}

/* Final schedule overrides: keep after all responsive rules. */
@media (min-width: 981px) {
  .mobile-time-rail {
    display: none !important;
  }

  .time-rail {
    display: grid !important;
  }
}

@media (max-width: 980px) {
  .schedule-board {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 10px !important;
    overflow: visible !important;
  }

  .time-rail {
    display: none !important;
  }

  .mobile-time-rail {
    display: grid !important;
    grid-template-rows: 34px repeat(3, 58px) !important;
    gap: 6px !important;
    color: #9a8d80 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    justify-items: end !important;
    padding-right: 4px !important;
  }

  .mobile-time-rail span {
    align-self: center !important;
  }

  .mobile-time-rail span:nth-child(1) {
    grid-row: 2 !important;
  }

  .mobile-time-rail span:nth-child(2) {
    grid-row: 3 !important;
  }

  .mobile-time-rail span:nth-child(3) {
    grid-row: 4 !important;
  }

  .schedule-days {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 1px !important;
    min-width: 0 !important;
    background: rgba(32, 24, 18, 0.12) !important;
  }

  .schedule-day,
  .schedule-day.is-empty {
    display: grid !important;
    grid-template-rows: 34px repeat(3, 58px) !important;
    gap: 6px 0 !important;
    min-width: 0 !important;
    min-height: 232px !important;
    padding: 0 3px !important;
    border: 0 !important;
    background: #fffdf8 !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  .schedule-day h3 {
    grid-row: 1 !important;
    min-height: 34px !important;
    margin: 0 -3px !important;
    font-size: 11px !important;
  }

  .schedule-day .time-10 {
    grid-row: 2 !important;
  }

  .schedule-day .time-14 {
    grid-row: 3 !important;
  }

  .schedule-day .time-19 {
    grid-row: 4 !important;
  }

  .schedule-block {
    min-height: 52px !important;
    margin: 0 !important;
    padding: 4px 2px !important;
    border-radius: 3px !important;
    font-size: 9px !important;
    line-height: 1.16 !important;
    box-shadow: none !important;
  }

  .schedule-block span,
  .schedule-block.is-study span {
    margin-top: 2px !important;
    font-size: 10px !important;
    line-height: 1.16 !important;
  }

  .schedule-block.is-study {
    font-size: 8px !important;
    line-height: 1.12 !important;
  }
}

@media (max-width: 980px) {
  .schedule-board {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 6px !important;
    overflow: visible !important;
    padding: 10px !important;
  }

  .time-rail {
    display: none !important;
  }

  .mobile-time-rail {
    display: grid !important;
    grid-template-rows: 36px repeat(3, 62px) !important;
    gap: 6px !important;
    color: #9a8d80 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    justify-items: end !important;
    padding-right: 4px !important;
  }

  .mobile-time-rail span {
    align-self: center !important;
  }

  .mobile-time-rail span:nth-child(1) {
    grid-row: 2 !important;
  }

  .mobile-time-rail span:nth-child(2) {
    grid-row: 3 !important;
  }

  .mobile-time-rail span:nth-child(3) {
    grid-row: 4 !important;
  }

  .schedule-days {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 1px !important;
    min-width: 0 !important;
    background: rgba(32, 24, 18, 0.12) !important;
  }

  .schedule-day,
  .schedule-day.is-empty {
    display: grid !important;
    grid-template-rows: 36px repeat(3, 62px) !important;
    gap: 6px 0 !important;
    min-width: 0 !important;
    min-height: 240px !important;
    padding: 0 3px !important;
    border: 0 !important;
    background: #fffdf8 !important;
    box-shadow: none !important;
  }

  .schedule-day h3 {
    grid-row: 1 !important;
    min-height: 36px !important;
    margin: 0 -3px !important;
    font-size: 11px !important;
  }

  .schedule-day .time-10 {
    grid-row: 2 !important;
  }

  .schedule-day .time-14 {
    grid-row: 3 !important;
  }

  .schedule-day .time-19 {
    grid-row: 4 !important;
  }

  .schedule-block {
    min-height: 52px !important;
    margin: 0 !important;
    padding: 4px 2px !important;
    border-radius: 3px !important;
    font-size: 9px !important;
    line-height: 1.16 !important;
    box-shadow: none !important;
  }

  .schedule-block span,
  .schedule-block.is-study span {
    margin-top: 2px !important;
    font-size: 10px !important;
    line-height: 1.16 !important;
  }

  .schedule-block.is-study {
    font-size: 8px !important;
    line-height: 1.12 !important;
  }
}

[hidden],
.is-hidden-temporarily {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 58px);
  color: #fff;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 250, 242, 0.96);
  color: var(--ink);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: block;
  width: clamp(178px, 18vw, 248px);
}

.brand-logo {
  width: 100%;
  height: auto;
}

.brand-logo-dark,
.site-header.is-scrolled .brand-logo-light,
.site-header.is-open .brand-logo-light {
  display: none;
}

.site-header.is-scrolled .brand-logo-dark,
.site-header.is-open .brand-logo-dark {
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  font-size: 15px;
  font-weight: 800;
}

.site-nav a {
  opacity: 0.82;
}

.site-nav a:hover {
  color: var(--bronze-light);
  opacity: 1;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-open .site-nav a:hover {
  color: var(--bronze);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 92svh;
  padding: 112px clamp(18px, 4vw, 58px) 70px;
  background:
    radial-gradient(circle at 20% 3%, rgba(226, 167, 102, 0.32), transparent 22%),
    radial-gradient(circle at 58% 2%, rgba(226, 167, 102, 0.24), transparent 20%),
    linear-gradient(135deg, #0d0d0c 0%, #1c1612 54%, #0d0d0c 100%);
  color: #fff;
}

.stage-light {
  position: absolute;
  top: -140px;
  width: 220px;
  height: 560px;
  background: radial-gradient(ellipse at top, rgba(255, 220, 171, 0.76), rgba(199, 139, 82, 0.18) 34%, transparent 68%);
  filter: blur(8px);
  opacity: 0.66;
  pointer-events: none;
}

.stage-one {
  left: 12%;
}

.stage-two {
  left: 43%;
}

.stage-three {
  right: 12%;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: end;
  width: min(1180px, 100%);
  min-height: calc(92svh - 182px);
  margin: 0 auto;
}

.hero-minimal {
  max-width: 1040px;
}

.rating,
.section-label {
  margin: 0 0 18px;
  color: var(--bronze-light);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  max-width: 940px;
  min-height: 3.12em;
  color: var(--bronze-light);
  font-size: clamp(52px, 8vw, 112px);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.38);
  text-wrap: balance;
}

.hero h1.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.82em;
  margin-left: 0.08em;
  background: var(--bronze-light);
  animation: caretBlink 0.75s steps(1) infinite;
  vertical-align: -0.08em;
}

@keyframes caretBlink {
  50% {
    opacity: 0;
  }
}

.lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.85;
}

.hero-actions,
.contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}

.button.primary {
  background: linear-gradient(135deg, var(--bronze-light), var(--bronze));
  color: #17100c;
}

.button.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.32) 42%, transparent 66%);
  transform: translateX(-120%);
  animation: buttonSheen 3.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes buttonSheen {
  0%,
  55% {
    transform: translateX(-120%);
  }
  78%,
  100% {
    transform: translateX(120%);
  }
}

.button.outline {
  border-color: rgba(231, 181, 116, 0.48);
  color: #f8e4c6;
}

.button.secondary {
  background: var(--black);
  color: var(--gold);
}

.button.kakao {
  border-color: rgba(32, 24, 18, 0.16);
  background: #fee500;
  color: #191600;
}

.button.full {
  width: 100%;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
  box-shadow: none;
}

.metrics {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--container), calc(100% - 36px));
  margin: -48px auto 0;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.metrics div {
  padding: clamp(24px, 3vw, 36px);
  border-right: 1px solid var(--line);
  transition: background 0.2s ease, transform 0.2s ease;
}

.metrics div:hover {
  background: #fff;
  transform: translateY(-2px);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.metrics strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: transform 0.28s ease, color 0.28s ease;
}

.metrics strong.count-complete,
.proof-cards strong.count-complete {
  color: var(--bronze);
  transform: translateY(-2px);
}

.metric-text {
  animation: metricTextIn 0.7s ease both 0.55s;
}

@keyframes metricTextIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  width: min(var(--container), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(82px, 9vw, 132px) 0;
}

.readable-grid,
.proof,
.location,
.consult-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.24;
  letter-spacing: 0;
  text-wrap: balance;
}

.no-break {
  white-space: nowrap;
}

h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.28;
  text-wrap: balance;
}

p {
  line-height: 1.82;
  text-wrap: pretty;
}

.text-stack {
  display: grid;
  gap: 18px;
}

.text-stack p,
.section-title p,
.proof-copy p,
.consult-copy p,
.location-text p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.program {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--container)) / 2));
  padding-right: max(18px, calc((100vw - var(--container)) / 2));
  background: var(--black);
  color: #fff;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

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

.section-title {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.section-title h2 {
  max-width: 720px;
}

.section-title p {
  max-width: 410px;
}

.space-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.space-gallery figure {
  position: relative;
  min-height: 460px;
  background: var(--black);
}

.space-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space-main figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  width: fit-content;
  max-width: calc(100% - 48px);
  padding: 12px 16px;
  background: rgba(15, 14, 12, 0.78);
  color: var(--bronze-light);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.space-side {
  display: grid;
  gap: 18px;
}

.space-side img {
  min-height: 221px;
  box-shadow: 0 16px 38px rgba(32, 24, 18, 0.1);
}

.program .section-title p,
.proof-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.step-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--white-line);
  border-left: 1px solid var(--white-line);
}

.step-list article {
  min-height: 320px;
  padding: 30px;
  border-right: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  transition: background 0.22s ease, transform 0.22s ease;
}

.step-list article:hover {
  background: linear-gradient(180deg, rgba(231, 181, 116, 0.12), rgba(255, 255, 255, 0.018));
  transform: translateY(-3px);
}

.step-list span {
  display: inline-block;
  color: var(--bronze-light);
  font-weight: 900;
}

.step-list h3 {
  margin-top: 92px;
}

.step-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.schedule {
  background: #f4eee4;
}

.schedule-board {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(32, 24, 18, 0.16);
  background: #fffaf2;
  box-shadow: 0 18px 42px rgba(32, 24, 18, 0.1);
}

.time-rail {
  display: grid;
  grid-template-rows: 46px repeat(13, 34px);
  color: #9a8d80;
  font-size: 13px;
  font-weight: 800;
  justify-items: end;
  padding-right: 4px;
}

.mobile-time-rail {
  display: none;
}

.time-rail span {
  align-self: center;
  transform: none;
}

.time-rail span:nth-child(1) {
  grid-row: 2;
}

.time-rail span:nth-child(2) {
  grid-row: 3;
}

.time-rail span:nth-child(3) {
  grid-row: 5;
}

.time-rail span:nth-child(4) {
  grid-row: 7;
}

.time-rail span:nth-child(5) {
  grid-row: 9;
}

.time-rail span:nth-child(6) {
  grid-row: 12;
}

.time-rail span:nth-child(7) {
  grid-row: 14;
}

.schedule-days {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: rgba(32, 24, 18, 0.12);
}

.schedule-day {
  display: grid;
  grid-template-rows: 46px repeat(12, 34px);
  min-height: 454px;
  padding: 0 10px;
  background: #fffdf8;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 33px,
    rgba(32, 24, 18, 0.055) 34px
  );
  background-position: 0 46px;
}

.schedule-day h3 {
  display: grid;
  min-height: 46px;
  margin: 0 -10px;
  place-items: center;
  background: #312721;
  color: #f1c983;
  font-size: 15px;
  text-transform: uppercase;
  grid-row: 1;
}

.schedule-block {
  position: relative;
  display: grid;
  min-height: 74px;
  place-items: center;
  align-self: stretch;
  margin: 5px 0;
  padding: 12px 8px;
  border: 1px solid rgba(32, 24, 18, 0.12);
  border-radius: 4px;
  color: #241a14;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.22;
  text-align: center;
  box-shadow: 0 12px 20px rgba(32, 24, 18, 0.06);
}

.schedule-day .time-10 {
  grid-row: 3 / span 2;
}

.schedule-day .time-14 {
  grid-row: 7 / span 2;
}

.schedule-day .time-19 {
  grid-row: 12 / span 2;
}

.schedule-block span {
  display: block;
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}

.schedule-block.is-practice {
  background: #c9d8cf;
}

.schedule-block.is-basic {
  background: #ead2bd;
}

.schedule-block.is-study {
  padding: 12px 8px;
  background: #c9b690;
  color: #1f1712;
  font-size: 14px;
  line-height: 1.18;
}

.schedule-block.is-study span {
  position: static;
  margin-top: 4px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  line-height: 1.18;
}

.schedule-apply {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.45fr);
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(22px, 4vw, 42px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(32, 24, 18, 0.12);
  background: linear-gradient(135deg, #17110d, #2a2019);
  color: #fff;
  box-shadow: var(--shadow);
}

.schedule-apply-copy {
  align-self: center;
}

.schedule-apply-copy span {
  color: var(--bronze-light);
  font-size: 13px;
  font-weight: 950;
}

.schedule-apply-copy h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.schedule-apply-copy p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.schedule-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: none;
}

.schedule-form label:nth-of-type(4),
.schedule-form .button,
.schedule-form .form-note {
  grid-column: 1 / -1;
}

.schedule-form textarea {
  min-height: 96px;
}

.benefits {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--container)) / 2));
  padding-right: max(18px, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(rgba(15, 14, 12, 0.86), rgba(15, 14, 12, 0.92)),
    url("assets/brand/money-auction-sns.png") center / cover;
  color: #fff;
}

.benefits .section-title p {
  color: rgba(255, 255, 255, 0.72);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card {
  display: grid;
  align-content: start;
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(231, 181, 116, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.09), rgba(255, 255, 255, 0.045));
  backdrop-filter: blur(12px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 181, 116, 0.54);
  background: rgba(255, 255, 255, 0.12);
}

.benefit-card span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(231, 181, 116, 0.32);
  color: var(--bronze-light);
  font-size: 13px;
  font-weight: 950;
}

.benefit-card strong {
  display: block;
  margin-top: 48px;
  color: #fff;
  font-size: clamp(21px, 2.1vw, 29px);
  line-height: 1.28;
}

.benefit-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.instagram-section {
  background: #f4eee4;
}

.instagram-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.instagram-embed,
.instagram-card {
  border: 1px solid rgba(32, 24, 18, 0.13);
  background: #fffaf2;
  box-shadow: 0 16px 38px rgba(32, 24, 18, 0.09);
}

.instagram-embed {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 18px;
  overflow: hidden;
}

.instagram-media {
  min-width: 0 !important;
  max-width: 540px !important;
  width: 100% !important;
}

.instagram-card {
  display: grid;
  align-content: end;
  min-height: 420px;
  padding: clamp(26px, 4vw, 40px);
  border-color: rgba(231, 181, 116, 0.24);
  background:
    radial-gradient(circle at 86% 10%, rgba(231, 181, 116, 0.2), transparent 24%),
    linear-gradient(135deg, #17130f 0%, #261b14 100%);
  color: #fff;
}

.instagram-card span {
  color: var(--bronze-light);
  font-weight: 950;
}

.instagram-card strong {
  display: block;
  margin-top: 22px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.28;
}

.instagram-card em {
  display: inline-flex;
  width: fit-content;
  margin-top: 28px;
  padding: 12px 16px;
  border: 1px solid rgba(231, 181, 116, 0.42);
  color: #f8e4c6;
  font-style: normal;
  font-weight: 950;
}

.proof {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--container)) / 2));
  padding-right: max(18px, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(rgba(15, 14, 12, 0.86), rgba(15, 14, 12, 0.92)),
    url("assets/brand/money-auction-sns.png") center / cover;
  color: #fff;
}

.resource {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--container)) / 2));
  padding-right: max(18px, calc((100vw - var(--container)) / 2));
  background: var(--cream);
}

.resource-panel {
  width: min(100%, 922px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(circle at 8% 0%, rgba(231, 181, 116, 0.22), transparent 26%),
    linear-gradient(135deg, #1a130f, #0f0e0c);
  color: #fff;
  box-shadow: var(--shadow);
}

.resource-header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: end;
  margin-bottom: 28px;
}

.resource-header h2 {
  max-width: 680px;
  font-size: clamp(30px, 4.4vw, 52px);
}

.resource-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.85;
}

.resource-stack {
  display: grid;
  gap: 14px;
  max-width: 822px;
  margin: 0 auto;
}

.resource-banner {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(231, 181, 116, 0.2);
  background: #111;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.resource-banner:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 181, 116, 0.52);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.resource-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.resource-mini {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.proof-copy {
  position: sticky;
  top: 110px;
}

.proof-copy h2 {
  max-width: 620px;
}

.proof-copy p {
  margin-top: 24px;
}

.proof-cards {
  display: grid;
  gap: 16px;
}

.proof-cards article {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(231, 181, 116, 0.26);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  transition: border-color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.proof-cards article:hover {
  border-color: rgba(231, 181, 116, 0.52);
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.proof-cards strong {
  display: block;
  color: var(--bronze-light);
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: transform 0.28s ease, color 0.28s ease;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.proof-cards span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.auction-results {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--container)) / 2));
  padding-right: max(18px, calc((100vw - var(--container)) / 2));
  background: #fffaf2;
}

.auction-results .section-title {
  margin-bottom: 30px;
}

.result-lead {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--bronze);
  background: #f3e7d8;
}

.result-lead strong {
  font-size: 18px;
}

.result-lead span {
  max-width: 560px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.65;
}

.result-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.result-controls {
  display: none;
}

.result-card {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(32, 24, 18, 0.12);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 16px 36px rgba(32, 24, 18, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.result-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 139, 82, 0.46);
  box-shadow: 0 22px 48px rgba(32, 24, 18, 0.14);
}

.result-card img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  border-radius: 0;
  background: #f7f7f7;
}

.result-card span {
  color: #3a2a20;
  font-size: 14px;
  font-weight: 950;
}

.evidence {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.evidence-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.profile-card,
.document-card {
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 16px 38px rgba(32, 24, 18, 0.1);
}

.profile-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 0.52fr) 1fr;
  align-items: end;
  background:
    radial-gradient(circle at 10% 0%, rgba(231, 181, 116, 0.22), transparent 32%),
    linear-gradient(135deg, #17130f, #0f0e0c);
  color: #fff;
}

.profile-card img {
  align-self: end;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: bottom center;
}

.profile-card div,
.document-card div {
  padding: 28px;
}

.profile-card span,
.document-card span {
  color: var(--bronze);
  font-size: 13px;
  font-weight: 900;
}

.profile-card h3,
.document-card h3 {
  margin-top: 12px;
}

.profile-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.document-card img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.course-showcase {
  display: grid;
  gap: 18px;
  margin: 0 auto 34px;
  max-width: 822px;
}

.course-showcase a {
  display: block;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.course-showcase a:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
}

.course-main {
  display: grid;
  grid-template-columns: repeat(2, 382px);
  gap: 18px;
  justify-content: space-between;
}

.course-showcase img {
  width: 100%;
  height: auto;
  box-shadow: 0 16px 38px rgba(32, 24, 18, 0.13);
}

.course-main img {
  border-radius: 22px;
}

.course-wide {
  border-radius: 18px;
}

.training-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(32, 24, 18, 0.14);
  box-shadow: 0 16px 38px rgba(32, 24, 18, 0.08);
}

.training-notes article {
  min-height: 220px;
  padding: 28px;
  background: var(--paper);
  transition: transform 0.22s ease, background 0.22s ease;
}

.training-notes article:hover {
  background: #fff;
  transform: translateY(-3px);
}

.training-notes span {
  color: var(--bronze);
  font-size: 13px;
  font-weight: 900;
}

.training-notes h3 {
  margin-top: 52px;
}

.training-notes p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 14px 35px rgba(32, 24, 18, 0.1);
}

figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

figcaption {
  padding: 18px;
  font-weight: 900;
}

.consult {
  padding: clamp(82px, 9vw, 132px) max(18px, calc((100vw - var(--container)) / 2));
  background:
    radial-gradient(circle at 12% 0%, rgba(231, 181, 116, 0.36), transparent 28%),
    linear-gradient(135deg, #211711, #0f0e0c);
  color: #fff;
}

.consult-inner {
  width: 100%;
}

.consult-copy p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.check-list li {
  position: relative;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 12px;
  height: 8px;
  border-left: 2px solid var(--bronze-light);
  border-bottom: 2px solid var(--bronze-light);
  transform: rotate(-45deg);
}

.consult-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 40px);
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: #3c3027;
  font-size: 14px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(32, 24, 18, 0.18);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}

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

input:focus,
select:focus,
textarea:focus {
  border-color: var(--bronze);
  box-shadow: 0 0 0 3px rgba(201, 139, 82, 0.18);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.location {
  align-items: stretch;
}

.location-text .button {
  margin-top: 28px;
}

.contact-line a {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--bronze);
  font-size: 20px;
  font-weight: 900;
}

.location-card {
  display: grid;
  align-content: end;
  min-height: 390px;
  padding: 34px;
  background:
    linear-gradient(rgba(15, 14, 12, 0.15), rgba(15, 14, 12, 0.82)),
    url("https://cdn.imweb.me/thumbnail/20260330/5a6a3e88e70ac.jpg") center / cover;
  color: #fff;
  box-shadow: var(--shadow);
}

.location-card img {
  width: min(220px, 62%);
  margin-bottom: auto;
}

.location-card span {
  margin-top: 70px;
  color: var(--bronze-light);
  font-weight: 900;
}

.location-card strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
}

.location-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px clamp(18px, 4vw, 58px);
  background: #0a0908;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer img {
  width: 220px;
}

.site-footer p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer a {
  color: var(--bronze-light);
  font-weight: 900;
  white-space: nowrap;
}

.quick-menu {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 55;
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.quick-menu-item,
.quick-menu-top {
  display: grid;
  width: 74px;
  min-height: 62px;
  place-items: center;
  padding: 9px 7px;
  border: 1px solid rgba(231, 181, 116, 0.32);
  background: rgba(18, 14, 11, 0.9);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.quick-menu-item:hover,
.quick-menu-top:hover {
  transform: translateX(-3px);
  border-color: rgba(231, 181, 116, 0.62);
  background: rgba(38, 28, 21, 0.96);
}

.quick-menu-item span {
  color: var(--bronze-light);
  font-size: 11px;
  font-weight: 950;
}

.quick-menu-item strong,
.quick-menu-top {
  text-align: center;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.18;
}

.quick-kakao {
  background: #fee500;
  color: #181600;
}

.quick-kakao span {
  color: #181600;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(10, 9, 8, 0.84);
  backdrop-filter: blur(8px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-frame {
  position: relative;
  width: min(1120px, 100%);
  max-height: 88svh;
  margin: 0;
  overflow: auto;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.lightbox-frame img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: #fff;
}

.lightbox-frame figcaption {
  position: sticky;
  bottom: 0;
  padding: 14px 18px;
  background: #fffaf2;
  color: #2a211a;
  font-weight: 950;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 91;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(231, 181, 116, 0.46);
  background: rgba(15, 14, 12, 0.92);
  color: #f8e4c6;
  font-weight: 950;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1180px) {
  :root {
    --container: 960px;
  }

  .step-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .step-list article {
    min-height: 250px;
  }

  .step-list h3 {
    margin-top: 58px;
  }
}

@media (max-width: 980px) {
  :root {
    --container: 720px;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .nav-toggle {
    display: grid;
    gap: 6px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid currentColor;
    border-radius: 4px;
    background: transparent;
    color: inherit;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .hero-inner,
  .readable-grid,
  .proof,
  .evidence,
  .location,
  .consult-inner,
  .section-title,
  .resource-header,
  .benefit-grid,
  .instagram-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 72px;
  }

  .hero-inner {
    min-height: 0;
  }

  .metrics,
  .step-list,
  .schedule-days,
  .result-gallery,
  .training-notes,
  .course-main,
  .resource-mini,
  .space-gallery,
  .evidence-grid,
  .profile-card {
    grid-template-columns: 1fr;
  }

  .course-main {
    justify-content: stretch;
  }

  .schedule-board {
    grid-template-columns: 1fr;
  }

  .time-rail {
    display: none;
  }

  .schedule-day {
    grid-template-rows: auto;
    gap: 12px;
    min-height: auto;
    padding: 0 14px 16px;
    background-image: none;
  }

  .schedule-day h3 {
    margin: 0 -14px 16px;
  }

  .schedule-day .time-10,
  .schedule-day .time-14,
  .schedule-day .time-19 {
    grid-row: auto;
  }

  .result-lead {
    display: grid;
  }

  .result-card img {
    height: 340px;
  }

  .metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics div:last-child {
    border-bottom: 0;
  }

  .step-list article {
    min-height: 230px;
  }

  .space-gallery figure,
  .space-side img {
    min-height: auto;
  }

  .space-gallery img {
    aspect-ratio: 4 / 3;
  }

  .profile-card img {
    max-height: 300px;
  }

  .step-list h3 {
    margin-top: 46px;
  }

  .proof-copy {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .quick-menu {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --container: 100%;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 66px;
    padding: 12px 16px;
  }

  .brand {
    width: 156px;
  }

  .site-nav {
    top: 66px;
  }

  .hero {
    min-height: auto;
    padding: 84px 16px 38px;
  }

  .stage-light {
    width: 160px;
  }

  .stage-one {
    left: -8%;
  }

  .stage-two {
    left: 34%;
  }

  .stage-three {
    right: -10%;
  }

  .hero h1 {
    font-size: clamp(34px, 10.6vw, 48px);
    line-height: 1.1;
    min-height: 3.28em;
  }

  .lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.68;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .button.primary::after {
    animation: none;
  }

  .metrics,
  .section {
    width: calc(100% - 32px);
  }

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

  .metrics div {
    min-width: 0;
    padding: 16px 10px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .metrics div:last-child {
    border-right: 0;
  }

  .metrics span {
    font-size: 11px;
  }

  .metrics strong {
    margin-top: 7px;
    font-size: clamp(18px, 6vw, 25px);
    word-break: keep-all;
  }

  .section {
    padding: 54px 0;
  }

  h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.22;
  }

  h3 {
    font-size: 20px;
  }

  .readable-grid,
  .section-title {
    gap: 20px;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .section-label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .section-title p,
  .text-stack p,
  .proof-copy p,
  .consult-copy p,
  .location-text p {
    font-size: 14px;
    line-height: 1.72;
  }

  .resource {
    padding: 54px 16px;
  }

  .schedule-board {
    padding: 14px;
    box-shadow: 0 12px 26px rgba(32, 24, 18, 0.08);
  }

  .schedule-days {
    gap: 12px;
    background: transparent;
  }

  .schedule-day {
    border: 1px solid rgba(32, 24, 18, 0.12);
    box-shadow: 0 10px 24px rgba(32, 24, 18, 0.06);
  }

  .schedule-day.is-empty {
    display: none;
  }

  .schedule-block {
    min-height: 56px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .schedule-block.is-study {
    font-size: 13px;
  }

  .schedule-block.is-study span {
    font-size: 14px;
  }

  .result-gallery {
    display: flex;
    gap: 12px;
    margin: 0 -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .result-card {
    flex: 0 0 82vw;
    scroll-snap-align: start;
    padding: 10px;
  }

  .result-card img {
    height: 210px;
  }

  .space-main figcaption {
    position: static;
    width: 100%;
    max-width: none;
    padding: 13px 14px;
    background: #201812;
    color: var(--bronze-light);
    font-size: 13px;
    line-height: 1.45;
  }

  .space-side {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .space-side img {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .program {
    padding-left: 16px;
    padding-right: 16px;
  }

  .program .section-title {
    gap: 18px;
  }

  .program .section-title h2 {
    font-size: clamp(28px, 8.4vw, 38px);
    line-height: 1.24;
  }

  .program .section-title p {
    font-size: 15px;
    line-height: 1.78;
  }

  .step-list {
    border-left: 0;
  }

  .step-list article {
    border-left: 1px solid var(--white-line);
  }

  .resource-panel {
    padding: 22px;
  }

  .resource-header {
    gap: 18px;
    margin-bottom: 22px;
  }

  .resource-header h2 {
    font-size: clamp(26px, 8.8vw, 36px);
  }

  .resource-header p {
    font-size: 14px;
    line-height: 1.72;
  }

  .program,
  .proof,
  .consult {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .step-list article,
  .training-notes article,
  .benefit-card {
    min-height: auto;
    padding: 20px;
  }

  .step-list h3,
  .training-notes h3 {
    margin-top: 26px;
  }

  .step-list p,
  .training-notes p {
    font-size: 14px;
    line-height: 1.62;
  }

  .consult {
    padding-left: 16px;
    padding-right: 16px;
  }

  .consult-form,
  .location-card {
    padding: 24px;
  }

  .benefit-card strong {
    margin-top: 20px;
    font-size: 21px;
  }

  .benefit-card p {
    font-size: 14px;
    line-height: 1.66;
  }

  .profile-card div,
  .document-card div {
    padding: 20px;
  }

  .profile-card img {
    max-height: 260px;
  }

  .document-card img {
    padding: 14px;
  }

  .course-showcase {
    gap: 12px;
    margin-bottom: 20px;
  }

  .course-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .course-main img,
  .course-wide {
    border-radius: 10px;
  }

  .course-main img {
    height: auto;
    aspect-ratio: 382 / 151;
    object-fit: contain;
    background: #111;
  }

  .course-wide {
    height: auto;
    aspect-ratio: 820 / 162;
    object-fit: contain;
    background: #111;
    object-position: center;
  }

  .training-notes {
    box-shadow: none;
  }

  .document-card img {
    height: auto;
    max-height: 360px;
  }

  .contact-line {
    display: grid;
    gap: 10px;
  }

  .mobile-sticky-cta {
    position: fixed;
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    width: 58px;
    padding: 6px;
    border: 1px solid rgba(231, 181, 116, 0.3);
    background: rgba(15, 14, 12, 0.86);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    transform: translateY(-50%);
  }

  .mobile-sticky-cta a {
    display: grid;
    min-height: 48px;
    place-items: center;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 11px;
    line-height: 1.18;
    font-weight: 900;
    text-align: center;
  }

  .mobile-sticky-cta a:first-child {
    background: var(--bronze-light);
    color: #17100c;
  }

  .mobile-sticky-cta a:not(:first-child) {
    border: 1px solid rgba(231, 181, 116, 0.42);
    color: #f8e4c6;
  }

  .instagram-embed,
  .instagram-card {
    min-height: 280px;
  }

  .instagram-embed {
    display: none;
  }

  .instagram-card strong {
    font-size: 27px;
  }

  .consult-form {
    gap: 12px;
  }

  input,
  select,
  textarea {
    min-height: 46px;
    font-size: 14px;
  }

  .lightbox {
    padding: 14px;
  }

  .lightbox-frame {
    max-height: 84svh;
  }

  .site-footer {
    padding-bottom: 92px;
  }
}

@media (max-width: 640px) {
  .mobile-sticky-cta {
    top: auto;
    right: 8px;
    bottom: 18px;
    width: 54px;
    gap: 5px;
    padding: 5px;
    transform: none;
  }

  .mobile-sticky-cta a {
    min-height: 42px;
    font-size: 10px;
  }

  .schedule-board {
    grid-template-columns: 48px 660px;
    gap: 10px;
    overflow-x: auto;
    padding: 12px;
    scroll-snap-type: x proximity;
  }

  .time-rail {
    display: grid;
    grid-template-rows: 46px repeat(13, 34px);
    font-size: 12px;
    justify-items: end;
    padding-right: 2px;
  }

  .schedule-days {
    display: grid;
    grid-template-columns: repeat(6, 110px);
    gap: 1px;
    background: rgba(32, 24, 18, 0.12);
  }

  .schedule-day,
  .schedule-day.is-empty {
    display: grid;
    grid-template-rows: 46px repeat(12, 34px);
    min-height: 454px;
    padding: 0 7px;
    border: 0;
    background: #fffdf8;
    background-image: repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 33px,
      rgba(32, 24, 18, 0.055) 34px
    );
    background-position: 0 46px;
    box-shadow: none;
  }

  .schedule-day h3 {
    grid-row: 1;
    min-height: 46px;
    margin: 0 -7px;
    font-size: 13px;
  }

  .schedule-day .time-10 {
    grid-row: 3 / span 2;
  }

  .schedule-day .time-14 {
    grid-row: 7 / span 2;
  }

  .schedule-day .time-19 {
    grid-row: 12 / span 2;
  }

  .schedule-block {
    min-height: 74px;
    margin: 5px 0;
    padding: 8px 4px;
    font-size: 12px;
    line-height: 1.2;
  }

  .schedule-block span,
  .schedule-block.is-study span {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.2;
  }

  .schedule-block.is-study {
    padding: 8px 4px;
    font-size: 11px;
    line-height: 1.18;
  }

  .benefits {
    padding-left: 14px;
    padding-right: 14px;
  }

  .benefits .section-title h2 {
    max-width: calc(100% - 52px);
    font-size: clamp(27px, 7.6vw, 34px);
  }

  .benefits .section-title p {
    max-width: calc(100% - 52px);
  }

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

  .benefit-card {
    min-height: 285px;
    height: 100%;
    padding: 16px;
    grid-template-rows: auto auto 1fr;
  }

  .benefit-card span {
    padding: 5px 7px;
    font-size: 10px;
  }

  .benefit-card strong {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.28;
    min-height: 66px;
  }

  .benefit-card p {
    align-self: start;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }

  .program .section-title h2,
  .proof .proof-copy h2,
  .consult-copy h2 {
    max-width: calc(100% - 54px);
  }
}

@media (max-width: 640px) {
  .mobile-sticky-cta {
    right: 6px;
    bottom: 72px;
    width: 58px;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .mobile-sticky-cta a {
    display: grid;
    min-height: 58px;
    padding: 8px 4px;
    border: 1px solid rgba(231, 181, 116, 0.42);
    border-radius: 0;
    background: rgba(15, 14, 12, 0.94);
    color: #fff;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    line-height: 1.18;
  }

  .mobile-sticky-cta a span {
    color: var(--bronze-light);
    font-size: 10px;
    font-weight: 950;
  }

  .mobile-sticky-cta a strong {
    text-align: center;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.18;
  }

  .mobile-sticky-cta a:first-child {
    border-color: #fee500;
    background: #fee500;
    color: #181600;
  }

  .mobile-sticky-cta a:first-child span {
    color: #181600;
  }

  .schedule-board {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 5px;
    overflow-x: visible;
    padding: 8px;
  }

  .time-rail {
    display: none;
  }

  .mobile-time-rail {
    display: grid;
    grid-template-rows: 30px repeat(3, 58px);
    gap: 6px;
    color: #9a8d80;
    font-size: 10px;
    font-weight: 900;
    justify-items: end;
    padding-right: 2px;
  }

  .mobile-time-rail span {
    align-self: center;
  }

  .mobile-time-rail span:nth-child(1) {
    grid-row: 2;
  }

  .mobile-time-rail span:nth-child(2) {
    grid-row: 3;
  }

  .mobile-time-rail span:nth-child(3) {
    grid-row: 4;
  }

  .schedule-days {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-width: 0;
    gap: 1px;
  }

  .schedule-day,
  .schedule-day.is-empty {
    grid-template-rows: 30px repeat(3, 58px);
    gap: 6px 0;
    min-width: 0;
    min-height: 228px;
    padding: 0 2px;
    background-image: none;
  }

  .schedule-day h3 {
    min-height: 30px;
    margin: 0 -2px;
    font-size: 10px;
  }

  .schedule-day .time-10 {
    grid-row: 2;
  }

  .schedule-day .time-14 {
    grid-row: 3;
  }

  .schedule-day .time-19 {
    grid-row: 4;
  }

  .schedule-block {
    min-height: 48px;
    margin: 0;
    padding: 4px 2px;
    border-radius: 3px;
    font-size: 8px;
    line-height: 1.15;
    box-shadow: none;
  }

  .schedule-block span,
  .schedule-block.is-study span {
    margin-top: 1px;
    font-size: 9px;
    line-height: 1.15;
  }

  .schedule-block.is-study {
    padding: 4px 2px;
    font-size: 6px;
    line-height: 1.12;
  }

  .proof {
    padding-left: 18px;
    padding-right: 62px;
  }

  .proof-copy h2 {
    max-width: 100%;
    font-size: clamp(27px, 8vw, 36px);
  }

  .proof-copy p {
    max-width: 100%;
  }

  .proof-cards article {
    padding: 22px;
  }

  .proof-cards strong {
    font-size: clamp(35px, 10vw, 52px);
  }

  .result-gallery {
    margin: 0;
    padding: 0 0 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .result-gallery::-webkit-scrollbar {
    display: none;
  }

  .auction-results .section-title {
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .auction-results .section-label {
    margin-bottom: 12px;
  }

  .result-controls {
    display: flex;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    background: #201812;
  }

  .result-controls button {
    display: grid;
    width: 42px;
    height: 30px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(201, 139, 82, 0.45);
    border-radius: 0;
    background: #120f0c;
    color: transparent;
    cursor: pointer;
  }

  .result-controls button::before {
    color: var(--bronze-light);
    font-size: 14px;
    font-weight: 950;
  }

  .result-controls [data-result-prev]::before {
    content: "<";
  }

  .result-controls [data-result-next]::before {
    content: ">";
  }

  .result-card {
    flex: 0 0 min(76vw, 286px);
  }

  .result-card img {
    height: 190px;
  }

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

  .profile-card {
    grid-column: 1 / -1;
  }

  .document-card img {
    max-height: 260px;
    padding: 10px;
  }

  .document-card div {
    padding: 14px;
  }

  .document-card span {
    font-size: 11px;
  }

  .document-card h3 {
    font-size: 16px;
  }
}

/* Schedule final fix: PC and mobile use separate boards to prevent mixed grids. */
.mobile-time-rail,
.schedule-mobile {
  display: none !important;
}

@media (min-width: 981px) {
  .schedule-board {
    display: grid !important;
  }
}

@media (max-width: 980px) {
  .schedule-board {
    display: none !important;
  }

  .schedule-mobile {
    display: block !important;
    padding: 10px;
    border: 1px solid rgba(32, 24, 18, 0.16);
    background: #fffaf2;
    box-shadow: 0 14px 34px rgba(32, 24, 18, 0.08);
  }

  .schedule-mobile-grid {
    display: grid;
    grid-template-columns: 42px repeat(6, minmax(0, 1fr));
    grid-template-rows: 34px repeat(3, 74px);
    gap: 1px;
    background: rgba(32, 24, 18, 0.12);
  }

  .schedule-mobile-grid > div {
    display: grid;
    min-width: 0;
    place-items: center;
    background: #fffdf8;
  }

  .schedule-mobile-corner {
    background: transparent !important;
  }

  .schedule-mobile-head {
    background: #312721 !important;
    color: #f1c983;
    font-size: 10px;
    font-weight: 900;
  }

  .schedule-mobile-time {
    color: #9a8d80;
    font-size: 11px;
    font-weight: 900;
  }

  .schedule-mobile-card {
    margin: 5px 3px;
    padding: 4px 2px;
    border: 1px solid rgba(32, 24, 18, 0.12);
    border-radius: 3px;
    color: #241a14;
    font-size: 9px;
    font-weight: 950;
    line-height: 1.12;
    text-align: center;
  }

  .schedule-mobile-card span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.1;
  }

  .schedule-mobile-card.is-practice {
    background: #c9d8cf;
  }

  .schedule-mobile-card.is-basic {
    background: #ead2bd;
  }

  .schedule-mobile-card.is-study {
    background: #c9b690;
    font-size: 8px;
  }
}

@media (max-width: 980px) {
  .schedule-apply {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding: 18px;
  }

  .schedule-apply-copy h3 {
    font-size: 28px;
  }

  .schedule-apply-copy p {
    margin-top: 10px;
    font-size: 14px;
  }

  .schedule-form {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .schedule-form label:nth-of-type(4),
  .schedule-form .button,
  .schedule-form .form-note {
    grid-column: auto;
  }
}

/* Final schedule application form lock */
.schedule .schedule-apply {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.35fr) !important;
  gap: clamp(18px, 3vw, 32px) !important;
  max-width: 980px !important;
  margin: clamp(24px, 4vw, 40px) auto 0 !important;
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid rgba(231, 181, 116, 0.26) !important;
  background: linear-gradient(135deg, #17110d 0%, #2a2019 100%) !important;
  color: #fff !important;
  box-shadow: 0 22px 52px rgba(32, 24, 18, 0.16) !important;
}

.schedule .schedule-apply-copy {
  align-self: center !important;
}

.schedule .schedule-apply-copy span {
  color: var(--bronze-light) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.schedule .schedule-apply-copy h3 {
  margin: 12px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 44px) !important;
  line-height: 1.08 !important;
}

.schedule .schedule-apply-copy p {
  margin: 16px 0 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.schedule .schedule-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: clamp(18px, 3vw, 28px) !important;
  background: #fffaf2 !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

.schedule .schedule-form label:nth-of-type(4),
.schedule .schedule-form .button,
.schedule .schedule-form .form-note {
  grid-column: 1 / -1 !important;
}

.schedule .schedule-form textarea {
  min-height: 92px !important;
}

@media (max-width: 980px) {
  .schedule .schedule-apply {
    grid-template-columns: 1fr !important;
    max-width: none !important;
    margin-top: 20px !important;
    padding: 18px !important;
  }

  .schedule .schedule-apply-copy h3 {
    font-size: 28px !important;
  }

  .schedule .schedule-form {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
  }

  .schedule .schedule-form label:nth-of-type(4),
  .schedule .schedule-form .button,
  .schedule .schedule-form .form-note {
    grid-column: auto !important;
  }
}
