:root {
      --navy-950: #03132b;
      --navy-900: #061d3b;
      --navy-800: #0a2a50;
      --navy-700: #123b68;
      --yellow: #ffd629;
      --yellow-strong: #ffcc00;
      --ink: #10213b;
      --muted: #637083;
      --line: #dfe5ec;
      --paper: #ffffff;
      --mist: #f3f6f9;
      --radius: 18px;
      --shadow: 0 22px 55px rgba(3, 19, 43, 0.14);
      --wrap: min(1180px, calc(100% - 40px));
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 92px; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open { overflow: hidden; }
    img { display: block; width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    :focus-visible { outline: 3px solid rgba(255, 214, 41, 0.7); outline-offset: 4px; }

    .skip-link {
      position: fixed;
      left: 16px;
      top: -60px;
      z-index: 200;
      padding: 10px 14px;
      border-radius: 0 0 8px 8px;
      background: var(--yellow);
      color: var(--navy-950);
      font-weight: 800;
      transition: top .2s ease;
    }
    .skip-link:focus { top: 0; }
    .wrap { width: var(--wrap); margin-inline: auto; }

    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 100;
      height: 84px;
      color: #fff;
      background: rgba(3, 19, 43, 0.94);
      border-top: 3px solid var(--yellow);
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
      backdrop-filter: blur(18px);
      transition: height .25s ease, box-shadow .25s ease, background .25s ease;
    }
    .site-header.scrolled { height: 74px; background: rgba(3, 19, 43, 0.985); box-shadow: 0 12px 34px rgba(0,0,0,.16); }
    .header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
    .brand-mark { width: 44px; height: 44px; flex: 0 0 auto; filter: drop-shadow(0 7px 15px rgba(0,0,0,.16)); }
    .brand-name { display: grid; font-size: 21px; font-weight: 850; line-height: .92; letter-spacing: -.025em; }
    .brand-name span:last-child { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 560; letter-spacing: .13em; text-transform: uppercase; }
    .desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
    .desktop-nav a { position: relative; font-size: 14px; font-weight: 650; color: rgba(255,255,255,.82); }
    .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--yellow); transition: right .2s ease; }
    .desktop-nav a:hover { color: #fff; }
    .desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
    .desktop-nav a.active { color: #fff; }

    .button {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 0 24px;
      border: 0;
      border-radius: 11px;
      cursor: pointer;
      font-weight: 800;
      line-height: 1;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .button:hover { transform: translateY(-2px); }
    .button-yellow { background: var(--yellow); color: var(--navy-950); box-shadow: 0 12px 30px rgba(255, 214, 41, .22); }
    .button-yellow:hover { background: #ffe05a; box-shadow: 0 16px 36px rgba(255, 214, 41, .29); }
    .button-navy { background: var(--navy-900); color: #fff; }
    .button-outline { border: 1px solid rgba(255,255,255,.3); color: #fff; background: transparent; }
    .button svg { width: 18px; height: 18px; }
    .header-cta { min-height: 48px; padding-inline: 22px; font-size: 14px; }
    .menu-button { display: none; width: 46px; height: 46px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; align-items: center; justify-content: center; cursor: pointer; }
    .menu-button svg { width: 25px; height: 25px; }

    .hero {
      position: relative;
      min-height: 750px;
      padding-top: 84px;
      color: #fff;
      background-color: var(--navy-950);
      background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
      background-size: 42px 42px;
      overflow: hidden;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 84px 0 0 42%;
      background: linear-gradient(90deg, var(--navy-950) 0%, rgba(3,19,43,.42) 20%, rgba(3,19,43,.04) 48%), linear-gradient(0deg, rgba(3,19,43,.14), rgba(3,19,43,.14)), url('../images/hero-kitchen.webp') center/cover no-repeat;
    }
    .hero::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 46%;
      height: 190px;
      background: radial-gradient(circle at 0 100%, rgba(20, 71, 118, .48), transparent 63%);
      z-index: 1;
    }
    .hero-inner { position: relative; z-index: 2; min-height: 620px; display: flex; align-items: center; }
    .hero-copy { width: min(540px, 46%); padding-block: 74px 112px; }
    .eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--yellow); }
    h1 { max-width: 520px; margin: 0; font-size: clamp(48px, 5.5vw, 76px); line-height: .98; letter-spacing: -.052em; font-weight: 850; }
    h1 strong { display: block; color: var(--yellow); font-weight: 850; }
    .hero-lead { max-width: 450px; margin: 26px 0 22px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
    .hero-points { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; }
    .hero-points span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
    .hero-points i { width: 7px; height: 7px; display: inline-block; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,214,41,.1); }
    .hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
    .trust { width: fit-content; display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 11px 16px 11px 13px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; backdrop-filter: blur(10px); }
    .trust-score { font-size: 31px; line-height: 1; font-weight: 850; letter-spacing: -.04em; }
    .trust-copy { display: grid; gap: 2px; color: rgba(255,255,255,.72); font-size: 13px; }
    .stars { color: var(--yellow); letter-spacing: 2px; font-size: 17px; line-height: 1; }

    .service-rail {
      position: relative;
      z-index: 10;
      margin-top: -102px;
      padding-bottom: 34px;
    }
    .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .service-card {
      display: grid;
      grid-template-rows: 184px auto;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(6,29,59,.1);
      border-radius: 18px;
      box-shadow: var(--shadow);
      transition: transform .25s ease, box-shadow .25s ease;
    }
    .service-card:hover { transform: translateY(-7px); box-shadow: 0 27px 65px rgba(3,19,43,.2); }
    .service-card img { height: 100%; object-fit: cover; transition: transform .45s ease; }
    .service-card:hover img { transform: scale(1.045); }
    .service-card-body { display: flex; align-items: center; gap: 13px; min-height: 84px; padding: 15px 18px; border-top: 3px solid var(--yellow); }
    .service-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy-900); background: #edf2f7; border-radius: 11px; }
    .service-icon svg { width: 21px; height: 21px; }
    .service-card-copy { min-width: 0; display: grid; gap: 3px; }
    .service-card h2 { margin: 0; font-size: 17px; line-height: 1.18; letter-spacing: -.025em; }
    .service-card small { color: var(--muted); font-size: 12px; line-height: 1.3; }
    .service-card .arrow { margin-left: auto; width: 20px; height: 20px; color: var(--navy-700); transition: transform .2s ease; }
    .service-card:hover .arrow { transform: translateX(4px); }

    section { position: relative; }
    .section-pad { padding: 112px 0; }
    .section-kicker { margin: 0 0 13px; color: var(--navy-700); font-size: 13px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
    .section-kicker.yellow { color: var(--yellow); }
    .section-title { max-width: 710px; margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
    .section-intro { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }

    .services { background: var(--mist); }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
    .services-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .service-detail {
      position: relative;
      min-height: 255px;
      padding: 32px;
      overflow: hidden;
      color: #fff;
      background: var(--navy-900);
      border-radius: var(--radius);
    }
    .service-detail:nth-child(2) { background: var(--navy-800); }
    .service-detail:nth-child(3) { background: #0d3761; }
    .service-detail::after { content: ""; position: absolute; width: 190px; height: 190px; right: -92px; bottom: -98px; border: 1px solid rgba(255,214,41,.3); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,214,41,.05), 0 0 0 68px rgba(255,214,41,.035); }
    .service-number { display: flex; align-items: center; justify-content: space-between; margin-bottom: 44px; color: var(--yellow); font-weight: 800; font-size: 14px; }
    .service-number svg { width: 25px; height: 25px; }
    .service-detail h3 { position: relative; z-index: 1; margin: 0 0 13px; font-size: 25px; letter-spacing: -.03em; }
    .service-detail p { position: relative; z-index: 1; max-width: 290px; margin: 0; color: rgba(255,255,255,.68); font-size: 15px; }

    .about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 88px; align-items: center; }
    .about-visual { position: relative; min-height: 560px; border-radius: 26px; overflow: hidden; background: var(--navy-900); }
    .about-visual img { height: 100%; position: absolute; inset: 0; object-fit: cover; }
    .about-badge { position: absolute; left: 28px; bottom: 28px; z-index: 2; width: min(270px, calc(100% - 56px)); padding: 22px 24px; color: #fff; background: rgba(3,19,43,.92); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; backdrop-filter: blur(12px); }
    .about-badge strong { display: block; color: var(--yellow); font-size: 22px; }
    .about-badge span { color: rgba(255,255,255,.7); font-size: 14px; }
    .about-copy .section-title { max-width: 630px; }
    .about-copy > p { margin: 24px 0 0; color: var(--muted); font-size: 17px; }
    .promise-list { display: grid; gap: 14px; margin: 34px 0; }
    .promise { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; }
    .promise-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy-900); background: var(--yellow); border-radius: 12px; }
    .promise-icon svg { width: 22px; height: 22px; }
    .promise strong { display: block; font-size: 16px; }
    .promise span { color: var(--muted); font-size: 14px; }

    .reviews { color: #fff; background: var(--navy-950); overflow: hidden; }
    .reviews::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 10%, rgba(18,59,104,.9), transparent 32%), linear-gradient(125deg, transparent 55%, rgba(255,214,41,.035)); }
    .reviews .section-head { position: relative; z-index: 1; }
    .reviews .section-intro { color: rgba(255,255,255,.64); }
    .review-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .review-card { min-height: 260px; display: flex; flex-direction: column; padding: 30px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
    .review-stars { color: var(--yellow); letter-spacing: 3px; }
    .review-card blockquote { margin: 22px 0 30px; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.65; }
    .reviewer { display: flex; gap: 12px; align-items: center; margin-top: auto; }
    .reviewer-initial { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--yellow); font-weight: 850; }
    .reviewer strong { display: block; font-size: 14px; }
    .reviewer span { display: block; color: rgba(255,255,255,.55); font-size: 13px; }

    .contact { background: #fff; }
    .contact-shell { display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; color: #fff; background: var(--navy-900); border-radius: 24px; box-shadow: var(--shadow); }
    .contact-copy { padding: 58px 54px; background: linear-gradient(150deg, var(--navy-900), var(--navy-950)); }
    .contact-copy .section-title { font-size: clamp(38px, 4vw, 54px); }
    .contact-copy > p { margin: 22px 0 32px; color: rgba(255,255,255,.67); }
    .contact-options { display: grid; gap: 13px; }
    .contact-option { display: flex; align-items: center; gap: 13px; font-weight: 700; }
    .contact-option span:first-child { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px; color: var(--navy-950); background: var(--yellow); }
    .contact-option svg { width: 21px; height: 21px; }
    .contact-form { padding: 52px; color: var(--ink); background: #fff; }
    .contact-form h3 { margin: 0 0 7px; font-size: 26px; letter-spacing: -.03em; }
    .form-note { margin: 0 0 28px; color: var(--muted); font-size: 14px; }
    .field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .field { display: grid; gap: 7px; }
    .field.full { grid-column: 1 / -1; }
    label { font-size: 14px; font-weight: 750; }
    input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--mist); border: 1px solid transparent; border-radius: 9px; }
    textarea { min-height: 112px; resize: vertical; }
    input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--yellow-strong); box-shadow: 0 0 0 3px rgba(255,214,41,.2); }
    .form-submit { width: 100%; margin-top: 18px; }
    .tiny-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: 12px; }

    footer { padding: 58px 0 30px; color: rgba(255,255,255,.7); background: var(--navy-950); }
    .footer-top { display: flex; justify-content: space-between; align-items: start; gap: 36px; padding-bottom: 42px; }
    .footer-about { max-width: 360px; }
    .footer-about p { margin: 18px 0 0; font-size: 14px; }
    .footer-links { display: flex; gap: 54px; }
    .footer-col { display: grid; align-content: start; gap: 10px; min-width: 130px; }
    .footer-col strong { margin-bottom: 4px; color: #fff; font-size: 14px; }
    .footer-col a { font-size: 14px; }
    .footer-col a:hover { color: var(--yellow); }
    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

    .whatsapp-float {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 90;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      color: #fff;
      background: #20b85a;
      border-radius: 50%;
      box-shadow: 0 15px 35px rgba(0,0,0,.24);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .whatsapp-float:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 20px 42px rgba(0,0,0,.3); }
    .whatsapp-float svg { width: 29px; height: 29px; }
    .whatsapp-float::before { content: "WhatsApp us"; position: absolute; right: 70px; padding: 8px 11px; color: #fff; background: var(--navy-950); border-radius: 7px; font-size: 12px; font-weight: 750; white-space: nowrap; opacity: 0; transform: translateX(5px); pointer-events: none; transition: .2s ease; }
    .whatsapp-float:hover::before { opacity: 1; transform: none; }

    .js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
    .js [data-reveal].revealed { opacity: 1; transform: none; }

    @media (max-width: 960px) {
      :root { --wrap: min(100% - 32px, 760px); }
      .desktop-nav, .header-cta { display: none; }
      .menu-button { display: inline-flex; }
      .mobile-panel { position: fixed; inset: 84px 0 0; z-index: 99; display: grid; align-content: start; gap: 6px; padding: 28px 20px; background: var(--navy-950); transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility .28s ease; }
      .site-header.scrolled + .mobile-panel { inset-block-start: 74px; }
      .mobile-panel.open { transform: none; visibility: visible; }
      .mobile-panel a:not(.button) { padding: 14px 8px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 18px; font-weight: 700; }
      .mobile-panel .button { margin-top: 18px; }
      .hero { min-height: 780px; padding-top: 84px; }
      .hero::after { inset: 84px 0 0; background: linear-gradient(90deg, rgba(3,19,43,.98) 0%, rgba(3,19,43,.86) 46%, rgba(3,19,43,.35) 100%), url('../images/hero-kitchen.webp') 62% center/cover no-repeat; }
      .hero::before { width: 100%; }
      .hero-inner { min-height: 650px; }
      .hero-copy { width: min(580px, 88%); padding-block: 66px 138px; }
      .service-rail { margin-top: -88px; }
      .service-card { grid-template-rows: 142px auto; }
      .section-pad { padding-block: 86px; }
      .section-head { align-items: start; flex-direction: column; }
      .services-list { grid-template-columns: 1fr; }
      .service-detail { min-height: 215px; }
      .about-grid { grid-template-columns: 1fr; gap: 52px; }
      .about-visual { min-height: 460px; }
      .review-grid { grid-template-columns: 1fr; }
      .contact-shell { grid-template-columns: 1fr; }
      .footer-top { flex-direction: column; }
    }

    @media (max-width: 640px) {
      :root { --wrap: calc(100% - 28px); }
      .site-header { height: 72px; }
      .site-header.scrolled { height: 68px; }
      .brand-mark { width: 34px; height: 34px; }
      .brand-name { font-size: 17px; }
      .brand-name span:last-child { font-size: 14px; }
      .mobile-panel { inset-block-start: 72px; }
      .site-header.scrolled + .mobile-panel { inset-block-start: 68px; }
      .hero { min-height: 760px; padding-top: 72px; }
      .hero::after { inset-block-start: 72px; background: linear-gradient(90deg, rgba(3,19,43,.96) 0%, rgba(3,19,43,.78) 62%, rgba(3,19,43,.36)), url('../images/hero-kitchen.webp') 65% center/cover no-repeat; }
      .hero-inner { min-height: 620px; align-items: end; }
      .hero-copy { width: 100%; padding-block: 62px 142px; }
      h1 { max-width: 340px; font-size: clamp(45px, 13.8vw, 62px); }
      .hero-lead { max-width: 350px; margin-block: 22px 18px; font-size: 16px; }
      .hero-points { max-width: 355px; gap: 7px 13px; margin-bottom: 24px; font-size: 12px; }
      .hero-actions { display: grid; grid-template-columns: 1fr; width: min(100%, 360px); }
      .button { min-height: 52px; }
      .trust { margin-top: 26px; }
      .trust-score { font-size: 27px; }
      .service-rail { margin-top: -78px; padding-bottom: 12px; }
      .service-grid { gap: 10px; }
      .service-card { grid-template: 98px / 114px 1fr; border-radius: 13px; }
      .service-card-body { min-width: 0; padding: 12px; }
      .service-icon { width: 36px; height: 36px; }
      .service-card h2 { font-size: 15px; white-space: nowrap; }
      .service-card small { max-width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .section-pad { padding-block: 72px; }
      .section-title { font-size: clamp(34px, 10.5vw, 45px); }
      .section-intro { font-size: 16px; }
      .services-list { gap: 12px; }
      .service-detail { min-height: 210px; padding: 26px; }
      .about-grid { gap: 38px; }
      .about-visual { min-height: 390px; }
      .about-badge { left: 18px; bottom: 18px; width: calc(100% - 36px); }
      .review-card { min-height: 240px; padding: 24px; }
      .contact-copy, .contact-form { padding: 38px 24px; }
      .field-grid { grid-template-columns: 1fr; }
      .field.full { grid-column: auto; }
      .footer-links { width: 100%; flex-wrap: wrap; gap: 34px; }
      .footer-bottom { flex-direction: column; }
      .whatsapp-float { right: 15px; bottom: 15px; width: 56px; height: 56px; }
      .whatsapp-float::before { display: none; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
      .js [data-reveal] { opacity: 1; transform: none; }
    }
