/* Anysa Events — Landing (espelho anysaevents.com) */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0 rgba(145, 124, 93, 0.15);
}

.site-header.is-scrolled .header-topbar { display: none; }

.header-topbar {
    background: var(--cream);
    border-bottom: 1px solid var(--border);
    font-size: 11px;
    letter-spacing: 1px;
}

.header-topbar .wrap {
    max-width: 1310px;
    margin: 0 auto;
    padding: 6px 32px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.header-topbar a {
    color: var(--text-muted);
    text-transform: uppercase;
}

.header-topbar a.is-active { color: var(--gold); font-weight: 600; }

.header-main .wrap {
    max-width: 1310px;
    margin: 0 auto;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-logo img {
    height: 56px;
    width: auto;
    max-width: 220px;
    transition: opacity 0.3s;
}

.site-logo .logo-light { display: block; }
.site-logo .logo-dark { display: none; }

.site-header.is-scrolled .site-logo .logo-light { display: none; }
.site-header.is-scrolled .site-logo .logo-dark { display: block; }

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-nav a {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.92);
    transition: color 0.2s;
}

.site-header.is-scrolled .main-nav a { color: var(--charcoal); }
.main-nav a:hover { color: var(--gold-light); }
.site-header.is-scrolled .main-nav a:hover { color: var(--gold); }

.nav-portal {
    margin-left: 8px;
    border: 1px solid rgba(250, 233, 203, 0.5);
    border-radius: 25px;
    padding: 8px 18px !important;
}

.site-header.is-scrolled .nav-portal {
    border-color: var(--gold);
    color: var(--gold) !important;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    margin: 5px 0;
    transition: background 0.3s;
}

.site-header.is-scrolled .menu-toggle span { background: var(--charcoal); }

/* Hero */
.hero-full {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--white);
}

.hero-full__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-full__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    animation: kenburns 14s ease-out forwards;
    transform-origin: center center;
}

@keyframes kenburns {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

.hero-full__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.44);
    z-index: 1;
}

.hero-full__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 120px 24px 80px;
    max-width: 900px;
}

.hero-full__content h1 {
    font-family: var(--font-serif);
    font-weight: 100;
    font-size: clamp(28px, 4.5vw, 52px);
    line-height: 1.3;
    color: var(--gold-light);
    margin: 0 0 20px;
}

.hero-full__content .lead {
    font-family: var(--font-serif);
    font-weight: 100;
    font-size: clamp(17px, 2.2vw, 22px);
    color: var(--white);
    margin-bottom: 36px;
}

/* Botões estilo Enfold */
.btn-anysa-rounded {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    padding: 14px 36px;
    border: 1px solid var(--gold);
    border-radius: 25px;
    background: transparent;
    color: var(--gold);
    cursor: pointer;
    transition: all 0.35s ease;
    display: inline-block;
}

.btn-anysa-rounded:hover {
    background: var(--gold);
    color: var(--white);
}

.btn-anysa-rounded--light {
    border-color: var(--gold-light);
    color: var(--gold-light);
}

.btn-anysa-rounded--light:hover {
    background: var(--gold-light);
    color: var(--charcoal-dark);
}

.btn-anysa-rounded--white {
    border-color: var(--white);
    color: var(--white);
}

.btn-anysa-rounded--white:hover {
    background: var(--white);
    color: var(--charcoal-dark);
}

.btn-anysa-rounded--on-gold {
    background: var(--white);
    border-color: var(--white);
    color: var(--gold);
}

.btn-anysa-rounded--on-gold:hover {
    background: transparent;
    color: var(--white);
}

.section-wrap {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 32px;
}

.section-pad {
    padding: 90px 0;
}

.hr-gold {
    border: none;
    width: 50px;
    height: 2px;
    background: var(--gold);
    margin: 30px auto;
}

.hr-white {
    background: var(--white);
}

/* Serviços */
.services-section {
    background: var(--white);
    padding: 70px 0 50px;
    margin-top: -1px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}

.service-item {
    text-align: center;
}

.service-item img {
    width: 100%;
    max-width: 442px;
    height: auto;
    aspect-ratio: 442 / 467;
    object-fit: cover;
    margin-bottom: 20px;
}

.service-item h3 {
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 400;
    color: var(--charcoal-dark);
    margin: 0 0 12px;
}

.service-item p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-body);
    max-width: 340px;
    margin: 0 auto;
}

.services-cta {
    text-align: center;
    padding: 20px 0 60px;
}

/* Essência — secção dourada */
.essencia-section {
    position: relative;
    background-color: var(--gold);
    color: var(--white);
    padding: 100px 0 120px;
    text-align: center;
    overflow: hidden;
}

.essencia-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../img/floral-pattern.png') repeat;
    opacity: 0.35;
    pointer-events: none;
}

.essencia-section .section-wrap { position: relative; z-index: 1; }

.essencia-section h2 {
    font-family: var(--font-serif);
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 300;
    color: var(--white);
    margin: 0 0 24px;
}

.essencia-section .quote {
    font-family: var(--font-serif);
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 300;
    line-height: 1.65;
    max-width: 820px;
    margin: 0 auto 36px;
}

.essencia-arrow {
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 28px solid var(--gold);
    z-index: 2;
}

/* Processo — split */
.process-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
}

.process-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 10%;
    background: var(--white);
}

.process-content h2 {
    font-family: var(--font-serif);
    font-size: clamp(32px, 3.5vw, 40px);
    font-weight: 300;
    color: var(--gold);
    margin: 0 0 8px;
}

.process-content .sub {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.process-content .hr-gold { margin: 24px 0 28px 0; }

.process-content p { line-height: 1.8; margin-bottom: 16px; }

.process-content ol {
    padding-left: 20px;
    line-height: 2;
    color: var(--text-body);
}

.process-image {
    background: url('../img/processo.jpg') 50% 50% / cover no-repeat;
    min-height: 360px;
}

/* CTA parallax */
.cta-section {
    position: relative;
    padding: 110px 0;
    text-align: center;
    color: var(--white);
    background: url('../img/cta-bg.jpg') 50% 50% / cover no-repeat fixed;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(53, 56, 60, 0.9);
}

.cta-section .section-wrap { position: relative; z-index: 1; }

.cta-section h2 {
    font-family: var(--font-serif);
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 300;
    color: var(--white);
    margin: 0 0 12px;
}

.cta-section h5 {
    font-family: var(--font-serif);
    font-weight: 300;
    font-size: 18px;
    color: var(--white);
    margin: 0 0 24px;
}

/* FAQ */
.faq-section {
    background: var(--cream);
    padding: 90px 0;
}

.faq-section h2 {
    text-align: center;
    font-size: clamp(28px, 3.5vw, 38px);
    margin-bottom: 48px;
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--border);
    background: var(--white);
    margin-bottom: 8px;
}

.faq-item button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 24px;
    font-family: var(--font-serif);
    font-size: 18px;
    color: var(--charcoal-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.faq-item button::after {
    content: '+';
    font-family: var(--font-sans);
    font-size: 20px;
    color: var(--gold);
    flex-shrink: 0;
}

.faq-item.is-open button::after { content: '−'; }

.faq-item .answer {
    display: none;
    padding: 0 24px 20px;
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-body);
}

.faq-item.is-open .answer { display: block; }

/* Contacto */
.contact-section {
    background: var(--charcoal-dark);
    color: var(--cream);
    padding: 90px 0;
}

.contact-section h2 {
    text-align: center;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 300;
    color: var(--white);
    margin-bottom: 8px;
}

.contact-section .intro {
    text-align: center;
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 300;
    color: var(--gold-light);
    margin-bottom: 48px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
}

.contact-info p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
}

.contact-info a { color: var(--gold-light); }

.contact-form .form-group { margin-bottom: 18px; }

.contact-form label.anysa-label { color: var(--gold-light); }

.contact-form input,
.contact-form select,
.contact-form textarea {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(250, 233, 203, 0.28);
    color: var(--white);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--gold-light);
}

/* Footer */
.site-footer {
    background: var(--cream);
    text-align: center;
    padding: 36px 24px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.site-footer a { color: var(--gold); }

.site-footer .social {
    margin: 16px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.site-footer .social a {
    letter-spacing: 1px;
    font-size: 10px;
}

.scroll-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: var(--white);
    color: var(--gold);
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 900;
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
}

/* Mobile nav */
@media (max-width: 990px) {
    .services-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
    .process-section { grid-template-columns: 1fr; }
    .process-image { min-height: 280px; order: -1; }
    .process-content { padding: 60px 24px; }
    .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .header-main .wrap { padding: 14px 20px; }
    .menu-toggle { display: block; }

    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(300px, 85vw);
        background: var(--white);
        flex-direction: column;
        align-items: stretch;
        padding: 80px 24px 32px;
        gap: 0;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        box-shadow: -4px 0 24px rgba(0,0,0,0.12);
        z-index: 1001;
    }

    .main-nav.is-open { transform: translateX(0); }

    .main-nav a {
        color: var(--charcoal) !important;
        padding: 14px 0;
        border-bottom: 1px solid var(--cream-warm);
    }

    .nav-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
    }

    .nav-backdrop.is-open { opacity: 1; visibility: visible; }

    .section-wrap { padding: 0 20px; }
    .cta-section { background-attachment: scroll; }
    .page-hero { min-height: 50vh; }
    .page-hero__content h1 { font-size: clamp(26px, 7vw, 40px); }
    .split-content { padding: 48px 20px; }
    .page-anchor-nav { flex-direction: column; gap: 8px; }
    .hero-full__content { padding-top: 100px; }
    .site-logo img { height: 44px; }
    .essencia-section, .page-section--gold { padding: 70px 0; }
}

/* Inner pages */
.page-inner .site-header .main-nav a.is-active { color: var(--gold); font-weight: 600; }
.page-inner .site-header.is-scrolled .main-nav a.is-active { color: var(--gold-dark); }

.page-hero {
    position: relative;
    min-height: 55vh;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--charcoal-dark) var(--page-hero-image, none) center/cover no-repeat;
    color: var(--white);
}
.page-hero--short { min-height: 42vh; }
.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.44);
}
.page-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 120px 24px 60px;
    max-width: 900px;
}
.page-hero__content h1 {
    font-family: var(--font-serif);
    font-weight: 100;
    font-size: clamp(32px, 4vw, 48px);
    color: var(--gold-light);
    margin: 0 0 12px;
}
.page-hero__content .lead {
    font-family: var(--font-serif);
    font-weight: 100;
    font-size: 20px;
    color: var(--white);
    margin: 0;
}

.page-section { padding: 80px 0; background: var(--white); }
.page-section--center { text-align: center; }
.page-section--gold {
    background: var(--gold);
    color: var(--white);
    text-align: center;
}
.page-section--gold h2 { color: var(--white); }
.page-section--gold p { max-width: 720px; margin: 0 auto 16px; line-height: 1.75; }
.section-wrap.narrow { max-width: 820px; }

.page-quote {
    font-family: var(--font-serif);
    font-weight: 300;
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.65;
    color: var(--charcoal-dark);
    margin: 0;
}
.page-intro {
    font-size: 17px;
    line-height: 1.75;
    color: var(--text-body);
    margin-bottom: 32px;
}

.page-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 28px;
}
.page-anchor-nav a {
    font-family: var(--font-serif);
    font-size: 18px;
    color: var(--gold-dark);
    border-bottom: 1px solid transparent;
}
.page-anchor-nav a:hover { border-bottom-color: var(--gold); }

.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
}
.split-section--reverse .split-content { order: 2; }
.split-section--reverse .split-image { order: 1; }
.split-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 10%;
    background: var(--white);
}
.split-content h2 {
    font-family: var(--font-serif);
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 300;
    color: var(--gold);
    margin: 0 0 8px;
}
.split-content p { line-height: 1.8; margin-bottom: 14px; color: var(--text-body); }
.hr-left { margin-left: 0; }
.split-image {
    min-height: 320px;
    background: var(--cream-warm) center/cover no-repeat;
}

.page-faq { padding-top: 60px; }
.faq-cta { text-align: center; margin-top: 48px; }
.faq-cta p { font-family: var(--font-serif); font-size: 20px; margin-bottom: 16px; }

.contact-label {
    color: var(--gold-light);
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
}
.contact-note {
    margin-top: 24px;
    font-size: 13px;
    color: rgba(250, 248, 245, 0.65);
    line-height: 1.7;
}
.btn-block-mobile { width: 100%; text-align: center; }

.main-nav a.is-active { color: var(--gold-light) !important; }
.site-header.is-scrolled .main-nav a.is-active { color: var(--gold) !important; }

@media (max-width: 990px) {
    .split-section, .split-section--reverse { grid-template-columns: 1fr; }
    .split-section--reverse .split-content,
    .split-section--reverse .split-image { order: unset; }
    .split-image { min-height: 260px; }
    .split-content { padding: 48px 24px; }
}
