:root {
      --black: #1a1a1a;
      --black-deep: #121212;
      --black-soft: #222222;
      --gold: #C9A84C;
      --gold-light: #e9d08a;
      --gold-dark: #a8863a;
      --gold-grad: linear-gradient(135deg, #e9d08a 0%, #C9A84C 45%, #a8863a 100%);
      --gold-soft: rgba(201, 168, 76, 0.12);
      --white: #ffffff;
      --light: #f7f6f3;
      --grey: #6b6b6b;
      --line: rgba(201, 168, 76, 0.25);
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--black);
      background: var(--white);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }

    .display { font-family: 'Playfair Display', Georgia, serif; }
    .gold-text {
      background: var(--gold-grad);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .container {
      width: 100%;
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* Reveal animation: classes added via JS only, never opacity:0 in base CSS */
    @keyframes revealUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
    .reveal.animate { animation: revealUp 0.7s cubic-bezier(.2,.7,.2,1) both; }
    @media (prefers-reduced-motion: reduce) { .reveal.animate { animation: none; } }

    /* Top navigation bar */
    .topbar { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid #eee; }
    .tb-inner { position: relative; max-width: 1240px; margin: 0 auto; padding: 10px 24px; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
    .tb-nav { display: flex; gap: 30px; }
    .tb-nav a { font-size: 15px; font-weight: 500; color: #333; position: relative; transition: color 0.2s ease; }
    .tb-nav a:hover { color: var(--gold-dark); }
    .tb-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--gold); transition: width 0.3s ease; }
    .tb-nav a:hover::after { width: 100%; }
    .tb-logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
    .tb-logo img { height: 40px; width: auto; display: block; mix-blend-mode: multiply; }
    .tb-end { display: flex; align-items: center; gap: 22px; }
    .tb-lang { position: relative; }
    .tb-burger { display: none; background: none; border: none; font-size: 26px; color: var(--black); cursor: pointer; line-height: 1; padding: 0; }
    .tb-mobile { display: none; flex-direction: column; padding: 6px 24px 16px; background: #fff; border-top: 1px solid #f0f0f0; }
    .tb-mobile a { padding: 13px 0; font-size: 16px; font-weight: 600; color: #222; border-bottom: 1px solid #f3f3f3; }
    .tb-mobile a:last-child { border-bottom: none; }
    @media (max-width: 920px) {
      .tb-left, .tb-right { display: none; }
      .tb-burger { display: block; }
      .tb-logo { display: none; }
      .tb-inner { min-height: 54px; }
      .tb-mobile.open { display: flex; }
    }

    /* Language dropdown */
    .lang-flag { display: inline-block; width: 21px; height: 15px; border-radius: 3px; background-size: cover; background-position: center; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12); flex-shrink: 0; }
    .flag-en { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 190 100'%3E%3Crect width='190' height='100' fill='%23fff'/%3E%3Cg fill='%23B22234'%3E%3Crect width='190' height='7.7'/%3E%3Crect y='15.4' width='190' height='7.7'/%3E%3Crect y='30.8' width='190' height='7.7'/%3E%3Crect y='46.2' width='190' height='7.7'/%3E%3Crect y='61.5' width='190' height='7.7'/%3E%3Crect y='76.9' width='190' height='7.7'/%3E%3Crect y='92.3' width='190' height='7.7'/%3E%3C/g%3E%3Crect width='76' height='53.8' fill='%233C3B6E'/%3E%3Cg fill='%23fff'%3E%3Ccircle cx='13' cy='11' r='3'/%3E%3Ccircle cx='31' cy='11' r='3'/%3E%3Ccircle cx='49' cy='11' r='3'/%3E%3Ccircle cx='63' cy='11' r='3'/%3E%3Ccircle cx='22' cy='22' r='3'/%3E%3Ccircle cx='40' cy='22' r='3'/%3E%3Ccircle cx='58' cy='22' r='3'/%3E%3Ccircle cx='13' cy='33' r='3'/%3E%3Ccircle cx='31' cy='33' r='3'/%3E%3Ccircle cx='49' cy='33' r='3'/%3E%3Ccircle cx='63' cy='33' r='3'/%3E%3Ccircle cx='22' cy='44' r='3'/%3E%3Ccircle cx='40' cy='44' r='3'/%3E%3Ccircle cx='58' cy='44' r='3'/%3E%3C/g%3E%3C/svg%3E"); }
    .flag-fr { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23fff'/%3E%3Crect width='1' height='2' fill='%230055A4'/%3E%3Crect x='2' width='1' height='2' fill='%23EF4135'/%3E%3C/svg%3E"); }
    .flag-ht { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='1' fill='%2300209F'/%3E%3Crect y='1' width='3' height='1' fill='%23D21034'/%3E%3C/svg%3E"); }

    .lang-toggle {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent; border: 1px solid #d8d8d8; color: var(--black);
      font-family: inherit; font-size: 13px; font-weight: 700; letter-spacing: 0.5px;
      padding: 6px 11px; border-radius: 7px; cursor: pointer; transition: all 0.2s ease;
    }
    .lang-toggle:hover { border-color: var(--gold); color: var(--gold-dark); }
    .lang-caret { font-size: 15px; opacity: 0.6; transition: transform 0.2s ease; }
    .tb-lang.open .lang-caret { transform: rotate(180deg); }

    .lang-dropdown {
      position: absolute; top: calc(100% + 8px); right: 0; min-width: 176px;
      background: #fff; border: 1px solid #ececec; border-radius: 11px;
      box-shadow: 0 14px 36px rgba(0,0,0,0.15); padding: 6px;
      opacity: 0; visibility: hidden; transform: translateY(-6px);
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s; z-index: 300;
    }
    .tb-lang.open .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
    .lang-btn {
      display: flex; align-items: center; gap: 11px; width: 100%;
      background: transparent; border: none; border-radius: 7px; cursor: pointer;
      font-family: inherit; font-size: 14px; font-weight: 500; color: #2a2a2a;
      padding: 9px 11px; text-align: left; transition: background 0.15s ease;
    }
    .lang-btn .lang-flag { width: 24px; height: 17px; }
    .lang-btn .lang-name { flex: 1; }
    .lang-btn .lang-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; color: #a2a2a2; }
    .lang-btn:hover { background: #faf6ea; }
    .lang-btn.active { background: var(--gold-grad); color: var(--black); }
    .lang-btn.active .lang-tag { color: var(--black); opacity: 0.55; }

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

    /* Hero */
    .hero {
      position: relative; color: var(--black); padding: 54px 0 66px; overflow: hidden;
      background:
        radial-gradient(58% 50% at 92% -8%, rgba(201,168,76,0.16), transparent 62%),
        radial-gradient(46% 42% at 2% 16%, rgba(201,168,76,0.09), transparent 58%),
        linear-gradient(180deg, #fffdf6 0%, #ffffff 56%, #faf8f1 100%);
    }
    .hero .container { position: relative; z-index: 1; }
    .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; }
    .hero-content { text-align: left; }
    .hero-logo { display: none; }
    .hero-logo img { width: 340px; max-width: 84%; height: auto; margin: 0 auto 8px; }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      border: 1px solid var(--line); background: rgba(201,168,76,0.07);
      color: var(--gold-dark); font-size: 13px; font-weight: 600;
      letter-spacing: 1px; text-transform: uppercase;
      padding: 8px 18px; border-radius: 40px; margin-bottom: 20px;
    }
    .hero-badge i { font-size: 15px; }
    .hero-headline {
      font-size: clamp(34px, 5vw, 58px); font-weight: 800; line-height: 1.08;
      letter-spacing: -1px; margin: 0 0 18px; text-transform: uppercase;
    }
    .hero .subtitle { font-size: clamp(16px, 2vw, 20px); font-weight: 300; color: var(--grey); max-width: 540px; margin: 0 0 30px; }
    .hero-buttons { display: flex; gap: 16px; justify-content: flex-start; flex-wrap: wrap; }
    .hero-trust { margin-top: 28px; color: #9a9a9a; font-size: 14px; display: inline-flex; align-items: center; gap: 9px; }
    .hero-trust i { color: var(--gold); }
    .hero-social { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 26px; }
    .hero-social > span { font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--grey); font-weight: 600; }
    .hero-social .socials { margin-bottom: 0; }
    .hero-media-img { width: 100%; height: auto; display: block; border-radius: 18px; }

    .btn {
      display: inline-flex; align-items: center; gap: 9px; font-family: inherit;
      font-size: 16px; font-weight: 600; padding: 15px 32px; border-radius: 7px;
      cursor: pointer; border: 2px solid var(--gold); transition: all 0.3s ease;
    }
    .btn-primary { background: var(--gold-grad); color: var(--black); border-color: transparent; }
    .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(201,168,76,0.4); }
    .btn-outline { background: transparent; color: var(--gold-dark); }
    .btn-outline:hover { background: var(--gold); color: var(--black); border-color: var(--gold); transform: translateY(-3px); }

    /* Hero stats */
    .hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1040px; margin: 54px auto 0; border-top: 1px solid #eee; }
    .stat { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 32px 18px; border-right: 1px solid #eee; }
    .stat:last-child { border-right: none; }
    .stat-ic { width: 60px; height: 60px; border-radius: 50%; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
    .stat-ic i { font-size: 28px; color: var(--gold-dark); }
    .stat .num { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(30px, 4vw, 42px); line-height: 1; }
    .stat .lbl { font-weight: 700; font-size: 15px; margin-top: 8px; color: var(--black); }
    .stat-desc { color: var(--grey); font-size: 13px; margin-top: 6px; line-height: 1.5; }
    @media (max-width: 920px) {
      .hero-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
      .hero-content { text-align: center; }
      .hero-logo { display: block; }
      .hero-content .hero-buttons { justify-content: center; }
      .hero-content .hero-social { align-items: center; }
      .hero .subtitle { margin-left: auto; margin-right: auto; }
      .hero-media { order: 2; }
      .hero { padding-top: 18px; }
    }
    @media (max-width: 760px) {
      .hero-stats { grid-template-columns: 1fr 1fr; gap: 14px; border-top: none; max-width: 540px; }
      .stat { border: 1px solid #eee; border-radius: 16px; }
    }
    @media (max-width: 600px) {
      .hero-buttons { flex-direction: column; }
      .hero-buttons .btn { width: 100%; justify-content: center; }
      .hero-logo img { width: 80%; }
    }

    /* Section base */
    section { padding: 96px 0; }
    .eyebrow-line {
      display: flex; align-items: center; justify-content: center; gap: 14px;
      margin-bottom: 16px;
    }
    .eyebrow-line span {
      color: var(--gold-dark); font-size: 13px; font-weight: 700;
      letter-spacing: 3px; text-transform: uppercase;
    }
    .eyebrow-line::before, .eyebrow-line::after {
      content: ''; height: 1px; width: 42px;
      background: linear-gradient(90deg, transparent, var(--gold));
    }
    .eyebrow-line::after { background: linear-gradient(90deg, var(--gold), transparent); }
    .section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
    .section-head h2 { font-size: clamp(28px, 4.4vw, 46px); font-weight: 700; line-height: 1.15; }
    .section-head .sub { color: var(--grey); margin-top: 14px; font-size: 16.5px; }
    .on-dark .eyebrow-line span { color: var(--gold); }
    .on-dark .section-head h2 { color: var(--white); }
    .on-dark .section-head .sub { color: #b8b8b8; }

    /* Services */
    .services {
      position: relative; overflow: hidden;
      background:
        radial-gradient(46% 55% at 86% 6%, rgba(201,168,76,0.28), transparent 60%),
        radial-gradient(42% 52% at 10% 96%, rgba(201,168,76,0.20), transparent 62%),
        radial-gradient(50% 60% at 50% 40%, rgba(233,208,138,0.14), transparent 64%),
        linear-gradient(180deg, #efece2 0%, #f6f2e8 100%);
    }
    .services::before {
      content: ""; position: absolute; z-index: 0; pointer-events: none;
      width: 460px; height: 460px; top: 4%; left: 50%; transform: translateX(-40%);
      background: radial-gradient(circle, rgba(201,168,76,0.42), transparent 66%);
      filter: blur(34px);
    }
    .services .container { position: relative; z-index: 1; }
    .services-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 26px;
    }
    .card {
      position: relative; overflow: hidden;
      background: linear-gradient(140deg, rgba(255,255,255,0.62), rgba(255,255,255,0.38));
      -webkit-backdrop-filter: blur(18px) saturate(1.4);
      backdrop-filter: blur(18px) saturate(1.4);
      border: 1px solid rgba(255,255,255,0.8);
      border-radius: 16px; padding: 40px 32px;
      box-shadow: 0 12px 34px rgba(120,95,30,0.10), inset 0 1px 0 rgba(255,255,255,0.85);
      transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    }
    .card::before {
      content: ''; position: absolute; top: 0; left: 0; height: 4px; width: 0;
      background: var(--gold-grad); transition: width 0.4s ease;
    }
    .card:hover { transform: translateY(-10px); box-shadow: 0 26px 52px rgba(120,95,30,0.16), inset 0 1px 0 rgba(255,255,255,0.75); border-color: var(--gold); }
    .card:hover::before { width: 100%; }
    .card .watermark {
      position: absolute; top: 14px; right: 22px;
      font-family: 'Playfair Display', serif; font-weight: 800; font-size: 64px;
      color: rgba(201,168,76,0.10); line-height: 1; pointer-events: none;
    }
    .card .icon-wrap {
      width: 66px; height: 66px; border-radius: 16px; background: var(--gold-grad);
      display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
      box-shadow: 0 8px 20px rgba(201,168,76,0.28);
    }
    .card .icon-wrap i { font-size: 32px; color: var(--black); }
    .card h3 { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
    .card p { color: var(--grey); font-size: 15.5px; }
    .badge {
      display: inline-block; margin-top: 16px; background: var(--black);
      color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 1px;
      text-transform: uppercase; padding: 6px 14px; border-radius: 30px;
      border: 1px solid var(--line);
    }

    /* Why */
    .why { background: var(--black-deep); color: var(--white); position: relative; overflow: hidden; }
    .why::before {
      content: ''; position: absolute; pointer-events: none;
      bottom: -160px; right: -120px; width: 540px; height: 540px;
      background: radial-gradient(circle, rgba(201,168,76,0.12), transparent 64%);
    }
    .why-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px;
      position: relative; z-index: 1;
    }
    .why-item {
      border: 1px solid var(--line); border-radius: 16px; padding: 34px 30px;
      background: rgba(255,255,255,0.02);
      transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
    }
    .why-item:hover { transform: translateY(-8px); background: rgba(201,168,76,0.07); border-color: var(--gold); }
    .why-item .icon-wrap {
      width: 60px; height: 60px; border-radius: 50%;
      background: var(--gold-soft); border: 1px solid var(--line);
      display: flex; align-items: center; justify-content: center; margin-bottom: 22px;
    }
    .why-item .icon-wrap i { font-size: 28px; color: var(--gold); }
    .why-item h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; color: var(--gold-light); }
    .why-item p { color: #c6c6c6; font-size: 15px; }

    /* Reviews */
    .reviews { background: var(--light); }
    .stars { color: var(--gold); font-size: 17px; margin-bottom: 18px; letter-spacing: 3px; }
    /* Reviews carousel */
    .reviews-carousel { position: relative; max-width: 760px; margin: 0 auto; }
    .rc-viewport { overflow: hidden; border-radius: 16px; }
    .rc-track { display: flex; transition: transform 0.5s ease; }
    .rc-slide { min-width: 100%; box-sizing: border-box; padding: 4px; }
    .rc-card { background: var(--white); border: 1px solid #ececec; border-radius: 16px; padding: 42px 40px; text-align: center; box-shadow: 0 14px 34px rgba(0,0,0,0.06); }
    .rc-card .stars { margin-bottom: 18px; }
    .rc-quote { font-family: 'Playfair Display', serif; font-size: 20px; font-style: italic; color: #3a3a3a; line-height: 1.55; margin-bottom: 26px; }
    .rc-person { display: flex; align-items: center; justify-content: center; gap: 14px; }
    .rc-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--gold-grad); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--black); font-size: 15px; flex-shrink: 0; }
    .rc-name { font-weight: 700; font-size: 15px; text-align: left; }
    .rc-role { font-weight: 400; font-size: 13.5px; color: var(--grey); text-align: left; }
    .rc-arrow {
      position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%;
      border: 1px solid var(--line); background: #fff; color: var(--gold-dark); font-size: 20px; cursor: pointer;
      display: flex; align-items: center; justify-content: center; transition: all 0.25s ease; z-index: 2;
    }
    .rc-arrow:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
    .rc-prev { left: -22px; } .rc-next { right: -22px; }
    .rc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
    .rc-dot { width: 9px; height: 9px; border-radius: 50%; background: #d8d2c4; border: none; cursor: pointer; padding: 0; transition: all 0.25s ease; }
    .rc-dot.active { background: var(--gold); width: 24px; border-radius: 5px; }
    @media (max-width: 820px) { .rc-prev { left: 4px; } .rc-next { right: 4px; } .rc-arrow { background: rgba(255,255,255,0.9); } }

    /* Quote / form */
    .quote-section { background: var(--white); }
    .quote-layout {
      display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 50px; align-items: start;
    }
    .quote-info .eyebrow-line { justify-content: flex-start; }
    .quote-info .eyebrow-line::before { display: none; }
    .quote-info h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 700; line-height: 1.15; margin-bottom: 18px; }
    .quote-info p.lead { color: var(--grey); font-size: 16.5px; margin-bottom: 30px; }
    .info-points { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
    .info-points li { display: flex; align-items: center; gap: 14px; font-size: 15.5px; font-weight: 500; }
    .info-points .tick {
      width: 34px; height: 34px; border-radius: 50%; background: var(--gold-soft);
      border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .info-points .tick i { color: var(--gold-dark); font-size: 18px; }
    .info-contact {
      display: inline-flex; align-items: center; gap: 10px; font-weight: 600;
      color: var(--black); border-top: 1px solid #eee; padding-top: 22px;
    }
    .info-contact i { color: var(--gold-dark); font-size: 20px; }

    .form-card {
      background: var(--black-deep); color: var(--white);
      border: 1px solid var(--line); border-radius: 18px; padding: 42px 38px;
      box-shadow: 0 30px 60px rgba(0,0,0,0.18);
    }
    .form-card h3 { font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 6px; }
    .form-card .fc-sub { color: #b3b3b3; font-size: 14.5px; margin-bottom: 26px; }
    .form-row { margin-bottom: 18px; }
    .form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 8px; color: #e3e3e3; }
    input, select, textarea {
      width: 100%; font-family: inherit; font-size: 15px; padding: 13px 15px;
      border: 1px solid rgba(255,255,255,0.14); border-radius: 9px;
      background: rgba(255,255,255,0.04); color: var(--white);
      transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    }
    select option { color: #111; }
    input::placeholder, textarea::placeholder { color: #8a8a8a; }
    input:focus, select:focus, textarea:focus {
      outline: none; border-color: var(--gold); background: rgba(201,168,76,0.06);
      box-shadow: 0 0 0 3px rgba(201,168,76,0.18);
    }
    textarea { resize: vertical; min-height: 130px; }
    .form-card .btn { width: 100%; justify-content: center; margin-top: 8px; }
    .form-message {
      margin-top: 18px; padding: 14px 18px; border-radius: 9px;
      font-weight: 600; font-size: 14.5px; display: none;
    }
    .form-message.show { display: block; }
    .form-message.success { background: rgba(46,160,90,0.15); color: #8ce0ab; border: 1px solid rgba(46,160,90,0.4); }
    .form-message.error { background: rgba(200,50,50,0.15); color: #f1a3a3; border: 1px solid rgba(200,50,50,0.4); }
    .form-consent { margin-top: 14px; font-size: 12.5px; color: #9a9a9a; text-align: center; line-height: 1.5; }
    .form-consent a { color: var(--gold-light); text-decoration: underline; }

    @media (max-width: 880px) { .quote-layout { grid-template-columns: 1fr; gap: 36px; } }

    /* CTA band */
    .cta {
      position: relative; background: var(--black); color: var(--white);
      text-align: center; padding: 84px 0; overflow: hidden;
    }
    .cta::before {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background: radial-gradient(circle at 50% 120%, rgba(201,168,76,0.28), transparent 60%);
    }
    .cta .container { position: relative; z-index: 1; }
    .cta h2 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4.4vw, 46px); font-weight: 700; max-width: 760px; margin: 0 auto 16px; }
    .cta p { color: #cbcbcb; font-size: 17px; max-width: 600px; margin: 0 auto 32px; }

    /* Footer */
    footer { background: var(--black-deep); color: #c2c2c2; padding: 70px 0 36px; }
    .footer-grid {
      display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px;
      padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .footer-brand .fb-name { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; letter-spacing: 1px; }
    .footer-brand .fb-tag { color: #9f9f9f; font-size: 14px; margin: 10px 0 18px; max-width: 280px; }
    .footer-brand a.fb-mail { color: var(--gold); font-weight: 600; }
    .footer-brand .follow { color: #9f9f9f; font-size: 13.5px; margin: 18px 0 12px; }
    .socials { display: flex; gap: 12px; margin-bottom: 16px; }
    .socials a {
      width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line);
      display: flex; align-items: center; justify-content: center; color: var(--gold);
      font-size: 20px; transition: all 0.25s ease;
    }
    .socials a:hover { background: var(--gold); color: var(--black); transform: translateY(-3px); }
    .wa-link {
      display: inline-flex; align-items: center; gap: 8px; color: #d8d8d8;
      font-size: 14px; font-weight: 600; border: 1px solid var(--line);
      padding: 9px 16px; border-radius: 30px; transition: all 0.25s ease;
    }
    .wa-link i { color: #25d366; font-size: 19px; }
    .wa-link:hover { border-color: var(--gold); color: var(--gold); }
    .footer-col h4 { color: var(--white); font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
    .footer-col ul li a, .footer-col ul li { color: #b0b0b0; font-size: 14.5px; transition: color 0.2s ease; }
    .footer-col ul li a:hover { color: var(--gold); }
    .footer-col .meta-row { display: flex; align-items: flex-start; gap: 10px; }
    .footer-col .meta-row i { color: var(--gold); font-size: 17px; margin-top: 2px; }
    .footer-bottom {
      text-align: center; padding-top: 26px; font-size: 13.5px; color: #8c8c8c;
    }
    .footer-bottom .gold-text { font-weight: 600; }
    .legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-bottom: 14px; }
    .legal-links a { color: #b0b0b0; font-size: 13.5px; cursor: pointer; transition: color 0.2s ease; }
    .legal-links a:hover { color: var(--gold); }
    .legal-disclaimer { max-width: 700px; margin: 0 auto 18px; font-size: 12.5px; color: #7f7f7f; line-height: 1.6; }
    .doc-body p { color: #c9c9c9; font-size: 14.5px; line-height: 1.65; margin-bottom: 14px; }
    .doc-body p:last-child { margin-bottom: 0; }
    .doc-body h4 { color: var(--gold-light); font-size: 16px; font-weight: 700; margin: 22px 0 10px; }
    .doc-body h4:first-child { margin-top: 0; }
    .doc-body ul { margin: 0 0 14px; padding-left: 20px; }
    .doc-body ul li { color: #c9c9c9; font-size: 14.5px; line-height: 1.6; margin-bottom: 6px; }
    @media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
    @media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

    /* Service card "learn more" */
    .card[data-service] { cursor: pointer; }
    .card-more {
      display: inline-flex; align-items: center; gap: 7px; margin-top: 20px;
      color: var(--gold-dark); font-weight: 600; font-size: 14.5px;
      background: none; border: none; font-family: inherit; cursor: pointer; padding: 0;
      transition: gap 0.25s ease, color 0.25s ease;
    }
    .card-more:hover { gap: 12px; color: var(--gold); }
    .card-more i { font-size: 17px; }

    /* About */
    .about { background: var(--white); }
    .about-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 54px; align-items: center; }
    .about-text .eyebrow-line { justify-content: flex-start; }
    .about-text .eyebrow-line::before { display: none; }
    .about-text h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
    .about-text p { color: var(--grey); font-size: 16px; margin-bottom: 16px; }
    .about-panel {
      background: var(--black-deep); border: 1px solid var(--line); border-radius: 18px;
      padding: 30px 32px; box-shadow: 0 24px 50px rgba(0,0,0,0.18);
    }
    .about-fact { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .about-fact:last-child { border-bottom: none; padding-bottom: 0; }
    .about-fact:first-child { padding-top: 0; }
    .about-fact .ic {
      width: 48px; height: 48px; border-radius: 12px; background: var(--gold-soft);
      border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .about-fact .ic i { color: var(--gold); font-size: 24px; }
    .about-fact h4 { color: var(--gold-light); font-size: 16px; margin-bottom: 5px; }
    .about-fact p { color: #c2c2c2; font-size: 14px; margin: 0; }
    @media (max-width: 880px) { .about-layout { grid-template-columns: 1fr; gap: 34px; } }

    /* Service modal */
    .modal-overlay {
      position: fixed; inset: 0; z-index: 200; padding: 24px;
      background: rgba(10,10,10,0.72); backdrop-filter: blur(4px);
      display: flex; align-items: center; justify-content: center;
      opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .modal-overlay.open { opacity: 1; visibility: visible; }
    .modal {
      position: relative; background: var(--black-deep); color: var(--white);
      border: 1px solid var(--line); border-radius: 20px; max-width: 560px; width: 100%;
      max-height: 88vh; overflow-y: auto; padding: 40px 38px;
      box-shadow: 0 40px 90px rgba(0,0,0,0.5);
      transform: translateY(20px) scale(0.98); transition: transform 0.35s cubic-bezier(.2,.7,.2,1);
    }
    .modal-overlay.open .modal { transform: translateY(0) scale(1); }
    .modal-close {
      position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%;
      border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: #ddd;
      cursor: pointer; display: flex; align-items: center; justify-content: center;
      font-size: 22px; line-height: 1; transition: all 0.25s ease;
    }
    .modal-close:hover { border-color: var(--gold); color: var(--gold); }
    .modal .m-icon {
      width: 64px; height: 64px; border-radius: 16px; background: var(--gold-grad);
      display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
      box-shadow: 0 8px 20px rgba(201,168,76,0.3);
    }
    .modal .m-icon i { font-size: 32px; color: var(--black); }
    .modal h3 { font-family: 'Playfair Display', serif; font-size: 26px; margin-bottom: 8px; }
    .modal .m-badge {
      display: inline-block; margin-bottom: 14px; background: var(--gold); color: var(--black);
      font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
      padding: 5px 13px; border-radius: 20px;
    }
    .modal .m-desc { color: #c9c9c9; font-size: 15.5px; line-height: 1.65; margin-bottom: 26px; }
    .modal .m-inc-title { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; font-weight: 700; }
    .modal ul.m-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
    .modal ul.m-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: #e2e2e2; }
    .modal ul.m-list li i { color: var(--gold); font-size: 19px; margin-top: 1px; flex-shrink: 0; }
    .modal .btn { width: 100%; justify-content: center; }
    @media (max-width: 600px) { .modal { padding: 32px 24px; } }

    /* Portfolio / Work */
    .portfolio { background: var(--white); }
    .work-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
    .wf-btn {
      font-family: inherit; font-size: 14px; font-weight: 600; padding: 9px 20px; border-radius: 30px;
      border: 1px solid #ddd; background: #fff; color: var(--grey); cursor: pointer; transition: all 0.25s ease;
    }
    .wf-btn:hover { border-color: var(--gold); color: var(--gold-dark); }
    .wf-btn.active { background: var(--gold-grad); color: var(--black); border-color: transparent; }
    .work-carousel { position: relative; }
    .work-grid {
      display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
      scroll-behavior: smooth; padding: 4px 2px 10px; scrollbar-width: none;
    }
    .work-grid::-webkit-scrollbar { display: none; }
    .work-tile { flex: 0 0 calc((100% - 54px) / 4); scroll-snap-align: start; }
    @media (max-width: 1000px) { .work-tile { flex-basis: calc((100% - 36px) / 3); } }
    @media (max-width: 760px) { .work-tile { flex-basis: calc((100% - 18px) / 2); } }
    @media (max-width: 520px) { .work-tile { flex-basis: 84%; } }
    .wc-arrow {
      position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%;
      border: 1px solid var(--line); background: #fff; color: var(--gold-dark); font-size: 20px; cursor: pointer;
      display: flex; align-items: center; justify-content: center; transition: all 0.25s ease; z-index: 3;
      box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    }
    .wc-arrow:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
    .wc-prev { left: -20px; } .wc-next { right: -20px; }
    @media (max-width: 760px) { .wc-prev { left: 2px; } .wc-next { right: 2px; } .wc-arrow { background: rgba(255,255,255,0.92); } }
    .work-tile {
      position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 3;
      border: 1px solid #ececec; cursor: pointer; display: block; width: 100%; padding: 0;
      background: #ece9e3; font-family: inherit;
    }
    .work-tile.hide { display: none; }
    .work-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
    .work-tile:hover img { transform: scale(1.07); }
    .work-overlay {
      position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
      padding: 18px; text-align: left; opacity: 0; transition: opacity 0.3s ease;
      background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 55%);
    }
    .work-tile:hover .work-overlay { opacity: 1; }
    .work-chip {
      align-self: flex-start; background: var(--gold); color: var(--black); font-size: 11px;
      font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 11px; border-radius: 20px;
    }
    /* Lightbox */
    .lb-overlay {
      position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,0.92);
      display: flex; align-items: center; justify-content: center;
      opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .lb-overlay.open { opacity: 1; visibility: visible; }
    .lb-img { max-width: 90vw; max-height: 86vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }
    .lb-close { position: absolute; top: 18px; right: 22px; background: none; border: none; color: #fff; font-size: 40px; line-height: 1; cursor: pointer; }
    .lb-close:hover { color: var(--gold); }
    .lb-nav {
      position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%;
      background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 20px;
      cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.25s ease;
    }
    .lb-nav:hover { background: var(--gold); color: #000; border-color: var(--gold); }
    .lb-prev { left: 20px; } .lb-next { right: 20px; }
    @media (max-width: 600px) { .lb-nav { width: 44px; height: 44px; } }

    /* Micro animations */
    @keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
    @keyframes shineSweep { 0% { left: -60%; } 60%, 100% { left: 140%; } }
    .card .icon-wrap, .why-item .icon-wrap { transition: transform 0.35s ease, box-shadow 0.35s ease; }
    .card:hover .icon-wrap { transform: scale(1.08) rotate(-4deg); }
    .why-item:hover .icon-wrap { transform: scale(1.1); }
    .btn-primary { position: relative; overflow: hidden; }
    .btn-primary::after {
      content: ""; position: absolute; top: 0; left: -60%; width: 38%; height: 100%;
      background: linear-gradient(120deg, transparent, rgba(255,255,255,0.55), transparent);
      transform: skewX(-20deg); pointer-events: none;
    }
    @media (prefers-reduced-motion: no-preference) {
      .hero-logo img { animation: floatY 5s ease-in-out infinite; }
      .btn-primary::after { animation: shineSweep 3.6s ease-in-out infinite; }
    }

    /* Back to top */
    .to-top {
      position: fixed; bottom: 26px; right: 26px; z-index: 90;
      width: 50px; height: 50px; border-radius: 50%; border: none;
      background: var(--gold-grad); color: var(--black); cursor: pointer;
      display: flex; align-items: center; justify-content: center; font-size: 22px;
      box-shadow: 0 8px 24px rgba(201,168,76,0.4);
      opacity: 0; visibility: hidden; transform: translateY(14px);
      transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    }
    .to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
    .to-top:hover { transform: translateY(-4px); }

    @media (max-width: 600px) {
      .site-header img { height: 150px; }
      .form-grid-2 { grid-template-columns: 1fr; }
      .form-card { padding: 32px 24px; }
      section { padding: 66px 0; }
      .hero { padding: 56px 0 56px; }
    }
    .tb-nav a.active-nav { color: var(--gold-dark); }
    .tb-nav a.active-nav::after { width: 100%; }
    .tb-mobile a.active-nav { color: var(--gold-dark); }
    .page-hero { background: var(--black-deep); color: #fff; text-align: center; padding: 68px 0 58px; }
    .page-hero .eyebrow-line span { color: var(--gold); }
    .page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(30px, 5vw, 48px); margin: 10px 0 14px; }
    .page-hero p { color: #c8c8c8; max-width: 640px; margin: 0 auto; font-size: 17px; }
    .svc-section { padding: 70px 0; }
    .svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
    .svc-grid > img { width: 100%; border-radius: 16px; }
    .svc-text h2 { font-family: 'Playfair Display', serif; font-size: 26px; margin: 22px 0 10px; }
    .svc-text h2:first-child { margin-top: 0; }
    .svc-text p { color: var(--grey); margin-bottom: 14px; }
    .svc-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
    .svc-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; }
    .edit-note { background: rgba(201,168,76,0.12); border: 1px dashed var(--gold); color: var(--gold-dark); font-size: 13px; padding: 9px 13px; border-radius: 8px; margin: 6px 0 16px; }
    .blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 26px; }
    .post-card { background: #fff; border: 1px solid #ececec; border-radius: 16px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
    .post-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.1); }
    .post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; transition: transform 0.55s cubic-bezier(.2,.7,.2,1); }
    .post-card:hover img { transform: scale(1.05); }
    .post-card .pc-body { padding: 22px 24px; }
    .pc-cat { color: var(--gold-dark); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
    .post-card h3 { font-size: 20px; margin: 8px 0 10px; }
    .post-card p { color: var(--grey); font-size: 15px; }
    .pc-link { color: var(--gold-dark); font-weight: 600; font-size: 14.5px; display: inline-block; margin-top: 14px; }
    .post { max-width: 760px; margin: 0 auto; padding: 58px 24px; }
    .post h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 42px); margin: 10px 0; }
    .post-meta { color: var(--grey); font-size: 14px; margin-bottom: 24px; }
    .post-hero { width: 100%; border-radius: 16px; margin-bottom: 28px; }
    .post-hero.is-logo { width: auto; max-width: 380px; display: block; margin-left: auto; margin-right: auto; }
    .post h2 { font-family: 'Playfair Display', serif; font-size: 24px; margin: 28px 0 12px; }
    .post p { color: #3a3a3a; font-size: 16.5px; line-height: 1.7; margin-bottom: 16px; }
    @media (max-width: 820px) { .svc-grid { grid-template-columns: 1fr; gap: 24px; } .svc-gallery { grid-template-columns: 1fr 1fr; } }

    .section-head h1 { font-size: clamp(28px, 4.4vw, 46px); font-weight: 700; line-height: 1.15; }
    .about-text h1 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
    .quote-info h1 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 700; line-height: 1.15; margin-bottom: 18px; }
    .legal { max-width: 760px; margin: 0 auto; padding: 58px 24px; }
    .legal h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 40px); margin-bottom: 6px; }
    .legal .post-meta { color: var(--grey); font-size: 14px; margin-bottom: 22px; }
    .legal h4 { color: var(--black); font-size: 17px; font-weight: 700; margin: 24px 0 8px; }
    .legal p { color: #3a3a3a; font-size: 16px; line-height: 1.7; margin-bottom: 12px; }
    .legal ul { margin: 0 0 14px; padding-left: 20px; }
    .legal li { color: #3a3a3a; font-size: 16px; line-height: 1.6; margin-bottom: 6px; }

    .back-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--gold-dark); margin: 22px 0 2px; transition: gap 0.2s ease, color 0.2s ease; }
    .back-link:hover { gap: 11px; color: var(--gold); }
    .back-link i { font-size: 17px; }

    .seo-text { max-width: 840px; margin: 0 auto 40px; }
    .seo-text p { color: #4a4a4a; font-size: 16.5px; line-height: 1.8; margin-bottom: 16px; }
    .seo-section { padding: 8px 0 60px; }

    .btn-wa { background: #25d366; color: #fff; border-color: #25d366; }
    .btn-wa:hover { background: #1fbe59; color: #fff; border-color: #1fbe59; transform: translateY(-3px); }
    .svc-cta-band { padding: 0 0 58px; }
    .svc-cta-band .container { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
    .info-contact.wa { margin-left: 18px; }
    .info-contact.wa i { color: #25d366; }
    .wa-float { position: fixed; bottom: 26px; left: 26px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 8px 24px rgba(37,211,102,0.45); transition: transform 0.3s ease; }
    .wa-float:hover { transform: scale(1.08); color: #fff; }

    .projects { background: var(--light); padding-top: 10px; }
    .projects-intro { max-width: 840px; margin: 0 auto 40px; color: #4a4a4a; font-size: 16.5px; line-height: 1.8; text-align: center; }
    .project { background: #fff; border: 1px solid #ececec; border-left: 4px solid var(--gold); border-radius: 14px; padding: 26px 28px; margin: 0 auto 20px; max-width: 900px; }
    .project h3 { font-family: 'Playfair Display', serif; font-size: 21px; margin-bottom: 12px; }
    .project p { color: #444; font-size: 15.5px; line-height: 1.7; margin-bottom: 8px; }
    .project p strong { color: var(--black); }
    .project .proj-loc { color: var(--gold-dark); font-weight: 600; font-size: 14px; margin-top: 10px; display: flex; align-items: center; gap: 6px; }

    .svc-body { max-width: 860px; margin: 40px auto 0; }
    .svc-body h2 { font-family: 'Playfair Display', serif; font-size: 24px; margin: 28px 0 12px; }
    .svc-body p { color: #444; line-height: 1.75; margin-bottom: 14px; font-size: 16px; }
    ol.steps, ul.examples { max-width: 860px; margin: 0 auto 6px; padding-left: 22px; }
    ol.steps li { color: #444; line-height: 1.7; margin-bottom: 12px; }
    ol.steps li strong { color: var(--black); }
    ul.examples li { color: #444; line-height: 1.6; margin-bottom: 6px; }
    .disclaimer { background: rgba(201,168,76,0.08); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; font-size: 14px; color: #555; max-width: 860px; margin: 22px auto; }
    .faq-title { text-align: center; font-family: 'Playfair Display', serif; font-size: 28px; margin: 50px 0 24px; }
    .faq { max-width: 820px; margin: 0 auto; }
    .faq-item { border-bottom: 1px solid #e6e6e6; padding: 18px 0; }
    .faq-item h3 { font-size: 17px; margin-bottom: 8px; color: var(--black); }
    .faq-item p { color: #555; line-height: 1.7; }
    .svc-cta-band .container { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
    .svc-cta-band h2 { font-family: 'Playfair Display', serif; font-size: 26px; }
    .svc-cta-band p { color: var(--grey); max-width: 620px; margin-bottom: 10px; }
    .svc-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

    .crumbs { position: sticky; top: var(--hdr-h, 60px); z-index: 90; max-width: 1140px; margin: 0 auto; padding: 12px 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13.5px; }
    .crumbs::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100vw; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid #eee; z-index: -1; }
    .crumbs a { color: var(--grey); transition: color 0.2s ease; }
    .crumbs a:hover { color: var(--gold-dark); }
    .crumbs .sep { color: #bbb; }
    .crumbs .current { color: var(--black); font-weight: 600; }
    .post-related { margin-top: 24px; padding: 14px 18px; background: rgba(201,168,76,0.08); border: 1px solid var(--line); border-radius: 10px; font-size: 15px; }
    .post-related a { color: var(--gold-dark); font-weight: 600; text-decoration: underline; }

    /* ================= Visual polish ================= */
    html { scroll-behavior: smooth; }
    ::selection { background: rgba(201,168,76,0.25); }
    a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 3px; }

    /* Comfortable reading width + rhythm on text-heavy areas */
    .svc-body, ol.steps, ul.examples, .projects-intro, .seo-text, .disclaimer { max-width: 760px; }
    .svc-body p, .seo-text p, .post p, .project p, .legal p, .faq-item p, .about-text p { color: #3d3d3d; line-height: 1.8; }
    .svc-body h2, .post h2 { margin-top: 42px; }
    .svc-body h2:first-child { margin-top: 0; }
    .section-head { margin-bottom: 52px; }

    /* Gold list markers */
    ol.steps li::marker { color: var(--gold-dark); font-weight: 700; }
    ul.examples li::marker { color: var(--gold); }

    /* Softer, consistent card shadows */
    .card, .rc-card, .post-card, .about-panel, .form-card, .project, .work-tile { box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
    .card:hover, .post-card:hover, .project:hover { box-shadow: 0 20px 44px rgba(0,0,0,0.12); }
    .project { transition: box-shadow 0.3s ease, transform 0.3s ease; }
    .project:hover { transform: translateY(-3px); }

    /* Content images: rounded + gentle depth */
    .svc-grid > img, .post-hero, .hero-media-img, .svc-gallery img { box-shadow: 0 14px 34px rgba(0,0,0,0.10); }

    /* FAQ breathing room */
    .faq-item { padding: 20px 2px; }
    .faq-item h3 { font-size: 17.5px; }

    /* Slightly airier sections on small screens */
    @media (max-width: 600px) {
      .svc-section, .projects, .seo-section { padding-left: 4px; padding-right: 4px; }
      .post { padding-top: 40px; }
      .page-hero { padding: 48px 0 40px; }
    }

    /* ============ Rich content layout ============ */
    /* Section headings with gold accent underline */
    .svc-body h2, .post h2 { position: relative; padding-bottom: 12px; }
    .svc-body h2::after, .post h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 46px; height: 3px; background: var(--gold-grad); border-radius: 2px; }

    /* Lead (first) paragraph in service intro */
    .svc-text p:first-child { font-size: 18px; color: #2e2e2e; line-height: 1.7; }

    /* Process steps -> numbered cards */
    ol.steps { counter-reset: step; list-style: none; padding-left: 0; display: grid; gap: 14px; }
    ol.steps li { counter-increment: step; position: relative; background: #fff; border: 1px solid #ececec; border-radius: 14px; padding: 18px 22px 18px 68px; box-shadow: 0 8px 22px rgba(0,0,0,0.05); margin: 0; }
    ol.steps li::before { content: counter(step); position: absolute; left: 16px; top: 16px; width: 36px; height: 36px; border-radius: 50%; background: var(--gold-grad); color: var(--black); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; box-shadow: 0 4px 12px rgba(201,168,76,0.35); }
    ol.steps li strong { display: block; color: var(--black); margin-bottom: 3px; font-size: 16px; }

    /* Examples -> two-column check chips */
    ul.examples { list-style: none; padding-left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    ul.examples li { position: relative; padding: 13px 15px 13px 40px; background: var(--light); border: 1px solid #ececec; border-radius: 12px; font-size: 15px; color: #3d3d3d; margin: 0; }
    ul.examples li::before { content: "\2713"; position: absolute; left: 15px; top: 12px; color: var(--gold-dark); font-weight: 700; }
    @media (max-width: 600px) { ul.examples { grid-template-columns: 1fr; } }

    /* Gallery hover */
    .svc-gallery img { transition: transform 0.4s ease, box-shadow 0.4s ease; }
    .svc-gallery img:hover { transform: scale(1.03); }

    /* Project case-study labels in gold */
    .project p strong { color: var(--gold-dark); }

    /* FAQ -> accordion (JS adds .acc; without JS everything stays open) */
    .faq { background: var(--light); border: 1px solid #ececec; border-radius: 18px; padding: 6px 26px; margin-top: 8px; }
    .faq-item { border-bottom: 1px solid #e6e6e6; padding: 4px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-item h3 { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 0; padding: 20px 0; font-size: 17px; }
    .faq-item h3::after { content: "+"; color: var(--gold-dark); font-size: 24px; font-weight: 300; flex-shrink: 0; line-height: 1; }
    .faq.acc .faq-item h3 { padding: 20px 0; }
    .faq.acc .faq-item p { max-height: 0; overflow: hidden; opacity: 0; margin: 0; transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.3s ease; }
    .faq.acc .faq-item.open p { max-height: 600px; opacity: 1; padding-bottom: 20px; }
    .faq.acc .faq-item.open h3::after { content: "\2212"; }

    /* Long prose: full container width */
    .seo-text { max-width: 1080px; margin: 0 auto 40px; text-align: left; }
    .seo-text p { color: #3d3d3d; line-height: 1.85; margin-bottom: 16px; font-size: 16.5px; }
    .seo-text p:first-child { font-size: 18px; color: #2e2e2e; }
    .story-head { margin-bottom: 26px; }
    .story-head .eyebrow-line { justify-content: flex-start; }
    .story-head .eyebrow-line::before { display: none; }
    .story-head h2 { font-size: clamp(26px, 3.6vw, 40px); line-height: 1.15; margin-top: 6px; }

    /* See more / See less on long text */
    .seo-text.clamp { max-height: 280px; overflow: hidden; -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent); mask-image: linear-gradient(to bottom, #000 62%, transparent); }
    .seo-text.expanded { max-height: none; -webkit-mask-image: none; mask-image: none; }
    .see-more { display: inline-flex; align-items: center; gap: 6px; margin: 4px auto 0; background: none; border: 1px solid var(--line); color: var(--gold-dark); font-family: inherit; font-weight: 600; font-size: 14px; padding: 9px 20px; border-radius: 30px; cursor: pointer; transition: all 0.25s ease; }
    .see-more:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }


/* ================= TECHINRI AGENCY - FINAL POLISH ================= */

/* Brand colors refinement */
:root {
  --black: #0A0A0B;
  --black-deep: #071A33;
  --black-soft: #121826;
  --gold: #CB9F42;
  --gold-light: #e6c878;
  --gold-dark: #9f792d;
  --gold-grad: linear-gradient(135deg, #e6c878 0%, #CB9F42 45%, #9f792d 100%);
  --gold-soft: rgba(203, 159, 66, 0.13);
  --white: #ffffff;
  --light: #f7f5ef;
  --grey: #5f6470;
  --line: rgba(203, 159, 66, 0.25);
}

/* Make mobile header stronger */
@media (max-width: 920px) {
  .tb-inner {
    min-height: 62px;
    padding: 8px 18px;
  }

  .tb-logo {
    display: block;
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .tb-logo img {
    height: 34px;
    width: auto;
  }

  .tb-lang {
    margin-left: 0;
  }

  .lang-toggle {
    padding: 6px 9px;
  }

  .lang-name {
    display: none;
  }
}

/* Header quote button */
.tb-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--gold-grad);
  color: var(--black);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .3px;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(203,159,66,.25);
}

.tb-quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(203,159,66,.35);
}

@media (max-width: 920px) {
  .tb-quote {
    display: none;
  }
}

/* Cleaner hero */
.hero {
  background:
    radial-gradient(circle at top right, rgba(203,159,66,.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8f6f0 100%);
}

.hero-headline {
  max-width: 680px;
}

.hero .subtitle {
  color: #3f4652;
  font-weight: 400;
}

/* Make buttons feel more premium */
.btn {
  border-radius: 999px;
}

.btn-outline {
  background: #ffffff;
  border-color: rgba(203,159,66,.55);
}

/* Portfolio: turn carousel into clean grid on Work page */
.work-carousel {
  position: relative;
}

.work-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  overflow: visible !important;
  scroll-snap-type: none !important;
  padding: 0;
}

.work-tile {
  flex: initial !important;
  min-height: 220px;
}

.work-tile.hide {
  display: none !important;
}

.wc-arrow {
  display: none !important;
}

.work-overlay {
  opacity: 1;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.08) 60%, transparent);
}

.work-chip {
  font-size: 10.5px;
}

@media (max-width: 1000px) {
  .work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-tile {
    min-height: 190px;
  }
}

@media (max-width: 520px) {
  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-tile {
    min-height: 260px;
  }
}

/* Services page: cards feel more premium */
.card {
  border-radius: 20px;
  border: 1px solid rgba(203,159,66,.16);
}

.card-more {
  color: var(--gold-dark);
  font-weight: 800;
}

/* Better CTA section */
.cta {
  background:
    radial-gradient(circle at top left, rgba(203,159,66,.16), transparent 35%),
    linear-gradient(135deg, #071A33 0%, #0A0A0B 100%);
  color: #fff;
}

.cta p {
  color: rgba(255,255,255,.78);
}

.cta .btn-primary {
  box-shadow: 0 14px 34px rgba(203,159,66,.35);
}

/* Better text spacing on content pages */
.seo-text {
  max-width: 820px;
}

.seo-text p {
  font-size: 16px;
  line-height: 1.75;
}

/* Make form/contact page cleaner */
.form-card,
.about-panel,
.project,
.post-card {
  border-radius: 20px;
}

/* Floating WhatsApp not too close to screen edge */
@media (max-width: 600px) {
  .wa-float {
    width: 50px;
    height: 50px;
    left: 18px;
    bottom: 18px;
    font-size: 25px;
  }
}

/* ===== Project cards + modal (Recent projects) ===== */
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.proj-card { display: flex; flex-direction: column; text-align: left; background: #fff; border: 1px solid rgba(203,159,66,.18); border-radius: 18px; overflow: hidden; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.proj-card:hover, .proj-card:focus-visible { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,0,0,.13); border-color: rgba(203,159,66,.5); outline: none; }
.proj-card > img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.55s cubic-bezier(.2,.7,.2,1); }
.proj-card:hover > img { transform: scale(1.05); }
.proj-card-b { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.proj-card-b h3 { font-size: 18px; font-weight: 700; color: var(--black); line-height: 1.3; }
.proj-card-b > p { font-size: 14px; color: var(--grey); line-height: 1.5; flex: 1; margin: 0; }
.proj-view { margin-top: 6px; font-size: 13px; font-weight: 800; letter-spacing: .3px; color: var(--gold-dark); }
.proj-view::after { content: " \2192"; }
@media (max-width: 900px) { .proj-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .proj-grid { grid-template-columns: 1fr; } .proj-card > img { height: 220px; } }

.proj-modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.proj-modal.open { display: block; }
.proj-modal-backdrop { position: absolute; inset: 0; background: rgba(7,10,20,.62); backdrop-filter: blur(3px); }
.proj-modal-panel { position: relative; max-width: 680px; margin: 6vh auto; background: #fff; border-radius: 20px; padding: 38px 38px 32px; max-height: 86vh; overflow-y: auto; box-shadow: 0 40px 90px rgba(0,0,0,.45); animation: revealUp .35s cubic-bezier(.2,.7,.2,1) both; }
.proj-modal-x { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 32px; line-height: 1; color: #b0b0b0; cursor: pointer; transition: color .15s ease; }
.proj-modal-x:hover { color: var(--black); }
.proj-modal-body h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 25px; color: var(--black); margin-bottom: 16px; padding-right: 22px; line-height: 1.25; }
.proj-modal-body p { font-size: 15px; line-height: 1.7; color: #333; margin-bottom: 13px; }
.proj-modal-body p strong { color: var(--black); }
.proj-modal-body .proj-loc { color: var(--gold-dark); font-weight: 600; font-size: 14px; margin-top: 4px; }
.proj-modal-body .proj-loc i { margin-right: 5px; }
@media (max-width: 560px) { .proj-modal-panel { margin: 0; min-height: 100vh; border-radius: 0; padding: 62px 22px 40px; max-height: none; } }

/* ===== Case study page ===== */
.case-study h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 23px; color: var(--black); margin-top: 48px; }
.cs-meta { display: flex; flex-wrap: wrap; gap: 14px 44px; margin: 22px 0 32px; padding: 20px 24px; background: var(--gold-soft); border: 1px solid rgba(203,159,66,.2); border-radius: 14px; }
.cs-meta > div { display: flex; flex-direction: column; gap: 4px; }
.cs-meta-label { font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: var(--gold-dark); }
.cs-meta-val { font-size: 15px; font-weight: 600; color: var(--black); }
.cs-services { list-style: none; padding: 0; margin: 4px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; }
.cs-services li { position: relative; padding-left: 28px; font-size: 15px; color: #444; line-height: 1.5; }
.cs-services li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--gold-dark); font-weight: 800; }
.cs-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 4px; }
.cs-tags span { display: inline-block; padding: 7px 14px; border-radius: 999px; background: #faf6ea; border: 1px solid rgba(203,159,66,.28); color: var(--gold-dark); font-size: 12.5px; font-weight: 700; }
@media (max-width: 560px) { .cs-services { grid-template-columns: 1fr; } .cs-meta { gap: 14px 24px; padding: 16px 18px; } }

/* Case study gallery (multiple photos in project details) */
.cs-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 16px 0 6px; }
.cs-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; display: block; box-shadow: 0 6px 18px rgba(0,0,0,.08); transition: transform .25s ease, box-shadow .25s ease; }
.cs-gallery img:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
@media (max-width: 620px) { .cs-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* ===== Case study carousel + lightbox ===== */
.cs-carousel { position: relative; max-width: 620px; margin: 0 auto 26px; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 34px rgba(0,0,0,.12); background: #f2efe8; }
.cs-viewport { overflow: hidden; }
.cs-track { display: flex; transition: transform .9s cubic-bezier(.65,.05,.36,1); }
.cs-slide { min-width: 100%; overflow: hidden; }
.cs-slide img { width: 100%; height: clamp(200px, 34vw, 280px); object-fit: cover; display: block; cursor: zoom-in; transform: scale(1.02); transition: transform 7s linear, opacity 1s ease; opacity: .5; }
.cs-slide.is-active img { transform: scale(1.08); opacity: 1; }
/* Face-safe framing: keep the original frame, bias the crop toward the faces */
.cs-contain .cs-slide img { object-position: center 22%; }
.cs-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.88); border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 17px; color: var(--black); cursor: pointer; display: grid; place-items: center; box-shadow: 0 4px 16px rgba(0,0,0,.22); transition: background .2s ease, transform .2s ease; z-index: 2; }
.cs-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.cs-prev { left: 14px; } .cs-next { right: 14px; }
.cs-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 2; }
.cs-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.55); border: none; cursor: pointer; padding: 0; transition: all .25s ease; box-shadow: 0 1px 4px rgba(0,0,0,.3); }
.cs-dot.active { background: #fff; width: 24px; border-radius: 5px; }

.cs-lb { position: fixed; inset: 0; z-index: 1200; display: none; }
.cs-lb.open { display: block; }
.cs-lb-bg { position: absolute; inset: 0; background: rgba(0,0,0,.92); backdrop-filter: blur(2px); }
.cs-lb-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 92vw; max-height: 88vh; border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.6); }
.cs-lb-close { position: absolute; top: 16px; right: 22px; background: none; border: none; color: #fff; font-size: 42px; line-height: 1; cursor: pointer; z-index: 2; opacity: .85; }
.cs-lb-close:hover { opacity: 1; }
.cs-lb-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.14); border: none; color: #fff; width: 54px; height: 54px; border-radius: 50%; font-size: 24px; cursor: pointer; z-index: 2; transition: background .2s ease; }
.cs-lb-arrow:hover { background: rgba(255,255,255,.28); }
.cs-lb-prev { left: 22px; } .cs-lb-next { right: 22px; }
@media (max-width: 600px) { .cs-arrow { width: 38px; height: 38px; } .cs-lb-arrow { width: 44px; height: 44px; left: 10px; } .cs-lb-next { right: 10px; } }

/* ===== Final mobile polish and accessibility fixes ===== */
.tb-burger,
.lang-toggle,
.tb-quote {
  min-height: 44px;
}

.tb-burger {
  min-width: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.tb-burger:hover,
.tb-burger:focus-visible,
.lang-toggle:focus-visible,
.tb-quote:focus-visible {
  outline: 2px solid rgba(203,159,66,.55);
  outline-offset: 3px;
}

.btn-primary::after {
  opacity: .45;
}

@media (prefers-reduced-motion: no-preference) {
  .btn-primary::after {
    animation-duration: 5.8s;
  }
}

@media (max-width: 920px) {
  .tb-burger {
    display: inline-flex;
  }

  .tb-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
  }

  .tb-logo img {
    height: 30px;
  }

  .lang-toggle {
    min-height: 44px;
    padding: 8px 11px;
  }

  .tb-mobile a {
    min-height: 46px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 20px;
  }

  .tb-inner {
    padding: 8px 14px;
  }

  .tb-logo {
    max-width: 126px;
  }

  .tb-logo img {
    height: 26px;
  }

  .hero {
    padding: 28px 0 46px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-logo img {
    width: min(230px, 74vw);
    margin-bottom: 2px;
  }

  .hero-badge {
    margin-bottom: 14px;
    padding: 7px 13px;
    font-size: 11px;
    letter-spacing: .7px;
  }

  .hero-headline {
    font-size: clamp(30px, 10vw, 38px);
    line-height: 1.04;
    margin-bottom: 14px;
  }

  .hero .subtitle {
    font-size: 15.5px;
    margin-bottom: 22px;
  }

  .hero-trust {
    margin-top: 18px;
    align-items: flex-start;
  }

  .hero-social {
    margin-top: 18px;
  }

  .hero-media-img {
    border-radius: 12px;
  }

  .hero-stats {
    margin-top: 34px;
    gap: 10px;
  }

  .stat {
    padding: 22px 12px;
    border-radius: 12px;
  }

  .stat-ic {
    width: 48px;
    height: 48px;
  }

  .stat-ic i {
    font-size: 23px;
  }

  .form-card {
    padding: 28px 20px;
    border-radius: 14px;
  }

  footer {
    padding: 48px 0 26px;
  }

  .footer-grid {
    gap: 24px;
    padding-bottom: 30px;
  }

  .footer-col ul {
    gap: 8px;
  }

  .legal-links {
    gap: 8px 14px;
  }

  .wa-link {
    max-width: 100%;
    border-radius: 16px;
  }

  .wa-float,
  .to-top {
    width: 46px;
    height: 46px;
    bottom: 16px;
  }

  .wa-float {
    left: 16px;
    font-size: 24px;
  }

  .to-top {
    right: 16px;
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .tb-logo {
    max-width: 112px;
  }

  .tb-logo img {
    height: 23px;
  }

  .lang-code {
    font-size: 12px;
  }

  .lang-toggle {
    gap: 6px;
    padding: 7px 9px;
  }

  .hero-headline {
    font-size: 30px;
  }

  .hero-logo img {
    width: min(205px, 70vw);
  }
}
