:root{
  --ink:#0b0c11;--ink2:#151720;--paper:#f4f1ec;--paper2:#ebe7e1;--white:#fff;
  --wine:#7c153d;--wine2:#9c2358;--magenta:#c3266e;--gold:#d8b66f;--gold2:#f0d69b;
  --text:#171920;--muted:#747780;--line:rgba(18,20,28,.12);--max:1260px;--radius:30px;
  font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",system-ui,sans-serif;color:var(--text);background:var(--paper)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);overflow-x:hidden}a{text-decoration:none;color:inherit}button,select{font:inherit}button{cursor:pointer}img,video{display:block;max-width:100%}::selection{background:var(--wine);color:#fff}
.topline{height:34px;background:#741238;color:#fff;display:flex;align-items:center;font-size:11px;letter-spacing:-.01em;overflow:hidden}.topline-inner{width:min(var(--max),calc(100% - 36px));margin:auto;display:flex;gap:12px;align-items:center;white-space:nowrap}.topline i{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.4)}.topline small{margin-left:auto;color:rgba(255,255,255,.55)}.live-dot{width:7px;height:7px;border-radius:50%;background:#f6d58c;box-shadow:0 0 0 5px rgba(246,213,140,.12);animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 0 9px rgba(246,213,140,0)}}
.site-header{height:74px;position:absolute;top:34px;left:0;right:0;z-index:30;padding:0 max(22px,calc((100vw - var(--max))/2));display:flex;align-items:center;gap:34px;color:#fff;border-bottom:1px solid rgba(255,255,255,.14);transition:.28s ease}.site-header.scrolled{position:fixed;top:0;height:66px;background:rgba(10,11,16,.88);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.08)}.brand{display:flex;gap:11px;align-items:center;margin-right:auto}.brand-symbol{width:40px;height:40px;border:1px solid rgba(255,255,255,.4);border-radius:12px;display:grid;place-items:center;font:700 24px Georgia,serif;color:var(--gold)}.brand-copy small{display:block;font-size:9px;letter-spacing:.16em;color:rgba(255,255,255,.58)}.brand-copy strong{display:block;font-size:17px;letter-spacing:-.04em}.main-nav{display:flex;gap:28px;font-size:13px;color:rgba(255,255,255,.77)}.main-nav a:hover{color:#fff}.nav-reserve{height:40px;padding:0 17px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.07);color:#fff;font-weight:800}
.hero{height:100svh;min-height:780px;position:relative;overflow:hidden;background:#07080b;color:#fff}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%;animation:heroZoom 14s ease-out forwards}@keyframes heroZoom{from{transform:scale(1.065)}to{transform:scale(1)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,10,.96) 0%,rgba(5,6,10,.76) 35%,rgba(5,6,10,.22) 64%,rgba(5,6,10,.55) 100%),linear-gradient(0deg,rgba(4,5,8,.56),transparent 52%)}.hero-grid{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,#000,transparent 72%)}.hero-inner{position:relative;z-index:2;height:100%;width:min(var(--max),calc(100% - 44px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:70px;align-items:center;padding-top:80px}.kicker{margin:0 0 17px;font-size:11px;letter-spacing:.24em;font-weight:900;color:var(--gold2);text-transform:uppercase}.kicker.dark{color:var(--wine2)}.hero-copy{max-width:720px}.hero h1,.section-title h2,.showroom-copy h2,.tour-head h2,.plan-copy h2,.community-head h2,.event-copy h2,.closing-copy h2{font-size:clamp(43px,5.4vw,78px);line-height:1.02;letter-spacing:-.065em;margin:0;font-weight:760}.hero h1 span,.section-title h2 span,.showroom-copy h2 span,.tour-head h2 span,.plan-copy h2 span,.community-head h2 span,.event-copy h2 span,.closing-copy h2 span{color:var(--gold)}.hero-lead{max-width:620px;margin:26px 0 0;color:rgba(255,255,255,.68);font-size:17px;line-height:1.75}.hero-cta{display:flex;gap:10px;margin-top:34px}.btn{height:52px;padding:0 24px;border-radius:999px;border:0;display:inline-flex;align-items:center;justify-content:center;font-weight:850;font-size:14px;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn.primary{background:linear-gradient(135deg,#ad275f,#6e1038);color:#fff;box-shadow:0 16px 44px rgba(111,18,59,.34)}.btn.glass{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.07);backdrop-filter:blur(10px);color:#fff}.btn.dark{background:#151720;color:#fff}.btn.mini{height:44px;padding:0 18px;background:var(--wine);color:#fff}.hero-stats{display:flex;margin-top:44px;width:min(610px,100%);border-top:1px solid rgba(255,255,255,.18)}.hero-stats div{padding:17px 30px 0 0;margin-right:30px;border-right:1px solid rgba(255,255,255,.15)}.hero-stats div:last-child{border:0}.hero-stats b{display:block;font-size:21px}.hero-stats span{font-size:11px;color:rgba(255,255,255,.48)}.hero-panel{align-self:end;margin-bottom:80px;background:rgba(10,11,16,.72);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:26px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.hero-panel-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.12)}.hero-panel-head span{font-size:10px;letter-spacing:.16em;color:var(--gold)}.hero-panel-head em{font-style:normal;font-size:10px;color:rgba(255,255,255,.35)}.hero-offer{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}.hero-offer small{font:700 11px Georgia,serif;color:var(--gold)}.hero-offer strong{font-size:12px;color:rgba(255,255,255,.55)}.hero-offer b{font-size:17px}.hero-offer.accent b{color:#f7c5d9}.hero-hot{display:flex;justify-content:space-between;align-items:end;padding:18px 0 8px}.hero-hot span{font-size:12px;color:rgba(255,255,255,.55)}.hero-hot b{color:var(--gold);font-size:21px}.panel-link{width:100%;height:42px;margin-top:12px;border:0;border-radius:13px;background:#fff;color:#171820;font-weight:850}.hero-scroll{position:absolute;z-index:3;bottom:28px;left:50%;transform:translateX(-50%);display:grid;justify-items:center;gap:7px;font-size:8px;letter-spacing:.28em;color:rgba(255,255,255,.45)}.hero-scroll span{width:1px;height:28px;background:linear-gradient(#fff,transparent)}
.offer-section,.tour-section,.finder-section,.location-section,.event-section{padding:118px max(22px,calc((100vw - var(--max))/2))}.section-title{max-width:780px;margin-bottom:48px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.section-title h2,.showroom-copy h2,.tour-head h2,.plan-copy h2,.community-head h2,.event-copy h2,.closing-copy h2{font-size:clamp(35px,4.2vw,60px)}.section-title h2 span,.tour-head h2 span,.plan-copy h2 span,.event-copy h2 span{color:var(--wine)}.section-title>p:last-child{margin:17px 0 0;color:var(--muted);line-height:1.7}.offer-bento{display:grid;grid-template-columns:1fr 1fr 1.16fr;grid-template-rows:250px 250px;gap:14px}.offer-card{border-radius:var(--radius);overflow:hidden;position:relative}.offer-card>div:first-child{display:flex;justify-content:space-between;align-items:center}.offer-card>div:first-child span{font:700 12px Georgia,serif}.offer-card>div:first-child p{margin:0;font-size:11px}.offer-card h3{margin:48px 0 0;font-size:24px;line-height:1.25;letter-spacing:-.04em}.offer-card h3 b{font-size:31px}.offer-card>small{position:absolute;left:25px;bottom:22px;font-size:10px;opacity:.48}.dark-card,.glow-card{padding:25px}.dark-card{background:#171920;color:#fff}.dark-card h3 b{color:var(--gold)}.dark-card>div:first-child{color:rgba(255,255,255,.5)}.glow-card{background:linear-gradient(145deg,#8c1648,#3c101f);color:#fff}.glow-card:after{content:"";position:absolute;inset:auto -70px -90px auto;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(244,182,212,.34),transparent 67%)}.glow-card h3 b{color:#ffdbea}.glow-card>div:first-child{color:#f1b9cf}.option-card{grid-row:span 2;background:linear-gradient(150deg,#11131a 0%,#181822 45%,#5e1235 100%);color:#fff;padding:26px;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}.option-card:before{content:"";position:absolute;inset:auto -100px -120px auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(216,182,111,.28),transparent 68%);z-index:-1}.option-card>div:first-child{color:rgba(255,255,255,.52)}.option-card-center small{display:block;color:var(--gold2);font-size:10px;letter-spacing:.12em}.option-card-center h3{margin:14px 0 14px;font-size:28px}.option-card-center h3 b{font-size:39px;color:#fff}.option-card-center p{max-width:330px;margin:0;font-size:11px;line-height:1.7;color:rgba(255,255,255,.5)}.option-card-mark{align-self:flex-end;width:76px;height:76px;border:1px solid rgba(255,255,255,.22);border-radius:22px;display:grid!important;place-items:center!important;font:700 43px Georgia,serif;color:var(--gold);background:rgba(255,255,255,.05);backdrop-filter:blur(10px)}.status-card{grid-column:1/3;background:#fff;border:1px solid var(--line);display:flex;align-items:center;gap:34px;padding:24px 32px}.status-ring{width:140px;height:140px;border-radius:50%;border:1px solid rgba(124,21,61,.18);display:grid;place-content:center;text-align:center;box-shadow:inset 0 0 0 10px #f7f0f3}.status-ring span{font-size:13px;color:var(--wine)}.status-ring b{font-size:38px;letter-spacing:-.06em;color:var(--wine)}.status-card>div:last-child p{font-size:11px;color:#999;margin:0 0 10px}.status-card h3{margin:0;font-size:25px}.status-card h3 b{color:var(--wine)}
.brand-proof-section{padding:118px max(22px,calc((100vw - var(--max))/2));background:linear-gradient(180deg,#f5f2ed 0%,#ebe6df 100%)}.brand-proof-head{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end}.brand-proof-head h2{font-size:clamp(35px,4.2vw,60px);line-height:1.04;letter-spacing:-.06em;margin:0}.brand-proof-head h2 span{color:var(--wine)}.brand-proof-head>p{margin:0;color:var(--muted);font-size:14px;line-height:1.85}.brand-proof-grid{display:grid;grid-template-columns:.85fr 1.15fr 1fr;gap:12px;margin-top:48px}.brand-proof-grid article{min-height:330px;border-radius:28px;padding:28px;position:relative;overflow:hidden}.brand-proof-main{background:linear-gradient(145deg,#151720,#2c1420);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.brand-monogram{width:76px;height:76px;border:1px solid rgba(255,255,255,.22);border-radius:20px;display:grid;place-items:center;font:700 44px Georgia,serif;color:var(--gold);background:rgba(255,255,255,.04)}.brand-proof-main small,.brand-awards small,.brand-concept small{font-size:9px;letter-spacing:.18em;font-weight:850}.brand-proof-main small{color:rgba(255,255,255,.5)}.brand-proof-main strong{display:block;margin-top:7px;font-size:44px;letter-spacing:-.05em;color:var(--gold2)}.brand-proof-main p{margin:5px 0 0;font-size:12px;color:rgba(255,255,255,.48)}.brand-awards{background:#fff;border:1px solid var(--line)}.brand-awards small{color:var(--wine)}.brand-awards h3,.brand-concept h3{margin:12px 0 0;font-size:30px;letter-spacing:-.05em}.brand-awards ul{list-style:none;padding:0;margin:31px 0 0}.brand-awards li{display:grid;grid-template-columns:88px 1fr;gap:10px;padding:14px 0;border-top:1px solid var(--line)}.brand-awards li b{font-size:11px;color:#444}.brand-awards li span{font-size:11px;line-height:1.55;color:#777}.brand-concept{background:#7b153d;color:#fff}.brand-concept small{color:#f1c9d9}.brand-concept h3{font:700 44px Georgia,serif;color:#fff}.brand-concept p{margin:25px 0 0;color:rgba(255,255,255,.67);font-size:13px;line-height:1.75}.brand-concept>span{position:absolute;left:28px;right:28px;bottom:28px;padding-top:16px;border-top:1px solid rgba(255,255,255,.16);font-size:11px;color:var(--gold2);line-height:1.55}.brand-proof-note{margin:13px 0 0;color:#9a9690;font-size:9px}.unit-specs{max-width:1120px;margin:18px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.unit-specs article{background:#151720;color:#fff;border-radius:18px;padding:18px;display:grid;gap:12px}.unit-specs article>span{font:700 22px Georgia,serif;color:var(--gold)}.unit-specs article div{display:grid;gap:3px}.unit-specs article small{font-size:8px;letter-spacing:.12em;color:rgba(255,255,255,.4)}.unit-specs article div b{font-size:10px;font-weight:750}.unit-specs article>strong{padding-top:10px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#f1c7d8}.project-facts{margin:27px 0 0}.project-facts div{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:12px 0;border-top:1px solid rgba(18,20,28,.11)}.project-facts dt{font-size:9px;font-weight:850;letter-spacing:.05em;color:#9a7d4d}.project-facts dd{margin:0;font-size:11px;line-height:1.5;color:#555b63}.location-position{margin:-18px 0 34px;padding:18px 22px;border-radius:18px;background:linear-gradient(90deg,#71123a,#2b111d);color:#fff;display:flex;align-items:center;gap:18px;box-shadow:0 12px 36px rgba(75,17,43,.12)}.location-position span{font-size:8px;letter-spacing:.18em;color:var(--gold2);font-weight:850}.location-position strong{font-size:15px;letter-spacing:-.025em}.location-position small{margin-left:auto;color:rgba(255,255,255,.45);font-size:9px;white-space:nowrap}
.showroom-section{padding:120px max(22px,calc((100vw - var(--max))/2));background:#11131a;color:#fff;display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}.showroom-copy p:not(.kicker){color:rgba(255,255,255,.55);font-size:15px;line-height:1.8;max-width:500px;margin-top:26px}.showroom-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:26px}.showroom-tags span{font-size:10px;padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:rgba(255,255,255,.63)}.showroom-stage{display:grid;grid-template-columns:1fr 1fr;gap:10px}.showroom-stage figure{margin:0;position:relative;height:230px;border-radius:22px;overflow:hidden}.showroom-stage .showroom-main{grid-column:1/-1;height:390px}.showroom-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}.showroom-stage figure:hover img{transform:scale(1.025)}.showroom-stage figcaption{position:absolute;left:14px;bottom:14px;background:rgba(0,0,0,.46);backdrop-filter:blur(8px);padding:8px 11px;border-radius:999px;font-size:10px;color:rgba(255,255,255,.7)}.showroom-stage figcaption b{color:var(--gold);margin-right:5px}
.tour-section{background:#ece7e0}.tour-head{max-width:740px;margin-bottom:42px}.tour-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:14px}.tour-video,.tour-side{border-radius:28px;overflow:hidden;position:relative;background:#0d0f14}.tour-video video{width:100%;height:620px;object-fit:contain;background:#000}.video-label{position:absolute;left:18px;top:18px;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);color:#fff;padding:8px 11px;border-radius:999px;font-size:9px;letter-spacing:.15em}.tour-side{display:grid;grid-template-rows:1.1fr .9fr;color:#fff}.tour-side>img{width:100%;height:100%;object-fit:cover}.tour-side>div{padding:28px}.tour-side p{margin:0 0 15px;color:var(--gold);font-size:10px;letter-spacing:.12em}.tour-side h3{font-size:25px;line-height:1.3;margin:0 0 24px}.tour-side a{font-size:12px;color:rgba(255,255,255,.62)}
.finder-section{background:#fff}.finder-shell{display:grid;grid-template-columns:360px 1fr;gap:20px;max-width:1120px;margin:auto}.finder-questions{display:grid;gap:9px}.finder-choice{border:1px solid var(--line);border-radius:19px;background:#f7f5f2;text-align:left;padding:19px;display:grid;grid-template-columns:30px 1fr;column-gap:9px}.finder-choice span{grid-row:1/3;font:700 11px Georgia,serif;color:#aaa}.finder-choice b{font-size:16px}.finder-choice small{font-size:10px;color:#90939a;margin-top:4px}.finder-choice.active{background:#151720;color:#fff;border-color:#151720;box-shadow:0 14px 40px rgba(15,17,24,.12)}.finder-choice.active span{color:var(--gold)}.finder-choice.active small{color:rgba(255,255,255,.45)}.finder-result{background:#f5f2ee;border-radius:28px;padding:22px;box-shadow:0 14px 50px rgba(17,19,26,.06)}.finder-result-top{display:flex;align-items:end;gap:26px;margin-bottom:14px}.finder-result-top div small{display:block;font-size:9px;color:#999}.finder-result-top strong{font-size:28px}.finder-result-top b{font-size:14px}.finder-result-top>span{margin-left:auto;border:1px solid #d7d1ca;border-radius:999px;padding:7px 10px;font-size:10px;color:#777}.finder-result>img{width:100%;height:500px;object-fit:contain;border-radius:18px;background:#fff;transition:opacity .18s}.finder-actions{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.text-button{border:0;background:transparent;color:var(--wine);font-weight:850}
.plan-section{padding:110px max(22px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.36fr .64fr;gap:55px;align-items:center;background:#f0ece6}.plan-copy p:not(.kicker){color:#72757d;line-height:1.8;font-size:13px}.plan-image{position:relative;background:#fff;border-radius:28px;overflow:hidden;padding:18px;box-shadow:0 18px 55px rgba(18,20,28,.08)}.plan-image>img{width:100%;border-radius:18px}.plan-chip{position:absolute;display:flex;gap:7px;align-items:center;padding:9px 12px;border-radius:999px;background:rgba(13,15,21,.82);backdrop-filter:blur(8px);color:#fff;font-size:10px}.plan-chip b{color:var(--gold)}.chip-1{left:12%;top:18%}.chip-2{right:9%;bottom:25%}.plan-zoom{position:absolute;right:32px;bottom:32px;border:0;border-radius:999px;padding:10px 14px;background:#fff;color:#181a22;font-weight:800;font-size:11px;box-shadow:0 7px 20px rgba(0,0,0,.12)}
.location-section{background:#fff}.location-tabs{display:flex;gap:8px;margin-bottom:14px}.location-tab{border:1px solid var(--line);border-radius:999px;background:#fff;padding:10px 16px;font-weight:800;color:#777}.location-tab.active{background:#151720;border-color:#151720;color:#fff}.location-map{position:relative;border-radius:30px;overflow:hidden;background:#101218;min-height:620px}.location-map>img{width:100%;height:700px;object-fit:contain;background:#151515;transition:opacity .18s;cursor:zoom-in}.map-caption{position:absolute;left:24px;bottom:24px;width:min(420px,calc(100% - 48px));padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px)}.map-caption b,.map-caption span{display:block}.map-caption b{font-size:17px}.map-caption span{font-size:11px;color:#777;line-height:1.6;margin-top:5px}.location-notes{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.location-notes article{padding:20px;background:#f6f4f1;border-radius:18px}.location-notes span{font:700 9px Georgia,serif;color:var(--wine2)}.location-notes b{display:block;margin-top:18px;font-size:16px}.location-notes p{margin:4px 0 0;font-size:11px;color:#85878d}.legal-note{text-align:center;margin:13px 0 0;font-size:9px;color:#aaa}
.premium7-wrap{margin-top:82px;padding-top:72px;border-top:1px solid var(--line)}.premium7-head{display:grid;grid-template-columns:.72fr 1.28fr;column-gap:40px;align-items:end;margin-bottom:34px}.premium7-eyebrow{align-self:start;margin:7px 0 0;font:800 11px Georgia,serif;letter-spacing:.26em;color:#a68b54}.premium7-head h3{grid-column:2;margin:0;font-size:clamp(36px,4.3vw,62px);line-height:1.03;letter-spacing:-.06em}.premium7-head h3 span{color:var(--wine)}.premium7-head>p:last-child{grid-column:2;max-width:650px;margin:17px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.premium7-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.premium7-card{min-height:280px;padding:23px;border-radius:24px;background:#fff;border:1px solid var(--line);position:relative;overflow:hidden;transition:.25s ease}.premium7-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(27,20,23,.08)}.premium7-card:after{content:"";position:absolute;right:-38px;bottom:-50px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(124,21,61,.08),transparent 70%)}.premium7-card em{font:700 29px Georgia,serif;color:#d7c9cd;position:absolute;right:20px;top:18px}.premium7-card>span{display:block;font-size:9px;letter-spacing:.18em;font-weight:850;color:var(--wine);margin-bottom:38px}.premium7-card h4{margin:0;font-size:22px;line-height:1.23;letter-spacing:-.045em}.premium7-card p{margin:18px 0 0;font-size:11px;line-height:1.7;color:#7b7d84}.premium7-card-wide{grid-column:span 2;background:linear-gradient(135deg,#171920,#341120);color:#fff}.premium7-card-wide em{color:rgba(255,255,255,.18)}.premium7-card-wide>span{color:var(--gold)}.premium7-card-wide h4{font-size:28px}.premium7-card-wide p{max-width:620px;color:rgba(255,255,255,.56)}.premium7-visual-wrap .premium7-grid-visual{gap:22px}.premium7-card-photo{padding:0;background:linear-gradient(180deg,#ffffff 0%,#fffdfa 100%);border:1px solid rgba(116,90,98,.12);box-shadow:0 18px 46px rgba(28,21,24,.06);isolation:isolate}.premium7-card-photo:before{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(135deg,rgba(124,21,61,.18),rgba(197,164,98,.22),rgba(124,21,61,.08));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s ease;pointer-events:none}.premium7-card-photo:after{display:none}.premium7-card-photo .premium7-image{position:relative;height:200px;overflow:hidden}.premium7-card-photo .premium7-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,10,0) 32%,rgba(10,8,10,.34) 100%);z-index:1}.premium7-card-photo .premium7-image:after{content:"";position:absolute;inset:-20% auto auto -120%;width:65%;height:180%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.32),rgba(255,255,255,0));transform:rotate(18deg);transition:transform .85s ease;z-index:2}.premium7-card-photo .premium7-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .85s ease,filter .45s ease}.premium7-card-photo:hover{transform:translateY(-10px);box-shadow:0 30px 80px rgba(24,16,22,.14);border-color:rgba(124,21,61,.18)}.premium7-card-photo:hover:before{opacity:1}.premium7-card-photo:hover .premium7-image:after{transform:translateX(330%) rotate(18deg)}.premium7-card-photo:hover .premium7-image img{transform:scale(1.06);filter:saturate(1.06) contrast(1.02)}.premium7-card-photo .premium7-copy{position:relative;padding:22px 22px 24px;background:linear-gradient(180deg,#fff 0%,#fcfaf8 100%);min-height:205px;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease}.premium7-card-photo:hover .premium7-copy{transform:translateY(-2px)}.premium7-card-photo .premium7-copy:before{content:"";position:absolute;left:22px;top:-14px;width:62px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--wine),var(--gold))}.premium7-card-photo em{top:auto;right:18px;bottom:14px;font-size:52px;line-height:1;color:rgba(120,21,61,.1);transition:transform .35s ease,color .35s ease}.premium7-card-photo:hover em{transform:translateY(-4px);color:rgba(120,21,61,.16)}.premium7-card-photo .premium7-copy>span{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#f6edf1;color:var(--wine);font-size:10px;font-weight:850;letter-spacing:.16em;margin:0 0 14px;transition:.3s ease}.premium7-card-photo:hover .premium7-copy>span{background:linear-gradient(90deg,#7c153d,#b68d52);color:#fff;box-shadow:0 10px 24px rgba(124,21,61,.18)}.premium7-card-photo h4{font-size:24px;line-height:1.16;letter-spacing:-.05em;padding-right:48px;margin-bottom:0}.premium7-card-photo p{margin:14px 0 0;font-size:12.5px;line-height:1.8;color:#6d7078}.premium7-card-photo.premium7-card-wide{display:grid;grid-template-columns:1.05fr .95fr;background:#11131a;border-color:#1a1f29}.premium7-card-photo.premium7-card-wide .premium7-image{height:100%;min-height:340px}.premium7-card-photo.premium7-card-wide .premium7-copy{background:linear-gradient(135deg,#171920,#341120);padding:36px 32px;min-height:340px}.premium7-card-photo.premium7-card-wide .premium7-copy:before{background:linear-gradient(90deg,#fff,rgba(255,255,255,.4))}.premium7-card-photo.premium7-card-wide .premium7-copy>span{background:rgba(255,255,255,.08);color:var(--gold)}.premium7-card-photo.premium7-card-wide:hover .premium7-copy>span{background:rgba(255,255,255,.14);color:#fff}.premium7-card-photo.premium7-card-wide h4{font-size:32px;color:#fff;padding-right:74px}.premium7-card-photo.premium7-card-wide p{max-width:520px;color:rgba(255,255,255,.72)}.premium7-card-photo.premium7-card-wide em{color:rgba(255,255,255,.08)}.curtainwall-block{margin-top:18px;background:#11131a;color:#fff;border-radius:30px;padding:18px;display:grid;grid-template-columns:1.18fr .82fr;gap:36px;align-items:stretch;overflow:hidden}.curtainwall-visual{min-height:470px;border-radius:22px;overflow:hidden;position:relative}.curtainwall-visual img{width:100%;height:100%;object-fit:cover}.curtainwall-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,7,10,.45),transparent 55%)}.curtainwall-visual span{position:absolute;left:18px;bottom:18px;z-index:2;padding:8px 12px;border-radius:999px;background:rgba(7,8,12,.68);backdrop-filter:blur(10px);font-size:9px;letter-spacing:.17em;color:var(--gold2)}.curtainwall-copy{padding:44px 30px 34px 4px;align-self:center}.curtainwall-copy h3{margin:0;font-size:clamp(34px,3.4vw,52px);line-height:1.05;letter-spacing:-.06em}.curtainwall-copy h3 span{color:var(--gold)}.curtainwall-copy>p:not(.kicker){margin:22px 0 0;color:rgba(255,255,255,.57);font-size:14px;line-height:1.8}.curtainwall-points{display:flex;gap:7px;flex-wrap:wrap;margin-top:28px}.curtainwall-points span{padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:8px;letter-spacing:.12em;color:rgba(255,255,255,.66)}.community-section{padding:118px max(22px,calc((100vw - var(--max))/2));background:#101219;color:#fff}.community-head{max-width:830px}.community-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:320px 320px;gap:12px;margin-top:48px}.community-grid figure{position:relative;margin:0;border-radius:24px;overflow:hidden}.community-grid figure.feature{grid-row:span 2}.community-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}.community-grid figure:hover img{transform:scale(1.025)}.community-grid figcaption{position:absolute;left:18px;bottom:18px;padding:13px 15px;background:rgba(7,8,12,.62);backdrop-filter:blur(10px);border-radius:15px}.community-grid figcaption small,.community-grid figcaption b,.community-grid figcaption span{display:block}.community-grid figcaption small{font-size:9px;color:var(--gold)}.community-grid figcaption b{font-size:12px;letter-spacing:.1em;margin-top:3px}.community-grid figcaption span{font-size:10px;color:rgba(255,255,255,.55);margin-top:3px}
.event-section{background:#ece8e2}.event-panel{max-width:1080px;margin:auto;border-radius:30px;background:#fff;padding:18px;display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center}.event-photo{height:420px;border-radius:21px;overflow:hidden;position:relative}.event-photo img{width:100%;height:100%;object-fit:cover}.event-photo span{position:absolute;left:16px;top:16px;background:#181a22;color:#fff;border-radius:999px;padding:8px 11px;font-size:9px;letter-spacing:.14em}.event-copy{padding-right:28px}.event-copy p:not(.kicker){font-size:13px;line-height:1.75;color:#777;margin:18px 0 24px}
.closing-section{position:relative;min-height:720px;display:grid;place-items:center;text-align:center;color:#fff;overflow:hidden}.closing-section>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.closing-overlay{position:absolute;inset:0;background:linear-gradient(rgba(6,7,10,.64),rgba(6,7,10,.86)),radial-gradient(circle at 50% 35%,transparent,rgba(0,0,0,.4))}.closing-copy{position:relative;z-index:2;width:min(820px,calc(100% - 36px))}.closing-copy p:not(.kicker){color:rgba(255,255,255,.58);line-height:1.7}.closing-phone{border:0;background:transparent;color:var(--gold);display:block;margin:34px auto 23px}.closing-phone small{display:block;color:rgba(255,255,255,.48);font-size:10px;letter-spacing:.15em;margin-bottom:6px}.closing-phone b{font-size:clamp(42px,6vw,78px);letter-spacing:-.06em}.closing-actions{display:flex;justify-content:center;gap:10px}
footer{background:#08090d;color:rgba(255,255,255,.38);padding:44px max(22px,calc((100vw - var(--max))/2)) 90px;font-size:9px;line-height:1.7}.footer-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.footer-top small,.footer-top b{display:block}.footer-top small{font-size:8px;letter-spacing:.16em}.footer-top b{font-size:15px;color:#fff}.footer-top a{font-size:10px;color:var(--gold)}
.mobile-bar{display:none}.reserve-dialog,.lightbox{border:0;border-radius:26px;padding:0;box-shadow:0 30px 110px rgba(0,0,0,.34)}.reserve-dialog::backdrop,.lightbox::backdrop{background:rgba(0,0,0,.74);backdrop-filter:blur(4px)}.reserve-card{position:relative;width:min(92vw,520px);padding:30px;background:#fff}.dialog-close{position:absolute;right:15px;top:10px;border:0;background:transparent;font-size:28px;color:#666}.reserve-card h2{margin:0;font-size:31px;letter-spacing:-.05em}.reserve-intro{font-size:11px;line-height:1.6;color:#888}.reserve-card label{display:grid;gap:7px;font-size:11px;font-weight:800;margin-top:14px}.reserve-card select{height:48px;border:1px solid #ddd;border-radius:13px;padding:0 12px;background:#fafafa}.reserve-preview{margin-top:17px;padding:14px;border-radius:14px;background:#f5f1ed;font-size:11px;line-height:1.6;color:#666}.reserve-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.reserve-buttons .btn{padding:0 12px}.reserve-card>small{display:block;font-size:9px;color:#aaa;margin-top:10px}.lightbox{padding:22px 22px 22px;width:min(98vw,1600px);max-width:none;background:#fff}.lightbox img{display:block;width:100%;max-width:none;height:auto;max-height:90vh;object-fit:contain;margin:0 auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media(max-width:980px){.main-nav,.nav-reserve{display:none}.hero-inner{grid-template-columns:1fr}.hero-panel{display:none}.offer-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}.option-card{grid-row:auto;min-height:300px}.status-card{grid-column:1/-1}.premium7-grid{grid-template-columns:repeat(2,1fr)}.premium7-card-wide{grid-column:span 2}.curtainwall-block{grid-template-columns:1fr}.curtainwall-copy{padding:16px 18px 24px}.showroom-section{grid-template-columns:1fr;gap:36px}.tour-grid{grid-template-columns:1fr}.tour-side{grid-template-columns:1fr 1fr;grid-template-rows:none}.tour-side>img{height:360px}.finder-shell{grid-template-columns:300px 1fr}.plan-section{grid-template-columns:1fr;gap:35px}.location-notes{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.topline{height:32px}.topline-inner{width:100%;padding:0 14px;overflow:auto;scrollbar-width:none}.topline small{display:none}.site-header{top:32px;height:62px;padding:0 17px}.site-header.scrolled{height:58px}.brand-symbol{width:36px;height:36px}.brand-copy strong{font-size:15px}.hero{height:92svh;min-height:720px}.hero-image{object-position:58% center}.hero-overlay{background:linear-gradient(0deg,rgba(5,6,9,.95) 0%,rgba(5,6,9,.76) 52%,rgba(5,6,9,.22) 100%)}.hero-grid{display:none}.hero-inner{display:block;width:100%;padding:0 18px}.hero-copy{position:absolute;left:18px;right:18px;bottom:75px}.hero h1{font-size:43px}.hero-lead{font-size:14px;line-height:1.65;max-width:520px}.hero-stats{margin-top:28px}.hero-stats div{padding-right:15px;margin-right:15px}.hero-stats b{font-size:17px}.hero-scroll{display:none}.offer-section,.tour-section,.finder-section,.location-section,.event-section{padding:82px 17px}.section-title{margin-bottom:34px}.offer-bento{display:grid;grid-template-columns:1fr}.option-card,.status-card{grid-column:auto}.option-card{min-height:280px}.dark-card,.glow-card{min-height:230px}.status-card{padding:20px;gap:20px}.status-ring{width:105px;height:105px}.status-ring b{font-size:31px}.showroom-section{padding:82px 17px}.showroom-stage .showroom-main{height:270px}.showroom-stage figure{height:175px}.tour-video video{height:auto;max-height:620px}.tour-side{grid-template-columns:1fr;grid-template-rows:300px auto}.tour-side>img{height:100%}.finder-shell{grid-template-columns:1fr}.finder-questions{grid-template-columns:1fr 1fr}.finder-choice{padding:14px;grid-template-columns:24px 1fr}.finder-choice b{font-size:14px}.finder-result>img{height:390px}.plan-section{padding:82px 17px}.plan-chip{display:none}.location-map{min-height:0}.location-map>img{height:auto;max-height:700px}.map-caption{position:static;width:100%;border-radius:0;background:#f4f1ed}.premium7-wrap{margin-top:58px;padding-top:56px}.premium7-head{grid-template-columns:1fr;gap:10px}.premium7-head h3,.premium7-head>p:last-child{grid-column:1}.premium7-grid{grid-template-columns:1fr 1fr;gap:14px}.premium7-card{min-height:250px}.premium7-card-photo .premium7-image{height:168px}.premium7-card-photo .premium7-copy{min-height:230px;padding:18px 18px 20px}.premium7-card-photo .premium7-copy:before{left:18px}.premium7-card-photo h4{font-size:21px;padding-right:44px}.premium7-card-photo p{font-size:12px;line-height:1.72}.premium7-card-photo.premium7-card-wide{grid-template-columns:1fr}.premium7-card-photo.premium7-card-wide .premium7-image{min-height:230px}.premium7-card-photo.premium7-card-wide .premium7-copy{min-height:auto;padding:24px 22px 26px}.premium7-card-photo.premium7-card-wide h4{font-size:28px}.premium7-card-wide{grid-column:1/-1}.curtainwall-visual{min-height:330px}.community-section{padding:82px 17px}.community-grid{grid-template-columns:1fr;grid-template-rows:none}.community-grid figure,.community-grid figure.feature{grid-row:auto;height:310px}.event-panel{grid-template-columns:1fr;gap:24px;padding:14px}.event-photo{height:310px}.event-copy{padding:0 8px 16px}.closing-section{min-height:660px}.closing-phone b{font-size:41px}.mobile-bar{position:fixed;display:grid;grid-template-columns:60px 90px 1fr;left:9px;right:9px;bottom:max(9px,env(safe-area-inset-bottom));z-index:80;background:#fff;border-radius:17px;padding:6px;box-shadow:0 13px 42px rgba(0,0,0,.23)}.mobile-bar a,.mobile-bar button{height:48px;border:0;background:transparent;display:grid;place-items:center;font-weight:850;font-size:11px}.mobile-bar button{background:#efe8ec;color:var(--wine);border-radius:12px}.mobile-bar .call{background:var(--wine);color:#fff;border-radius:12px}.reserve-buttons{grid-template-columns:1fr}footer{padding-bottom:105px}}
@media(max-width:500px){.hero h1{font-size:39px}.hero-cta .btn{padding:0 17px}.hero-stats span{font-size:9px}.finder-questions{grid-template-columns:1fr}.finder-result>img{height:320px}.location-notes{grid-template-columns:1fr 1fr}.premium7-grid{grid-template-columns:1fr;gap:14px}.premium7-card-wide{grid-column:auto}.premium7-card-photo{border-radius:22px}.premium7-card-photo .premium7-image{height:188px}.premium7-card-photo .premium7-copy{min-height:auto;padding:18px 16px 20px}.premium7-card-photo .premium7-copy:before{left:16px;width:54px}.premium7-card-photo .premium7-copy>span{margin-bottom:12px}.premium7-card-photo h4{font-size:21px;padding-right:40px}.premium7-card-photo p{font-size:12px;line-height:1.7}.premium7-card-photo.premium7-card-wide .premium7-image{min-height:200px}.premium7-card-photo.premium7-card-wide .premium7-copy{padding:22px 18px 24px}.premium7-card-photo.premium7-card-wide h4{font-size:25px;padding-right:54px}.premium7-card h4{font-size:21px}.curtainwall-block{padding:12px;border-radius:22px}.curtainwall-copy{padding:15px 10px 22px}.showroom-stage{grid-template-columns:1fr}.showroom-stage .showroom-main{grid-column:auto}.closing-actions{display:grid;grid-template-columns:1fr 1fr}.closing-phone b{font-size:36px}}

/* --- entry event popup : dual popup version --- */
.popup-layer{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:22px;}
.popup-layer.is-open{display:flex;}
.popup-backdrop{position:absolute;inset:0;background:rgba(4,5,9,.76);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);}
.popup-tray{position:relative;z-index:1;display:flex;gap:18px;align-items:flex-start;justify-content:center;width:min(1100px,calc(100vw - 44px));max-height:94vh;}
.popup-tray[data-count="1"] .event-popup-card:not(.is-hidden){width:min(92vw,610px);max-width:610px;}
.event-popup-card{position:relative;display:flex;flex-direction:column;width:min(44vw,520px);max-width:520px;max-height:94vh;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 34px 120px rgba(0,0,0,.48);animation:eventPopIn .26s ease-out both;}
.event-popup-card.is-hidden{display:none!important;}
.event-popup-card>img{width:100%;max-height:calc(94vh - 58px);object-fit:contain;background:#f8e9ee;}
.event-popup-x{position:absolute;top:10px;right:10px;z-index:3;width:40px;height:40px;border:0;border-radius:50%;background:rgba(12,12,16,.78);color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;box-shadow:0 7px 20px rgba(0,0,0,.2);}
.event-popup-footer{height:58px;display:grid;grid-template-columns:1fr 92px;background:#111218;color:#fff;border-top:1px solid rgba(255,255,255,.08);flex:none;}
.event-popup-footer button{border:0;background:transparent;color:#fff;font-weight:750;font-size:12px;}
.event-popup-today{text-align:left;padding-left:20px;}
.event-popup-today::before{content:'□';margin-right:9px;font-size:17px;vertical-align:-1px;}
.event-popup-close{border-left:1px solid rgba(255,255,255,.16)!important;}
body.popup-open{overflow:hidden;}
@keyframes eventPopIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:980px){
  .popup-tray{width:min(940px,calc(100vw - 28px));gap:14px;}
  .event-popup-card{width:min(46vw,460px);}
}
@media(max-width:760px){
  .popup-layer{padding:12px;align-items:flex-start;overflow:auto;}
  .popup-tray{width:100%;max-height:none;display:grid;gap:12px;padding-top:10px;padding-bottom:16px;}
  .event-popup-card,.popup-tray[data-count="1"] .event-popup-card:not(.is-hidden){width:min(94vw,520px);max-width:520px;max-height:none;margin:0 auto;border-radius:17px;}
  .event-popup-card>img{max-height:none;}
  .event-popup-footer{height:54px;grid-template-columns:1fr 74px;}
  .event-popup-today{padding-left:14px;font-size:11px!important;}
  .event-popup-close{font-size:11px!important;}
  .event-popup-x{width:36px;height:36px;font-size:25px;}
}

@media(max-width:980px){.brand-proof-head{grid-template-columns:1fr;gap:20px}.brand-proof-grid{grid-template-columns:1fr 1fr}.brand-concept{grid-column:1/-1}.unit-specs{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.brand-proof-section{padding:82px 17px}.brand-proof-grid{grid-template-columns:1fr}.brand-proof-grid article{min-height:280px}.brand-concept{grid-column:auto}.unit-specs{grid-template-columns:1fr 1fr}.location-position{margin-top:-10px;display:grid;gap:7px}.location-position small{margin-left:0}}
@media(max-width:500px){.unit-specs{grid-template-columns:1fr}.brand-proof-main strong{font-size:38px}.project-facts div{grid-template-columns:78px 1fr}}

/* Post-cleanup layout refinement: brand block + duplicate unit cards removed */
@media (min-width:981px){
  .site-header{gap:30px}
  .main-nav{gap:34px;font-size:13px;letter-spacing:-.01em}
  .main-nav a{position:relative;padding:26px 0 24px;transition:color .22s ease}
  .main-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:17px;height:1px;background:var(--gold);transition:left .22s ease,right .22s ease;opacity:.85}
  .main-nav a:hover:after{left:0;right:0}
}

.finder-section{padding-bottom:86px}
.finder-section .section-title{margin-bottom:38px}
.finder-shell{position:relative;z-index:1}
.finder-shell:after{content:"";position:absolute;left:28px;right:28px;bottom:-42px;height:1px;background:linear-gradient(90deg,transparent,rgba(124,21,61,.17),transparent)}
.plan-section{padding-top:94px}

@media(max-width:980px){
  .finder-section{padding-bottom:76px}
  .finder-shell:after{bottom:-36px}
  .plan-section{padding-top:82px}
}
@media(max-width:760px){
  .finder-section{padding-bottom:64px}
  .finder-section .section-title{margin-bottom:28px}
  .finder-shell{gap:16px}
  .finder-shell:after{left:8px;right:8px;bottom:-30px}
  .finder-result{padding:18px;border-radius:24px}
  .finder-result-top{gap:18px;margin-bottom:10px}
  .finder-actions{margin-top:10px}
  .plan-section{padding-top:72px}
}
@media(max-width:500px){
  .finder-section{padding-bottom:58px}
  .finder-shell:after{bottom:-26px}
  .finder-result{padding:15px;border-radius:20px}
  .finder-result>img{height:300px}
  .plan-section{padding-top:66px}
}
\n\n/* --- premium interaction upgrade : floating quick rail + smart visit booking --- */\n.quick-rail{position:fixed;right:22px;top:50%;z-index:76;display:grid;transform:translateY(-50%);width:92px;background:rgba(255,255,255,.94);border:1px solid rgba(124,21,61,.13);border-radius:24px;box-shadow:0 18px 58px rgba(31,18,24,.18);overflow:hidden;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}\n.quick-rail-item{min-height:88px;padding:12px 7px;border:0;border-bottom:1px solid rgba(28,23,26,.08);background:transparent;color:#242126;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit;text-align:center;transition:background .2s ease,color .2s ease,transform .2s ease}\n.quick-rail-item:last-child{border-bottom:0}.quick-rail-item:hover{background:#f8f1f4;color:var(--wine)}.quick-rail-item:active{transform:scale(.97)}\n.quick-rail-item b{font-size:12px;letter-spacing:-.02em}.quick-rail-item small{font-size:8px;color:#999;font-weight:650;letter-spacing:-.03em}.quick-rail-item:hover small{color:#956777}\n.quick-icon{width:30px;height:30px;display:grid;place-items:center;margin-bottom:4px}.quick-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}\n.quick-reserve{background:var(--wine);color:#fff}.quick-reserve small{color:rgba(255,255,255,.72)}.quick-reserve:hover{background:#67122f;color:#fff}.quick-reserve:hover small{color:#fff}\n\n.reserve-dialog{max-height:94vh;overflow:auto}.reserve-card{width:min(94vw,620px);padding:32px 32px 28px}.reserve-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-right:32px}.reserve-head .kicker{margin:0}.reserve-badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;background:#f5e9ee;color:var(--wine);font-size:10px;font-weight:850;white-space:nowrap}.reserve-card h2{margin-top:8px;font-size:34px}.reserve-intro{font-size:12px;line-height:1.7;margin:8px 0 2px}.reserve-intro b{color:#4b3940}.reserve-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reserve-card label{font-size:11px}.reserve-card select,.reserve-card input{width:100%;height:48px;border:1px solid #ded8db;border-radius:13px;padding:0 12px;background:#fbfaf9;color:#222;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.reserve-card select:focus,.reserve-card input:focus{border-color:rgba(124,21,61,.55);box-shadow:0 0 0 3px rgba(124,21,61,.08)}\n.reserve-block{margin-top:18px}.reserve-block-title{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:8px}.reserve-block-title b{font-size:11px}.reserve-block-title small{font-size:9px;color:#999}.reserve-date-choices{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.reserve-choice{min-height:62px;border:1px solid #e3dde0;border-radius:14px;background:#fff;color:#3c3438;padding:9px 5px;display:grid;place-items:center;align-content:center;gap:3px;transition:.18s ease}.reserve-choice b{font-size:11px}.reserve-choice small{font-size:8px;color:#999}.reserve-choice:hover{border-color:rgba(124,21,61,.4);background:#fcf6f8}.reserve-choice.active{border-color:var(--wine);background:#f5e9ee;color:var(--wine);box-shadow:0 7px 18px rgba(124,21,61,.08)}.reserve-choice.active small{color:#956074}\n.reserve-time-choices{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}.reserve-time{height:42px;border:1px solid #e3dde0;border-radius:12px;background:#fff;color:#494147;font-size:10px;font-weight:800;transition:.18s ease}.reserve-time:hover{border-color:rgba(124,21,61,.4)}.reserve-time.active{border-color:var(--wine);background:var(--wine);color:#fff}.reserve-name-label span{font-weight:500;color:#aaa}.reserve-ticket{position:relative;margin-top:18px;padding:16px;border-radius:18px;background:linear-gradient(135deg,#171419,#2a2025);color:#fff;overflow:hidden}.reserve-ticket:after{content:"S";position:absolute;right:-8px;bottom:-27px;font-size:105px;line-height:1;font-weight:900;color:rgba(255,255,255,.035);pointer-events:none}.reserve-ticket-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:10px}.reserve-ticket-top span{font-size:9px;letter-spacing:.18em;color:#c7aab5}.reserve-ticket-top b{font-size:14px;color:#fff}.reserve-ticket-meta{position:relative;z-index:1;display:grid;grid-template-columns:1.5fr .7fr;gap:8px;margin-top:12px}.reserve-ticket-meta div{display:grid;gap:3px}.reserve-ticket-meta small{font-size:8px;letter-spacing:.1em;color:#a8959d}.reserve-ticket-meta b{font-size:12px}.reserve-preview,.reserve-ticket p{position:relative;z-index:1;margin:13px 0 0;padding:0;background:transparent;border-radius:0;color:rgba(255,255,255,.68);font-size:10px;line-height:1.65}.reserve-buttons{margin-top:12px}.reserve-buttons .btn{height:50px}.reserve-card>small{line-height:1.5}.tour-section{scroll-margin-top:84px}.location-section{scroll-margin-top:84px}\n\n@media(max-width:1100px){.quick-rail{right:12px;width:82px}.quick-rail-item{min-height:82px}}\n@media(max-width:760px){.quick-rail{display:none}.reserve-dialog{border-radius:22px}.reserve-card{width:min(96vw,560px);padding:27px 18px 22px}.reserve-head{padding-right:28px}.reserve-card h2{font-size:29px}.reserve-grid{grid-template-columns:1fr 1fr}.reserve-date-choices{grid-template-columns:1fr 1fr}.reserve-time-choices{grid-template-columns:repeat(3,1fr)}.reserve-choice{min-height:57px}.reserve-ticket-meta{grid-template-columns:1.5fr .8fr}}\n@media(max-width:440px){.reserve-grid{grid-template-columns:1fr}.reserve-card{padding-left:15px;padding-right:15px}.reserve-time-choices{grid-template-columns:repeat(3,1fr)}.reserve-badge{font-size:9px;padding:0 8px}.reserve-block-title small{max-width:170px;text-align:right}.reserve-ticket{padding:14px}}\n
