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

  :root {
    --ink: #0a0a0a;
    --paper: #f5f3ee;
    --gold: #c9a84c;
    --gold-light: #f0ddb0;
    --gold-soft: #d8bf7a;
    --gold-dim: rgba(201,168,76,0.15);
    --cream: #faf8f3;
    --smoke: #8a8680;
    --border: rgba(201,168,76,0.2);
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'DM Sans', system-ui, sans-serif;
  }

  html { scroll-behavior: smooth; overflow-x: clip; width: 100%; max-width: 100%; }

  body {
    background: var(--ink);
    color: var(--paper);
    font-family: var(--font-sans);
    font-weight: 300;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overscroll-behavior-x: none;
    -webkit-overscroll-behavior-x: none;
    width: 100%;
    max-width: 100%;
    position: relative;
    touch-action: pan-y;
  }

  img, video, canvas, svg, iframe {
    max-width: 100%;
  }

  header, section, footer, .site-loader, .mobile-menu-backdrop, .mobile-menu-panel, .cookie-banner, .policy-modal, .cookie-modal {
    max-width: 100%;
  }

  /* Allow text selection in form inputs */
  input, textarea, [contenteditable] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }

  /* ─── NOISE TEXTURE OVERLAY ─── */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    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)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1000;
    opacity: 0.4;
  }

  /* ─── HEADER ─── */
  header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 900;
    padding: 0 4rem;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(7,7,7,0.94), rgba(10,10,10,0.86));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .logo {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.18em;
    color: var(--paper);
    text-decoration: none;
    text-transform: uppercase;
  }
  .logo span { color: var(--gold); }

  nav { display: flex; gap: 2.5rem; align-items: center; }

  nav a {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--smoke);
    text-decoration: none;
    transition: color 0.3s;
  }
  nav a:hover { color: var(--gold); }
  nav a.active,
  .mobile-menu-links a.active {
    color: var(--gold);
  }
  nav a.active::after,
  .mobile-menu-links a.active::after {
    width: 100%;
    opacity: 1;
  }
  nav a[href^="#"] {
    position: relative;
    padding-bottom: 0.35rem;
  }
  nav a[href^="#"]::after,
  .mobile-menu-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(to right, var(--gold), transparent);
    opacity: 0;
    transition: width 0.35s ease, opacity 0.35s ease;
  }
  nav a[href^="#"]:hover::after,
  .mobile-menu-links a:hover::after {
    width: 100%;
    opacity: 1;
  }

  .lang-toggle {
    display: flex;
    border: 1px solid var(--border);
    border-radius: 2px;
    overflow: hidden;
    margin-left: 1rem;
  }
  .lang-toggle button {
    background: none;
    border: none;
    padding: 0.3rem 0.8rem;
    font-family: var(--font-sans);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    color: var(--smoke);
    transition: all 0.25s;
  }
  .lang-toggle button.active { background: var(--gold); color: var(--ink); }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.4rem;
    background: linear-gradient(180deg, rgba(201,168,76,0.08), rgba(201,168,76,0.02));
    border: 1px solid rgba(201,168,76,0.72);
    color: var(--gold-light);
    font-family: var(--font-sans);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
  }
  .cta-btn:hover { background: linear-gradient(180deg, var(--gold-light), var(--gold)); color: var(--ink); box-shadow: 0 12px 34px rgba(201,168,76,0.18); }
  .cta-btn .arrow { transition: transform 0.3s; }
  .cta-btn:hover .arrow { transform: translateX(4px); }

  /* ─── HERO ─── */
  #hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 8rem 4rem 6rem;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 20% 50%, rgba(201,168,76,0.07) 0%, transparent 60%),
                radial-gradient(ellipse 60% 80% at 80% 30%, rgba(201,168,76,0.04) 0%, transparent 50%);
  }

  .hero-lines {
    position: absolute;
    inset: 0;
    background-image: 
      linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 20%, transparent 80%);
  }

  .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
  }

  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.9s 0.2s forwards;
  }
  .hero-eyebrow::before, .hero-eyebrow::after {
    content: '';
    width: 32px;
    height: 1px;
    background: var(--gold);
    opacity: 0.5;
  }

  .hero-title {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--paper);
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp 1s 0.4s forwards;
  }
  .hero-title em {
    font-style: italic;
    color: var(--gold);
  }

  .hero-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--smoke);
    max-width: 580px;
    margin: 0 auto 3rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.9s 0.6s forwards;
  }

  .hero-actions {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.9s 0.8s forwards;
  }

  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.5rem;
    border: 1px solid rgba(245,243,238,0.15);
    color: var(--smoke);
    font-family: var(--font-sans);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    background: transparent;
  }
  .btn-secondary:hover { border-color: var(--paper); color: var(--paper); }

  .hero-scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    animation: fadeUp 0.8s 1.4s forwards;
  }
  .scroll-label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--smoke);
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
  }
  .scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollPulse 2s 1.5s infinite;
  }

  /* ─── STATS BAR ─── */
  .stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .stat-item {
    padding: 2.5rem 3rem;
    text-align: center;
    border-right: 1px solid var(--border);
    position: relative;
    overflow: hidden;
  }
  .stat-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gold-dim);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s;
  }
  .stat-item:hover::before { transform: scaleY(1); }
  .stat-item:last-child { border-right: none; }
  .stat-num {
    font-family: var(--font-serif);
    font-size: 2.8rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    display: block;
    position: relative;
  }
  .stat-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--smoke);
    margin-top: 0.4rem;
    position: relative;
  }

  /* ─── SECTIONS COMMON ─── */
  section { padding: 8rem 4rem; }
  section[id] { scroll-margin-top: 100px; }
  .section-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .section-eyebrow::after {
    content: '';
    flex: 1;
    max-width: 40px;
    height: 1px;
    background: var(--gold);
    opacity: 0.4;
  }
  .section-title {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 300;
    line-height: 1.15;
    color: var(--paper);
    margin-bottom: 1rem;
  }
  .section-title em { font-style: italic; color: var(--gold); }
  .section-sub {
    font-size: 1rem;
    color: var(--smoke);
    max-width: 480px;
    line-height: 1.75;
  }

  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s, transform 0.8s;
  }
  .reveal.visible { opacity: 1; transform: none; }

  /* ─── SERVICES ─── */
  #services { background: #0d0d0d; }
  .services-header { max-width: 1200px; margin: 0 auto 5rem; }
  .services-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }
  .service-card {
    padding: 2rem 2rem 1.85rem;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
    cursor: default;
    background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01));
    backdrop-filter: blur(10px);
  }
  .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(201,168,76,0.12), transparent 42%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
  }
  .service-card:hover::before { opacity: 1; }
  .service-card:hover {
    border-color: rgba(201,168,76,0.28);
    box-shadow: 0 18px 45px rgba(0,0,0,0.28);
    transform: translateY(-4px);
  }
  .service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
    position: relative;
    z-index: 1;
  }
  .service-num {
    font-family: var(--font-serif);
    font-size: 1rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(201,168,76,0.7);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    transition: color 0.35s ease;
  }
  .service-num::after {
    content: '';
    width: 36px;
    height: 1px;
    background: rgba(201,168,76,0.35);
  }
  .service-card:hover .service-num { color: var(--gold); }
  .service-icon {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(201,168,76,0.18);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.02);
  }
  .service-card:hover .service-icon { border-color: var(--gold); background: rgba(201,168,76,0.08); transform: translateY(-1px); }
  .service-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
  .service-title {
    font-family: var(--font-serif);
    font-size: 1.55rem;
    font-weight: 400;
    color: var(--paper);
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
  }
  .service-desc {
    font-size: 0.95rem;
    color: var(--smoke);
    line-height: 1.8;
    position: relative;
    z-index: 1;
    margin-bottom: 1.15rem;
  }
  .service-points {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .service-points li {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(244,236,217,0.78);
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.025);
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
  }

  @media (max-width: 900px) {
    .services-grid { grid-template-columns: 1fr; gap: 1rem; }
    .service-card { padding: 1.5rem; border-radius: 22px; }
    .service-title { font-size: 1.35rem; }
  }

  /* ─── PROJECTS ─── */
  #projects { background: var(--ink); }
  .projects-header {
    max-width: 1200px;
    margin: 0 auto 4rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
  }
  .projects-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5px;
  }
  .project-card {
    position: relative;
    overflow: hidden;
    background: #111;
    cursor: pointer;
    group: true;
  }
  .project-card-inner {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #111 0%, #1a1a1a 50%, #111 100%);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .project-card:first-child .project-card-inner { aspect-ratio: 16/10; }
  .project-card:hover .project-card-inner { transform: scale(1.03); }

  .project-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .project-pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.3;
  }

  .project-info {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2.5rem;
    background: linear-gradient(to top, rgba(10,10,10,0.95) 0%, transparent 100%);
    transform: translateY(8px);
    transition: transform 0.4s;
  }
  .project-card:hover .project-info { transform: none; }
  .project-cat {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
  }
  .project-name {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--paper);
    margin-bottom: 0.4rem;
  }
  .project-desc { font-size: 0.85rem; color: rgba(138,134,128,0.8); }

  .project-link {
    position: absolute;
    top: 1.5rem; right: 1.5rem;
    width: 40px; height: 40px;
    border: 1px solid rgba(201,168,76,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.35s;
    background: rgba(10,10,10,0.6);
    backdrop-filter: blur(8px);
  }
  .project-card:hover .project-link { opacity: 1; transform: none; }
  .project-link svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.5; }

  .projects-right { display: flex; flex-direction: column; gap: 1.5px; }

  /* ─── ABOUT ─── */
  #about {
    background: #0d0d0d;
    overflow: hidden;
  }
  .about-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem;
    align-items: center;
  }
  .about-visual {
    position: relative;
    aspect-ratio: 4/5;
  }
  .about-img-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #141414 100%);
    overflow: hidden;
  }
  .about-img-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
      repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(201,168,76,0.03) 30px, rgba(201,168,76,0.03) 31px);
  }
  .about-img-label {
    position: absolute;
    bottom: -1px; right: -1px;
    padding: 1.2rem 2rem;
    background: var(--gold);
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink);
    font-weight: 500;
  }
  .about-frame {
    position: absolute;
    top: 2rem; left: 2rem;
    right: -2rem; bottom: -2rem;
    border: 1px solid var(--border);
    z-index: -1;
  }

  .about-values { margin-top: 3.5rem; }
  .value-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(201,168,76,0.1);
  }
  .value-item:last-child { border-bottom: none; }
  .value-num {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--gold);
    opacity: 0.7;
    min-width: 2rem;
    padding-top: 0.1rem;
  }
  .value-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--paper);
    letter-spacing: 0.04em;
    margin-bottom: 0.3rem;
  }
  .value-desc { font-size: 0.85rem; color: var(--smoke); line-height: 1.65; }

  /* ─── PROCESS ─── */
  #process { background: var(--ink); }
  .process-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .process-header { margin-bottom: 5rem; }
  .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  .process-steps::before {
    content: '';
    position: absolute;
    top: 1.6rem;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
    opacity: 0.2;
  }
  .process-step { padding: 0 2rem 0 0; }
  .step-dot {
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    background: var(--ink);
    transition: border-color 0.4s, background 0.4s;
  }
  .step-dot:hover { border-color: var(--gold); background: var(--gold-dim); }
  .step-dot-num {
    font-family: var(--font-serif);
    font-size: 1rem;
    color: var(--gold);
  }
  .step-title {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: var(--paper);
    margin-bottom: 0.6rem;
  }
  .step-desc { font-size: 0.87rem; color: var(--smoke); line-height: 1.7; }

  /* ─── TESTIMONIALS ─── */
  #testimonials { background: #0d0d0d; }
  .testimonials-inner { max-width: 1200px; margin: 0 auto; }
  .testimonials-header { margin-bottom: 4rem; }
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .testimonial-card {
    padding: 2.5rem;
    border: 1px solid var(--border);
    position: relative;
    transition: border-color 0.4s;
  }
  .testimonial-card:hover { border-color: rgba(201,168,76,0.4); }
  .testimonial-quote {
    font-family: var(--font-serif);
    font-size: 3rem;
    color: var(--gold);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .testimonial-text {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    font-style: italic;
    color: var(--paper);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-weight: 300;
  }
  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .author-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--gold-dim);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: var(--gold);
    font-family: var(--font-serif);
  }
  .author-name { font-size: 0.85rem; font-weight: 500; color: var(--paper); }
  .author-co { font-size: 0.76rem; color: var(--smoke); }

  /* ─── CONTACT ─── */
  #contact { background: var(--ink); }
  .contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: start;
  }
  .contact-info-item {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 2rem;
    align-items: flex-start;
    margin-top: 2rem;
  }
  .contact-icon-box {
    width: 44px; height: 44px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .contact-icon-box svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
  .contact-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); margin-bottom: 0.3rem; }
  .contact-value { font-size: 0.95rem; color: var(--paper); }

  .form-group { margin-bottom: 1.5rem; }
  .form-label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--smoke);
    margin-bottom: 0.6rem;
  }
  .form-input, .form-textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(201,168,76,0.2);
    padding: 0.6rem 0;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--paper);
    outline: none;
    transition: border-color 0.3s;
  }
  .form-input::placeholder, .form-textarea::placeholder { color: rgba(138,134,128,0.5); }
  .form-input:focus, .form-textarea:focus { border-color: var(--gold); }
  .form-textarea { resize: none; height: 120px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }

  .form-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 2.2rem;
    background: var(--gold);
    border: none;
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 0.5rem;
  }
  .form-submit:hover { background: var(--gold-light); }
  .form-submit svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform 0.3s; }
  .form-submit:hover svg { transform: translateX(4px); }

  /* ─── FOOTER ─── */
  footer {
  position: relative;
  padding: 5rem 0 2rem;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0)),
    #0a0a0a;
}

.footer-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.footer-brand-block .logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-brand-desc {
  max-width: 420px;
  color: rgba(255,255,255,0.68);
  line-height: 1.8;
  font-size: 0.98rem;
}

.footer-col-title {
  margin-bottom: 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.95;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.82rem;
}

.footer-links a,
.footer-links span {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.6;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
  color: var(--gold);
  transform: translateX(4px);
}

.footer-contact-info a[href^="mailto:"] {
  color: #fff;
}

.footer-social-link {
  display: inline-flex !important;
  align-items: center;
  gap: 0.6rem;
  max-width: fit-content;
}

.footer-social-link-minimal {
  padding: 0.2rem 0;
  border: none;
  background: transparent;
  border-radius: 0;
}

.footer-social-link:hover {
  transform: translateX(4px);
}

.footer-social-icon {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.14);
  flex-shrink: 0;
}

.footer-social-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.9;
}

.footer-social-text {
  color: rgba(255,255,255,0.78);
  font-size: 0.94rem;
  line-height: 1.2;
}

.footer-availability {
  color: rgba(255,255,255,0.58) !important;
}

.footer-mini-cta {
  margin-top: 0.4rem;
  color: var(--gold) !important;
  font-weight: 500;
}

.footer-divider {
  height: 1px;
  margin: 2.2rem 0 1.3rem;
  background: linear-gradient(
    90deg,
    rgba(212, 175, 55, 0),
    rgba(212, 175, 55, 0.2),
    rgba(212, 175, 55, 0)
  );
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-legal a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.25s ease;
}

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

@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  footer {
    padding: 4rem 0 1.6rem;
  }

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

  .footer-brand-desc {
    max-width: 100%;
    font-size: 0.94rem;
  }

  .footer-col-title {
    margin-bottom: 0.8rem;
  }

  .footer-links {
    gap: 0.7rem;
  }

  .footer-links a,
  .footer-links span {
    font-size: 0.92rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .footer-legal {
    gap: 0.8rem;
  }
}

  /* ─── WHATSAPP FLOAT ─── */
  .whatsapp-float {
    position: fixed;
    bottom: 2rem; right: 2rem;
    width: 52px; height: 52px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 800;
    box-shadow: 0 4px 24px rgba(37,211,102,0.3);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 6px 32px rgba(37,211,102,0.4); }
  .whatsapp-float svg { width: 26px; height: 26px; fill: white; }

  /* ─── COOKIE BANNER ─── */
  .cookie-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: rgba(13,13,13,0.97);
    border-top: 1px solid var(--border);
    padding: 1.5rem 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    z-index: 850;
    backdrop-filter: blur(16px);
    transition: transform 0.4s;
  }
  .cookie-banner.hidden { transform: translateY(110%); pointer-events: none; opacity: 0; }
  .cookie-banner, .cookie-actions, .cookie-banner button, .cookie-banner a, .cookie-modal, .cookie-modal button, .policy-modal, .policy-modal button { pointer-events: auto; }
  .cookie-text { font-size: 0.83rem; color: var(--smoke); max-width: 600px; line-height: 1.6; }
  .cookie-preferences-panel {
    display: none;
    width: 100%;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(201,168,76,0.14);
    gap: 1rem;
    flex-direction: column;
  }
  .cookie-preferences-panel.visible {
    display: flex;
  }
  .cookie-preferences-panel .cookie-pref-item {
    padding: 1rem 0;
  }
  .cookie-preferences-panel .cookie-modal-actions {
    justify-content: flex-end;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
  .cookie-actions { display: flex; gap: 0.8rem; flex-shrink: 0; }
  .cookie-accept {
    padding: 0.5rem 1.4rem;
    background: var(--gold);
    border: none;
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
  }
  .cookie-decline {
    padding: 0.5rem 1.4rem;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--smoke);
    font-family: var(--font-sans);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
  }



  /* ─── POLICY ─── */
  #policy { background: #0d0d0d; }
  .policy-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
  .policy-card {
    border: 1px solid var(--border);
    padding: 2.25rem;
    background: rgba(255,255,255,0.01);
  }
  .policy-card h3 {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--paper);
    margin-bottom: 1rem;
  }
  .policy-card p, .policy-card li {
    color: var(--smoke);
    font-size: 0.92rem;
    line-height: 1.8;
  }
  .policy-card ul {
    padding-left: 1.2rem;
    margin-top: 0.8rem;
  }
  .policy-meta {
    margin-top: 1rem;
    font-size: 0.78rem;
    color: rgba(138,134,128,0.75);
    letter-spacing: 0.04em;
  }

  /* ─── COOKIE MODAL ─── */
  .cookie-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.65);
    z-index: 950;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s, visibility 0.25s;
  }
  .cookie-modal.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .cookie-modal-card {
    width: min(100%, 720px);
    background: #111;
    border: 1px solid var(--border);
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  }
  .cookie-modal-title {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--paper);
    margin-bottom: 0.7rem;
  }
  .cookie-modal-desc {
    color: var(--smoke);
    font-size: 0.92rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }
  .cookie-pref-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(201,168,76,0.1);
  }
  .cookie-pref-item:first-of-type { border-top: none; }
  .cookie-pref-copy strong {
    display: block;
    color: var(--paper);
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }
  .cookie-pref-copy span {
    color: var(--smoke);
    font-size: 0.84rem;
    line-height: 1.7;
    display: block;
  }
  .switch {
    position: relative;
    width: 52px;
    height: 30px;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }
  .switch input { opacity: 0; width: 0; height: 0; }
  .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #232323;
    border: 1px solid var(--border);
    transition: .25s;
    border-radius: 999px;
  }
  .slider:before {
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    left: 3px;
    top: 3px;
    background: var(--paper);
    transition: .25s;
    border-radius: 50%;
  }
  .switch input:checked + .slider { background: rgba(201,168,76,0.2); border-color: rgba(201,168,76,0.45); }
  .switch input:checked + .slider:before { transform: translateX(22px); background: var(--gold); }
  .switch input:disabled + .slider { opacity: 0.6; cursor: not-allowed; }
  .cookie-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  .cookie-link, .footer-legal a {
    color: var(--gold);
    text-decoration: none;
  }
  .footer-legal {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }


  /* ─── POLICY MODAL ─── */
  .policy-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 960;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .policy-modal.visible {
    opacity: 1;
    pointer-events: auto;
  }
  .policy-modal-card {
    width: min(920px, 100%);
    max-height: 88vh;
    overflow: auto;
    background: #0f0f0f;
    border: 1px solid var(--border);
    padding: 2rem;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  }
  .policy-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--paper);
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 1rem;
  }
  .policy-modal-nav {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin: 1.2rem 0 2rem;
  }
  .policy-tab {
    padding: 0.65rem 1rem;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--smoke);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.72rem;
    cursor: pointer;
  }
  .policy-tab.active {
    background: var(--gold);
    color: var(--ink);
    border-color: var(--gold);
  }
  .policy-panel { display: none; }
  .policy-panel.active { display: block; }
  .policy-panel h3 {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: var(--paper);
  }
  .policy-panel p, .policy-panel li {
    color: var(--smoke);
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .policy-panel ul {
    margin: 1rem 0 1rem 1.2rem;
  }


  .service-card, .project-card, .value-item, .process-step, .testimonial-card, .contact-info-item, .form-group, .footer-top > div, .about-visual, .about-frame, .whatsapp-float, .cta-btn, .btn-secondary, .form-submit, .policy-modal-card, .cookie-modal-card {
    transition: transform 0.45s ease, box-shadow 0.45s ease, opacity 0.45s ease, border-color 0.35s ease, background 0.35s ease;
    will-change: transform, opacity;
  }

  .service-card:hover, .project-card:hover, .value-item:hover, .process-step:hover, .testimonial-card:hover {
    transform: translateY(-6px);
  }

  .contact-info-item:hover, .footer-top > div:hover {
    transform: translateY(-4px);
  }

  .about-visual:hover .about-img-placeholder img,
  .about-visual:hover .about-img-placeholder::before {
    transform: scale(1.04);
  }

  .about-img-placeholder img,
  .about-img-placeholder::before {
    transition: transform 0.7s ease, opacity 0.6s ease;
  }

  .hero-bg {
    animation: slowPulse 9s ease-in-out infinite;
  }

  .hero-lines {
    animation: driftGrid 18s linear infinite;
  }

  .whatsapp-float {
    animation: floatBubble 3.2s ease-in-out infinite;
  }

  .cookie-banner,
  .policy-modal.visible .policy-modal-card,
  .cookie-modal.visible .cookie-modal-card {
    animation: fadeUpSoft 0.45s ease forwards;
  }

  section {
    position: relative;
  }
  section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(201,168,76,0.035) 45%, transparent 70%);
    opacity: 0;
    transform: translateX(-12%);
    pointer-events: none;
  }
  section.reveal.visible::after {
    animation: sectionSweep 1.2s ease;
  }

  .policy-modal {
    backdrop-filter: blur(0px);
    transition: opacity 0.38s ease, backdrop-filter 0.38s ease;
  }
  .policy-modal.visible,
  .cookie-modal.visible {
    backdrop-filter: blur(10px);
  }
  .policy-modal-card,
  .cookie-modal-card {
    transform: translateY(28px) scale(0.975);
    opacity: 0;
  }
  .policy-modal.visible .policy-modal-card,
  .cookie-modal.visible .cookie-modal-card {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    to { opacity: 1; transform: none; }
  }
  @keyframes scrollPulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
  }
  @keyframes slowPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.04); opacity: 0.9; }
  }
  @keyframes sectionSweep {
    0% { opacity: 0; transform: translateX(-14%); }
    20% { opacity: 1; }
    100% { opacity: 0; transform: translateX(12%); }
  }
  @keyframes driftGrid {
    0% { transform: translate3d(0,0,0); }
    50% { transform: translate3d(8px,-10px,0); }
    100% { transform: translate3d(0,0,0); }
  }
  @keyframes floatBubble {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }
  @keyframes fadeUpSoft {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }


  /* ─── PREMIUM INTERACTIONS ─── */
  .magnetic {
    position: relative;
    transform: translate3d(0,0,0);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.3s, color 0.3s, border-color 0.3s;
    will-change: transform;
  }
  .magnetic::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    pointer-events: none;
  }
  .hero-bg,
  .hero-lines,
  .about-img-placeholder {
    will-change: transform;
    transform: translate3d(0,0,0);
    transition: transform 0.18s linear;
  }
  .hero-inner,
  .about-visual,
  .project-card-inner,
  .service-card,
  .testimonial-card,
  .policy-modal-card,
  .cookie-modal-card {
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }
  .section-cinematic {
    position: relative;
    overflow: clip;
  }
  .section-cinematic::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(201,168,76,0.035) 45%, transparent 100%);
    transform: translateX(-120%);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
  }
  .section-cinematic.visible::before { transform: translateX(120%); }

  /* ─── MOBILE ─── */
  

.about-brand-visual {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #101010 0%, #090909 55%, #141414 100%);
  overflow: hidden;
}

.about-brand-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(201,168,76,0.16), transparent 28%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.06), transparent 20%);
  filter: blur(8px);
}

.about-brand-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.18;
}

.about-brand-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-brand-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.14);
}

.about-brand-ring-1 {
  width: 240px;
  height: 240px;
}

.about-brand-ring-2 {
  width: 320px;
  height: 320px;
  border-color: rgba(201,168,76,0.08);
}

.about-brand-word {
  position: relative;
  font-family: var(--font-sans);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  margin-left: 0.42em;
  text-shadow: 0 0 24px rgba(255,255,255,0.06);
  background: linear-gradient(180deg, #f5f3ee 0%, #d8c48a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.about-brand-line {
  position: relative;
  width: 120px;
  height: 1px;
  margin-top: 1rem;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: 0.9;
}

.about-brand-sub {
  position: relative;
  margin-top: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
  margin-left: 0.28em;
  font-family: var(--font-sans);
}

@media (max-width: 768px) {
  .about-brand-word {
    font-size: 1.35rem;
    letter-spacing: 0.28em;
    margin-left: 0.28em;
  }

  .about-brand-sub {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .about-brand-ring-1 {
    width: 180px;
    height: 180px;
  }

  .about-brand-ring-2 {
    width: 240px;
    height: 240px;
  }

    header { 
      padding: 0 1.5rem; 
      background: rgba(10,10,10,0.95);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
    }
    nav { display: none !important; }
    .mobile-menu-toggle { display: inline-flex !important; visibility: visible; opacity: 1; }
    .mobile-menu-panel { display: flex; }
    section { padding: 5rem 1.5rem; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .services-grid, .about-inner, .contact-inner, .policy-inner { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
    .cookie-banner { flex-direction: column; padding: 1.5rem; }
    .form-row { grid-template-columns: 1fr; }
    #hero { padding: 7rem 1.5rem 5rem; }
    .projects-header { flex-direction: column; }
    .process-steps::before { display: none; }
    .stat-item { padding: 2rem 1.5rem; }
    .mobile-menu-panel .lang-toggle button { padding: 0.45rem 0.9rem; }

    html, body {
      overflow-x: hidden;
      overflow-x: clip;
      width: 100%;
      max-width: 100%;
    }

    body > * {
      max-width: 100%;
    }

    .about-frame {
      right: 0;
      bottom: 0;
    }

    .cookie-banner,
    .nexa-toast {
      left: 0;
      right: 0;
      width: auto;
    }
  }


  /* ─── PREMIUM MOTION UPGRADE ─── */
  body.is-ready .hero-eyebrow,
  body.is-ready .hero-title,
  body.is-ready .hero-desc,
  body.is-ready .hero-actions,
  body.is-ready .hero-scroll {
    will-change: transform, opacity;
  }

  .hero-bg, .hero-lines {
    animation: heroFloat 16s ease-in-out infinite alternate;
  }

  .hero-lines {
    animation-duration: 22s;
  }

  .service-card,
  .value-item,
  .process-step,
  .contact-info-item,
  .footer-top > div,
  .stat-item,
  .about-visual,
  .form-group,
  .policy-panel,
  .policy-tab,
  .cookie-pref-item,
  .lang-toggle button,
  nav a,
  .footer-links a,
  .footer-legal a {
    transition: transform 0.45s ease, opacity 0.45s ease, border-color 0.35s ease, background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
  }

  .service-card:hover,
  .value-item:hover,
  .process-step:hover,
  .contact-info-item:hover,
  .footer-top > div:hover,
  .about-visual:hover {
    transform: translateY(-6px);
  }

  .stat-item:hover {
    transform: translateY(-4px);
  }

  .cta-btn,
  .btn-secondary,
  .form-submit,
  .cookie-accept,
  .cookie-decline,
  .policy-tab,
  .policy-modal-close {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  }

  .cta-btn:hover,
  .btn-secondary:hover,
  .form-submit:hover,
  .cookie-accept:hover,
  .cookie-decline:hover,
  .policy-tab:hover,
  .policy-modal-close:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  }

  .about-img-placeholder img {
    transition: transform 1.2s ease, filter 0.7s ease;
  }

  .about-visual:hover .about-img-placeholder img {
    transform: scale(1.05);
    filter: saturate(1.06) contrast(1.03);
  }

  .about-frame {
    transition: transform 0.6s ease, border-color 0.4s ease;
  }

  .about-visual:hover .about-frame {
    transform: translate(10px, 10px);
    border-color: rgba(201,168,76,0.4);
  }

  .policy-panel {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    display: none;
  }

  .policy-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .policy-modal.visible .policy-modal-card,
  .cookie-modal.visible .cookie-modal-card {
    animation: modalLift 0.35s ease;
  }

  .footer-legal {
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  @keyframes heroFloat {
    0% { transform: scale(1) translate3d(0,0,0); }
    100% { transform: scale(1.04) translate3d(0,-10px,0); }
  }

  @keyframes modalLift {
    0% { opacity: 0; transform: translateY(18px) scale(0.98); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
  }


  /* ─── LOADER + MOBILE MENU ─── */
  body.loading {
    overflow: hidden;
  }

  .site-loader {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top, rgba(201,168,76,0.10), transparent 35%), #080808;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.7s ease, visibility 0.7s ease;
  }
  .site-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .site-loader-inner {
    width: min(420px, 82vw);
    text-align: center;
    animation: loaderLift 1.2s ease both;
  }
  .site-loader-mark {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 6vw, 4rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--paper);
    margin-bottom: 1.2rem;
  }
  .site-loader-mark span { color: var(--gold); }
  .site-loader-line {
    width: 100%;
    height: 1px;
    background: rgba(201,168,76,0.16);
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .site-loader-line span {
    display: block;
    width: 35%;
    height: 100%;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    animation: loaderSlide 1.4s ease-in-out infinite;
  }
  .site-loader-text {
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--smoke);
  }

  .mobile-menu-toggle {
    display: none;
    appearance: none;
    -webkit-appearance: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(7,7,7,0.94), rgba(10,10,10,0.86));
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease;
  }
  .mobile-menu-toggle:hover {
    border-color: var(--gold);
    transform: translateY(-2px);
  }
  .mobile-menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--paper);
    transition: transform 0.35s ease, opacity 0.35s ease;
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 910;
  }
  .mobile-menu-panel {
    position: fixed;
    visibility: visible;
    top: 0;
    right: 0;
    width: min(88vw, 380px);
    height: 100vh;
    background: rgba(8,8,8,0.98);
    border-left: 1px solid var(--border);
    padding: 1.4rem 1.4rem 2rem;
    transform: translateX(110%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 920;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-menu-panel.active {
    transform: translateX(0);
  }
  .mobile-menu-backdrop.active {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .mobile-menu-close {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--paper);
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
  }
  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
  }
  .mobile-menu-links a,
  .mobile-cta {
    text-decoration: none;
  }
  .mobile-menu-links a {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--paper);
    border-bottom: 1px solid rgba(201,168,76,0.12);
    padding-bottom: 0.9rem;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
  }
  .mobile-menu-links a:hover {
    color: var(--gold);
    transform: translateX(6px);
  }
  .mobile-menu-bottom {
    display: grid;
    gap: 1rem;
  }
  .mobile-lang-toggle {
    width: fit-content;
  }

  @keyframes loaderSlide {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(320%); }
  }
  @keyframes loaderLift {
    from { opacity: 0; transform: translateY(14px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
  /* ─── PRICING ─── */
  #pricing { background: #0d0d0d; }
  .pricing-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .pricing-header { margin-bottom: 5rem; }

  .pricing-section-note {
    margin-top: 1.15rem;
    max-width: 860px;
    font-size: 0.8rem;
    line-height: 1.7;
    color: var(--smoke);
    opacity: 0.9;
  }
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .pricing-card {
    padding: 3rem 2.5rem;
    border: 1px solid var(--border);
    margin: -1px 0 0 -1px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s, background 0.4s;
    background: linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.008));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  }
  .pricing-card:hover {
    border-color: rgba(201,168,76,0.42);
    z-index: 1;
    box-shadow: 0 24px 60px rgba(0,0,0,0.22);
    background: linear-gradient(180deg, rgba(255,255,255,0.024), rgba(201,168,76,0.025));
  }
  .pricing-featured {
    background: radial-gradient(circle at top, rgba(201,168,76,0.16), transparent 42%), linear-gradient(180deg, rgba(34,28,15,0.92), rgba(12,12,12,0.98));
    border-color: rgba(201,168,76,0.55) !important;
    z-index: 2;
    transform: translateY(-10px);
    box-shadow: 0 28px 80px rgba(0,0,0,0.3), 0 0 0 1px rgba(201,168,76,0.06) inset;
  }
  .pricing-featured:hover { transform: translateY(-16px); }
  .pricing-popular {
    position: absolute;
    top: -1px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: var(--ink);
    box-shadow: 0 14px 32px rgba(201,168,76,0.22);
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.3rem 1rem;
    white-space: nowrap;
  }
  .pricing-badge {
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-soft);
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
  }
  .pricing-old {
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--smoke);
    opacity: 0.9;
    margin-bottom: 0.6rem;
    text-decoration: line-through;
    text-decoration-color: rgba(201,168,76,0.45);
    text-decoration-thickness: 1px;
  }
  .pricing-ideal {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 1.35rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(201,168,76,0.16);
    background: rgba(201,168,76,0.06);
    color: var(--gold-light);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .pricing-price {
    font-family: var(--font-serif);
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--paper);
    line-height: 1;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .pricing-currency {
    font-size: 1.5rem;
    margin-top: 0.6rem;
    color: var(--gold);
  }
  .pricing-amount { color: var(--paper); }
  .pricing-custom {
    font-family: var(--font-serif);
    font-size: 2.8rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .pricing-period {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--smoke);
    margin-bottom: 1.5rem;
  }
  .pricing-desc {
    font-size: 0.88rem;
    color: var(--smoke);
    line-height: 1.7;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
  }
  .pricing-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 2.5rem;
    flex: 1;
  }
  .pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.87rem;
    color: var(--paper);
    line-height: 1.5;
  }
  .pricing-features li.muted { color: var(--smoke); opacity: 0.72; }

  .pricing-features-grouped { gap: 0.78rem; }
  .pricing-group-title {
    margin-top: 0.7rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(201,168,76,0.12);
    font-size: 0.68rem !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold) !important;
    opacity: 0.95 !important;
  }
  .pricing-group-title:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .check {
    color: var(--gold);
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
    font-weight: 600;
  }
  .dash {
    color: var(--smoke);
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
  }
  .pricing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.8rem;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-family: var(--font-sans);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
  }
  .pricing-cta:hover { background: linear-gradient(180deg, var(--gold-light), var(--gold)); color: var(--ink); box-shadow: 0 14px 34px rgba(201,168,76,0.18); }
  .pricing-cta-featured {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ink);
    box-shadow: 0 16px 34px rgba(201,168,76,0.16);
  }
  .pricing-cta-featured:hover { background: var(--gold); border-color: var(--gold); filter: brightness(1.04); }

  @media (max-width: 900px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-featured { transform: none; }
    .pricing-featured:hover { transform: translateY(-6px); }
  }

  /* ─── FAQ ─── */
  #faq {
    background:
      radial-gradient(circle at top, rgba(201,168,76,0.08), transparent 38%),
      var(--ink);
  }
  .faq-inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .faq-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3rem;
    padding: 3rem;
    border: 1px solid rgba(201,168,76,0.14);
    background: linear-gradient(180deg, rgba(24,20,12,0.82), rgba(10,10,10,0.96));
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 80px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.03);
  }
  .faq-shell::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(201,168,76,0.13), transparent 30%, transparent 70%, rgba(201,168,76,0.06));
  }
  .faq-header {
    margin-bottom: 0;
    position: sticky;
    top: 110px;
    align-self: start;
  }
  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }
  .faq-item {
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.022), rgba(201,168,76,0.018));
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  }
  .faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(201,168,76,0.25);
    background: rgba(255,255,255,0.03);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
  }
  .faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.4rem 1.45rem;
    background: none;
    border: none;
    color: var(--paper);
    font-family: var(--font-sans);
    font-size: 0.98rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s;
  }
  .faq-q:hover { color: var(--gold); }
  .faq-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(201,168,76,0.22);
    background: rgba(201,168,76,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: var(--gold);
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s, background 0.3s;
    font-weight: 300;
  }
  .faq-open {
    border-color: rgba(201,168,76,0.28);
    background: linear-gradient(180deg, rgba(201,168,76,0.06), rgba(255,255,255,0.02));
  }
  .faq-open .faq-icon {
    transform: rotate(45deg);
    background: var(--gold-dim);
    border-color: rgba(201,168,76,0.4);
  }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), padding 0.35s ease;
    padding: 0 1.45rem;
  }
  .faq-open .faq-a {
    max-height: 300px;
    padding: 0 1.45rem 1.45rem;
  }
  .faq-a p {
    font-size: 0.93rem;
    color: var(--smoke);
    line-height: 1.8;
    max-width: 58ch;
  }
  .faq-cta {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .faq-cta p {
    max-width: 680px;
    color: var(--smoke);
    line-height: 1.8;
  }

  /* ─── TOAST ─── */
  .nexa-toast {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1100;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem 1.5rem;
    background: #111;
    border: 1px solid var(--border);
    border-left: 3px solid var(--gold);
    max-width: 360px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.4);
    transform: translateY(120%);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
    pointer-events: none;
  }
  .nexa-toast--visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nexa-toast-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border: 1px solid rgba(201,168,76,0.4);
    background: var(--gold-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: var(--gold);
    font-weight: 600;
  }
  .nexa-toast-title {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--paper);
    letter-spacing: 0.02em;
    margin-bottom: 0.2rem;
  }
  .nexa-toast-sub {
    font-size: 0.8rem;
    color: var(--smoke);
    line-height: 1.5;
  }
  .nexa-toast-close {
    margin-left: auto;
    background: none;
    border: none;
    color: var(--smoke);
    font-size: 0.9rem;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0 0 0 0.5rem;
    line-height: 1;
    transition: color 0.2s;
  }
  .nexa-toast-close:hover { color: var(--paper); }


  /* ─── BACK TO TOP ─── */
  .back-to-top {
    position: fixed;
    right: 24px;
    bottom: 92px;
    z-index: 999;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
  }
  .back-to-top.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .back-to-top-btn {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(10,10,10,0.92);
    color: var(--gold);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.28);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }
  .back-to-top-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(201,168,76,0.4);
    color: var(--gold-light);
  }
  .back-to-top-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .back-to-top-icon svg {
    width: 20px;
    height: 20px;
    display: block;
  }
  .back-to-top-icon path {
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* ─── STICKY CTA MOBILE ─── */
  .sticky-cta-mobile {
    display: none;
  }

  @media (max-width: 768px) {
    .sticky-cta-mobile {
      display: block;
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
    }
    .sticky-cta-mobile .cta-btn {
      padding: 0.5rem 1rem;
      font-size: 0.7rem;
      border-radius: 50px;
      background: var(--gold);
      color: var(--ink);
      box-shadow: 0 4px 12px rgba(201,168,76,0.3);
    }
    .sticky-cta-mobile .cta-btn:hover {
      background: var(--gold-light);
      box-shadow: 0 6px 16px rgba(201,168,76,0.4);
    }
  }

  @media (max-width: 768px) {
    .nexa-toast { right: 1rem; left: 1rem; max-width: none; bottom: 1.5rem; }

    .back-to-top {
      right: 16px;
      bottom: 84px;
    }
    .back-to-top-btn {
      width: 44px;
      height: 44px;
    }
    #pricing { padding: 5rem 1.5rem; }
    #faq { padding: 5rem 1.5rem; }
    .faq-shell { grid-template-columns: 1fr; padding: 1.4rem; gap: 2rem; }
    .faq-header { position: static; }
    .faq-q { padding: 1.15rem 1.1rem; font-size: 0.95rem; }
    .faq-a { padding: 0 1.1rem; }
    .faq-open .faq-a { padding: 0 1.1rem 1.2rem; }
    .faq-cta { flex-direction: column; align-items: flex-start; }
  }
