:root {
    --ink: #0a0a0a;
    --ink-soft: #1a1a1a;
    --muted: #6b6b6b;
    --line: #e8e2ef;
    --paper: #f7f4fa;
    --cream: #faf8fc;
    --lavender: #c4b5d8;
    --lavender-soft: #ebe4f4;
    --white: #ffffff;
    --wa: #0b6b3a;
    --wa-dark: #085530;
    --header-h: auto;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 0;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(ellipse 70% 50% at 10% 0%, rgba(196, 181, 216, 0.22), transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 5%, rgba(235, 228, 244, 0.7), transparent 50%),
        var(--cream);
    color: var(--ink);
    font-family: "DM Sans", system-ui, sans-serif;
    font-optical-sizing: auto;
    line-height: 1.55;
    overflow-anchor: none;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shell {
    width: min(1180px, calc(100% - clamp(24px, 5vw, 48px)));
    margin-inline: auto;
}

.section {
    padding: clamp(72px, 12vw, 120px) 0;
}

.eyebrow {
    margin: 0 0 14px;
    color: #555555;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.section-heading {
    max-width: 640px;
    margin: 0 auto clamp(40px, 6vw, 64px);
    text-align: center;
}

.section-heading h2,
.manifesto,
.contact-copy h2,
.cta-inner h2,
.discover-inner h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.section-heading p,
.about-body {
    margin: 18px auto 0;
    max-width: 520px;
    color: var(--muted);
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

/* ── Buttons ── */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 0;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
    touch-action: manipulation;
}

.button:hover { transform: translateY(-1px); }
.button-lg { min-height: 54px; padding: 0 32px; }
.button-wa-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

.button-ghost {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.5);
}

.button-ghost:hover {
    background: var(--white);
    color: var(--ink);
}

.button-outline {
    background: transparent;
    color: var(--ink);
    border-color: var(--ink);
}

.button-outline:hover {
    background: var(--ink);
    color: var(--white);
}

.button-whatsapp {
    background: var(--wa);
    color: var(--white);
    border-color: var(--wa);
}

.button-whatsapp:hover {
    background: var(--wa-dark);
    border-color: var(--wa-dark);
}

/* ── Header (Nabila-style: large centered logo, scrolls with page) ── */

.site-header {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid rgba(10, 10, 10, 0.08);
    background: #ffffff;
}

.header-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 5vw, 52px) 0 clamp(8px, 1.5vw, 14px);
    text-align: center;
}

.brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
}

.brand-hero {
    width: min(100%, 620px);
}

.brand-logo {
    display: block;
    width: 100%;
    max-width: min(620px, 90vw);
    height: auto;
    object-fit: contain;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.brand-logo-footer {
    width: min(240px, 65vw);
    max-width: 240px;
    height: auto;
}

.header-tagline {
    display: none;
}

.nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 20px;
    padding: 0 0 18px;
    min-height: 52px;
}

.nav-search {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 1 220px;
    max-width: 240px;
}

.nav-search-icon {
    position: absolute;
    left: 12px;
    color: var(--muted);
    font-size: 0.9rem;
    pointer-events: none;
}

.nav-search-input {
    width: 100%;
    min-height: 40px;
    padding: 0 36px 0 32px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: var(--white);
    color: var(--ink);
    font: inherit;
    font-size: 0.8rem;
}

.nav-search-input::placeholder { color: #9a9a9a; }

.nav-search-input:focus {
    outline: none;
    border-color: var(--ink);
}

.nav-search-clear {
    position: absolute;
    right: 6px;
    width: 28px;
    height: 28px;
    border: 0;
    background: var(--paper);
    color: var(--ink);
    cursor: pointer;
    font-size: 1rem;
}

.search-results {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 60;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.search-result {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
}

.search-result:last-child { border-bottom: 0; }
.search-result:hover { background: var(--paper); }

.search-result-badge {
    padding: 3px 7px;
    background: var(--ink);
    color: var(--white);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.search-result-copy strong { display: block; font-size: 0.84rem; }
.search-result-copy span { display: block; margin-top: 2px; color: var(--muted); font-size: 0.72rem; }

.search-result-book {
    padding: 5px 10px;
    background: var(--wa);
    color: var(--white) !important;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.search-empty {
    margin: 0;
    padding: 16px;
    color: var(--muted);
    font-size: 0.8rem;
    text-align: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 28px);
    flex: 0 1 auto;
    justify-content: center;
}

.nav-links > a:not(.button) {
    color: var(--ink);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.nav-links > a:not(.button):hover { opacity: 0.55; }

.nav-book {
    min-height: 40px;
    padding: 0 16px;
    font-size: 0.68rem;
}

.nav-toggle {
    display: none;
    flex: 0 0 auto;
    min-width: 44px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ── Hero ── */

.hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: min(92dvh, 920px);
    min-height: max(560px, min(92dvh, 920px));
    color: var(--white);
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-photo,
.hero-media video,
.hero-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-media video {
    pointer-events: none;
}

.hero-placeholder {
    background:
        linear-gradient(135deg, #2a2a2a 0%, #111 45%, #3a3532 100%);
}

.hero-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.78) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(48px, 10vw, 100px) 0 clamp(56px, 8vw, 88px);
}

.hero-eyebrow {
    margin: 0 0 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    opacity: 0.85;
}

.hero-tagline {
    margin: 18px 0 0;
    font-size: clamp(0.78rem, 1.8vw, 0.92rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: none;
    opacity: 0.9;
}

.hero-title {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    font-size: clamp(3.4rem, 12vw, 8.5rem);
    line-height: 0.9;
    letter-spacing: -0.03em;
}

.hero-title-line {
    display: block;
}

.hero-title-accent {
    font-style: italic;
    font-weight: 400;
}

.hero-lead {
    max-width: 420px;
    margin: 24px 0 32px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.95rem, 2vw, 1.08rem);
}

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

.hero-scroll {
    position: absolute;
    right: clamp(24px, 5vw, 48px);
    bottom: 28px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-rl;
}

/* ── Marquee ── */

.marquee {
    overflow: hidden;
    border-block: 1px solid rgba(196, 181, 216, 0.35);
    background: linear-gradient(90deg, #1a1520, #2a2433 50%, #1a1520);
    color: var(--white);
    padding: 16px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 0;
    animation: marquee-scroll 40s linear infinite;
}

.marquee-item,
.marquee-sep {
    flex: 0 0 auto;
    padding: 0 18px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.15rem, 2.5vw, 1.55rem);
    font-style: italic;
    white-space: nowrap;
}

.marquee-sep { opacity: 0.4; }

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-track { animation: none; }
}

/* ── About ── */

.about { background: var(--white); }

.about-intro {
    max-width: 820px;
    margin: 0 auto clamp(48px, 8vw, 72px);
    text-align: center;
}

.manifesto {
    max-width: 16ch;
    margin-inline: auto;
}

.about-split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(28px, 6vw, 64px);
    align-items: stretch;
    width: min(1180px, calc(100% - clamp(24px, 5vw, 48px)));
    margin-inline: auto;
}

.about-visual {
    min-height: clamp(360px, 55vw, 640px);
    background: var(--ink-soft);
}

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

.media-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    background:
        linear-gradient(145deg, #1c1c1c, #2e2a28);
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 24px;
}

.media-placeholder span {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.4rem;
    font-style: italic;
}

.media-placeholder small {
    display: block;
    margin-top: 8px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.65;
}

.about-points {
    display: grid;
    gap: 0;
    align-content: center;
}

.about-point {
    padding: 28px 0;
    border-top: 1px solid var(--line);
}

.about-point:last-child { border-bottom: 1px solid var(--line); }

.about-point-num {
    display: block;
    margin-bottom: 10px;
    color: var(--muted);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.35rem;
    font-style: italic;
}

.about-point h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-point p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

/* ── Discover strip ── */

.discover {
    background: linear-gradient(145deg, #1a1520, #2d2640);
    color: var(--white);
    padding: clamp(56px, 8vw, 88px) 0;
    text-align: center;
}

.discover .eyebrow { color: rgba(255, 255, 255, 0.55); }

.discover-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    margin-top: 36px;
}

.discover-nav a {
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.discover-nav a:hover {
    background: var(--lavender-soft);
    color: var(--ink);
    border-color: var(--lavender-soft);
}

/* ── Services ── */

.services { background: var(--paper); }

.services-search {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 420px;
    margin: 0 auto 24px;
}

.services-search-icon {
    position: absolute;
    left: 14px;
    color: #9a9a9a;
    font-size: 0.95rem;
    pointer-events: none;
}

.services-search-input {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 40px;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--ink);
    font: inherit;
    font-size: 0.95rem;
}

.services-search-input::placeholder { color: #9a9a9a; }

.services-search-input:focus {
    outline: 2px solid var(--ink);
    outline-offset: 1px;
}

.services-search-clear {
    position: absolute;
    right: 8px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
}

.service-search-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 28px;
    padding: 12px 18px;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--muted);
    font-size: 0.82rem;
}

.service-search-reset {
    border: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 12px;
}

.service-blocks {
    display: grid;
    gap: clamp(28px, 5vw, 48px);
}

.service-block {
    background: var(--white);
    border: 1px solid var(--line);
}

.service-block-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(24px, 4vw, 36px);
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, #faf9f7, #fff);
}

.service-block-header h3 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.service-block-tagline {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.service-block-count {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-list { padding: 8px clamp(20px, 4vw, 36px) 20px; }

.service-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.service-row:last-child { border-bottom: 0; }

.service-row.is-search-match {
    background: rgba(10, 10, 10, 0.03);
    margin-inline: -12px;
    padding-inline: 12px;
}

.service-name {
    font-size: 0.95rem;
    font-weight: 600;
}

.service-meta {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.75rem;
}

.service-price {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
}

.service-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    background: var(--ink);
    color: var(--white);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.service-book:hover { background: #6b5b8a; }

.empty-services {
    margin: 0;
    color: var(--muted);
    text-align: center;
}

/* ── Gallery ── */

.gallery { background: var(--white); }

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

.gallery-item {
    position: relative;
    margin: 0;
    min-height: 260px;
    overflow: hidden;
    background: var(--ink-soft);
}

.gallery-item:nth-child(6n+1) { grid-column: span 7; min-height: 480px; }
.gallery-item:nth-child(6n+2) { grid-column: span 5; min-height: 480px; }
.gallery-item:nth-child(6n+3),
.gallery-item:nth-child(6n+4) { grid-column: span 4; }
.gallery-item:nth-child(6n+5) { grid-column: span 5; }
.gallery-item:nth-child(6n) { grid-column: span 3; }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.gallery-item figcaption {
    position: absolute;
    inset: auto 0 0;
    margin: 0;
    padding: 40px 18px 16px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: var(--white);
    font-size: 0.8rem;
}

.gallery-placeholders {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gallery-ph { min-height: 280px; }

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 16px;
    margin-top: 20px;
}

.instagram-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    min-height: 220px;
    padding: 22px;
    background:
        linear-gradient(160deg, rgba(26, 21, 32, 0.92), rgba(45, 38, 64, 0.88)),
        var(--ink-soft);
    color: var(--white);
    text-decoration: none;
    transition: transform 0.2s;
}

.instagram-card:hover { transform: translateY(-2px); }

.instagram-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.7;
}

.instagram-card-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.45rem;
    line-height: 1.15;
}

.instagram-card-cta {
    margin-top: auto;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gallery-cta {
    margin: 40px 0 0;
    text-align: center;
}

/* ── Process ── */

.process { background: var(--paper); }

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.process-card {
    padding: clamp(28px, 4vw, 40px) clamp(20px, 3vw, 28px);
    background: var(--white);
}

.process-step {
    display: block;
    margin-bottom: 18px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
    font-style: italic;
    color: var(--muted);
}

.process-card h3 {
    margin: 0 0 10px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.process-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

/* ── Contact ── */

.contact { background: var(--white); }

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(28px, 6vw, 64px);
    align-items: start;
}

.contact-copy p:not(.eyebrow) {
    max-width: 420px;
    margin: 18px 0 28px;
    color: var(--muted);
}

.contact-panel {
    padding: clamp(28px, 4vw, 40px);
    background: var(--ink);
    color: var(--white);
}

.contact-panel h3 {
    margin: 0 0 24px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.contact-details { display: grid; gap: 14px; }

.contact-detail {
    display: block;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

.contact-detail:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.contact-detail span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-detail strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    word-break: break-word;
}

/* ── CTA ── */

.cta {
    background: linear-gradient(145deg, #1a1520, #2d2640);
    color: var(--white);
    text-align: center;
    padding: clamp(72px, 12vw, 120px) 0;
}

.cta .eyebrow { color: rgba(255, 255, 255, 0.5); }

.cta-inner h2 { max-width: 14ch; margin-inline: auto; }

.cta-inner p {
    max-width: 440px;
    margin: 18px auto 32px;
    color: rgba(255, 255, 255, 0.7);
}

/* ── Footer ── */

.site-footer {
    background: #050505;
    color: rgba(255, 255, 255, 0.65);
    padding: clamp(48px, 8vw, 72px) 0 calc(88px + env(safe-area-inset-bottom, 0px));
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 32px;
}

.footer-brand .brand {
    color: var(--white);
    display: inline-block;
    margin-bottom: 12px;
}

.footer-brand p {
    margin: 0;
    max-width: 28ch;
    font-size: 0.88rem;
}

.footer-col {
    display: grid;
    gap: 10px;
    align-content: start;
}

.footer-col h4,
.footer-heading {
    margin: 0 0 6px;
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-col a,
.footer-col p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.86rem;
    text-decoration: none;
}

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

.footer-bottom {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    font-size: 0.75rem;
}

/* ── Floating WhatsApp ── */

.whatsapp-float {
    position: fixed;
    right: max(16px, env(safe-area-inset-right, 16px));
    bottom: max(16px, env(safe-area-inset-bottom, 16px));
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 16px 0 14px;
    background: var(--wa);
    color: var(--white);
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, background 0.2s;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    background: var(--wa-dark);
}

.whatsapp-float .button-wa-icon {
    width: 22px;
    height: 22px;
}

.whatsapp-float-ring {
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(11, 107, 58, 0.5);
    animation: wa-pulse 2.2s ease-out infinite;
    pointer-events: none;
}

@keyframes wa-pulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.2); opacity: 0; }
}

/* ── Responsive ── */

@media (max-width: 1024px) {
    .about-split,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

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

    .gallery-placeholders {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item:nth-child(n) {
        grid-column: span 6;
        min-height: 280px;
    }

    .nav-search {
        order: 1;
        flex: 1 1 auto;
        max-width: none;
    }

    .nav-toggle {
        order: 2;
    }

    .nav-links {
        order: 3;
    }
}

@media (max-width: 768px) {
    .header-brand {
        padding-top: 18px;
        padding-bottom: 8px;
    }

    .brand-hero {
        width: min(100%, 420px);
    }

    .brand-logo {
        max-width: min(420px, 88vw);
    }

    .nav {
        justify-content: space-between;
    }

    .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }

    .nav-links {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
        padding: 12px 0 18px;
        border-bottom: 1px solid var(--line);
        background: var(--white);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    }

    .nav-links.is-open { display: flex; }

    .nav-links > a:not(.button) {
        padding: 14px clamp(16px, 4vw, 24px);
        border-bottom: 1px solid var(--line);
    }

    .nav-book {
        margin: 14px clamp(16px, 4vw, 24px) 0;
        width: calc(100% - clamp(32px, 8vw, 48px));
    }

    .service-row {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "name price"
            "meta book";
    }

    .service-info { grid-area: name; }
    .service-meta { grid-area: meta; }
    .service-price { grid-area: price; justify-self: end; }
    .service-book { grid-area: book; justify-self: end; }

    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-item:nth-child(n) {
        grid-column: span 1;
        min-height: 200px;
    }

    .whatsapp-float-label { display: none; }
    .whatsapp-float {
        width: 52px;
        height: 52px;
        padding: 0;
        justify-content: center;
        border-radius: 0;
    }

    .hero-scroll { display: none; }
}

@media (max-width: 480px) {
    body { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .process-grid { grid-template-columns: 1fr; }
    .gallery-placeholders { grid-template-columns: 1fr; }
    .service-block-header { flex-direction: column; align-items: flex-start; }
    .button { font-size: 0.82rem; min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .whatsapp-float-ring { display: none; }
}
