/*
Theme Name: BeatOrbit Editorial Rhythm — Editable HD
Theme URI: https://beatorbit.live/
Author: BeatOrbit
Description: A bespoke archival one-page theme with a complete visual content editor.
Version: 2.1.0
Text Domain: beatorbit-editorial
*/

:root {
  --paper: #f3f0e8;
  --ink: #171717;
  --lime: #d8ff36;
  --pink: #ff3978;
  --muted: #6e665d;
  --line: rgba(23, 23, 23, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
figure, blockquote, p { margin: 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--lime);
  border: 2px solid var(--ink);
  font-weight: 900;
}
.skip-link:focus { top: 16px; }
.site-shell { overflow: hidden; background: var(--paper); }

.utility-bar {
  min-height: 34px;
  padding: 8px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.closed-note { color: var(--lime); }

.site-header {
  min-height: 88px;
  padding: 16px 34px;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--ink);
}
.brand img { width: 220px; height: 54px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 42px); }
.main-nav a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.main-nav a::before { content: "↘"; margin-right: 7px; color: var(--pink); }
.main-nav a:hover, .main-nav a:focus-visible { text-decoration: underline; text-decoration-thickness: 2px; }
.rating-badge {
  width: 166px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--lime);
  border: 1px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(1.5deg);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.rating-badge strong { font-size: 23px; }

.hero { min-height: 650px; display: grid; grid-template-columns: 55% 45%; border-bottom: 1px solid var(--ink); }
.hero-copy {
  min-width: 0;
  padding: clamp(38px, 4.5vw, 72px) clamp(30px, 4vw, 68px) 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eyebrow, .section-kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 54px; height: 8px; background: var(--pink); transform: skew(-18deg); }
h1, h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
h1 {
  margin-top: 20px;
  font-size: clamp(72px, 7.2vw, 122px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.035em;
}
h1 span { color: transparent; -webkit-text-stroke: 1.8px var(--ink); text-shadow: 4px 4px 0 var(--lime); }
h2 { font-size: clamp(52px, 6vw, 98px); line-height: 0.9; letter-spacing: -0.02em; }
.hero-bottom { display: grid; grid-template-columns: 1.25fr 0.8fr; gap: 34px; align-items: end; }
.hero-lead { max-width: 560px; font-size: clamp(20px, 1.6vw, 28px); font-weight: 800; line-height: 1.25; letter-spacing: -0.025em; }
.hero-status { padding-left: 16px; border-left: 5px solid var(--pink); font-size: 14px; font-weight: 750; line-height: 1.45; }
.hero-visual { position: relative; min-width: 0; display: grid; grid-template-columns: 51% 49%; padding: 20px 20px 20px 0; background: var(--lime); overflow: hidden; }
.hero-photo { height: 610px; object-fit: cover; filter: saturate(0.92) contrast(1.08); transition: transform 700ms ease; }
.hero-photo-one { object-position: 50% 43%; clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%); }
.hero-photo-two { margin-left: -10px; object-position: 49% 44%; clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%); }
.hero-visual:hover .hero-photo-one { transform: translateY(-5px) rotate(-0.5deg); }
.hero-visual:hover .hero-photo-two { transform: translateY(5px) rotate(0.5deg); }
.orbit-note {
  position: absolute;
  right: 16px;
  top: 22px;
  z-index: 2;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--ink);
  background: var(--pink);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(9deg);
}
.ticker {
  position: absolute;
  left: -18px;
  bottom: 58px;
  z-index: 3;
  width: 760px;
  min-height: 42px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 22px;
  background: var(--ink);
  color: white;
  transform: rotate(-4deg);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ticker span { color: var(--lime); }

.section-number {
  font-family: Impact, "Arial Narrow Bold", sans-serif;
  font-size: clamp(90px, 10vw, 170px);
  line-height: 0.75;
  color: transparent;
  -webkit-text-stroke: 1px rgba(23, 23, 23, 0.32);
}
.story {
  position: relative;
  min-height: 720px;
  padding: 90px 34px 70px;
  display: grid;
  grid-template-columns: 0.45fr 1.15fr 1fr 1.5fr;
  align-items: end;
  gap: clamp(24px, 3vw, 56px);
  border-bottom: 1px solid var(--ink);
}
.story h2 { margin-top: 18px; font-size: clamp(58px, 5.2vw, 88px); }
.story-copy { align-self: center; display: grid; gap: 28px; font-size: 17px; line-height: 1.55; }
.story-lead { font-size: 25px; font-weight: 800; line-height: 1.28; letter-spacing: -0.025em; }
.story-image { position: relative; align-self: stretch; min-height: 520px; background: var(--lime); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--pink); }
.story-image img { height: 100%; object-fit: cover; }
.story-image figcaption, .render-main figcaption, .detail-photo figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  background: var(--ink);
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.how { padding: 94px 34px 100px; display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 70px; background: var(--pink); border-bottom: 1px solid var(--ink); }
.how-heading { align-self: center; }
.how-heading h2 { margin: 18px 0 30px; }
.how-heading > p:last-child { max-width: 440px; font-size: 18px; font-weight: 750; line-height: 1.5; }
.how-visual { padding: 12px; background: white; border: 2px solid var(--ink); box-shadow: 14px 14px 0 var(--lime); transform: rotate(-0.8deg); }
.how-visual img { aspect-ratio: 16 / 9; object-fit: contain; background: #1c2135; }

.inside { min-height: 1000px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto 170px 390px; border-bottom: 1px solid var(--ink); }
.inside > * { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.inside-title { grid-column: 1 / 6; grid-row: 1 / 3; padding: 68px 34px; background: var(--paper); }
.inside-title h2 { margin-top: 22px; }
.render-main { position: relative; grid-column: 6 / 13; grid-row: 1 / 2; min-height: 420px; background: white; }
.render-main img { height: 100%; object-fit: contain; }
.feature { padding: 28px; display: flex; flex-direction: column; justify-content: center; text-transform: uppercase; }
.feature strong { font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 82px; line-height: 0.85; }
.feature span { margin-top: 12px; font-size: 13px; font-weight: 900; letter-spacing: 0.1em; }
.feature-lime { grid-column: 6 / 9; grid-row: 2 / 3; background: var(--lime); }
.feature-paper { grid-column: 9 / 13; grid-row: 2 / 3; }
.inside-photo { grid-column: 1 / 7; grid-row: 3 / 4; }
.inside-photo img, .detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.detail-photo { position: relative; grid-column: 7 / 13; grid-row: 3 / 4; }

.reviews { padding: 100px 34px 110px; border-bottom: 1px solid var(--ink); }
.reviews-heading { margin-bottom: 60px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.reviews-heading h2 { margin-top: 16px; }
.reviews-score { min-width: 360px; padding-bottom: 14px; display: grid; grid-template-columns: auto auto; align-items: end; gap: 8px 18px; border-bottom: 2px solid var(--ink); }
.reviews-score strong { font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 90px; line-height: 0.72; }
.reviews-score .stars { color: var(--pink); font-size: 24px; letter-spacing: 0.03em; }
.reviews-score small { grid-column: 1 / 3; font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.review { position: relative; min-height: 360px; padding: 38px 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--ink); }
.review:last-child { border-right: 0; }
.review:nth-child(2) { background: var(--lime); }
.review:nth-child(3) { background: var(--pink); }
.quote-mark { position: absolute; right: 22px; top: 8px; color: rgba(23, 23, 23, 0.18); font-family: Georgia, serif; font-size: 110px; line-height: 1; }
.review blockquote { position: relative; z-index: 1; font-family: Georgia, "Times New Roman", serif; font-size: clamp(23px, 2vw, 34px); font-style: italic; font-weight: 700; line-height: 1.15; letter-spacing: -0.025em; }
.review p { font-size: 11px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.tripadvisor-link { margin-top: 32px; display: inline-block; padding-bottom: 5px; border-bottom: 2px solid var(--pink); font-size: 13px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }

.gallery { min-height: 950px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 260px 360px 330px; background: var(--ink); color: white; }
.gallery > * { border-right: 1px solid rgba(255,255,255,0.22); border-bottom: 1px solid rgba(255,255,255,0.22); }
.gallery-heading { grid-column: 1 / 7; grid-row: 1 / 2; padding: 52px 34px; }
.gallery-heading h2 { margin-top: 16px; color: var(--lime); }
.gallery figure { overflow: hidden; }
.gallery figure img { height: 100%; object-fit: cover; filter: saturate(0.95) contrast(1.08); transition: transform 700ms ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery-a { grid-column: 7 / 13; grid-row: 1 / 3; }
.gallery-b { grid-column: 1 / 5; grid-row: 2 / 4; }
.gallery-c { grid-column: 5 / 7; grid-row: 2 / 4; }
.gallery-d { grid-column: 7 / 13; grid-row: 3 / 4; }

.legacy { padding: 120px 34px; background: var(--lime); text-align: center; border-bottom: 1px solid var(--ink); }
.legacy h2 { margin: 24px auto 38px; max-width: 1100px; font-size: clamp(68px, 8vw, 132px); }
.legacy h2 span { color: var(--pink); -webkit-text-stroke: 1.5px var(--ink); }
.legacy > p:not(.section-kicker) { max-width: 760px; margin: 0 auto 40px; font-size: 20px; font-weight: 750; line-height: 1.5; }
.legacy a { display: inline-block; padding: 16px 22px; border: 2px solid var(--ink); background: var(--paper); box-shadow: 6px 6px 0 var(--ink); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }

.site-footer { min-height: 150px; padding: 34px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; background: var(--ink); color: white; }
.site-footer img { width: 220px; max-height: 64px; object-fit: contain; object-position: left; }
.site-footer p { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .story { grid-template-columns: 0.35fr 1fr 1.2fr; }
  .story-image { grid-column: 1 / 4; min-height: 520px; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review:nth-child(2) { border-right: 0; }
  .review:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
}

@media (max-width: 820px) {
  .utility-bar { align-items: flex-start; flex-direction: column; padding: 10px 18px; }
  .site-header { min-height: 74px; padding: 12px 18px; }
  .brand img { width: 180px; height: 44px; }
  .rating-badge { width: 118px; min-height: 44px; box-shadow: 3px 3px 0 var(--ink); }
  .rating-badge strong { font-size: 18px; }
  .rating-badge span { font-size: 9px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding: 46px 18px 34px; }
  h1 { font-size: clamp(58px, 16vw, 92px); }
  .hero-bottom { grid-template-columns: 1fr; }
  .hero-visual { min-height: 590px; padding-left: 14px; }
  .hero-photo { height: 560px; }
  .orbit-note { width: 96px; height: 96px; font-size: 10px; }
  .story { padding: 70px 18px; grid-template-columns: 1fr; align-items: start; }
  .story .section-number { display: none; }
  .story-image { grid-column: auto; min-height: 430px; }
  .how { padding: 72px 18px 80px; grid-template-columns: 1fr; gap: 44px; }
  .how-visual { padding: 6px; box-shadow: 8px 8px 0 var(--lime); }
  .inside { display: flex; flex-direction: column; }
  .inside > * { min-height: auto; border-right: 0; }
  .inside-title { padding: 64px 18px; }
  .render-main { min-height: 360px; }
  .feature { min-height: 180px; }
  .inside-photo, .detail-photo { height: 390px; }
  .reviews { padding: 78px 18px 88px; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .reviews-score { min-width: 0; width: 100%; }
  .review-grid { grid-template-columns: 1fr; }
  .review { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .review:last-child { border-bottom: 0; }
  .gallery { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 360px 320px 360px; }
  .gallery-heading { grid-column: 1 / 3; grid-row: 1; padding: 60px 18px; }
  .gallery-a { grid-column: 1 / 3; grid-row: 2; }
  .gallery-b { grid-column: 1; grid-row: 3; }
  .gallery-c { grid-column: 2; grid-row: 3; }
  .gallery-d { grid-column: 1 / 3; grid-row: 4; }
  .legacy { padding: 90px 18px; }
  .legacy h2 { font-size: clamp(56px, 15vw, 86px); }
  .site-footer { grid-template-columns: 1fr; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
