/* ============================================
   DRA ANA TARDIVO — ESTÉTICA PREMIUM
   Refinamento 2026 — scroll storytelling
   ============================================ */

:root {
    --primary: #4E3629;
    --primary-dark: #3A271E;
    --primary-darkest: #1F1612;
    --accent: #C39F8A;
    --gold: #C9A574;
    --gold-soft: #E0C9A6;
    --light: #F8F6F2;
    --cream: #F2EBE0;
    --warm-bg: #FAF7F3;
    --dark: #221A16;
    --text: #5A514B;
    --text-soft: #8A7E74;
    --white: #ffffff;
    --border: #ECE5DC;
    --border-soft: #F2EDE5;
    --shadow-sm: 0 8px 24px rgba(34, 26, 22, .05);
    --shadow: 0 20px 60px rgba(34, 26, 22, .08);
    --shadow-strong: 0 30px 80px rgba(34, 26, 22, .18);
    --radius-sm: 14px;
    --radius: 24px;
    --radius-lg: 36px;
    --transition: .4s cubic-bezier(.4, 0, .2, 1);
    --transition-slow: .8s cubic-bezier(.22, 1, .36, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    overflow-x: hidden;
    position: relative;
    background: var(--warm-bg);
    text-rendering: optimizeLegibility;
    font-weight: 300;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(182, 124, 82, .035) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: .55;
    pointer-events: none;
    z-index: -2;
}

body::after {
    content: "";
    position: fixed;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(rgba(215, 183, 158, .14), transparent 70%);
    top: -320px;
    right: -260px;
    z-index: -1;
    filter: blur(40px);
}

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

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

::selection {
    background: var(--gold);
    color: white;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}

.container-narrow {
    max-width: 1080px;
}

section {
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

h1, h2, h3, h4 {
    font-family: 'Bricolage Grotesque', sans-serif;
    color: var(--dark);
    line-height: 1.05;
    letter-spacing: -1.5px;
    font-weight: 500;
}

h2 {
    font-size: clamp(36px, 4.6vw, 60px);
    margin-bottom: 24px;
    font-weight: 500;
}

h2 em {
    font-style: italic;
    font-weight: 400;
    color: var(--primary);
}

p {
    line-height: 1.75;
    font-size: 16px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--primary);
    opacity: .5;
}

.section-center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 30px;
}

.section-center .eyebrow {
    justify-content: center;
}

.section-center .eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--primary);
    opacity: .5;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 32px;
    border-radius: 999px;
    font-weight: 500;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    letter-spacing: .3px;
    position: relative;
    overflow: hidden;
}

.btn svg {
    width: 16px;
    height: 16px;
    transition: var(--transition);
}

.btn:hover svg {
    transform: translateX(4px);
}

.btn-primary {
    background: var(--primary);
    color: white;
    box-shadow: 0 12px 30px rgba(78, 54, 41, .25);
}

.btn-primary::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 220%;
    background: rgba(255, 255, 255, .15);
    transform: rotate(25deg);
    top: -50%;
    left: -180px;
    transition: .9s ease;
}

.btn-primary:hover::after {
    left: 130%;
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: var(--primary-dark);
    box-shadow: 0 18px 40px rgba(78, 54, 41, .35);
}

.btn-ghost {
    background: transparent;
    color: var(--dark);
    border: 1px solid rgba(78, 54, 41, .2);
}

.btn-ghost:hover {
    background: var(--dark);
    color: white;
    border-color: var(--dark);
}

.btn-light {
    border: 1px solid rgba(255, 255, 255, .35);
    color: white;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .06);
}

.btn-light:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .5);
}

/* ============================================
   LOADER
   ============================================ */

#loader {
    position: fixed;
    inset: 0;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: .8s ease;
}

.loader-mark {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--gold);
    letter-spacing: 6px;
    text-transform: uppercase;
    animation: loaderPulse 1.6s infinite;
    position: relative;
}

.loader-mark::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--gold);
    opacity: .4;
    animation: loaderLine 1.6s infinite;
}

@keyframes loaderPulse {
    0%, 100% { opacity: .5; }
    50% { opacity: 1; }
}

@keyframes loaderLine {
    0% { width: 30px; opacity: .2; }
    50% { width: 100px; opacity: .8; }
    100% { width: 30px; opacity: .2; }
}

body.loaded #loader {
    opacity: 0;
    visibility: hidden;
}

/* ============================================
   HEADER
   ============================================ */

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: rgba(250, 247, 243, .85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}

header.scrolled {
    background: rgba(250, 247, 243, .96);
    border-bottom-color: rgba(78, 54, 41, .08);
    box-shadow: 0 8px 30px rgba(78, 54, 41, .06);
}

.navbar {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.logo-img {
    height: 54px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-links a {
    position: relative;
    font-size: 13px;
    color: var(--text);
    transition: var(--transition);
    font-weight: 400;
    letter-spacing: .3px;
}

.nav-links a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-links a:hover::after {
    width: 100%;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(78, 54, 41, .15);
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
    transition: var(--transition);
}

.mobile-btn span {
    width: 18px;
    height: 1.5px;
    background: var(--dark);
    transition: var(--transition);
}

.mobile-btn.active .line-1 {
    transform: translateY(3.25px) rotate(45deg);
}

.mobile-btn.active .line-2 {
    transform: translateY(-3.25px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    background: rgba(250, 247, 243, .98);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 32px 28px 40px;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    box-shadow: 0 30px 60px rgba(34, 26, 22, .08);
    border-bottom: 1px solid var(--border);
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu a {
    font-size: 18px;
    color: var(--dark);
    padding: 16px 0;
    border-bottom: 1px solid var(--border-soft);
    font-family: 'Bricolage Grotesque', sans-serif;
    letter-spacing: -.3px;
}

.mobile-menu .btn {
    margin-top: 16px;
    width: 100%;
}

/* ============================================
   HERO
   ============================================ */

.hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background:
        radial-gradient(ellipse 800px 600px at 75% 30%, rgba(201, 165, 116, .14), transparent 60%),
        radial-gradient(ellipse 900px 700px at 20% 80%, rgba(78, 54, 41, .9), rgba(31, 22, 18, .98)),
        linear-gradient(135deg, #1a1310 0%, #0c0807 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(201, 165, 116, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 165, 116, .035) 1px, transparent 1px);
    background-size: 70px 70px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.hero-noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
    opacity: .04;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-content {
    max-width: 640px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px 10px 14px;
    border-radius: 999px;
    background: rgba(201, 165, 116, .08);
    border: 1px solid rgba(201, 165, 116, .25);
    backdrop-filter: blur(14px);
    color: var(--gold);
    margin-bottom: 32px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

.hero-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 14px var(--gold);
    animation: dotPulse 2s infinite;
}

@keyframes dotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(.85); }
}

.hero h1 {
    font-size: clamp(44px, 6vw, 84px);
    color: white;
    margin-bottom: 28px;
    letter-spacing: -2.5px;
    line-height: 1.02;
    font-weight: 500;
}

.hero h1 em {
    font-style: italic;
    font-weight: 400;
    color: var(--gold);
    position: relative;
    display: inline-block;
}

.hero h1 em::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: .35;
}

.hero p {
    color: rgba(255, 255, 255, .72);
    max-width: 480px;
    margin-bottom: 44px;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.hero-trust {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    padding-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.hero-trust-item strong {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 34px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: -1px;
}

.hero-trust-item span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Hero image side */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 560px;
}

.hero-frame {
    position: relative;
    width: 100%;
    max-width: 440px;
    aspect-ratio: 4/5;
    border-radius: 240px 240px 30px 30px;
    overflow: hidden;
    background: var(--accent);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .5),
        0 0 0 1px rgba(201, 165, 116, .2),
        inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.hero-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    transition: transform 1.2s ease;
}

.hero-frame:hover img {
    transform: scale(1.04);
}

/* Orbit ring */
.hero-orbit {
    position: absolute;
    width: 540px;
    height: 540px;
    border: 1px dashed rgba(201, 165, 116, .25);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbit 40s linear infinite;
    pointer-events: none;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.hero-orbit::before {
    width: 10px;
    height: 10px;
    background: var(--gold);
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px var(--gold);
}

.hero-orbit::after {
    width: 6px;
    height: 6px;
    background: var(--accent);
    bottom: 60px;
    right: 30px;
    box-shadow: 0 0 12px var(--accent);
}

@keyframes orbit {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Credential card */
.hero-credential {
    position: absolute;
    bottom: 30px;
    left: -10px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(20px);
    padding: 16px 22px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 280px;
    z-index: 3;
}

.hero-credential-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(201, 165, 116, .35);
}

.hero-credential-text strong {
    display: block;
    color: var(--dark);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 500;
}

.hero-credential-text span {
    color: var(--text);
    font-size: 11px;
    letter-spacing: .5px;
}

/* Scroll cue */
.hero-scroll-cue {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.hero-scroll-cue::after {
    content: "";
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .4), transparent);
    animation: scrollLine 2s infinite;
}

@keyframes scrollLine {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    51% { transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================
   MANIFESTO (scroll storytelling)
   ============================================ */

.manifesto {
    background: var(--cream);
    padding: 160px 0;
    overflow: hidden;
    position: relative;
}

.manifesto::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(rgba(201, 165, 116, .15), transparent 70%);
    top: -200px;
    left: -200px;
    filter: blur(40px);
}

.manifesto-text {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(28px, 4.2vw, 56px);
    line-height: 1.2;
    color: var(--dark);
    letter-spacing: -1.5px;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.manifesto-text em {
    font-style: italic;
    color: var(--primary);
}

.manifesto-text .word {
    display: inline-block;
    opacity: .12;
    transition: opacity .5s ease;
    transform: translateY(0);
    margin-right: .2em;
}

.manifesto-text .word.lit {
    opacity: 1;
}

.manifesto-signature {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    color: var(--primary);
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.manifesto-signature::before,
.manifesto-signature::after {
    content: "";
    width: 40px;
    height: 1px;
    background: var(--primary);
    opacity: .4;
}

/* ============================================
   SOBRE
   ============================================ */

.about {
    background: white;
    padding: 140px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 90px;
    align-items: center;
}

.about-visual {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 280px 280px 32px 32px;
    overflow: hidden;
    box-shadow: var(--shadow-strong);
}

.about-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}

.about-visual:hover img {
    transform: scale(1.05);
}

.about-visual-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
    padding: 18px 22px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-visual-badge strong {
    color: var(--dark);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
}

.about-visual-badge span {
    color: var(--text);
    font-size: 12px;
    letter-spacing: .5px;
}

.about-visual-badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}

.about-content p {
    margin-bottom: 18px;
    color: var(--text);
}

.about-content p:last-of-type {
    margin-bottom: 32px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 38px;
}

.about-stat {
    padding: 26px 24px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--warm-bg);
    transition: var(--transition);
}

.about-stat:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

.about-stat strong {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    color: var(--primary);
    font-size: 36px;
    margin-bottom: 6px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1px;
}

.about-stat span {
    font-size: 12px;
    color: var(--text);
    letter-spacing: .5px;
}

/* ============================================
   SERVIÇOS
   ============================================ */

.services {
    background: var(--warm-bg);
    padding: 140px 0;
    position: relative;
}

.services-header {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 80px;
}

.services-header p {
    color: var(--text-soft);
    font-size: 16px;
    max-width: 460px;
}

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

.service-card {
    padding: 44px;
    border-radius: 32px;
    background: white;
    transition: var(--transition);
    border: 1px solid var(--border-soft);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--accent));
    transition: var(--transition-slow);
}

.service-card:hover::before {
    width: 100%;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: transparent;
}

.service-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--border-soft);
}

.service-number {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    color: var(--accent);
    font-weight: 500;
    letter-spacing: 2px;
}

.service-tag {
    font-size: 11px;
    color: var(--text-soft);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 14px;
    font-weight: 500;
    letter-spacing: -.5px;
}

.service-card > p {
    color: var(--text);
    margin-bottom: 24px;
    font-size: 15px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid var(--border-soft);
    padding-top: 22px;
}

.service-list li {
    font-size: 14px;
    color: var(--text);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: var(--transition);
}

.service-list li::before {
    content: "";
    width: 16px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
    transition: var(--transition);
}

.service-card:hover .service-list li {
    color: var(--dark);
}

.service-card:hover .service-list li::before {
    width: 24px;
}

.services-note {
    margin-top: 60px;
    text-align: center;
    color: var(--text);
    font-size: 15px;
    line-height: 1.7;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 36px;
    border-radius: 20px;
    background: white;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.services-note strong {
    color: var(--dark);
    font-weight: 500;
}

/* ============================================
   JOURNEY / ETAPAS
   ============================================ */

.journey {
    background: var(--primary-darkest);
    color: white;
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.journey::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 800px 600px at 80% 20%, rgba(201, 165, 116, .14), transparent 60%),
        radial-gradient(ellipse 600px 400px at 20% 80%, rgba(195, 159, 138, .08), transparent 60%);
    pointer-events: none;
}

.journey > .container {
    position: relative;
    z-index: 2;
}

.journey .section-center h2,
.journey .section-center p {
    color: white;
}

.journey .section-center .eyebrow {
    color: var(--gold);
}

.journey .section-center .eyebrow::before,
.journey .section-center .eyebrow::after {
    background: var(--gold);
}

.journey-list {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.journey-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.journey-row-reverse .journey-image {
    order: 2;
}

.journey-image {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
}

.journey-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}

.journey-row:hover .journey-image img {
    transform: scale(1.05);
}

.journey-image-num {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.5px;
}

.journey-text .journey-step-label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.journey-text .journey-step-label::after {
    content: "";
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: var(--gold);
    opacity: .4;
}

.journey-text h3 {
    color: white;
    font-size: clamp(28px, 3.2vw, 40px);
    margin-bottom: 22px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -1px;
}

.journey-text p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.8;
    max-width: 480px;
}

/* ============================================
   GALERIA
   ============================================ */

.gallery {
    background: var(--warm-bg);
    padding: 140px 0;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 40px;
    flex-wrap: wrap;
}

.gallery-header .text {
    max-width: 560px;
}

.gallery-header h2 {
    margin-bottom: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 220px;
    gap: 16px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    background: var(--primary);
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s cubic-bezier(.4, 0, .2, 1);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(20, 14, 11, .55));
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item .gallery-label {
    position: absolute;
    bottom: 20px;
    left: 24px;
    color: white;
    z-index: 2;
    opacity: 0;
    transform: translateY(10px);
    transition: var(--transition);
}

.gallery-item:hover .gallery-label {
    opacity: 1;
    transform: translateY(0);
}

.gallery-label strong {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}

.gallery-label span {
    font-size: 12px;
    letter-spacing: 1px;
    opacity: .8;
    text-transform: uppercase;
}

.gallery-item.g-1 { grid-column: span 7; grid-row: span 2; }
.gallery-item.g-2 { grid-column: span 5; grid-row: span 1; }
.gallery-item.g-3 { grid-column: span 5; grid-row: span 1; }
.gallery-item.g-4 { grid-column: span 4; grid-row: span 2; }
.gallery-item.g-5 { grid-column: span 4; grid-row: span 2; }
.gallery-item.g-6 { grid-column: span 4; grid-row: span 2; }

/* ============================================
   DEPOIMENTOS
   ============================================ */

.testimonials {
    background: white;
    padding: 140px 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
    row-gap: 24px;
}

.testimonial-card {
    background: var(--warm-bg);
    padding: 44px 38px;
    border-radius: 28px;
    border: 1px solid var(--border-soft);
    position: relative;
    transition: var(--transition);
}

.testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: 18px;
    left: 28px;
    font-family: 'Bricolage Grotesque', serif;
    font-size: 90px;
    color: var(--accent);
    line-height: 1;
    opacity: .35;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: transparent;
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
    margin-top: 28px;
}

.testimonial-stars span {
    color: var(--gold);
    font-size: 16px;
}

.testimonial-card p {
    color: var(--text);
    line-height: 1.75;
    margin-bottom: 28px;
    font-size: 15px;
}

.testimonial-author {
    padding-top: 22px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 500;
    font-size: 16px;
    flex-shrink: 0;
}

.testimonial-author strong {
    display: block;
    color: var(--dark);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
}

.testimonial-author span {
    color: var(--text-soft);
    font-size: 12px;
    letter-spacing: .3px;
}

/* ============================================
   INSTAGRAM FEED
   ============================================ */

.instagram {
    background: var(--cream);
    padding: 140px 0;
}

.ig-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 40px;
    flex-wrap: wrap;
}

.ig-header .text {
    max-width: 560px;
}

.ig-handle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
}

.ig-handle svg {
    width: 18px;
    height: 18px;
}

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

.ig-post {
    position: relative;
    aspect-ratio: 1;
    border-radius: 18px;
    overflow: hidden;
    background: #f5f0e8;
    cursor: pointer;
    transition: var(--transition);
    display: block;
}

.ig-post iframe {
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 320px;
    height: calc(100% + 54px + 220px);
    border: 0;
    pointer-events: none;
    background: white;
}

.ig-post-hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(78, 54, 41, .55));
    opacity: 0;
    transition: var(--transition);
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.ig-post-hover::before {
    content: "Ver no Instagram \2192";
}

.ig-post:hover {
    transform: translateY(-4px);
}

.ig-post:hover .ig-post-hover {
    opacity: 1;
}

.ig-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s ease;
}

.ig-post:hover img {
    transform: scale(1.08);
}

.ig-post-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(78, 54, 41, .85));
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 16px;
    opacity: 0;
    transition: var(--transition);
}

.ig-post:hover .ig-post-overlay {
    opacity: 1;
}

.ig-post-stats {
    display: flex;
    gap: 14px;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.ig-post-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ig-post-stats svg {
    width: 14px;
    height: 14px;
    fill: white;
}

.ig-cta {
    margin-top: 50px;
    text-align: center;
}

/* ============================================
   FAQ
   ============================================ */

.faq {
    background: var(--warm-bg);
    padding: 140px 0;
}

.faq-wrap {
    max-width: 880px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: var(--transition);
}

.faq-item:hover {
    border-color: var(--accent);
}

.faq-item.active {
    border-color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 26px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
    text-align: left;
    font-family: 'Bricolage Grotesque', sans-serif;
    letter-spacing: -.3px;
    gap: 20px;
}

.faq-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--warm-bg);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 300;
}

.faq-item.active .faq-icon {
    background: var(--primary);
    color: white;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: .5s ease;
    padding: 0 30px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 30px 28px;
}

.faq-answer p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
}

/* ============================================
   BLOG
   ============================================ */

.blog {
    background: white;
    padding: 140px 0;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 40px;
    flex-wrap: wrap;
}

.blog-header .text {
    max-width: 560px;
}

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

.blog-card {
    background: var(--warm-bg);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--border-soft);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: transparent;
}

.blog-card-image {
    aspect-ratio: 16/10;
    overflow: hidden;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.blog-card-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 500;
}

.blog-card-body {
    padding: 30px 28px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text-soft);
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 14px;
}

.blog-card-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 14px;
    letter-spacing: -.5px;
    font-weight: 500;
}

.blog-card p {
    color: var(--text);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 22px;
    flex: 1;
}

.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: var(--transition);
}

.blog-card-link svg {
    width: 14px;
    height: 14px;
    transition: var(--transition);
}

.blog-card:hover .blog-card-link {
    color: var(--dark);
}

.blog-card:hover .blog-card-link svg {
    transform: translateX(4px);
}

/* ============================================
   SPOTIFY
   ============================================ */

.spotify {
    background: var(--cream);
    padding: 140px 0;
}

.spotify-wrap {
    margin-top: 50px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.spotify-wrap iframe {
    display: block;
    width: 100%;
}

/* ============================================
   MAPS
   ============================================ */

.maps-section {
    background: white;
    padding: 140px 0;
}

.maps-wrap {
    margin-top: 50px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.maps-wrap iframe {
    display: block;
    width: 100%;
    filter: saturate(.85) contrast(1.05);
}

.address-card {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border);
}

.address-card-item {
    background: white;
    padding: 26px 24px;
    text-align: center;
}

.address-card-item strong {
    display: block;
    color: var(--primary);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}

.address-card-item p {
    color: var(--dark);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

/* ============================================
   CTA FINAL
   ============================================ */

.final-cta {
    padding: 120px 0;
    background: var(--warm-bg);
}

.final-cta-box {
    border-radius: 42px;
    padding: 100px 60px;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(20, 14, 11, .92), rgba(34, 26, 22, .88)),
        url('assets/banner.jpg') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.final-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(201, 165, 116, .18), transparent 60%);
}

.final-cta-box > * {
    position: relative;
    z-index: 2;
}

.final-cta-box .eyebrow {
    color: var(--gold);
    justify-content: center;
}

.final-cta-box .eyebrow::before,
.final-cta-box .eyebrow::after {
    background: var(--gold);
}

.final-cta-box .eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    opacity: .5;
}

.final-cta-box h2 {
    color: white;
    margin-bottom: 22px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-box p {
    color: rgba(255, 255, 255, .75);
    max-width: 540px;
    margin: 0 auto 40px;
    font-size: 17px;
}

/* ============================================
   CONTATO
   ============================================ */

.contact {
    background: white;
    padding: 140px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    margin-top: 60px;
}

.contact-card {
    background: var(--warm-bg);
    padding: 40px 32px;
    border-radius: 24px;
    border: 1px solid var(--border-soft);
    transition: var(--transition);
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: transparent;
}

.contact-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.contact-card-icon svg {
    width: 22px;
    height: 22px;
}

.contact-card h3 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 500;
}

.contact-card p {
    color: var(--text);
    font-size: 14px;
    margin: 4px 0;
    line-height: 1.65;
}

.contact-card strong {
    color: var(--dark);
    font-weight: 500;
}

.contact-card a {
    color: var(--primary);
    transition: var(--transition);
}

.contact-card a:hover {
    color: var(--dark);
}

/* ============================================
   FOOTER
   ============================================ */

footer {
    background: #16100D;
    padding: 100px 0 40px;
    color: rgba(255, 255, 255, .65);
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: .4;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 70px;
}

.footer-logo img {
    height: 70px;
    margin-bottom: 22px;
}

.footer-top p {
    font-size: 14px;
    line-height: 1.75;
    max-width: 320px;
    color: rgba(255, 255, 255, .55);
}

.footer-col h4 {
    color: white;
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-col p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.footer-col a {
    color: rgba(255, 255, 255, .55);
    transition: var(--transition);
}

.footer-col a:hover {
    color: var(--gold);
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, .08);
}

.footer-social a:hover {
    background: var(--primary);
    border-color: var(--gold);
}

.footer-social svg {
    width: 16px;
    height: 16px;
    fill: rgba(255, 255, 255, .6);
    transition: var(--transition);
}

.footer-social a:hover svg {
    fill: var(--gold);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
    letter-spacing: .5px;
}

.footer-bottom a {
    color: var(--accent);
    transition: var(--transition);
}

.footer-bottom a:hover {
    color: var(--gold);
}

/* ============================================
   WHATSAPP FLOATING
   ============================================ */

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 12px 30px rgba(37, 211, 102, .4);
    transition: var(--transition);
}

.whatsapp-float::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25D366;
    z-index: -1;
    animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: .6;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

.whatsapp-float svg {
    width: 28px;
    fill: white;
}

/* ============================================
   SCROLL REVEAL ANIMATIONS
   ============================================ */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s cubic-bezier(.22, 1, .36, 1);
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }
.reveal-delay-6 { transition-delay: .6s; }

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 1s ease, transform 1s cubic-bezier(.22, 1, .36, 1);
}

.reveal-left.in-view {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 1s ease, transform 1s cubic-bezier(.22, 1, .36, 1);
}

.reveal-right.in-view {
    opacity: 1;
    transform: translateX(0);
}

.reveal-clip {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.2s cubic-bezier(.22, 1, .36, 1);
}

.reveal-clip.in-view {
    clip-path: inset(0 0 0 0);
}

/* ============================================
   ARTICLE PAGE (blog post)
   ============================================ */

.article-hero {
    padding: 160px 0 80px;
    background: var(--cream);
    position: relative;
    overflow: hidden;
}

.article-hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(rgba(201, 165, 116, .14), transparent 70%);
    top: -200px;
    right: -200px;
    filter: blur(40px);
}

.article-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.article-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.article-breadcrumb a:hover { color: var(--dark); }

.article-tag {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--primary);
    color: var(--gold);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-weight: 500;
}

.article-hero h1 {
    font-size: clamp(36px, 5.5vw, 64px);
    margin-bottom: 26px;
    letter-spacing: -2px;
    line-height: 1.1;
    font-weight: 500;
}

.article-hero h1 em {
    font-style: italic;
    color: var(--primary);
    font-weight: 400;
}

.article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    color: var(--text-soft);
    font-size: 13px;
    letter-spacing: .5px;
}

.article-meta-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-meta-author img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.article-meta-author strong {
    color: var(--dark);
    font-weight: 500;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.article-meta-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--text-soft);
}

.article-cover {
    max-width: 1080px;
    margin: 60px auto 0;
    padding: 0 28px;
}

.article-cover-img {
    aspect-ratio: 16/9;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

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

.article-body {
    background: white;
    padding: 90px 0 120px;
}

.article-body-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 28px;
}

.article-body-inner p {
    color: var(--text);
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 22px;
}

.article-body-inner p.lead {
    font-size: 21px;
    line-height: 1.6;
    color: var(--dark);
    font-weight: 300;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border);
}

.article-body-inner h2 {
    font-size: clamp(26px, 3.2vw, 36px);
    margin-top: 48px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
    line-height: 1.2;
}

.article-body-inner h3 {
    font-size: clamp(20px, 2.4vw, 26px);
    margin-top: 36px;
    margin-bottom: 16px;
    color: var(--dark);
    font-weight: 500;
    letter-spacing: -.3px;
}

.article-body-inner ul,
.article-body-inner ol {
    margin: 0 0 24px 22px;
    padding-left: 6px;
}

.article-body-inner li {
    color: var(--text);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 8px;
}

.article-body-inner li::marker {
    color: var(--gold);
}

.article-body-inner blockquote {
    margin: 40px -20px;
    padding: 32px 36px;
    border-left: 3px solid var(--gold);
    background: var(--warm-bg);
    border-radius: 0 16px 16px 0;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 21px;
    line-height: 1.4;
    color: var(--dark);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.5px;
}

.article-body-inner a {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-color: var(--accent);
    text-underline-offset: 3px;
    transition: var(--transition);
}

.article-body-inner a:hover {
    color: var(--dark);
}

.article-body-inner strong {
    color: var(--dark);
    font-weight: 500;
}

.article-callout {
    margin: 40px 0;
    padding: 32px 32px 32px 28px;
    background: var(--cream);
    border-radius: 20px;
    border: 1px solid var(--border);
    display: flex;
    gap: 22px;
}

.article-callout-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--primary);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.article-callout h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--dark);
    font-weight: 500;
    letter-spacing: -.3px;
}

.article-callout p {
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 0 !important;
    color: var(--text);
}

/* Author bio */
.article-author-bio {
    margin-top: 70px;
    padding: 36px;
    border-radius: 24px;
    background: var(--cream);
    display: flex;
    gap: 24px;
    align-items: center;
}

.article-author-bio img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 15%;
    flex-shrink: 0;
}

.article-author-bio-text strong {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 6px;
    font-weight: 500;
    letter-spacing: -.3px;
}

.article-author-bio-text p {
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 0 !important;
    color: var(--text);
}

/* Related */
.article-related {
    background: var(--warm-bg);
    padding: 100px 0;
}

.article-related h2 {
    text-align: center;
    margin-bottom: 50px;
}

.article-related .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 980px;
    margin: 0 auto;
}

.article-cta {
    background: var(--primary-darkest);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.article-cta h3 {
    color: white;
    font-size: clamp(28px, 3.5vw, 40px);
    margin-bottom: 18px;
    line-height: 1.15;
    font-weight: 500;
}

.article-cta p {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 32px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

@media (max-width: 768px) {
    .article-hero { padding: 130px 0 60px; }
    .article-cover { padding: 0 22px; }
    .article-cover-img { aspect-ratio: 4/3; border-radius: 18px; }
    .article-body { padding: 60px 0 90px; }
    .article-body-inner { padding: 0 22px; }
    .article-body-inner p { font-size: 16px; }
    .article-body-inner blockquote {
        margin: 30px 0;
        padding: 24px 26px;
        font-size: 18px;
    }
    .article-author-bio {
        flex-direction: column;
        text-align: center;
        padding: 28px;
    }
    .article-related .blog-grid {
        grid-template-columns: 1fr;
    }
    .article-related { padding: 70px 0; }
    .article-cta { padding: 60px 0; }
    .article-callout { padding: 24px; }
}

@media (max-width: 1100px) {
    .hero-container { gap: 50px; }
    .about-grid { gap: 60px; }
    .services-header,
    .gallery-header,
    .ig-header,
    .blog-header {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .story-content { padding: 120px 40px; gap: 80px; }
    .story-sticky { padding: 40px; }
}

@media (max-width: 992px) {
    section { padding: 90px 0; }

    .nav-links,
    .header-right .btn {
        display: none;
    }
    .mobile-btn { display: flex; }

    .hero { padding: 140px 0 80px; min-height: auto; }
    .hero-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    .hero-content { margin: 0 auto; }
    .hero p { margin-left: auto; margin-right: auto; }
    .hero-buttons,
    .hero-trust { justify-content: center; }
    .hero-trust { gap: 30px; }
    .hero-credential { left: 50%; transform: translateX(-50%); bottom: 10px; }
    .hero-visual { min-height: 480px; padding-bottom: 30px; }
    .hero-orbit { width: 440px; height: 440px; }
    .hero-scroll-cue { display: none; }

    .manifesto { padding: 100px 0; }
    .manifesto-text { font-size: clamp(24px, 5.5vw, 36px); }

    .about { padding: 100px 0; }
    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .about-visual {
        max-width: 480px;
        margin: 0 auto;
    }

    .services { padding: 100px 0; }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .journey { padding: 100px 0; }
    .journey-list { gap: 60px; margin-top: 60px; }
    .journey-row,
    .journey-row-reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .journey-row-reverse .journey-image {
        order: 0;
    }
    .journey-image { max-width: 480px; margin: 0 auto; aspect-ratio: 16/10; }
    .journey-text { text-align: left; }

    .gallery { padding: 100px 0; }
    .gallery-grid {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: 200px;
    }
    .gallery-item.g-1 { grid-column: span 6; grid-row: span 2; }
    .gallery-item.g-2,
    .gallery-item.g-3 { grid-column: span 3; grid-row: span 1; }
    .gallery-item.g-4,
    .gallery-item.g-5 { grid-column: span 3; grid-row: span 1; }
    .gallery-item.g-6 { grid-column: span 6; grid-row: span 1; }

    .testimonials,
    .blog,
    .instagram,
    .faq,
    .spotify,
    .maps-section,
    .contact { padding: 100px 0; }

    .testimonials-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

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

    .address-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
    }

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

    .final-cta-box { padding: 70px 30px; }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .container { padding: 0 22px; }
    section { padding: 80px 0; }
    h2 { font-size: 32px; letter-spacing: -1px; }
    p { font-size: 15px; }

    .navbar { height: 76px; }
    .logo-img { height: 44px; }
    .mobile-menu { top: 76px; }

    .hero { padding: 120px 0 60px; }
    .hero h1 { font-size: clamp(38px, 11vw, 52px); }
    .hero p { font-size: 16px; margin-bottom: 36px; }
    .hero-buttons { flex-direction: column; width: 100%; gap: 12px; }
    .hero-buttons .btn { width: 100%; }
    .hero-trust { gap: 20px; padding-top: 30px; }
    .hero-trust-item strong { font-size: 26px; }
    .hero-trust-item span { font-size: 11px; }
    .hero-frame { max-width: 280px; }
    .hero-orbit { width: 340px; height: 340px; }
    .hero-credential {
        max-width: 240px;
        padding: 12px 16px;
    }
    .hero-credential-icon { width: 38px; height: 38px; font-size: 16px; }
    .hero-credential-text strong { font-size: 13px; }
    .hero-credential-text span { font-size: 10px; }
    .hero-visual { min-height: 380px; }

    .manifesto { padding: 80px 0; }
    .manifesto-text { font-size: clamp(22px, 6vw, 30px); letter-spacing: -.5px; }

    .about-stats {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .about-stat { padding: 20px 18px; }
    .about-stat strong { font-size: 28px; }
    .about-visual { border-radius: 200px 200px 24px 24px; }
    .about-visual-badge {
        bottom: 16px;
        left: 16px;
        right: 16px;
        padding: 14px 18px;
    }
    .about-visual-badge strong { font-size: 15px; }

    .service-card { padding: 32px 26px; }
    .service-card h3 { font-size: 22px; }

    .story-content { padding: 50px 22px 80px; }
    .story-step h3 { font-size: 28px; }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 180px;
        gap: 10px;
    }
    .gallery-item.g-1,
    .gallery-item.g-2,
    .gallery-item.g-3,
    .gallery-item.g-4,
    .gallery-item.g-5,
    .gallery-item.g-6 {
        grid-column: span 1;
        grid-row: span 1;
    }
    .gallery-item.g-1 { grid-column: span 2; grid-row: span 2; }
    .gallery-item.g-6 { grid-column: span 2; }

    .testimonial-card { padding: 36px 28px; }

    .ig-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

    .faq-question {
        padding: 22px 22px;
        font-size: 15px;
    }
    .faq-item.active .faq-answer { padding: 0 22px 24px; }

    .address-card {
        grid-template-columns: 1fr;
    }
    .address-card-item { padding: 22px; }

    .final-cta-box { padding: 60px 22px; border-radius: 28px; }
    .final-cta-box p { font-size: 16px; }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
        right: 18px;
        bottom: 18px;
    }
    .whatsapp-float svg { width: 24px; }
}
