:root {
  --orange: #ec6608;
  --orange-dark: #cf5100;
  --orange-soft: #fff1e7;
  --ink: #11110f;
  --muted: #696761;
  --line: #dedbd4;
  --paper: #fffdf9;
  --white: #fff;
  --green: #28a745;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid rgba(236, 102, 8, .42); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 88px;
  background: rgba(255, 253, 249, .88);
  border-bottom: 1px solid rgba(17, 17, 15, .05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-connection { display: flex; align-items: center; gap: 17px; }
.hoffmann-logo { width: 165px; height: auto; }
.brand-times { color: var(--orange); font-size: 27px; font-weight: 300; line-height: 1; }
.bni-logo-wrap {
  display: grid;
  place-items: center;
  width: 110px;
  height: 54px;
  background: var(--white);
  border: 1px solid rgba(148, 37, 42, .15);
}
.bni-logo { width: 100%; max-width: none; height: auto; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.1;
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 26px rgba(236, 102, 8, .22); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(236, 102, 8, .3); }
.button-secondary { color: var(--ink); background: var(--white); border-color: var(--line); }
.button-secondary:hover { border-color: #b8b4ac; }
.button-small { min-height: 44px; padding: 11px 16px; font-size: .9rem; }
.button-arrow { font-size: 1.15em; font-weight: 500; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 132px 0 32px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 38%, rgba(236, 102, 8, .14), transparent 31%),
    linear-gradient(135deg, #fffdf9 0%, #f8f3eb 100%);
}
.hero::after {
  position: absolute;
  z-index: -2;
  top: 20px;
  right: -300px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(236, 102, 8, .22);
  border-radius: 50%;
  content: "";
}
.hero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(rgba(17, 17, 15, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 15, .06) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, transparent, black 35%, black);
}
.hero-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: 36px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #5d5a54; font-size: .76rem; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 3px; display: inline-block; background: var(--orange); }
.hero h1 { margin: 0; font-size: clamp(3.7rem, 7vw, 7rem); line-height: .88; letter-spacing: -.075em; font-weight: 880; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 590px; margin: 34px 0 0; color: #4c4943; font-size: clamp(1.08rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions .button-secondary img { width: 28px; height: 28px; border-radius: 7px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; color: #6b6862; font-size: .85rem; }
.hero-note span { color: var(--green); font-size: .72rem; }

.hero-visual { position: relative; height: 500px; }
.hero-container { position: absolute; z-index: 3; width: 116%; height: auto; max-width: none; right: -10%; bottom: -20%; filter: drop-shadow(0 34px 30px rgba(71, 35, 12, .24)); }
.hero-orbit { position: absolute; border: 1px solid rgba(236, 102, 8, .36); border-radius: 50%; }
.hero-orbit-one { width: 500px; height: 500px; top: 14px; right: 5px; }
.hero-orbit-two { width: 390px; height: 390px; top: 68px; right: 60px; border-style: dashed; }
.hero-number { position: absolute; z-index: 1; top: -46px; right: 18px; color: rgba(236, 102, 8, .08); font-size: 15rem; font-weight: 900; letter-spacing: -.1em; line-height: 1; }
.status-card { position: absolute; z-index: 5; min-width: 190px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; background: rgba(255, 255, 255, .94); border: 1px solid rgba(17, 17, 15, .08); border-radius: 14px; box-shadow: 0 16px 35px rgba(17, 17, 15, .14); backdrop-filter: blur(10px); }
.status-card-top { top: 56px; right: 0; }
.status-card-bottom { bottom: 62px; left: 18px; }
.status-card small { display: block; color: #817d74; font-size: .67rem; font-weight: 700; letter-spacing: .04em; }
.status-card strong { display: block; font-size: .86rem; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #4eca68; box-shadow: 0 0 0 5px rgba(78, 202, 104, .14); }
.status-icon { width: 29px; height: 29px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-size: 1.15rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr 1fr; }
  .hero-visual { height: 500px; }
}
@media (max-width: 820px) {
  .site-header { height: 74px; }
  .hoffmann-logo { width: 145px; }
  .hero { min-height: auto; padding: 118px 0 38px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(4rem, 13vw, 6.4rem); }
  .hero-visual { width: min(100%, 620px); height: 470px; margin: 0 auto; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-cta { display: none; }
  .brand-connection { gap: 11px; }
  .bni-logo-wrap { width: 88px; height: 43px; }
  .hero { padding-top: 108px; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.6rem); }
  .hero-lead { margin-top: 26px; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-note { align-items: flex-start; font-size: .76rem; }
  .hero-visual { height: 390px; margin-top: 10px; }
  .hero-container { width: 120%; right: -11%; bottom: -18%; }
  .hero-orbit-one { width: 360px; height: 360px; }
  .hero-orbit-two { width: 275px; height: 275px; }
  .hero-number { top: -22px; right: 0; font-size: 10rem; }
  .status-card { min-width: 164px; padding: 10px 12px; }
  .status-card-top { top: 24px; }
  .status-card-bottom { bottom: 36px; left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
