:root {
  --c1: #fd6805;
  --c2: #ffffff;
  --c3: #000000;
  --seed-ink: #000000;
  --seed-paper: #ffffff;
  --ink: var(--seed-ink);
  --paper: var(--seed-paper);
  --accent: #fd6805;
  --on-accent: #ffffff;
  --display: "Oswald", "Segoe UI", sans-serif;
  --text: "Figtree", "Segoe UI", sans-serif;
  --muted: color-mix(in srgb, var(--ink) 68%, transparent);
}

.look-maker,
.look-workshop,
.look-barber,
.look-showcase,
.look-fitness {
  --ink: var(--seed-paper);
  --paper: var(--seed-ink);
  --muted: color-mix(in srgb, var(--ink) 74%, transparent);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  scroll-padding-top: 8.2rem;
  scroll-padding-bottom: 5rem;
}

body {
  font-family: var(--text);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button {
  font: inherit;
  color: inherit;
}

.top {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 1.25rem;
  padding: 0.35rem 1.1rem;
  background: #000;
  border-bottom: 3px solid var(--accent);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  font-weight: 700;
}

.brand img {
  height: 5.4rem;
  width: auto;
  max-width: 62vw;
  object-fit: contain;
  object-position: center;
  background: transparent;
  flex-shrink: 0;
}

.brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 0.85rem;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.top nav {
  display: none;
  flex-basis: 100%;
  flex-direction: column;
  gap: 0;
  order: 4;
  padding: 0.2rem 0 0.6rem;
}

.top.is-open nav {
  display: flex;
}

.top nav a {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  color: #fff;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.top nav a:hover {
  color: var(--accent);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  color: var(--on-accent);
  background: var(--accent);
  font-weight: 700;
  white-space: normal;
  text-align: center;
}

.cta-ghost {
  color: var(--ink);
  background: transparent;
  border: 2px solid color-mix(in srgb, var(--ink) 35%, transparent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 3rem;
  display: flex;
  flex-direction: column;
}

section {
  padding: 2.4rem 0;
  scroll-margin-top: 8.2rem;
}

.section-head {
  margin-bottom: 1.2rem;
}

.section-head p,
.lede,
.workshop-copy,
.contact-block p,
.cat-lead {
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-head p,
.cat-lead {
  margin-top: 0.35rem;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

h1 {
  max-width: 16ch;
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  padding-top: 1.4rem;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.rotator {
  position: relative;
  background: transparent;
}

.slide {
  display: none;
}

.slide.is-on {
  display: block;
}

.slide img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.slide figcaption {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  padding: 0.28rem 0.6rem;
  background: var(--accent);
  color: #fff;
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rot-prev,
.rot-next,
.dot {
  border: 0;
  cursor: pointer;
}

.rot-prev,
.rot-next {
  position: absolute;
  top: 42%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgb(0 0 0 / 55%);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

.rot-prev {
  left: 0.45rem;
}

.rot-next {
  right: 0.45rem;
}

.dots {
  position: absolute;
  right: 0.7rem;
  bottom: 0.85rem;
  display: flex;
  gap: 0.4rem;
}

.dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 45%);
}

.dot.is-on {
  background: var(--accent);
}

.makes {
  display: grid;
  gap: 0.75rem;
  list-style: none;
}

.make-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: color-mix(in srgb, var(--ink) 6%, var(--paper));
  border-bottom: 3px solid var(--accent);
}

.make-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  background: #111;
}

.make-card h3,
.make-card p {
  padding-inline: 0.9rem;
}

.make-card h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  margin-top: 0.75rem;
}

.make-card p {
  color: var(--muted);
  font-size: 0.92rem;
  padding-bottom: 0.9rem;
}

.make-card:hover h3 {
  color: var(--accent);
}

.workshop-grid {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.workshop-photos {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.workshop-photos img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.workshop-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 0 0;
  background: transparent;
}

.stat-num {
  font-family: var(--display);
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--accent);
}

.stat-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.recent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.recent a {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.recent img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  background: #111;
}

.recent span {
  font-family: var(--display);
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.recent a:hover span {
  color: var(--accent);
}

.contact-block {
  font-style: normal;
  margin-bottom: 1rem;
}

.contact-block p {
  margin-bottom: 0.35rem;
}

.contact-block a {
  color: var(--accent);
  font-weight: 600;
}

.back {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--accent);
  font-weight: 700;
}

.cat-page {
  display: none;
}

.cat-page:target,
.cat-page.is-open {
  display: block;
}

body:has(.cat-page:target) [data-home],
body.is-cat [data-home] {
  display: none;
}

.job {
  padding: 1.25rem 0 1.4rem;
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  scroll-margin-top: 8.2rem;
}

.job h3 {
  font-family: var(--display);
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.job-note {
  margin: 0.3rem 0 0.75rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.job-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.shot {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #111;
  cursor: zoom-in;
}

.shot img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  background: #111;
}

.job .cta {
  margin-top: 0.15rem;
}

#lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgb(0 0 0 / 92%);
}

#lightbox[hidden] {
  display: none;
}

#lightbox img {
  max-width: min(1100px, 100%);
  max-height: calc(100vh - 2rem);
  width: auto;
  height: auto;
  object-fit: contain;
  background: #111;
}

.lb-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.site-foot {
  padding: 2.6rem 1.25rem 2.4rem;
  background: #000;
  border-top: 3px solid var(--accent);
  color: #fff;
}

.foot-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.75rem;
}

.foot-name {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.foot-tag {
  max-width: 22rem;
  margin-top: 0.45rem;
  color: color-mix(in srgb, #fff 72%, transparent);
  font-size: 0.95rem;
  line-height: 1.45;
}

.foot-grid p + p {
  margin-top: 0.35rem;
}

.foot-grid a {
  color: color-mix(in srgb, #fff 88%, transparent);
  text-decoration: none;
}

.foot-label {
  margin-bottom: 0.55rem;
  color: var(--accent);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-foot a:hover {
  color: var(--accent);
}

.foot-reg {
  margin-top: 0.85rem;
  color: color-mix(in srgb, #fff 48%, transparent);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.foot-base {
  width: min(1120px, 100%);
  margin: 1.75rem auto 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.footer-vibeit {
  display: grid;
  justify-items: center;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}

.footer-vibeit-sign {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: #d8d2c4;
  white-space: nowrap;
}

.footer-vibeit img {
  width: 4.6rem;
  height: 4.6rem;
  margin: 0.2rem 0 0.1rem;
  object-fit: contain;
  pointer-events: none;
}

.footer-vibeit-cta {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.02rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background-image: linear-gradient(105deg, #c45cff 0%, #7a5cff 22%, #2ad6ff 52%, #ff9a3c 86%, #ff7a2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.site-foot .footer-vibeit:hover .footer-vibeit-sign {
  color: #fff;
}

.wa {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: #128c7e;
  font-weight: 700;
  box-shadow: 0 4px 16px rgb(0 0 0 / 35%);
}

.wa svg {
  display: none;
}

@media (max-width: 520px) {
  .hero-actions .cta {
    flex: 1 1 100%;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 4.8rem;
  }

  section,
  .job {
    scroll-margin-top: 0;
  }

  .top {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.3rem 0.9rem;
  }

  .brand img {
    height: 3.5rem;
    max-width: 44vw;
  }

  .menu-btn {
    margin-left: auto;
    padding: 0 0.75rem;
  }

  .top > .cta {
    padding: 0 1rem;
  }

  .make-card,
  .recent a,
  section {
    padding-bottom: calc(52px + 0.75rem + env(safe-area-inset-bottom));
  }

  .section-head p,
  .workshop-copy,
  .lede,
  .recent span {
    padding-right: calc(52px + 0.75rem);
  }

  .site-foot {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom));
  }

  .wa {
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 50%;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .wa span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .wa svg {
    display: block;
    width: 28px;
    height: 28px;
  }

  .wa.is-tucked {
    opacity: 0;
    transform: translateY(1rem);
    pointer-events: none;
  }
}

@media (min-width: 700px) {
  .foot-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    align-items: start;
  }

  .workshop-grid,
  .workshop-photos {
    grid-template-columns: 1fr 1fr;
  }

  .recent {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 640px) {
  .makes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 800px) {
  .brand img {
    height: 5.4rem;
    max-width: 16rem;
  }

  .menu-btn {
    display: none;
  }

  .top nav {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: row;
    justify-content: flex-end;
    order: 0;
    gap: 1.35rem;
    padding: 0;
  }

  .top nav a {
    padding: 0.35rem 0;
    border-bottom: 2px solid transparent;
    font-size: 1rem;
  }

  .top nav a:hover {
    border-bottom-color: var(--accent);
  }

  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 1.6rem;
  }

  .job-photos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1000px) {
  .makes {
    grid-template-columns: repeat(5, 1fr);
  }
}
