:root {
  --white: #ffffff;
  --red: #8f1f2d;
  --red-deep: #6f1420;
  --ink: #1f1115;
  --ink-soft: #5f4550;
  --line: rgba(143, 31, 45, 0.18);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1000px 620px at 0% -10%, rgba(143, 31, 45, 0.12), transparent 62%),
    radial-gradient(920px 560px at 100% 0%, rgba(143, 31, 45, 0.1), transparent 60%),
    var(--white);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(143, 31, 45, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 31, 45, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 2;
}

img,
video {
  max-width: 100%;
}

.site-header {
  width: min(calc(100% - 2.4rem), var(--max));
  margin: 0.95rem auto 0;
  padding: 0.9rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.nav-insta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
}

.nav-insta img {
  width: 1.22rem;
  height: 1.22rem;
  display: block;
}

.brand {
  text-decoration: none;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  font-family: "Fraunces", serif;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
}

.brand img {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.1rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--red);
}

main {
  width: 100%;
  margin: 0;
}

.section-pad {
  width: min(calc(100% - 2.4rem), var(--max));
  margin: 5.5rem auto 0;
}

.hero {
  width: min(calc(100% - 2.4rem), var(--max));
  margin: 1.2rem auto 0;
}

.hero-media {
  position: relative;
  min-height: min(88vh, 900px);
  border-radius: 2.4rem;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 5, 8, 0.16), rgba(12, 5, 8, 0.72)),
    radial-gradient(120% 70% at 50% 100%, rgba(143, 31, 45, 0.34), rgba(143, 31, 45, 0));
}

.hero-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 46px rgba(80, 22, 33, 0.24);
  border-radius: 2rem;
}

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

.hero-main {
  position: absolute;
  inset: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.hero-a,
.hero-b,
.hero-c,
.hero-d {
  position: absolute;
  width: 22%;
  aspect-ratio: 4 / 5;
  z-index: 2;
}

.hero-a {
  right: 3.2%;
  top: 8%;
}

.hero-b {
  right: 4%;
  bottom: 34%;
}

.hero-c {
  right: 8%;
  bottom: 9%;
}

.hero-d {
  left: 60%;
  bottom: -3%;
  width: 18%;
  aspect-ratio: 3 / 4;
}

.hero-shadow {
  position: absolute;
  right: -6%;
  top: -9%;
  width: 36%;
  aspect-ratio: 1;
  border-radius: 999px;
  z-index: 1;
  filter: blur(24px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
}

.hero-copy {
  position: absolute;
  left: clamp(1rem, 2.5vw, 2.2rem);
  right: clamp(1rem, 2.5vw, 2.2rem);
  bottom: clamp(1rem, 3.4vw, 2.4rem);
  z-index: 3;
  max-width: min(760px, 78%);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0.8rem 0 0;
  font-family: "Fraunces", serif;
  letter-spacing: -0.015em;
  line-height: 0.98;
  font-weight: 500;
}

h1 {
  color: var(--white);
  font-size: clamp(2.7rem, 6.4vw, 6rem);
  text-wrap: balance;
}

h2 {
  color: var(--red);
  font-size: clamp(2rem, 4.2vw, 4rem);
  max-width: 14ch;
}

h3 {
  color: var(--red);
  font-size: clamp(1.22rem, 2.2vw, 1.62rem);
}

p {
  color: var(--ink-soft);
  line-height: 1.76;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 50ch;
  margin-top: 0.9rem;
}

.hero-actions,
.visit-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.78rem 1.15rem;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-solid {
  background: var(--white);
  color: var(--red);
}

.btn-solid:hover,
.btn-solid:focus-visible {
  background: #fbeef1;
}

.btn-link {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-link:hover,
.btn-link:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

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

.category-matrix {
  border-top: 1px solid var(--line);
  padding-top: 2.8rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem 1.5rem;
}

.category-grid article {
  padding: 0.55rem 0 0.8rem;
  border-bottom: 1px dashed rgba(143, 31, 45, 0.26);
}

.category-grid p {
  margin: 0.7rem 0 0;
}

.category-media {
  margin: 0 0 0.8rem;
  border-radius: 0.9rem;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

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

.film-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.film {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 1.6rem;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(143, 31, 45, 0.24);
  box-shadow: 0 16px 40px rgba(92, 23, 35, 0.2);
}

.film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.film span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.46rem 0.84rem;
  border-radius: 999px;
  background: rgba(20, 8, 12, 0.66);
  color: var(--white);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
}

.gallery-grid figure {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  height: 270px;
}

.gallery-grid figure:nth-child(3n) {
  height: 330px;
}

.gallery-grid figure:nth-child(5n) {
  height: 220px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 360ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.05);
}

.visit {
  border-top: 1px solid var(--line);
  padding-top: 2.6rem;
  margin-bottom: 2.6rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.6rem;
  align-items: end;
}

.visit p,
.visit a {
  color: var(--ink-soft);
}

.visit-insta {
  display: inline-flex;
  margin-top: 0.5rem;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
}

.visit-insta img {
  width: 1.24rem;
  height: 1.24rem;
  display: block;
}

.site-footer {
  width: min(calc(100% - 2.4rem), var(--max));
  margin: 0 auto 2rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.wa-float {
  position: fixed;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 30;
  display: inline-flex;
  width: 3.15rem;
  height: 3.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(80, 22, 33, 0.25);
}

.wa-float img {
  width: 2.05rem;
  height: 2.05rem;
  display: block;
}

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

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 240ms;
}

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

@media (max-width: 1080px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .visit {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0.9rem 0.7rem;
    border-bottom: none;
    background: linear-gradient(180deg, rgba(143, 31, 45, 0.44), rgba(143, 31, 45, 0));
    backdrop-filter: blur(2px);
    z-index: 10;
  }

  .brand {
    color: var(--white);
  }

  .brand img {
    border: 1px solid rgba(255, 255, 255, 0.45);
  }

  .site-nav {
    gap: 0.58rem;
    max-width: 64%;
  }

  .nav-insta {
    width: 1.8rem;
    height: 1.8rem;
  }

  .site-nav a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.62rem;
  }

  .hero {
    width: 100%;
    margin: 0;
  }

  .hero-media {
    min-height: 100svh;
    border-radius: 0;
  }

  .hero-media::before {
    background:
      linear-gradient(180deg, rgba(10, 3, 6, 0.24), rgba(10, 3, 6, 0.82)),
      radial-gradient(130% 80% at 50% 100%, rgba(143, 31, 45, 0.42), rgba(143, 31, 45, 0));
  }

  .hero-main {
    inset: 0;
  }

  .hero-a,
  .hero-b,
  .hero-c,
  .hero-d {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
  }

  .hero-a {
    width: 36%;
    right: 4%;
    top: 12%;
  }

  .hero-b {
    width: 33%;
    right: 6%;
    bottom: 38%;
  }

  .hero-c {
    width: 34%;
    right: 4%;
    bottom: 14%;
  }

  .hero-d {
    width: 31%;
    left: 4%;
    bottom: 24%;
  }

  .hero-shadow {
    display: none;
  }

  .hero-copy {
    left: 0.9rem;
    right: 0.9rem;
    bottom: max(1rem, env(safe-area-inset-bottom));
    max-width: 100%;
    padding: 0.85rem 0.85rem 0.7rem;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, rgba(16, 6, 10, 0.18), rgba(16, 6, 10, 0.45));
    backdrop-filter: blur(2px);
  }

  h1 {
    font-size: clamp(2rem, 11vw, 3.3rem);
  }

  .hero-copy p {
    margin-top: 0.65rem;
    max-width: 36ch;
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 0.9rem;
  }

  .btn {
    padding: 0.68rem 1rem;
    font-size: 0.72rem;
  }

  .section-pad {
    width: calc(100% - 1.3rem);
    margin-top: 4rem;
  }

  .category-matrix {
    padding-top: 2.1rem;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .category-media {
    aspect-ratio: 16 / 9;
  }

  .film-grid {
    grid-template-columns: 1fr;
  }

  .film {
    min-height: 68vh;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .gallery-grid figure,
  .gallery-grid figure:nth-child(3n),
  .gallery-grid figure:nth-child(5n) {
    height: 36vh;
    min-height: 210px;
  }

  .site-footer {
    width: calc(100% - 1.3rem);
  }

  .wa-float {
    right: 0.7rem;
    bottom: max(0.7rem, env(safe-area-inset-bottom));
    width: 3rem;
    height: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .gallery-grid img,
  .btn {
    transition: none !important;
  }
}
