@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white: #ffffff;
    --black: #000000;
    --overlay: rgba(0, 0, 0, 0.45);
    --text-gap: 0.5rem;
    --btn-radius: 8px;
}

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

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--white);
    background: #050505;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    isolation: isolate;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.14), transparent 35%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.35), var(--overlay));
}

.logo-wrap {
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.logo {
    width: clamp(120px, 15vw, 200px);
    height: auto;
    display: block;
}

.content {
    width: min(1300px, 100%);
    text-align: center;
}

.quote-line {
    opacity: 0;
    transform: translateY(16px);
    font-size: clamp(1rem, 1.9vw, 2.75rem);
    line-height: 1.35;
    letter-spacing: 0.015em;
    animation: fade-up 900ms ease forwards;
    white-space: nowrap;
    font-family: "Cormorant Garamond", serif;
}

.quote-line+.quote-line {
    margin-top: var(--text-gap);
}

.quote-line.last {
    margin-top: calc(var(--text-gap) * 15);
    font-weight: 700;
}

.line-1 {
    animation-delay: 200ms;
}

.line-2 {
    animation-delay: 800ms;
}

.line-3 {
    animation-delay: 1400ms;
}

.line-4 {
    animation-delay: 2000ms;
}

.actions {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(16px);
    animation: fade-up 900ms ease forwards;
    animation-delay: 2600ms;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1.2rem 1.5rem;
    border-radius: var(--btn-radius);
    font-size: 16px;
    letter-spacing: 0.09em;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, opacity 180ms ease;
    backdrop-filter: blur(2px);
}

.btn:hover {
    transform: translateY(-2px);
    opacity: 0.94;
}

.btn-remember {
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--white);
}

.btn-live {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
}

.icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.icon-bell {
    position: relative;
    padding-left: 8px;
}

.info-section {
    background: #ffffff;
    color: #111111;
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
}

.info-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.info-grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #cfcfcf;
    transform: translateX(-1px);
}

.info-col {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 1rem;
    align-items: start;
    padding: clamp(1rem, 2.5vw, 2rem) clamp(1.25rem, 3vw, 2.5rem);
}

.info-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.8rem, 2.5vw, 2rem);
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.info-col-content {
    min-width: 0;
}

.info-title-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    margin-top: 6px;
}

.info-title-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.info-text {
    font-size: clamp(1rem, 1.2vw, 1rem);
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.info-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    transition: opacity 180ms ease;
}

.info-btn:hover,
.info-btn:focus-visible {
    opacity: 0.85;
}

.info-btn-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    transition: transform 220ms ease;
}

.info-btn:hover .info-btn-icon,
.info-btn:focus-visible .info-btn-icon {
    transform: translateX(6px);
}

.info-btn-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.social-section {
    background: #ffffff;
    padding: 1.5rem clamp(1.5rem, 5vw, 4rem) 2.25rem;
}

.social-line-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.social-line-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 2px solid #cfcfcf;
    transform: translateY(-50%);
}

.social-line-logo {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 0 15px;
    height: 95px;
    width: auto;
    display: block;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.social-links a {
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
}

.social-links img {
    width: 100%;
    height: 100%;
    display: block;
}

.social-copy {
    margin-top: 0.9rem;
    text-align: center;
    font-size: 0.72rem;
    color: #444b50;
    letter-spacing: 0.03em;
}

.about-page {
    min-height: 100vh;
    color: #ffffff;
}

.about-page .page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.about-page .page-overlay {
    min-height: 100vh;
    flex: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('media/bg-about.jpg') center center / cover no-repeat;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
}

.about-page .about-tree-section {
    min-height: 100vh;
    background: url('media/bg-about-2.jpg') center center / cover no-repeat;
}

.about-page .about-tree-overlay {
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
}

.about-page .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-page .logo {
    display: inline-flex;
    align-items: center;
}

.about-page .logo img {
    width: 150px;
    height: auto;
    display: block;
}

.about-page .nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-page .nav a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    transition: border-color 0.2s ease;
}

.about-page .nav a:hover {
    border-bottom-color: #ffffffd1;
}

.about-page .nav a.active {
    border-bottom-color: #ffffff;
}

.about-page .about-content {
    width: min(1300px, 100%);
    margin-top: 90px;
    line-height: 1.7;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.about-page .about-content h1 {
    font-size: 64px;
        line-height: 75px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.06em;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 45px;
}

.about-page .about-content h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.65);
}

.about-page .about-content p {
    font-size: 18px;
    max-width: 640px;
}

.about-page .about-tree-cta {
    margin-top: 60px;
}


@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 1.5rem;
    }

    .logo-wrap {
        top: 1.2rem;
        left: 1.2rem;
    }

    .actions {
        margin-top: 2rem;
    }

    .btn {
        width: min(320px, 100%);
    }

    .quote-line {
        white-space: normal;
    }

    .quote-line.last {
        margin-top: calc(var(--text-gap) * 6);
    }

    @media (max-width: 420px) {
        .quote-line {
            font-size: 1.2rem;
        }

        .actions {
            margin-top: 1.25rem;
            gap: 0.5rem;
            width: 100%;
            flex-direction: column;
            align-items: stretch;
        }

        .btn {
            width: 100%;
            padding: 1rem 1rem;
            font-size: 12px;
            gap: 0.65rem;
        }

        .icon {
            width: 18px;
            height: 18px;
            flex: 0 0 18px;
        }

        .icon-bell {
            padding-left: 6px;
        }
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .info-grid::before {
        display: none;
    }

    .info-col {
        grid-template-columns: 1fr;
        row-gap: 0.75rem;
        padding: 0;
    }

    .social-section {
        padding-bottom: 1.75rem;
    }

    .about-page .page-overlay {
        padding: 20px;
    }

    .about-page .about-tree-overlay {
        padding: 20px;
    }

    .about-page .topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .about-page .nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin-top: 30px;
    }

    @media (max-width: 420px) {
        .about-page .topbar {
            gap: 8px;
            align-items: flex-start;
        }

        .about-page .nav {
            gap: 16px;
            justify-content: flex-start;
        }
    }

    .about-page .about-content {
        width: 100%;
        margin-top: 48px;
        padding-left: 0;
        padding-right: 0;
    }

    .about-page .about-content h1 {
        font-size: 24px;
    }

    .about-page .about-content p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .about-page .about-content {
        width: min(1300px, 100%);
    }
}

.faq-page {
    min-height: 100vh;
    color: #ffffff;
}

.faq-page .page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.faq-page .page-overlay {
    flex: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('media/bg-faq.jpg') center center / cover no-repeat;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
}

.faq-page .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-page .logo {
    display: inline-flex;
    align-items: center;
}

.faq-page .logo img {
    width: 150px;
    height: auto;
    display: block;
}

.faq-page .nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.faq-page .nav a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    transition: border-color 0.2s ease;
}

.faq-page .nav a:hover {
    border-bottom-color: #ffffffd1;
}

.faq-page .nav a.active {
    border-bottom-color: #ffffff;
}

.faq-page .faq-content {
    width: min(1300px, 100%);
    margin-top: 90px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
}

.faq-page .faq-content h1 {
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.15;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}

.faq-page .faq-content p {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.6;
    max-width: 650px;
}

.faq-page .faq-accordion-section {
    background: #191e24;
    padding: clamp(2.25rem, 5vw, 4rem) 40px clamp(3rem, 6vw, 4.75rem);
}

.faq-page .faq-accordion-container {
    width: min(1300px, 100%);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

.faq-page .faq-item {
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.faq-page .faq-trigger {
    width: 100%;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 1.4rem 0.35rem;
    cursor: pointer;
}

.faq-page .faq-title {
    font-size: clamp(1.05rem, 1.9vw, .55rem);
    font-weight: 400;
    letter-spacing: 0.01em;
}

.faq-page .faq-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 220ms ease, transform 220ms ease;
    flex: 0 0 22px;
}

.faq-page .faq-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.faq-page .faq-item.is-open .faq-icon {
    opacity: 0;
    transform: scale(0.7);
}

.faq-page .faq-panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms ease;
}

.faq-page .faq-panel p {
    color: rgba(255, 255, 255, 0.9);
    font-family: inherit;
    line-height: 1.7;
    font-size: 1rem;
    padding: 0 0.35rem 1.35rem;
}

@media (max-width: 768px) {
    .faq-page .page-overlay {
        padding: 20px;
        min-height: 58vh;
    }

    .faq-page .topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .faq-page .nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin-top: 30px;
    }

    @media (max-width: 420px) {
        .faq-page .topbar {
            gap: 8px;
            align-items: flex-start;
        }

        .faq-page .nav {
            gap: 16px;
            justify-content: flex-start;
        }
    }

    .faq-page .faq-accordion-section {
        padding: 2rem 20px 3rem;
    }

    .faq-page .faq-accordion-container {
        padding-left: 0;
        padding-right: 0;
    }

    .faq-page .faq-content {
        width: 100%;
        margin-top: 52px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 54px;
    }

    .faq-page .faq-trigger {
        padding: 1.1rem 0;
    }

    .faq-page .faq-title {
        font-size: 1rem;
    }
}

.contact-page {
    min-height: 100vh;
    color: #ffffff;
}

.contact-page .page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.contact-page .page-overlay {
    min-height: 100vh;
    flex: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url('media/bg-contact.jpg') center center / cover no-repeat;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
}

.contact-page .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-page .logo {
    display: inline-flex;
    align-items: center;
}

.contact-page .logo img {
    width: 150px;
    height: auto;
    display: block;
}

.contact-page .nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.contact-page .nav a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    transition: border-color 0.2s ease;
}

.contact-page .nav a:hover {
    border-bottom-color: #ffffffd1;
}

.contact-page .nav a.active {
    border-bottom-color: #ffffff;
}

.contact-page .contact-content {
    width: min(1300px, 100%);
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 90px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.contact-page .contact-left {
    width: 100%;
    max-width: 420px;
}

.contact-page .contact-left h1 {
    font-size: 64px;
    line-height: 1.1;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.06em;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
}

.contact-page .contact-left h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.65);
}

.contact-page .contact-left p {
    font-size: 18px;
    line-height: 1.7;
}

.contact-page .contact-links {
    list-style: none;
    margin-top: 34px;
    display: grid;
    gap: 18px;
}

.contact-page .contact-links li {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    gap: 12px;
    font-size: 18px;
    line-height: 1.45;
}

.contact-page .contact-link-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.contact-page .contact-link-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-page .contact-links a {
    color: #ffffff;
    text-decoration: none;
}

.contact-page .contact-links a:hover,
.contact-page .contact-links a:focus-visible {
    text-decoration: underline;
}

.contact-page .contact-social {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-page .contact-social a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-page .contact-social img {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-page .contact-right {
    width: 100%;
}

.contact-page .contact-form {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    display: grid;
    gap: 18px;
}

.contact-page .contact-form-field {
    display: grid;
    gap: 8px;
}

.contact-page .contact-form-field label {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-page .contact-form-field input,
.contact-page .contact-form-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(8, 8, 8, 0.35);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    padding: 0.85rem 0.95rem;
    outline: none;
}

.contact-page .contact-form-field textarea {
    resize: vertical;
    min-height: 170px;
}

.contact-page .contact-form-field input:focus,
.contact-page .contact-form-field textarea:focus {
    border-color: #ffffff;
}

.contact-page .contact-submit {
    margin-top: 8px;
    width: fit-content;
    cursor: pointer;
}

.contact-page .contact-success {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    font-size: 28px;
    line-height: 1.4;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.04em;
}

.contact-page .contact-error {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.35);
    padding: 0.75rem 0.9rem;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .contact-page .page-overlay {
        padding: 20px;
    }

    .contact-page .topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .contact-page .nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin-top: 30px;
    }

    @media (max-width: 420px) {
        .contact-page .topbar {
            gap: 8px;
            align-items: flex-start;
        }

        .contact-page .nav {
            gap: 16px;
            justify-content: flex-start;
        }
    }

    .contact-page .contact-content {
        width: 100%;
        margin-top: 48px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 54px;
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .contact-page .contact-left {
        width: 100%;
        max-width: 460px;
    }

    .contact-page .contact-left h1 {
        font-size: 40px;
    }

    .contact-page .contact-left p,
    .contact-page .contact-links li {
        font-size: 16px;
    }

    .contact-page .contact-form {
        max-width: 100%;
        margin-left: 0;
    }

    .contact-page .contact-submit {
        width: 100%;
        justify-content: center;
    }

    .contact-page .contact-success {
        max-width: 100%;
        margin-left: 0;
        min-height: 320px;
        font-size: 24px;
    }
}