:root {
  --bg: #f5f2ef;
  --surface: #ffffff;
  --surface-soft: #f2efec;
  --text: #282425;
  --muted: #7f7773;
  --line: #dfd8d2;
  --accent: #f11f27;
  --accent-dark: #d91a21;
  --shadow: 0 18px 35px rgba(35, 26, 26, 0.12);
  --container: 1180px;
}

* {
  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 right, rgba(255, 255, 255, 0.95), rgba(245, 242, 239, 0.92) 34%, rgba(239, 234, 230, 0.95) 80%),
    var(--bg);
}

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

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.site-header {
  padding-top: 24px;
}

.topbar,
.info-strip,
.hero-grid,
.band-head,
.about-grid,
.testimonial-grid {
  display: grid;
  gap: 24px;
}

.topbar {
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 28px;
  padding: 0 10px;
  background: var(--accent);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.brand-name {
  font-size: 0.82rem;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.08em;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 0.9rem;
  color: #6a6360;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text);
}

.menu-button {
  width: 38px;
  height: 38px;
  border: 0;
  background: #171415;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.info-strip {
  grid-template-columns: repeat(3, max-content);
  gap: 30px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(48, 35, 36, 0.08);
  font-size: 0.8rem;
  color: var(--muted);
}

.hero {
  padding: 42px 0 0;
}

.hero-grid {
  grid-template-columns: minmax(280px, 390px) 1fr;
  align-items: center;
  min-height: 560px;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 16px;
  color: #b8575e;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero h1,
.band-copy h2,
.about-copy h2,
.testimonial-copy h2 {
  margin: 0;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(3rem, 7vw, 5.3rem);
  color: var(--accent);
}

.hero-text {
  max-width: 340px;
  margin: 18px 0 26px;
  color: var(--muted);
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 600;
}

.text-link::after {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
}

.hero-line {
  width: 230px;
  height: 6px;
  margin-top: 48px;
  background: linear-gradient(90deg, var(--accent) 0 78%, rgba(241, 31, 39, 0.18) 78% 100%);
}

.hero-visual {
  position: relative;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
}

.hero-visual > * {
  position: absolute;
}

.tower {
  right: 19%;
  bottom: 68px;
  width: 110px;
  height: 360px;
  background: linear-gradient(180deg, #fdfdfd, #dbd7d5 70%, #bdb7b4);
  clip-path: polygon(56% 0, 74% 10%, 84% 52%, 67% 100%, 23% 100%, 37% 50%, 44% 10%);
  filter: drop-shadow(0 24px 20px rgba(147, 137, 132, 0.25));
}

.city,
.platform,
.fog {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(207, 201, 198, 0.85));
}

.city {
  bottom: 74px;
  width: 230px;
  height: 165px;
  filter: blur(0.2px);
  box-shadow: var(--shadow);
}

.city-left {
  left: 6%;
  clip-path: polygon(0 78%, 9% 52%, 20% 62%, 27% 38%, 35% 51%, 44% 14%, 54% 56%, 63% 31%, 74% 64%, 82% 24%, 100% 76%, 100% 100%, 0 100%);
}

.city-right {
  right: 0;
  width: 320px;
  clip-path: polygon(0 72%, 14% 60%, 22% 42%, 32% 58%, 40% 34%, 50% 48%, 61% 18%, 72% 52%, 82% 36%, 91% 56%, 100% 42%, 100% 100%, 0 100%);
}

.platform {
  left: 38%;
  bottom: 56px;
  width: 180px;
  height: 92px;
  background: linear-gradient(180deg, #faf8f7, #d4ceca);
  box-shadow: 0 18px 24px rgba(34, 21, 22, 0.12);
}

.fog {
  border-radius: 50%;
  opacity: 0.48;
  filter: blur(20px);
}

.fog-one {
  top: 100px;
  left: 18%;
  width: 260px;
  height: 110px;
}

.fog-two {
  top: 130px;
  right: 6%;
  width: 220px;
  height: 100px;
}

.expertise-band {
  margin-top: 24px;
  padding: 72px 0 82px;
  background: var(--accent);
  color: #fff;
}

.band-head {
  grid-template-columns: 150px 1fr;
  align-items: start;
}

.band-copy h2 {
  max-width: 740px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.band-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 14px 18px;
  margin-top: 28px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.84);
}

.stats-grid,
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stats-grid {
  margin-top: 52px;
}

.stat-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
}

.stat-card__image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.stat-card__content {
  padding: 20px 24px 24px;
}

.stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  line-height: 1;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.8);
}

.stat-card.bronze .stat-card__image {
  background:
    linear-gradient(180deg, rgba(42, 23, 8, 0.18), rgba(31, 20, 12, 0.34)),
    linear-gradient(120deg, #8d5c27, #d6b16d 45%, #4b2e19 100%);
}

.stat-card.dark .stat-card__image {
  background:
    linear-gradient(180deg, rgba(19, 19, 19, 0.08), rgba(9, 9, 9, 0.52)),
    linear-gradient(120deg, #9a7b54, #201811 46%, #5f4733 100%);
}

.stat-card.warm .stat-card__image {
  background:
    linear-gradient(180deg, rgba(72, 15, 15, 0.05), rgba(46, 12, 12, 0.45)),
    linear-gradient(120deg, #6e3525, #c49a6d 46%, #2b1d16 100%);
}

.about-block,
.features-section,
.testimonial-section,
.journal-section {
  background: var(--surface);
}

.about-block {
  padding: 78px 0 24px;
}

.about-grid {
  grid-template-columns: 150px 1fr;
  align-items: start;
}

.about-copy h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #262123;
}

.features-section {
  padding: 36px 0 74px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 38px;
}

.feature-item {
  display: grid;
  grid-template-columns: 1fr 62px;
  gap: 14px 24px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(40, 36, 37, 0.08);
}

.feature-item h3,
.journal-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.feature-item p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.feature-icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  justify-self: end;
  border: 1.5px solid #b9b1ac;
  opacity: 0.85;
}

.feature-icon.square {
  border-radius: 8px;
}

.feature-icon.plan {
  clip-path: polygon(20% 8%, 100% 8%, 100% 80%, 80% 100%, 0 100%, 0 28%);
}

.feature-icon.gem {
  transform: rotate(45deg);
  border-radius: 2px;
}

.feature-icon.spark {
  clip-path: polygon(50% 0, 62% 34%, 100% 50%, 62% 66%, 50% 100%, 34% 66%, 0 50%, 34% 34%);
}

.feature-icon.compass {
  border-radius: 50%;
}

.feature-icon.shield {
  clip-path: polygon(50% 0, 94% 18%, 84% 82%, 50% 100%, 16% 82%, 6% 18%);
}

.testimonial-section {
  padding: 82px 0 60px;
}

.testimonial-grid {
  grid-template-columns: 150px 1fr;
  align-items: start;
}

.testimonial-copy {
  position: relative;
}

.testimonial-copy h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.quote-mark {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: clamp(5rem, 10vw, 8rem);
  line-height: 1;
  color: var(--accent);
  font-weight: 800;
}

.testimonial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(40, 36, 37, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

.journal-section {
  padding: 18px 0 96px;
}

.journal-card {
  min-height: 370px;
  background: var(--surface-soft);
}

.journal-card__image {
  height: 215px;
}

.journal-card__body {
  padding: 22px 24px 30px;
}

.journal-card a {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 700;
  color: var(--accent-dark);
}

.journal-card.light .journal-card__image {
  background:
    radial-gradient(circle at 60% 24%, rgba(255, 255, 255, 0.78), transparent 30%),
    linear-gradient(135deg, #d9d2cc, #b9b0ab);
}

.journal-card.pale .journal-card__image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    linear-gradient(140deg, #d5d2d0, #b9b3b0 44%, #e4dfdb);
}

.journal-card.paper .journal-card__image {
  background:
    linear-gradient(145deg, #ede2d7, #f5ede7 52%, #ddd0c0);
}

.journal-card__image.portrait::before,
.journal-card__image.tower::before,
.journal-card__image.sketch::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.journal-card__image.portrait::before {
  background:
    radial-gradient(circle at 44% 35%, #262224 0 14%, transparent 15%),
    radial-gradient(circle at 44% 28%, #3f3939 0 8%, transparent 9%),
    linear-gradient(180deg, transparent 0 34%, #302a2b 35% 100%);
  width: 120px;
  margin: 18px auto 0;
  border-radius: 60px 60px 10px 10px;
}

.journal-card__image.tower::before {
  width: 130px;
  margin: 26px auto 0;
  background: linear-gradient(180deg, #bcb8b6, #8c8785);
  clip-path: polygon(51% 0, 66% 18%, 81% 100%, 18% 100%, 34% 18%);
}

.journal-card__image.sketch::before {
  width: 82%;
  margin: 34px auto 0;
  background:
    linear-gradient(135deg, transparent 47%, #887467 48% 50%, transparent 51%),
    linear-gradient(25deg, transparent 34%, #887467 35% 37%, transparent 38%),
    linear-gradient(100deg, transparent 46%, #887467 47% 49%, transparent 50%);
}

@media (max-width: 980px) {
  .topbar,
  .hero-grid,
  .band-head,
  .about-grid,
  .testimonial-grid,
  .features-grid,
  .stats-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .main-nav {
    display: none;
  }

  .info-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-visual {
    min-height: 380px;
  }

  .band-list {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .features-grid {
    gap: 10px;
  }

  .quote-mark {
    position: static;
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    padding-top: 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    min-width: 56px;
    font-size: 0.72rem;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero h1 {
    font-size: 3.3rem;
  }

  .hero-line {
    width: 160px;
  }

  .band-list {
    grid-template-columns: 1fr;
  }

  .feature-item {
    grid-template-columns: 1fr 50px;
  }

  .testimonial-meta {
    gap: 14px;
  }

  .journal-card {
    min-height: 320px;
  }
}
