:root {
  --ink: #0f2440;
  --muted: #647187;
  --paper: #f7fbff;
  --surface: #ffffff;
  --line: rgba(21, 92, 146, 0.16);
  --kuma-blue: #155c92;
  --kuma-blue-dark: #0b3f68;
  --cream: #fff6e7;
  --gold: #d7a85e;
  --shadow: 0 20px 60px rgba(15, 36, 64, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: #fff;
}

.brand,
nav,
.header-action,
.social-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

nav {
  gap: 24px;
  font-size: 0.94rem;
  font-weight: 650;
}

.header-action,
.button {
  min-height: 44px;
  justify-content: center;
  border-radius: 999px;
  font-weight: 750;
}

.header-action,
.icon-link {
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.social-actions {
  gap: 10px;
}

.icon-link {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 999px;
}

.icon-link svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 112px clamp(18px, 5vw, 64px) 52px;
  color: #fff;
  background: #050505;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.36) 44%, rgba(0, 0, 0, 0.04) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.5);
}

.hero-logo {
  width: clamp(96px, 14vw, 148px);
  height: clamp(96px, 14vw, 148px);
  object-fit: cover;
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  margin-bottom: 22px;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin: 26px 0 0;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  padding: 0 22px;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--cream);
  color: var(--kuma-blue-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.button.icon-button {
  width: 54px;
  min-width: 54px;
  padding: 0;
  border-radius: 999px;
}

.button.icon-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.button.outline {
  color: var(--kuma-blue);
  border-color: var(--line);
  background: #fff;
}

.quick-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.quick-info span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 84px 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
}

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

.intro p:not(.eyebrow),
.visit-copy p,
.split p:not(.eyebrow),
.feature-card p,
.menu-card p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.03rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, 1fr);
  gap: 16px;
  padding-top: 20px;
}

.feature-card,
.menu-card,
.visit-panel,
.quote-block {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.feature-card,
.menu-card {
  border-radius: 8px;
  padding: 28px;
}

.feature-card.tall {
  grid-row: span 2;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(21, 92, 146, 0.08), rgba(6, 43, 72, 0.9)),
    url("./assets/hero-cafe-placeholder.png") center/cover;
  color: #fff;
}

.feature-card.tall p {
  color: rgba(255, 255, 255, 0.82);
}

.feature-card h3,
.menu-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.promo-hero-card {
  background:
    linear-gradient(180deg, rgba(21, 92, 146, 0.04), rgba(6, 21, 48, 0.86)),
    url("./assets/kuma-promo-fuel.jpg") center/cover;
}

.feature-card a {
  margin-top: 18px;
  color: var(--cream);
  font-weight: 800;
}

.menu-card span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--gold);
  font-weight: 850;
}

.promo-card {
  overflow: hidden;
  padding: 0;
}

.promo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.promo-card div {
  padding: 22px;
}

.promo-card.accent {
  background: var(--kuma-blue);
  color: #fff;
}

.promo-card.accent p,
.promo-card.accent span {
  color: rgba(255, 255, 255, 0.84);
}

.opening {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding-top: 32px;
}

.opening img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.opening p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.03rem;
}

.button.blue {
  margin-top: 18px;
  background: var(--kuma-blue);
  color: #fff;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.visit-panel {
  border-radius: 8px;
  padding: 30px;
}

.visit-panel > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.visit-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.full {
  width: 100%;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding-top: 30px;
}

.quote-block {
  border-radius: 8px;
  padding: 34px;
  background: var(--kuma-blue);
}

.quote-block p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.16;
  font-weight: 800;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 64px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.floating-orders {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
}

.float-btn {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.float-btn svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.float-btn span {
  display: block;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-align: center;
}

.float-btn.whatsapp {
  background: #25d366;
}

.float-btn.uber {
  background: #101820;
  font-size: 0.8rem;
}

.float-btn.uber span {
  color: #fff;
}

.float-btn.rappi {
  background: #ff5a3c;
  font-size: 1.35rem;
}

@media (max-width: 880px) {
  .site-header {
    position: absolute;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 780px;
  }

  .intro,
  .feature-grid,
  .visit,
  .opening,
  .split {
    grid-template-columns: 1fr;
  }

  .feature-card.tall {
    min-height: 360px;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 16px;
  }

  .header-action,
  .social-actions {
    display: none;
  }

  .hero {
    min-height: 720px;
    padding: 96px 18px 40px;
  }

  .button {
    width: 100%;
  }

  .button.icon-button {
    width: 54px;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 58px 0;
  }

  .feature-card,
  .menu-card,
  .visit-panel,
  .quote-block {
    padding: 22px;
  }

  .floating-orders {
    right: 12px;
    bottom: 12px;
  }

  .float-btn {
    width: 52px;
    height: 52px;
  }
}
