:root {
    --ink: #101828;
    --muted: #667085;
    --line: #e4e7ec;
    --paper: #ffffff;
    --soft: #f7f8fb;
    --brand: #5147f3;
    --brand-dark: #4338ca;
    --gold: #c9a15d;
    --danger: #e5484d;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 138px;
}

body {
    margin: 0;
    font-family: "Noto Sans KR", Arial, sans-serif;
    color: var(--ink);
    background: #fff;
}

a {
    color: inherit;
}

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

.auth-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    align-items: stretch;
    background:
        radial-gradient(circle at 12% 12%, rgba(81, 71, 243, .22), transparent 30%),
        linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.auth-brand {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 56px max(36px, 7vw);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(8, 13, 28, .96), rgba(18, 24, 46, .90)),
        url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=85");
    background-size: cover;
    background-position: center;
}

.auth-logo {
    width: fit-content;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

.auth-brand h1 {
    max-width: 720px;
    margin: 12px 0 0;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: 0;
}

.auth-brand p {
    max-width: 620px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.8;
}

.auth-kicker {
    margin: 0;
    color: #c7d2fe !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.auth-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 620px;
}

.auth-feature-grid article {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.auth-feature-grid strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.auth-feature-grid span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    font-weight: 700;
}

.auth-card {
    align-self: center;
    width: min(470px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(16, 24, 40, .12);
}

.auth-card-head {
    margin-bottom: 24px;
}

.auth-card-head p {
    margin: 0 0 8px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.auth-card-head h2 {
    margin: 0;
    font-size: 30px;
    letter-spacing: 0;
}

.auth-card-head span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 14px;
}

.eyebrow {
    margin: 0 0 8px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.form-stack {
    display: grid;
    gap: 15px;
}

.form-stack label {
    display: grid;
    gap: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 800;
}

.form-stack input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    outline: none;
}

.form-stack input:focus {
    border-color: var(--brand);
}

.form-stack button,
.auth-card button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: var(--brand);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.form-stack button:hover,
.auth-card button:hover {
    background: var(--brand-dark);
}

.auth-switch {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 14px;
    text-align: center;
}

.auth-switch a {
    color: var(--brand);
    font-weight: 900;
    text-decoration: none;
}

.muted {
    color: var(--muted);
}

.alert,
.success,
.lp-success {
    padding: 13px 14px;
    margin: 14px 0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
}

.alert {
    background: #fff1f3;
    color: #b42318;
}

.success,
.lp-success {
    background: #ecfdf3;
    color: #027a48;
}

.theme-modelhouse {
    min-height: 100vh;
    background: #fbfaf7;
    color: #1f2933;
}

.mh-header {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    right: 0;
    height: 74px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 0 max(24px, 6vw);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: rgba(10, 15, 26, .72);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 34px rgba(0,0,0,.12);
}

.mh-logo {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -.02em;
}

.mh-header nav {
    display: flex;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}

.mh-header nav a,
.mh-call {
    color: rgba(255,255,255,.86);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.mh-header nav a {
    padding: 9px 14px;
    border-radius: 999px;
}

.mh-header nav a:hover {
    color: #111827;
    background: #fff;
}

.mh-call {
    justify-self: end;
    padding: 11px 18px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: #b99758;
    color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.mh-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    color: #fff;
}

.mh-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mh-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 35%, rgba(185, 151, 88, .20), transparent 30%),
        linear-gradient(90deg, rgba(10, 16, 28, .86), rgba(10, 16, 28, .50), rgba(10, 16, 28, .18)),
        linear-gradient(0deg, rgba(10, 16, 28, .52), transparent 46%);
}

.mh-hero-copy {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: max(210px, 26vh);
}

.mh-hero-copy p,
.mh-section-title p,
.mh-reservation > div > p {
    margin: 0 0 14px;
    color: #b99758;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mh-hero-copy p {
    display: inline-flex;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #f4d58f;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
}

.mh-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(48px, 7vw, 92px);
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: 0 12px 34px rgba(0,0,0,.28);
}

.mh-hero-copy span {
    display: block;
    max-width: 620px;
    margin-top: 24px;
    color: rgba(255,255,255,.86);
    font-size: 21px;
    line-height: 1.8;
}

.mh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.mh-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.mh-actions a:first-child {
    background: #b99758;
    color: #fff;
    box-shadow: 0 18px 40px rgba(185,151,88,.26);
}

.mh-actions a:last-child {
    border: 1px solid rgba(255,255,255,.50);
    background: rgba(255,255,255,.08);
    color: #fff;
    backdrop-filter: blur(12px);
}

.mh-anchor {
    position: sticky;
    z-index: 50;
    top: 74px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #eee7dc;
    border-bottom: 1px solid #e8e0d2;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 28px rgba(66,50,28,.06);
}

.mh-anchor a {
    padding: 19px 10px;
    border-right: 1px solid #eee8dd;
    color: #3f3a32;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.mh-anchor a:hover {
    color: #8a6a35;
    background: #fbf8f2;
}

.mh-overview,
.mh-premium,
.mh-gallery,
.mh-plan,
.mh-reservation {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 88px 0;
    scroll-margin-top: 150px;
}

.mh-section-title {
    margin-bottom: 34px;
}

.mh-section-title.center {
    text-align: center;
}

.mh-section-title h2,
.mh-reservation h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    letter-spacing: 0;
    color: #1f2933;
}

.mh-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid #2f332f;
    border-bottom: 1px solid #e2dbcf;
    background: #fff;
    box-shadow: 0 18px 44px rgba(66,50,28,.06);
}

.mh-info-grid article {
    padding: 26px 22px;
    border-right: 1px solid #e6e6e6;
    transition: background .2s ease, transform .2s ease;
}

.mh-info-grid article:hover {
    background: #fbf8f2;
}

.mh-info-grid span {
    display: block;
    color: #7c7060;
    font-size: 13px;
    font-weight: 800;
}

.mh-info-grid strong {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.mh-premium {
    width: 100%;
    max-width: none;
    padding-inline: max(24px, calc((100vw - 1180px) / 2));
    background:
        linear-gradient(180deg, #f6f1e8 0%, #fbfaf7 100%);
}

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

.mh-premium-grid article {
    min-height: 250px;
    padding: 34px;
    background: #fff;
    border: 1px solid #eee5d6;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(66, 50, 28, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.mh-premium-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(66, 50, 28, .11);
}

.mh-premium-grid em {
    color: #b99758;
    font-style: normal;
    font-weight: 900;
}

.mh-premium-grid h3,
.mh-plan-grid h3 {
    margin: 18px 0 12px;
    font-size: 24px;
}

.mh-premium-grid p {
    color: #5f6772;
    line-height: 1.8;
}

.mh-gallery-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mh-gallery figure {
    position: relative;
    min-height: 280px;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #e8e1d7;
    box-shadow: 0 16px 38px rgba(66,50,28,.08);
}

.mh-gallery figure.wide {
    grid-column: span 2;
}

.mh-gallery img,
.mh-plan-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.mh-gallery figure:hover img {
    transform: scale(1.045);
}

.mh-gallery figcaption {
    position: absolute;
    left: 18px;
    bottom: 16px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(31, 41, 51, .78);
    font-size: 13px;
    font-weight: 800;
}

.mh-plan {
    padding-top: 40px;
}

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

.mh-plan-grid article {
    padding: 22px;
    border: 1px solid #e6e1d8;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(66,50,28,.06);
}

.mh-plan-grid span {
    color: #b99758;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.mh-plan-grid img {
    height: 220px;
    margin-top: 14px;
    border-radius: 18px;
}

.mh-reservation {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 56px;
    align-items: start;
}

.mh-reservation > div > span {
    display: block;
    margin-top: 16px;
    color: #5f6772;
    line-height: 1.7;
}

.mh-reservation address {
    display: grid;
    gap: 6px;
    margin-top: 26px;
    padding: 24px;
    border-left: 4px solid #b99758;
    background: #f6f1e8;
    font-style: normal;
}

.mh-reservation address a {
    color: #1f2933;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
}

.mh-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 32px;
    border: 1px solid #e6e1d8;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(66, 50, 28, .10);
}

.mh-form label {
    display: grid;
    gap: 8px;
    color: #374151;
    font-size: 14px;
    font-weight: 900;
}

.mh-form label:has(textarea),
.mh-agree,
.mh-form button,
.lp-success {
    grid-column: 1 / -1;
}

.mh-form input,
.mh-form textarea,
.mh-form select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd7cc;
    border-radius: 14px;
    outline: none;
    color: #1f2933;
    background: #fbfaf8;
}

.mh-form input:focus,
.mh-form textarea:focus,
.mh-form select:focus {
    border-color: #b99758;
    box-shadow: 0 0 0 4px rgba(185,151,88,.12);
}

.mh-agree {
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: #5f6772 !important;
    font-size: 13px !important;
}

.mh-agree input {
    width: auto;
}

.mh-form button {
    min-height: 56px;
    border: 0;
    border-radius: 14px;
    background: #2f332f;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.mh-floating {
    position: fixed;
    z-index: 50;
    right: 24px;
    bottom: 24px;
    display: flex;
    overflow: hidden;
    border-radius: 999px;
    box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.mh-floating a {
    padding: 16px 20px;
    color: #fff;
    background: #2f332f;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.mh-floating a + a {
    background: #b99758;
}

.theme-real-estate-boutique {
    background: #fff8ef;
}

.theme-real-estate-boutique .mh-header {
    background: rgba(72, 49, 31, .76);
}

.theme-real-estate-boutique .mh-hero-overlay {
    background:
        radial-gradient(circle at 70% 35%, rgba(240, 190, 120, .24), transparent 32%),
        linear-gradient(90deg, rgba(65, 43, 26, .84), rgba(65, 43, 26, .45), rgba(65, 43, 26, .14));
}

.theme-real-estate-boutique .mh-hero-copy p,
.theme-real-estate-boutique .mh-section-title p,
.theme-real-estate-boutique .mh-reservation > div > p,
.theme-real-estate-boutique .mh-premium-grid em,
.theme-real-estate-boutique .mh-plan-grid span {
    color: #a9783d;
}

.theme-real-estate-boutique .mh-call,
.theme-real-estate-boutique .mh-actions a:first-child,
.theme-real-estate-boutique .mh-floating a + a {
    background: #a9783d;
}

.theme-real-estate-boutique .mh-premium {
    background: linear-gradient(180deg, #f7ead9 0%, #fff8ef 100%);
}

.theme-real-estate-urban {
    background: #f6f8fb;
}

.theme-real-estate-urban .mh-header {
    background: rgba(15, 23, 42, .82);
}

.theme-real-estate-urban .mh-hero-overlay {
    background:
        radial-gradient(circle at 78% 35%, rgba(37, 99, 235, .30), transparent 34%),
        linear-gradient(90deg, rgba(15, 23, 42, .88), rgba(15, 23, 42, .52), rgba(15, 23, 42, .12));
}

.theme-real-estate-urban .mh-hero-copy p,
.theme-real-estate-urban .mh-section-title p,
.theme-real-estate-urban .mh-reservation > div > p,
.theme-real-estate-urban .mh-premium-grid em,
.theme-real-estate-urban .mh-plan-grid span {
    color: #2563eb;
}

.theme-real-estate-urban .mh-call,
.theme-real-estate-urban .mh-actions a:first-child,
.theme-real-estate-urban .mh-floating a + a {
    background: #2563eb;
}

.theme-real-estate-urban .mh-premium {
    background: linear-gradient(180deg, #eaf1ff 0%, #f6f8fb 100%);
}

.theme-real-estate-urban .mh-anchor a:hover {
    color: #2563eb;
    background: #eff6ff;
}

.theme-real-estate-minimal {
    background: #fff;
}

.theme-real-estate-minimal .mh-header {
    background: rgba(255,255,255,.92);
    color: #111827;
    border-bottom-color: rgba(17,24,39,.10);
}

.theme-real-estate-minimal .mh-logo,
.theme-real-estate-minimal .mh-header nav a {
    color: #111827;
}

.theme-real-estate-minimal .mh-header nav {
    background: #f3f4f6;
    border-color: #e5e7eb;
}

.theme-real-estate-minimal .mh-call {
    background: #111827;
}

.theme-real-estate-minimal .mh-hero-overlay {
    background:
        linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.62), rgba(255,255,255,.10)),
        linear-gradient(0deg, rgba(255,255,255,.36), transparent 45%);
}

.theme-real-estate-minimal .mh-hero-copy h1,
.theme-real-estate-minimal .mh-hero-copy span {
    color: #111827;
    text-shadow: none;
}

.theme-real-estate-minimal .mh-hero-copy p,
.theme-real-estate-minimal .mh-section-title p,
.theme-real-estate-minimal .mh-reservation > div > p,
.theme-real-estate-minimal .mh-premium-grid em,
.theme-real-estate-minimal .mh-plan-grid span {
    color: #111827;
}

.theme-real-estate-minimal .mh-hero-copy p {
    background: rgba(255,255,255,.72);
    border-color: rgba(17,24,39,.12);
}

.theme-real-estate-minimal .mh-actions a:first-child,
.theme-real-estate-minimal .mh-floating a + a {
    background: #111827;
}

.theme-real-estate-minimal .mh-actions a:last-child {
    color: #111827;
    border-color: rgba(17,24,39,.18);
    background: rgba(255,255,255,.70);
}

.theme-real-estate-minimal .mh-premium {
    background: #f8fafc;
}

.theme-boutique {
    color: #34261d;
    background: #fbf3e8;
}

.bt-nav {
    position: fixed;
    z-index: 30;
    inset: 24px 28px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    background: rgba(65, 43, 26, .62);
    color: #fff;
    backdrop-filter: blur(18px);
}

.bt-nav strong {
    font-weight: 900;
}

.bt-nav nav {
    display: flex;
    gap: 18px;
}

.bt-nav a {
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.bt-hero {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 44px;
    width: min(1220px, calc(100% - 48px));
    min-height: 100vh;
    margin: 0 auto;
    padding: 132px 0 76px;
    align-items: center;
}

.bt-hero-copy p,
.bt-gallery p,
.bt-lead p {
    margin: 0 0 14px;
    color: #a9783d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.bt-hero h1 {
    margin: 0;
    font-size: clamp(44px, 6vw, 82px);
    line-height: 1.05;
    letter-spacing: 0;
}

.bt-hero-copy span {
    display: block;
    margin-top: 24px;
    color: #6d5b4a;
    font-size: 18px;
    line-height: 1.85;
}

.bt-hero-copy a,
.bt-lead button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 32px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: #a9783d;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.bt-hero figure {
    margin: 0;
    border-radius: 42px 42px 8px 42px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(80, 50, 24, .20);
}

.bt-hero img {
    width: 100%;
    min-height: 620px;
    object-fit: cover;
}

.bt-story {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 70px 0;
}

.bt-story article {
    padding: 30px;
    border-radius: 28px;
    background: #fff;
}

.bt-story small {
    color: #a9783d;
    font-weight: 900;
}

.bt-story h2 {
    margin: 20px 0 12px;
}

.bt-story p {
    color: #6d5b4a;
    line-height: 1.8;
}

.bt-gallery,
.bt-lead {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 80px 0;
}

.bt-gallery h2,
.bt-lead h2 {
    margin: 0;
    font-size: clamp(32px, 5vw, 58px);
}

.bt-gallery-strip {
    display: flex;
    gap: 18px;
    margin-top: 28px;
    overflow-x: auto;
    padding-bottom: 12px;
}

.bt-gallery-strip img {
    width: min(72vw, 520px);
    height: 360px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 30px;
}

.bt-lead {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 46px;
}

.bt-lead a {
    display: block;
    margin-top: 20px;
    color: #34261d;
    font-size: 26px;
    font-weight: 900;
    text-decoration: none;
}

.bt-lead form,
.mn-contact form {
    display: grid;
    gap: 14px;
}

.bt-lead input,
.bt-lead textarea,
.mn-contact input,
.mn-contact textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e4d6c5;
    border-radius: 16px;
    outline: none;
    background: #fff;
}

.theme-urban {
    color: #eaf2ff;
    background: #08111f;
}

.ub-rail {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    bottom: 0;
    width: 86px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 16px;
    border-right: 1px solid rgba(255,255,255,.10);
    background: rgba(8, 17, 31, .86);
    writing-mode: vertical-rl;
}

.ub-rail a,
.ub-rail strong {
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.ub-hero,
.ub-metrics,
.ub-showcase,
.ub-lead {
    margin-left: 86px;
}

.ub-hero {
    position: relative;
    min-height: 760px;
    display: grid;
    align-items: end;
    overflow: hidden;
}

.ub-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .54;
}

.ub-hero-panel {
    position: relative;
    z-index: 1;
    width: min(920px, calc(100% - 48px));
    margin: 0 0 80px max(32px, 7vw);
    padding: 36px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    background: rgba(8,17,31,.72);
    backdrop-filter: blur(18px);
}

.ub-hero-panel p {
    color: #60a5fa;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.ub-hero-panel h1 {
    margin: 0;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 1.05;
}

.ub-hero-panel span {
    display: block;
    margin-top: 20px;
    color: rgba(234,242,255,.78);
    line-height: 1.8;
}

.ub-hero-panel div {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.ub-hero-panel a,
.ub-lead button {
    padding: 14px 22px;
    border: 0;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.ub-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,.10);
}

.ub-metrics article {
    padding: 42px;
    background: #0d1b30;
}

.ub-metrics h2 {
    margin: 0 0 12px;
}

.ub-metrics p {
    color: rgba(234,242,255,.66);
    line-height: 1.8;
}

.ub-showcase {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 16px;
    padding: 70px max(24px, 6vw);
}

.ub-showcase figure {
    margin: 0;
}

.ub-showcase figure.featured {
    grid-row: span 2;
}

.ub-showcase img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

.ub-lead {
    display: grid;
    grid-template-columns: .7fr 1fr;
    gap: 36px;
    padding: 70px max(24px, 6vw) 100px;
}

.ub-lead h2 {
    margin: 0;
    font-size: 42px;
}

.ub-lead form {
    display: grid;
    gap: 12px;
}

.ub-lead input,
.ub-lead textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    color: #fff;
    background: rgba(255,255,255,.06);
}

.theme-minimal {
    color: #111827;
    background: #fff;
}

.mn-header {
    width: min(1180px, calc(100% - 40px));
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 1px solid #e5e7eb;
}

.mn-header strong,
.mn-header a {
    color: #111827;
    font-weight: 900;
    text-decoration: none;
}

.mn-hero,
.mn-info,
.mn-images,
.mn-contact {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mn-hero {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 42px;
    padding: 80px 0;
    align-items: center;
}

.mn-hero p {
    color: #6b7280;
    font-weight: 900;
    text-transform: uppercase;
}

.mn-hero h1 {
    margin: 0;
    font-size: clamp(44px, 7vw, 92px);
    line-height: 1;
}

.mn-hero span {
    display: block;
    margin-top: 22px;
    color: #4b5563;
    line-height: 1.8;
}

.mn-hero img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.mn-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #111827;
    border-bottom: 1px solid #e5e7eb;
}

.mn-info article {
    padding: 34px 22px;
    border-right: 1px solid #e5e7eb;
}

.mn-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 72px 0;
}

.mn-images img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.mn-contact {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 42px;
    padding-bottom: 90px;
}

.mn-contact h2 {
    margin: 0;
    font-size: 42px;
}

.mn-contact button {
    min-height: 52px;
    border: 0;
    border-radius: 0;
    background: #111827;
    color: #fff;
    font-weight: 900;
}

@media (max-width: 900px) {
    .bt-hero,
    .bt-story,
    .bt-lead,
    .ub-metrics,
    .ub-lead,
    .mn-hero,
    .mn-info,
    .mn-contact {
        grid-template-columns: 1fr;
    }

    .ub-rail {
        position: static;
        width: auto;
        height: 64px;
        flex-direction: row;
        writing-mode: initial;
    }

    .ub-hero,
    .ub-metrics,
    .ub-showcase,
    .ub-lead {
        margin-left: 0;
    }

    .ub-showcase {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .bt-nav nav {
        display: none;
    }

    .bt-hero,
    .bt-story,
    .bt-gallery,
    .bt-lead,
    .mn-hero,
    .mn-info,
    .mn-images,
    .mn-contact {
        width: calc(100% - 32px);
    }

    .bt-hero,
    .mn-hero {
        padding-top: 110px;
    }

    .bt-hero img,
    .mn-hero img {
        min-height: 340px;
    }

    .mn-images {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .auth-page {
        grid-template-columns: 1fr;
    }

    .auth-brand {
        min-height: auto;
        gap: 34px;
        padding: 34px 24px;
    }

    .auth-brand h1 {
        font-size: 34px;
    }

    .auth-feature-grid {
        grid-template-columns: 1fr;
    }

    .auth-card {
        width: min(100% - 32px, 470px);
        margin: 28px auto 40px;
        padding: 28px;
    }

    .mh-header {
        grid-template-columns: 1fr auto;
        height: 68px;
    }

    .mh-header nav {
        display: none;
    }

    .mh-info-grid,
    .mh-premium-grid,
    .mh-gallery-layout,
    .mh-plan-grid,
    .mh-reservation {
        grid-template-columns: 1fr;
    }

    .mh-gallery figure.wide {
        grid-column: span 1;
    }

    .mh-form {
        grid-template-columns: 1fr;
    }

    .mh-anchor {
        top: 68px;
    }

    .mh-anchor a {
        padding: 13px 8px;
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .mh-header {
        height: 66px;
        padding: 0 16px;
        background: rgba(10, 15, 26, .82);
    }

    .mh-call {
        padding: 8px 12px;
        font-size: 12px;
    }

    .mh-hero {
        min-height: 680px;
    }

    .mh-hero-copy {
        padding-top: 168px;
    }

    .mh-hero-copy h1 {
        font-size: 42px;
    }

    .mh-hero-copy span {
        font-size: 16px;
    }

    .mh-hero-copy,
    .mh-overview,
    .mh-gallery,
    .mh-plan,
    .mh-reservation {
        width: calc(100% - 32px);
    }

    .mh-anchor {
        top: 66px;
        grid-template-columns: repeat(2, 1fr);
    }

    .mh-overview,
    .mh-premium,
    .mh-gallery,
    .mh-plan,
    .mh-reservation {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .mh-premium {
        padding-inline: 16px;
    }

    .mh-form {
        padding: 22px;
    }

    .mh-floating {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .mh-floating a {
        flex: 1;
        text-align: center;
    }
}

.theme-premium {
    min-height: 100vh;
    color: #f8fafc;
    background: #080b10;
}

.premium-nav {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(24px, 7vw);
    background: rgba(8, 11, 16, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
}

.premium-nav strong {
    font-size: 20px;
    font-weight: 900;
}

.premium-nav a {
    color: #e9d7a8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.premium-hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
    gap: 54px;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 150px 0 92px;
    align-items: center;
}

.premium-copy p,
.premium-gallery header p,
.premium-contact > div > p {
    margin: 0 0 16px;
    color: #d8b66a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.premium-copy h1 {
    margin: 0;
    font-size: clamp(44px, 6vw, 86px);
    line-height: 1.02;
    letter-spacing: 0;
}

.premium-copy > span {
    display: block;
    max-width: 620px;
    margin-top: 26px;
    color: rgba(248, 250, 252, .72);
    font-size: 19px;
    line-height: 1.9;
}

.premium-copy div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.premium-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.premium-copy a:first-child {
    color: #080b10;
    background: #d8b66a;
}

.premium-copy a:last-child {
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, .18);
}

.premium-hero figure {
    position: relative;
    margin: 0;
}

.premium-hero figure::before {
    content: "";
    position: absolute;
    inset: -18px;
    border: 1px solid rgba(216, 182, 106, .32);
    border-radius: 34px;
}

.premium-hero img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 560px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 36px 90px rgba(0, 0, 0, .45);
}

.premium-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.premium-points article {
    padding: 38px 30px;
    border-right: 1px solid rgba(255, 255, 255, .10);
}

.premium-points article:last-child {
    border-right: 0;
}

.premium-points small {
    color: #d8b66a;
    font-weight: 900;
}

.premium-points h2 {
    margin: 18px 0 12px;
    font-size: 24px;
}

.premium-points p {
    margin: 0;
    color: rgba(248, 250, 252, .62);
    line-height: 1.8;
}

.premium-gallery {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 92px 0 36px;
}

.premium-gallery header h2,
.premium-contact h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 54px);
    letter-spacing: 0;
}

.premium-gallery > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 32px;
}

.premium-gallery img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 24px;
}

.premium-contact {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 50px;
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
    padding: 90px 0 120px;
}

.premium-contact address {
    display: grid;
    gap: 8px;
    margin-top: 28px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 24px;
    background: rgba(255, 255, 255, .04);
    font-style: normal;
}

.premium-contact address span {
    color: rgba(248, 250, 252, .62);
    font-weight: 800;
}

.premium-contact address a {
    color: #d8b66a;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
}

.premium-contact form {
    display: grid;
    gap: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    background: rgba(255, 255, 255, .06);
}

.premium-contact label {
    display: grid;
    gap: 8px;
    color: rgba(248, 250, 252, .86);
    font-size: 14px;
    font-weight: 900;
}

.premium-contact input,
.premium-contact textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    color: #f8fafc;
    outline: none;
    background: rgba(0, 0, 0, .24);
}

.premium-contact button {
    min-height: 54px;
    border: 0;
    border-radius: 16px;
    color: #080b10;
    background: #d8b66a;
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 980px) {
    .premium-hero,
    .premium-points,
    .premium-gallery > div,
    .premium-contact {
        grid-template-columns: 1fr;
    }

    .premium-points article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .premium-hero img {
        min-height: 380px;
    }
}

@media (max-width: 640px) {
    .premium-nav {
        padding: 0 18px;
    }

    .premium-nav a {
        display: none;
    }

    .premium-hero,
    .premium-points,
    .premium-gallery,
    .premium-contact {
        width: calc(100% - 32px);
    }
}
