:root {
  /* Golden Light's own brand. Everything on this page reads --accent, so
     this is the whole of the recolour — the consultancy wordmark and the
     assistant keep their own colours by naming them directly. */
  --accent:        #B45309;
  --accent-hover:  #92400E;
  --accent-tint:   #FEF3E2;
  --accent-select: #FDE9C8;
}

/* =========================================================================
   The Golden Light landing page

   The design is the Product Owner's mock, "Golden Light Landing.dc.html":
   paper and gold on a cream ground, Instrument Serif over Karla, a device
   illustration each side of the fold, and a day drawn as a strip of light.

   The mock is a design-canvas file, so it carries its design as inline style
   attributes and paints its phone contents from a script. Neither can ship:
   the site's inline style budget is full (server/test-security.js) and the
   Content-Security-Policy is script-src 'self' with no inline exception. So
   the design lives here instead, and the page is plain markup.

   Everything is scoped to .gl-page, which only this page carries, so nothing
   here can reach the consultancy site or Bella.
   ========================================================================= */

.gl-page {
  /* The mock's palette, named once. */
  --gl-paper:      #FBF4E9;
  --gl-ink:        #2A2119;
  --gl-head:       #241C15;
  --gl-head-hover: #3C2F22;
  --gl-body:       #5B4C3D;
  --gl-muted:      #8A7A67;
  --gl-faint:      #A2907A;
  --gl-gold:       #A96A1C;
  --gl-gold-deep:  #7C4A0F;
  --gl-dot:        #C98A2E;
  --gl-rule:       #D9B575;
  --gl-line:       #EDDFC8;
  --gl-line-warm:  #EDDCC0;
  --gl-card:       #FFFDF8;
  --gl-panel:      #F5E9D6;
  --gl-panel-warm: #F3EADC;
  --gl-panel-line: #E7D9C0;

  --gl-serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --gl-sans:  Karla, system-ui, -apple-system, 'Segoe UI', sans-serif;

  background: var(--gl-paper);
  color: var(--gl-ink);
  font-family: var(--gl-sans);
  overflow-x: hidden;
}

.gl-page a { color: var(--gl-gold); }
.gl-page a:hover { color: var(--gl-gold-deep); }

/* The publisher's chrome, in the mock's colours. The wordmark keeps its own
   Tuscan Red: it is Creative Voice Lab's mark, not the product's. */
.gl-page .site-header.product-header {
  background: rgba(251, 244, 233, 0.92);
  border-bottom: 1px solid var(--gl-line);
}

.gl-page .nav-item { color: var(--gl-body); }
.gl-page .nav-item:hover { color: var(--gl-head); }

.gl-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

/* --- shared type ------------------------------------------------------- */

.gl-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gl-gold);
}

.gl-eyebrow--ruled { font-size: 13px; letter-spacing: 0.16em; }
.gl-eyebrow--muted { color: var(--gl-muted); }

.gl-rule {
  width: 26px;
  height: 1px;
  background: var(--gl-rule);
  flex: none;
}

.gl-h1 {
  margin: 0;
  font-family: var(--gl-serif);
  font-weight: 400;
  font-size: clamp(42px, 6.3vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--gl-head);
  text-wrap: pretty;
}

.gl-h2 {
  margin: 0;
  font-family: var(--gl-serif);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  color: var(--gl-head);
  text-wrap: pretty;
}

.gl-h2--panel { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; }
.gl-h2--close { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.06; }

.gl-h3 {
  margin: 0;
  font-family: var(--gl-serif);
  font-weight: 400;
  font-size: 27px;
  color: var(--gl-head);
}

.gl-lede {
  margin: 0;
  font-size: 19px;
  line-height: 1.65;
  color: var(--gl-body);
  text-wrap: pretty;
}

.gl-body {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--gl-body);
  max-width: 560px;
  text-wrap: pretty;
}

/* `.gl-page a` would otherwise win on specificity and leave the label gold
   on the dark pill, so the button names the anchor too. */
.gl-page a.gl-btn,
.gl-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gl-head);
  color: var(--gl-paper);
  padding: 17px 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background-color .12s linear;
}

.gl-page a.gl-btn:hover { background: var(--gl-head-hover); color: var(--gl-paper); }
.gl-btn-arrow { font-size: 18px; line-height: 1; }

/* --- hero -------------------------------------------------------------- */

.gl-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  align-items: center;
  padding: 96px 0 88px;
}

.gl-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 620px;
}

.gl-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}

.gl-cta-note {
  font-size: 14px;
  line-height: 1.55;
  color: var(--gl-muted);
  max-width: 250px;
}

/* The counter sits under the call to action, in the hero's own quiet type:
   a number the page states, not a claim it leans on. */
.gl-counter {
  margin: -10px 0 0;
  line-height: 1.35;
  color: var(--gl-muted);
}

.gl-counter strong {
  font-family: var(--gl-serif);
  font-weight: 400;
  font-size: 26px;
  color: var(--gl-head);
}

.gl-counter small { font-size: 13px; color: var(--gl-faint); }

/* --- the device illustrations ------------------------------------------ */

.gl-phone-frame {
  position: relative;
  width: 300px;
  height: 596px;
  border-radius: 46px;
  padding: 11px;
  justify-self: center;
  background: linear-gradient(160deg, #EBD9BC, #D8BE97);
  box-shadow: 0 40px 90px -40px rgba(80, 56, 26, 0.55);
}

.gl-phone-frame--day { box-shadow: 0 40px 90px -40px rgba(80, 56, 26, 0.5); }

.gl-phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gl-phone-screen--dusk {
  padding: 26px 22px;
  color: var(--gl-paper);
  background: linear-gradient(180deg, #241C15 0%, #4B3521 45%, #A96A1C 80%, #E3B268 100%);
}

.gl-phone-screen--day {
  padding: 26px 20px;
  gap: 18px;
  background: var(--gl-card);
}

.gl-phone-status {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(251, 244, 233, 0.72);
}

.gl-phone-status--day { color: var(--gl-faint); letter-spacing: 0; }

.gl-phone-label {
  margin: 42px 0 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251, 244, 233, 0.6);
}

.gl-phone-name {
  margin: 10px 0 0;
  font-family: var(--gl-serif);
  font-size: 30px;
  line-height: 1.15;
}

.gl-phone-time {
  margin: 18px 0 0;
  font-family: var(--gl-serif);
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.gl-phone-range {
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(251, 244, 233, 0.78);
}

.gl-phone-foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gl-phone-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(36, 28, 21, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.gl-phone-card-copy { display: flex; flex-direction: column; gap: 4px; }

.gl-phone-card-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(251, 244, 233, 0.65);
}

.gl-phone-card-text { font-size: 13px; color: rgba(251, 244, 233, 0.85); }

.gl-phone-card-value {
  font-family: var(--gl-serif);
  font-size: 40px;
  line-height: 0.9;
}

.gl-phone-bars { display: flex; gap: 6px; }

.gl-phone-bars span {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: rgba(251, 244, 233, 0.85);
}

.gl-phone-bars span:last-child { background: rgba(251, 244, 233, 0.3); }

/* --- sections ----------------------------------------------------------- */

.gl-section { padding: 72px 0 40px; }
.gl-section--ruled { border-top: 1px solid var(--gl-line); }
#weather.gl-section { padding: 80px 0; margin-top: 56px; }

.gl-split { display: grid; gap: 64px; align-items: start; }
.gl-split--intro { grid-template-columns: 0.9fr 1.1fr; }
.gl-split--sky { grid-template-columns: 1.05fr 0.95fr; gap: 72px; }
.gl-split--panel { grid-template-columns: 0.8fr 1.2fr; gap: 56px; }

.gl-split-head { display: flex; flex-direction: column; gap: 18px; }
.gl-sky-copy { display: flex; flex-direction: column; gap: 22px; }

/* --- the day, drawn ----------------------------------------------------- */

.gl-day {
  margin-top: 56px;
  padding: 34px 36px 26px;
  border-radius: 28px;
  background: var(--gl-panel);
  border: 1px solid var(--gl-line-warm);
}

.gl-day-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 26px;
}

.gl-day-now { font-size: 13px; color: var(--gl-muted); }

.gl-day-bar {
  position: relative;
  height: 108px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(90deg, #2A2119 0%, #3A2A1C 18%, #C98A2E 27%, #F0DDBB 34%, #FBF4E9 50%, #F0DDBB 68%, #C98A2E 76%, #3A2A1C 86%, #2A2119 100%);
}

.gl-day-veil { position: absolute; inset: 0; background: rgba(251, 244, 233, 0.06); }

/* The two windows, as the light itself: an example day in London, so the
   positions are the share of the day each window covers. */
.gl-day-glow {
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 214, 140, 0), rgba(255, 224, 166, 0.85), rgba(255, 214, 140, 0));
  animation: glGlowPulse 6s ease-in-out infinite;
}

.gl-day-glow--morning { left: 27.2%; width: 2.9%; }
.gl-day-glow--evening { left: 77.4%; width: 2.9%; }

.gl-day-marker {
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 69.6%;
  width: 2px;
  background: var(--gl-paper);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.8);
}

@keyframes glGlowPulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 0.95; }
}

@media (prefers-reduced-motion: reduce) {
  .gl-day-glow { animation: none; opacity: 0.8; }
}

.gl-day-scale {
  position: relative;
  height: 74px;
  margin-top: 10px;
  font-size: 13px;
  color: #6B5B49;
}

.gl-day-tick { position: absolute; color: var(--gl-muted); }
.gl-day-tick--start { left: 0; }
.gl-day-tick--mid { left: 50%; transform: translateX(-50%); }
.gl-day-tick--end { right: 0; }

.gl-day-window {
  position: absolute;
  top: 26px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}

.gl-day-window--morning { left: 28.6%; }
.gl-day-window--evening { left: 78.8%; }
.gl-day-window-name { font-weight: 600; color: var(--gl-head-hover); }
.gl-day-window-range { color: var(--gl-muted); }

/* --- cards and lists ---------------------------------------------------- */

.gl-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 32px;
}

.gl-card {
  padding: 30px 32px;
  border-radius: 22px;
  background: var(--gl-card);
  border: 1px solid var(--gl-line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gl-card-text { margin: 0; font-size: 16px; line-height: 1.65; color: var(--gl-body); }

.gl-note-centred {
  margin: 30px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--gl-muted);
  text-wrap: pretty;
}

.gl-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 14px;
}

.gl-list-block { display: flex; flex-direction: column; gap: 14px; }

.gl-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--gl-body);
}

.gl-list li { display: flex; gap: 10px; }
.gl-bullet { color: var(--gl-dot); }
.gl-list-block--muted .gl-list { color: var(--gl-muted); }
.gl-list-block--muted .gl-bullet { color: var(--gl-muted); }

.gl-quote {
  margin: 10px 0 0;
  padding-left: 18px;
  border-left: 2px solid #E3C892;
  font-size: 16px;
  line-height: 1.7;
  color: var(--gl-body);
  text-wrap: pretty;
}

/* --- the week ahead ----------------------------------------------------- */

.gl-week-title {
  margin: 0;
  font-family: var(--gl-serif);
  font-size: 26px;
  line-height: 1.15;
  color: var(--gl-head);
}

.gl-week {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.gl-week-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 14px;
  background: #F7EDDD;
}

.gl-week-day { width: 34px; font-size: 13px; font-weight: 600; color: var(--gl-head-hover); }
.gl-week-time { width: 46px; font-size: 13px; color: var(--gl-muted); }

.gl-week-track {
  flex: 1;
  height: 6px;
  border-radius: 6px;
  background: #E7D6BC;
  overflow: hidden;
}

/* Length of the window, not a rating of it. */
.gl-week-bar {
  display: block;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #E0AE5E, #B8762A);
  width: 82%;
}

.gl-week-row:nth-child(3) .gl-week-bar,
.gl-week-row:nth-child(4) .gl-week-bar { width: 80%; }
.gl-week-row:nth-child(5) .gl-week-bar,
.gl-week-row:nth-child(6) .gl-week-bar { width: 78%; }
.gl-week-row:nth-child(7) .gl-week-bar { width: 76%; }

.gl-week-len { width: 30px; text-align: right; font-size: 13px; font-weight: 600; color: var(--gl-gold); }

.gl-week-foot {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.55;
  color: var(--gl-faint);
}

/* --- the panel and the close -------------------------------------------- */

.gl-panel {
  margin-top: 56px;
  padding: 64px 44px;
  border-radius: 28px;
  background: var(--gl-panel-warm);
  border: 1px solid var(--gl-panel-line);
}

.gl-panel-copy {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--gl-body);
}

.gl-panel-copy p { margin: 0; text-wrap: pretty; }
.gl-panel-copy strong { font-weight: 600; color: var(--gl-head); }
.gl-panel-note { color: var(--gl-muted); }

.gl-close {
  padding: 92px 0 76px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 72px;
  align-items: center;
}

.gl-close-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 560px;
}

.gl-close-cta { margin: 6px 0 0; }

.gl-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 30px;
  border-radius: 24px;
  background: var(--gl-card);
  border: 1px solid var(--gl-line);
}

.gl-qr-code {
  display: block;
  width: 148px;
  height: 148px;
  border-radius: 12px;
  background: var(--gl-paper);
}

.gl-qr-note {
  margin: 0;
  max-width: 190px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: var(--gl-muted);
}

/* --- the foot ----------------------------------------------------------- */

.gl-page .site-footer {
  background: var(--gl-paper);
  border-top: 1px solid var(--gl-line);
  color: var(--gl-faint);
  padding: 0;
}

.gl-footer-bar {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 40px 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: 13px;
}

.gl-page .gl-footer-link { color: var(--gl-muted); }
.gl-page .gl-footer-link:hover { color: var(--gl-gold-deep); }

/* --- narrower screens ---------------------------------------------------- */

@media (max-width: 1040px) {
  .gl-shell { padding: 0 28px; }
  .gl-hero { grid-template-columns: 1fr; gap: 48px; padding: 64px 0 56px; }
  .gl-split--intro,
  .gl-split--sky,
  .gl-split--panel { grid-template-columns: 1fr; gap: 40px; }
  .gl-close { grid-template-columns: 1fr; gap: 44px; padding: 72px 0 56px; }
  .gl-qr { align-self: start; max-width: 300px; }
  #weather.gl-section { padding: 64px 0; margin-top: 40px; }
  .gl-footer-bar { padding: 26px 28px 40px; }
}

@media (max-width: 720px) {
  .gl-shell { padding: 0 20px; }
  .gl-cards,
  .gl-lists { grid-template-columns: 1fr; }
  .gl-day { padding: 24px 20px 20px; }
  .gl-day-bar { height: 84px; }
  .gl-day-scale { height: 104px; font-size: 12px; }
  .gl-day-window { width: 124px; font-size: 11.5px; line-height: 1.35; }
  .gl-day-window--morning { left: 24%; }
  .gl-day-window--evening { left: 76%; }
  .gl-panel { padding: 40px 24px; }
  .gl-card { padding: 24px 22px; }
  .gl-phone-frame { width: 100%; max-width: 300px; }
  .gl-counter { margin-top: -4px; }
  .gl-footer-bar { padding: 24px 20px 36px; }
}
