:root{
  --black:#0c0d0d;
  --ink:#161817;
  --gray:#6d736f;
  --line:#dfe3df;
  --soft:#f2f4f1;
  --white:#fff;
  --lime:#d8ff3e;
  --lime-dark:#b9e31a;
  --radius:26px;
}

/* 보스 관리자 등록 패키지 */
.boss-package-section{background:#f4f6f2}
.boss-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.boss-package-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(28,34,29,.08);transition:transform .25s ease,box-shadow .25s ease}
.boss-package-card:hover{transform:translateY(-5px);box-shadow:0 25px 65px rgba(28,34,29,.13)}
.boss-package-image{position:relative;display:block;height:300px;overflow:hidden;background:#dfe4dd}
.boss-package-image img{transition:transform .5s ease}
.boss-package-card:hover .boss-package-image img{transform:scale(1.035)}
.boss-package-image>i{position:absolute;left:18px;top:18px;padding:8px 12px;border-radius:999px;background:var(--boss-black);color:#fff;font-size:11px;font-style:normal;font-weight:950}
.boss-package-copy{display:flex;min-height:250px;flex-direction:column;padding:28px}
.boss-package-copy>small{color:#7a827c;font-size:10px;font-weight:900;letter-spacing:.12em}
.boss-package-copy>strong{margin-top:9px;color:#151815;font-size:26px;line-height:1.25;letter-spacing:-.055em}
.boss-package-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}
.boss-package-tags em{padding:7px 10px;border-radius:8px;background:#f0f3ef;color:#5f6761;font-size:11px;font-style:normal;font-weight:800}
.boss-package-foot{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-top:auto;padding-top:24px;border-top:1px solid #e8ece8}
.boss-package-foot b{font-size:21px;letter-spacing:-.04em}
.boss-package-foot i{color:#53604f;font-size:12px;font-style:normal;font-weight:900}

@media(max-width:900px){.boss-package-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.boss-package-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.boss-package-card{flex:0 0 84%;scroll-snap-align:start}.boss-package-image{height:260px}.boss-package-copy{min-height:225px;padding:23px}.boss-package-copy>strong{font-size:23px}}

/* v4: 예약 편의 중심 히어로 + PEAKGO 전용 후속 섹션 */
.hero{position:relative;height:100svh;min-height:780px;max-height:980px;background:#080a09;color:#fff}
.hero:before{content:"";position:absolute;z-index:1;inset:0;width:auto;background:linear-gradient(90deg,rgba(5,7,6,.94) 0%,rgba(5,7,6,.84) 38%,rgba(5,7,6,.32) 70%,rgba(5,7,6,.12) 100%)}
.hero:after{content:"";position:absolute;z-index:1;inset:auto 0 0;height:28%;background:linear-gradient(transparent,rgba(5,7,6,.68))}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 47%}
.hero-inner{position:relative;z-index:2;display:flex;width:min(1480px,calc(100% - 64px));height:100%;margin:auto;padding:96px 0 0;align-items:center}
.hero-copy{width:min(720px,58%);padding:35px 0 108px;text-align:left}
.hero-kicker{justify-content:flex-start;color:rgba(255,255,255,.7)}
.hero-copy h1{margin-top:26px;font-size:clamp(60px,5.35vw,88px);line-height:1.02;letter-spacing:-.075em}
.hero-copy h1 em{color:var(--lime)}
.hero-copy>p{margin-top:26px;color:rgba(255,255,255,.78);font-size:20px;line-height:1.75}
.hero-payment{max-width:580px;margin-top:32px;padding:18px 0;border:solid rgba(255,255,255,.2);border-width:1px 0;border-radius:0;background:none;box-shadow:none}
.hero-payment>strong{display:block;color:#fff;font-size:15px;letter-spacing:-.03em}
.hero-payment .pay-line{margin-top:12px;padding-top:0;border:0;color:rgba(255,255,255,.82);font-size:13px}
.hero-actions{margin-top:24px}
.hero .phone-card{background:rgba(8,10,9,.48);backdrop-filter:blur(10px)}
.hero-proof{position:absolute;left:0;bottom:30px;display:flex;align-items:center;gap:0;border:1px solid rgba(255,255,255,.18);background:rgba(8,10,9,.56);backdrop-filter:blur(12px)}
.hero-proof span{display:flex;align-items:center;gap:13px;min-width:190px;height:62px;padding:0 24px;border-right:1px solid rgba(255,255,255,.14);font-size:14px;font-weight:850}
.hero-proof span:last-child{border-right:0}.hero-proof b{color:var(--lime);font-size:10px;letter-spacing:.1em}

.peakgo-feature{display:grid;grid-template-columns:38% 62%;min-height:760px;background:#f1f2ee;color:#111}
.peakgo-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:80px 7vw 80px max(32px,calc((100vw - 1480px)/2))}
.peakgo-feature-copy .eyebrow{color:#6b716c}
.peakgo-feature-copy h2{margin:23px 0 0;font-size:clamp(43px,3.6vw,64px);font-weight:950;line-height:1.08;letter-spacing:-.07em}
.peakgo-feature-copy h2 em{color:#93b500;font-style:normal}
.peakgo-feature-copy p{margin:28px 0 0;color:#5f6561;font-size:18px;font-weight:650;line-height:1.75}
.peakgo-feature-copy>a{display:inline-flex;align-items:center;justify-content:space-between;width:270px;height:62px;margin-top:38px;padding:0 22px;background:#111;color:#fff;font-size:14px;font-weight:950}
.peakgo-feature-copy>a span{color:var(--lime);font-size:20px}
.peakgo-feature-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;overflow:hidden;background:#cfd1cc}
.peakgo-feature-gallery figure{position:relative;min-width:0;margin:0;overflow:hidden;background:#eee}
.peakgo-feature-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 68%,rgba(0,0,0,.16))}
.peakgo-feature-gallery img{transition:transform .55s ease}
.peakgo-feature-gallery figure:hover img{transform:scale(1.025)}

@media (max-width:1024px){
  .hero{height:auto;min-height:760px;max-height:none;padding:0}.hero-inner{width:min(100% - 40px,760px);min-height:760px;padding-top:78px}.hero-copy{width:78%;padding-bottom:120px}.hero-copy h1{font-size:64px}.hero-proof{bottom:24px}.peakgo-feature{grid-template-columns:1fr;min-height:0}.peakgo-feature-copy{padding:90px max(32px,calc((100vw - 760px)/2));text-align:center;align-items:center}.peakgo-feature-gallery{height:620px}
}

@media (max-width:600px){
  .hero{min-height:760px;padding:0}.hero:before{background:linear-gradient(180deg,rgba(5,7,6,.91) 0%,rgba(5,7,6,.74) 62%,rgba(5,7,6,.7) 100%)}.hero-bg{object-position:57% center}.hero-inner{width:calc(100% - 32px);min-height:760px;padding-top:70px;align-items:flex-start}.hero-copy{width:100%;padding:76px 0 160px;text-align:center}.hero-kicker{justify-content:center;font-size:9px}.hero-copy h1{margin-top:20px;font-size:clamp(42px,12vw,54px);line-height:1.07}.hero-copy>p{margin-top:20px;font-size:16px;line-height:1.65}.hero-payment{margin-top:25px;padding:15px 0}.hero-payment>strong{font-size:14px}.hero-payment .pay-line{justify-content:center;gap:13px;font-size:11px}.hero-actions{justify-content:center}.hero-proof{left:0;right:0;bottom:16px;display:grid;grid-template-columns:repeat(3,1fr)}.hero-proof span{min-width:0;height:58px;padding:0 8px;justify-content:center;gap:5px;font-size:10px;text-align:center}.hero-proof b{font-size:8px}.peakgo-feature-copy{padding:75px 24px}.peakgo-feature-copy h2{font-size:38px}.peakgo-feature-copy p{font-size:16px}.peakgo-feature-copy>a{width:100%;max-width:290px}.peakgo-feature-gallery{height:430px;gap:1px}.peakgo-feature-gallery img{object-position:center center}.quick-booking{margin-top:0}
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Pretendard,"Apple SD Gothic Neo","Noto Sans KR",system-ui,sans-serif;font-size:17px;line-height:1.6;letter-spacing:-.025em}
body,button,a{font-family:inherit}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
.mobile-only{display:none}
.site-header{position:absolute;left:0;right:0;top:0;z-index:50;height:96px;color:#fff;background:rgba(9,11,10,.94);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}
.header-inner{width:min(1480px,calc(100% - 64px));height:100%;margin:auto;display:flex;align-items:center;gap:54px}
.brand{display:flex;align-items:center;gap:13px;min-width:230px}
.brand-mark{position:relative;width:46px;height:46px;display:block;border:1px solid rgba(255,255,255,.45);transform:rotate(45deg)}
.brand-mark span{position:absolute;left:50%;top:50%;width:32px;height:2px;background:#fff;transform:translate(-50%,-50%) rotate(-45deg)}
.brand-mark span:nth-child(2){transform:translate(-50%,-50%) rotate(45deg)}
.brand-mark span:nth-child(3){width:9px;height:9px;border-radius:50%;background:var(--lime);transform:translate(-50%,-50%)}
.brand-name{display:flex;flex-direction:column;line-height:1}
.brand-name b{font-size:30px;font-weight:950;letter-spacing:-.06em}
.brand-name small{margin-top:6px;font-size:9px;font-weight:800;letter-spacing:.19em;color:rgba(255,255,255,.7)}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:38px;margin-left:auto}
.desktop-nav a{font-size:15px;font-weight:800;color:rgba(255,255,255,.83);transition:.2s}
.desktop-nav a:hover{color:var(--lime)}
.header-actions{display:flex;align-items:center;gap:18px;margin-left:28px}
.booking-check{font-size:14px;font-weight:800;color:rgba(255,255,255,.72)}
.header-booking{display:flex;align-items:center;justify-content:center;min-width:132px;height:48px;padding:0 20px;border-radius:999px;background:var(--lime);color:#0a0b0b;font-size:14px;font-weight:950}
.hero{position:relative;min-height:860px;height:100svh;max-height:1020px;overflow:hidden;background:#090b0a;color:#fff}
.hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:51%;background:radial-gradient(circle at 15% 38%,rgba(216,255,62,.11),transparent 32%),linear-gradient(125deg,#080a09,#111411)}
.hero-noise{position:absolute;inset:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}
.hero-inner{position:relative;z-index:2;width:min(1560px,100%);height:100%;margin:auto;display:grid;grid-template-columns:51% 49%;align-items:stretch;padding-top:96px}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:46px 7.5vw 34px max(32px,calc((100vw - 1480px)/2))}
.hero-kicker,.eyebrow{display:inline-flex;align-items:center;gap:12px;color:#758077;font-size:13px;font-weight:950;letter-spacing:.15em}
.hero-kicker{color:rgba(255,255,255,.64)}
.hero-kicker i{width:34px;height:1px;background:var(--lime)}
.hero-copy h1{margin:27px 0 0;font-size:clamp(55px,4.85vw,80px);font-weight:950;line-height:1.04;letter-spacing:-.07em}
.hero-copy h1 em{color:var(--lime);font-style:normal}
.hero-copy>p{margin:24px 0 0;color:rgba(255,255,255,.66);font-size:19px;font-weight:650;line-height:1.7}
.hero-payment{max-width:570px;margin-top:28px;padding:19px 22px 17px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.055);box-shadow:0 18px 55px rgba(0,0,0,.18)}
.hero-payment-copy{display:grid;grid-template-columns:1fr auto;align-items:end;gap:2px 22px}
.hero-payment-copy small{grid-column:1/3;color:var(--lime);font-size:9px;font-weight:950;letter-spacing:.16em}
.hero-payment-copy strong{margin-top:7px;font-size:20px;line-height:1.35;letter-spacing:-.045em}
.hero-payment-copy span{padding-bottom:2px;color:rgba(255,255,255,.52);font-size:12px;font-weight:750;white-space:nowrap}
.pay-line{display:flex;align-items:center;flex-wrap:wrap;gap:17px;margin-top:14px;padding-top:13px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.72);font-size:12px;font-weight:850}
.pay-line span{position:relative}
.pay-line span+span:before{content:"";position:absolute;left:-8px;top:50%;width:2px;height:2px;border-radius:50%;background:#666;transform:translateY(-50%)}
.pay-line .npay{color:#fff}.pay-line .npay i{display:inline-grid;place-items:center;width:17px;height:17px;margin-right:3px;background:#03c75a;color:#fff;font-style:normal;font-size:11px;border-radius:3px}
.pay-line .kpay{color:#fee500}.pay-line .kpay b{color:#fff;font-weight:850}
.hero-actions{display:flex;align-items:stretch;gap:13px;margin-top:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:58px;padding:0 28px;border-radius:16px;font-size:16px;font-weight:950;transition:transform .2s,box-shadow .2s,background .2s}
.btn:hover{transform:translateY(-2px)}
.btn-large{min-width:245px;height:68px;font-size:17px}
.btn-lime{background:var(--lime);color:#0b0c0c;box-shadow:0 14px 40px rgba(216,255,62,.13)}
.btn-lime:hover{background:#e3ff70;box-shadow:0 18px 45px rgba(216,255,62,.2)}
.btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
.phone-card{height:68px;min-width:205px;padding:10px 23px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.055);display:flex;flex-direction:column;justify-content:center;line-height:1.25;transition:.2s}
.phone-card:hover{border-color:rgba(216,255,62,.5);background:rgba(255,255,255,.09)}
.phone-card small{font-size:11px;font-weight:850;color:rgba(255,255,255,.55)}
.phone-card strong{margin-top:4px;font-size:17px;letter-spacing:0}
.hero-visual{position:relative;align-self:stretch;min-height:620px;color:#101210;overflow:hidden;background:#e5e5e1}
.peakgo-gallery{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#111}
.peakgo-gallery figure{position:relative;margin:0;overflow:hidden;background:#e8e7e3}
.peakgo-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 55%,rgba(0,0,0,.28))}
.peakgo-gallery img{object-position:center center}
.peakgo-gallery figure:nth-child(2) img{object-position:46% center}
.peakgo-outline{position:absolute;z-index:2;left:4%;right:0;bottom:16%;color:transparent;font-size:clamp(82px,8.5vw,142px);font-weight:950;line-height:.8;letter-spacing:-.075em;white-space:nowrap;-webkit-text-stroke:2px rgba(255,255,255,.82)}
.hero-season-tag{position:absolute;z-index:3;left:23px;top:26px;display:flex;flex-direction:column;padding:14px 17px;background:var(--lime);box-shadow:0 16px 40px rgba(45,55,8,.12)}
.hero-season-tag small{font-size:8px;font-weight:950;letter-spacing:.17em}.hero-season-tag strong{margin-top:3px;font-size:10px;letter-spacing:.08em}
.hero-visual-label{position:absolute;z-index:3;right:23px;bottom:24px;min-width:210px;padding:14px 17px;background:#101210;color:#fff;display:flex;flex-direction:column;line-height:1.2}
.hero-visual-label span{color:var(--lime);font-size:8px;font-weight:950;letter-spacing:.18em}.hero-visual-label b{margin-top:6px;font-size:16px;letter-spacing:-.03em}
.scroll-hint{position:absolute;left:50%;bottom:26px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.45);font-size:8px;font-weight:800;letter-spacing:.2em;transform:translateX(-50%)}
.scroll-hint i{display:block;width:1px;height:34px;background:linear-gradient(var(--lime),transparent)}
.quick-booking{position:relative;z-index:5;background:var(--lime);color:#0d0f0e}
.quick-inner{width:min(1480px,calc(100% - 64px));min-height:166px;margin:auto;display:grid;grid-template-columns:1.3fr repeat(3,1fr) 1.05fr;align-items:center}
.quick-title{align-self:stretch;padding-right:45px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(0,0,0,.15)}
.quick-title span{font-size:10px;font-weight:950;letter-spacing:.17em}.quick-title strong{margin-top:9px;font-size:24px;line-height:1.26;letter-spacing:-.05em}
.quick-step{height:76px;padding:0 27px;display:flex;align-items:center;gap:17px;border-right:1px solid rgba(0,0,0,.12)}
.quick-step b{font-size:12px}.quick-step span{display:flex;flex-direction:column;font-size:15px;font-weight:950;line-height:1.35}.quick-step small{font-size:11px;font-weight:750;color:rgba(0,0,0,.52)}
.quick-button{height:64px;margin-left:30px;padding:0 23px;border-radius:16px;background:#0b0c0c;color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:950}.quick-button span{font-size:21px;color:var(--lime)}
.section{padding:140px 0}
.section-inner{width:min(1380px,calc(100% - 64px));margin:auto}
.intro-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:110px;align-items:center}
.intro-copy h2,.section-heading h2,.lesson-copy h2,.review-heading h2,.location-copy h2,.final-cta h2{margin:21px 0 0;font-size:clamp(43px,4vw,66px);line-height:1.1;letter-spacing:-.065em;font-weight:950}
.intro-copy>p{max-width:510px;margin:30px 0 0;color:var(--gray);font-size:18px;line-height:1.85}
.check-list{list-style:none;margin:30px 0;padding:0;display:grid;gap:11px;font-size:16px;font-weight:800}.check-list i{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:10px;border-radius:50%;background:#111;color:var(--lime);font-style:normal;font-size:11px}
.text-link{display:inline-flex;align-items:center;gap:25px;margin-top:15px;padding-bottom:7px;border-bottom:2px solid #111;font-size:15px;font-weight:950}.text-link span{font-size:20px}
.intro-images{position:relative;height:650px}.intro-images figure{position:absolute;margin:0;overflow:hidden}.intro-large{right:0;top:0;width:78%;height:82%;border-radius:12px}.intro-small{left:0;bottom:0;width:43%;height:43%;border:12px solid #fff;border-left:0;border-bottom:0;border-radius:0 18px 0 0}.intro-number{position:absolute;right:4%;bottom:1%;display:flex;align-items:center;gap:15px}.intro-number b{font-size:62px;line-height:1;letter-spacing:-.08em}.intro-number span{font-size:10px;line-height:1.5;font-weight:900;letter-spacing:.1em;color:#7c827e}
.section-dark{background:#101211;color:#fff}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:60px}.section-heading p{margin:0 0 7px;color:#7b827d;font-size:17px;line-height:1.75;text-align:right}.section-heading.light p{color:rgba(255,255,255,.5)}.section-heading.light .eyebrow{color:var(--lime)}
.rental-cards{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:20px}.rental-card{position:relative;height:540px;overflow:hidden;border-radius:20px;background:#252826}.rental-card img{transition:transform .6s}.rental-card:hover img{transform:scale(1.035)}.rental-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 32%,rgba(0,0,0,.88) 100%)}
.rental-card-wide{height:620px;margin-bottom:-80px}.card-index{position:absolute;left:24px;top:22px;z-index:2;width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-size:11px;font-weight:850}.rental-card-copy{position:absolute;left:30px;right:28px;bottom:27px;z-index:2}.rental-card-copy small{color:var(--lime);font-size:9px;font-weight:950;letter-spacing:.14em}.rental-card-copy h3{margin:8px 0 0;font-size:32px;line-height:1.2;letter-spacing:-.055em}.rental-card-copy p{margin:5px 0 0;color:rgba(255,255,255,.62);font-size:14px}.rental-card-copy i{position:absolute;right:0;bottom:7px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:#111;font-style:normal;font-size:20px}
.style-section{padding-top:210px;background:#f3f5f2}.style-gallery{display:grid;grid-template-columns:1.1fr 1fr 1fr;grid-template-rows:310px 310px;gap:18px}.style-item{position:relative;margin:0;overflow:hidden;border-radius:18px;background:#ddd}.style-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.72))}.style-tall{grid-row:1/3}.style-wide{grid-column:2/4}.style-item figcaption{position:absolute;left:25px;bottom:22px;z-index:2;color:#fff;display:flex;flex-direction:column}.style-item figcaption b{font-size:17px}.style-item figcaption span{color:rgba(255,255,255,.67);font-size:12px}
.lesson{position:relative;min-height:780px;padding:0;color:#fff;background:#111;overflow:hidden}.lesson-bg{position:absolute;inset:0}.lesson-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,8,.94) 0%,rgba(7,9,8,.7) 42%,rgba(7,9,8,.08) 78%)}.lesson-inner{position:relative;z-index:2;min-height:780px;display:flex;align-items:center}.lesson-copy{max-width:680px}.lesson-copy .eyebrow{color:var(--lime)}.lesson-copy p{max-width:580px;margin:28px 0 0;color:rgba(255,255,255,.68);font-size:18px;line-height:1.8}.lesson-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:29px}.lesson-tags span{padding:9px 15px;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:12px;font-weight:850}.btn-white{margin-top:35px;background:#fff;color:#111}
.voice-section{position:relative;overflow:hidden;background:var(--lime);color:#101210}
.voice-marquee{position:absolute;left:0;right:0;top:35px;display:flex;white-space:nowrap;color:rgba(0,0,0,.055);font-size:105px;font-weight:950;line-height:1;letter-spacing:-.055em;transform:rotate(-2deg) scale(1.04)}
.voice-marquee span{padding-right:30px}
.voice-inner{position:relative;z-index:2;display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:center}
.voice-summary .eyebrow{color:#3d4a12}
.voice-summary h2{margin:21px 0 0;font-size:clamp(41px,3.7vw,58px);font-weight:950;line-height:1.12;letter-spacing:-.065em}
.voice-score{display:flex;align-items:center;gap:19px;margin-top:34px}
.voice-score>b{font-size:64px;line-height:1;letter-spacing:-.075em}
.voice-score>span{display:flex;flex-direction:column}.voice-score i,.stars{color:#111;font-style:normal;letter-spacing:.08em}.voice-score small{margin-top:5px;color:rgba(0,0,0,.58);font-size:11px}
.voice-board{padding:20px;border-radius:28px;background:#fff;box-shadow:22px 25px 60px rgba(55,66,16,.16)}
.voice-featured{position:relative;min-height:300px;padding:50px 50px 36px;border-radius:20px;background:#111;color:#fff}
.quote-mark{position:absolute;right:33px;top:24px;color:var(--lime);font-family:Georgia,serif;font-size:90px;line-height:1}
.voice-featured p{position:relative;margin:0;font-size:25px;font-weight:700;line-height:1.65;letter-spacing:-.045em}.voice-featured p strong{color:var(--lime);font-weight:900}
.voice-featured footer{display:flex;align-items:center;gap:18px;margin-top:32px;font-size:12px}.voice-featured footer .stars{color:var(--lime)}.voice-featured footer time{margin-left:auto;color:rgba(255,255,255,.45)}
.voice-mini-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding-top:12px}.voice-mini-list article{padding:23px 20px 11px;border-right:1px solid #e2e5e1}.voice-mini-list article:last-child{border:0}.voice-mini-list .stars{font-size:11px;color:#9cc500}.voice-mini-list p{min-height:72px;margin:10px 0 17px;color:#4f5651;font-size:13px;line-height:1.65}.voice-mini-list footer{display:flex;gap:8px;font-size:11px}.voice-mini-list footer span{color:#979d98}
.journal{background:#fff}.journal-head{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:33px;border-bottom:2px solid #111}.journal-head h2{margin:9px 0 0;font-size:clamp(42px,4vw,62px);font-weight:950;line-height:1.12;letter-spacing:-.065em}.journal-all{display:flex;align-items:center;gap:20px;padding:11px 0;font-size:14px;font-weight:900}.journal-all span{font-size:20px}
.journal-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:55px;padding-top:42px}.journal-feature{display:grid;grid-template-columns:1.05fr .95fr;min-height:560px;background:#111;color:#fff;overflow:hidden;border-radius:20px}.journal-feature figure{height:100%;margin:0;overflow:hidden}.journal-feature img{transition:transform .5s}.journal-feature:hover img{transform:scale(1.03)}.journal-feature-copy{padding:55px 43px;display:flex;flex-direction:column}.journal-category{color:var(--lime);font-size:10px;font-weight:950;letter-spacing:.15em}.journal-feature-copy time{margin-top:9px;color:rgba(255,255,255,.42);font-size:11px}.journal-feature-copy h3{margin:35px 0 0;font-size:35px;line-height:1.25;letter-spacing:-.055em}.journal-feature-copy p{margin:21px 0 0;color:rgba(255,255,255,.57);font-size:14px;line-height:1.75}.journal-feature-copy>b{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:30px;border-top:1px solid rgba(255,255,255,.15);font-size:10px;letter-spacing:.13em}.journal-feature-copy>b i{color:var(--lime);font-style:normal;font-size:22px}
.journal-updates{display:flex;flex-direction:column}.journal-row{position:relative;display:grid;grid-template-columns:170px 1fr;gap:27px;min-height:210px;padding:0 45px 25px 0;margin-bottom:25px;border-bottom:1px solid #dfe3df}.journal-row figure{height:180px;margin:0;border-radius:12px;overflow:hidden}.journal-row>div{display:flex;flex-direction:column}.journal-row>div span{color:#86900f;font-size:9px;font-weight:950;letter-spacing:.13em}.journal-row time{margin-top:3px;color:#999;font-size:10px}.journal-row h3{margin:15px 0 0;font-size:22px;line-height:1.35;letter-spacing:-.045em}.journal-row p{margin:auto 0 0;color:#858b87;font-size:12px}.journal-row>i{position:absolute;right:4px;top:0;font-style:normal;font-size:20px}.journal-notice{display:grid;grid-template-columns:75px 1fr auto 30px;align-items:center;gap:18px;min-height:68px;padding:0 18px;background:#f2f4f1;border-radius:12px;font-size:12px}.journal-notice>span{font-size:9px;font-weight:950;letter-spacing:.12em;color:#748000}.journal-notice>strong{font-size:13px}.journal-notice time{color:#999;font-size:10px}.journal-notice i{font-style:normal;font-size:18px}
.location{background:#f3f5f2}.location-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:center}.location-photo{position:relative;height:570px;border-radius:20px;overflow:hidden}.location-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.5))}.location-photo span{position:absolute;left:28px;bottom:22px;z-index:2;color:#fff;font-size:10px;font-weight:900;letter-spacing:.16em}.location-copy dl{margin:37px 0 0;border-top:2px solid #111}.location-copy dl div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid #d6dad6}.location-copy dt{font-size:10px;font-weight:950;letter-spacing:.1em}.location-copy dd{margin:0;font-size:15px;font-weight:750}.location-actions{display:flex;gap:10px;margin-top:28px}.btn-dark{background:#111;color:#fff}.btn-outline{border:1px solid #cbd0cc;background:transparent;color:#222}
.final-cta{position:relative;padding:130px 32px;background:#101211;color:#fff;text-align:center;overflow:hidden}.final-cta:after{content:"BOSS";position:absolute;left:50%;top:47%;font-size:310px;font-weight:950;line-height:1;color:rgba(255,255,255,.025);letter-spacing:-.08em;transform:translate(-50%,-50%)}.final-cta-inner{position:relative;z-index:2}.final-cta span{color:var(--lime);font-size:11px;font-weight:950;letter-spacing:.2em}.final-cta .btn{margin-top:36px}.final-cta .btn b{font-size:20px}
.site-footer{padding:54px 0 45px;background:#090a0a;color:rgba(255,255,255,.52);border-top:1px solid rgba(255,255,255,.08)}.footer-inner{width:min(1380px,calc(100% - 64px));margin:auto;display:grid;grid-template-columns:1fr 2fr 1fr;gap:50px;align-items:start}.footer-brand{display:flex;flex-direction:column;color:#fff}.footer-brand b{font-size:30px;line-height:1}.footer-brand span{margin-top:6px;font-size:11px}.footer-info{font-size:12px;line-height:1.8}.footer-links{display:flex;justify-content:flex-end;gap:18px;font-size:12px}.mobile-bottom{display:none}
@media(max-width:1200px){
  .desktop-nav{gap:22px}.desktop-nav a{font-size:14px}.booking-check{display:none}.header-actions{margin-left:10px}
  .hero-copy{padding-left:32px;padding-right:45px}.hero-copy h1{font-size:54px}.hero-payment-copy{display:block}.hero-payment-copy span{display:block;margin-top:4px}.hero-visual{min-height:560px}.hero-season-tag{display:none}.quick-step{padding:0 17px}.quick-inner{grid-template-columns:1.15fr repeat(3,1fr) .9fr}.quick-button{margin-left:18px}.intro-grid{gap:65px}.rental-card{height:470px}.rental-card-wide{height:550px}.voice-inner{gap:50px}.journal-layout{gap:35px}
}
@media(max-width:900px){
  body{font-size:16px}.site-header{height:78px;background:rgba(9,11,10,.92);backdrop-filter:blur(12px)}.header-inner,.quick-inner,.section-inner,.footer-inner{width:min(100% - 40px,760px)}.desktop-nav{display:none}.brand{min-width:0}.header-actions{margin-left:auto}.booking-check{display:block}.hero{height:auto;min-height:0;max-height:none;padding:128px 0 0;background:#0b0d0c}.hero:before{width:100%}.hero-inner{width:100%;height:auto;grid-template-columns:1fr;padding-top:0}.hero-copy{width:min(100% - 40px,760px);margin:auto;padding:0 0 48px;text-align:center}.hero-copy h1{font-size:clamp(48px,8vw,68px)}.hero-copy>p{font-size:19px}.hero-kicker{justify-content:center}.hero-payment{margin-left:auto;margin-right:auto;text-align:left}.pay-line,.hero-actions{justify-content:center}.hero-visual{width:100%;height:620px;min-height:0;margin:0;background:#eff1ed}.peakgo-outline{bottom:14%;font-size:16vw}.hero-visual-label{right:7%;bottom:7%}.quick-inner{grid-template-columns:1fr 1fr;gap:0;padding:35px 0}.quick-title{grid-column:1/3;align-items:center;text-align:center;padding:0 0 25px;border:0}.quick-title strong br{display:none}.quick-step{border-top:1px solid rgba(0,0,0,.12)}.quick-step:nth-of-type(4){display:none}.quick-button{height:65px;margin:0 0 0 16px}.section{padding:100px 0}.intro-grid,.location-grid{grid-template-columns:1fr;gap:60px}.intro-copy{text-align:center}.intro-copy>p{margin-left:auto;margin-right:auto}.check-list{justify-content:center;text-align:left;width:max-content;max-width:100%;margin-left:auto;margin-right:auto}.intro-images{height:600px}.section-heading{align-items:flex-start}.rental-cards{grid-template-columns:1fr 1fr}.rental-card-wide{grid-column:1/3;width:100%;height:520px;margin:0}.rental-card{height:460px}.style-section{padding-top:100px}.style-gallery{grid-template-columns:1fr 1fr}.style-tall{grid-row:auto}.style-wide{grid-column:1/3}.lesson,.lesson-inner{min-height:700px}.voice-inner{grid-template-columns:1fr;gap:45px}.voice-summary{text-align:center}.voice-score{justify-content:center}.voice-summary .text-link{margin-top:25px}.journal-layout{grid-template-columns:1fr}.journal-feature{min-height:500px}.journal-updates{display:grid;grid-template-columns:1fr 1fr;gap:25px}.journal-row{grid-template-columns:140px 1fr;margin:0}.journal-notice{grid-column:1/3}.location-copy{text-align:center}.location-copy dl{text-align:left}.location-actions{justify-content:center}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-links{justify-content:center}.footer-brand{align-items:center}
}
@media(max-width:640px){
  body{padding-bottom:68px}.mobile-only{display:block}.site-header{height:70px}.header-inner,.quick-inner,.section-inner,.footer-inner{width:calc(100% - 32px)}.brand{gap:8px}.brand-mark{width:34px;height:34px}.brand-mark span{width:24px}.brand-name b{font-size:23px}.brand-name small{font-size:7px}.header-booking{display:none}.booking-check{font-size:13px;color:#fff}.hero{padding:106px 0 0}.hero-copy{width:calc(100% - 32px);padding:0 0 36px}.hero-kicker{font-size:9px}.hero-copy h1{margin-top:18px;font-size:clamp(38px,11vw,49px);line-height:1.08}.hero-copy h1 em{font-size:.9em}.hero-copy>p{margin-top:18px;font-size:16px;line-height:1.6}.hero-payment{margin-top:22px;padding:16px 17px 14px;border-radius:15px}.hero-payment-copy{display:block}.hero-payment-copy strong{display:block;font-size:18px}.hero-payment-copy span{margin-top:3px;font-size:11px}.pay-line{justify-content:flex-start;gap:13px;margin-top:12px;padding-top:11px;font-size:11px}.hero-actions{margin-top:18px}.btn-large{min-width:0;width:100%;height:60px}.phone-card{display:none}.hero-visual{height:410px}.peakgo-gallery{gap:1px}.peakgo-gallery img{object-position:center center}.peakgo-outline{left:3%;bottom:17%;font-size:20vw;-webkit-text-stroke:1px rgba(255,255,255,.84)}.hero-season-tag{display:flex;left:13px;top:13px;padding:10px 12px}.hero-visual-label{right:13px;bottom:13px;min-width:168px;padding:11px 12px}.hero-visual-label b{font-size:13px}.quick-booking{scroll-margin-top:0}.quick-inner{display:grid;padding:26px 0}.quick-title{padding-bottom:20px}.quick-title strong{font-size:21px}.quick-step{height:66px;padding:0 9px;gap:9px}.quick-step b{font-size:10px}.quick-step span{font-size:12px}.quick-step small{font-size:9px}.quick-button{grid-column:1/3;margin:18px 0 0;height:58px}.section{padding:80px 0}.intro-copy h2,.section-heading h2,.lesson-copy h2,.location-copy h2,.final-cta h2{font-size:clamp(34px,9vw,44px)}.intro-copy>p{margin-top:22px;font-size:16px;line-height:1.75}.check-list{font-size:14px}.intro-images{height:410px}.intro-large{width:88%;height:80%}.intro-small{width:48%;height:44%;border-width:7px}.intro-number{right:0}.intro-number b{font-size:41px}.section-heading{display:block;margin-bottom:35px}.section-heading p{margin-top:18px;text-align:left;font-size:15px}.rental-cards{display:flex;overflow:auto;gap:12px;margin-right:-16px;padding-right:16px;scroll-snap-type:x mandatory}.rental-card,.rental-card-wide{flex:0 0 82%;height:450px;scroll-snap-align:start}.rental-card-copy{left:22px;right:20px;bottom:22px}.rental-card-copy h3{font-size:28px}.style-gallery{grid-template-columns:1fr 1fr;grid-template-rows:340px 240px}.style-tall{grid-column:1/2}.style-item:nth-child(2){grid-column:2/3}.style-item:nth-child(3){display:none}.style-wide{grid-column:1/3}.style-item figcaption{left:17px;bottom:15px}.style-item figcaption b{font-size:14px}.lesson,.lesson-inner{min-height:640px}.lesson-bg:after{background:linear-gradient(90deg,rgba(7,9,8,.92),rgba(7,9,8,.52))}.lesson-copy{text-align:center}.lesson-copy p{font-size:16px}.lesson-tags{justify-content:center}.voice-marquee{top:22px;font-size:58px}.voice-summary h2{font-size:37px}.voice-score>b{font-size:54px}.voice-board{padding:10px;border-radius:20px}.voice-featured{min-height:0;padding:38px 24px 28px}.quote-mark{right:18px;top:18px;font-size:65px}.voice-featured p{font-size:19px;line-height:1.65}.voice-featured footer{gap:10px;flex-wrap:wrap}.voice-featured footer time{width:100%;margin:0}.voice-mini-list{display:flex;overflow:auto;padding:10px 0 3px}.voice-mini-list article{flex:0 0 78%;border-right:1px solid #e2e5e1}.voice-mini-list p{min-height:60px}.journal-head{align-items:flex-start}.journal-head h2{font-size:38px}.journal-all{font-size:0;gap:0}.journal-all span{font-size:23px}.journal-feature{display:block;min-height:0}.journal-feature figure{height:320px}.journal-feature-copy{min-height:390px;padding:32px 24px}.journal-feature-copy h3{margin-top:24px;font-size:28px}.journal-updates{display:block}.journal-row{grid-template-columns:118px 1fr;gap:17px;min-height:175px;padding-right:25px}.journal-row figure{height:145px}.journal-row h3{font-size:17px}.journal-row p{display:none}.journal-notice{grid-template-columns:58px 1fr 24px;gap:10px;padding:0 13px}.journal-notice time{display:none}.location-photo{height:350px}.location-copy dl div{grid-template-columns:90px 1fr}.location-actions{display:grid;grid-template-columns:1fr 1fr}.location-actions .btn{padding:0 13px}.final-cta{padding:90px 16px}.final-cta:after{font-size:150px}.site-footer{padding-bottom:40px}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:100;height:68px;display:grid;grid-template-columns:.72fr 1.28fr;background:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.12)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:950}.mobile-bottom a span{font-size:15px}.mobile-bottom .mobile-booking{background:var(--lime);color:#0a0b0b}.mobile-bottom .mobile-booking span{font-size:20px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.rental-card img{transition:none}}

/* 예약 편의 중심 히어로 최종 우선순위 */
.hero{position:relative;height:100svh;min-height:780px;max-height:980px;padding:0;overflow:hidden;background:#080a09;color:#fff}
.hero:before{content:"";position:absolute;z-index:1;inset:0;width:auto;background:linear-gradient(90deg,rgba(5,7,6,.94) 0%,rgba(5,7,6,.84) 38%,rgba(5,7,6,.32) 70%,rgba(5,7,6,.12) 100%)}
.hero:after{content:"";position:absolute;z-index:1;inset:auto 0 0;height:28%;background:linear-gradient(transparent,rgba(5,7,6,.68))}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 47%}
.hero-inner{position:relative;z-index:2;display:flex;width:min(1480px,calc(100% - 64px));height:100%;margin:auto;padding:96px 0 0;align-items:center}
.hero-copy{width:min(720px,58%);margin:0;padding:35px 0 108px;text-align:left}
.hero-kicker{justify-content:flex-start;color:rgba(255,255,255,.7)}
.hero-copy h1{margin-top:26px;font-size:clamp(60px,5.35vw,88px);line-height:1.02;letter-spacing:-.075em}
.hero-copy h1 em{color:var(--lime);font-size:1em}
.hero-copy>p{margin-top:26px;color:rgba(255,255,255,.78);font-size:20px;line-height:1.75}
.hero-payment{max-width:580px;margin:32px 0 0;padding:18px 0;border:solid rgba(255,255,255,.2);border-width:1px 0;border-radius:0;background:none;box-shadow:none;text-align:left}
.hero-payment>strong{display:block;color:#fff;font-size:15px;letter-spacing:-.03em}
.hero-payment .pay-line{justify-content:flex-start;margin-top:12px;padding-top:0;border:0;color:rgba(255,255,255,.82);font-size:13px}
.hero-actions{justify-content:flex-start;margin-top:24px}
.hero .phone-card{background:rgba(8,10,9,.48);backdrop-filter:blur(10px)}
.hero-proof{position:absolute;left:0;bottom:30px;display:flex;align-items:center;gap:0;border:1px solid rgba(255,255,255,.18);background:rgba(8,10,9,.56);backdrop-filter:blur(12px)}
.hero-proof span{display:flex;align-items:center;gap:13px;min-width:190px;height:62px;padding:0 24px;border-right:1px solid rgba(255,255,255,.14);font-size:14px;font-weight:850}
.hero-proof span:last-child{border-right:0}.hero-proof b{color:var(--lime);font-size:10px;letter-spacing:.1em}
.peakgo-feature{display:grid;grid-template-columns:38% 62%;min-height:760px;background:#f1f2ee;color:#111}
.peakgo-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:80px 7vw 80px max(32px,calc((100vw - 1480px)/2))}
.peakgo-feature-copy .eyebrow{color:#6b716c}.peakgo-feature-copy h2{margin:23px 0 0;font-size:clamp(43px,3.6vw,64px);font-weight:950;line-height:1.08;letter-spacing:-.07em}.peakgo-feature-copy h2 em{color:#93b500;font-style:normal}.peakgo-feature-copy p{margin:28px 0 0;color:#5f6561;font-size:18px;font-weight:650;line-height:1.75}.peakgo-feature-copy>a{display:inline-flex;align-items:center;justify-content:space-between;width:270px;height:62px;margin-top:38px;padding:0 22px;background:#111;color:#fff;font-size:14px;font-weight:950}.peakgo-feature-copy>a span{color:var(--lime);font-size:20px}
.peakgo-feature-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;overflow:hidden;background:#cfd1cc}.peakgo-feature-gallery figure{position:relative;min-width:0;margin:0;overflow:hidden;background:#eee}.peakgo-feature-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 68%,rgba(0,0,0,.16))}.peakgo-feature-gallery img{transition:transform .55s ease}.peakgo-feature-gallery figure:hover img{transform:scale(1.025)}
@media(max-width:1024px){.hero{height:auto;min-height:760px;max-height:none;padding:0}.hero-inner{width:min(100% - 40px,760px);min-height:760px;padding-top:78px}.hero-copy{width:78%;margin:0;padding:35px 0 120px;text-align:left}.hero-copy h1{font-size:64px}.hero-proof{bottom:24px}.peakgo-feature{grid-template-columns:1fr;min-height:0}.peakgo-feature-copy{padding:90px max(32px,calc((100vw - 760px)/2));text-align:center;align-items:center}.peakgo-feature-gallery{height:620px}}
@media(max-width:600px){.hero{min-height:760px;padding:0}.hero:before{background:linear-gradient(180deg,rgba(5,7,6,.91) 0%,rgba(5,7,6,.74) 62%,rgba(5,7,6,.7) 100%)}.hero-bg{object-position:57% center}.hero-inner{width:calc(100% - 32px);min-height:760px;padding-top:70px;align-items:flex-start}.hero-copy{width:100%;margin:0;padding:76px 0 160px;text-align:center}.hero-kicker{justify-content:center;font-size:9px}.hero-copy h1{margin-top:20px;font-size:clamp(42px,12vw,54px);line-height:1.07}.hero-copy>p{margin-top:20px;font-size:16px;line-height:1.65}.hero-payment{margin:25px 0 0;padding:15px 0;text-align:center}.hero-payment>strong{font-size:14px}.hero-payment .pay-line{justify-content:center;gap:13px;margin-top:12px;padding:0;font-size:11px}.hero-actions{justify-content:center;margin-top:18px}.hero-proof{left:0;right:0;bottom:16px;display:grid;grid-template-columns:repeat(3,1fr)}.hero-proof span{min-width:0;height:58px;padding:0 8px;justify-content:center;gap:5px;font-size:10px;text-align:center}.hero-proof b{font-size:8px}.peakgo-feature-copy{padding:75px 24px}.peakgo-feature-copy h2{font-size:38px}.peakgo-feature-copy p{font-size:16px}.peakgo-feature-copy>a{width:100%;max-width:290px}.peakgo-feature-gallery{height:430px;gap:1px}.peakgo-feature-gallery img{object-position:center center}.quick-booking{margin-top:0}}

/* v5: 중앙 정렬 예약 히어로 · 이미지/영상 없는 앰비언트 배경 */
.hero{
  isolation:isolate;
  height:100svh;
  min-height:820px;
  max-height:980px;
  padding:0;
  overflow:hidden;
  background:
    linear-gradient(rgba(15,18,15,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(15,18,15,.035) 1px,transparent 1px),
    radial-gradient(circle at 50% 38%,#fff 0%,#f4f6f1 43%,#ecefe9 100%);
  background-size:70px 70px,70px 70px,auto;
  color:#111411;
}
.hero:before{
  z-index:-2;
  inset:-20%;
  width:auto;
  background:
    radial-gradient(circle at 26% 42%,rgba(216,255,62,.28),transparent 22%),
    radial-gradient(circle at 76% 34%,rgba(185,227,26,.14),transparent 23%),
    radial-gradient(circle at 50% 82%,rgba(20,24,19,.07),transparent 30%);
  animation:heroAtmosphere 11s ease-in-out infinite alternate;
}
.hero:after{z-index:-1;inset:0;height:auto;background:linear-gradient(180deg,rgba(255,255,255,.7),transparent 26%,transparent 76%,rgba(255,255,255,.55))}
.hero-ambient{position:absolute;z-index:-1;inset:0;pointer-events:none}
.ambient-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.65}
.ambient-orb-one{left:7%;top:24%;width:280px;height:280px;background:radial-gradient(circle,rgba(216,255,62,.18),transparent 68%);animation:orbFloat 10s ease-in-out infinite}
.ambient-orb-two{right:5%;bottom:10%;width:360px;height:360px;background:radial-gradient(circle,rgba(128,145,112,.14),transparent 69%);animation:orbFloat 13s ease-in-out -4s infinite reverse}
.ambient-ring{position:absolute;border:1px solid rgba(21,25,20,.09);border-radius:50%;animation:ringDrift 16s linear infinite}
.ambient-ring-one{left:-140px;top:18%;width:430px;height:430px}
.ambient-ring-two{right:-190px;bottom:-80px;width:590px;height:590px;animation-direction:reverse}
.ambient-word{position:absolute;left:50%;top:51%;color:transparent;font-size:clamp(180px,24vw,430px);font-weight:950;line-height:.7;letter-spacing:-.1em;white-space:nowrap;-webkit-text-stroke:1px rgba(15,18,15,.045);transform:translate(-50%,-50%);user-select:none}
.hero-inner{display:flex;width:min(1100px,calc(100% - 64px));height:100%;min-height:0;padding:96px 0 42px;align-items:center;justify-content:center}
.hero-copy{display:flex;width:100%;max-width:980px;margin:0;padding:34px 0 104px;align-items:center;text-align:center}
.hero-kicker{justify-content:center;color:#59615b;font-size:11px;letter-spacing:.2em}
.hero-kicker i{width:34px;background:#a8c51f}
.hero-copy h1{margin-top:28px;color:#111411;font-size:clamp(62px,6.4vw,104px);line-height:.99;letter-spacing:-.083em}
.hero-copy h1 em{
  position:relative;
  display:inline-block;
  margin-top:7px;
  padding:0 .06em .12em;
  color:transparent;
  font-size:1em;
  background:linear-gradient(100deg,#718900 0%,#b4d624 32%,#17200f 49%,#b4d624 66%,#718900 100%);
  background-size:250% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  animation:paymentShine 4.8s ease-in-out infinite;
}
.hero-copy h1 em:after{content:"";position:absolute;left:7%;right:3%;bottom:0;height:5px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--lime),#8fae08,var(--lime),transparent);background-size:220% 100%;box-shadow:0 8px 24px rgba(160,194,18,.25);animation:paymentLine 3.8s linear infinite}
.hero-copy>p{margin-top:25px;color:#59605b;font-size:19px;line-height:1.75}
.hero-copy>p strong{color:#1c211d;font-weight:900}
.hero-payment{width:min(650px,100%);max-width:none;margin:28px auto 0;padding:16px 22px;border:1px solid rgba(17,20,17,.1);border-radius:18px;background:rgba(255,255,255,.67);box-shadow:0 18px 60px rgba(20,25,18,.07);backdrop-filter:blur(12px);text-align:center}
.hero-payment>strong{color:#262b27;font-size:14px}
.hero-payment .pay-line{justify-content:center;margin-top:11px;padding-top:11px;border-top:1px solid rgba(17,20,17,.08);color:#555c57;font-size:12px}
.hero-payment .pay-line .npay{color:#222}.hero-payment .pay-line .kpay{color:#594f00}.hero-payment .pay-line .kpay b{color:#222}
.hero-actions{justify-content:center;margin-top:20px}
.hero .phone-card{border-color:rgba(17,20,17,.13);background:rgba(255,255,255,.68);color:#161a17;backdrop-filter:blur(12px)}
.hero .phone-card small{color:#747b76}
.hero .phone-card:hover{border-color:#abc91e;background:#fff}
.hero-proof{left:50%;bottom:27px;border-color:rgba(17,20,17,.1);background:rgba(255,255,255,.68);color:#282d29;box-shadow:0 14px 45px rgba(20,25,18,.06);backdrop-filter:blur(12px);transform:translateX(-50%)}
.hero-proof span{min-width:175px;height:56px;border-color:rgba(17,20,17,.09);font-size:13px}
.hero-proof b{color:#7e970c}

.faq-section{background:#f1f3ef}
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px;align-items:start}
.faq-heading{position:sticky;top:125px}
.faq-heading h2{margin:21px 0 0;font-size:clamp(42px,3.7vw,62px);font-weight:950;line-height:1.12;letter-spacing:-.065em}
.faq-heading>p{max-width:470px;margin:25px 0 0;color:#69706b;font-size:16px;line-height:1.8}
.faq-call{display:grid;grid-template-columns:1fr auto;max-width:360px;margin-top:35px;padding:21px 23px;border-radius:17px;background:#111411;color:#fff}
.faq-call small{font-size:10px;color:rgba(255,255,255,.55)}.faq-call strong{grid-column:1;font-size:22px}.faq-call span{grid-column:2;grid-row:1/3;align-self:center;color:var(--lime);font-size:23px}
.faq-list{border-top:2px solid #111}
.faq-list details{border-bottom:1px solid #cfd4cf}
.faq-list summary{display:grid;grid-template-columns:42px 1fr 28px;align-items:center;gap:12px;min-height:92px;padding:0 8px;cursor:pointer;list-style:none;font-size:18px;font-weight:900;letter-spacing:-.035em}
.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{color:#91ab17;font-size:11px;letter-spacing:.08em}.faq-list summary i{position:relative;width:20px;height:20px}.faq-list summary i:before,.faq-list summary i:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background:#171b18;transform:translate(-50%,-50%);transition:.25s}.faq-list summary i:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-list details[open] summary i:after{transform:translate(-50%,-50%) rotate(0);opacity:0}.faq-list details p{margin:-5px 0 0;padding:0 48px 30px 62px;color:#68706a;font-size:15px;line-height:1.8}

.site-footer{padding:0;background:#090b0a;color:rgba(255,255,255,.58);border-top:0}
.footer-top{width:min(1380px,calc(100% - 64px));margin:auto;padding:75px 0 60px;display:grid;grid-template-columns:1.25fr 1fr .72fr .8fr;gap:68px}
.footer-brand{align-items:flex-start}.footer-brand b{color:#fff;font-size:45px;letter-spacing:-.07em}.footer-brand>span{margin-top:3px;color:var(--lime);font-size:9px;font-weight:900;letter-spacing:.18em}.footer-brand p{margin:24px 0 0;color:rgba(255,255,255,.45);font-size:13px;line-height:1.8}
.footer-contact small,.footer-nav strong,.footer-keywords strong{display:block;margin-bottom:17px;color:rgba(255,255,255,.38);font-size:9px;letter-spacing:.16em}.footer-contact>a{color:#fff;font-size:25px;font-weight:950;letter-spacing:-.02em}.footer-contact p{margin:16px 0 0;font-size:12px;line-height:1.8}.footer-nav,.footer-keywords{display:flex;flex-direction:column;align-items:flex-start}.footer-nav a{padding:4px 0;color:rgba(255,255,255,.72);font-size:12px;font-weight:750}.footer-nav a:hover{color:var(--lime)}.footer-keywords span{margin-bottom:6px;padding:5px 9px;border:1px solid rgba(255,255,255,.1);border-radius:999px;font-size:10px}
.footer-bottom{width:min(1380px,calc(100% - 64px));min-height:78px;margin:auto;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:11px}.footer-links{display:flex;gap:18px;justify-content:flex-end}.footer-links span{color:rgba(255,255,255,.28)}

@keyframes heroAtmosphere{0%{transform:translate3d(-2%,-1%,0) scale(1)}100%{transform:translate3d(2%,1.5%,0) scale(1.04)}}
@keyframes orbFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(24px,-20px,0) scale(1.08)}}
@keyframes ringDrift{to{transform:rotate(360deg)}}
@keyframes paymentShine{0%,18%{background-position:100% 50%}64%,100%{background-position:-100% 50%}}
@keyframes paymentLine{to{background-position:-220% 0}}

@media(max-width:1024px){
  .hero{height:900px;min-height:820px}.hero-inner{width:min(100% - 40px,900px);min-height:0;padding-top:78px}.hero-copy{width:100%;padding:50px 0 110px}.hero-copy h1{font-size:clamp(62px,9vw,88px)}.hero-proof{bottom:25px}.faq-layout{grid-template-columns:1fr;gap:55px}.faq-heading{position:static;text-align:center}.faq-heading>p,.faq-call{margin-left:auto;margin-right:auto}.footer-top{grid-template-columns:1.2fr 1fr 1fr}.footer-keywords{display:none}
}
@media(max-width:640px){
  .hero{height:auto;min-height:790px;padding:0;background-size:44px 44px,44px 44px,auto}.hero-inner{width:calc(100% - 32px);min-height:790px;padding-top:70px;align-items:center}.hero-copy{padding:54px 0 148px}.ambient-word{font-size:47vw}.ambient-ring-one{left:-220px}.ambient-ring-two{right:-330px}.hero-kicker{font-size:8px;gap:8px}.hero-kicker i{width:20px}.hero-copy h1{margin-top:20px;font-size:clamp(44px,13vw,58px);line-height:1.04}.hero-copy h1 em{font-size:.8em;letter-spacing:-.07em}.hero-copy h1 em:after{height:3px}.hero-copy>p{font-size:15px;line-height:1.7}.hero-copy>p br{display:none}.hero-payment{margin-top:22px;padding:14px 12px}.hero-payment>strong{font-size:13px}.hero-payment .pay-line{justify-content:center;font-size:10px}.hero-actions{width:100%;margin-top:16px}.hero-proof{left:0;right:0;bottom:14px;grid-template-columns:repeat(3,1fr);transform:none}.hero-proof span{min-width:0;height:54px;padding:0 5px;gap:4px;font-size:10px}.faq-heading h2{font-size:37px}.faq-heading>p{font-size:15px}.faq-list summary{grid-template-columns:31px 1fr 20px;gap:8px;min-height:82px;padding:0;font-size:15px}.faq-list details p{padding:0 28px 25px 39px;font-size:14px}.footer-top{width:calc(100% - 32px);padding:58px 0 42px;grid-template-columns:1fr;gap:38px;text-align:left}.footer-brand{align-items:flex-start}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:5px 18px}.footer-nav strong{grid-column:1/3}.footer-bottom{width:calc(100% - 32px);padding:24px 0 30px;display:block;line-height:1.7}.footer-links{margin-top:15px;justify-content:flex-start;flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){.hero:before,.ambient-orb,.ambient-ring,.hero-copy h1 em,.hero-copy h1 em:after{animation:none}}

/* BOSS HERO v6 — dark, exact one-viewport composition */
.hero{
  isolation:isolate;
  height:100svh;
  min-height:0;
  max-height:none;
  padding:0;
  overflow:hidden;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),
    radial-gradient(circle at 50% 42%,#181d18 0%,#0d100e 46%,#060807 100%);
  background-size:72px 72px,72px 72px,auto;
  color:#fff;
}
.hero:before{
  z-index:-2;
  inset:-20%;
  width:auto;
  background:
    radial-gradient(circle at 27% 38%,rgba(206,247,39,.16),transparent 22%),
    radial-gradient(circle at 74% 35%,rgba(119,145,42,.11),transparent 24%),
    radial-gradient(circle at 50% 86%,rgba(216,255,62,.07),transparent 29%);
  animation:heroAtmosphere 11s ease-in-out infinite alternate;
}
.hero:after{
  z-index:-1;
  inset:0;
  height:auto;
  background:linear-gradient(180deg,rgba(0,0,0,.32),transparent 28%,transparent 72%,rgba(0,0,0,.38));
}
.ambient-orb{opacity:.54}
.ambient-orb-one{background:radial-gradient(circle,rgba(216,255,62,.14),transparent 68%)}
.ambient-orb-two{background:radial-gradient(circle,rgba(109,133,60,.12),transparent 69%)}
.ambient-ring{border-color:rgba(216,255,62,.09)}
.ambient-word{-webkit-text-stroke:1px rgba(255,255,255,.045)}
.hero-inner{
  width:min(1100px,calc(100% - 64px));
  height:100%;
  min-height:0;
  padding:96px 0 24px;
}
.hero-copy{
  width:100%;
  max-width:980px;
  margin:0;
  padding:20px 0 86px;
  align-items:center;
  text-align:center;
}
.hero-kicker{color:rgba(255,255,255,.53)}
.hero-kicker i{background:var(--lime)}
.hero-copy h1{
  margin-top:28px;
  color:#fff;
  text-shadow:0 12px 50px rgba(0,0,0,.28);
}
.hero-copy h1 em{
  color:transparent;
  background:linear-gradient(100deg,#92ad14 0%,#d8ff3e 32%,#fff 49%,#d8ff3e 66%,#92ad14 100%);
  background-size:250% 100%;
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-copy h1 em:after{box-shadow:0 8px 28px rgba(216,255,62,.24)}
.hero-payment{
  width:min(650px,100%);
  margin:32px auto 0;
  padding:16px 22px;
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
  box-shadow:0 20px 65px rgba(0,0,0,.22);
  backdrop-filter:blur(14px);
}
.hero-payment>strong{color:rgba(255,255,255,.88)}
.hero-payment .pay-line{
  border-color:rgba(255,255,255,.1);
  color:rgba(255,255,255,.68);
}
.hero-payment .pay-line .npay{color:#fff}
.hero-payment .pay-line .kpay{color:#ffe100}
.hero-payment .pay-line .kpay b{color:#fff}
.hero-actions{margin-top:20px}
.hero .phone-card{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.055);
  color:#fff;
}
.hero .phone-card small{color:rgba(255,255,255,.48)}
.hero .phone-card:hover{border-color:rgba(216,255,62,.55);background:rgba(255,255,255,.09)}
.hero-proof{
  left:50%;
  bottom:20px;
  border-color:rgba(255,255,255,.1);
  background:rgba(5,7,6,.56);
  color:rgba(255,255,255,.76);
  box-shadow:0 16px 50px rgba(0,0,0,.2);
  transform:translateX(-50%);
}
.hero-proof span{height:54px;border-color:rgba(255,255,255,.09)}
.hero-proof b{color:var(--lime)}

@media(max-width:1024px){
  .hero{height:100svh;min-height:0;max-height:none}
  .hero-inner{height:100%;min-height:0;padding-top:78px}
  .hero-copy{padding:30px 0 92px}
}
@media(max-width:640px){
  .hero{height:100svh;min-height:0;max-height:none;padding:0;background-size:44px 44px,44px 44px,auto}
  .hero-inner{height:100%;min-height:0;padding-top:70px}
  .hero-copy{padding:34px 0 88px}
  .hero-copy h1{margin-top:20px}
  .hero-payment{margin-top:26px}
  .hero-proof{bottom:10px}
}
@media(max-height:760px){
  .hero-copy{padding-top:10px;padding-bottom:70px}
  .hero-copy h1{margin-top:16px;font-size:clamp(40px,8.6vh,76px)}
  .hero-payment{margin-top:20px;padding-top:12px;padding-bottom:12px}
  .hero-actions{margin-top:14px}
  .hero-proof{bottom:8px}
  .hero-proof span{height:48px}
}
@media(max-width:640px) and (max-height:700px){
  .hero-kicker{display:none}
  .hero-copy{padding-bottom:62px}
  .hero-copy h1{margin-top:0;font-size:clamp(36px,8.2vh,48px)}
  .hero-payment{margin-top:15px;padding:10px 12px}
  .hero-payment .pay-line{margin-top:8px;padding-top:8px}
  .hero-actions{margin-top:12px}
  .btn-large{height:54px}
  .hero-proof span{height:45px}
}

/* BOSS HERO v7 — 박스 없는 브랜드형 히어로 */
.hero{
  background:
    radial-gradient(ellipse at 50% 36%,rgba(67,79,54,.35) 0%,rgba(15,18,15,.18) 34%,transparent 61%),
    linear-gradient(135deg,#151916 0%,#090b0a 48%,#050706 100%);
}
.hero:before{
  inset:0;
  background:
    linear-gradient(112deg,transparent 0 36%,rgba(216,255,62,.025) 36.2% 36.6%,transparent 36.8% 100%),
    linear-gradient(112deg,transparent 0 60%,rgba(216,255,62,.055) 60.2% 60.35%,transparent 60.55% 100%),
    radial-gradient(ellipse at 50% 55%,rgba(216,255,62,.12),transparent 42%);
  animation:heroLightSweep 10s ease-in-out infinite alternate;
}
.hero:after{
  background:
    linear-gradient(90deg,transparent,rgba(216,255,62,.22),transparent) 50% calc(100% - 78px)/min(920px,68vw) 1px no-repeat,
    linear-gradient(180deg,rgba(0,0,0,.18),transparent 25%,transparent 72%,rgba(0,0,0,.38));
}
.ambient-orb,.ambient-ring{display:none}
.ambient-word{
  top:49%;
  color:rgba(255,255,255,.018);
  font-size:clamp(210px,31vw,540px);
  letter-spacing:-.12em;
  -webkit-text-stroke:1px rgba(216,255,62,.065);
}
.hero-copy{padding-bottom:68px}
.hero-copy h1{position:relative;z-index:1}
.hero-payment{
  width:auto;
  max-width:none;
  margin:30px auto 0;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  backdrop-filter:none;
}
.hero-payment>strong{
  display:block;
  color:rgba(255,255,255,.5);
  font-size:11px;
  font-weight:850;
  letter-spacing:.03em;
}
.hero-payment .pay-line{
  justify-content:center;
  margin-top:12px;
  padding:0;
  border:0;
  gap:25px;
  color:rgba(255,255,255,.78);
  font-size:14px;
}
.hero-payment .pay-line span+span:before{left:-13px;background:rgba(255,255,255,.28)}
.hero-actions{margin-top:25px}
.hero-proof{
  left:50%;
  bottom:22px;
  display:flex;
  gap:38px;
  border:0;
  background:none;
  box-shadow:none;
  backdrop-filter:none;
  transform:translateX(-50%);
}
.hero-proof span{
  min-width:0;
  height:auto;
  padding:0;
  border:0;
  gap:9px;
  color:rgba(255,255,255,.46);
  font-size:11px;
  letter-spacing:.02em;
  white-space:nowrap;
}
.hero-proof b{font-size:9px}

@keyframes heroLightSweep{
  0%{opacity:.62;transform:translate3d(-2%,0,0) scale(1.02)}
  100%{opacity:1;transform:translate3d(2%,-1%,0) scale(1.05)}
}

@media(max-width:1024px){
  .hero-copy{padding-bottom:62px}
  .hero-proof{gap:24px}
}
@media(max-width:640px){
  .hero-copy{padding-bottom:72px}
  .hero-payment{margin-top:23px}
  .hero-payment>strong{font-size:10px}
  .hero-payment .pay-line{gap:17px;font-size:11px}
  .hero-payment .pay-line span+span:before{left:-9px}
  .hero-proof{left:16px;right:16px;bottom:13px;justify-content:space-between;gap:8px;transform:none}
  .hero-proof span{gap:4px;font-size:9px}
  .hero-proof b{font-size:7px}
}
@media(max-height:760px){
  .hero-copy{padding-bottom:54px}
  .hero-payment{margin-top:17px;padding:0}
  .hero-actions{margin-top:16px}
  .hero-proof{bottom:10px}
  .hero-proof span{height:auto}
}
@media(max-width:640px) and (max-height:700px){
  .hero-copy{padding-bottom:48px}
  .hero-payment{margin-top:13px;padding:0}
  .hero-payment .pay-line{margin-top:8px;padding:0}
  .hero-proof span{height:auto}
}
@media(prefers-reduced-motion:reduce){.hero:before{animation:none}}

/* BOSS HERO v8 TEST — v7 composition with a submerged resort film */
.hero-video-layer{
  position:absolute;
  z-index:-3;
  inset:-3%;
  overflow:hidden;
  background:#080a09;
  pointer-events:none;
}
.hero-video-layer:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:
    radial-gradient(ellipse at 50% 47%,rgba(4,6,5,.72) 0%,rgba(4,6,5,.46) 32%,rgba(4,6,5,.18) 67%,rgba(4,6,5,.46) 100%),
    linear-gradient(180deg,rgba(3,5,4,.34),rgba(3,5,4,.1) 40%,rgba(3,5,4,.4));
}
.hero-video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  opacity:.29;
  filter:grayscale(.28) saturate(.72) brightness(.6) contrast(1.12) blur(.7px);
  transform:scale(1.045);
}
.hero:before{
  background:
    linear-gradient(112deg,transparent 0 36%,rgba(216,255,62,.018) 36.2% 36.6%,transparent 36.8% 100%),
    linear-gradient(112deg,transparent 0 60%,rgba(216,255,62,.04) 60.2% 60.35%,transparent 60.55% 100%),
    radial-gradient(ellipse at 50% 53%,rgba(216,255,62,.085),transparent 43%);
}
.hero:after{
  background:
    linear-gradient(90deg,transparent,rgba(216,255,62,.2),transparent) 50% calc(100% - 78px)/min(920px,68vw) 1px no-repeat,
    radial-gradient(ellipse at 50% 48%,rgba(0,0,0,.08),rgba(0,0,0,.52) 100%),
    linear-gradient(180deg,rgba(0,0,0,.2),transparent 25%,transparent 70%,rgba(0,0,0,.52));
}
.ambient-word{color:rgba(255,255,255,.014);-webkit-text-stroke-color:rgba(216,255,62,.055)}

@media(max-width:640px){
  .hero-video-layer{inset:-2% -18%}
  .hero-video{object-position:54% center;opacity:.23;filter:grayscale(.38) saturate(.62) brightness(.53) contrast(1.14) blur(.8px);transform:scale(1.06)}
  .hero-video-layer:before{background:radial-gradient(ellipse at 50% 44%,rgba(4,6,5,.76),rgba(4,6,5,.37) 65%,rgba(4,6,5,.56) 100%)}
}

@media(prefers-reduced-motion:reduce){
  .hero-video{display:none}
}

/* BOSS HERO v9 — left-aligned static copy over a directional resort film */
.hero:before{
  opacity:1;
  transform:none;
  animation:none;
  background:
    linear-gradient(90deg,
      rgba(3,5,4,.81) 0%,
      rgba(3,5,4,.71) 27%,
      rgba(3,5,4,.47) 50%,
      rgba(3,5,4,.18) 73%,
      rgba(3,5,4,.04) 100%);
}
.hero:after{
  background:
    linear-gradient(180deg,rgba(0,0,0,.17),transparent 23%,transparent 72%,rgba(0,0,0,.4)),
    linear-gradient(90deg,rgba(0,0,0,.15),transparent 56%);
}
.hero-video-layer:before{
  background:
    linear-gradient(90deg,rgba(2,4,3,.3) 0%,rgba(2,4,3,.13) 43%,transparent 100%),
    linear-gradient(180deg,rgba(3,5,4,.15),transparent 42%,rgba(3,5,4,.22));
}
.hero-video{
  opacity:.56;
  filter:grayscale(.14) saturate(.88) brightness(.86) contrast(1.06) blur(.25px);
}
.hero-inner{
  width:min(1480px,calc(100% - 64px));
  justify-content:flex-start;
}
.hero-copy{
  width:min(790px,62%);
  max-width:none;
  align-items:flex-start;
  padding:34px 0 82px;
  text-align:left;
}
.hero-kicker{justify-content:flex-start}
.hero-copy h1{
  margin-top:0;
  font-size:clamp(60px,5.65vw,92px);
}
.hero-copy h1 em{
  color:var(--lime);
  background:none;
  -webkit-background-clip:initial;
  background-clip:initial;
  animation:none;
}
.hero-copy h1 em:after{display:none}
.hero-payment{
  margin:29px 0 0;
  text-align:left;
}
.hero-payment .pay-line{justify-content:flex-start}
.hero-actions{justify-content:flex-start}
.hero-proof{
  left:0;
  right:auto;
  transform:none;
}
.ambient-word{
  left:auto;
  right:-3vw;
  color:rgba(255,255,255,.012);
  -webkit-text-stroke-color:rgba(216,255,62,.04);
  transform:translateY(-50%);
  animation:none;
}
.hero-copy *,
.hero-payment *,
.hero-actions *,
.hero-proof *{
  animation:none!important;
  transition:none!important;
}

@media(max-width:1024px){
  .hero-inner{width:min(100% - 40px,900px)}
  .hero-copy{width:min(700px,78%);padding-bottom:74px}
  .hero-copy h1{font-size:clamp(56px,8vw,78px)}
}

@media(max-width:640px){
  .hero:before{
    background:linear-gradient(90deg,rgba(3,5,4,.77) 0%,rgba(3,5,4,.64) 56%,rgba(3,5,4,.33) 100%);
  }
  .hero-video-layer{inset:-2% -13%}
  .hero-video{
    object-position:58% center;
    opacity:.45;
    filter:grayscale(.22) saturate(.78) brightness(.78) contrast(1.08) blur(.4px);
  }
  .hero-video-layer:before{
    background:linear-gradient(180deg,rgba(3,5,4,.3),rgba(3,5,4,.08) 48%,rgba(3,5,4,.38));
  }
  .hero-inner{width:calc(100% - 32px)}
  .hero-copy{
    width:100%;
    align-items:flex-start;
    padding:34px 0 76px;
    text-align:left;
  }
  .hero-kicker{justify-content:flex-start}
  .hero-copy h1{font-size:clamp(42px,12.2vw,56px)}
  .hero-payment{text-align:left}
  .hero-payment .pay-line{justify-content:flex-start;flex-wrap:wrap}
  .hero-actions{justify-content:flex-start}
  .hero-proof{left:0;right:0;justify-content:flex-start}
}

@media(max-height:760px){
  .hero-copy{padding-bottom:58px}
}

@media(max-width:640px) and (max-height:700px){
  .hero-copy{padding-bottom:50px}
}

/* BOSS HERO v12 — centered copy with a brighter resort film */
.hero:before{
  background:
    radial-gradient(ellipse at 50% 48%,rgba(3,5,4,.28) 0%,rgba(3,5,4,.43) 58%,rgba(3,5,4,.58) 100%),
    linear-gradient(180deg,rgba(3,5,4,.2),rgba(3,5,4,.08) 44%,rgba(3,5,4,.34));
}
.hero:after{
  background:
    linear-gradient(180deg,rgba(0,0,0,.1),transparent 23%,transparent 72%,rgba(0,0,0,.26)),
    radial-gradient(ellipse at 50% 46%,rgba(0,0,0,.02),rgba(0,0,0,.14) 74%,rgba(0,0,0,.22));
}
.hero-video-layer:before{
  background:
    radial-gradient(ellipse at 50% 46%,rgba(2,4,3,.04) 0%,rgba(2,4,3,.12) 64%,rgba(2,4,3,.24) 100%),
    linear-gradient(180deg,rgba(3,5,4,.08),transparent 42%,rgba(3,5,4,.13));
}
.hero-video{
  opacity:.78;
  filter:grayscale(.06) saturate(.98) brightness(1.02) contrast(1.02);
}
.hero-inner{
  width:min(1180px,calc(100% - 64px));
  justify-content:center;
}
.hero-copy{
  width:100%;
  max-width:980px;
  align-items:center;
  text-align:center;
}
.hero-kicker{justify-content:center}
.hero-payment{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.hero-payment .pay-line{justify-content:center}
.hero-actions{justify-content:center}
.hero-proof{
  left:50%;
  right:auto;
  transform:translateX(-50%);
}
.ambient-word{
  left:50%;
  right:auto;
  transform:translate(-50%,-50%);
}

@media(max-width:1024px){
  .hero-inner{width:min(100% - 40px,900px)}
  .hero-copy{width:100%;max-width:820px}
}

@media(max-width:640px){
  .hero:before{
    background:
      radial-gradient(ellipse at 50% 43%,rgba(3,5,4,.34) 0%,rgba(3,5,4,.47) 66%,rgba(3,5,4,.6) 100%),
      linear-gradient(180deg,rgba(3,5,4,.2),rgba(3,5,4,.08) 48%,rgba(3,5,4,.34));
  }
  .hero-video{
    object-position:54% center;
    opacity:.7;
    filter:grayscale(.1) saturate(.92) brightness(.98) contrast(1.03);
  }
  .hero-video-layer:before{
    background:radial-gradient(ellipse at 50% 43%,rgba(3,5,4,.07),rgba(3,5,4,.2) 74%,rgba(3,5,4,.32));
  }
  .hero-inner{width:calc(100% - 32px)}
  .hero-copy{
    align-items:center;
    text-align:center;
  }
  .hero-kicker{justify-content:center}
  .hero-payment{text-align:center}
  .hero-payment .pay-line{justify-content:center}
  .hero-actions{justify-content:center}
  .hero-proof{left:0;right:0;justify-content:center;transform:none}
}

/* BOSS HERO v13 — smoother hero button hover */
.hero-actions .btn,
.hero-actions .phone-card{
  transform:translateY(0);
  transition:
    transform .32s cubic-bezier(.22,1,.36,1),
    background-color .32s ease,
    border-color .32s ease,
    box-shadow .32s ease,
    color .32s ease!important;
}
.hero-actions .btn:hover,
.hero-actions .phone-card:hover{
  transform:translateY(-1px);
}
.hero-actions .btn:active,
.hero-actions .phone-card:active{
  transform:translateY(0);
  transition-duration:.12s!important;
}

@media(prefers-reduced-motion:reduce){
  .hero-actions .btn,
  .hero-actions .phone-card{
    transform:none!important;
    transition:none!important;
  }
}

/* BOSS MAIN v50 — readable type, separated reviews, live journal thumbnails */
.eyebrow{font-size:14px}
.phone-card small{font-size:13px}
.quick-title span{font-size:12px}
.quick-step b{font-size:13px}
.quick-step small{font-size:13px}
.boss-package-image>i{font-size:13px}
.boss-package-copy>small{font-size:12px}
.boss-package-tags em{font-size:13px}
.boss-package-foot i{font-size:14px}
.rental-card-copy small{font-size:12px}
.card-index{font-size:13px}
.style-item figcaption span{font-size:14px}
.lesson-tags span{font-size:14px}
.location-photo span{font-size:13px}
.location-copy dt{font-size:13px}
.location-copy dd{font-size:17px}
.final-cta span{font-size:13px}

.voice-section{
  background:#e8ebe7;
  color:#101310;
}
.voice-marquee{
  top:32px;
  color:rgba(16,19,16,.052);
  font-size:clamp(82px,7.4vw,126px);
  transform:rotate(-1.5deg) scale(1.03);
}
.voice-inner{
  grid-template-columns:.64fr 1.36fr;
  gap:72px;
}
.voice-summary .eyebrow{color:#626a63}
.voice-summary h2{font-size:clamp(44px,3.8vw,62px)}
.voice-score>b{font-size:70px}
.voice-score i{font-size:17px}
.voice-score small{
  margin-top:6px;
  color:#626a63;
  font-size:14px;
  font-weight:750;
}
.voice-cards{
  display:grid;
  gap:18px;
}
.voice-featured{
  min-height:290px;
  padding:48px 50px 38px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:#111411;
  box-shadow:0 24px 60px rgba(24,30,24,.13);
}
.voice-featured p{
  max-width:860px;
  padding-right:40px;
  font-size:26px;
  line-height:1.6;
}
.voice-featured footer{
  gap:18px;
  margin-top:34px;
  font-size:14px;
}
.voice-featured footer time{font-size:13px}
.quote-mark{
  right:34px;
  top:21px;
  font-size:92px;
}
.voice-small-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.voice-small-grid article{
  display:flex;
  min-width:0;
  min-height:245px;
  padding:27px 25px 24px;
  flex-direction:column;
  border:1px solid #d8ddd7;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 32px rgba(30,36,30,.045);
  transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,box-shadow .28s ease;
}
.voice-small-grid article:hover{
  transform:translateY(-3px);
  border-color:#bfc6bf;
  box-shadow:0 18px 38px rgba(30,36,30,.08);
}
.voice-small-grid .stars{
  color:#799300;
  font-size:14px;
}
.voice-small-grid p{
  display:-webkit-box;
  overflow:hidden;
  min-height:0;
  margin:16px 0 24px;
  color:#424943;
  font-size:16px;
  line-height:1.72;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
.voice-small-grid footer{
  display:flex;
  gap:9px;
  margin-top:auto;
  padding-top:17px;
  border-top:1px solid #e5e8e4;
  font-size:14px;
}
.voice-small-grid footer span{
  overflow:hidden;
  color:#858c86;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.journal-head{padding-bottom:38px}
.journal-head h2{font-size:clamp(46px,4vw,66px)}
.journal-all{font-size:16px}
.journal-layout{
  grid-template-columns:1.08fr .92fr;
  gap:42px;
  padding-top:44px;
}
.journal-feature{
  grid-template-columns:1.08fr .92fr;
  min-height:620px;
  border-radius:18px;
}
.journal-feature-copy{padding:51px 40px}
.journal-category{font-size:13px}
.journal-feature-copy time{
  margin-top:10px;
  font-size:14px;
}
.journal-feature-copy h3{
  margin-top:31px;
  font-size:38px;
}
.journal-feature-copy p{
  margin-top:24px;
  color:rgba(255,255,255,.68);
  font-size:17px;
  line-height:1.8;
}
.journal-feature-copy>b{font-size:13px}
.journal-updates{
  display:grid;
  grid-template-rows:repeat(3,minmax(0,1fr));
  gap:16px;
}
.journal-row{
  grid-template-columns:124px minmax(0,1fr);
  gap:22px;
  min-height:0;
  height:100%;
  margin:0;
  padding:16px 50px 16px 16px;
  border:1px solid #e0e4df;
  border-radius:16px;
  background:#f7f8f6;
  transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,background-color .28s ease;
}
.journal-row:hover{
  transform:translateX(3px);
  border-color:#c9cec9;
  background:#f1f3f0;
}
.journal-row figure{
  height:100%;
  min-height:150px;
  border-radius:11px;
}
.journal-row>div span{font-size:13px}
.journal-row time{
  margin-top:4px;
  font-size:13px;
}
.journal-row h3{
  display:-webkit-box;
  overflow:hidden;
  margin-top:12px;
  font-size:23px;
  line-height:1.34;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.journal-row p{
  display:-webkit-box;
  overflow:hidden;
  margin:auto 0 0;
  color:#6e756f;
  font-size:15px;
  line-height:1.6;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.journal-row>i{
  right:17px;
  top:14px;
  font-size:22px;
}

.faq-section{background:#eef1ed}
.faq-layout{
  grid-template-columns:.66fr 1.34fr;
  gap:96px;
}
.faq-heading>p{
  font-size:18px;
  line-height:1.8;
}
.faq-call{
  max-width:390px;
  padding:23px 25px;
}
.faq-call small{font-size:13px}
.faq-call strong{font-size:24px}
.faq-list summary{
  grid-template-columns:48px 1fr 30px;
  min-height:104px;
  font-size:21px;
}
.faq-list summary>span{font-size:14px}
.faq-list details p{
  margin:-5px 0 0;
  padding:0 54px 34px 68px;
  color:#59615b;
  font-size:17px;
  line-height:1.85;
}

.footer-brand>span{font-size:11px}
.footer-brand p{font-size:14px}
.footer-contact small,.footer-nav strong,.footer-keywords strong{font-size:11px}
.footer-contact p{font-size:14px}
.footer-nav a{font-size:14px}
.footer-keywords span{font-size:12px}
.footer-bottom{font-size:13px}

@media(max-width:1200px){
  .voice-inner{gap:44px}
  .journal-layout{gap:28px}
  .journal-row{grid-template-columns:112px minmax(0,1fr);gap:18px}
  .journal-row h3{font-size:21px}
}

@media(max-width:900px){
  .voice-inner{grid-template-columns:1fr;gap:46px}
  .voice-summary{text-align:center}
  .voice-score{justify-content:center}
  .voice-summary .text-link{margin-top:27px}
  .voice-small-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .journal-layout{grid-template-columns:1fr;gap:28px}
  .journal-feature{min-height:560px}
  .journal-updates{grid-template-columns:1fr;grid-template-rows:repeat(3,190px);gap:14px}
  .journal-row{grid-template-columns:135px minmax(0,1fr)}
  .faq-layout{grid-template-columns:1fr;gap:58px}
  .faq-heading{position:static;text-align:center}
  .faq-heading>p,.faq-call{margin-left:auto;margin-right:auto}
}

@media(max-width:640px){
  .eyebrow,.hero-kicker{font-size:11px}
  .hero-payment .pay-line{font-size:12px}
  .hero-proof span{font-size:11px}
  .quick-title span{font-size:11px}
  .quick-step span{font-size:14px}
  .quick-step small{font-size:12px}
  .rental-card-copy small{font-size:11px}
  .voice-marquee{top:25px;font-size:64px}
  .voice-summary h2{font-size:40px}
  .voice-score>b{font-size:60px}
  .voice-cards{gap:13px}
  .voice-featured{padding:38px 25px 29px}
  .voice-featured p{padding-right:18px;font-size:20px}
  .voice-featured footer{align-items:flex-start;gap:9px;font-size:13px;flex-wrap:wrap}
  .voice-featured footer time{width:100%;margin-left:0}
  .quote-mark{right:18px;top:16px;font-size:70px}
  .voice-small-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    margin-right:-16px;
    padding-right:16px;
    scroll-snap-type:x mandatory;
  }
  .voice-small-grid article{
    flex:0 0 84%;
    min-height:235px;
    padding:24px 22px 22px;
    scroll-snap-align:start;
  }
  .voice-small-grid p{font-size:16px}
  .journal-head h2{font-size:40px}
  .journal-all{font-size:0}
  .journal-feature{display:block;min-height:0}
  .journal-feature figure{height:300px}
  .journal-feature-copy{min-height:390px;padding:34px 25px}
  .journal-feature-copy h3{font-size:30px}
  .journal-feature-copy p{font-size:16px}
  .journal-updates{display:grid;grid-template-rows:repeat(3,165px);gap:12px}
  .journal-row{
    grid-template-columns:104px minmax(0,1fr);
    gap:15px;
    padding:13px 36px 13px 13px;
  }
  .journal-row figure{min-height:0;height:100%}
  .journal-row>div span{font-size:11px}
  .journal-row time{font-size:12px}
  .journal-row h3{margin-top:8px;font-size:18px}
  .journal-row p{display:none}
  .journal-row>i{right:11px;top:11px;font-size:19px}
  .faq-heading h2{font-size:40px}
  .faq-heading>p{font-size:17px}
  .faq-call small{font-size:12px}
  .faq-list summary{
    grid-template-columns:36px 1fr 22px;
    gap:8px;
    min-height:90px;
    font-size:18px;
  }
  .faq-list summary>span{font-size:12px}
  .faq-list details p{padding:0 30px 28px 44px;font-size:16px}
  .footer-nav a,.footer-contact p,.footer-brand p{font-size:14px}
  .footer-bottom{font-size:12px}
}

/* BOSS MAIN v65 — calm neutral quick-booking bar */
.quick-booking {
  background: #ecefeb;
  color: #111512;
  border-top: 1px solid #dfe3df;
  border-bottom: 1px solid #d9ded9;
}

.quick-title {
  border-right-color: #d3d8d3;
}

.quick-title span,
.quick-step b {
  color: #789000;
}

.quick-step {
  border-right-color: #d3d8d3;
}

.quick-step small {
  color: #737b75;
}

.quick-button {
  background: #111412;
  color: #fff;
  box-shadow: 0 10px 24px rgba(16, 20, 17, .12);
}

.quick-button:hover {
  background: #242925;
  color: #fff;
}

.quick-button span {
  color: var(--lime);
}

/* BOSS MAIN v68 — brighter mobile hero film */
@media (max-width: 640px) {
  .hero {
    background: #151916;
  }

  .hero-video {
    opacity: .88;
    filter: grayscale(.02) saturate(1.06) brightness(1.14) contrast(1.01);
  }

  .hero-video-layer::before {
    background:
      linear-gradient(180deg, rgba(3, 5, 4, .10), transparent 48%, rgba(3, 5, 4, .18)),
      radial-gradient(ellipse at 50% 43%, rgba(3, 5, 4, .02), rgba(3, 5, 4, .12) 78%, rgba(3, 5, 4, .20));
  }

  .hero::before {
    background:
      radial-gradient(ellipse at 50% 43%, rgba(3, 5, 4, .12) 0%, rgba(3, 5, 4, .20) 68%, rgba(3, 5, 4, .30) 100%),
      linear-gradient(180deg, rgba(3, 5, 4, .10), rgba(3, 5, 4, .03) 48%, rgba(3, 5, 4, .18));
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .04), transparent 25%, transparent 72%, rgba(0, 0, 0, .15)),
      radial-gradient(ellipse at 50% 46%, transparent, rgba(0, 0, 0, .08) 76%, rgba(0, 0, 0, .13));
  }

  .hero-copy h1 {
    text-shadow: 0 3px 20px rgba(0, 0, 0, .44);
  }

  .hero-kicker,
  .hero-payment,
  .hero-proof {
    text-shadow: 0 2px 12px rgba(0, 0, 0, .42);
  }
}
