/* ===== RESET & BASE ===== */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Outfit', sans-serif;
      background: #090909;
      color: #F5F5F5;
      -webkit-font-smoothing: antialiased;
    }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    /* ===== VARIABLES ===== */
    :root {
      --gold: #D4A12A;
      --gold-hover: #E6B53A;
      --bg: #090909;
      --bg2: #111111;
      --bg3: #171717;
      --text: #F5F5F5;
      --muted: #7A7A7A;
      --gray: #B8B8B8;
    }

    /* ===== UTILITIES ===== */
    .container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
    .font-serif { font-family: 'Playfair Display', serif; }
    .text-gold { color: var(--gold); }

    /* ===== FADE-IN ANIMATION ===== */
    .fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .fade-in.from-left { transform: translateX(30px); }
    .fade-in.from-right { transform: translateX(-30px); }
    .fade-in.visible { opacity: 1; transform: translate(0, 0); }

    /* ===== HEADER / NAVBAR ===== */
    header {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      background: #090909;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      padding: 6px 0;
      box-shadow: 0 4px 40px rgba(0,0,0,0.8);
    }
    .nav-inner {
      position: relative;
      display: flex; align-items: center; justify-content: space-between;
    }
    .logo { padding-right: 24px; }
    .logo img { height: 88px; width: auto; transition: transform 0.3s; }
    .logo img:hover { transform: scale(1.05); }
    nav.desktop-nav {
      display: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
      align-items: center; gap: 32px; padding: 0 24px;
      white-space: nowrap;
    }
    nav.desktop-nav a {
      font-size: 13px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.1em; color: #fff; transition: color 0.3s;
      position: relative; padding-bottom: 4px;
    }
    nav.desktop-nav a::after {
      content: ''; position: absolute; bottom: 0; left: 0;
      height: 2px; background: var(--gold); width: 0; transition: width 0.3s;
    }
    nav.desktop-nav a:hover, nav.desktop-nav a.active { color: var(--gold); }
    nav.desktop-nav a.active::after { width: 100%; }

    .nav-cta { display: none; }
    .btn-outline-gold {
      display: inline-flex; align-items: center; gap: 8px;
      border: 1px solid var(--gold); color: var(--gold);
      padding: 8px 20px; border-radius: 6px;
      font-size: 13px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.08em; transition: all 0.3s; cursor: pointer;
    }
    .btn-outline-gold:hover { background: var(--gold); color: #000; }

    .hamburger { background: none; border: none; cursor: pointer; color: #fff; padding: 4px; }
    .hamburger svg { width: 32px; height: 32px; }

    /* ===== MOBILE MENU ===== */
    .mobile-menu {
      position: fixed; inset: 0; z-index: 200;
      background: #090909;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      opacity: 0; pointer-events: none; transition: opacity 0.3s;
    }
    .mobile-menu.open { opacity: 1; pointer-events: all; }
    .mobile-menu .close-btn {
      position: absolute; top: 24px; right: 24px;
      background: none; border: none; color: #fff; cursor: pointer;
    }
    .mobile-menu .close-btn svg { width: 32px; height: 32px; }
    .mobile-menu .logo { margin-bottom: 48px; }
    .mobile-menu .logo img { height: 80px; }
    .mobile-menu nav { display: flex; flex-direction: column; align-items: center; gap: 32px; margin-bottom: 48px; }
    .mobile-menu nav a {
      font-family: 'Playfair Display', serif; font-size: 28px; color: #fff; transition: color 0.3s;
    }
    .mobile-menu nav a:hover { color: var(--gold); }
    .btn-gold {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--gold); color: #000;
      padding: 16px 32px; border-radius: 50px;
      font-size: 16px; font-weight: 700; transition: background 0.3s;
    }
    .btn-gold:hover { background: var(--gold-hover); }

    /* ===== HERO ===== */
    #inicio {
      position: relative; min-height: 100dvh; min-height: 600px;
      display: flex; align-items: center; justify-content: center; overflow: hidden;
    }
    .hero-bg {
      position: absolute; inset: 0; z-index: 0;
    }
    .hero-bg img {
      width: 100%; height: 100%; object-fit: cover; object-position: center;
      filter: brightness(1.35) contrast(1.1) saturate(1.15);
    }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 45%, rgba(0,0,0,0.1) 75%, transparent 100%);
    }
    .hero-content {
      position: relative; z-index: 10; padding-top: 80px; padding-bottom: 20px; margin-top: 40px; margin-bottom: 5px; width: 100%;
    }
    .hero-badge {
      display: inline-block; color: var(--gold); font-weight: 700;
      letter-spacing: 0.3em; font-size: 13px; text-transform: uppercase;
      margin-bottom: 24px; padding: 4px 16px;
      border: 1px solid rgba(212,161,42,0.3); border-radius: 50px;
      background: rgba(212,161,42,0.1); backdrop-filter: blur(4px);
    }
    .hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.5rem, 7vw, 4.5rem);
      line-height: 1.05; color: #fff; margin-bottom: 32px;
    }
    .hero-title .light { font-weight: 300; display: block; }
    .hero-title .gold-heavy { color: var(--gold); font-weight: 900; display: block; }
    .hero-desc {
      color: #D1D5DB; font-size: 18px; max-width: 500px;
      margin-bottom: 48px; font-weight: 300; line-height: 1.7;
    }
    .hero-btns { display: flex; flex-wrap: wrap; gap: 5px; }
    .btn-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--gold); color: #000;
      padding: 16px 32px; border-radius: 50px;
      font-size: 13px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.08em; transition: background 0.3s;
    }
    .btn-primary:hover { background: var(--gold-hover); }
    .btn-secondary {
      display: inline-flex; align-items: center; gap: 8px;
      border: 1px solid rgba(255,255,255,0.3); color: #fff;
      padding: 16px 32px; border-radius: 50px;
      font-size: 13px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.08em; transition: all 0.3s;
    }
    .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); }

    /* ===== SECTION HEADER ===== */
    .section-header { margin-bottom: 64px; }
    .section-header.center { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .section-label {
      display: flex; align-items: center; gap: 16px; margin-bottom: 16px;
    }
    .section-label .line { height: 1px; background: var(--gold); width: 48px; flex-shrink: 0; }
    .section-label span {
      color: var(--gold); font-weight: 700; letter-spacing: 0.2em;
      font-size: 12px; text-transform: uppercase;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 5vw, 3.5rem); color: #fff;
    }

    /* ===== MENU SECTION ===== */
    #menu { padding: 40px 0 96px; background: var(--bg); }
    .menu-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }

    /* Carousel */
    .carousel-wrap { position: relative; }
    .carousel { overflow: hidden; border-radius: 24px; }
    .carousel-track { display: flex; transition: transform 0.5s ease; }
    .carousel-slide {
      flex: 0 0 100%; min-width: 0;
      position: relative; height: 480px;
    }
    .carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
    .carousel-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    }
    .carousel-badge {
      position: absolute; top: 24px; left: 24px;
      background: var(--gold); color: #000;
      font-size: 11px; font-weight: 900; padding: 6px 16px;
      border-radius: 50px; text-transform: uppercase; letter-spacing: 0.15em;
    }
    .carousel-info { position: absolute; bottom: 32px; left: 32px; right: 32px; }
    .carousel-info-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 12px; }
    .carousel-info h3 {
      font-family: 'Playfair Display', serif; font-size: 28px; color: #fff;
    }
    .carousel-price {
      color: var(--gold); font-size: 24px; font-weight: 700;
      background: rgba(0,0,0,0.5); padding: 4px 16px; border-radius: 8px;
      backdrop-filter: blur(4px); border: 1px solid rgba(212,161,42,0.2); white-space: nowrap;
    }
    .carousel-desc { color: #D1D5DB; font-size: 14px; line-height: 1.6; }
    .carousel-btns {
      position: absolute; top: 50%; transform: translateY(-50%);
      left: -16px; right: -16px;
      display: flex; justify-content: space-between;
      pointer-events: none; opacity: 0; transition: opacity 0.3s;
    }
    .carousel-wrap:hover .carousel-btns { opacity: 1; }
    .carousel-btn {
      width: 48px; height: 48px; border-radius: 50%;
      background: #fff; color: #000; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      pointer-events: all; transition: background 0.3s; box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    .carousel-btn:hover { background: var(--gold); }
    .carousel-btn svg { width: 24px; height: 24px; }

    /* Dish list */
    .dish-list { display: flex; flex-direction: column; gap: 0; }
    .dish-item {
      display: flex; align-items: center; gap: 24px;
      padding: 16px; margin: -4px; border-radius: 16px;
      cursor: pointer; transition: background 0.3s;
    }
    .dish-item:hover { background: rgba(255,255,255,0.05); }
    .dish-thumb {
      width: 88px; height: 88px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
      border: 2px solid rgba(255,255,255,0.1); transition: border-color 0.3s; box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    }
    .dish-item:hover .dish-thumb { border-color: var(--gold); }
    .dish-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
    .dish-item:hover .dish-thumb img { transform: scale(1.1); }
    .dish-info { flex: 1; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 24px; transition: border-color 0.3s; }
    .dish-item:last-child .dish-info { border-bottom: none; }
    .dish-item:hover .dish-info { border-color: rgba(212,161,42,0.3); }
    .dish-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
    .dish-name {
      font-family: 'Playfair Display', serif; font-size: 22px; color: #fff; transition: color 0.3s;
    }
    .dish-item:hover .dish-name { color: var(--gold); }
    .dish-price { color: var(--gold); font-weight: 700; font-size: 18px; }
    .dish-sub { color: #9CA3AF; font-size: 13px; font-style: italic; }
    .menu-link {
      display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding-top: 16px;
      font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.15em;
      color: #fff; border-bottom: 1px solid transparent; transition: all 0.3s;
    }
    .menu-link:hover { color: var(--gold); border-color: var(--gold); }
    .menu-link svg { width: 16px; height: 16px; }

    /* ===== STORY ===== */
    #nosotros { padding: 96px 0 32px; background: var(--bg); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); overflow: hidden; }
    .story-grid { display: grid; grid-template-columns: 1fr; gap: 64px; align-items: center; }
    .story-images { position: relative; height: 480px; max-width: 500px; margin: 0 auto; }
    .story-img1, .story-img2 {
      position: absolute; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    }
    .story-img1 { width: 75%; height: 58%; top: 0; left: 0; border: 8px solid #090909; z-index: 10; }
    .story-img2 { width: 70%; height: 58%; bottom: 0; right: 0; border: 8px solid #090909; z-index: 20; }
    .story-img1 img, .story-img2 img { width: 100%; height: 100%; object-fit: cover; }
    .story-ring1 { position: absolute; top: -32px; left: -32px; width: 128px; height: 128px; border: 1px solid rgba(212,161,42,0.3); border-radius: 50%; }
    .story-ring2 { position: absolute; bottom: -32px; right: -32px; width: 160px; height: 160px; border: 1px solid rgba(212,161,42,0.3); border-radius: 50%; }
    .story-text p { color: #D1D5DB; font-size: 18px; line-height: 1.8; margin-bottom: 40px; font-weight: 300; }
    .story-features { display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px; }
    .story-feature { display: flex; align-items: flex-start; gap: 16px; }
    .feature-icon {
      width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
      background: rgba(212,161,42,0.1); border: 1px solid rgba(212,161,42,0.2);
      color: var(--gold); display: flex; align-items: center; justify-content: center;
    }
    .feature-icon svg { width: 24px; height: 24px; }
    .feature-title { font-weight: 700; font-size: 17px; color: #fff; margin-bottom: 4px; }
    .feature-desc { color: #9CA3AF; font-size: 14px; }
    .story-link {
      display: inline-flex; align-items: center; gap: 8px;
      color: var(--gold); font-weight: 700; font-size: 13px;
      text-transform: uppercase; letter-spacing: 0.15em; transition: color 0.3s;
    }
    .story-link:hover { color: #fff; }
    .story-link svg { width: 16px; height: 16px; }

    /* ===== STATS ===== */
    .stats-bar { background: #090909; padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
    .stats-bar .container { max-width: 980px; }
    .stats-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
    .stat-item {
      display: flex; align-items: center; justify-content: flex-start;
      text-align: left; padding: 10px 20px; min-height: 72px;
      border-top: 1px solid rgba(255,255,255,0.08);
      transition: background 0.3s, transform 0.3s;
    }
    .stat-item:hover { background: rgba(212,161,42,0.08); transform: translateY(-1px); }
    .stat-item:first-child { border-top: none; }
    .stat-item svg { width: 42px; height: 42px; flex: 0 0 42px; color: var(--gold); margin-right: 13px; stroke-width: 1.7; }
    .stat-item span { font-weight: 700; letter-spacing: 0.06em; font-size: 11px; line-height: 1.15; text-transform: uppercase; color: #fff; }

    /* ===== ORDER ONLINE ===== */
    .order-section { padding: 32px 0; background: var(--bg); }
    .order-card {
      border: 1px solid rgba(255,255,255,0.05); border-radius: 40px;
      padding: 48px 32px; display: flex; flex-direction: column; gap: 48px;
      align-items: center; position: relative; overflow: hidden;
    }
    .order-glow {
      position: absolute; top: 50%; left: 25%; transform: translateY(-50%);
      width: 384px; height: 384px; background: rgba(212,161,42,0.1);
      border-radius: 50%; filter: blur(100px); pointer-events: none;
    }
    .order-text { position: relative; z-index: 1; width: 100%; }
    .order-sublabel { color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; display: block; }
    .order-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 5vw, 3.5rem); color: #fff; line-height: 1.2; margin-bottom: 24px;
    }
    .order-title em { color: var(--gold); }
    .order-desc { color: #9CA3AF; font-size: 17px; margin-bottom: 40px; font-weight: 300; max-width: 420px; }
    .platform-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
    .platform-card {
      border: 1px solid rgba(255,255,255,0.1); border-radius: 24px;
      padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
      min-height: 210px; background: rgba(255,255,255,0.02);
      transition: all 0.3s; cursor: pointer;
    }
    .platform-card:hover { border-color: var(--gold); background: rgba(255,255,255,0.08); }
    .platform-card img,
    .platform-card svg {
      width: 96px; height: 96px; border-radius: 24px;
      background: rgba(255,255,255,0.08); padding: 18px;
      object-fit: contain; display: block;
      transition: background 0.3s, transform 0.3s;
    }
    .platform-card:hover img,
    .platform-card:hover svg { background: rgba(212,161,42,0.15); transform: translateY(-2px); }
    .platform-name { font-weight: 700; color: #fff; font-size: 15px; }
    .platform-status {
      display: flex; align-items: center; gap: 6px;
      font-size: 10px; color: #4ADE80; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700;
    }
    .pulse-dot {
      width: 8px; height: 8px; border-radius: 50%; background: #4ADE80;
      animation: pulse 1.5s infinite; box-shadow: 0 0 8px rgba(74,222,128,0.8);
    }
    @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
    .order-img { position: relative; z-index: 1; width: 100%; height: 360px; border-radius: 24px; overflow: hidden; }
    .order-img img { width: 100%; height: 100%; object-fit: cover; }
    .order-img-ring { position: absolute; inset: 0; border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1); pointer-events: none; }

    /* ===== GALLERY ===== */
    .gallery-section { padding: 32px 0 60px; background: var(--bg); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
    .gallery-header { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 48px; }
    .gallery-header-left .gallery-label { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
    .gallery-header-left .gallery-label .line { height: 1px; background: var(--gold); width: 48px; }
    .gallery-header-left .gallery-label span { color: var(--gold); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; }
    .gallery-header-left h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.5rem); color: #fff; }
    .gallery-btn {
      display: inline-flex; align-items: center; gap: 8px;
      border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 12px 24px;
      border-radius: 50px; font-weight: 700; font-size: 13px; text-transform: uppercase;
      letter-spacing: 0.08em; transition: all 0.3s; white-space: nowrap;
    }
    .gallery-btn:hover { border-color: var(--gold); color: var(--gold); }
    .gallery-btn svg { width: 16px; height: 16px; }
    .gallery-grid {
      display: grid; grid-template-columns: 1fr; gap: 16px;
      grid-auto-rows: 260px;
    }
    .gallery-item { border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
    .gallery-item:hover img { transform: scale(1.1); }
    .gallery-item .overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.2); transition: background 0.3s; }
    .gallery-item:hover .overlay { background: transparent; }

    /* ===== REVIEWS ===== */
    .reviews-section { padding: 96px 0; background: var(--bg); position: relative; overflow: hidden; }
    .reviews-glow {
      position: absolute; top: 0; right: 0; width: 500px; height: 500px;
      background: rgba(212,161,42,0.08); border-radius: 50%; filter: blur(120px); pointer-events: none;
    }
    .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 24px; position: relative; z-index: 1; }
    .review-card {
      border: 1px solid rgba(15,23,42,0.08); padding: 40px;
      background: #f8f9fb; border-radius: 32px; display: flex; flex-direction: column; gap: 24px;
      transition: border-color 0.3s, transform 0.3s;
    }
    .review-card:hover { border-color: rgba(212,161,42,0.3); transform: translateY(-4px); }
    .review-stars { display: flex; gap: 4px; color: var(--gold); }
    .review-stars svg { width: 20px; height: 20px; fill: currentColor; }
    .review-text {
      font-family: 'Playfair Display', serif; font-size: 18px;
      font-style: italic; color: #0F172A; line-height: 1.7; flex: 1;
    }
    .review-author { display: flex; align-items: center; gap: 16px; padding-top: 24px; border-top: 1px solid rgba(15,23,42,0.08); }
    .review-avatar {
      width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
      background: rgba(212,161,42,0.1); border: 1px solid rgba(212,161,42,0.2);
      color: var(--gold); font-weight: 700; font-size: 16px;
      display: flex; align-items: center; justify-content: center;
      transition: all 0.3s;
    }
    .review-card:hover .review-avatar { background: var(--gold); color: #000; }
    .review-name { font-weight: 700; color: #fff; margin-bottom: 4px; }
    .review-badge { font-size: 11px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; }

    /* ===== CONTACT ===== */
    #contacto { padding: 96px 0; background: var(--bg); border-top: 1px solid rgba(255,255,255,0.05); }
    .contact-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
    .map-wrap { height: 400px; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
    .map-wrap iframe { width: 100%; height: 100%; border: 0; }
    /* ===== LANGUAGE SELECTOR ===== */
    .lang-btn {
      display: flex; align-items: center; gap: 6px;
      background: transparent; border: 1px solid var(--gold);
      color: var(--gold); border-radius: 6px; padding: 6px 12px;
      font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
      cursor: pointer; transition: all 0.25s; font-family: 'Outfit', sans-serif;
      text-transform: uppercase; white-space: nowrap;
    }
    .lang-btn:hover { background: var(--gold); color: #000; }
    .lang-btn .lang-flag { font-size: 15px; line-height: 1; }
    .mobile-lang-wrap { display: flex; align-items: center; gap: 8px; }
    .contact-info {
      display: flex; flex-direction: column; justify-content: center; gap: 40px;
      padding: 40px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.05);
    }
    .contact-item { display: flex; align-items: flex-start; gap: 24px; }
    .contact-icon {
      width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
      background: rgba(212,161,42,0.1); border: 1px solid rgba(212,161,42,0.2);
      color: var(--gold); display: flex; align-items: center; justify-content: center;
    }
    .contact-icon svg { width: 24px; height: 24px; }
    .contact-item-label { font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; color: #fff; margin-bottom: 8px; }
    .contact-item-value { color: #9CA3AF; font-size: 16px; line-height: 1.6; }
    .contact-item-value.serif { font-family: 'Playfair Display', serif; font-style: italic; }
    .contact-item-note { color: var(--gold); font-size: 13px; margin-top: 4px; }
    .contact-fire { height: 400px; border-radius: 24px; overflow: hidden; position: relative; }
    .contact-fire img { width: 100%; height: 100%; object-fit: cover; }
    .contact-fire-caption {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
      display: flex; align-items: flex-end; padding: 32px;
    }
    .contact-fire-caption h3 {
      font-family: 'Playfair Display', serif; font-size: 28px; color: #fff;
    }
    .contact-fire-caption h3 em { color: var(--gold); }

    /* ===== TIMELINE ===== */
    .timeline-section { padding: 96px 0; background: var(--bg); border-top: 1px solid rgba(255,255,255,0.05); }
    .timeline-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 64px; }
    .timeline-item {
      display: flex; gap: 24px; align-items: flex-start;
      padding: 32px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.05);
      background: rgba(255,255,255,0.02); transition: all 0.3s;
    }
    .timeline-item:hover { border-color: rgba(212,161,42,0.3); transform: translateY(-2px); }
    .timeline-year {
      font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700;
      color: var(--gold); flex-shrink: 0; min-width: 80px;
    }
    .timeline-content h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: #fff; margin-bottom: 8px; }
    .timeline-content p { color: #9CA3AF; font-size: 15px; line-height: 1.7; font-weight: 300; }

    /* ===== STORY MISSION ===== */
    .mission-section { padding: 96px 0; background: var(--bg); border-top: 1px solid rgba(255,255,255,0.05); }
    .mission-grid { display: grid; grid-template-columns: 1fr; gap: 64px; align-items: center; }
    .mission-image { position: relative; height: 480px; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
    .mission-image img { width: 100%; height: 100%; object-fit: cover; }
    .mission-image-ring { position: absolute; inset: 0; border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1); }
    .mission-text { color: var(--text); font-size: 18px; line-height: 1.8; margin-bottom: 32px; font-weight: 300; }

    /* ===== STORY PAGE SECTION ===== */
    .story-section { padding: 96px 0 32px; background: var(--bg); }
    .story-grid { display: grid; grid-template-columns: 1fr; gap: 64px; align-items: center; }
    .story-section .story-text p { color: #D1D5DB; font-size: 18px; line-height: 1.8; margin-bottom: 24px; font-weight: 300; }
    .story-section .story-features { display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px; }
    .story-section .story-feature { display: flex; align-items: flex-start; gap: 16px; }
    .story-section .feature-icon {
      width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
      background: rgba(212,161,42,0.1); border: 1px solid rgba(212,161,42,0.2);
      color: var(--gold); display: flex; align-items: center; justify-content: center;
    }
    .story-section .feature-icon svg { width: 24px; height: 24px; }
    .story-section .feature-title { font-weight: 700; font-size: 17px; color: #fff; margin-bottom: 4px; }
    .story-section .feature-desc { color: #9CA3AF; font-size: 14px; }
    .story-section .story-link {
      display: inline-flex; align-items: center; gap: 8px;
      color: var(--gold); font-weight: 700; font-size: 13px;
      text-transform: uppercase; letter-spacing: 0.15em; transition: color 0.3s;
    }
    .story-section .story-link:hover { color: #fff; }
    .story-section .story-link svg { width: 16px; height: 16px; }

    /* ===== FOOTER ===== */
    footer { background: #000; padding: 16px 0 24px; border-top: 1px solid rgba(255,255,255,0.1); }
    .footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
    .footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .footer-brand .logo { margin: 0 0 16px; }
    .footer-brand .logo img { height: 110px; width: auto; }
    .footer-tagline { color: var(--gold); font-weight: 700; letter-spacing: 0.2em; font-size: 11px; text-transform: uppercase; margin-bottom: 16px; display: block; }
    .footer-desc { color: #9CA3AF; font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
    .social-links { display: flex; gap: 12px; }
    .social-link {
      width: 40px; height: 40px; border-radius: 50%;
      background: rgba(255,255,255,0.05);
      display: flex; align-items: center; justify-content: center;
      color: #fff; transition: all 0.3s;
    }
    .social-link:hover { background: var(--gold); color: #000; }
    .social-link svg { width: 20px; height: 20px; fill: currentColor; }
    .footer-col h4 { color: #fff; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 24px; }
    .footer-links { display: flex; flex-direction: column; gap: 16px; }
    .footer-links a { color: #9CA3AF; font-size: 14px; transition: color 0.3s; }
    .footer-links a:hover { color: var(--gold); }
    .footer-platforms { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; margin-top: 16px; }
    /* footer-platform-row and platform-logo removed during undo */
    .footer-platform {
      display: flex; align-items: center; gap: 12px;
      background: rgba(255,255,255,0.05); padding: 12px 16px; border-radius: 12px;
      border: 1px solid transparent; transition: all 0.3s; color: #fff; font-size: 14px; font-weight: 700;
    }
    .footer-platform:hover { background: rgba(212,161,42,0.2); border-color: var(--gold); }
    .footer-platform svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
    .footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; align-items: center; gap: 10px; }
    .footer-copy { color: #6B7280; font-size: 14px; text-align: center; }
    .footer-credit { display: flex; align-items: center; gap: 8px; color: #6B7280; font-size: 14px; }
    .footer-credit svg { width: 16px; height: 16px; color: var(--gold); }

    /* ===== RESPONSIVE ===== */
    @media (min-width: 768px) {
      .stats-grid { grid-template-columns: repeat(4, 1fr); }
      .stat-item { border-top: none; border-left: 1px solid rgba(255,255,255,0.1); }
      .stat-item:first-child { border-left: none; }
      .platform-grid { grid-template-columns: repeat(3, 1fr); }
      .gallery-header { flex-direction: row; align-items: flex-end; }
      .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 300px;
      }
      .gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
      .gallery-item:last-child { grid-column: span 2; }
      .reviews-grid { grid-template-columns: repeat(3, 1fr); }
      .contact-grid { grid-template-columns: 1fr 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-bottom { flex-direction: row; justify-content: space-between; }
    }

    @media (min-width: 1024px) {
      .nav-inner > .logo { transform: translateX(80px); }
      nav.desktop-nav { display: flex; }
      .nav-cta { display: flex; }
      .hamburger { display: none; }
      .mobile-lang-wrap { display: none; }
      .menu-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
      .story-grid { grid-template-columns: 1fr 1fr; gap: 96px; }
      .story-images { height: 580px; }
      .story-page-grid { grid-template-columns: 1fr 1fr; gap: 96px; }
      .timeline-grid { grid-template-columns: repeat(2, 1fr); }
      .order-card { flex-direction: row; padding: 64px; gap: 80px; }
      .order-img { width: 45%; height: 480px; flex-shrink: 0; }
      .footer-grid { grid-template-columns: repeat(4, 1fr); }
    }
