:root {
  --black: #080808;
  --ink: #151515;
  --paper: #f5f1e8;
  --white: #fffdf7;
  --gold: #d2a44f;
  --copper: #a65f38;
  --green: #4f6b57;
  --muted: rgba(21, 21, 21, .64);
  --line: rgba(21, 21, 21, .14);
  --shadow: 0 30px 80px rgba(0, 0, 0, .22);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.topbar {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, 0));
}

.mark {
  display: grid;
  gap: 2px;
  line-height: .92;
  text-transform: uppercase;
}

.mark span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.mark strong {
  font-size: 19px;
  font-weight: 900;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.language {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .12);
}

.language button {
  width: 40px;
  height: 34px;
  border: 0;
  color: var(--white);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.language button.active {
  color: var(--black);
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .75fr);
  background: var(--black);
  color: var(--white);
}

.hero-image {
  min-height: 720px;
  opacity: .82;
}

.hero-copy {
  display: grid;
  align-content: center;
  padding: 130px clamp(28px, 5vw, 70px) 150px;
}

.mono {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(46px, 5.2vw, 74px);
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 6vw, 82px);
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.lead,
.award-text p,
.story-panel p,
.coffee-grid p,
.visit-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.hero .lead {
  max-width: 570px;
  color: rgba(255, 255, 255, .72);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn.primary {
  border-color: var(--gold);
  color: var(--black);
  background: var(--gold);
}

.btn.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
}

.btn.full {
  width: 100%;
  margin-top: 24px;
}

.metrics {
  position: absolute;
  left: clamp(18px, 4vw, 58px);
  right: clamp(18px, 4vw, 58px);
  bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .66);
}

.metrics div {
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.metrics div:last-child { border-right: 0; }

.metrics strong {
  display: block;
  font-size: 44px;
  line-height: .9;
}

.metrics span {
  color: rgba(255, 255, 255, .72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.award,
.split-story,
.coffee,
.gallery,
.reviews,
.visit {
  padding: clamp(76px, 10vw, 138px) clamp(18px, 5vw, 72px);
}

.award {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.award-card {
  height: clamp(340px, 48vw, 610px);
  box-shadow: var(--shadow);
}

.split-story {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(360px, .9fr);
  gap: 0;
  background: var(--black);
  color: var(--white);
}

.portrait {
  min-height: 760px;
}

.story-panel {
  align-self: center;
  padding: clamp(34px, 7vw, 86px);
}

.story-panel p {
  color: rgba(255, 255, 255, .68);
}

.story-panel blockquote {
  margin: 34px 0 0;
  padding-left: 24px;
  border-left: 4px solid var(--gold);
  color: var(--white);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}

.coffee-intro {
  max-width: 1020px;
  margin-bottom: 40px;
}

.coffee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.coffee-grid article {
  min-width: 0;
  background: var(--white);
}

.coffee-grid img {
  height: clamp(360px, 44vw, 560px);
}

.coffee-grid h3,
.coffee-grid p {
  padding-left: 24px;
  padding-right: 24px;
}

.coffee-grid p {
  padding-bottom: 26px;
}

.press-band {
  padding: 42px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--green);
}

.press-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.press-row span {
  display: grid;
  place-items: center;
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, .24);
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 900;
  text-transform: uppercase;
}

.gallery {
  display: grid;
  gap: 38px;
}

.gallery h2 {
  max-width: 980px;
}

.gallery img {
  height: clamp(260px, 40vw, 520px);
  box-shadow: var(--shadow);
}

.reviews {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: clamp(28px, 6vw, 84px);
  background: var(--white);
}

.quotes {
  display: grid;
  gap: 14px;
}

.quotes blockquote {
  margin: 0;
  padding: 26px;
  border-left: 5px solid var(--copper);
  background: var(--paper);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.visit {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, .52fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: stretch;
}

.info-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.info-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.info-list span,
.hours-card span {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-list a,
.info-list strong {
  overflow-wrap: anywhere;
  font-weight: 900;
}

.hours-card {
  align-self: start;
  padding: clamp(28px, 4vw, 44px);
  color: var(--white);
  background: var(--black);
  box-shadow: var(--shadow);
}

.hours-card h3 {
  margin: 0 0 24px;
  color: var(--gold);
}

.hours-card p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--black);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav { display: none; }

  .hero,
  .award,
  .split-story,
  .coffee-grid,
  .reviews,
  .visit {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 460px;
  }

  .hero-copy {
    padding-top: 44px;
  }

  .metrics {
    position: static;
    grid-column: 1 / -1;
    margin: 0 clamp(18px, 5vw, 72px) 28px;
  }

  .portrait {
    min-height: 540px;
  }

  .press-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .topbar {
    padding: 14px;
    gap: 12px;
  }

  .mark strong {
    font-size: 16px;
  }

  .language button {
    width: 34px;
    height: 32px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-copy,
  .award,
  .split-story,
  .coffee,
  .gallery,
  .reviews,
  .visit {
    padding-left: 16px;
    padding-right: 16px;
  }

  .metrics {
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .metrics div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .metrics div:last-child {
    border-bottom: 0;
  }

  .story-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .press-row {
    grid-template-columns: 1fr;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .footer {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}
