/* ============================================================
   Solarma page supplement -- gammystudios.com/solarma/
   Loads AFTER ../styles.css and adds only what the shared field
   theme lacks. Everything else on the page reuses field-* and
   instrument-* classes from styles.css.
   ASCII only, no JavaScript, no inline styles (CSP style-src 'self').
   ============================================================ */

/* ---- [ A ] Hero: navy band, grid paper, product title ---- */

.sol-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(30px, 4vw, 62px);
  align-items: center;
  overflow: hidden;
  padding: clamp(64px, 8vw, 120px) clamp(24px, 6vw, 90px) clamp(100px, 11vw, 150px);
  color: var(--field-cream);
  background: var(--field-navy);
}

.sol-hero:before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .22;
  background-image: linear-gradient(rgba(242, 237, 223, .35) 1px, transparent 1px), linear-gradient(90deg, rgba(242, 237, 223, .35) 1px, transparent 1px);
  background-size: 47px 47px;
  pointer-events: none;
}

.sol-hero-copy,
.sol-hero-visual {
  position: relative;
  z-index: 1;
}

.sol-hero .solar-disc {
  color: var(--field-ink);
}

.sol-hero h1 {
  margin: 27px 0 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(68px, 9.5vw, 150px);
  font-weight: 400;
  line-height: .8;
  letter-spacing: -.06em;
}

.sol-tagline {
  margin: 20px 0 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: .9;
  letter-spacing: -.045em;
}

.sol-tagline em {
  color: var(--field-yellow);
  font-style: normal;
}

.sol-hero-intro {
  margin: 24px 0 0;
  max-width: 470px;
  color: #d2dce0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.sol-hero-visual .instrument-visual {
  border: 1px solid rgba(242, 237, 223, .5);
}

.sol-fig {
  margin: 14px 0 0;
  color: #9fb2bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

/* ---- [ B ] Field-notes ledger: instrument-list idiom, lighter rows ---- */

.sol-ledger {
  max-width: 1360px;
  margin: 70px auto 0;
  border-top: 2px solid var(--field-ink);
}

.sol-note {
  display: grid;
  grid-template-columns: 60px minmax(200px, .9fr) 1.4fr;
  gap: 25px;
  align-items: start;
  padding: 34px 0 38px;
  border-bottom: 2px solid var(--field-ink);
}

.sol-note-number {
  padding-top: 8px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 30px;
}

.sol-note-title p {
  margin: 0;
  color: #405c72;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.sol-note-title h3 {
  margin: 11px 0 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.05em;
}

.sol-note-title h3 em {
  color: var(--field-red);
  font-style: normal;
}

.sol-note-copy p {
  margin: 0;
  max-width: 620px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.sol-note-copy p + p {
  margin-top: 14px;
}

.sol-note-copy .sol-example {
  max-width: 620px;
  padding: 14px 16px;
  border: 1px solid var(--field-ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .01em;
}

.sol-note-copy .sol-example em {
  color: var(--field-red);
  font-style: normal;
}

/* ---- [ C ] Screens: navy band, field-phone idiom at product scale ---- */

.sol-screens {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 74px) clamp(90px, 11vw, 150px);
  color: var(--field-cream);
  background: var(--field-navy);
}

.sol-screens:before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .28;
  background-image: linear-gradient(rgba(242, 237, 223, .35) 1px, transparent 1px), linear-gradient(90deg, rgba(242, 237, 223, .35) 1px, transparent 1px);
  background-size: 39px 39px;
  pointer-events: none;
}

.sol-screens > * {
  position: relative;
  z-index: 1;
}

.sol-screens .instrument-heading h2 em {
  color: var(--field-yellow);
}

.sol-shots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(34px, 5vw, 72px);
  max-width: 1360px;
  margin: clamp(50px, 6vw, 80px) auto 0;
}

.sol-shots figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0;
}

.sol-shots figcaption {
  color: #9fb2bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

.sol-phone {
  width: min(282px, 80vw);
  padding: 13px 10px 19px;
  background: #172322;
  border: 2px solid #5c706d;
  border-radius: 33px;
  box-shadow: 14px 15px 0 var(--field-red);
}

.sol-phone > span {
  display: block;
  width: 44px;
  height: 4px;
  margin: 0 auto 9px;
  border-radius: 9px;
  background: #637c73;
}

.sol-phone img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 1920;
  object-fit: contain;
  background: #172322;
  border-radius: 21px;
}

.sol-shots figure:nth-child(1) .sol-phone { transform: rotate(-2deg); }
.sol-shots figure:nth-child(2) .sol-phone { transform: rotate(1.5deg); }
.sol-shots figure:nth-child(3) .sol-phone { transform: rotate(-1deg); }

/* ---- [ D ] Closing: keep the inline privacy link plain, not a block CTA ---- */

.field-closing p a {
  display: inline;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.field-closing p a:hover {
  color: var(--field-red);
  background: transparent;
}

/* ---- [ E ] Breakpoints: mirror the field theme's 900 / 560 collapses ---- */

@media (max-width: 900px) {
  .sol-hero { grid-template-columns: 1fr; gap: 40px; }
  .sol-hero-visual { max-width: 520px; }
  .sol-note { grid-template-columns: 50px 1fr; gap: 18px; }
  .sol-note-copy { grid-column: 2; }
}

@media (max-width: 560px) {
  .sol-hero { padding: 56px 22px 100px; }
  .sol-hero h1 { font-size: clamp(58px, 17vw, 92px); }
  .sol-tagline { font-size: clamp(22px, 6.5vw, 30px); }
  .sol-screens { padding-left: 22px; padding-right: 22px; }
  .sol-note { grid-template-columns: 36px 1fr; gap: 12px; padding: 26px 0 30px; }
  .sol-note-number { font-size: 24px; }
  .sol-note-copy { grid-column: 1 / 3; }
  .sol-note-title h3 { font-size: clamp(27px, 8vw, 36px); }
  .sol-shots { gap: 44px; }
}
/* ---- [ F ] Kicker sits on cream in the closing band: yellow is for navy ---- */

.field-closing .field-kicker {
  color: var(--field-ink);
}
