@charset "utf-8";

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

:root {
    --primary: #c9a45d;
    --secondary: #7d1f2f;
    --accent: #6f7a48;
    --bronze: #8c6a48;
    --bg-dark: #10100f;
    --bg-deep: #171513;
    --bg-glass: rgba(255, 252, 241, 0.07);
    --text-primary: #fff9ed;
    --text-secondary: #d7c6aa;
    --muted: #a9967a;
    --line-soft: rgba(201, 164, 93, 0.26);
    --shadow-gold: rgba(201, 164, 93, 0.22);
    --shadow-red: rgba(125, 31, 47, 0.26);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-primary);
    overflow-x: hidden;
    position: relative;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 3px,
            rgba(201, 164, 93, 0.035) 3px,
            rgba(201, 164, 93, 0.035) 5px
        ),
        radial-gradient(circle at 12% 20%, rgba(125, 31, 47, 0.18), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(111, 122, 72, 0.14), transparent 28%);
    pointer-events: none;
    z-index: 1;
}

p {
    line-height: 1.75;
}

img {
    max-width: 100%;
    display: block;
}

#ambient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.24;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 50px;
    background: rgba(16, 16, 15, 0.9);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--line-soft);
}

nav.scrolled {
    padding: 10px 50px;
    background: rgba(16, 16, 15, 0.98);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.45);
}

.PFwsZtIHAc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 28px;
}

.wiFH92 {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.wiFH92:hover {
    transform: scale(1.04);
}

.xuepe7hyCO {
    width: 50px;
    height: 50px;
    position: relative;
}

.IgFysScXjp3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.55rem;
    font-weight: 700;
    background: linear-gradient(90deg, var(--primary), #f5e0a5, var(--bronze));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-menu {
    position: relative;
}

.nav-menu::before,
.nav-menu::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 42px;
    background: linear-gradient(90deg, transparent, var(--primary));
    top: 50%;
    transform: translateY(-50%);
}

.nav-menu::before {
    left: -52px;
}

.nav-menu::after {
    right: -52px;
    background: linear-gradient(90deg, var(--primary), transparent);
}

nav ul {
    list-style: none;
    display: flex;
    gap: 26px;
    align-items: center;
}

nav a {
    font-family: "Montserrat", sans-serif;
    color: var(--text-primary);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding: 5px 0;
    font-size: 0.78rem;
    text-transform: uppercase;
}

nav ul a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: width 0.3s ease;
}

nav ul a:hover::after,
nav ul a.active::after {
    width: 100%;
}

.YsH8h2pjC7M {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
    width: 34px;
}

.YsH8h2pjC7M span {
    width: 30px;
    height: 3px;
    background: var(--primary);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.YsH8h2pjC7M.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.YsH8h2pjC7M.active span:nth-child(2) {
    opacity: 0;
}

.YsH8h2pjC7M.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.czR7Efhwx,
.BOkhdDi4nBV {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 80px;
    padding: 90px 50px;
    isolation: isolate;
    overflow: hidden;
}

.BOkhdDi4nBV {
    min-height: 64vh;
}

.czR7Efhwx::before,
.BOkhdDi4nBV::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 16, 15, 0.86), rgba(16, 16, 15, 0.5), rgba(16, 16, 15, 0.88)),
        var(--hero-image, none) center / cover no-repeat;
    z-index: -2;
}

.czR7Efhwx::after,
.BOkhdDi4nBV::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(201, 164, 93, 0.24);
    pointer-events: none;
    z-index: -1;
}

.H5ugxg2xeUo {
    text-align: center;
    z-index: 10;
    animation: fadeInUp 1s ease;
    position: relative;
    max-width: 980px;
}

.bT1Nnh7 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3rem, 8vw, 6.2rem);
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: var(--text-primary);
    letter-spacing: 5px;
    animation: titleFlicker 3.2s infinite;
}

.bT1Nnh7::before,
.bT1Nnh7::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bT1Nnh7::before {
    animation: titleShiftOne 1.4s infinite;
    color: var(--primary);
    z-index: -1;
    opacity: 0.34;
}

.bT1Nnh7::after {
    animation: titleShiftTwo 1.6s infinite;
    color: var(--secondary);
    z-index: -2;
    opacity: 0.28;
}

@keyframes titleFlicker {
    0%, 100% { text-shadow: 0 0 8px rgba(201, 164, 93, 0.34); }
    50% { text-shadow: 0 0 22px rgba(125, 31, 47, 0.38); }
}

@keyframes titleShiftOne {
    0%, 100% { clip: rect(42px, 9999px, 44px, 0); transform: translate(0); }
    50% { clip: rect(12px, 9999px, 59px, 0); transform: translate(-1px, -1px); }
}

@keyframes titleShiftTwo {
    0%, 100% { clip: rect(12px, 9999px, 85px, 0); transform: translate(0); }
    50% { clip: rect(78px, 9999px, 93px, 0); transform: translate(1px, 1px); }
}

.uJ83VWiyyO {
    font-family: "Montserrat", sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    margin: 22px auto 0;
    max-width: 780px;
    opacity: 0.96;
    color: var(--text-secondary);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tIuQtN {
    margin: 28px auto 0;
    max-width: 760px;
    color: var(--text-secondary);
    font-size: 1.08rem;
}

.IwW9deV {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.dQ1y8Wa7ugM {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid rgba(201, 164, 93, 0.42);
    color: var(--text-primary);
    background: rgba(16, 16, 15, 0.58);
    border-radius: 999px;
    font-size: 0.83rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.Cm5vu6kNCvd {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: bounce 2s infinite;
    z-index: 10;
}

.mfA4C7bhJH {
    width: 50px;
    height: 50px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 164, 93, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.Cm5vu6kNCvd:hover .mfA4C7bhJH {
    background: rgba(201, 164, 93, 0.2);
    transform: scale(1.1);
    box-shadow: 0 0 30px var(--shadow-gold);
}

.Cm5vu6kNCvd svg {
    width: 24px;
    height: 24px;
    stroke: var(--primary);
    animation: arrowMove 1.5s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-20px); }
    60% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes arrowMove {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

section {
    padding: 100px 50px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.YNUo6WO30z {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow:
        0 0 10px rgba(201, 164, 93, 0.56),
        0 0 26px rgba(125, 31, 47, 0.35);
    animation: titleGlow 2.8s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    0% { opacity: 0.82; }
    100% {
        opacity: 1;
        text-shadow:
            0 0 15px rgba(201, 164, 93, 0.8),
            0 0 34px rgba(201, 164, 93, 0.42),
            0 0 50px rgba(125, 31, 47, 0.34);
    }
}

.YNUo6WO30z::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    box-shadow: 0 0 10px var(--shadow-gold);
}

.v7XJaZj7Wd {
    color: var(--primary);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.vffXrQWz {
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 30px;
    border: 1px solid rgba(255, 249, 237, 0.12);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.vffXrQWz::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(201, 164, 93, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 164, 93, 0.1) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.vffXrQWz:hover::after {
    opacity: 1;
}

.vffXrQWz:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34), 0 0 28px var(--shadow-gold);
    border-color: var(--primary);
}

.PA8lPdq {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    align-items: center;
}

.HLMTdXKfmo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.UGZyNrwN {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(45deg, var(--primary), var(--secondary), var(--accent));
    padding: 3px;
}

.ZIpR5rfojS5 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background: var(--bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 5rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    letter-spacing: 4px;
}

.ZIpR5rfojS5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ZIpR5rfojS5::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    opacity: 0.16;
    animation: pulse 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulse {
    0%, 100% { transform: scale(0.8); opacity: 0.16; }
    50% { transform: scale(1.2); opacity: 0.08; }
}

.u4lYNY h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(90deg, var(--primary), #f5e0a5, var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.u4lYNY p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    color: var(--text-secondary);
}

.B7rHGZ1DoS {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.cBMF2r {
    text-align: center;
    padding: 20px;
    background: var(--bg-glass);
    border-radius: 8px;
    border: 1px solid rgba(255, 249, 237, 0.12);
    transition: all 0.3s ease;
}

.cBMF2r:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 20px var(--shadow-gold);
}

.vOvZFySAFxz {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.mzvfzz {
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.jWi1ftL {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.jWi1ftL.y54ryC0MH {
    grid-template-columns: repeat(3, 1fr);
}

.KpOUxhH {
    position: relative;
    overflow: hidden;
    cursor: default;
    min-height: 190px;
}

.KpOUxhH h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.55rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.KpOUxhH p,
.KpOUxhH li {
    color: var(--text-secondary);
    position: relative;
    z-index: 1;
}

.KpOUxhH ul {
    list-style: none;
    display: grid;
    gap: 10px;
}

.KpOUxhH li::before {
    content: "•";
    color: var(--primary);
    margin-right: 10px;
}

.KpOUxhH::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(201, 164, 93, 0.5), transparent);
    transform: rotate(45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.KpOUxhH:hover::before {
    animation: shine 0.6s ease;
}

.KpOUxhH:hover {
    animation: warmGlow 0.3s ease forwards;
}

@keyframes warmGlow {
    0% { box-shadow: 0 0 5px rgba(201, 164, 93, 0.24); }
    100% { box-shadow: 0 0 22px rgba(201, 164, 93, 0.42), inset 0 0 20px rgba(125, 31, 47, 0.1); }
}

@keyframes shine {
    0% { transform: rotate(45deg) translateY(-100%); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: rotate(45deg) translateY(100%); opacity: 0; }
}

.kwmnk3cG {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 30px;
    align-items: stretch;
}

.eYEX8uyagL0 {
    min-height: 420px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--line-soft);
    position: relative;
}

.eYEX8uyagL0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eYEX8uyagL0::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(16, 16, 15, 0.4));
}

.HrqWjGILeBo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.n1Pz95XtPDx {
    font-family: "Montserrat", sans-serif;
    width: 124px;
    height: 124px;
    background: var(--bg-glass);
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: default;
    font-weight: 700;
    font-size: 0.76rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 18px;
}

.n1Pz95XtPDx::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, var(--primary), transparent);
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(1.2);
}

.n1Pz95XtPDx span {
    position: relative;
    z-index: 1;
}

.n1Pz95XtPDx:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px var(--shadow-gold);
}

.n1Pz95XtPDx:hover::before {
    opacity: 0.26;
}

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

.gXKcrydT p {
    color: var(--text-secondary);
}

.gXKcrydT strong {
    display: block;
    color: var(--primary);
    margin-top: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.W8BQbAFWN7 {
    display: grid;
    gap: 16px;
}

.faq-item {
    border: 1px solid rgba(255, 249, 237, 0.12);
    border-radius: 8px;
    background: var(--bg-glass);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    border: 0;
    color: var(--text-primary);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
}

.faq-question span {
    color: var(--primary);
    font-size: 1.35rem;
    transition: transform 0.25s ease;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 24px 22px;
    color: var(--text-secondary);
}

.RAbgIbRv {
    border-color: rgba(125, 31, 47, 0.48);
    background: linear-gradient(135deg, rgba(125, 31, 47, 0.24), rgba(16, 16, 15, 0.78));
}

.RAbgIbRv h3 {
    color: var(--primary);
}

.contact-form {
    max-width: 680px;
    margin: 0 auto;
}

.ecoOjO5 {
    margin-bottom: 24px;
}

.ecoOjO5 input,
.ecoOjO5 textarea,
.ecoOjO5 select {
    width: 100%;
    padding: 15px;
    background: rgba(16, 16, 15, 0.58);
    border: 1px solid rgba(255, 249, 237, 0.14);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: "Montserrat", sans-serif;
}

.ecoOjO5 textarea {
    resize: vertical;
    min-height: 140px;
}

.ecoOjO5 input::placeholder,
.ecoOjO5 textarea::placeholder {
    color: rgba(215, 198, 170, 0.72);
}

.ecoOjO5 input:focus,
.ecoOjO5 textarea:focus,
.ecoOjO5 select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 20px var(--shadow-gold);
}

.VclhZOcdCc0 {
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(90deg, var(--primary), #f1d995, var(--secondary));
    color: var(--bg-dark);
    padding: 15px 34px;
    border: none;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

.VclhZOcdCc0.vQVlMB {
    color: var(--text-primary);
    background: rgba(16, 16, 15, 0.58);
    border: 1px solid var(--primary);
}

.VclhZOcdCc0::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.VclhZOcdCc0:hover::before {
    width: 300px;
    height: 300px;
}

.yaG5Vy0jh4 {
    max-width: 940px;
}

.yaG5Vy0jh4 .vffXrQWz h2,
.yaG5Vy0jh4 .vffXrQWz h3 {
    color: var(--primary);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.8rem;
    margin-bottom: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.yaG5Vy0jh4 .vffXrQWz p,
.yaG5Vy0jh4 .vffXrQWz li {
    color: var(--text-secondary);
}

.yaG5Vy0jh4 .vffXrQWz ul {
    margin-left: 18px;
    display: grid;
    gap: 8px;
}

.E5LvEU0zQ8h {
    min-height: 360px;
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(201, 164, 93, 0.16), rgba(125, 31, 47, 0.18)),
        repeating-linear-gradient(45deg, rgba(255, 249, 237, 0.04) 0, rgba(255, 249, 237, 0.04) 1px, transparent 1px, transparent 22px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    color: var(--text-secondary);
}

.yUoA6h {
    list-style: none;
    display: grid;
    gap: 12px;
}

.yUoA6h li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: var(--text-secondary);
    border-bottom: 1px solid rgba(255, 249, 237, 0.08);
    padding-bottom: 10px;
}

footer {
    background: rgba(16, 16, 15, 0.95);
    border-top: 1px solid var(--line-soft);
    padding: 50px 50px 30px;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.tOR8rFUc {
    max-width: 1200px;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.fHri5w9n9Y h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fHri5w9n9Y ul {
    list-style: none;
}

.fHri5w9n9Y ul li {
    margin-bottom: 10px;
}

.fHri5w9n9Y p {
    color: var(--text-secondary);
    margin-bottom: 10px;
}

.fHri5w9n9Y a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.fHri5w9n9Y a:hover {
    color: var(--primary);
    transform: translateX(5px);
    display: inline-block;
}

.XeKPRnv {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 249, 237, 0.1);
    color: var(--text-secondary);
    font-size: 0.9rem;
    letter-spacing: 0.8px;
}

.cookie-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1200;
    display: none;
}

.cookie-banner.visible {
    display: block;
}

.lLJrIMC {
    max-width: 1060px;
    margin: 0 auto;
    padding: 22px;
    border-radius: 8px;
    border: 1px solid var(--line-soft);
    background: rgba(16, 16, 15, 0.96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.46);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}

.lLJrIMC p {
    color: var(--text-secondary);
}

.EiSeRO {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hRIhJ6X7VVc {
    border: 1px solid var(--primary);
    background: rgba(255, 249, 237, 0.05);
    color: var(--text-primary);
    border-radius: 999px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.hRIhJ6X7VVc.tg3Nt0 {
    background: var(--primary);
    color: var(--bg-dark);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) and (min-width: 769px) {
    nav {
        padding: 15px 26px;
    }

    nav.scrolled {
        padding: 10px 26px;
    }

    nav ul {
        gap: 18px;
    }

    nav a {
        font-size: 0.72rem;
    }

    .nav-menu::before,
    .nav-menu::after {
        width: 26px;
    }

    .nav-menu::before {
        left: -34px;
    }

    .nav-menu::after {
        right: -34px;
    }

    .jWi1ftL.y54ryC0MH,
    .E6fzGP4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .jWi1ftL {
        gap: 25px;
    }

    .bT1Nnh7 {
        letter-spacing: 4px;
    }
}

@media (max-width: 768px) {
    nav {
        padding: 15px 20px;
    }

    nav.scrolled {
        padding: 10px 20px;
    }

    .IgFysScXjp3 {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }

    .xuepe7hyCO {
        width: 40px;
        height: 40px;
    }

    .PFwsZtIHAc {
        position: relative;
    }

    .YsH8h2pjC7M {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(16, 16, 15, 0.98);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        margin-top: 15px;
    }

    .nav-menu.active {
        max-height: 520px;
        border-top: 1px solid var(--line-soft);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }

    .nav-menu::before,
    .nav-menu::after {
        display: none;
    }

    nav ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px;
    }

    nav ul li {
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 249, 237, 0.07);
    }

    nav ul a {
        font-size: 0.86rem;
    }

    nav ul li:last-child {
        border-bottom: none;
    }

    .czR7Efhwx,
    .BOkhdDi4nBV {
        margin-top: 70px;
        min-height: 88vh;
        padding: 70px 20px;
    }

    .BOkhdDi4nBV {
        min-height: 58vh;
    }

    .bT1Nnh7 {
        letter-spacing: 2px;
    }

    .uJ83VWiyyO {
        font-size: 0.9rem;
        letter-spacing: 1.2px;
    }

    .tIuQtN {
        font-size: 1rem;
    }

    .czR7Efhwx::after,
    .BOkhdDi4nBV::after {
        inset: 18px;
    }

    section {
        padding: 58px 20px;
    }

    .tOR8rFUc {
        gap: 30px;
    }

    footer {
        padding: 44px 20px 30px;
    }

    .fHri5w9n9Y h3 {
        font-size: 1.2rem;
    }

    .VclhZOcdCc0 {
        width: 100%;
        max-width: 320px;
        font-size: 0.74rem;
        padding: 12px 22px;
    }

    .mfA4C7bhJH {
        width: 40px;
        height: 40px;
    }

    .Cm5vu6kNCvd {
        bottom: 28px;
    }

    .Cm5vu6kNCvd svg {
        width: 20px;
        height: 20px;
    }

    .XeKPRnv {
        font-size: 0.78rem;
    }

    .vffXrQWz {
        padding: 22px;
    }

    .ecoOjO5 input,
    .ecoOjO5 textarea,
    .ecoOjO5 select {
        font-size: 14px;
        padding: 12px;
    }

    p {
        font-size: 1rem;
        line-height: 1.8;
    }

    .PA8lPdq,
    .kwmnk3cG {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .UGZyNrwN {
        width: min(250px, 80vw);
        height: min(250px, 80vw);
        margin: 0 auto;
    }

    .ZIpR5rfojS5 {
        font-size: 4rem;
    }

    .B7rHGZ1DoS {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vOvZFySAFxz {
        font-size: 2rem;
    }

    .cBMF2r {
        padding: 15px;
    }

    .jWi1ftL,
    .jWi1ftL.y54ryC0MH,
    .E6fzGP4 {
        grid-template-columns: 1fr;
    }

    .KpOUxhH {
        min-height: auto;
    }

    .KpOUxhH h3 {
        font-size: 1.25rem;
    }

    .n1Pz95XtPDx {
        width: 104px;
        height: 104px;
        font-size: 0.68rem;
        padding: 14px;
    }

    .YNUo6WO30z {
        letter-spacing: 1.6px;
    }

    .u4lYNY h3 {
        font-size: 1.7rem;
    }

    .eYEX8uyagL0 {
        min-height: 280px;
    }

    .yUoA6h li {
        flex-direction: column;
        gap: 4px;
    }

    .lLJrIMC {
        grid-template-columns: 1fr;
    }

    .EiSeRO {
        justify-content: flex-start;
    }
}
