:root {
    --sunset-deep: #c94a2c;
    --sunset-mid: #e8763a;
    --sunset-warm: #f0a050;
    --sky-blue: #5b7fa6;
    --glass-bg: rgba(255,255,255,0.10);
    --glass-border: rgba(255,255,255,0.22);
    --text-light: #fdf6ee;
    --text-muted: rgba(253,246,238,0.75);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
  body { font-family: 'Jost', sans-serif; background: #1a1210; color: var(--text-light); overflow-x: hidden; max-width: 100%; position: relative; }

  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 20px 48px; display: flex; align-items: center; justify-content: space-between;
    background: rgba(26,18,16,0.35); backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.08); transition: background 0.4s;
  }
  .nav-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; letter-spacing: 0.05em; color: var(--text-light); text-decoration: none; }
  .nav-logo span { color: var(--sunset-warm); }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.3s; }
  .nav-links a:hover { color: var(--sunset-warm); }
  .nav-cta { padding: 10px 26px; background: linear-gradient(135deg, var(--sunset-deep), var(--sunset-mid)); color: #fff; border-radius: 3px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: opacity 0.3s, transform 0.2s; }
  .nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }

  #hero { position: relative; height: 100vh; min-height: 640px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; background: url('../images/hero-bg.jpg') center 40%/cover no-repeat; transform: scale(1.04); animation: slowZoom 20s ease-in-out infinite alternate; }
  @keyframes slowZoom { from { transform: scale(1.04); } to { transform: scale(1.10); } }
  .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26,18,16,0.28) 0%, rgba(200,74,44,0.18) 35%, rgba(26,18,16,0.72) 100%); }
  .hero-content { position: relative; z-index: 2; text-align: center; padding: 0 24px; animation: heroFadeIn 1.2s ease both; }
  @keyframes heroFadeIn { from { opacity:0; transform: translateY(30px); } to { opacity:1; transform: translateY(0); } }
  .hero-tag { display: inline-block; padding: 6px 18px; border: 1px solid rgba(240,160,80,0.5); border-radius: 2px; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sunset-warm); margin-bottom: 22px; backdrop-filter: blur(6px); background: rgba(240,160,80,0.08); }
  .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 700; line-height: 1.05; color: #fff; text-shadow: 0 4px 40px rgba(0,0,0,0.5); margin-bottom: 20px; }
  .hero-title em { font-style: italic; color: var(--sunset-warm); }
  .hero-sub { font-size: 1.1rem; font-weight: 300; color: rgba(255,255,255,0.85); letter-spacing: 0.04em; margin-bottom: 40px; max-width: 540px; margin-left: auto; margin-right: auto; }
  .hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .btn-primary { padding: 14px 36px; background: linear-gradient(135deg, var(--sunset-deep), var(--sunset-mid)); color: #fff; border-radius: 3px; font-weight: 600; font-size: 0.88rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: transform 0.2s, box-shadow 0.3s; box-shadow: 0 6px 24px rgba(201,74,44,0.4); display: inline-block; }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(201,74,44,0.55); }
  .btn-ghost { padding: 14px 36px; border: 1px solid rgba(255,255,255,0.4); color: #fff; border-radius: 3px; font-weight: 500; font-size: 0.88rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; backdrop-filter: blur(8px); background: rgba(255,255,255,0.06); transition: background 0.3s, border-color 0.3s; }
  .btn-ghost:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.7); }
  .hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; animation: bounce 2.5s ease-in-out infinite; }
  @keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
  .hero-scroll::after { content:''; width: 1px; height: 36px; background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent); }

  section { padding: 100px 0; }
  .container { max-width: 1160px; margin: 0 auto; padding: 0 40px; }
  .section-label { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--sunset-warm); font-weight: 600; margin-bottom: 12px; }
  .section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; line-height: 1.15; color: var(--text-light); margin-bottom: 18px; }
  .section-desc { font-size: 1rem; font-weight: 300; color: var(--text-muted); line-height: 1.75; max-width: 540px; }

  #services { background: #12100f; }
  .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 60px; }
  .service-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 6px; padding: 40px 32px; backdrop-filter: blur(12px); transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; position: relative; text-decoration: none; display: block; color: inherit; }
  .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 6px 6px 0 0; background: linear-gradient(90deg, var(--sunset-deep), var(--sunset-warm)); opacity: 0; transition: opacity 0.3s; }
  .service-card:not(.open):hover { transform: translateY(-6px); border-color: rgba(240,160,80,0.35); box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
  .service-card:not(.open):hover::before { opacity: 1; }
  .service-icon { width: 52px; height: 52px; background: linear-gradient(135deg, rgba(201,74,44,0.2), rgba(240,160,80,0.15)); border: 1px solid rgba(240,160,80,0.25); border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; font-size: 1.5rem; }
  .service-card h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 600; margin-bottom: 12px; color: var(--text-light); }
  .service-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
  .card-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sunset-warm); margin-top: 20px; opacity: 1; transition: color 0.3s; }

  /* ── EXPANDABLE CARD ── */
  .service-card.expandable { cursor: pointer; }
  .card-expanded { display: none; }
  .expanded-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent); margin: 24px 0; }
  .expanded-items { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .expanded-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px; background: rgba(255,255,255,0.03); border-radius: 4px; border: 1px solid rgba(255,255,255,0.06); }
  .expanded-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
  .expanded-title { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 600; color: var(--text-light); margin-bottom: 6px; }
  .expanded-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.65; }
  @media (max-width: 900px) {
    .services-grid { grid-template-columns: 1fr; }
    .expanded-items { grid-template-columns: 1fr; }
  }
  #branding-teaser { background: linear-gradient(135deg, #1a1210 0%, #0e1520 100%); position: relative; overflow: hidden; }
  #branding-teaser::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(91,127,166,0.15), transparent 60%); }
  .branding-teaser-inner { display: flex; flex-direction: column; max-width: 680px; position: relative; z-index: 1; }
  .teaser-text .section-desc { margin-bottom: 32px; }

  #gallery { background: #1a1210; }
  .gallery-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; flex-wrap: wrap; gap: 24px; }
  .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; }
  .gallery-item { display: block; border-radius: 4px; overflow: hidden; position: relative; background: rgba(255,255,255,0.04); border: 1px solid var(--glass-border); transition: transform 0.3s, border-color 0.3s; min-height: 220px; aspect-ratio: 16 / 10; text-decoration: none; color: inherit; }
  .gallery-item:hover { transform: scale(1.015); border-color: rgba(240,160,80,0.4); }
  .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .gallery-item .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,18,16,0.85), transparent); opacity: 0; transition: opacity 0.3s; display: flex; align-items: flex-end; padding: 20px; }
  .gallery-item:hover .overlay, .gallery-item:focus-visible .overlay { opacity: 1; }
  .overlay-text { font-size: 0.9rem; font-weight: 500; color: #fff; letter-spacing: 0.06em; }

  #why { background: linear-gradient(180deg, #1a1210 0%, #0f0d0c 100%); }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 60px; }
  .stats-cluster { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .stat-glass { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 6px; padding: 32px 24px; backdrop-filter: blur(16px); transition: border-color 0.3s; }
  .stat-glass:hover { border-color: rgba(240,160,80,0.4); }
  .stat-num { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 700; background: linear-gradient(135deg, var(--sunset-mid), var(--sunset-warm)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
  .stat-label { font-size: 0.8rem; color: var(--text-muted); margin-top: 8px; letter-spacing: 0.06em; }
  .why-points { list-style: none; display: flex; flex-direction: column; gap: 20px; }
  .why-points li { display: flex; gap: 16px; align-items: flex-start; }
  .why-points .check { width: 28px; height: 28px; flex-shrink: 0; background: linear-gradient(135deg, var(--sunset-deep), var(--sunset-mid)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; margin-top: 2px; }
  .why-points .pt-title { font-weight: 600; margin-bottom: 4px; font-size: 0.95rem; }
  .why-points .pt-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

  #contact { background: #12100f; }
  .contact-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; margin-top: 60px; }
  .contact-info { display: flex; flex-direction: column; gap: 32px; }
  .contact-item { display: flex; flex-direction: column; gap: 4px; }
  .contact-item .ci-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sunset-warm); font-weight: 600; }
  .contact-item .ci-val { font-size: 1rem; color: var(--text-light); }
  .contact-form { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 8px; padding: 48px 44px; backdrop-filter: blur(20px); }
  .form-title { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 32px; color: var(--text-light); }

  footer { background: #0a0908; border-top: 1px solid rgba(255,255,255,0.07); padding: 48px 0 32px; }
  .footer-inner { max-width: 1160px; margin: 0 auto; padding: 0 40px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .footer-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--text-light); margin-bottom: 14px; display: block; text-decoration: none; }
  .footer-logo span { color: var(--sunset-warm); }
  .footer-brand p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.75; max-width: 260px; }
  .footer-col h4 { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 18px; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col ul a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
  .footer-col ul a:hover { color: var(--sunset-warm); }
  .footer-bottom { max-width: 1160px; margin: 0 auto; padding: 24px 40px 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: rgba(255,255,255,0.25); }

  .divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(240,160,80,0.3), transparent); }

  .hamburger {
    display: none;
    flex-direction: column; justify-content: center; gap: 5px;
    width: 36px; height: 36px; cursor: pointer;
    background: none; border: none; padding: 4px;
    z-index: 200;
  }
  .hamburger span {
    display: block; width: 24px; height: 2px;
    background: var(--text-light); border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.35s ease, width 0.35s ease;
    transform-origin: center;
  }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ── MOBILE MENU DRAWER ── */
  .mobile-menu {
    display: none;
    position: fixed; top: 65px; left: 0; right: 0;
    background: rgba(20,13,11,0.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 28px 24px 32px;
    flex-direction: column; gap: 0;
    z-index: 99;
    transform: translateY(-12px); opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    pointer-events: none;
  }
  .mobile-menu.open {
    transform: translateY(0); opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu a {
    display: block; padding: 14px 0;
    font-size: 1rem; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--text-muted); text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: color 0.2s;
  }
  .mobile-menu a:hover { color: var(--sunset-warm); }
  .mobile-menu a:last-child { border-bottom: none; }
  .mobile-menu .mobile-cta {
    margin-top: 20px;
    display: block; text-align: center;
    padding: 14px; border-radius: 3px;
    background: linear-gradient(135deg, var(--sunset-deep), var(--sunset-mid));
    color: #fff; font-weight: 600; font-size: 0.88rem;
    letter-spacing: 0.1em;
  }

  @media (max-width: 768px) {
    nav { padding: 16px 20px; }
    .nav-links { display: none; }
    .nav-cta { display: none; }
    .hamburger { display: flex; }
    .mobile-menu { display: flex; }
    .container { padding: 0 20px; }
    .branding-teaser-inner { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
    .contact-form { padding: 32px 24px; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 8px; }
  }
