:root {
  --bone: #f3efe6;
  --paper: #fffdf8;
  --forest: #163a30;
  --forest-2: #234f42;
  --mustard: #c99a2e;
  --ink: #102a23;
  --muted: #66736d;
  --line: #d4cdbc;
  --white: #fbfaf5;
  --shadow: rgba(22, 58, 48, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", system-ui, -apple-system, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(
      circle at 82% 5%,
      rgba(201, 154, 46, 0.18),
      transparent 28rem
    ),
    linear-gradient(120deg, transparent 55%, rgba(255, 255, 255, 0.35));
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(3.2rem, 7vw, 7.2rem);
}
h2 {
  font-size: clamp(2.15rem, 4.2vw, 4.5rem);
}
h3 {
  font-size: 1.15rem;
  line-height: 1.25;
}
.hg-shell {
  width: min(1320px, calc(100% - 42px));
  margin: auto;
}
.hg-skip {
  position: fixed;
  left: 15px;
  top: -80px;
  z-index: 90;
  background: var(--mustard);
  padding: 12px 18px;
  border-radius: 12px;
}
.hg-skip:focus {
  top: 15px;
}
.hg-service {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font: 11px var(--mono);
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.hg-service .hg-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}
.hg-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(212, 205, 188, 0.8);
  background: rgba(243, 239, 230, 0.88);
  backdrop-filter: blur(18px);
}
.hg-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.hg-brand {
  font: 700 1.3rem/1 var(--serif);
  letter-spacing: -0.055em;
}
.hg-brand span {
  color: var(--mustard);
}
.hg-menu {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 28px);
}
.hg-menu a {
  font-size: 14px;
  color: var(--muted);
  padding: 9px 0;
  border-bottom: 1px solid transparent;
}
.hg-menu a:hover,
.hg-menu a.is-active {
  color: var(--ink);
  border-color: var(--mustard);
}
.hg-menu-button {
  display: none;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: transparent;
  padding: 9px 14px;
  color: var(--forest);
}
.hg-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 14px;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    background 0.25s var(--ease);
}
.hg-button:hover {
  transform: translateY(-3px);
}
.hg-button-dark {
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 10px 24px var(--shadow);
}
.hg-button-gold {
  background: var(--mustard);
  color: var(--forest);
  border-color: var(--mustard);
  box-shadow: 0 12px 26px rgba(201, 154, 46, 0.26);
}
.hg-button-light {
  background: var(--paper);
  color: var(--forest);
}
.hg-button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(201, 154, 46, 0.55);
  outline-offset: 3px;
}
.hg-kicker {
  color: var(--mustard);
  font: 11px/1.25 var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.hg-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  max-width: 54ch;
  color: var(--muted);
}
.hg-home-hero {
  padding: clamp(35px, 6vw, 88px) 0 30px;
}
.hg-bento {
  display: grid;
  grid-template-columns: 1.08fr 1.2fr 0.72fr;
  grid-template-rows: 230px 280px;
  gap: 16px;
  perspective: 1500px;
}
.hg-pane {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  transform-style: preserve-3d;
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}
.hg-pane:hover {
  box-shadow: 0 26px 48px var(--shadow);
}
.hg-pane-statement {
  grid-row: 1/3;
  padding: clamp(25px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hg-pane-statement p {
  color: var(--muted);
  max-width: 34ch;
}
.hg-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hg-pane-visual {
  grid-column: 2/4;
}
.hg-pane-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hg-pane-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255, 255, 255, 0.38) 48%,
    transparent 59%
  );
  transform: translateX(-130%);
  animation: hg-glint 9s var(--ease) infinite;
}
.hg-pane-texture {
  padding: 24px;
  display: grid;
  align-content: space-between;
}
.hg-texture {
  height: 110px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.55) 0 8px,
    rgba(22, 58, 48, 0.1) 8px 10px
  );
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.8);
}
.hg-pane-action {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--forest);
  color: var(--white);
}
.hg-pane-action strong {
  font: 500 1.6rem/1.06 var(--serif);
}
.hg-pane-action a {
  color: #e7c66f;
}
.hg-section {
  padding: clamp(76px, 10vw, 142px) 0;
  border-top: 1px solid var(--line);
}
.hg-section-white {
  background: rgba(255, 253, 248, 0.58);
}
.hg-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 7vw, 108px);
  align-items: center;
}
.hg-photo {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--forest);
  box-shadow: 0 30px 60px var(--shadow);
  perspective: 1000px;
}
.hg-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hg-photo::after {
  content: "";
  position: absolute;
  inset: 8% 10%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  transform: translateZ(40px);
  border-radius: 16px;
}
.hg-photo-note {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  max-width: 250px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  background: rgba(22, 58, 48, 0.62);
  backdrop-filter: blur(14px);
  color: var(--white);
  font-size: 13px;
}
.hg-copy > p {
  color: var(--muted);
  font-size: 17px;
  max-width: 50ch;
}
.hg-list {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.hg-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.hg-list b {
  font: 12px var(--mono);
  color: var(--mustard);
}
.hg-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.hg-section-head {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 44px;
}
.hg-section-head p:last-child {
  color: var(--muted);
  max-width: 40ch;
}
.hg-solution-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.hg-solution-card {
  position: relative;
  min-height: 275px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--forest);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hg-solution-card:nth-child(even) {
  transform: translateY(30px);
}
.hg-solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 70% 12%,
      rgba(201, 154, 46, 0.55),
      transparent 30%
    ),
    linear-gradient(160deg, rgba(255, 255, 255, 0.13), transparent 50%);
  transition: transform 0.5s var(--ease);
}
.hg-solution-card:hover::before {
  transform: scale(1.15) rotate(4deg);
}
.hg-solution-card > * {
  position: relative;
}
.hg-solution-card p {
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.hg-solution-card a {
  color: #e7c66f;
  font-size: 13px;
}
.hg-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hg-product {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--paper);
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}
.hg-product:hover {
  transform: translateY(-7px) rotateX(1deg);
  box-shadow: 0 22px 38px var(--shadow);
}
.hg-product img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.hg-product-copy {
  padding: 21px;
}
.hg-product-copy p {
  color: var(--muted);
}
.hg-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font: 12px var(--mono);
}
.hg-product-meta a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hg-dark {
  background: var(--forest);
  color: var(--white);
}
.hg-program {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  overflow: hidden;
}
.hg-program-copy {
  padding: clamp(30px, 5vw, 68px);
}
.hg-program-copy p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 50ch;
}
.hg-program-art {
  min-height: 390px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--forest-2), #0b211b);
  perspective: 850px;
}
.hg-cube {
  width: min(230px, 65%);
  aspect-ratio: 1;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(58deg) rotateZ(45deg);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.09);
  box-shadow:
    -28px 28px 0 rgba(201, 154, 46, 0.35),
    inset 0 0 36px rgba(255, 255, 255, 0.28);
  animation: hg-float 5s ease-in-out infinite;
}
.hg-cube::before,
.hg-cube::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transform: translateZ(35px);
}
.hg-cube::after {
  inset: 35%;
  transform: translateZ(70px);
}
.hg-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.hg-step {
  min-height: 255px;
  padding: 27px;
  background: var(--bone);
}
.hg-step span {
  display: block;
  margin-bottom: 48px;
  color: var(--mustard);
  font: 12px var(--mono);
}
.hg-step p {
  color: var(--muted);
  font-size: 14px;
}
.hg-proof-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}
.hg-proof-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 24px;
}
.hg-proof-note {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(25px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--paper);
}
.hg-proof-note p {
  color: var(--muted);
}
.hg-page-hero {
  padding: clamp(72px, 10vw, 130px) 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hg-page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  align-items: center;
  gap: 60px;
}
.hg-page-hero h1 {
  max-width: 12ch;
}
.hg-orbit {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1;
  margin: auto;
  perspective: 900px;
}
.hg-orbit span,
.hg-orbit i {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(22, 58, 48, 0.5);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(20deg);
  box-shadow:
    0 30px 60px var(--shadow),
    inset 0 0 45px rgba(255, 255, 255, 0.8);
}
.hg-orbit i {
  inset: 27%;
  background: rgba(201, 154, 46, 0.5);
  border-radius: 22%;
  transform: rotateX(55deg) rotateZ(45deg);
  animation: hg-spin 12s linear infinite;
}
.hg-content-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(35px, 7vw, 105px);
}
.hg-aside {
  position: sticky;
  top: 115px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.72);
}
.hg-aside h2 {
  font: 600 1rem var(--sans);
  letter-spacing: 0;
}
.hg-aside a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.hg-prose h2 {
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  margin-top: 1.4em;
}
.hg-prose h3 {
  margin-top: 2em;
}
.hg-prose p,
.hg-prose li {
  color: var(--muted);
  max-width: 72ch;
}
.hg-prose a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hg-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
}
.hg-prose th,
.hg-prose td {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}
.hg-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hg-feature {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: var(--paper);
  min-height: 220px;
}
.hg-feature b {
  color: var(--mustard);
  font: 12px var(--mono);
}
.hg-feature p {
  color: var(--muted);
}
.hg-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
}
.hg-gallery figure {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: var(--forest);
}
.hg-gallery figure:nth-child(1),
.hg-gallery figure:nth-child(4) {
  grid-column: span 7;
}
.hg-gallery figure:nth-child(2),
.hg-gallery figure:nth-child(3) {
  grid-column: span 5;
}
.hg-gallery img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.hg-gallery figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px;
  border-radius: 13px;
  background: rgba(22, 58, 48, 0.7);
  backdrop-filter: blur(12px);
  color: var(--white);
  font-size: 13px;
}
.hg-faq {
  display: grid;
  gap: 10px;
}
.hg-faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  padding: 0 21px;
}
.hg-faq summary {
  cursor: pointer;
  padding: 20px 35px 20px 0;
  font-weight: 700;
  list-style: none;
  position: relative;
}
.hg-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--mustard);
  font-size: 24px;
}
.hg-faq details[open] summary::after {
  content: "−";
}
.hg-faq details p {
  color: var(--muted);
  padding-bottom: 20px;
}
.hg-form-section {
  padding: clamp(70px, 9vw, 125px) 0;
  background: var(--forest);
  color: var(--white);
}
.hg-form-wrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(35px, 7vw, 100px);
}
.hg-form-wrap > div > p {
  color: rgba(255, 255, 255, 0.7);
}
.hg-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.hg-form label {
  display: grid;
  gap: 7px;
}
.hg-form label:nth-of-type(4),
.hg-consent-check,
.hg-form button,
.hg-form-error {
  grid-column: 1/-1;
}
.hg-form input,
.hg-form textarea,
.hg-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  padding: 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}
.hg-form option {
  color: var(--ink);
}
.hg-form span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.hg-honey {
  position: absolute !important;
  left: -9999px !important;
}
.hg-consent-check {
  grid-template-columns: auto 1fr !important;
  align-items: start;
}
.hg-consent-check input {
  width: auto;
  margin-top: 4px;
}
.hg-consent-check a {
  text-decoration: underline;
}
.hg-form-error {
  color: #ffe1c4;
}
.hg-form-state {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}
.hg-cta {
  padding: clamp(68px, 8vw, 110px) 0;
  background: var(--forest);
  color: var(--white);
}
.hg-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
}
.hg-cta p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 55ch;
}
.hg-cta-grid > div:last-child {
  display: grid;
  gap: 15px;
  justify-items: start;
}
.hg-text-link {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hg-footer {
  padding: 55px 0 30px;
  background: #0b211b;
  color: rgba(255, 255, 255, 0.68);
}
.hg-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 0.9fr 1fr;
  gap: 35px;
}
.hg-brand-light {
  color: var(--white);
  display: inline-block;
  margin-bottom: 16px;
}
.hg-footer h2 {
  font: 700 14px var(--sans);
  letter-spacing: 0;
  color: var(--white);
}
.hg-footer p,
.hg-footer a,
.hg-cookie-link {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
}
.hg-footer a:hover,
.hg-cookie-link:hover {
  color: var(--mustard);
}
.hg-cookie-link {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}
.hg-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 40px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  font: 11px var(--mono);
}
.hg-cookie {
  position: fixed;
  z-index: 80;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 1100px;
  margin: auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 28px 80px rgba(11, 33, 27, 0.32);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: end;
}
.hg-cookie[hidden] {
  display: none;
}
.hg-cookie-copy h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.hg-cookie-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 70ch;
}
.hg-cookie-copy a {
  text-decoration: underline;
}
.hg-cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  min-width: 330px;
}
.hg-cookie-button {
  min-height: 43px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  padding: 0 14px;
  background: transparent;
  color: var(--forest);
  font-weight: 700;
}
.hg-cookie-button:first-child {
  background: var(--forest);
  color: var(--white);
}
.hg-cookie-options {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.hg-cookie-options[hidden] {
  display: none;
}
.hg-cookie-options label {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.hg-notice {
  padding: 19px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--mustard);
  border-radius: 15px;
  background: var(--paper);
  color: var(--muted);
}
@keyframes hg-glint {
  0%,
  72% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}
@keyframes hg-float {
  0%,
  100% {
    transform: rotateX(58deg) rotateZ(45deg) translateY(0);
  }
  50% {
    transform: rotateX(52deg) rotateZ(52deg) translateY(-15px);
  }
}
@keyframes hg-spin {
  to {
    transform: rotateX(55deg) rotateZ(405deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 1050px) {
  .hg-menu {
    position: fixed;
    top: 76px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--paper);
    box-shadow: 0 20px 40px var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }
  .hg-menu.is-open {
    display: flex;
  }
  .hg-menu-button {
    display: block;
  }
  .hg-nav-cta {
    display: none;
  }
  .hg-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 370px 270px 210px;
  }
  .hg-pane-statement {
    grid-row: auto;
  }
  .hg-pane-visual {
    grid-column: 1/3;
  }
  .hg-solution-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hg-solution-card:nth-child(even) {
    transform: none;
  }
  .hg-timeline {
    grid-template-columns: 1fr 1fr;
  }
  .hg-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hg-cookie {
    grid-template-columns: 1fr;
  }
  .hg-cookie-actions {
    min-width: 0;
  }
}
@media (max-width: 720px) {
  .hg-shell {
    width: min(100% - 28px, 1320px);
  }
  .hg-service .hg-shell {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .hg-service span:last-child {
    display: none;
  }
  .hg-nav {
    min-height: 65px;
  }
  .hg-menu {
    top: 66px;
  }
  .hg-bento,
  .hg-split,
  .hg-section-head,
  .hg-program,
  .hg-page-hero-grid,
  .hg-content-grid,
  .hg-form-wrap,
  .hg-cta-grid,
  .hg-proof-grid {
    grid-template-columns: 1fr;
  }
  .hg-bento {
    grid-template-rows: auto 260px 190px 190px;
  }
  .hg-pane-statement {
    min-height: 440px;
  }
  .hg-pane-visual {
    grid-column: auto;
  }
  .hg-photo {
    min-height: 430px;
  }
  .hg-solution-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hg-product-grid,
  .hg-feature-grid,
  .hg-timeline {
    grid-template-columns: 1fr;
  }
  .hg-timeline .hg-step {
    min-height: 210px;
  }
  .hg-gallery figure:nth-child(n) {
    grid-column: 1/-1;
  }
  .hg-gallery img {
    height: 310px;
  }
  .hg-aside {
    position: static;
  }
  .hg-form {
    grid-template-columns: 1fr;
  }
  .hg-form label:nth-of-type(n) {
    grid-column: 1;
  }
  .hg-form .hg-consent-check,
  .hg-form button,
  .hg-form-error {
    grid-column: 1;
  }
  .hg-footer-grid {
    grid-template-columns: 1fr;
  }
  .hg-footer-bottom {
    flex-direction: column;
  }
  .hg-cookie {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 18px;
  }
  .hg-cookie-actions,
  .hg-cookie-options {
    grid-template-columns: 1fr;
  }
  .hg-cookie-copy h2 {
    font-size: 1.65rem;
  }
  .hg-orbit {
    width: 230px;
  }
  .hg-page-hero {
    padding: 65px 0;
  }
}
