.hh-home {
  --ink: #f8fbf6;
  --muted: #b8c8bd;
  --green-950: #07160d;
  --green-900: #0b2415;
  --green-800: #123c25;
  --green-700: #176034;
  --green-500: #24bb63;
  --yellow: #ffd43b;
  --yellow-strong: #ffc400;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 5%, rgba(36, 187, 99, .17), transparent 30rem),
    linear-gradient(180deg, #0c2b19 0%, var(--green-950) 74%);
  color: var(--ink);
}

.hh-home *, .hh-home *::before, .hh-home *::after { box-sizing: border-box; }
.hh-home a { color: inherit; }
.hh-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hh-eyebrow { margin: 0 0 14px; color: var(--yellow); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.hh-nav {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(7, 22, 13, .88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.hh-nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hh-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.02rem; font-weight: 850; }
.hh-brand img { width: 70px; height: auto; }
.hh-links { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.hh-links a { color: #c9d6cd; text-decoration: none; font-size: .91rem; font-weight: 700; transition: color .18s ease; }
.hh-links a:hover { color: #fff; }
.hh-links .hh-nav-cta { padding: 10px 15px; border-radius: 10px; background: var(--yellow); color: #122619; }
.hh-menu { display: none; }

.hh-hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(36px, 6vw, 84px); padding-block: 66px 72px; }
.hh-hero-copy { position: relative; z-index: 2; }
.hh-hero-logo { width: clamp(180px, 24vw, 258px); filter: drop-shadow(0 18px 28px rgba(0,0,0,.28)); }
.hh-hero h1 { max-width: 720px; margin: 25px 0 21px; font-size: clamp(3.2rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.hh-hero h1 span { color: var(--yellow); }
.hh-lede { max-width: 650px; margin: 0; color: #c9d6cd; font-size: clamp(1.07rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hh-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.hh-store {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 22px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 15px;
  background: #050706;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(0,0,0,.27);
  transition: transform .18s ease, border-color .18s ease;
}
.hh-store:hover { transform: translateY(-2px); border-color: var(--yellow); }
.hh-store-mark { width: 27px; height: 34px; flex: 0 0 auto; }
.hh-store-copy { display: grid; line-height: 1.05; }
.hh-store-copy small { font-size: .69rem; font-weight: 600; }
.hh-store-copy strong { font-size: 1.35rem; letter-spacing: -.02em; }
.hh-watch { min-height: 68px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(255,255,255,.065); text-decoration: none; font-weight: 800; }
.hh-watch:hover { background: rgba(255,255,255,.11); }
.hh-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; color: #d9e4dc; font-size: .83rem; font-weight: 700; }
.hh-proof span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(0,0,0,.16); }

.hh-phone-stage { position: relative; display: grid; place-items: center; min-height: 570px; }
.hh-phone-stage::before { content: ""; position: absolute; width: 92%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(36,187,99,.25), rgba(255,212,59,.06) 43%, transparent 70%); filter: blur(8px); }
.hh-phone { position: relative; width: min(390px, 82vw); height: 590px; padding: 12px; border: 2px solid rgba(255,255,255,.18); border-radius: 47px; background: #07100b; box-shadow: 0 44px 80px rgba(0,0,0,.44), inset 0 0 0 5px rgba(255,255,255,.035); transform: rotate(2.5deg); }
.hh-phone::before { content: ""; position: absolute; z-index: 2; top: 20px; left: 50%; width: 112px; height: 25px; transform: translateX(-50%); border-radius: 20px; background: #060907; }
.hh-phone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 36px; background: #1d5c30; }
.hh-phone-screen img { width: 100%; height: 122%; object-fit: cover; object-position: 50% 20%; animation: hh-drift 16s ease-in-out infinite alternate; }
@keyframes hh-drift { from { transform: translateY(-2%); } to { transform: translateY(-18%); } }
.hh-float-card { position: absolute; right: -10px; bottom: 60px; max-width: 210px; padding: 15px 17px; border: 1px solid rgba(255,212,59,.34); border-radius: 14px; background: rgba(7,22,13,.92); box-shadow: 0 18px 35px rgba(0,0,0,.36); transform: rotate(-2deg); }
.hh-float-card strong { display: block; color: var(--yellow); font-size: 1.55rem; }
.hh-float-card span { color: #c4d2c8; font-size: .78rem; line-height: 1.4; }

.hh-pillar-wrap { padding: 36px 0 86px; }
.hh-pillar-head { max-width: 700px; margin-bottom: 32px; }
.hh-pillar-head h2, .hh-showcase-head h2, .hh-final h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; }
.hh-pillar-head p, .hh-showcase-head p { color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.hh-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.hh-pillar { padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.hh-num { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 35px; border-radius: 10px; background: var(--yellow); color: #122619; font-weight: 900; }
.hh-pillar h3 { margin: 0 0 9px; font-size: 1.35rem; }
.hh-pillar p { margin: 0; color: var(--muted); line-height: 1.6; }

.hh-showcase { padding: 94px 0; border-block: 1px solid rgba(255,255,255,.07); background: #081b10; }
.hh-showcase-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.hh-showcase-head p { max-width: 520px; margin: 0; }
.hh-cards { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(2, 330px); gap: 16px; }
.hh-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; background: #0a2616; }
.hh-card:first-child { grid-row: 1 / 3; }
.hh-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.hh-card:hover img { transform: scale(1.035); }
.hh-card:first-child img { object-position: 50% 30%; }
.hh-card:nth-child(2) img { object-position: 50% 32%; }
.hh-card:nth-child(3) img { object-position: 50% 30%; }
.hh-card-copy { position: absolute; inset: auto 0 0; padding: 50px 24px 23px; background: linear-gradient(transparent, rgba(4,15,8,.96)); }
.hh-card-copy h3 { margin: 0 0 6px; font-size: 1.36rem; }
.hh-card-copy p { margin: 0; color: #c2d0c6; font-size: .91rem; line-height: 1.5; }

.hh-difference { padding: 88px 0; }
.hh-difference-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(45px, 8vw, 110px); }
.hh-difference h2 { position: sticky; top: 40px; margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.hh-list { display: grid; gap: 12px; }
.hh-list article { display: grid; grid-template-columns: 56px 1fr; gap: 17px; padding: 23px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.035); }
.hh-list b { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: rgba(255,212,59,.12); color: var(--yellow); font-size: 1.08rem; }
.hh-list h3 { margin: 2px 0 7px; font-size: 1.18rem; }
.hh-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.hh-final { position: relative; margin-bottom: 72px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: #112c1b; }
.hh-final-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; opacity: .27; filter: saturate(.8); }
.hh-final::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,9,.96), rgba(4,16,9,.77) 58%, rgba(4,16,9,.5)); }
.hh-final-copy { position: relative; z-index: 2; max-width: 710px; padding: clamp(42px, 7vw, 78px); }
.hh-final-copy p { max-width: 590px; color: #c8d6cc; font-size: 1.05rem; line-height: 1.65; }
.hh-footer { padding: 31px 0 40px; border-top: 1px solid rgba(255,255,255,.07); color: #91a397; font-size: .8rem; }
.hh-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.hh-footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.hh-footer a { text-decoration: none; }
.hh-footer a:hover { color: #fff; }

@media (prefers-reduced-motion: reduce) { .hh-phone-screen img { animation: none; transform: translateY(-8%); } }

@media (max-width: 860px) {
  .hh-links { display: none; }
  .hh-menu { display: block; position: relative; }
  .hh-menu summary { list-style: none; cursor: pointer; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; font-weight: 800; }
  .hh-menu summary::-webkit-details-marker { display: none; }
  .hh-menu nav { position: absolute; right: 0; top: calc(100% + 10px); width: 230px; display: grid; padding: 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: #0a2013; box-shadow: 0 20px 35px rgba(0,0,0,.4); }
  .hh-menu nav a { padding: 11px 12px; border-radius: 8px; color: #d9e4dc; text-decoration: none; font-weight: 700; }
  .hh-menu nav a:hover { background: rgba(255,255,255,.07); }
  .hh-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 54px; }
  .hh-hero-copy { text-align: center; }
  .hh-hero-logo { margin-inline: auto; }
  .hh-lede { margin-inline: auto; }
  .hh-actions, .hh-proof { justify-content: center; }
  .hh-phone-stage { min-height: 540px; }
  .hh-pillars { grid-template-columns: 1fr; }
  .hh-num { margin-bottom: 18px; }
  .hh-showcase-head { display: block; }
  .hh-showcase-head p { margin-top: 14px; }
  .hh-cards { grid-template-columns: 1fr; grid-template-rows: repeat(3, 470px); }
  .hh-card:first-child { grid-row: auto; }
  .hh-difference-grid { grid-template-columns: 1fr; }
  .hh-difference h2 { position: static; }
}

@media (max-width: 520px) {
  .hh-shell { width: min(100% - 28px, 1180px); }
  .hh-nav-inner { min-height: 66px; }
  .hh-brand img { width: 58px; }
  .hh-brand span { display: none; }
  .hh-hero { gap: 30px; padding-block: 39px 54px; }
  .hh-hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hh-actions { display: grid; }
  .hh-store, .hh-watch { width: 100%; }
  .hh-store { justify-content: center; }
  .hh-phone-stage { min-height: 500px; }
  .hh-phone { height: 505px; width: min(330px, 88vw); border-radius: 40px; }
  .hh-phone-screen { border-radius: 30px; }
  .hh-float-card { right: -2px; bottom: 32px; }
  .hh-pillar-wrap, .hh-difference { padding-block: 64px; }
  .hh-showcase { padding-block: 68px; }
  .hh-cards { grid-template-rows: repeat(3, 400px); }
  .hh-final { margin-bottom: 48px; }
  .hh-final-copy { padding: 38px 25px; }
  .hh-footer-inner { align-items: flex-start; flex-direction: column; }
}
