/* ============================================================
   POPMIA TRAVEL SRL — Tropical Editorial Luxury
   ============================================================ */

:root {
    --c-dark: #0B1D26;
    --c-darker: #060F14;
    --c-navy: #112736;
    --c-gold: #C5915A;
    --c-gold-light: #D4A872;
    --c-teal: #1A7A6D;
    --c-teal-light: #25A898;
    --c-cream: #FBF7F2;
    --c-cream-dark: #F0E8DD;
    --c-text: #1C1C1C;
    --c-text-muted: #6B7280;
    --c-white: #FFFFFF;
    --c-border: rgba(197, 145, 90, 0.15);

    --f-display: 'Instrument Serif', Georgia, serif;
    --f-body: 'Figtree', system-ui, sans-serif;

    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);

    --nav-height: 80px;
}

/* ---- Reset & Base ---- */

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--f-body);
    font-weight: 400;
    color: var(--c-text);
    background: var(--c-cream);
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

ul {
    list-style: none;
}

address {
    font-style: normal;
}

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

/* ---- Language Overlay ---- */

.lang-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s var(--ease-out-expo), visibility 0.5s;
}

.lang-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.lang-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: var(--c-darker);
    background-image:
        radial-gradient(ellipse at 30% 40%, rgba(197, 145, 90, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgba(26, 122, 109, 0.06) 0%, transparent 60%);
}

.lang-overlay__card {
    position: relative;
    text-align: center;
    padding: 3.5rem 3rem;
    max-width: 440px;
    width: 90%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    animation: langCardIn 0.7s var(--ease-out-expo) both;
    animation-delay: 0.2s;
}

@keyframes langCardIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.lang-overlay__logo {
    width: 180px;
    margin: 0 auto 2rem;
}

.lang-overlay__title {
    font-family: var(--f-display);
    font-size: 1.8rem;
    color: var(--c-white);
    margin-bottom: 0.5rem;
}

.lang-overlay__subtitle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
}

.lang-overlay__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.lang-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem 2.5rem;
    cursor: pointer;
    transition: all 0.35s var(--ease-out-expo);
    flex: 1;
    max-width: 180px;
}

.lang-btn:hover {
    background: rgba(197, 145, 90, 0.12);
    border-color: var(--c-gold);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(197, 145, 90, 0.15);
}

.lang-btn__flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c-gold), var(--c-teal));
    color: var(--c-white);
    font-family: var(--f-body);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.lang-btn__label {
    font-family: var(--f-body);
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

/* ---- Nav Language Toggle ---- */

.nav__lang {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 0.3rem 0.65rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}

.nav__lang:hover {
    background: rgba(197, 145, 90, 0.2);
    border-color: var(--c-gold);
}

.nav__lang-current {
    font-family: var(--f-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--c-white);
}

/* ---- Grain Overlay ---- */

.grain {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 180px;
}

/* ---- Utility ---- */

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.label {
    display: inline-block;
    font-family: var(--f-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 1.5rem;
}

.label--light {
    color: var(--c-gold-light);
}

.section-title {
    font-family: var(--f-display);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.15;
    color: var(--c-dark);
    margin-bottom: 2rem;
}

/* ---- Reveal Animations ---- */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal:nth-child(4) { transition-delay: 0.3s; }

/* ---- Parallax Base ---- */

.parallax-section {
    position: relative;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    inset: -20% 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    transition: background 0.4s ease, box-shadow 0.4s ease, height 0.4s ease;
}

.nav--scrolled {
    background: rgba(11, 29, 38, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 rgba(197, 145, 90, 0.1);
    height: 64px;
}

.nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.nav__logo-img {
    height: 60px;
    width: auto;
    transition: height 0.4s ease;
}

.nav--scrolled .nav__logo-img {
    height: 46px;
}

.nav__links {
    display: flex;
    gap: 2.5rem;
}

.nav__links a {
    font-family: var(--f-body);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.3s ease;
    position: relative;
}

.nav__links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-gold);
    transition: width 0.3s var(--ease-out-expo);
}

.nav__links a:hover {
    color: var(--c-white);
}

.nav__links a:hover::after {
    width: 100%;
}

/* Mobile toggle */
.nav__toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.nav__toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--c-white);
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

.nav__toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav__toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav__toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

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

.hero {
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__bg {
    background-image: url('https://images.unsplash.com/photo-1506929562872-bb421503ef21?w=1920&q=80');
    background-position: center 30%;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(11, 29, 38, 0.55) 0%,
        rgba(11, 29, 38, 0.40) 50%,
        rgba(11, 29, 38, 0.70) 100%
    );
    z-index: 1;
}

.hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
}

.hero__logo {
    width: clamp(280px, 45vw, 520px);
    margin: 0 auto 2rem;
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.3));
}

.hero__divider {
    width: 60px;
    height: 1px;
    background: var(--c-gold);
    margin: 0 auto 1.5rem;
}

.hero__tagline {
    font-family: var(--f-body);
    font-size: clamp(0.85rem, 1.5vw, 1.1rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--c-gold-light);
    margin-bottom: 1rem;
}

.hero__sub {
    font-family: var(--f-display);
    font-style: italic;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    color: rgba(255, 255, 255, 0.85);
    max-width: 500px;
    margin: 0 auto;
}

.hero__scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero__scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, var(--c-gold), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.2); }
}

/* ============================================================
   ABOUT
   ============================================================ */

.about {
    padding: clamp(6rem, 12vw, 10rem) 0;
    background: var(--c-cream);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--c-border), transparent);
}

.about__grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 4rem;
    align-items: start;
}

.about__title {
    font-family: var(--f-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.25;
    color: var(--c-dark);
    margin-bottom: 2rem;
}

.about__title em {
    color: var(--c-gold);
    font-style: italic;
}

.about__text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--c-text-muted);
    margin-bottom: 1.5rem;
    max-width: 640px;
}

/* ============================================================
   PARALLAX DIVIDERS
   ============================================================ */

.parallax-divider {
    height: 50vh;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-divider__bg-1 {
    background-image: url('https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?w=1920&q=80');
}

.parallax-divider__bg-2 {
    background-image: url('https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?w=1920&q=80');
}

.parallax-divider__overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 29, 38, 0.5);
    z-index: 1;
}

.parallax-divider__text {
    position: relative;
    z-index: 2;
    font-family: var(--f-display);
    font-style: italic;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    color: var(--c-white);
    text-align: center;
    padding: 2rem;
}

/* ============================================================
   BRANDS
   ============================================================ */

.brands {
    padding: clamp(6rem, 12vw, 10rem) 0;
    background: var(--c-cream);
}

.brands__header {
    text-align: center;
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.brands__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.brand-card {
    display: block;
    background: var(--c-white);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--c-border);
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s var(--ease-out-expo);
}

.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px -12px rgba(11, 29, 38, 0.15), 0 18px 36px -18px rgba(11, 29, 38, 0.1);
}

.brand-card__visual {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.brand-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s var(--ease-out-expo);
}

.brand-card:hover .brand-card__bg {
    transform: scale(1.08);
}

.brand-card__bg--i3nb {
    background-image: url('https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?w=800&q=80');
}

.brand-card__bg--cohost {
    background-image: url('https://images.unsplash.com/photo-1582268611958-ebfd161ef9cf?w=800&q=80');
}

.brand-card__logo-wrap {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.brand-card__logo {
    height: 48px;
    max-width: 180px;
    width: auto;
    object-fit: contain;
}

.brand-card__body {
    padding: 2rem;
}

.brand-card__name {
    font-family: var(--f-display);
    font-size: 1.5rem;
    color: var(--c-dark);
    margin-bottom: 0.25rem;
}

.brand-card__url {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--c-teal);
    margin-bottom: 1rem;
}

.brand-card__desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--c-text-muted);
    margin-bottom: 1.25rem;
}

.brand-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.brand-card__tags span {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 100px;
    background: var(--c-cream);
    color: var(--c-text-muted);
}

.brand-card__cta {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--c-gold);
    transition: color 0.3s ease;
}

.brand-card:hover .brand-card__cta {
    color: var(--c-teal);
}

/* ============================================================
   SERVICES
   ============================================================ */

.services {
    padding: clamp(6rem, 12vw, 10rem) 0;
    background: var(--c-white);
    position: relative;
}

.services__header {
    text-align: center;
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid var(--c-border);
    background: var(--c-cream);
    transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s var(--ease-out-expo), border-color 0.5s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--c-gold), var(--c-teal));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease-out-expo);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px -12px rgba(11, 29, 38, 0.1);
    border-color: rgba(197, 145, 90, 0.3);
}

.service-card__icon {
    width: 48px;
    height: 48px;
    color: var(--c-gold);
    margin-bottom: 1.5rem;
}

.service-card__icon svg {
    width: 100%;
    height: 100%;
}

.service-card__number {
    display: block;
    font-family: var(--f-display);
    font-size: 3.5rem;
    color: var(--c-border);
    line-height: 1;
    margin-bottom: 1rem;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
}

.service-card__title {
    font-family: var(--f-display);
    font-size: 1.5rem;
    color: var(--c-dark);
    margin-bottom: 1rem;
}

.service-card__desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--c-text-muted);
    margin-bottom: 1.5rem;
}

.service-card__list {
    border-top: 1px solid var(--c-border);
    padding-top: 1.25rem;
}

.service-card__list li {
    font-size: 0.85rem;
    color: var(--c-text-muted);
    padding: 0.4rem 0;
    padding-left: 1.25rem;
    position: relative;
}

.service-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-gold);
    transform: translateY(-50%);
}

/* ============================================================
   CONTACT
   ============================================================ */

.contact {
    position: relative;
    overflow: hidden;
    padding: clamp(6rem, 12vw, 10rem) 0;
}

.contact__bg {
    background-image: url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?w=1920&q=80');
    background-position: center;
}

.contact__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(11, 29, 38, 0.92) 0%,
        rgba(11, 29, 38, 0.85) 100%
    );
    z-index: 1;
}

.contact__inner {
    position: relative;
    z-index: 2;
}

.contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 6vw, 6rem);
    align-items: start;
}

.contact__title {
    font-family: var(--f-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    color: var(--c-white);
    margin-bottom: 1.5rem;
}

.contact__text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2.5rem;
}

.contact__details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact__detail-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 0.5rem;
}

.contact__detail address,
.contact__detail a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    line-height: 1.7;
    transition: color 0.3s ease;
}

.contact__detail a:hover {
    color: var(--c-gold-light);
}

/* Contact Form — Caribbean Concierge */

.contact__form-wrap {
    position: relative;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 50%,
        rgba(197, 145, 90, 0.04) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: clamp(2rem, 4vw, 3rem);
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: border-color 0.5s var(--ease-out-expo);
}

.contact__form-wrap:hover {
    border-color: rgba(197, 145, 90, 0.25);
}

.form-accent {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--c-gold), transparent 70%);
    opacity: 0.12;
    border-radius: 0 20px 0 80px;
    pointer-events: none;
}

/* Form layout */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0;
}

/* Floating label fields */
.form-field {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-field input:not([type="checkbox"]),
.form-field select,
.form-field textarea {
    width: 100%;
    font-family: var(--f-body);
    font-size: 0.95rem;
    color: var(--c-white);
    background: rgba(255, 255, 255, 0.04);
    border: none;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px 6px 0 0;
    padding: 1.4rem 1rem 0.5rem;
    transition: background 0.3s ease;
    outline: none;
}

.form-field label {
    position: absolute;
    top: 0.95rem;
    left: 1rem;
    font-family: var(--f-body);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.35);
    pointer-events: none;
    transition: all 0.25s var(--ease-out-expo);
    transform-origin: left center;
}

/* Float label up when focused or has content */
.form-field input:not([type="checkbox"]):focus ~ label,
.form-field input:not([type="checkbox"]):not(:placeholder-shown) ~ label,
.form-field textarea:focus ~ label,
.form-field textarea:not(:placeholder-shown) ~ label,
.form-field select:focus ~ label,
.form-field select:valid ~ label {
    top: 0.3rem;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--c-gold);
}

/* Animated underline bar */
.form-field__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--c-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s var(--ease-out-expo);
}

.form-field input:not([type="checkbox"]):focus ~ .form-field__bar,
.form-field select:focus ~ .form-field__bar,
.form-field textarea:focus ~ .form-field__bar {
    transform: scaleX(1);
}

.form-field input:not([type="checkbox"]):focus,
.form-field select:focus,
.form-field textarea:focus {
    background: rgba(255, 255, 255, 0.08);
}

.form-field input:not([type="checkbox"])::placeholder,
.form-field textarea::placeholder {
    color: transparent;
}

.form-field textarea {
    resize: vertical;
    min-height: 100px;
}

/* Select custom styling */
.form-field select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,0.4)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    padding-top: 1.4rem;
    padding-bottom: 0.5rem;
}

.form-field select option {
    background: var(--c-dark);
    color: var(--c-white);
}

/* WhatsApp toggle */
.whatsapp-wrap {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.6rem;
    margin-bottom: 1.5rem;
}

.whatsapp-toggle {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
}

.whatsapp-toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.whatsapp-toggle__track {
    position: relative;
    width: 52px;
    height: 28px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    transition: all 0.3s var(--ease-out-expo);
    flex-shrink: 0;
}

.whatsapp-toggle__thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s var(--ease-out-expo);
}

.whatsapp-toggle input:checked ~ .whatsapp-toggle__track {
    background: rgba(37, 211, 102, 0.2);
    border-color: #25D366;
}

.whatsapp-toggle input:checked ~ .whatsapp-toggle__track .whatsapp-toggle__thumb {
    left: 26px;
    background: #25D366;
    color: #fff;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.4);
}

.whatsapp-toggle__label {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s ease;
}

.whatsapp-toggle input:checked ~ .whatsapp-toggle__track ~ .whatsapp-toggle__label {
    color: #25D366;
}

/* Submit button */
.form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    font-family: var(--f-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--c-dark);
    background: linear-gradient(135deg, var(--c-gold), var(--c-gold-light));
    border: none;
    border-radius: 10px;
    padding: 1.1rem 2rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s var(--ease-out-expo), box-shadow 0.3s var(--ease-out-expo);
}

.form-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(197, 145, 90, 0.35);
}

.form-submit:hover::before {
    opacity: 1;
}

.form-submit:active {
    transform: translateY(0);
}

.form-submit__icon {
    display: flex;
    transition: transform 0.3s var(--ease-out-expo);
}

.form-submit:hover .form-submit__icon {
    transform: translateX(4px);
}

.form-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

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

.footer {
    background: var(--c-darker);
    padding: 4rem 0 2rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer__logo {
    height: 40px;
    width: auto;
    opacity: 0.85;
    margin-bottom: 1rem;
}

.footer__tagline {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 1.5rem;
}

.footer__newsletter-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 0.75rem;
}

.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 320px;
}

.newsletter-form input {
    flex: 1;
    font-family: var(--f-body);
    font-size: 0.85rem;
    padding: 0.6rem 0.85rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-right: none;
    border-radius: 6px 0 0 6px;
    color: var(--c-white);
    outline: none;
    transition: border-color 0.3s ease;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.newsletter-form input:focus {
    border-color: var(--c-gold);
}

.newsletter-form button {
    font-family: var(--f-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    background: var(--c-gold);
    color: var(--c-dark);
    border: 1px solid var(--c-gold);
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.newsletter-form button:hover {
    background: var(--c-gold-light);
}

.newsletter-form button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.newsletter-msg {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    min-height: 1.2em;
}

.newsletter-msg--ok {
    color: var(--c-teal-light);
}

.newsletter-msg--err {
    color: #e74c3c;
}

.footer__links h4 {
    font-family: var(--f-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 1.25rem;
}

.footer__links a {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
    padding: 0.3rem 0;
    transition: color 0.3s ease;
}

.footer__links a:hover {
    color: var(--c-white);
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
    .services__grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .brands__grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

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

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

@media (max-width: 768px) {
    :root {
        --nav-height: 64px;
    }

    .nav__toggle {
        display: flex;
    }

    .nav__links {
        position: fixed;
        inset: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        background: rgba(11, 29, 38, 0.97);
        backdrop-filter: blur(24px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .nav__links.open {
        opacity: 1;
        visibility: visible;
    }

    .nav__links a {
        font-size: 1.1rem;
        color: var(--c-white);
    }

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

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

    .footer__bottom {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .brand-card__visual {
        height: 180px;
    }

    .contact__form-wrap {
        padding: 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .parallax-divider {
        height: 35vh;
        min-height: 220px;
    }
}

@media (max-width: 480px) {
    .hero__logo {
        width: 240px;
    }

    .service-card {
        padding: 1.75rem;
    }

    .service-card__number {
        font-size: 2.5rem;
        top: 1rem;
        right: 1.25rem;
    }
}
