/* =====================  GSCOE THEME: LIGHT  ===================== */
:root{
    --bg:            #f5f9fd;
    --bg-soft:       #ffffff;
    --card:          #ffffff;
    --card-2:        #eff6fc;
    --text:          #17304d;
    --text-muted:    #5b7089;
    --heading:       #0d2440;
    --primary:       #0369a1;
    --primary-strong:#075985;
    --primary-soft:  #e0f2fe;
    --accent:        #0891b2;
    --border:        #dbe7f0;
    --shadow:        0 10px 30px rgba(13,42,76,.10);
    --header-bg:     rgba(255,255,255,.90);
    --hero-grad:     linear-gradient(180deg, rgba(8,28,48,.10) 0%, rgba(8,28,48,.72) 100%);
    --chip:          #e0f2fe;
    --glass-blur:    0px;}

/* ---- body surfaces ---- */
body{
  background: var(--bg);
  color: var(--text);
}
h1,h2,h3,h4,h5,h6{color:var(--heading)}
a{color:var(--primary)}
.site-header{background:var(--header-bg)}

/* ---- glass card treatment ---- */

/* ---- shapes: applies to every photo marked .photo-shape ---- */
.photo-shape{
  display:block;
  width:100%;
  object-fit:cover;
  aspect-ratio:4/3;
  border-radius:16px;
}

/* ---- smart theme extras ---- */
