/* ============================================================
   Julie Metz — modern refresh
   Keeps the original cream + gold palette and the logo header;
   restyles the existing structure for a cleaner, modern layout.
   Loaded after each page's inline CSS so it overrides it.
   ============================================================ */

:root {
  --cream:      #fbf6e9;
  --paper:      #fffdf6;
  --panel:      #fbf7ec;
  --line:       #e7dcc0;
  --gold:       #b29649;
  --gold-dark:  #8a7331;
  --gold-soft:  #d8c48a;
  --ink:        #2c2b27;
  --muted:      #6f6a5c;
  --blue:       #2f437a;   /* echoes the logo lettering */
  --blue-link:  #34528f;
  --shadow:     0 10px 30px rgba(75, 62, 27, .10);
  --shadow-sm:  0 3px 10px rgba(75, 62, 27, .10);
}

/* ---------- base ---------- */
body.twoColElsLtHdr {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  color: var(--ink);
  line-height: 1.65;
  background-image: none !important;
  background-color: #f3ecd8 !important;
  background:
    radial-gradient(1200px 600px at 50% -10%, #fbf6e9 0%, #efe6cf 55%, #e9dfc4 100%) fixed !important;
  padding: 32px 18px !important;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased;
}

/* ---------- container / card ---------- */
.twoColElsLtHdr #container {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  background: var(--paper) !important;
  border: 1px solid var(--line) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow) !important;
  overflow: hidden;
}

/* ---------- header (keeps the logo image) ---------- */
.twoColElsLtHdr #header {
  position: relative;
  height: 150px !important;
  background-image: url(images/jules_entertainment10.png) !important;
  background-repeat: no-repeat !important;
  background-position: 28px center !important;
  background-size: auto 74% !important;
  border-bottom: 1px solid var(--line) !important;
  box-shadow: inset 0 -3px 0 0 var(--gold-soft);
  background-color: #fffdf7 !important;
}
.twoColElsLtHdr #header a.jm-logo-link {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* ---------- sidebar nav ---------- */
.twoColElsLtHdr #sidebar1 {
  float: left !important;
  width: 210px !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 28px 18px 28px 22px !important;
  background: linear-gradient(180deg, #fbf7ec, #f6efdc) !important;
  border-right: 1px solid var(--line);
}
.twoColElsLtHdr #sidebar1 table,
.twoColElsLtHdr #sidebar1 tbody,
.twoColElsLtHdr #sidebar1 tr,
.twoColElsLtHdr #sidebar1 td {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
}
.twoColElsLtHdr #sidebar1 td { margin: 0 0 9px 0 !important; }
.twoColElsLtHdr #sidebar1 a {
  display: block;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.twoColElsLtHdr #sidebar1 a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
}
.twoColElsLtHdr #sidebar1 a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(75, 62, 27, .20);
  filter: saturate(1.05);
}
.twoColElsLtHdr #sidebar1 p { text-align: center; }
.twoColElsLtHdr #sidebar1 img[src*="violin_pict"] {
  margin-top: 22px !important;
  width: 78% !important;
  height: auto !important;
  opacity: .9;
  filter: drop-shadow(0 4px 8px rgba(75,62,27,.18));
}

/* ---------- main content ---------- */
.twoColElsLtHdr #mainContent {
  margin: 0 !important;
  padding: 40px 46px 48px !important;
  overflow: hidden;                 /* contain floats */
  text-align: left !important;
}

/* neutralize the old fixed table dimensions used for layout */
.twoColElsLtHdr #mainContent table {
  width: auto !important;
  max-width: 880px !important;      /* comfortable reading / content column */
  height: auto !important;
  margin: 0 auto !important;
  border-collapse: collapse;
  float: none !important;
}
.twoColElsLtHdr #mainContent td {
  width: auto !important;
  height: auto !important;
  vertical-align: top;
}

/* typography */
.twoColElsLtHdr #mainContent,
.twoColElsLtHdr #mainContent p,
.twoColElsLtHdr #mainContent td,
.twoColElsLtHdr #mainContent span,
.twoColElsLtHdr #mainContent font,
.twoColElsLtHdr #mainContent li,
.twoColElsLtHdr #mainContent div {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif !important;
  color: var(--ink);
}
.twoColElsLtHdr #mainContent p {
  font-size: 16px !important;
  line-height: 1.72 !important;
  margin: 0 0 16px 0 !important;
  text-align: left !important;
}
.twoColElsLtHdr #mainContent h1,
.twoColElsLtHdr #mainContent h2,
.twoColElsLtHdr #mainContent h3,
.twoColElsLtHdr #mainContent h2 span.style18,
.twoColElsLtHdr #mainContent span.style11 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  color: var(--blue) !important;
  font-weight: 600 !important;
  letter-spacing: .2px;
  line-height: 1.2;
}
.twoColElsLtHdr #mainContent h1 { font-size: 2.4rem !important; margin: 0 0 .4em !important; }
.twoColElsLtHdr #mainContent h2 { font-size: 1.9rem !important; margin: 0 0 .4em !important; }
.twoColElsLtHdr #mainContent h2 span.style18 { font-size: 2.1rem !important; }
.twoColElsLtHdr #mainContent span.style11 { font-size: 1.6rem !important; display: inline-block; margin-bottom: .3em; }

/* links */
.twoColElsLtHdr #mainContent a {
  color: var(--blue-link) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--gold-soft);
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}
.twoColElsLtHdr #mainContent a:hover {
  color: var(--gold-dark) !important;
  border-bottom-color: var(--gold-dark);
}

/* content images: soften + make responsive */
.twoColElsLtHdr #mainContent img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
/* the biography portrait floats nicely */
.twoColElsLtHdr #mainContent img[src*="juliebio"] {
  float: left;
  margin: 4px 26px 14px 0 !important;
  border: 4px solid #fff;
}
/* title-strip PNGs (resume/articles/lectures headings) shouldn't get a card look */
.twoColElsLtHdr #mainContent img[src*="_title"],
.twoColElsLtHdr #mainContent img[src*="titrle"],
.twoColElsLtHdr #mainContent img[src*="resume_title"] {
  box-shadow: none;
  border-radius: 0;
}

/* lists of links → tidy, roomy */
.twoColElsLtHdr #mainContent ul { padding-left: 1.1em; }
.twoColElsLtHdr #mainContent li { margin: .35em 0; }

/* slideshow frame on the home page */
.twoColElsLtHdr #fadeshow1,
.twoColElsLtHdr #fadeshow1 .gallerylayer {
  background: #fdf7e6 !important;   /* matches the cream matte baked into the slides */
}
.twoColElsLtHdr #fadeshow1 {
  border-radius: 12px;
  box-shadow: var(--shadow);
}

/* the three home-page thumbnails as a neat card column */
.twoColElsLtHdr #mainContent img[usemap],
.twoColElsLtHdr #mainContent a img[src*="strings_r_us"],
.twoColElsLtHdr #mainContent img[src*="side_pict"] {
  border-radius: 12px;
}

/* embedded Flash placeholders (dead in modern browsers) get a gentle frame */
.twoColElsLtHdr #mainContent embed {
  border-radius: 10px;
  background: #efe7d2;
  box-shadow: var(--shadow-sm);
}

/* ---------- footer ---------- */
.twoColElsLtHdr #footer {
  clear: both;
  background: var(--paper) !important;
  border-top: 1px solid var(--line) !important;
  padding: 22px 20px !important;
  text-align: center !important;
}
.twoColElsLtHdr #footer p,
.twoColElsLtHdr #footer .style1 {
  color: var(--muted) !important;
  font-size: 13px !important;
  font-family: "Inter", sans-serif !important;
  margin: 0 !important;
  line-height: 1.7;
}
.twoColElsLtHdr #footer a {
  color: var(--gold-dark) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--gold-soft);
}
.twoColElsLtHdr #footer img[src*="vcss"] { display: none; }   /* hide the old W3C badge */

/* ---------- responsive ---------- */
@media (max-width: 820px) {
  body.twoColElsLtHdr { padding: 14px 10px !important; }
  .twoColElsLtHdr #container { border-radius: 12px !important; }
  .twoColElsLtHdr #header {
    height: 104px !important;
    background-position: center !important;
    background-size: auto 58% !important;
  }
  .twoColElsLtHdr #sidebar1 {
    float: none !important;
    width: 100% !important;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 16px !important;
  }
  .twoColElsLtHdr #sidebar1 table { max-width: 340px; margin: 0 auto !important; }
  .twoColElsLtHdr #sidebar1 a { max-width: 300px; }
  .twoColElsLtHdr #sidebar1 img[src*="violin_pict"] { display: none !important; }
  .twoColElsLtHdr #mainContent { padding: 24px 20px 30px !important; }
  .twoColElsLtHdr #mainContent img[src*="juliebio"] { float: none; display: block; margin: 0 auto 16px !important; }
  .twoColElsLtHdr #mainContent h1 { font-size: 2rem !important; }
}

/* ================= modern content components ================= */
.twoColElsLtHdr #mainContent .jm { max-width: 1000px; margin: 0 auto; text-align: left; }
.twoColElsLtHdr #mainContent .jm-pagehead { text-align:center; margin:0 0 4px; }
.twoColElsLtHdr #mainContent .jm-pagehead img { box-shadow:none !important; border-radius:0 !important; max-width:78% !important; }
.twoColElsLtHdr #mainContent .jm-title { font-family:"Cormorant Garamond",serif; color:var(--blue); font-size:2.6rem; text-align:center; margin:0 0 .05em; font-weight:600; letter-spacing:.3px; }
.twoColElsLtHdr #mainContent .jm-lead { text-align:center; color:var(--muted); font-size:1.05rem; max-width:62ch; margin:0 auto 26px; }
.twoColElsLtHdr #mainContent .jm-rule { width:64px; height:3px; background:var(--gold-soft); border-radius:3px; margin:12px auto 28px; }

.twoColElsLtHdr #mainContent .jm-grid { display:grid; gap:16px; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); }
.twoColElsLtHdr #mainContent .jm-grid.two { grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); }

.twoColElsLtHdr #mainContent a.jm-card { display:flex; flex-direction:column; gap:6px; background:var(--panel);
  border:1px solid var(--line) !important; border-radius:14px; padding:20px 22px; box-shadow:var(--shadow-sm);
  text-decoration:none !important; transition:transform .16s,box-shadow .16s,border-color .16s; }
.twoColElsLtHdr #mainContent a.jm-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); border-color:var(--gold-soft) !important; }
.twoColElsLtHdr #mainContent .jm-kicker { font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color:var(--gold-dark); font-weight:600; }
.twoColElsLtHdr #mainContent a.jm-card h3 { font-family:"Cormorant Garamond",serif; color:var(--blue) !important; font-size:1.4rem; margin:0; font-weight:600; line-height:1.2; }
.twoColElsLtHdr #mainContent .jm-more { margin-top:auto; color:var(--gold-dark); font-weight:600; font-size:.85rem; }

.twoColElsLtHdr #mainContent .jm-tracks { display:grid; gap:10px; grid-template-columns:repeat(auto-fill,minmax(330px,1fr)); }
.twoColElsLtHdr #mainContent a.jm-track { display:flex; align-items:center; gap:13px; padding:11px 15px; background:var(--panel);
  border:1px solid var(--line) !important; border-radius:11px; text-decoration:none !important; color:var(--ink) !important;
  transition:background .15s,border-color .15s,transform .15s; }
.twoColElsLtHdr #mainContent a.jm-track:hover { background:#fff; border-color:var(--gold-soft) !important; transform:translateX(2px); }
.twoColElsLtHdr #mainContent a.jm-track .ic { flex:0 0 32px; width:32px; height:32px; border-radius:50%; display:grid; place-items:center; background:var(--blue); color:#fff !important; font-size:.72rem; font-weight:600; }
.twoColElsLtHdr #mainContent a.jm-track span.t { font-size:.92rem; line-height:1.3; }

.twoColElsLtHdr #mainContent .jm-flyer { background:linear-gradient(180deg,#fbf7ec,#f4ecd6); border:1px solid var(--line);
  border-radius:18px; padding:34px; box-shadow:var(--shadow-sm); display:flex; justify-content:center; }
.twoColElsLtHdr #mainContent .jm-flyer img { border:7px solid #fff !important; border-radius:8px !important; box-shadow:var(--shadow) !important; max-width:100% !important; height:auto !important; }

.twoColElsLtHdr #mainContent .jm-eduhero { text-align:center; margin-bottom:8px; }
.twoColElsLtHdr #mainContent .jm-eduhero img { border-radius:14px !important; box-shadow:var(--shadow) !important; border:6px solid #fff; }

.twoColElsLtHdr #mainContent .jm-contact { display:flex; flex-wrap:wrap; gap:34px; align-items:center; justify-content:center;
  background:var(--panel); border:1px solid var(--line); border-radius:18px; padding:34px; box-shadow:var(--shadow-sm); max-width:760px; margin:0 auto; }
.twoColElsLtHdr #mainContent .jm-contact img.portrait { max-width:190px !important; border-radius:12px !important; box-shadow:var(--shadow-sm); border:0; }
.twoColElsLtHdr #mainContent .jm-contact .info { text-align:left; }
.twoColElsLtHdr #mainContent .jm-contact .info .nm { font-family:"Cormorant Garamond",serif; color:var(--blue); font-size:2rem; margin:0 0 10px; line-height:1.1; }
.twoColElsLtHdr #mainContent .jm-contact .info .row { margin:5px 0; font-size:1.08rem; }
.twoColElsLtHdr #mainContent .jm-contact .info .fb { display:inline-flex; align-items:center; gap:9px; margin-top:14px; font-weight:600; color:var(--gold-dark) !important; }
.twoColElsLtHdr #mainContent .jm-contact .info .fb img { box-shadow:none !important; border-radius:5px !important; }

@media (max-width:820px){
  .twoColElsLtHdr #mainContent .jm-title{font-size:2.1rem;}
  .twoColElsLtHdr #mainContent .jm-flyer{padding:18px;}
  .twoColElsLtHdr #mainContent .jm-contact{padding:24px;}
}

/* home page: gap between the three thumbnail images */
.twoColElsLtHdr #mainContent table.jm-thumbcol td {
  padding-bottom: 14px !important;
}
.twoColElsLtHdr #mainContent table.jm-thumbcol tr:last-child td {
  padding-bottom: 0 !important;
}
