:root {
  --ink: #080b18;
  --midnight: #101733;
  --navy: #152052;
  --cobalt: #3155ff;
  --violet: #7042e6;
  --magenta: #c62f78;
  --cyan: #19d4cf;
  --gold: #e2ba55;
  --white: #f7f8ff;
  --paper: #ffffff;
  --steel: #aeb7d0;
  --line: rgba(18, 26, 57, 0.14);
  --dark-line: rgba(255, 255, 255, 0.15);
  --shadow: 0 30px 90px rgba(8, 11, 24, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body::selection { background: var(--cobalt); color: white; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 30px; max-width: 1540px; margin: auto; padding: 26px 5vw; color: white; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(8,11,24,.22); backdrop-filter: blur(10px); }
.brand-mark svg { width: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.5; }
.brand b, .brand small { display: block; }
.brand b { font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 500; letter-spacing: .02em; }
.brand small { margin-top: 1px; color: rgba(255,255,255,.66); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; font-size: 11px; font-weight: 650; letter-spacing: .05em; }
nav a { opacity: .75; transition: opacity .2s ease; }
nav a:hover, nav a:focus-visible { opacity: 1; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(8,11,24,.18); backdrop-filter: blur(10px); }

.hero { position: relative; overflow: hidden; min-height: 920px; background: var(--ink); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(1.14) contrast(1.06); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,18,.97) 0%, rgba(5,7,18,.84) 38%, rgba(5,7,18,.30) 67%, rgba(5,7,18,.42) 100%), linear-gradient(0deg, rgba(5,7,18,.92) 0%, transparent 42%); }
.hero-orb { position: absolute; top: -170px; left: 39%; width: 620px; height: 620px; border: 1px solid rgba(31,212,207,.28); border-radius: 50%; box-shadow: inset 0 0 100px rgba(49,85,255,.09), 0 0 130px rgba(49,85,255,.08); }
.hero-content { position: relative; z-index: 3; max-width: 980px; padding: 175px 6vw 230px; }
.kicker { margin: 0 0 20px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.kicker-dark { color: var(--magenta); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.02; }
h1 { margin-bottom: 36px; font-size: clamp(72px, 9.3vw, 142px); letter-spacing: -.062em; }
h1 em, h2 em { color: var(--cyan); font-weight: 400; }
.hero-statement { max-width: 760px; margin-bottom: 38px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(23px, 2.2vw, 35px); line-height: 1.3; }
.hero-actions, .result-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .04em; transition: transform .2s ease, filter .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); filter: brightness(1.08); }
.button-hot { background: linear-gradient(110deg, var(--cobalt), var(--violet), var(--magenta)); color: white; box-shadow: 0 15px 38px rgba(78,58,225,.34); }
.button-outline { border-color: rgba(255,255,255,.35); background: transparent; color: white; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font-size: 11px; font-weight: 800; }
.date-card { position: absolute; z-index: 3; right: 5vw; bottom: 220px; width: min(350px, 30vw); padding: 30px; border: 1px solid rgba(255,255,255,.28); background: rgba(8,11,24,.62); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.date-card span, .date-card strong, .date-card small { display: block; }
.date-card span, .date-card small { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.date-card span { color: var(--cyan); }
.date-card strong { margin: 15px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.date-card small { color: rgba(255,255,255,.62); }
.hero-strip { position: absolute; inset: auto 0 0; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px 5vw 34px; border-top: 1px solid rgba(255,255,255,.16); background: rgba(6,8,20,.84); backdrop-filter: blur(18px); }
.hero-strip div { padding: 4px 28px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-strip div:first-child { padding-left: 0; }
.hero-strip div:last-child { border-right: 0; }
.hero-strip strong, .hero-strip span { display: block; }
.hero-strip strong { margin-bottom: 5px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.hero-strip span { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.experience { background: var(--paper); }
.section-heading { max-width: 1320px; margin: 0 auto; padding: 120px 6vw 58px; }
.section-heading h2 { margin: 0; font-size: clamp(45px, 6.3vw, 92px); letter-spacing: -.052em; }
.recognition-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1320px; margin: 0 auto 120px; padding: 0 6vw; }
.recognition-card { min-height: 310px; padding: 30px 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.recognition-card:last-child { border-right: 0; }
.recognition-card span { display: block; margin-bottom: 110px; color: var(--cobalt); font-family: Georgia, "Times New Roman", serif; font-size: 40px; }
.recognition-card p { margin: 0; font-size: 14px; line-height: 1.75; }

.method-stage { display: grid; grid-template-columns: .86fr 1.14fr; max-width: 1500px; margin: 0 auto 125px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.method-intro { display: flex; flex-direction: column; justify-content: center; padding: 70px 5vw; background: radial-gradient(circle at 20% 20%, rgba(49,85,255,.24), transparent 42%), var(--ink); }
.method-intro h2 { margin-bottom: 25px; font-size: clamp(46px, 5vw, 75px); letter-spacing: -.04em; }
.method-intro > p:not(.kicker) { max-width: 540px; color: rgba(255,255,255,.64); }
.formula { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 35px; padding-top: 26px; border-top: 1px solid var(--dark-line); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.formula b { color: var(--cyan); font-size: 18px; }
.formula strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.wing-panels { display: grid; grid-template-columns: 1fr 1fr; }
.wing-panel { position: relative; overflow: hidden; min-height: 590px; padding: 42px; }
.wing-panel::after { content: ""; position: absolute; right: -140px; bottom: -150px; width: 360px; height: 360px; border: 1px solid currentColor; border-radius: 49% 51% 46% 54%; opacity: .22; transform: rotate(28deg); }
.wing-one { background: linear-gradient(155deg, #283ed4, var(--cobalt) 48%, #8f38d7); }
.wing-two { background: linear-gradient(155deg, #6d1a6a, var(--magenta) 58%, #de5d58); }
.wing-index { margin-bottom: 225px; color: rgba(255,255,255,.35); font-family: Georgia, "Times New Roman", serif; font-size: 70px; }
.wing-panel .kicker { color: white; opacity: .75; }
.wing-panel h3 { margin-bottom: 20px; font-size: 37px; }
.wing-panel > p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }

.benefit-stage { padding-bottom: 120px; }
.benefit-stage .section-heading { padding-top: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1320px; margin: 0 auto; padding: 0 6vw; background: var(--line); }
.benefit-card { min-height: 250px; padding: 35px; background: white; }
.benefit-card:nth-child(2), .benefit-card:nth-child(5) { background: #f2f4ff; }
.benefit-card strong { display: block; margin-bottom: 50px; color: var(--cobalt); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; }
.benefit-card p { margin: 0; color: #4f5871; font-size: 13px; }

.program-stage { padding: 120px 6vw; background: var(--midnight); color: white; }
.program-stage > * { max-width: 1240px; margin-left: auto; margin-right: auto; }
.program-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.program-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 84px); letter-spacing: -.05em; }
.program-heading > p { margin-bottom: 10px; color: rgba(255,255,255,.57); }
.program-list { border-top: 1px solid var(--dark-line); }
.program-day { border-bottom: 1px solid var(--dark-line); }
.program-day button { display: grid; grid-template-columns: .2fr 1fr auto; gap: 35px; align-items: center; width: 100%; min-height: 118px; padding: 23px 0; border: 0; background: transparent; color: white; cursor: pointer; text-align: left; }
.day-number { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.day-name small, .day-name strong { display: block; }
.day-name small { margin-bottom: 8px; color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.day-name strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 3vw, 38px); font-weight: 400; }
.day-toggle { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; color: var(--cyan); font-size: 20px; }
.day-content { display: none; grid-template-columns: .85fr 1.15fr; gap: 60px; padding: 0 6% 42px 20%; color: rgba(255,255,255,.68); }
.program-day.open .day-content { display: grid; }
.day-content p { margin: 0; }
.day-content ul { margin: 0; padding-left: 18px; }
.day-content li { margin-bottom: 8px; }
.program-note { margin-top: 28px !important; color: rgba(255,255,255,.38); font-size: 10px; }

.atmosphere-stage { display: grid; grid-template-columns: .82fr 1.18fr .72fr; grid-template-rows: auto 610px; gap: 18px; max-width: 1320px; margin: 0 auto; padding: 120px 6vw; }
.atmosphere-copy { grid-column: 1 / 3; display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; align-items: end; margin-bottom: 38px; }
.atmosphere-copy .kicker { grid-column: 1 / -1; margin-bottom: -42px; }
.atmosphere-copy h2 { margin: 0; font-size: clamp(48px, 6vw, 84px); letter-spacing: -.05em; }
.atmosphere-copy > p { margin: 0 0 8px; color: #5d657c; }
.atmosphere-stage figure { position: relative; overflow: hidden; margin: 0; background: var(--ink); }
.atmosphere-stage figure img { width: 100%; height: 100%; object-fit: cover; }
.atmosphere-pool { grid-column: 1 / 3; }
.atmosphere-pool img { object-position: center; }
.atmosphere-circle { grid-column: 3; }
.atmosphere-circle img { object-position: center 24%; }
.atmosphere-stage figcaption { position: absolute; inset: auto 0 0; padding: 65px 24px 22px; background: linear-gradient(transparent, rgba(5,7,18,.9)); color: white; }
.atmosphere-stage figcaption span, .atmosphere-stage figcaption strong { display: block; }
.atmosphere-stage figcaption span { margin-bottom: 7px; color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.atmosphere-stage figcaption strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }

.results-stage { display: grid; grid-template-columns: 1fr 1fr; }
.results-now, .results-later { min-height: 610px; padding: 85px 7vw; color: white; }
.results-now { background: linear-gradient(145deg, #123f7c, var(--cobalt)); }
.results-later { background: linear-gradient(145deg, #621b77, var(--magenta)); }
.results-stage .kicker { color: white; opacity: .7; }
.results-stage h2 { max-width: 570px; margin-bottom: 32px; font-size: clamp(44px, 4.7vw, 68px); letter-spacing: -.04em; }
.results-stage ul { margin: 0; padding: 0; list-style: none; }
.results-stage li { position: relative; padding: 14px 0 14px 30px; border-top: 1px solid rgba(255,255,255,.19); font-size: 13px; }
.results-stage li::before { content: "↗"; position: absolute; left: 0; color: var(--cyan); }
.condition { color: rgba(255,255,255,.62); font-size: 12px; }
.support-banner { display: grid; grid-template-columns: 130px 1fr .7fr; gap: 50px; align-items: center; max-width: 1320px; margin: 95px auto; padding: 55px 6vw; background: var(--ink); color: white; box-shadow: var(--shadow); }
.support-number { color: var(--cyan); font-family: Georgia, "Times New Roman", serif; font-size: 110px; line-height: 1; }
.support-banner .kicker { margin-bottom: 8px; }
.support-banner h2 { margin: 0; font-size: clamp(37px, 4vw, 58px); letter-spacing: -.04em; }
.support-banner > p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }

.villa-stage { padding: 70px 6vw 125px; }
.villa-stage > * { max-width: 1320px; margin-left: auto; margin-right: auto; }
.villa-heading { display: grid; grid-template-columns: 1.1fr .72fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.villa-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 84px); letter-spacing: -.05em; }
.villa-heading > p { margin-bottom: 8px; color: #5d657c; }
.gallery { display: grid; grid-template-columns: 1.1fr .9fr .8fr; grid-template-rows: 360px 320px 310px; gap: 12px; }
.gallery figure { position: relative; overflow: hidden; margin: 0; background: var(--midnight); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 45px 20px 17px; background: linear-gradient(transparent, rgba(4,6,16,.82)); color: white; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.gallery-pool { grid-column: 1 / 3; }
.gallery-room { grid-column: 3; grid-row: 1 / 3; }
.gallery-room img { object-position: center; }
.gallery-hall { grid-column: 1; grid-row: 2; }
.gallery-table { grid-column: 2; grid-row: 2; }
.gallery-shared { grid-column: 1 / 2; grid-row: 3; }
.gallery-night { grid-column: 2 / 4; grid-row: 3; }
.villa-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 12px !important; border: 1px solid var(--line); }
.villa-facts div { min-height: 135px; padding: 26px; border-right: 1px solid var(--line); }
.villa-facts div:last-child { border-right: 0; }
.villa-facts span, .villa-facts strong { display: block; }
.villa-facts span { margin-bottom: 16px; color: var(--magenta); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.villa-facts strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; line-height: 1.35; }

.participate { padding: 120px 6vw 35px; background: var(--ink); color: white; }
.participate > * { max-width: 1240px; margin-left: auto; margin-right: auto; }
.included-stage { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; padding-bottom: 120px; }
.included-heading { position: sticky; top: 40px; }
.included-heading h2 { margin: 0; font-size: clamp(49px, 5.5vw, 78px); letter-spacing: -.05em; }
.included-list { border-top: 1px solid var(--dark-line); }
.included-list > div { display: grid; grid-template-columns: 60px .72fr 1fr; gap: 20px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--dark-line); }
.included-list span { color: var(--cyan); font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.included-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.included-list p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.included-list .included-accent { margin-top: 14px; padding: 30px 20px; border: 1px solid rgba(25,212,207,.45); background: linear-gradient(105deg, rgba(49,85,255,.2), rgba(198,47,120,.22)); }
.choice-stage { padding: 100px 0; border-top: 1px solid var(--dark-line); }
.choice-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.choice-heading .kicker { grid-column: 1 / -1; margin-bottom: -45px; }
.choice-heading h2 { margin: 0; font-size: clamp(47px, 5vw, 74px); letter-spacing: -.05em; }
.choice-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.56); }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.option-card { position: relative; overflow: hidden; padding: 42px; border: 1px solid rgba(255,255,255,.17); background: #11162a; cursor: pointer; transition: transform .2s ease, border-color .2s ease; }
.option-card::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0; background: radial-gradient(circle at 85% 10%, rgba(49,85,255,.42), transparent 42%), linear-gradient(140deg, rgba(49,85,255,.12), rgba(198,47,120,.16)); transition: opacity .2s ease; }
.option-card > * { position: relative; z-index: 1; }
.option-card:hover { transform: translateY(-3px); }
.option-card.selected { border-color: var(--cyan); }
.option-card.selected::before { opacity: 1; }
.option-status { display: flex; justify-content: space-between; align-items: center; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.option-status i { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--cyan); color: var(--ink); font-style: normal; opacity: 0; }
.selected .option-status i { opacity: 1; }
.option-card h3 { margin: 45px 0 20px; font-size: 51px; }
.option-card > p { max-width: 510px; color: rgba(255,255,255,.55); }
.option-card ul { margin: 34px 0; padding: 0; list-style: none; }
.option-card li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); font-size: 12px; }
.option-card li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.choose-option { display: flex; justify-content: space-between; width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--cyan); background: transparent; color: white; cursor: pointer; font-size: 11px; font-weight: 800; text-align: left; }

.interest-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; margin-top: 35px !important; padding: 75px; background: linear-gradient(135deg, #17265e, #421657 55%, #721d5a); box-shadow: var(--shadow); }
.interest-copy h2 { margin-bottom: 25px; font-size: clamp(52px, 6vw, 86px); letter-spacing: -.055em; }
.interest-copy > p:not(.kicker) { color: rgba(255,255,255,.64); }
.privacy-note { display: flex; gap: 13px; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.17); color: var(--cyan); font-size: 11px; }
.privacy-note span { font-size: 20px; }
.privacy-note p { margin: 0; }
form { display: flex; flex-direction: column; gap: 23px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label > span, legend { display: block; margin-bottom: 8px; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; background: transparent; color: white; }
input { height: 43px; }
textarea { min-height: 96px; padding: 12px 0; resize: vertical; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.35); }
input:focus, textarea:focus { border-color: var(--cyan); }
fieldset { margin: 0; padding: 0; border: 0; }
.radio-row { display: flex; gap: 12px; flex-wrap: wrap; }
.radio-row label { cursor: pointer; }
.radio-row input { position: absolute; opacity: 0; pointer-events: none; }
.radio-row span { margin: 0; padding: 10px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .02em; text-transform: none; }
.radio-row input:checked + span { border-color: var(--cyan); background: var(--cyan); color: var(--ink); }
.form-submit { justify-content: space-between; width: 100%; }
.form-error { margin: -10px 0 0; color: #ffb6ca; font-size: 12px; }
.request-result { align-self: center; }
.result-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 26px; border: 1px solid var(--cyan); border-radius: 50%; color: var(--cyan); }
.request-result h3 { margin-bottom: 16px; font-size: 46px; }
.request-result > p:not(.kicker) { color: rgba(255,255,255,.64); }
.request-result pre { overflow: auto; max-height: 240px; margin: 26px 0; padding: 22px; border: 1px solid rgba(255,255,255,.15); background: rgba(6,8,20,.32); color: rgba(255,255,255,.82); font-family: inherit; font-size: 12px; white-space: pre-wrap; }
.copy-status { margin: 15px 0 0; color: var(--cyan) !important; font-size: 12px; }
footer { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 55px 0 10px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
footer strong, footer span { display: block; }
footer strong { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; letter-spacing: .02em; text-transform: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .68s ease, transform .68s ease; }
.reveal.visible { opacity: 1; transform: none; }
[hidden] { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .gallery img, .option-card, .button { transition: none; }
}

@media (max-width: 1080px) {
  .hero-content { padding-left: 5vw; }
  .date-card { right: 4vw; width: 330px; }
  .method-stage { grid-template-columns: 1fr; margin-left: 4vw; margin-right: 4vw; }
  .wing-panel { min-height: 460px; }
  .wing-index { margin-bottom: 120px; }
  .recognition-grid { grid-template-columns: 1fr 1fr; }
  .recognition-card:nth-child(2) { border-right: 0; }
  .included-stage { gap: 50px; }
  .support-banner { margin-left: 5vw; margin-right: 5vw; }
}

@media (max-width: 820px) {
  .site-header { padding: 20px 24px; }
  nav { display: none; }
  .hero { min-height: 920px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,7,18,.94), rgba(5,7,18,.55)), linear-gradient(0deg, rgba(5,7,18,.94) 0%, transparent 55%); }
  .hero-content { padding: 145px 25px 360px; }
  .date-card { right: 24px; bottom: 188px; left: 24px; width: auto; }
  .hero-strip { grid-template-columns: 1fr 1fr; gap: 20px 0; padding: 24px; }
  .hero-strip div:nth-child(2) { border-right: 0; }
  .hero-strip div:nth-child(3) { padding-left: 0; }
  .section-heading { padding: 85px 24px 42px; }
  .recognition-grid { margin-bottom: 85px; padding: 0 24px; }
  .recognition-card { min-height: 280px; }
  .recognition-card span { margin-bottom: 80px; }
  .method-stage { margin: 0 24px 90px; }
  .method-intro { padding: 55px 30px; }
  .wing-panel { padding: 35px 28px; }
  .benefit-stage { padding-bottom: 85px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; padding: 0 24px; }
  .program-stage { padding: 90px 24px; }
  .program-heading, .villa-heading, .choice-heading { grid-template-columns: 1fr; gap: 30px; }
  .program-day button { grid-template-columns: 80px 1fr auto; gap: 15px; }
  .day-content { grid-template-columns: 1fr; gap: 20px; padding-left: 95px; }
  .atmosphere-stage { grid-template-columns: 1.2fr .8fr; grid-template-rows: auto 500px; padding: 90px 24px; }
  .atmosphere-copy { grid-column: 1 / -1; }
  .atmosphere-pool { grid-column: 1; }
  .atmosphere-circle { grid-column: 2; }
  .results-stage { grid-template-columns: 1fr; }
  .results-now, .results-later { min-height: auto; padding: 70px 8vw; }
  .support-banner { grid-template-columns: 90px 1fr; gap: 25px; }
  .support-number { font-size: 85px; }
  .support-banner > p { grid-column: 1 / -1; }
  .villa-stage { padding: 45px 24px 90px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 290px 340px 280px; }
  .gallery-pool { grid-column: 1 / 3; }
  .gallery-room { grid-column: 2; grid-row: 2; }
  .gallery-hall { grid-column: 1; grid-row: 2; }
  .gallery-table { display: none; }
  .gallery-shared { grid-column: 1; grid-row: 3; }
  .gallery-night { grid-column: 2; grid-row: 3; }
  .villa-facts { grid-template-columns: 1fr 1fr; }
  .villa-facts div:nth-child(2) { border-right: 0; }
  .villa-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .participate { padding: 90px 24px 30px; }
  .included-stage { grid-template-columns: 1fr; }
  .included-heading { position: static; }
  .choice-heading .kicker { margin-bottom: 0; }
  .option-grid { grid-template-columns: 1fr; }
  .interest-panel { grid-template-columns: 1fr; gap: 45px; padding: 50px 32px; }
}

@media (max-width: 560px) {
  .brand small { display: none; }
  .brand b { font-size: 13px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 960px; }
  .hero-content { padding-top: 130px; }
  h1 { font-size: clamp(63px, 20vw, 90px); }
  .hero-statement { font-size: 23px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .date-card { bottom: 220px; }
  .hero-strip { padding-bottom: 26px; }
  .hero-strip div { padding: 0 15px; }
  .hero-strip strong { font-size: 18px; }
  .section-heading h2, .program-heading h2, .villa-heading h2, .choice-heading h2, .included-heading h2 { font-size: 44px; }
  .recognition-grid { grid-template-columns: 1fr; }
  .recognition-card { min-height: auto; padding: 28px 0; border-right: 0; }
  .recognition-card span { margin-bottom: 35px; }
  .wing-panels { grid-template-columns: 1fr; }
  .wing-panel { min-height: 410px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 220px; }
  .benefit-card strong { margin-bottom: 38px; }
  .program-day button { grid-template-columns: 1fr auto; }
  .day-number { grid-column: 1 / -1; }
  .day-content { padding: 0 0 35px; }
  .atmosphere-stage { grid-template-columns: 1fr; grid-template-rows: auto 300px 520px; }
  .atmosphere-copy { display: block; grid-column: 1; }
  .atmosphere-copy .kicker { margin-bottom: 20px; }
  .atmosphere-copy h2 { margin-bottom: 22px; font-size: 44px; }
  .atmosphere-pool, .atmosphere-circle { grid-column: 1; }
  .support-banner { grid-template-columns: 1fr; margin: 65px 24px; padding: 38px 28px; }
  .support-number { font-size: 75px; }
  .gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .gallery-pool, .gallery-hall, .gallery-room, .gallery-night { grid-column: 1; grid-row: auto; }
  .gallery-shared { display: none; }
  .gallery figcaption { padding-top: 55px; }
  .villa-facts { grid-template-columns: 1fr; }
  .villa-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .villa-facts div:last-child { border-bottom: 0; }
  .included-list > div { grid-template-columns: 45px 1fr; }
  .included-list p { grid-column: 2; }
  .option-card { padding: 34px 27px; }
  .option-card h3 { font-size: 46px; }
  .interest-panel { padding: 42px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 23px; }
  .result-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  footer { align-items: flex-start; flex-direction: column; }
}
