:root {
  --bg: #090a0f;
  --ink: #f0f0f0;
  --muted: #a0a0a0;
  --accent: #d4af37;
  --line: rgba(255, 255, 255, 0.08);
  --paper: rgba(9, 10, 15, 0.8);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  --glass: rgba(255, 255, 255, 0.02);
  --glass-border: rgba(255, 255, 255, 0.05);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Syne", sans-serif;
  cursor: none;
}

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

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

button {
  font: inherit;
}

p {
  margin: 0;
  line-height: 1.7;
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
}

.cursor-blob {
  position: fixed;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 50;
  mix-blend-mode: screen;
  transition: width 180ms ease, height 180ms ease, transform 120ms ease;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  background: rgba(9, 10, 15, 0.75);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.brand,
.site-nav {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  gap: 22px;
}

.site-nav a {
  transition: color 300ms ease;
}

.site-nav a:hover,
.map-link:hover {
  color: var(--accent);
}

.hero,
.section {
  position: relative;
}

.hero {
  padding: 122px 24px 80px;
}

.hero-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}

.eyebrow,
.service-block span,
.scribble,
.hero-side-note {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

.eyebrow {
  color: var(--accent);
}

.hero-copy {
  position: relative;
  padding-top: 48px;
  transform: rotate(-2deg);
}

.hero-side-note {
  position: absolute;
  top: 14px;
  left: -10px;
  color: rgba(255, 255, 255, 0.2);
}

.hero-copy h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(3.8rem, 9vw, 8.6rem);
  line-height: 0.84;
  letter-spacing: -0.06em;
  max-width: 7.2ch;
  margin-top: 20px;
}

.hero-copy h1 span {
  display: block;
  color: var(--accent);
}

.hero-copy h1 em {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 8px;
  margin-left: 16%;
}

.hero-text {
  max-width: 520px;
  margin-top: 24px;
  font-size: 1.05rem;
}

.hard-cta,
.booking-fixed,
.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 400ms ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.1);
}

.hard-cta {
  margin-top: 34px;
}

.hard-cta:hover,
.booking-fixed:hover,
.map-link:hover {
  background: var(--accent);
  color: var(--bg);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
  transform: translateY(-3px);
}

.hero-collage {
  position: relative;
  min-height: 760px;
}

.hero-image {
  position: absolute;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  background: var(--bg);
  border-radius: 12px;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
}

.hero-image-main {
  right: 10%;
  top: 0;
  width: 54%;
  height: 78%;
  z-index: 2;
}

.hero-image-top {
  left: 2%;
  top: 8%;
  width: 32%;
  height: 30%;
  transform: rotate(-6deg);
  z-index: 3;
}

.hero-image-bottom {
  left: 18%;
  bottom: 4%;
  width: 30%;
  height: 26%;
  transform: rotate(7deg);
  z-index: 1;
}

.hero-stamp {
  position: absolute;
  right: -18px;
  bottom: 64px;
  transform: rotate(90deg);
  transform-origin: right bottom;
  color: var(--accent);
  font-size: 0.84rem;
  letter-spacing: 0.28em;
}

.hero-rotate {
  position: absolute;
  right: -180px;
  top: 46%;
  transform: rotate(90deg);
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.text-strip {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.text-strip-track {
  display: flex;
  gap: 42px;
  width: max-content;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 3.4vw, 2.6rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.text-strip-track.reverse {
  animation-direction: reverse;
}

.section {
  padding: 110px 24px;
}

.section-head {
  max-width: 860px;
  margin: 0 auto 42px;
}

.section-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0.04em;
  margin-top: 14px;
}

.services-chaos {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  align-items: start;
}

.service-block {
  position: relative;
  padding: 32px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  border-radius: 16px;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), background 400ms ease, border-color 400ms ease, filter 400ms ease;
}

.services-chaos:hover .service-block {
  opacity: 0.4;
  filter: blur(2px);
}

.services-chaos .service-block:hover {
  opacity: 1;
  filter: blur(0);
  transform: scale(1.05) translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--accent);
  z-index: 3;
}

.service-block span,
.timeline-card h3 {
  color: var(--accent);
}

.service-block h3,
.zine-copy h3,
.glitch-card h3,
.location-sheet h3 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin-top: 14px;
}

.service-block p,
.zine-copy p,
.glitch-card p,
.review-sheet p,
.location-sheet p {
  margin-top: 12px;
}

.service-large { grid-column: 1 / span 5; min-height: 300px; transform: translateY(30px); }
.service-small:nth-of-type(2) { grid-column: 7 / span 3; min-height: 190px; transform: rotate(2deg); }
.service-medium { grid-column: 10 / span 3; min-height: 240px; transform: translateY(-24px); }
.service-tall { grid-column: 2 / span 3; min-height: 320px; transform: rotate(-3deg); margin-top: -34px; }
.service-wide { grid-column: 5 / span 5; min-height: 210px; margin-top: 34px; }
.service-small:last-of-type { grid-column: 10 / span 2; min-height: 200px; margin-top: 44px; }

.zine-board {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  min-height: 820px;
}

.zine-card {
  position: absolute;
  width: 30%;
  background: var(--glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 16px;
  transition: transform 400ms ease, border-color 400ms ease;
}

.zine-card img {
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.zine-copy {
  padding: 16px 6px 4px;
}

.scribble {
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  transform: rotate(-5deg);
}

.zine-left {
  left: 4%;
  top: 70px;
  transform: rotate(-6deg);
}

.zine-center {
  left: 36%;
  top: 0;
  transform: rotate(4deg);
}

.zine-right {
  right: 2%;
  top: 230px;
  transform: rotate(-3deg);
}

.zine-card:hover {
  transform: scale(1.05) translateY(-10px) !important;
  border-color: var(--accent);
  z-index: 10;
}

.glitch-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.glitch-card {
  padding: 24px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  box-shadow: var(--shadow);
  transition: border-color 400ms ease, transform 400ms ease;
}

.glitch-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.glitch-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 0.8;
  background: #111;
  border-radius: 10px;
}

.glitch-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 200ms ease, transform 200ms ease, clip-path 200ms ease, filter 200ms ease;
}

.glitch-alt {
  opacity: 0;
}

.glitch-card:hover .glitch-base {
  transform: translate(10px, -6px);
  clip-path: inset(0 0 42% 0);
  filter: saturate(1.6);
}

.glitch-card:hover .glitch-alt {
  opacity: 1;
  transform: translate(-8px, 6px);
  clip-path: inset(36% 0 0 0);
}

.reviews-contact-shell {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.review-sheet,
.location-sheet {
  border: 1px solid var(--glass-border);
  background: var(--glass);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  border-radius: 20px;
  transition: transform 400ms ease, border-color 400ms ease;
}

.review-sheet {
  padding: 40px;
  transform: rotate(-3deg);
}

.review-sheet:hover {
  border-color: var(--accent);
  transform: translateY(-8px) rotate(0);
}

.review-sheet strong {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--accent);
  letter-spacing: -0.05em;
}

.review-sheet p + p {
  margin-top: 18px;
}

.location-sheet {
  padding: 40px;
  transform: rotate(2deg);
}

.location-sheet:hover {
  border-color: var(--accent);
  transform: translateY(-8px) rotate(0);
}

.booking-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 24;
}

.jitter {
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.jitter:hover {
  transform: translateY(-8px) scale(1.02) !important;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1024px) {
  body {
    cursor: auto;
  }

  .cursor-blob,
  .hero-rotate {
    display: none;
  }

  .hero-shell,
  .glitch-grid,
  .reviews-contact-shell {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    min-height: 620px;
  }

  .services-chaos {
    grid-template-columns: 1fr 1fr;
  }

  .service-large,
  .service-small:nth-of-type(2),
  .service-medium,
  .service-tall,
  .service-wide,
  .service-small:last-of-type {
    grid-column: auto;
    min-height: 220px;
    transform: none;
    margin-top: 0;
  }

  .zine-board {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .zine-card {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
  }
}

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

  .site-nav {
    display: none;
  }

  .hero {
    padding: 100px 16px 40px;
  }

  .section {
    padding: 60px 16px;
  }

  .hero-copy {
    transform: none;
    padding-top: 10px;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .hard-cta {
    width: 100%;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .hero-collage {
    min-height: 380px;
    margin-top: 20px;
  }

  .hero-image-main {
    right: 0;
    top: 5%;
    width: 80%;
    height: 80%;
  }

  .hero-image-top {
    left: 0;
    top: 0;
    width: 50%;
    height: 40%;
  }

  .hero-image-bottom {
    left: 5%;
    bottom: 0;
    width: 45%;
    height: 35%;
  }

  .services-chaos {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .review-sheet,
  .location-sheet {
    transform: none;
    padding: 24px;
  }

  .review-sheet:hover,
  .location-sheet:hover {
    transform: translateY(-4px);
  }

  .text-strip-track {
    font-size: 1.4rem;
  }

  .booking-fixed {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    font-size: 0.9rem;
  }
}
