:root {
  --ink: #f7f1e7;
  --muted: #d7d2ca;
  --dark: #101517;
  --dark-soft: #182125;
  --orange: #df6a35;
  --turquoise: #2ba9b5;
  --sand: #d8b98a;
  --max: 1180px;
  --header-h: 68px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--dark);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .7rem 1rem;
  background: white;
  color: black;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-h);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1rem, 4vw, 3rem);
  background: linear-gradient(to bottom, rgba(7,10,11,.82), rgba(7,10,11,0));
  transition: background .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(10,14,16,.82);
  backdrop-filter: blur(12px);
}
.wordmark {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .17em;
  font-size: .95rem;
}
nav { display: flex; gap: clamp(.8rem, 2.4vw, 2rem); }
nav a {
  text-decoration: none;
  color: rgba(255,255,255,.82);
  font-size: .86rem;
}
nav a:hover, nav a:focus-visible { color: white; }

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: calc(var(--header-h) + 2rem) clamp(1rem, 4vw, 3rem) 4rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(43,169,181,.24), transparent 36%),
    radial-gradient(circle at 82% 78%, rgba(223,106,53,.20), transparent 33%),
    linear-gradient(135deg, #11191c 0%, #172327 52%, #0d1315 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .9;
  background-image: url("images/beach-office.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(.72) contrast(1.12);
  transform: scale(1.035);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10,14,16,.7), rgba(10,14,16,.28) 54%, rgba(10,14,16,.64));
}

.hero-inner {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: minmax(260px, 470px) minmax(300px, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.cover-wrap {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 25px 80px rgba(0,0,0,.48);
}
.cover-wrap::after {
  content: "";
  position: absolute;
  inset: 4% -5% -7% 5%;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: inherit;
}
.cover { aspect-ratio: 1; object-fit: cover; border-radius: 6px; }

.eyebrow {
  margin: 0 0 .8rem;
  color: var(--sand);
  letter-spacing: .17em;
  text-transform: uppercase;
  font-size: .73rem;
  font-weight: 800;
}
h1, h2 { margin: 0; line-height: .98; text-wrap: balance; }
h1 {
  font-size: clamp(3.6rem, 9vw, 8.5rem);
  letter-spacing: -.065em;
}
h2 {
  font-size: clamp(2.5rem, 6vw, 6.2rem);
  letter-spacing: -.055em;
}
.intro {
  max-width: 600px;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .8rem 1.15rem;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary {
  border-color: var(--orange);
  background: var(--orange);
  color: white;
}
.button.primary:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}
.button.ghost { background: rgba(10,14,16,.25); }
.preview-note {
  margin: .8rem 0 0;
  color: rgba(255,255,255,.58);
  font-size: .82rem;
}
.scroll-cue {
  position: absolute;
  bottom: 1.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.5rem;
  animation: drift 2.2s ease-in-out infinite;
}
@keyframes drift {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 7px); }
}

.photo-panel {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 5rem);
  background-size: cover;
  background-position: center;
}
.photo-panel.office {
  background-image: url("images/beach-office.jpg");
  background-position: center center;
}
.photo-panel.studio {
  background-image: url("images/home-studio.webp");
  background-position: center center;
}
.panel-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(4,7,8,.82) 0%, rgba(4,7,8,.13) 62%, rgba(4,7,8,.18) 100%);
}
.panel-copy { max-width: 760px; }
.panel-copy-right { margin-left: auto; text-align: right; }
.panel-copy p:last-child {
  max-width: 700px;
  margin: 1.25rem 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}
.panel-copy-right p:last-child { margin-left: auto; }

.about {
  min-height: 85svh;
  display: grid;
  place-items: center;
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 6vw, 4rem);
  background:
    linear-gradient(145deg, rgba(43,169,181,.08), transparent 48%),
    linear-gradient(315deg, rgba(223,106,53,.1), transparent 44%),
    var(--dark-soft);
}
.about-inner { width: min(900px, 100%); }
.about-lead {
  margin: 2rem 0 1rem;
  color: white;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}
.about-inner > p:not(.eyebrow):not(.about-lead):not(.release-line) {
  max-width: 720px;
  color: var(--muted);
}
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2.2rem;
}
.socials a {
  padding: .65rem 1rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  text-decoration: none;
}
.socials a:hover, .socials a:focus-visible { border-color: white; }
.release-line {
  margin-top: 3rem;
  color: var(--sand);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}

footer {
  min-height: 90px;
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,.58);
  font-size: .82rem;
  background: #080b0c;
}
footer a { text-decoration: none; }

@media (max-width: 760px) {
  :root { --header-h: 58px; }
  .site-header nav { display: none; }
  .hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 2.2rem);
    padding-bottom: 5rem;
  }
  .hero::before { background-position: 65% center; opacity: .13; }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .cover-wrap {
    width: min(76vw, 390px);
    justify-self: center;
  }
  .hero-copy { display: grid; justify-items: center; }
  .intro { max-width: 34rem; }
  .actions { justify-content: center; }
  .photo-panel {
    min-height: 78svh;
    padding-bottom: 3.2rem;
  }
  .photo-panel.office {
    background-position: 72% center;
  }
  .photo-panel.studio {
    background-position: 52% center;
  }
  .panel-copy-right { margin-left: 0; text-align: left; }
  .panel-copy-right p:last-child { margin-left: 0; }
  .panel-copy {
    padding: 1.25rem;
    margin-inline: -.25rem;
    border-radius: 18px;
    background: rgba(7,10,11,.48);
    backdrop-filter: blur(5px);
  }
  h2 { font-size: clamp(2.6rem, 13vw, 4.6rem); }
  footer { align-items: flex-start; flex-direction: column; }
}

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

/* Social icons */
.socials i {
  margin-right: .45rem;
  transition: color .2s ease;
}
.socials a:hover i { color: var(--turquoise); }
.socials .facebook-link:hover i { color: #1877f2; }

/* Studio split layout */
.studio-section {
  padding: 5rem 6vw;
}
.studio-row {
  max-width: 1200px;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: center;
  gap: 3rem;
}
.studio-row-reverse {
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
}
.studio-image img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}
.studio-copy {
  max-width: 34rem;
}
.studio-copy h2,
.studio-copy h3 {
  margin-top: .35rem;
  margin-bottom: 1rem;
}
.studio-copy p:last-child {
  margin-bottom: 0;
  line-height: 1.7;
}

/* About section: same visual rhythm, with its own clean sizing */
.about-section {
  padding: 5rem 6vw 4rem;
  background:
    linear-gradient(145deg, rgba(43,169,181,.08), transparent 48%),
    linear-gradient(315deg, rgba(223,106,53,.10), transparent 44%),
    var(--dark-soft);
}
.about-row {
  max-width: 1280px;
  margin: 0 auto 2.5rem;
  display: grid;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}
.about-row-feature {
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr);
}
.about-row-detail {
  grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
}
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}
.about-playing {
  width: 100%;
}
.about-selfie {
  width: min(100%, 480px);
  justify-self: end;
}
.about-copy {
  max-width: 34rem;
}
.about-copy h2 {
  margin: .35rem 0 1rem;
  font-size: clamp(2.6rem, 4.8vw, 5rem);
}
.about-copy h3 {
  margin: .35rem 0 1rem;
}
.about-copy p:last-child {
  margin-bottom: 0;
  line-height: 1.7;
}
.about-footer {
  max-width: 1280px;
  margin: 1rem auto 0;
  text-align: center;
}
.about-footer .socials {
  justify-content: center;
}
.about-footer .release-line {
  margin-top: 2rem;
}

/* Tablet and phone */
@media (max-width: 800px) {
  .studio-section,
  .about-section {
    padding: 3.5rem 1.25rem;
  }

  .studio-row,
  .studio-row-reverse,
  .about-row,
  .about-row-feature,
  .about-row-detail {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }

  .studio-row-reverse .studio-copy { order: 2; }
  .studio-row-reverse .studio-image { order: 1; }

  .studio-copy,
  .about-copy {
    max-width: none;
  }

  .about-selfie {
    width: 100%;
    max-width: 480px;
    justify-self: start;
  }
}
