/* ============ bynoon socials - reversed theme ============
   Loads AFTER styles.css and flips the site to ink-first.
   Same tokens, same type, same orange. Just inverted.
   ======================================================== */

body.socials {
  background: var(--ink);
  color: var(--paper);
}

/* nav sits on ink now */
body.socials .nav {
  background: rgba(10, 10, 10, 0.82);
  border-bottom: 1px solid var(--line-paper);
}
body.socials .nav.is-scrolled { background: rgba(10, 10, 10, 0.96); }
body.socials .nav__logo .logo-word { color: var(--paper); }
body.socials .nav__links a { color: var(--paper-soft); }
body.socials .nav__links a:hover { color: var(--sun); }
body.socials .logo-badge { color: var(--paper-soft); }

/* buttons inverted */
body.socials .btn { border-color: var(--paper); color: var(--paper); }
body.socials .btn--sun { background: var(--sun); border-color: var(--sun); color: var(--ink); }
body.socials .btn--sun:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
body.socials .btn--ink { background: var(--paper); border-color: var(--paper); color: var(--ink); }
body.socials .btn--ink:hover { background: var(--sun); border-color: var(--sun); color: var(--ink); }
body.socials .btn--ghost { border-color: var(--line-paper); color: var(--paper-soft); }
body.socials .btn--ghost:hover { border-color: var(--sun); color: var(--sun); }

/* section blocks flip: default is ink, --paper panels are the light break */
body.socials .section--flip {
  background: var(--paper);
  color: var(--ink);
}
body.socials .section--sun { background: var(--sun); color: var(--ink); }

body.socials .section-title { color: var(--paper); }
body.socials .section--flip .section-title { color: var(--ink); }
body.socials .section--sun .section-title { color: var(--ink); }
body.socials .section-sub { color: var(--paper-soft); }
body.socials .section--flip .section-sub { color: var(--ink-soft); }
body.socials .section--sun .section-sub { color: rgba(10, 10, 10, 0.78); }
body.socials .section--sun .section-label { color: var(--ink); }

/* ---------- hero ---------- */
.s-hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center;
  padding: 140px 0 70px;
  overflow: hidden;
}
.s-hero__inner { position: relative; z-index: 2; }
.s-hero__kicker {
  color: var(--sun);
  font-weight: 700;
  margin-bottom: 1.4rem;
  letter-spacing: 0.06em;
}
.s-hero__title {
  font-family: var(--display);
  font-weight: 400;
  text-transform: lowercase;
  font-size: clamp(52px, 9.5vw, 148px);
  line-height: 0.88;
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
}
.s-hero__title .sun-text { color: var(--sun); }
.s-hero__sub {
  font-size: clamp(17px, 1.7vw, 22px);
  max-width: 46ch;
  color: var(--paper-soft);
  margin-bottom: 2.4rem;
  line-height: 1.55;
}
.s-hero__ctas { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.s-hero__pills { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 2.6rem; }
.s-pill {
  font-family: var(--mono);
  font-size: 12px; font-weight: 700;
  text-transform: lowercase;
  padding: 0.55em 1em;
  border: 1px solid var(--line-paper);
  border-radius: 999px;
  color: var(--paper-soft);
}
.s-pill--sun { border-color: var(--sun); color: var(--sun); }

/* ---------- the maths / vs hiring ---------- */
.s-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 2.8rem;
}
.s-card {
  border: 1px solid var(--line-paper);
  border-radius: 18px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(245, 242, 234, 0.035);
}
.s-card--sun { border-color: var(--sun); background: rgba(255, 77, 0, 0.07); }
.s-card__label {
  font-family: var(--mono); font-size: 12px; font-weight: 700;
  text-transform: lowercase; letter-spacing: 0.05em;
  color: var(--paper-soft); margin-bottom: 0.9rem;
}
.s-card--sun .s-card__label { color: var(--sun); }
.s-card__big {
  font-family: var(--display); font-weight: 400; text-transform: lowercase;
  font-size: clamp(30px, 3.6vw, 48px); line-height: 1; margin-bottom: 0.8rem;
}
.s-card__list { list-style: none; display: grid; gap: 0.5rem; }
.s-card__list li {
  position: relative; padding-left: 1.5rem;
  color: var(--paper-soft); font-size: 0.97em; line-height: 1.5;
}
.s-card__list li::before {
  content: ""; position: absolute; left: 0; top: 0.5em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--sun);
}
.s-card--muted .s-card__list li::before { background: rgba(245, 242, 234, 0.3); }

/* the compare cards live inside a LIGHT (flip) section, so everything in
   them has to be ink side or it renders cream on cream and disappears. */
body.socials .section--flip .s-card {
  border-color: var(--line-ink);
  background: rgba(10, 10, 10, 0.035);
}
body.socials .section--flip .s-card--sun {
  border-color: var(--sun);
  background: rgba(255, 77, 0, 0.08);
}
body.socials .section--flip .s-card__label { color: var(--ink-soft); }
body.socials .section--flip .s-card--sun .s-card__label { color: #C23A00; }
body.socials .section--flip .s-card__big { color: var(--ink); }
body.socials .section--flip .s-card__list li { color: var(--ink-soft); }
body.socials .section--flip .s-card--muted .s-card__list li::before { background: rgba(10, 10, 10, 0.3); }

/* ---------- how it works: the day ---------- */
.s-steps { display: grid; gap: 1rem; margin-top: 2.6rem; }
.s-step {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 1.4rem;
  align-items: start;
  border-top: 1px solid var(--line-paper);
  padding: 1.7rem 0;
}
body.socials .section--flip .s-step { border-color: var(--line-ink); }
.s-step__num {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(34px, 4vw, 52px); line-height: 0.9;
  color: var(--sun);
}
.s-step h3 {
  font-family: var(--display); font-weight: 400; text-transform: lowercase;
  font-size: clamp(22px, 2.4vw, 32px); line-height: 1.05; margin-bottom: 0.5rem;
}
.s-step p { color: var(--paper-soft); line-height: 1.6; max-width: 62ch; }
body.socials .section--flip .s-step p { color: var(--ink-soft); }

/* ---------- what you get list ---------- */
.s-list { list-style: none; margin-top: 2.2rem; }
.s-row {
  display: flex; justify-content: space-between; gap: 1.4rem;
  align-items: baseline; flex-wrap: wrap;
  padding: 1.15rem 0;
  border-top: 1px solid var(--line-paper);
}
body.socials .section--flip .s-row { border-color: var(--line-ink); }
.s-row__name {
  font-family: var(--display); font-weight: 400; text-transform: lowercase;
  font-size: clamp(20px, 2.2vw, 28px); line-height: 1.1;
}
.s-row__tag { color: var(--paper-soft); text-align: right; flex: 1 1 260px; }
body.socials .section--flip .s-row__tag { color: var(--ink-soft); }

/* ---------- proof / story ---------- */
.s-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
.s-shot {
  border: 1px solid var(--line-paper);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(245, 242, 234, 0.04);
  aspect-ratio: 9 / 16;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.s-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.s-shot__ph {
  font-family: var(--mono); font-size: 12px; text-align: center;
  color: rgba(245, 242, 234, 0.4); padding: 1rem; line-height: 1.6;
}
/* proof stats (stand in until real screenshots go in) */
.s-proof-grid--stats { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.s-stat {
  border: 1px solid var(--line-paper);
  border-radius: 16px;
  padding: clamp(22px, 2.6vw, 32px);
  background: rgba(245, 242, 234, 0.04);
  display: flex; flex-direction: column; gap: 0.6rem;
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
.s-stat__num {
  font-family: var(--display); font-weight: 400; text-transform: lowercase;
  font-size: clamp(30px, 3.4vw, 46px); line-height: 0.95;
  color: var(--sun);
  overflow-wrap: anywhere;
}
.s-stat__label { color: var(--paper-soft); line-height: 1.5; }
.s-stat--link:hover {
  border-color: var(--sun);
  background: rgba(255, 77, 0, 0.08);
  transform: translateY(-3px);
}
.s-stat--link .s-stat__num { font-size: clamp(20px, 2.1vw, 28px); }

.s-story { max-width: 62ch; }
.s-story p { color: var(--paper-soft); line-height: 1.7; margin-bottom: 1.1rem; }
.s-story strong { color: var(--paper); }
.s-link { color: var(--sun); text-decoration: none; border-bottom: 1px solid rgba(255,77,0,0.4); }
.s-link:hover { border-bottom-color: var(--sun); }
.s-handles { display: flex; gap: 1.4rem; margin-top: 1.6rem; flex-wrap: wrap; }
.s-handles a {
  color: var(--paper-soft); text-decoration: none;
  border-bottom: 1px solid var(--line-paper); padding-bottom: 2px;
}
.s-handles a:hover { color: var(--sun); border-bottom-color: var(--sun); }

/* ---------- sydney strip ---------- */
.s-syd { text-align: center; }
.s-syd__title {
  font-family: var(--display); font-weight: 400; text-transform: lowercase;
  font-size: clamp(40px, 7vw, 96px); line-height: 0.95; margin-bottom: 1.2rem;
}
.s-syd__sub { max-width: 54ch; margin: 0 auto; font-size: 1.08em; }

/* ---------- form ---------- */
.s-book { background: var(--sun); color: var(--ink); }
/* the form section is orange, so the eyebrow label cannot stay orange */
body.socials .s-book .section-label { color: var(--ink); opacity: 0.7; }
.s-book__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 84px); align-items: center;
}
.s-book .section-title { color: var(--ink); }
.s-book__sub { color: rgba(10, 10, 10, 0.8); max-width: 38ch; margin-bottom: 1.8rem; font-size: 1.06em; }
.s-book__ticks { list-style: none; display: grid; gap: 0.55rem; font-weight: 700; }
.s-book__ticks li { position: relative; padding-left: 1.7rem; opacity: 0.85; }
.s-book__ticks li::before {
  content: ""; position: absolute; left: 0; top: 0.16em;
  width: 0.82em; height: 0.82em; border-radius: 50%; background: var(--ink);
}

@media (max-width: 900px) {
  .s-compare { grid-template-columns: 1fr; }
  .s-book__grid { grid-template-columns: 1fr; gap: 2.6rem; }
}
@media (max-width: 620px) {
  .s-step { grid-template-columns: 52px 1fr; gap: 1rem; }
  .s-row__tag { text-align: left; }
}
