:root {
  --bg: #faf7f1;            /* white sand */
  --panel: #ffffff;
  --ink: #142c47;           /* dusk navy */
  --muted: rgba(20, 44, 71, 0.72);
  --line: rgba(20, 44, 71, 0.14);
  --ocean: #0077b6;         /* ocean blue */
  --coral: #ff5a5f;         /* sunset coral */
  --sunset: #ff8c42;        /* sunset orange */
  --gold: #f2a03d;          /* golden hour */
  --max: 1180px;
}

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

.site-header {
  align-items: center;
  background: rgba(250, 247, 241, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 16px max(20px, calc((100vw - var(--max)) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}
.brand {
  font-family: Anton, Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.site-nav { display: flex; gap: 22px; justify-content: center; }
.site-nav a, .site-footer a { color: var(--muted); font-size: 13px; font-weight: 800; }
.site-nav a:hover, .site-footer a:hover { color: var(--ocean); }
.header-cta, .button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
}
.header-cta, .button.primary { background: linear-gradient(120deg, var(--coral), var(--sunset)); color: #fff; }
.header-cta:hover, .button.primary:hover { filter: brightness(1.05); }
.button.secondary { border: 1px solid var(--ink); color: var(--ink); }
.nav-toggle { background: transparent; border: 0; display: none; height: 42px; width: 42px; }
.nav-toggle span { background: var(--ink); display: block; height: 2px; margin: 6px auto; width: 24px; }

.split-section, .work-section, .projects-section, .music-section, .notes-section, .contact-section, .brands-section, .doors-section, .quotes-section, .site-footer {
  margin: 0 auto;
  max-width: var(--max);
  padding-left: 20px;
  padding-right: 20px;
}
.hero {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 81px);
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  width: 100%;
  isolation: isolate;
}
.hero-inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: var(--max);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.hero-embed {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.hero-beach {
  background: linear-gradient(
    180deg,
    #0f6fd6 0%,
    #1a8ce4 16%,
    #21b7de 30%,
    #52d4dc 40%,
    #aeeae4 47%,
    #ffffff 54%,
    #fbf6ec 72%,
    #f7f0e2 100%
  );
}
.hero-embed video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.hero-embed iframe {
  border: 0;
  height: max(100%, 56.25vw);
  left: 50%;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  width: max(100vw, 177.78vh);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 20, 32, .94) 0%, rgba(10, 20, 32, .82) 36%, rgba(10, 20, 32, .38) 58%, rgba(10, 20, 32, .12) 100%),
    linear-gradient(180deg, rgba(10, 20, 32, .08) 0%, rgba(10, 20, 32, .02) 54%, rgba(10, 20, 32, .54) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}
h1, h2 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 0.98;
  margin: 0 0 22px;
  text-transform: uppercase;
  text-wrap: balance;
}
h1 { font-size: clamp(52px, 6.2vw, 92px); max-width: 860px; }
h2 { font-size: clamp(42px, 5vw, 68px); }
.gradient-text {
  /* light backgrounds: deeper ramp so the word never washes out on sand */
  background: linear-gradient(100deg, #e8433f 0%, var(--coral) 40%, #f26a1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero-copy .gradient-text {
  /* bright beach hero: deeper ramp for contrast against sky and sand */
  background: linear-gradient(100deg, #e8433f 0%, var(--coral) 40%, #f26a1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
h3, p { margin-top: 0; }
h3 { font-family: Inter, sans-serif; font-weight: 900; }
.hero-copy p, .copy-block p, .section-head p, .contact-copy p { color: var(--muted); font-size: 19px; max-width: 680px; }
.hero-copy {
  max-width: 650px;
  position: relative;
}
.hero-copy::before {
  background: linear-gradient(180deg, var(--coral), var(--gold));
  border-radius: 999px;
  content: "";
  display: block;
  height: 5px;
  margin-bottom: 26px;
  width: 76px;
}
.hero-copy h1 { color: #ffffff; text-shadow: 0 8px 34px rgba(0, 0, 0, .24); }
.hero-copy p { color: rgba(255, 255, 255, .82); max-width: 590px; }
.hero-copy .button.secondary {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .52);
  color: #ffffff;
}
.hero-copy .button.secondary:hover { background: rgba(255, 255, 255, .16); }
.copy-block a { color: var(--ocean); font-weight: 800; }
.copy-block a:hover { color: var(--coral); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-founder-blend {
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: min(59vw, 920px);
  z-index: 2;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .12) 10%, #000 36%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .12) 10%, #000 36%);
}
.hero-founder-blend::after {
  background:
    linear-gradient(180deg, rgba(10, 20, 32, .04), transparent 22%, transparent 72%, rgba(10, 20, 32, .34)),
    linear-gradient(90deg, rgba(10, 20, 32, .08), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.hero-founder-blend img { height: 100%; object-fit: cover; object-position: 56% center; width: 100%; }

.proof-strip {
  background: var(--ink);
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-strip div { border-right: 1px solid rgba(255, 255, 255, .14); padding: 26px; text-align: center; }
.proof-strip strong {
  background: linear-gradient(100deg, var(--coral), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
}
.proof-strip span { color: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.split-section, .notes-section, .contact-section {
  display: grid;
  gap: 44px;
  grid-template-columns: .9fr 1.1fr;
  padding-bottom: 96px;
  padding-top: 96px;
}
.editorial-image {
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(20, 44, 71, .16);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.editorial-image img { display: block; height: 100%; object-fit: cover; width: 100%; }
.editorial-image figcaption {
  background: rgba(10, 20, 32, .88);
  bottom: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  left: 18px;
  letter-spacing: .08em;
  padding: 10px 13px;
  position: absolute;
  text-transform: uppercase;
}
.about-image { aspect-ratio: 2 / 1; grid-column: 1 / -1; margin-top: 8px; }
.about-image img { object-position: center 12%; }
.service-section { background: var(--ink); color: #fff; max-width: none; padding: clamp(72px, 8vw, 112px) 20px; }
.service-shell { margin: 0 auto; max-width: var(--max); }
.service-copy { align-items: end; display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); margin-bottom: 42px; }
.service-copy h2, .service-copy p { margin: 0; }
.service-copy .eyebrow { margin-bottom: 16px; }
.service-copy p { color: rgba(255, 255, 255, .72); font-size: 18px; line-height: 1.7; }
.service-gallery { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: clamp(320px, 32vw, 540px) clamp(390px, 38vw, 600px); }
.service-photo { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10); border-radius: 18px; box-shadow: 0 20px 54px rgba(0,0,0,.26); margin: 0; overflow: hidden; position: relative; }
.service-photo-wide { grid-column: 1 / -1; }
.service-photo img { display: block; height: 100%; object-fit: cover; transition: transform 420ms cubic-bezier(.2,.8,.2,1); width: 100%; }
.service-photo:hover img { transform: scale(1.015); }
.service-photo-wide img { object-position: center 42%; }
.service-photo:nth-child(2) img { object-position: center top; }
.service-photo:nth-child(3) img { object-position: center 22%; }
.service-photo:nth-child(4) img { object-position: center 14%; }
.work-section, .projects-section, .brands-section, .doors-section, .quotes-section { padding-bottom: 96px; padding-top: 96px; }
.editorial-lead {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: .75fr 1.25fr;
  margin-bottom: 42px;
}
.editorial-lead .section-head { margin-bottom: 0; }
.ecosystem-image { aspect-ratio: 16 / 9; }
.music-section {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: clamp(38px, 6vw, 86px);
  grid-template-columns: 1.15fr .85fr;
  max-width: none;
  padding: 78px max(20px, calc((100vw - var(--max)) / 2));
}
.music-image { aspect-ratio: 16 / 10; box-shadow: 0 26px 70px rgba(0, 0, 0, .42); }
.music-copy { max-width: 500px; }
.music-copy p { color: rgba(255, 255, 255, .72); font-size: 18px; margin-bottom: 28px; }
.music-copy .button.secondary { border-color: rgba(255, 255, 255, .52); color: #fff; }
.eyebrow { color: var(--gold); display: block; font-size: 12px; font-weight: 900; letter-spacing: .16em; margin-bottom: 16px; text-transform: uppercase; }
.contact-portrait {
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(20, 44, 71, .18);
  height: 112px;
  margin-bottom: 26px;
  object-fit: cover;
  width: 112px;
}
.quotes-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, 1fr);
}
.quotes-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(20, 44, 71, 0.06);
  padding: 20px;
}
.quote-author { align-items: center; display: flex; gap: 10px; margin-bottom: 10px; }
.quote-author img { border-radius: 50%; height: 36px; object-fit: cover; width: 36px; }
.quote-author strong { font-size: 14px; }
.quotes-grid p { color: var(--muted); font-size: 14px; margin: 0; }
.brand-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.brand-grid img {
  aspect-ratio: 1 / 1;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(20, 44, 71, 0.06);
  flex: 0 0 calc((100% - 6 * 14px) / 7);
  height: auto;
  min-width: 0;
  object-fit: contain;
  padding: 18px;
}
.doors-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.doors-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(20, 44, 71, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 26px;
}
.doors-grid h3 { font-size: 20px; }
.doors-grid p { color: var(--muted); flex: 1; }
.doors-grid .button { margin-top: 8px; }
.section-head { margin-bottom: 34px; }
.work-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.work-grid article, .project-list a, .notes-grid article, .contact-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(20, 44, 71, 0.06);
  padding: 26px;
}
.project-list a:hover { border-color: var(--coral); box-shadow: 0 10px 28px rgba(255, 90, 95, 0.16); }
.work-grid p, .project-list span, .notes-grid p { color: var(--muted); }
.project-list { display: grid; gap: 12px; }
.project-list a { align-items: center; display: grid; gap: 18px; grid-template-columns: 260px 1fr; }
.project-list strong { color: var(--ocean); font-family: Inter, sans-serif; font-size: 20px; font-weight: 900; }
.notes-grid { display: grid; gap: 14px; }
.notes-grid span {
  background: linear-gradient(100deg, var(--coral), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.05;
}

.form-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
label { display: grid; font-size: 13px; font-weight: 800; gap: 8px; margin-bottom: 14px; }
input, textarea {
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 50px;
  outline: 0;
  padding: 12px 13px;
  width: 100%;
}
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--ocean); box-shadow: 0 0 0 3px rgba(0, 119, 182, .16); }
.form-status { color: var(--muted); font-weight: 800; min-height: 22px; }
.form-status.success { color: #0a8754; }
.form-status.error { color: #d64545; }
.site-footer { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 24px; justify-content: space-between; padding-bottom: 42px; padding-top: 42px; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer strong { font-family: Anton, Impact, sans-serif; font-weight: 400; letter-spacing: 0.5px; text-transform: uppercase; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: auto auto; }
  .site-nav, .header-cta { display: none; }
  .site-nav.is-open {
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    display: grid;
    left: 0;
    padding: 16px 20px 24px;
    position: absolute;
    right: 0;
    top: 75px;
  }
  .nav-toggle { display: block; justify-self: end; }
  .hero-inner { display: flex; }
  .split-section, .notes-section, .contact-section { grid-template-columns: 1fr; }
  .service-copy { grid-template-columns: 1fr; }
  .hero { min-height: 760px; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(10, 20, 32, .90) 0%, rgba(10, 20, 32, .72) 56%, rgba(10, 20, 32, .38) 100%),
      linear-gradient(180deg, rgba(10, 20, 32, .10) 0%, rgba(10, 20, 32, .10) 54%, rgba(10, 20, 32, .64) 100%);
  }
  .hero-founder-blend { width: 62vw; }
  .editorial-lead, .music-section { gap: 34px; grid-template-columns: 1fr 1fr; }
  .work-grid, .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .brand-grid img { flex-basis: calc((100% - 3 * 14px) / 4); }
  .quotes-grid { grid-template-columns: repeat(2, 1fr); }
  .doors-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  h1 { font-size: clamp(44px, 12vw, 60px); }
  h2 { font-size: clamp(36px, 10vw, 50px); }
  .hero-actions, .site-footer { align-items: stretch; flex-direction: column; }
  .hero { align-items: flex-end; min-height: 780px; padding-bottom: 48px; padding-top: 300px; }
  .hero-inner { align-items: flex-end; }
  .hero-founder-blend {
    bottom: auto;
    height: 58%;
    top: 0;
    width: 100%;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%);
  }
  .hero-founder-blend img { object-position: 58% 40%; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 20, 32, .28) 0%, rgba(10, 20, 32, .58) 42%, rgba(10, 20, 32, .94) 100%),
      linear-gradient(90deg, rgba(10, 20, 32, .38), rgba(10, 20, 32, .16));
  }
  .hero-copy::before { margin-bottom: 18px; }
  .hero-copy p { font-size: 17px; }
  .editorial-lead, .music-section { grid-template-columns: 1fr; }
  .about-image { aspect-ratio: 4 / 3; }
  .service-gallery { grid-template-columns: 1fr; grid-template-rows: 230px repeat(3, min(112vw, 500px)); }
  .service-photo, .service-photo-wide { grid-column: 1; }
  .ecosystem-image, .music-image { aspect-ratio: 4 / 3; }
  .music-section { padding-bottom: 62px; padding-top: 62px; }
  .button { width: 100%; }
  .work-grid, .proof-strip, .form-grid { grid-template-columns: 1fr; }
  .brand-grid img { flex-basis: calc((100% - 2 * 14px) / 3); }
  .quotes-grid { grid-template-columns: 1fr; }
  .proof-strip div { border-bottom: 1px solid rgba(255, 255, 255, .14); border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .service-photo img { transition: none; }
  .service-photo:hover img { transform: none; }
}

@media (prefers-contrast: more) {
  .service-photo { border-color: rgba(255,255,255,.42); }
  .service-copy p { color: #fff; }
}
