html {
    scroll-behavior: smooth;
}

body {
    background-color: #f8f9fa;
}

.landing-page {
    background:
        radial-gradient(circle at top left, rgba(244, 217, 167, 0.45), transparent 32%),
        linear-gradient(180deg, #f5efe4 0%, #f7f2e8 38%, #fcfaf6 100%);
    color: #23313a;
    font-family: "Manrope", sans-serif;
    padding-top: 5.5rem;
}

.landing-page--no-header {
    padding-top: 0;
}

.landing-page header {
    background: rgba(17, 34, 41, 0.48) !important;
    backdrop-filter: blur(14px);
}

.landing-page .navbar {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.landing-page .navbar-brand,
.landing-page .nav-link {
    font-family: "Manrope", sans-serif;
    letter-spacing: 0.02em;
}

.homepage {
    overflow: hidden;
}

.hero-shell {
    position: relative;
    min-height: calc(100vh - 5.5rem);
    padding: 2rem 0 4rem;
}

.landing-page--no-header .hero-shell {
    min-height: 100vh;
    padding-top: 4rem;
}

.hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(252, 250, 246, 0.96) 0%, rgba(252, 250, 246, 0.82) 44%, rgba(252, 250, 246, 0.35) 100%),
        url("../assets/images/gory1.jpg") center/cover no-repeat;
    z-index: 0;
}

.hero-content-wrap,
.story-section,
.experience-section,
.cta-section {
    position: relative;
    z-index: 1;
}

.hero-eyebrow,
.section-kicker {
    margin-bottom: 1rem;
    color: #8b5e34;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-align: center;
    text-transform: uppercase;
}

.hero-title,
.story-panel h2,
.section-heading h2,
.cta-panel h2 {
    font-family: "Cormorant Garamond", serif;
    line-height: 0.95;
    color: #13262f;
}

.hero-title {
    max-width: 11ch;
    margin-bottom: 1.5rem;
    font-size: clamp(3.4rem, 8vw, 6.25rem);
    font-weight: 700;
    text-align: justify;
    text-justify: inter-word;
}

.hero-lead {
    max-width: 38rem;
    margin-bottom: 2rem;
    color: rgba(35, 49, 58, 0.84);
    font-size: 1.1rem;
    text-align: justify;
    text-justify: inter-word;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.hero-tags span {
    padding: 0.7rem 1rem;
    border: 1px solid rgba(19, 38, 47, 0.1);
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.78);
    box-shadow: 0 12px 30px rgba(19, 38, 47, 0.06);
    font-size: 0.95rem;
    font-weight: 600;
}

.btn-brand {
    border: none;
    background: linear-gradient(135deg, #1e4856 0%, #325f68 100%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(30, 72, 86, 0.22);
}

.btn-brand:hover,
.btn-brand:focus {
    background: linear-gradient(135deg, #173744 0%, #274d59 100%);
    color: #fff;
}

.highlight-card,
.experience-card,
.story-panel,
.cta-panel,
.portrait-card {
    border: 1px solid rgba(19, 38, 47, 0.08);
    border-radius: 28px;
    background: rgba(255, 252, 247, 0.82);
    box-shadow: 0 24px 60px rgba(23, 47, 56, 0.08);
}

.highlight-card {
    height: 100%;
    padding: 1.35rem;
}

.highlight-card strong,
.experience-card h3 {
    display: block;
    margin-bottom: 0.65rem;
    color: #13262f;
    font-size: 1.05rem;
}

.highlight-card p,
.experience-card p,
.story-panel p {
    margin-bottom: 0;
    color: rgba(35, 49, 58, 0.8);
}

.hero-visual {
    position: relative;
    max-width: 33rem;
    margin: 0 auto;
    padding: 2rem 0 0 2rem;
}

.hero-visual::before {
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    width: 78%;
    height: 86%;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(50, 95, 104, 0.92) 0%, rgba(23, 55, 68, 0.9) 100%);
    z-index: 0;
}

.portrait-card {
    position: relative;
    z-index: 1;
    padding: 1rem;
    transform: rotate(-3deg);
}

.portrait-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    object-fit: cover;
}

.contact-ribbon {
    position: relative;
    z-index: 2;
    width: calc(100% - 1rem);
    margin: 1.35rem auto 0;
    padding: 0.35rem 0 0;
    text-align: center;
}

.contact-ribbon::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, rgba(19, 38, 47, 0), rgba(19, 38, 47, 0.18) 18%, rgba(50, 95, 104, 0.5) 50%, rgba(19, 38, 47, 0.18) 82%, rgba(19, 38, 47, 0));
}

.contact-kicker,
.contact-link {
    margin: 0;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 0.95rem;
    color: #8b5e34;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.contact-kicker::before,
.contact-kicker::after {
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(139, 94, 52, 0.15), rgba(139, 94, 52, 0.85));
}

.contact-ribbon-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.85rem 1rem;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #13262f;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}

.contact-link:hover,
.contact-link:focus {
    color: #8b5e34;
    opacity: 0.92;
}

.contact-link--phone {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.contact-link--mail {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(19, 38, 47, 0.8);
}

.contact-divider {
    width: 2.5rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(19, 38, 47, 0.08), rgba(19, 38, 47, 0.32), rgba(19, 38, 47, 0.08));
}

.story-section,
.experience-section,
.cta-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.story-section::before,
.experience-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.story-section::before {
    background:
        linear-gradient(180deg, rgba(252, 250, 246, 0.5), rgba(252, 250, 246, 0.58)),
        url("../assets/images/gory.jpg") center/cover no-repeat;
    opacity: 0.72;
}

.experience-section::before {
    background:
        linear-gradient(180deg, rgba(252, 250, 246, 0.54), rgba(252, 250, 246, 0.62)),
        url("../assets/images/gory1.jpg") center/cover no-repeat;
    opacity: 0.62;
}

.story-section > .container,
.experience-section > .container,
.cta-section > .container {
    position: relative;
    z-index: 1;
}

.section-marker {
    display: inline-flex;
    align-items: baseline;
    gap: 0.9rem;
    margin-bottom: 1.75rem;
    color: rgba(35, 49, 58, 0.72);
}

.section-marker--centered {
    justify-content: center;
    width: 100%;
}

.section-marker span {
    color: #8b5e34;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.section-marker p {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.story-panel {
    height: 100%;
    padding: 2rem;
}

.scenic-panel {
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(19, 38, 47, 0.3), rgba(19, 38, 47, 0.6)),
        url("../assets/images/gory.jpg") center/cover no-repeat;
    color: #fff;
}

.scenic-panel .section-kicker,
.scenic-panel h2 {
    color: #fff;
}

.scenic-panel h2 {
    max-width: 11ch;
    margin-bottom: 0;
    font-size: clamp(2.4rem, 5vw, 4.1rem);
}

.text-panel {
    padding: 2.4rem;
}

.text-panel p + p {
    margin-top: 1rem;
}

.section-heading {
    max-width: 42rem;
    margin: 0 auto 2.5rem;
}

.section-heading h2,
.cta-panel h2 {
    font-size: clamp(2.3rem, 5vw, 4rem);
}

.experience-card {
    height: 100%;
    padding: 2rem;
}

.experience-card:hover,
.highlight-card:hover,
.portrait-card:hover {
    transform: translateY(-4px);
    transition: transform 0.25s ease;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    padding: 2.5rem;
    background:
        linear-gradient(135deg, rgba(255, 250, 243, 0.94) 0%, rgba(239, 226, 201, 0.92) 100%);
}

.cta-panel h2 {
    max-width: 14ch;
    margin-bottom: 1rem;
}

.cta-copy {
    max-width: 38rem;
    margin-bottom: 0;
    color: rgba(35, 49, 58, 0.78);
}

.hero-content-wrap.reveal-ready,
.section-marker.reveal-ready,
.story-panel.reveal-ready,
.section-heading.reveal-ready,
.experience-card.reveal-ready,
.cta-panel.reveal-ready,
.highlight-card.reveal-ready,
.hero-visual.reveal-ready {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        opacity 0.65s ease,
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.hero-content-wrap.is-visible,
.section-marker.is-visible,
.story-panel.is-visible,
.section-heading.is-visible,
.experience-card.is-visible,
.cta-panel.is-visible,
.highlight-card.is-visible,
.hero-visual.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 991.98px) {
    .landing-page {
        padding-top: 5rem;
    }

    .landing-page--no-header {
        padding-top: 0;
    }

    .hero-shell {
        min-height: auto;
        padding-top: 1.5rem;
    }

    .landing-page--no-header .hero-shell {
        padding-top: 3rem;
    }

    .hero-title {
        max-width: none;
    }

    .hero-visual {
        padding: 1rem 0 0;
    }

    .hero-visual::before {
        top: 0;
        right: 0;
        width: 100%;
        bottom: clamp(6rem, 14vw, 8.5rem);
        height: auto;
    }

    .contact-ribbon {
        width: 100%;
    }

    .cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-panel h2 {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .landing-page {
        padding-top: 4.75rem;
    }

    .landing-page--no-header {
        padding-top: 0;
    }

    .hero-shell,
    .story-section,
    .experience-section,
    .cta-section {
        padding: 4rem 0;
    }

    .landing-page--no-header .hero-shell {
        padding-top: 2.5rem;
    }

    .hero-title {
        font-size: clamp(2.7rem, 15vw, 4rem);
    }

    .highlight-card,
    .experience-card,
    .story-panel,
    .cta-panel {
        border-radius: 22px;
    }

    .section-marker {
        gap: 0.65rem;
    }

    .section-marker span {
        font-size: 1.65rem;
    }

    .contact-ribbon {
        margin-top: 1rem;
    }

    .hero-visual::before {
        bottom: 10.5rem;
    }

    .contact-kicker {
        gap: 0.6rem;
        font-size: 1.3rem;
    }

    .contact-kicker::before,
    .contact-kicker::after {
        width: 1.4rem;
    }

    .contact-link {
        width: 100%;
        font-size: 1rem;
    }

    .contact-link--mail {
        font-size: 0.92rem;
    }

    .contact-divider {
        width: 100%;
        max-width: 8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .hero-content-wrap.reveal-ready,
    .section-marker.reveal-ready,
    .story-panel.reveal-ready,
    .section-heading.reveal-ready,
    .experience-card.reveal-ready,
    .cta-panel.reveal-ready,
    .highlight-card.reveal-ready,
    .hero-visual.reveal-ready {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

h1, h2, h3 {
    color: #343a40;
}

.section {
    padding: 60px 0;
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
}

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

.contact-form input, 
.contact-form textarea {
    margin-bottom: 15px;
}

.offer-item {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    transition: transform 0.2s;
}

.offer-item:hover {
    transform: scale(1.05);
}