:root {
  color: #211f1b;
  background: #f8f3ea;
  font-family:
    Inter,
    "PingFang SC",
    "Microsoft YaHei",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  background: #fff6e8;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  padding: 28px clamp(18px, 4vw, 56px);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(31, 24, 17, 0.9), rgba(67, 35, 18, 0.66)),
    url("https://images.unsplash.com/photo-1604908176997-125f25cc6f3d?auto=format&fit=crop&w=2200&q=80") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 198, 99, 0.44), transparent 28%),
    radial-gradient(circle at 22% 82%, rgba(198, 64, 53, 0.32), transparent 34%),
    linear-gradient(180deg, rgba(248, 243, 234, 0.02), rgba(248, 243, 234, 0.12));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1160px, 100%);
  margin: 0 auto;
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 15px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.brand__name,
.topbar__link {
  font-size: 15px;
  font-weight: 700;
}

.topbar__link {
  color: rgba(255, 255, 255, 0.78);
}

.hero__content {
  align-self: center;
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 56px 0 42px;
  color: #fff;
}

.hero__copy {
  min-width: 0;
}

.kicker,
.panel-label {
  margin: 0 0 16px;
  color: #f2b75f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(68px, 11vw, 142px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 690px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.8vw, 23px);
}

.store-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  backdrop-filter: blur(14px);
}

.store-note span {
  color: #f2b75f;
  font-size: 13px;
  font-weight: 900;
}

.store-note strong {
  font-size: 15px;
}

.founder-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.founder-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.1);
}

.founder-fallback {
  display: none;
  width: 100%;
  aspect-ratio: 4 / 5;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 246, 232, 0.22), rgba(242, 183, 95, 0.18)),
    rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
}

.founder-card.is-missing .founder-fallback {
  display: flex;
}

.founder-fallback span {
  color: #f2b75f;
  font-size: 13px;
  font-weight: 900;
}

.founder-fallback strong {
  font-size: 22px;
}

.founder-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(31, 24, 17, 0.68);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-panel {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(18px);
}

.about-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.panel-story p {
  max-width: 680px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.panel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.panel-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .hero {
    padding: 22px 18px;
  }

  .topbar {
    align-items: flex-start;
  }

  .brand__name {
    max-width: 160px;
    line-height: 1.25;
  }

  .topbar__link {
    font-size: 13px;
  }

  .hero__content {
    grid-template-columns: 1fr;
    padding: 56px 0 36px;
  }

  h1 {
    font-size: clamp(60px, 19vw, 92px);
  }

  .about-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .founder-card img {
    aspect-ratio: 16 / 11;
  }

  .founder-fallback {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 430px) {
  .topbar__link {
    display: none;
  }

  .hero__lead,
  .panel-story p {
    font-size: 15px;
  }

  .store-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    min-height: 0;
    padding: 10px 14px;
    border-radius: 8px;
  }
}
