/* ============================================================
   BISCHOFF 39 — faithful recreation
   Display font: Quicksand (close substitute for Blippo)
   Body font:    Geist
   Accent:       #FF5402
   ============================================================ */

/* Display font — Blippo (same face as the original site) */
@font-face {
  font-family: "Blippo";
  src: url("assets/fonts/Blippo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent: #ff5402;
  --accent-90: rgba(255, 84, 2, 0.9);
  --ink: #000;
  --ink-80: rgba(0, 0, 0, 0.8);
  --muted: rgba(0, 0, 0, 0.55);
  --bg: #ffffff;
  --pad: clamp(20px, 5vw, 96px);
  --maxw: 1240px;
  --radius: 12px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Geist", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

h1, h2, h3, h4, .display {
  font-family: "Blippo", "Quicksand", "Geist", sans-serif;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--ink-80);
  line-height: 1.04;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-family: "Geist", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: var(--accent-90);
  padding: 13px 22px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.btn:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255, 84, 2, .28); }
.btn:disabled { opacity: .65; cursor: progress; transform: none; box-shadow: none; }
.btn--lg { padding: 16px 30px; font-size: 16px; border-radius: 12px; }
.btn--block { width: 100%; padding: 18px; font-size: 16px; border-radius: 12px; }

/* ============ HERO ============ */
.hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.05);
  will-change: transform;
}
.hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(34px, 9vh, 90px) var(--pad) clamp(44px, 9vh, 96px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero__title {
  color: #fff;
  font-weight: 400;
  font-size: clamp(50px, 8.5vw, 116px);
  -webkit-text-stroke: 1.4px #000;
  text-stroke: 1.4px #000;
  paint-order: stroke fill;
  letter-spacing: 0.01em;
}
.hero__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.hero__desc {
  max-width: 34ch;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.45);
}

/* ============ TRIPTYCH ============ */
.triptych {
  max-width: var(--maxw);
  margin: clamp(64px, 12vh, 150px) auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  align-items: center;
  gap: clamp(14px, 2.4vw, 34px);
}
.triptych__item { overflow: hidden; border-radius: 6px; }
.triptych__item--side { aspect-ratio: 3 / 4; }
.triptych__item--center { aspect-ratio: 4 / 5; transform: translateY(0); box-shadow: 0 30px 70px rgba(0, 0, 0, .14); }
.triptych__item img { transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.triptych__item:hover img { transform: scale(1.05); }

/* ============ PROSE ============ */
.prose {
  max-width: var(--maxw);
  margin: clamp(70px, 13vh, 170px) auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 80px);
  align-items: start;
}
.prose__title { font-size: clamp(30px, 4vw, 50px); }
.prose__body { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.prose__body p { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.6; color: #111; }

/* ============ BANNER ============ */
.banner {
  position: relative;
  min-height: 78svh;
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.banner::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.28); }
.banner__title {
  position: relative;
  color: #fff;
  font-size: clamp(34px, 5.5vw, 70px);
  text-shadow: 0 4px 40px rgba(0,0,0,.35);
  padding: 0 24px;
}

/* ============ NEIGHBOURHOOD ============ */
.neighbourhood {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: clamp(70px, 12vh, 150px) var(--pad);
}
.neighbourhood__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,18,.62), rgba(20,20,18,.72)); }
.neighbourhood__grid {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 5vw, 80px);
  color: #fff;
}
.ncol__icon { color: #fff; opacity: .92; display: inline-flex; align-items: flex-end; height: 38px; margin-bottom: 22px; }
.ncol__icon svg { height: 36px; width: auto; display: block; }
.ncol__icon--metro svg { height: 26px; }
.ncol__title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 15px;
  font-weight: 600;
  font-family: "Geist", sans-serif;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.ncol__lead { font-size: 16px; margin-bottom: 12px; color: rgba(255,255,255,.92); }
.ncol__list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ncol__list li { font-size: 16px; color: rgba(255,255,255,.82); line-height: 1.4; }

/* ============ PURE IDENTITY ============ */
.identity {
  max-width: var(--maxw);
  margin: clamp(80px, 14vh, 180px) auto;
  padding: 0 var(--pad);
}
.identity__head { margin-bottom: clamp(34px, 6vh, 70px); }
.identity__title { font-size: clamp(38px, 6vw, 82px); color: rgba(0,0,0,.35); }
.identity__subtitle { font-family: "Geist", sans-serif; font-size: 18px; color: var(--muted); margin-top: 10px; }
.identity__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 48px);
}
.idcard { display: flex; flex-direction: column; }
.idcard > img { width: 100%; height: auto; aspect-ratio: 4 / 5; border-radius: 6px; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.idcard--tall > img { aspect-ratio: 3 / 4; }
.idcard:hover > img { transform: scale(1.02); }
.idcard figcaption {
  margin-top: 16px;
  font-family: "Geist", sans-serif;
  font-size: 17px;
  color: #111;
}

/* ============ ACCORDION ============ */
.accordion {
  max-width: var(--maxw);
  margin: clamp(40px, 8vh, 90px) auto;
  padding: 0 var(--pad);
}
.acc { border-top: 1px solid rgba(0,0,0,.12); }
.acc:last-child { border-bottom: 1px solid rgba(0,0,0,.12); }
.acc__head {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(26px, 4vh, 40px) 0;
  text-align: left;
}
.acc__title { font-size: clamp(24px, 3.2vw, 38px); font-weight: 600; }
.acc__toggle { position: relative; width: 26px; height: 26px; flex: 0 0 auto; }
.acc__toggle::before,
.acc__toggle::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 22px; height: 2px; background: #111;
  transform: translate(-50%, -50%);
  transition: transform .3s ease, opacity .3s ease;
}
.acc__toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.acc.is-open .acc__toggle::after { opacity: 0; transform: translate(-50%, -50%) rotate(0); }
.acc__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .55s ease, opacity .45s ease, padding .45s ease;
}
.acc.is-open .acc__panel { max-height: 1400px; opacity: 1; padding-bottom: clamp(36px, 6vh, 60px); }
.acc__text { display: flex; flex-direction: column; gap: 16px; }
.acc__text p { font-size: 18px; line-height: 1.6; color: #111; }
.acc__text ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.acc__text li { font-size: 18px; color: #111; }
.acc__note { color: var(--muted); }
.finish h4 { font-family: "Geist", sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.finish { margin-top: 6px; }
.acc__media { border-radius: 8px; overflow: hidden; }
.acc__media img { aspect-ratio: 4 / 3; }

/* ============ TEAM ============ */
.team { padding: clamp(70px, 12vh, 150px) var(--pad); }
.team__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}
.team__lead { font-size: clamp(20px, 2.2vw, 26px); line-height: 1.4; grid-column: 1 / -1; max-width: 16ch; color: var(--ink-80); }
.team__list { list-style: none; display: flex; flex-direction: column; gap: 22px; grid-column: 2; margin-top: -6px; }
.team__list li { display: flex; flex-direction: column; gap: 2px; }
.team__list span { font-size: 20px; color: #111; }
.team__list em { font-style: normal; font-size: 15px; color: var(--muted); }
.team .btn { grid-column: 2; justify-self: start; }

/* ============ DOWNLOAD ============ */
.download {
  text-align: center;
  padding: clamp(70px, 14vh, 170px) var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, 5vh, 56px);
}
.download__title { font-size: clamp(34px, 6vw, 78px); color: rgba(0,0,0,.4); }

/* ============ CONTACT ============ */
.contact {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: clamp(80px, 14vh, 170px) var(--pad);
}
.contact__overlay { position: absolute; inset: 0; background: rgba(8,10,16,.7); }
.contact__inner { position: relative; max-width: 760px; margin: 0 auto; color: #fff; }
.contact__eyebrow { font-family: "Geist", sans-serif; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.contact__title { color: #fff; font-size: clamp(30px, 4.5vw, 54px); margin-bottom: clamp(30px, 5vh, 50px); }
.form { display: flex; flex-direction: column; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 10px; }
.field > span { font-family: "Geist", sans-serif; font-size: 16px; color: #fff; }
.field input, .field textarea {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  padding: 15px 16px;
  width: 100%;
  resize: vertical;
  transition: border-color .25s ease, background .25s ease;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.45); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: rgba(255,255,255,.1); }
.form__status { font-size: 15px; color: #fff; min-height: 1em; }
.form__status.is-ok { color: #8bff9e; }
.form__status.is-err { color: #ffb4a1; }

/* ============ BAND ============ */
.band { height: clamp(220px, 32vh, 400px); background-size: cover; background-position: center; }

/* ============ FOOTER ============ */
.footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: clamp(64px, 12vh, 120px) var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  max-width: 460px;
  width: min(70vw, 460px);
}
.footer__logo img { width: 100%; height: auto; display: block; }
.footer__meta { font-size: 15px; color: rgba(255,255,255,.7); }
.footer__copy { font-size: 13px; color: rgba(255,255,255,.4); }

/* ============ REVEAL ANIMATION ============ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .prose { grid-template-columns: 1fr; }
  .neighbourhood__grid { grid-template-columns: 1fr; gap: 48px; }
  .identity__grid { grid-template-columns: 1fr; }
  .acc__panel { grid-template-columns: 1fr; }
  .acc.is-open .acc__panel { max-height: 2200px; }
  .team__inner { grid-template-columns: 1fr; }
  .team__list, .team .btn { grid-column: 1; }
  .banner { background-attachment: scroll; }
}
@media (max-width: 600px) {
  .triptych { grid-template-columns: 1fr; gap: 18px; }
  .triptych__item--side, .triptych__item--center { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .banner { background-attachment: scroll; }
}
