:root {
    --bg: #0f0b12;
    --bg-2: #17101f;
    --text: #fff6ef;
    --muted: #bda9a1;
    --soft: rgba(255, 246, 239, 0.08);
    --line: rgba(255, 216, 185, 0.18);
    --glass: rgba(255, 255, 255, 0.07);
    --pink: #ff91b8;
    --peach: #ffb78d;
    --gold: #ffd98d;
    --violet: #bca7ff;
    --mint: #9ef0d0;
    --shadow: 0 34px 100px rgba(0, 0, 0, 0.44);
    --radius: 34px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 18% 10%, rgba(255, 145, 184, 0.28), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(188, 167, 255, 0.2), transparent 32%),
    radial-gradient(circle at 50% 92%, rgba(255, 183, 141, 0.18), transparent 34%),
    linear-gradient(135deg, var(--bg), var(--bg-2));
    overflow-x: hidden;
}

body.locked {
    overflow: hidden;
}

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

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

#particleCanvas {
    position: fixed;
    inset: 0;
    z-index: -4;
    pointer-events: none;
}

.grain {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: grid;
    place-items: center;
    background: #0c0810;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.preloader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-core {
    position: relative;
    width: 190px;
    height: 190px;
    display: grid;
    place-items: center;
}

.loader-core::before,
.loader-core::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 217, 141, 0.25);
    animation: loaderOrbit 1.6s linear infinite;
}

.loader-core::after {
    inset: 24px;
    border-color: rgba(255, 145, 184, 0.28);
    animation-direction: reverse;
    animation-duration: 1.1s;
}

/*.loader-core span {*/
/*    color: transparent;*/
/*    background: linear-gradient(120deg, var(--pink), var(--gold), var(--violet));*/
/*    background-clip: text;*/
/*    -webkit-background-clip: text;*/
/*    font-family: Georgia, serif;*/
/*    font-size: 52px;*/
/*    letter-spacing: -0.08em;*/
/*    animation: shimmer 2s ease-in-out infinite;*/
/*}*/


.progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9996;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--pink), var(--gold), var(--violet), var(--mint));
    box-shadow: 0 0 18px rgba(255, 183, 141, 0.72);
}

.wrap {
    width: min(1240px, calc(100% - 34px));
    margin: 0 auto;
}

.nav {
    position: fixed;
    left: 50%;
    top: 18px;
    z-index: 80;
    width: min(1240px, calc(100% - 34px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(15, 11, 18, 0.66);
    backdrop-filter: blur(20px) saturate(1.35);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.menu-toggle {
    display: none;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 8px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.logo-mark {
    position: relative;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #160d14;
    background: linear-gradient(135deg, var(--pink), var(--gold));
    box-shadow: 0 0 28px rgba(255, 145, 184, 0.42);
    overflow: hidden;
}

.logo-mark::after {
    content: "";
    position: absolute;
    inset: -40%;
    background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    animation: sweep 2.8s ease-in-out infinite;
}

.menu {
    display: flex;
    gap: 8px;
    align-items: center;
}

.menu a {
    position: relative;
    padding: 11px 14px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 14px;
    transition: 0.25s ease;
}

.menu a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 7px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, var(--pink), var(--gold));
    transition: transform 0.25s ease;
}

.menu a:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
}

.menu a:hover::after {
    transform: scaleX(1);
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    color: #160d14;
    font-weight: 950;
    background: linear-gradient(135deg, var(--pink), var(--peach), var(--gold));
    box-shadow: 0 18px 48px rgba(255, 145, 184, 0.28);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    transform: translateX(-115%);
    transition: transform 0.7s ease;
}

.btn:hover {
    transform: translateY(-4px) scale(1.025);
    box-shadow: 0 26px 70px rgba(255, 145, 184, 0.38);
}

.btn:hover::before {
    transform: translateX(115%);
}

.btn.ghost {
    color: var(--text);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--line);
    box-shadow: none;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: 132px 0 80px;
    overflow: hidden;
}

.hair-strand {
    position: absolute;
    width: 1px;
    height: 240px;
    top: 18%;
    border-radius: 999px;
    background: linear-gradient(transparent, rgba(255, 217, 141, 0.42), rgba(255, 145, 184, 0.28), transparent);
    transform-origin: top;
    animation: strandFloat 8s ease-in-out infinite;
    pointer-events: none;
}

.strand-1 {
    left: 8%;
    animation-delay: 0s;
}

.strand-2 {
    left: 18%;
    top: 28%;
    height: 190px;
    animation-delay: 1.2s;
}

.strand-3 {
    right: 12%;
    top: 16%;
    height: 280px;
    animation-delay: 0.7s;
}

.strand-4 {
    right: 24%;
    top: 34%;
    height: 220px;
    animation-delay: 1.8s;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 26px;
    align-items: stretch;
}

.hero-copy {
    position: relative;
    min-height: clamp(420px, 66vh, 700px);
    display: grid;
    align-content: center;
    padding: 50px;
    border: 1px solid var(--line);
    border-radius: 48px;
    background: radial-gradient(circle at 22% 18%, rgba(255, 145, 184, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    overflow: hidden;
    isolation: isolate;
}

.hero-copy::before {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    right: -220px;
    top: -220px;
    z-index: -1;
    border-radius: 50%;
    background: conic-gradient(from 120deg, rgba(255, 145, 184, 0.22), rgba(255, 217, 141, 0.18), rgba(188, 167, 255, 0.2), rgba(255, 145, 184, 0.22));
    filter: blur(4px);
    animation: haloSpin 14s linear infinite;
}

.hero-copy::after {
    content: "MOTION";
    position: absolute;
    left: -18px;
    bottom: -14px;
    z-index: -1;
    color: rgba(255, 246, 239, 0.035);
    font-size: clamp(78px, 14vw, 190px);
    font-weight: 950;
    letter-spacing: -0.09em;
    line-height: 0.8;
}

.kicker {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--gold);
    background: rgba(255, 255, 255, 0.06);
    font-size: 14px;
    font-weight: 900;
    margin-top: 60px;
}

.kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pink);
    box-shadow: 0 0 0 7px rgba(255, 145, 184, 0.12), 0 0 28px rgba(255, 145, 184, 0.9);
    animation: pulse 1.9s ease-in-out infinite;
}

h1,
h2,
h3 {
    font-family: Georgia, "Times New Roman", serif;
    /*line-height: 0.94;*/
    /*letter-spacing: -0.068em;*/
}

h1 {
    /*max-width: 780px;*/
    /*margin-bottom: 28px;*/
    /*font-size: clamp(56px, 8vw, 120px);*/
}

.gradient-text {
    color: transparent;
    background: linear-gradient(110deg, var(--pink), var(--gold), var(--violet), var(--mint), var(--pink));
    background-size: 340% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: shimmer 5.2s ease-in-out infinite;
}

.hero-copy p {
    max-width: 640px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.78;
}

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

.hero-visual {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 18px;
    min-height: clamp(420px, 66vh, 700px);
}

.motion-card {
    position: relative;
    overflow: hidden;
    min-height: clamp(420px, 66vh, 700px);
    border: 1px solid var(--line);
    border-radius: 48px;
    background: var(--glass);
    box-shadow: var(--shadow);
    transform-style: preserve-3d;
}

.motion-card img {
    filter: saturate(0.92) contrast(1.02) brightness(0.82);
    transform: scale(1.08);
    animation: livingPhoto 12s ease-in-out infinite alternate;
}

.motion-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(15, 11, 18, 0.86), transparent 55%),
    radial-gradient(circle at 50% 18%, transparent, rgba(0, 0, 0, 0.34));
    pointer-events: none;
}

.motion-card::after {
    content: "";
    position: absolute;
    inset: 24px;
    z-index: 3;
    border: 1px solid rgba(255, 216, 185, 0.24);
    border-radius: 34px;
    pointer-events: none;
}

.scan-line {
    position: absolute;
    inset: 0;
    z-index: 4;
    background: linear-gradient(to bottom, transparent, rgba(255, 217, 141, 0.12), transparent);
    transform: translateY(-120%);
    animation: scan 4.6s ease-in-out infinite;
    pointer-events: none;
}

.orbital {
    position: absolute;
    z-index: 5;
    width: 230px;
    height: 230px;
    right: 34px;
    top: 34px;
    border: 1px solid rgba(255, 217, 141, 0.26);
    border-radius: 50%;
    animation: spin 15s linear infinite;
}

.orbital::before,
.orbital::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 28px rgba(255, 217, 141, 0.9);
}

.orbital::before {
    width: 12px;
    height: 12px;
    left: 50%;
    top: -6px;
}

.orbital::after {
    width: 8px;
    height: 8px;
    right: 20px;
    bottom: 22px;
    background: var(--pink);
}

.float-note {
    position: absolute;
    z-index: 7;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 216, 185, 0.2);
    border-radius: 26px;
    background: rgba(15, 11, 18, 0.54);
    backdrop-filter: blur(18px);
}

.float-note b {
    display: block;
    margin-bottom: 4px;
}

.float-note small {
    color: var(--muted);
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.stat {
    min-height: 126px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.stat:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 217, 141, 0.36);
}

.stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 38px;
    letter-spacing: -0.05em;
    line-height: 1;
}

.stat span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.marquee {
    overflow: hidden;
    border-block: 1px solid rgba(255, 216, 185, 0.12);
    background: rgba(255, 255, 255, 0.035);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 10s linear infinite;
}

.marquee span {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 18px 24px;
    white-space: nowrap;
    color: rgba(255, 246, 239, 0.44);
    font-family: Georgia, serif;
    font-size: clamp(26px, 3.4vw, 48px);
    letter-spacing: -0.045em;
}

.marquee i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--pink);
    box-shadow: 0 0 28px rgba(255, 145, 184, 0.88);
}

.section {
    padding: 96px 0;
}

.section-head {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 34px;
    align-items: end;
    margin-bottom: 36px;
}

h2 {
    font-size: clamp(40px, 6vw, 84px);
}

.section-head p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.76;
}

.service-ring {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.service-column {
    display: grid;
    gap: 18px;
}

.service-card {
    position: relative;
    min-height: 240px;
    display: flex;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 74px rgba(0, 0, 0, 0.28);
    transform-style: preserve-3d;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 90deg, transparent, rgba(255, 145, 184, 0.2), transparent, rgba(255, 217, 141, 0.14), transparent);
    opacity: 0;
    animation: spin 8s linear infinite;
    transition: opacity 0.25s ease;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius) - 1px);
    background: linear-gradient(145deg, rgba(24, 16, 30, 0.94), rgba(18, 12, 20, 0.92));
}

.service-card:hover {
    border-color: rgba(255, 217, 141, 0.35);
    box-shadow: 0 32px 96px rgba(0, 0, 0, 0.42);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card > * {
    position: relative;
    z-index: 2;
}

.service-card > div {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.service-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 216, 185, 0.22);
    border-radius: 20px;
    color: var(--gold);
    background: rgba(255, 255, 255, 0.06);
    font-size: 25px;
    animation: iconDance 4.4s ease-in-out infinite;
}

.service-card:nth-child(2) .service-icon {
    animation-delay: 0.6s;
}

.service-card h3 {
    margin-bottom: 12px;
    font-size: 31px;
}

.service-card p {
    color: var(--muted);
    line-height: 1.62;
}

.service-price {
    padding-top: 18px;
    margin-bottom: 18px;
    color: var(--gold);
    font-weight: 950;
    font-size: 24px;
}

.service-booking-btn {
    margin-top: auto;
    align-self: flex-start;
}

.center-stage {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 46px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
}

.center-stage img {
    filter: saturate(0.86) contrast(1.02) brightness(0.76);
    transform: scale(1.08);
    animation: livingPhoto 11s ease-in-out infinite alternate;
}

.center-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at 50% 40%, transparent, rgba(15, 11, 18, 0.72));
}

.center-stage .rotating-text {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 250px;
    height: 250px;
    margin: -125px;
    border-radius: 50%;
    animation: spin 20s linear infinite;
}

.rotating-text span {
    position: absolute;
    left: 50%;
    top: 0;
    height: 125px;
    transform-origin: 0 125px;
    color: rgba(255, 246, 239, 0.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 150px;
    gap: 18px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: var(--glass);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
    transition: transform 0.35s ease, border-color 0.35s ease;
    cursor: zoom-in;
}

.portfolio-item:hover {
    transform: scale(0.985) rotate(-0.5deg);
    border-color: rgba(255, 217, 141, 0.38);
}

.portfolio-item img {
    filter: saturate(0.88) contrast(1.02) brightness(0.78);
    transform: scale(1.04);
    transition: transform 0.8s ease, filter 0.8s ease;
}

.portfolio-item:hover img {
    transform: scale(1.13);
    filter: saturate(1.08) contrast(1.05) brightness(0.9);
}

.portfolio-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(15, 11, 18, 0.82), transparent 58%);
    pointer-events: none;
}

.portfolio-item:hover .portfolio-caption {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.portfolio-video-item {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.portfolio-video-player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.portfolio-video-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.portfolio-video-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: end;
    color: var(--text);
    text-decoration: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(15, 11, 18, 0.78));
}

.portfolio-video-fallback img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.portfolio-video-fallback span {
    margin: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(15, 11, 18, 0.75);
    border: 1px solid var(--line);
    font-weight: 700;
    font-size: 14px;
}

.span-3 {
    grid-column: span 3;
}

.span-4 {
    grid-column: span 4;
}

.span-5 {
    grid-column: span 5;
}

.span-6 {
    grid-column: span 6;
}

.span-7 {
    grid-column: span 7;
}

.row-2 {
    grid-row: span 2;
}

.row-3 {
    grid-row: span 3;
}

.timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(transparent, rgba(255, 217, 141, 0.42), rgba(255, 145, 184, 0.34), transparent);
    transform: translateX(-50%);
}

.timeline-step {
    position: relative;
    width: calc(50% - 24px);
    min-height: 240px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 76px rgba(0, 0, 0, 0.28);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.timeline-step:nth-child(even) {
    margin-left: auto;
}

.timeline-step:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 217, 141, 0.36);
}

.timeline-step::before {
    content: attr(data-step);
    position: absolute;
    top: 24px;
    right: 24px;
    color: rgba(255, 246, 239, 0.08);
    font-family: Georgia, serif;
    font-size: 88px;
    line-height: 1;
}

.timeline-step h3 {
    margin: 82px 0 14px;
    font-size: 31px;
}

.timeline-step p {
    color: var(--muted);
    line-height: 1.65;
}

.booking {
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    overflow: hidden;
    padding: 48px;
    border: 1px solid var(--line);
    border-radius: 48px;
    background: radial-gradient(circle at 18% 18%, rgba(255, 145, 184, 0.14), transparent 34%),
    radial-gradient(circle at 84% 88%, rgba(255, 217, 141, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.booking::after {
    content: "";
    position: absolute;
    top: 48px;
    bottom: 48px;
    left: calc(45% - 1px);
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 216, 185, 0.05), rgba(255, 216, 185, 0.22), rgba(255, 216, 185, 0.05));
}

.booking::before {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    right: -220px;
    top: -190px;
    border-radius: 50%;
    border: 1px solid rgba(255, 217, 141, 0.14);
    animation: spin 18s linear infinite;
}

.booking-copy,
.form {
    position: relative;
    z-index: 2;
}

.booking-copy p {
    margin-top: 22px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.contact-list {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

.contact-list a,
.contact-list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 52px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 216, 185, 0.12);
    border-radius: 20px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.045);
}

.contact-list span {
    color: rgba(189, 169, 161, 0.88);
}

.contact-list b {
    color: var(--gold);
    text-align: right;
}

.form {
    display: grid;
    gap: 12px;
    align-content: start;
}

.form input,
.form textarea,
.form select {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(255, 216, 185, 0.14);
    border-radius: 20px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    outline: none;
    transition: 0.24s ease;
}

.service-select {
    position: relative;
}

.service-select-trigger {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(255, 216, 185, 0.14);
    border-radius: 20px;
    color: rgba(189, 169, 161, 0.9);
    text-align: left;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.service-select-trigger::after {
    content: "▾";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
}

.service-select.open .service-select-trigger {
    border-color: rgba(255, 217, 141, 0.42);
    box-shadow: 0 0 0 5px rgba(255, 145, 184, 0.12);
}

.service-select.filled .service-select-trigger {
    color: var(--text);
}

.service-select.invalid .service-select-trigger {
    border-color: rgba(255, 114, 159, 0.78);
    box-shadow: 0 0 0 5px rgba(255, 114, 159, 0.18);
}

.site-notice {
    position: fixed;
    left: 50%;
    bottom: 26px;
    z-index: 10020;
    min-width: min(92vw, 360px);
    max-width: min(92vw, 520px);
    padding: 14px 18px;
    border: 1px solid rgba(255, 216, 185, 0.24);
    border-radius: 16px;
    color: var(--text);
    font-weight: 700;
    background: linear-gradient(145deg, rgba(36, 24, 48, 0.96), rgba(20, 14, 30, 0.96));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translate(-50%, 18px);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.site-notice.open {
    opacity: 1;
    transform: translate(-50%, 0);
}

.site-notice.error {
    border-color: rgba(255, 114, 159, 0.55);
}

.site-notice.info {
    border-color: rgba(255, 217, 141, 0.55);
}

.service-select-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 15;
    display: grid;
    gap: 8px;
    max-height: 260px;
    padding: 12px;
    overflow: auto;
    border: 1px solid rgba(255, 216, 185, 0.2);
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(26, 18, 36, 0.96), rgba(15, 11, 18, 0.96));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: 0.2s ease;
}

.service-select.open .service-select-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.service-select-option {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 216, 185, 0.16);
    border-radius: 14px;
    color: var(--text);
    text-align: left;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: 0.2s ease;
}

.service-select-option:hover {
    border-color: rgba(255, 217, 141, 0.4);
    background: rgba(255, 217, 141, 0.12);
}

.service-select-empty {
    padding: 10px 14px;
    color: var(--muted);
}

.form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgba(255, 217, 141, 0.9) 50%),
    linear-gradient(135deg, rgba(255, 145, 184, 0.9) 50%, transparent 50%);
    background-position: calc(100% - 24px) 25px,
    calc(100% - 16px) 25px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    padding-right: 52px;
}

.form select:required:invalid {
    color: rgba(189, 169, 161, 0.78);
}

.form select option {
    color: #f5ede7;
    background: #1b1324;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 26px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    background: rgba(10, 7, 14, 0.94);
    backdrop-filter: blur(10px);
}

.lightbox.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lightbox img {
    width: min(95vw, 1280px);
    height: min(92vh, 920px);
    border-radius: 22px;
    border: 1px solid rgba(255, 216, 185, 0.24);
    box-shadow: 0 24px 84px rgba(0, 0, 0, 0.52);
    object-fit: contain;
    background: rgba(23, 16, 31, 0.9);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(255, 216, 185, 0.3);
    border-radius: 50%;
    color: var(--text);
    font-size: 40px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.lightbox-prev {
    left: 24px;
}

.lightbox-next {
    right: 24px;
}

.lightbox-close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 216, 185, 0.3);
    border-radius: 50%;
    color: var(--text);
    font-size: 34px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.lightbox-meta {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    padding: 10px 14px;
    border: 1px solid rgba(255, 216, 185, 0.2);
    border-radius: 999px;
    background: rgba(15, 11, 18, 0.55);
    font-weight: 700;
    color: rgba(255, 246, 239, 0.88);
}

.form textarea {
    min-height: 118px;
    padding-top: 16px;
    resize: vertical;
}

.form input::placeholder,
.form textarea::placeholder {
    color: rgba(189, 169, 161, 0.72);
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: rgba(255, 217, 141, 0.42);
    box-shadow: 0 0 0 5px rgba(255, 145, 184, 0.12);
    transform: translateY(-2px);
}

.footer {
    padding: 38px 0 52px;
    color: rgba(189, 169, 161, 0.68);
    text-align: center;
}

.reveal {
    opacity: 0;
    transform: translateY(32px) scale(0.97);
    transition: opacity 0.86s ease, transform 0.86s cubic-bezier(.2, .8, .2, 1);
}

.reveal.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.info_style {
    font-size: clamp(2rem, 4vw, 3.2rem);
    /*transform: translateY(28px) rotate(4deg) scale(0.94);*/
    /*animation: wordPop 0.74s cubic-bezier(.2, .8, .2, 1) forwards;*/
    /*animation-delay: calc(var(--i) * 0.042s);*/
}

/*.split span {*/
/*    font-size: 40px;*/
/*    display: inline-block;*/
/*    opacity: 0;*/
/*    transform: translateY(28px) rotate(4deg) scale(0.94);*/
/*    animation: wordPop 0.74s cubic-bezier(.2, .8, .2, 1) forwards;*/
/*    animation-delay: calc(var(--i) * 0.042s);*/
/*}*/

@keyframes loaderOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes sweep {
    0%, 35% {
        transform: translateX(-120%) rotate(20deg);
    }
    65%, 100% {
        transform: translateX(120%) rotate(20deg);
    }
}

@keyframes strandFloat {
    0%, 100% {
        transform: translateY(0) rotate(12deg) scaleY(1);
        opacity: 0.42;
    }
    50% {
        transform: translateY(-26px) rotate(-8deg) scaleY(1.12);
        opacity: 0.78;
    }
}

@keyframes haloSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 7px rgba(255, 145, 184, 0.12), 0 0 28px rgba(255, 145, 184, 0.9);
    }
    50% {
        box-shadow: 0 0 0 13px rgba(255, 145, 184, 0.04), 0 0 40px rgba(255, 145, 184, 1);
    }
}

@keyframes shimmer {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes livingPhoto {
    from {
        transform: scale(1.08) translateY(0) translateX(0);
    }
    to {
        transform: scale(1.16) translateY(-18px) translateX(10px);
    }
}

@keyframes scan {
    0%, 18% {
        transform: translateY(-120%);
        opacity: 0;
    }
    34%, 58% {
        opacity: 1;
    }
    78%, 100% {
        transform: translateY(120%);
        opacity: 0;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes iconDance {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    35% {
        transform: translateY(-10px) rotate(7deg);
    }
    70% {
        transform: translateY(3px) rotate(-4deg);
    }
}

@keyframes wordPop {
    to {
        opacity: 1;
        transform: translateY(0) rotate(0) scale(1);
    }
}

@media (max-width: 1080px) {
    .booking::after {
        display: none;
    }

    body {
        cursor: auto;
    }

    .cursor {
        display: none;
    }

    .nav {
        position: sticky;
        top: 12px;
        left: auto;
        right: auto;
        width: min(1240px, calc(100% - 34px));
        margin: 12px auto 0;
        transform: none;
        border-radius: 28px;
        align-items: center;
        flex-wrap: wrap;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .menu {
        display: none;
        width: 100%;
        flex-direction: column;
        overflow: hidden;
        padding-bottom: 2px;
    }

    .nav.menu-open .menu {
        display: flex;
    }

    .hero {
        padding-top: 42px;
    }

    .hero-grid,
    .section-head,
    .service-ring,
    .booking {
        grid-template-columns: 1fr;
    }

    .service-ring {
        gap: 18px;
    }

    .center-stage {
        min-height: 520px;
    }

    .portfolio-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .span-7,
    .span-6,
    .span-5 {
        grid-column: span 6;
    }

    .span-4,
    .span-3 {
        grid-column: span 3;
    }
}

@media (max-width: 720px) {
    .contact-list a,
    .contact-list div {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-list b {
        text-align: left;
    }

    .wrap,
    .nav {
        width: min(100% - 24px, 1240px);
    }

    .hero-copy,
    .booking {
        min-height: auto;
        padding: 28px;
        border-radius: 34px;
    }

    .hero-visual {
        min-height: auto;
    }

    .motion-card {
        min-height: 360px;
        border-radius: 34px;
    }

    .float-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .stats,
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-grid {
        grid-auto-rows: 330px;
    }

    .span-3,
    .span-4,
    .span-5,
    .span-6,
    .span-7,
    .row-2,
    .row-3 {
        grid-column: auto;
        grid-row: auto;
    }

    .section {
        padding: 64px 0;
    }

    .timeline::before {
        left: 10px;
        transform: none;
    }

    .timeline-step,
    .timeline-step:nth-child(even) {
        width: calc(100% - 28px);
        margin-left: 28px;
    }

    .contact-list a,
    .contact-list div {
        align-items: flex-start;
        flex-direction: column;
    }
}

.portfolio-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 4;
    transform: translateY(18px);
    opacity: 0;
    padding: 14px 16px;
    border: 1px solid rgba(255, 216, 185, 0.2);
    border-radius: 20px;
    background: rgba(15, 11, 18, 0.55);
    backdrop-filter: blur(16px);
    transition: 0.28s ease;
}

.portfolio-caption h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.portfolio-caption p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.portfolio-video-item .portfolio-caption {
    position: static;
    opacity: 1;
    transform: none;
    border: 0;
    border-top: 1px solid rgba(255, 216, 185, 0.12);
    border-radius: 0;
    background: transparent;
}

.portfolio-video-item .portfolio-caption a {
    display: inline-block;
    margin-top: 10px;
    color: var(--gold);
    font-size: 14px;
}

.loader-core {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-favicon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}
