:root {
  --bg: #f7f1e8;
  --surface: rgba(255, 250, 245, 0.84);
  --surface-strong: #fffaf4;
  --text: #57483b;
  --muted: #776759;
  --line: rgba(87, 72, 59, 0.1);
  --accent: #d25527;
  --accent-dark: #a7421b;
  --accent-soft: #f3cdb9;
  --brown-deep: #4f4338;
  --shadow: 0 24px 70px rgba(93, 58, 37, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(210, 85, 39, 0.2), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(242, 200, 170, 0.44), transparent 25%),
    linear-gradient(180deg, #fcf7f1 0%, var(--bg) 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 90%);
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at -6% 74%, rgba(255, 140, 102, 0.55) 0 10%, transparent 10.5%),
    radial-gradient(circle at -2% 79%, rgba(226, 96, 34, 0.48) 0 13%, transparent 13.5%),
    radial-gradient(circle at 6% 86%, rgba(205, 79, 20, 0.36) 0 16%, transparent 16.5%),
    radial-gradient(circle at 101% 8%, rgba(220, 93, 30, 0.52) 0 10%, transparent 10.5%),
    radial-gradient(circle at 96% 12%, rgba(196, 74, 18, 0.4) 0 14%, transparent 14.5%),
    radial-gradient(circle at 92% 20%, rgba(255, 146, 114, 0.32) 0 17%, transparent 17.5%);
  pointer-events: none;
  z-index: -2;
}

.page-shell {
  position: relative;
  width: min(1320px, calc(100% - 5px));
  margin: 0 auto;
  padding: 5px 0 24px;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background: url("logo-geinfo.png") center/contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  filter: saturate(1.1);
}

.page-shell::before {
  right: -30px;
  top: 880px;
  transform: rotate(-18deg);
}

.page-shell::after {
  left: -42px;
  bottom: 190px;
  transform: rotate(22deg) scale(0.92);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 241, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: min(320px, 42vw);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a,
.menu-toggle {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.96rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  color: var(--accent);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 16px;
  align-items: stretch;
  min-height: auto;
  padding: 18px 0 12px;
}

.hero-copy,
.hero-panel,
.info-card,
.feature-stack,
.metrics-grid article,
.cta-section {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-panel {
  border-radius: 36px;
  padding: 26px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(252, 245, 238, 0.92)),
    radial-gradient(circle at top right, rgba(210, 85, 39, 0.08), transparent 28%);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-dark);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

h1,
h2,
h3,
strong {
  font-family: "Space Grotesk", sans-serif;
}

h1 {
  margin: 0;
  font-size: clamp(1.7rem, 2.9vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--accent-dark);
  max-width: 15ch;
}

h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

h3 {
  margin-top: 0;
  font-size: 1.25rem;
  color: var(--accent-dark);
}

p {
  line-height: 1.7;
}

.hero-text,
.section-heading p,
.split-copy p,
.info-card p,
.fact-card p,
.metrics-grid p {
  color: var(--muted);
}

.hero-text {
  max-width: 56ch;
  margin-top: 14px;
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.button-primary {
  color: #fff7f0;
  background: linear-gradient(135deg, var(--accent), #c25019);
}

.button-secondary {
  color: var(--accent-dark);
  border: 1px solid rgba(210, 85, 39, 0.24);
  background: rgba(210, 85, 39, 0.08);
}

.hero-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 247, 240, 0.9), rgba(248, 238, 228, 0.95)),
    linear-gradient(135deg, rgba(210, 85, 39, 0.08), transparent 55%);
}

.signal-card {
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(210, 85, 39, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 249, 244, 0.72)),
    radial-gradient(circle at top right, rgba(210, 85, 39, 0.06), transparent 24%);
}

.signal-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.signal-card strong {
  display: block;
  max-width: 23ch;
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.16;
}

.stats-grid,
.card-grid,
.metrics-grid,
.principles-grid {
  display: grid;
  gap: 18px;
}

.stats-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: start;
}

.stats-grid article,
.metrics-grid article {
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.52);
}

.stats-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
  color: var(--accent-dark);
}

.stats-grid span {
  display: block;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.section {
  padding: 16px 0;
}

.belle-section {
  padding-top: 4px;
}

.belle-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.58fr) minmax(0, 1.42fr);
  gap: 14px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 247, 240, 0.96), rgba(252, 244, 236, 0.92)),
    linear-gradient(135deg, rgba(210, 85, 39, 0.08), transparent 55%);
  box-shadow: var(--shadow);
}

.belle-brand,
.belle-copy {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}

.belle-brand {
  display: grid;
  align-content: stretch;
  padding: 16px 18px;
  background:
    linear-gradient(180deg, rgba(255, 249, 242, 0.95), rgba(255, 243, 232, 0.92)),
    radial-gradient(circle at top left, rgba(210, 85, 39, 0.08), transparent 28%);
}

.belle-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(177, 26, 134, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(177, 26, 134, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 252, 0.5));
}

.belle-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 180px;
  height: auto;
  object-fit: contain;
}

.belle-copy {
  padding: 16px 18px;
}

.belle-copy h2 {
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1.08;
  margin-bottom: 10px;
}

.belle-copy p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.52;
}

.belle-copy p:last-child {
  margin-bottom: 0;
}

.belle-actions {
  margin-top: 10px;
}

.trusted-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 2px 0 14px;
}

.trusted-strip p {
  margin: 0;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--accent-dark);
  font-weight: 700;
  text-align: center;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.card-grid {
  grid-template-columns: repeat(4, 1fr);
}

.info-card {
  padding: 28px;
  border-radius: 28px;
  border-top: 3px solid rgba(210, 85, 39, 0.34);
}

.split-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: center;
}

.split-section::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 42px;
  width: 88px;
  height: 88px;
  background: url("logo-geinfo.png") center/contain no-repeat;
  opacity: 0.1;
  transform: rotate(-14deg);
  pointer-events: none;
}

.company-showcase {
  display: grid;
  gap: 10px;
  align-content: center;
  margin-top: 0;
}

.company-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(210, 85, 39, 0.16);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(250, 243, 235, 0.94)),
    radial-gradient(circle at top right, rgba(210, 85, 39, 0.08), transparent 28%);
  box-shadow: var(--shadow);
}

.company-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.88fr);
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

.company-photo-shell {
  display: grid;
  grid-template-columns: 28px 1fr;
  min-height: 100%;
}

.company-accent {
  position: relative;
  background: linear-gradient(180deg, #ffbf2e, #ff7a1b);
}

.company-accent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(210, 85, 39, 0.98), rgba(255, 188, 41, 0.98));
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0 100%);
}

.company-photo-frame {
  width: 100%;
  overflow: hidden;
}

.company-photo {
  width: 100%;
  min-height: 290px;
  max-height: 340px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company-caption {
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 24px 24px 20px;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(255, 247, 240, 0.94)),
    radial-gradient(circle at top right, rgba(210, 85, 39, 0.06), transparent 24%);
}

.location-label {
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-caption strong {
  display: block;
  margin-top: 8px;
  font-size: 0.96rem;
  line-height: 1.3;
  color: var(--accent-dark);
  max-width: 16ch;
}

.company-caption-text {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.location-link {
  flex: none;
  color: var(--accent);
  font-weight: 700;
  align-self: flex-start;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(210, 85, 39, 0.2);
  font-size: 0.9rem;
}

.company-link:hover .location-link,
.company-link:focus-visible .location-link {
  border-bottom-color: rgba(210, 85, 39, 0.45);
}

.company-link:focus-visible {
  outline: 2px solid rgba(210, 85, 39, 0.4);
  outline-offset: -2px;
}

.timeline-section,
.principles-section {
  position: relative;
}

.timeline-section {
  max-width: none;
  margin: 0;
}

.timeline-section::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -10px;
  width: 120px;
  height: 120px;
  background: url("logo-geinfo.png") center/contain no-repeat;
  opacity: 0.07;
  transform: rotate(18deg);
  pointer-events: none;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: none;
  padding-left: 34px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(210, 85, 39, 0.8), rgba(210, 85, 39, 0.18));
}

.timeline-item,
.principle-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-left: 0;
}

.timeline-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff7f0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  position: relative;
}

.timeline-year::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(210, 85, 39, 0.12);
  transform: translateY(-50%);
}

.timeline-item h3,
.principle-card h3 {
  margin-bottom: 10px;
}

.timeline-item p,
.principle-card p {
  margin: 0;
  color: var(--muted);
}

.timeline-item h3 {
  font-size: 0.9rem;
}

.timeline-item p {
  font-size: 0.82rem;
  line-height: 1.42;
}

.timeline-section .section-heading {
  max-width: 760px;
  margin-bottom: 12px;
}

.timeline-section h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.timeline-section .section-heading p {
  font-size: 0.88rem;
  line-height: 1.45;
}

.metrics-section h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
}

.principles-grid {
  grid-template-columns: repeat(3, 1fr);
}

.principles-section .section-heading {
  max-width: none;
  margin-bottom: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(210, 85, 39, 0.14);
  border-radius: 28px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(210, 85, 39, 0.16), rgba(255, 212, 184, 0.08) 42%, rgba(255, 250, 244, 0.82) 100%);
  box-shadow: var(--shadow);
}

.principles-section .section-heading h2 {
  max-width: none;
  color: var(--accent-dark);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.principles-section .section-heading .eyebrow {
  text-align: center;
}

.principle-card {
  padding: 28px;
  border-top: 4px solid rgba(210, 85, 39, 0.34);
}

.narrow {
  max-width: 540px;
}

.metrics-grid {
  grid-template-columns: repeat(3, 1fr);
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  border-radius: 36px;
}

.cta-section h2 {
  max-width: 720px;
}

.site-footer {
  margin-top: 36px;
  overflow: hidden;
  border-radius: 36px;
  background: #252321;
  box-shadow: var(--shadow);
  color: #fff8f2;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.9fr;
  gap: 30px;
  padding: 26px 48px 22px;
  background: #252321;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 4px;
}

.footer-column h3 {
  margin: 0 0 12px;
  font-size: 0.92rem;
  color: #fff;
  line-height: 1.55;
  text-transform: uppercase;
}

.footer-column p {
  margin: 0 0 14px;
  color: rgba(255, 248, 242, 0.88);
  line-height: 1.45;
  font-size: 0.92rem;
}

.footer-link {
  color: rgba(255, 248, 242, 0.96);
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: #ffb289;
}

.gptw-image {
  display: block;
  width: 118px;
  height: auto;
}


.footer-bottom {
  padding: 26px 48px;
  background: #353230;
  border-top: 1px solid rgba(255, 248, 242, 0.08);
}

.footer-copy {
  margin: 0 0 18px;
  color: #ffcfb7;
  font-weight: 700;
}

.footer-legal {
  margin: 0 0 6px;
  color: rgba(255, 248, 242, 0.78);
  line-height: 1.5;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .split-section,
  .belle-card,
  .card-grid,
  .metrics-grid,
  .principles-grid,
  .trusted-strip,
  .stats-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 72px 1fr;
  }

  .hero {
    padding-top: 18px;
  }

  .company-link {
    grid-template-columns: 1fr;
  }

  .company-photo-shell {
    grid-template-columns: 40px 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 4px, 1320px);
  }

  .site-header {
    flex-wrap: wrap;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .brand-logo {
    width: min(250px, 58vw);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-copy,
  .hero-panel,
  .belle-card,
  .cta-section {
    padding: 18px;
  }

  .principles-section .section-heading {
    padding: 18px;
    border-radius: 22px;
  }

  h1 {
    max-width: none;
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .hero-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .belle-copy {
    padding: 18px;
  }

  .company-caption {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .company-photo {
    min-height: 220px;
    max-height: 260px;
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    width: 100%;
  }

  .footer-top,
  .footer-bottom {
    padding: 22px 20px;
  }
}
