
:root{
  --bg:#f6f1eb;
  --surface:#ffffff;
  --surface-2:#f4ece3;
  --line:#dccfc0;
  --text:#2d221e;
  --muted:#6f5f56;
  --accent:#a04636;
  --accent-dark:#8d3a2b;
  --shadow:0 16px 34px rgba(56,36,26,.08);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left,#fff4eb 0,transparent 24%),
    radial-gradient(circle at top right,#fff6e8 0,transparent 18%),
    var(--bg);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 28px),var(--max));margin:0 auto}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(246,241,235,.94);
  border-bottom:1px solid var(--line);
}
.header-inner{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.brand-badge{
  width:42px;height:42px;border-radius:14px;
  background:linear-gradient(135deg,var(--accent),#c35e48);
  color:#fff;
  display:grid;place-items:center;
  font-weight:700;font-size:.95rem;
  box-shadow:var(--shadow);
  flex:0 0 auto;
}
.brand-copy strong{
  display:block;
  font-size:1rem;
  line-height:1.05;
}
.brand-copy span{
  display:block;
  color:var(--muted);
  font-size:.83rem;
  margin-top:2px;
}
.site-nav{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.site-nav a{
  color:var(--muted);
  font-weight:700;
  padding:8px 0;
  border-bottom:2px solid transparent;
  font-size:.95rem;
}
.site-nav a:hover,.site-nav a.active{
  color:var(--accent);
  border-color:var(--accent);
}
.nav-toggle{
  display:none;
  width:44px;height:44px;border-radius:12px;
  border:1px solid var(--line);
  background:#fff;
  padding:0;
}
.nav-toggle span{
  display:block;width:20px;height:2px;background:var(--text);margin:4px auto;
}

.hero{padding:24px 0 18px}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:18px;
  align-items:stretch;
}

h1,h2,h3{margin:0 0 10px;line-height:1.1}
h1{font-size:clamp(1.78rem,3.8vw,3.05rem)}
h2{font-size:clamp(1.56rem,3vw,2.45rem)}
h3{font-size:1.16rem}
p{margin:0 0 12px;color:var(--muted)}
.lead{font-size:1.01rem}
.button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:42px;padding:0 16px;border-radius:999px;font-weight:700;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}
.button-primary{background:var(--accent);color:#fff}




.hero-copy,
.panel,
.card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.hero-copy{padding:18px}
.hero-card{
  position:relative;
  overflow:hidden;
  min-height:468px;
  border:.5px solid rgba(220,207,192,.65);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  background:
    linear-gradient(180deg,#edd9cf 0%, #efdcd2 100%);
}
.hero-card::before,
.hero-card::after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.46);
  filter:blur(.2px);
}
.hero-card::before{width:110px;height:110px;left:20px;top:24px}
.hero-card::after{width:88px;height:88px;right:26px;top:42px;background:rgba(255,255,255,.36)}
.hero-art{
  position:absolute;inset:0;
}
.hero-figure{
  position:absolute;left:0;right:0;top:0;bottom:0;
  display:flex;align-items:flex-end;justify-content:center;
}
.figure-stage{
  width:100%;
  max-width:470px;
  height:100%;
  position:relative;
}
.figure-stage .arch{
  position:absolute;left:12%;right:12%;top:13%;bottom:10%;
  border-radius:28px 28px 18px 18px;
  background:linear-gradient(180deg,#f8f4ef 0%, #f7f0e8 100%);
  border:1px solid rgba(218,204,190,.95);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.figure-stage .arch:before{
  content:"";
  position:absolute;left:-22px;right:-22px;bottom:-16px;height:110px;
  border-radius:22px;
  background:#f8f5f0;
  border:1px solid rgba(218,204,190,.85);
}
.figure-stage .arch:after{
  content:"";
  position:absolute;left:10%;right:10%;bottom:0;height:22%;
  border-radius:24px 24px 0 0;
  background:linear-gradient(180deg,#dfc288 0%, #cca062 100%);
  opacity:.22;
}
.figure-stage .dancers{
  position:absolute;left:14%;right:14%;bottom:14%;
  display:flex;justify-content:center;align-items:flex-end;gap:12px;
}
.dancer{
  width:21%;
  min-width:62px;max-width:105px;
  filter:drop-shadow(0 8px 15px rgba(53,32,24,.12));
}
.dancer .head{
  width:34%;aspect-ratio:1;border-radius:50%;
  background:#e7bf9a;margin:0 auto -5px;position:relative;z-index:2;
}
.dancer .body{
  height:110px;border-radius:18px 18px 14px 14px;position:relative;
  background:var(--dress,#b14c3e);
  border:3px solid rgba(255,255,255,.46);
}
.dancer .body:before,.dancer .body:after{
  content:"";position:absolute;top:23px;width:16px;height:62px;border-radius:14px;
  background:var(--sleeve,#d6b25e);
}
.dancer .body:before{left:-8px;transform:rotate(14deg)}
.dancer .body:after{right:-8px;transform:rotate(-14deg)}
.dancer .trim{
  position:absolute;left:10%;right:10%;top:13px;height:16px;border-radius:999px;
  background:rgba(255,255,255,.82);
}
.dancer .skirt{
  position:absolute;left:8%;right:8%;bottom:9px;height:36px;border-radius:14px;
  background:rgba(255,255,255,.14);
  border-top:2px dashed rgba(255,255,255,.55);
}

.section{padding:22px 0 30px}
.section-head{margin-bottom:14px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card,.panel{padding:18px}
.card h3,.panel h3{margin-bottom:8px}
.list{margin:10px 0 0;padding-left:18px;color:var(--muted)}
.list li{margin-bottom:7px}
.split{
  display:grid;grid-template-columns:1fr;gap:16px;align-items:start;
}
.tag{
  display:inline-block;padding:5px 9px;border-radius:999px;background:var(--surface-2);
  color:var(--text);font-weight:700;font-size:.82rem;margin-bottom:8px;
}
.callout{
  padding:14px;border-radius:18px;background:#fff7f0;border:1px solid #edd8c8;margin-top:10px;
}
.meta{font-size:.92rem}
.site-footer{
  border-top:1px solid var(--line);
  background:#f5eee6;
  padding:20px 0 30px;
}
.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-nav{display:flex;gap:14px;flex-wrap:wrap}
.footer-nav a{color:var(--muted);font-weight:700}
.social-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.social-links a{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:34px;padding:0 12px;border-radius:999px;background:#fff;border:1px solid var(--line);
  color:var(--muted);font-weight:700;font-size:.9rem;
}
.social-icon{
  width:18px;height:18px;display:inline-block;flex:0 0 auto;
}
.social-icon svg{width:100%;height:100%;display:block;fill:currentColor}

.page-hero{padding:24px 0 12px}
.page-panel{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:18px;
}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.video-card{
  background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;
  box-shadow:var(--shadow);
}
.video-thumb{
  display:block;position:relative;aspect-ratio:16/9;background:#ddd;overflow:hidden;
}
.video-thumb img{width:100%;height:100%;object-fit:cover}
.video-thumb:after{
  content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:64px;height:64px;border-radius:50%;display:grid;place-items:center;
  background:rgba(159,61,49,.92);color:#fff;font-size:1.65rem;
}
.video-copy{padding:14px}
.small-button{
  display:inline-flex;align-items:center;justify-content:center;min-height:36px;
  padding:0 12px;border-radius:999px;background:var(--accent);color:#fff;font-weight:700;font-size:.9rem;
}
hr.soft{border:none;border-top:1px solid var(--line);margin:14px 0}

@media (max-width: 920px){
  .hero-grid,.grid-2,.grid-3,.video-grid{grid-template-columns:1fr}
  .site-nav{
    position:absolute;top:72px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;
    gap:0;padding:10px 14px 14px;background:rgba(246,241,235,.98);border-bottom:1px solid var(--line);
  }
  .site-nav.open{display:flex}
  .site-nav a{width:100%;padding:10px 0;border-bottom:1px solid rgba(220,207,192,.7)}
  .nav-toggle{display:block}
}
@media (max-width: 640px){
  .hero{padding-top:18px}
  .hero-copy,.page-panel,.card,.panel{padding:16px}
  .hero-card{min-height:350px}
  .dancer .body{height:94px}
  .brand-copy strong{font-size:.94rem}
  .brand-copy span{font-size:.78rem}
}



.social-links a {
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff;
  border:1px solid var(--line);
  color:var(--muted);
  transition:all .25s ease;
  position:relative;
  overflow:hidden;
}
.social-links svg {
  width:18px;
  height:18px;
  fill:currentColor;
  position:relative;
  z-index:1;
}
.social-links a:hover {
  transform:translateY(-4px);
  box-shadow:0 10px 20px rgba(0,0,0,.08);
}
.social-links a::before {
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:50%;
  opacity:0;
  transition:opacity .25s ease;
}
.social-links a[aria-label="Instagram"]::before {
  background:radial-gradient(circle at 30% 30%, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.social-links a[aria-label="Facebook"]::before {
  background:radial-gradient(circle, rgba(24,119,242,0.35), rgba(24,119,242,0));
}
.social-links a[aria-label="X"]::before {
  background:radial-gradient(circle, rgba(0,0,0,0.25), rgba(0,0,0,0));
}
.social-links a:hover::before {
  opacity:1;
}
.social-links a[aria-label="Instagram"]:hover { color:#E1306C; }
.social-links a[aria-label="Facebook"]:hover { color:#1877F2; }
.social-links a[aria-label="X"]:hover { color:#000; }



/* Ultra-wide readability (only on very large screens) */
@media (min-width: 1400px) {
  .page-panel p:not(.lead) {
    max-width: 85ch;
    margin-left: auto;
    margin-right: auto;
  }
}


.map-wrap{
  margin:14px 0 18px;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.map-wrap iframe{
  display:block;
  width:100%;
  height:320px;
  border:0;
}

.table-wrap{overflow-x:auto}
.data-table{width:100%;border-collapse:collapse;font-size:.95rem}
.data-table th,.data-table td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left}
.data-table thead{background:#fafafa}
.data-table tfoot{font-weight:700}


.table-wrap{overflow-x:auto}
.data-table{width:100%;border-collapse:collapse;font-size:.95rem}
.data-table th,.data-table td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left}
.data-table thead{background:#faf7f2}
.data-table tfoot th{font-weight:700}





}

.card img{
  width:100%;
  border-radius:12px;
  margin-bottom:10px;
  display:block;
}

}



/* Fix logo squish specifically (restore natural proportions) */


/* Homepage specific fix */
.index 


}


}



/* prevent stacking bug */
.site-header 


/* Homepage hero image: guaranteed visible */
.hero-image{
  margin: 0 0 18px 0;
  display:block !important;
}
.hero-image img{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  border-radius:16px;
}


/* Homepage: use the real hero image instead of illustration */




/* Keep homepage logo aligned inline with text */
.site-header 






/* Square homepage hero image */




/* Resume page */
.table-wrap{overflow-x:auto}
.data-table{width:100%;border-collapse:collapse;font-size:.95rem}
.data-table th,.data-table td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left}
.data-table thead{background:#faf7f2}
.data-table tfoot th{font-weight:700}











@media (max-width: 900px){
  
}



/* If title is overlay-style, push it off image */
.dance-card .dance-title,
.dance-card .title{
  margin-top: 10px !important;
  position: relative;
}



/* Remove decorative white circles from hero area */
.hero::before,
.hero::after,
.hero-card::before,
.hero-card::after,
.hero-photo-card::before,
.hero-photo-card::after,
.hero-image::before,
.hero-image::after {
  display: none !important;
  content: none !important;
}






/* ensure entries distribute evenly */


/* optional: slightly reduce spacing to tighten layout */


/* Clean consolidated overrides */

/* Eyebrow */


/* Header brand alignment */
a.brand,
.brand{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:12px;
  flex-wrap:nowrap;
  text-decoration:none;
}

.brand-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1.15;
}
.brand-copy strong{
  font-size:1.05rem;
}
.brand-copy span{
  font-size:.85rem;
  opacity:.85;
}

/* Hero image */
.hero-photo-card{
  aspect-ratio:1 / 1;
  min-height:0;
  padding:0;
  overflow:hidden;
}
.hero-photo-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:22px;
}

/* Remove decorative overlays from hero */
.hero::before,
.hero::after,
.hero-card::before,
.hero-card::after,
.hero-photo-card::before,
.hero-photo-card::after,
.hero-image::before,
.hero-image::after{
  display:none !important;
  content:none !important;
}

/* Paragraph width reset */
.page-panel p,
.page-panel .lead,
.hero-copy p,
.card p{
  max-width:none !important;
}

/* Buttons */
.button-secondary{
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.button-secondary:hover{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}
.button-primary:hover{
  transform:none;
  box-shadow:none;
}

/* Practices map link */
a[href*="goo.gl/maps"]{
  color:var(--accent) !important;
  font-weight:600;
}
a[href*="goo.gl/maps"]:hover{
  color:var(--accent-dark);
  text-decoration:underline;
}

/* Dances spacing */
.dance-card img{
  display:block;
  margin-bottom:26px !important;
}
.dance-card h3{
  margin-top:16px !important;
}



/* Restore eyebrow exact color (v110 match) */



/* Restore eyebrow exact color (v110 match) */



/* Logo rounded corners restored */
.brand-logo{
  height:42px;
  width:auto;
  display:block;
  max-width:none;
  flex-shrink:0;
  border-radius:12px;
}


/* Restore eyebrow spacing (v110 match) */


.page-panel .eyebrow + h1{
  margin-top:0 !important;
}

.page-panel h1{
  margin-top:0;
}


/* Eyebrow spacing (balanced like v110) */


.page-panel .eyebrow + h1{
  margin-top:0;
}


/* Eyebrow color restored to v110 */



/* Restored exact eyebrow rule from v110 */
.eyebrow{
  display:inline-flex;
  align-items:center;
  padding:6px 11px;
  border-radius:999px;
  background:#f8ece4;
  color:var(--accent);
  font-size:.82rem;
  font-weight:700;
  margin-bottom:10px;
}


/* Restore border for 'See Photos & Videos' button */
.button-secondary{
  border:1px solid var(--accent) !important;
}


/* Résumé layout */
.resume-layout{
  display:grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 2fr);
  gap: 24px;
  align-items:start;
}

.resume-card h2,
.year-summary-card h2{
  margin-bottom:16px;
}

/* Year summary */
.year-summary{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
.year-summary-item{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid var(--line);
}
.year-summary-item strong{
  font-weight:700;
  color:var(--ink);
}
.year-summary-item span{
  color:var(--muted);
  text-align:right;
}

/* Performance list: two columns inside the right card */
.masonry{
  column-count:2;
  column-gap:28px;
  column-fill:balance;
}
.resume-entry{
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  display:block;
  margin:0 0 16px;
  padding:0 0 14px;
  border-bottom:1px solid var(--line);
  font-weight:400;
}
.resume-entry strong{
  display:block;
  font-weight:700;
  margin-bottom:5px;
  color:var(--ink);
}
.resume-title{
  color:var(--ink);
  margin-bottom:2px;
}
.resume-meta{
  color:var(--muted);
}

/* Mobile collapse */
@media (max-width: 900px){
  .resume-layout{
    grid-template-columns:1fr;
  }
  .masonry{
    column-count:1;
  }
}

.button-secondary{border:1px solid var(--accent) !important;}


/* Tighten spacing in performance list */
.resume-entry{
  margin-bottom:10px !important;
  padding-bottom:10px !important;
}

.resume-entry strong{
  margin-bottom:3px !important;
}

.resume-title{
  margin-bottom:1px !important;
}

.resume-meta{
  line-height:1.2 !important;
}


/* Rebuilt gallery */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));
  gap:18px;
}
.gallery-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  text-decoration:none;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  padding:12px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gallery-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  border-color:var(--accent);
}
.gallery-card img{
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:12px;
  background:#f4efe9;
}
.gallery-caption{
  color:var(--ink);
  font-size:.92rem;
  line-height:1.3;
}


/* Integrated photo gallery page */
:root{
  --bg:#faf7f2;
  --card:#fffdf9;
  --ink:#2b241f;
  --muted:#6a5d52;
  --line:#e6d8c8;
  --accent:#b84f3b;
  --shadow:0 10px 28px rgba(43,36,31,.08);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--bg);
  color:var(--ink);
}
.wrap{
  width:min(calc(100% - 32px), var(--max));
  margin:28px auto 56px;
}
.hero{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:24px;
  margin-bottom:24px;
}
.eyebrow{
  display:inline-block;
  background:#f8ece4;
  color:var(--accent);
  padding:6px 11px;
  border-radius:999px;
  font-size:.82rem;
  font-weight:700;
  margin-bottom:10px;
}
h1{
  margin:0 0 8px;
  font-size:clamp(2rem, 4vw, 2.8rem);
  line-height:1.1;
}
.lead{
  margin:0;
  color:var(--muted);
}
.year-block{margin-top:28px}
.year-title{
  margin:0 0 14px;
  font-size:1.5rem;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(185px, 1fr));
  gap:18px;
}
.gallery-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(43,36,31,.04);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gallery-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(43,36,31,.1);
  border-color:var(--accent);
}
.gallery-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  background:#efe8de;
}
.caption{
  padding:10px 12px 12px;
  font-size:.9rem;
  line-height:1.3;
  color:var(--ink);
}
.lightbox{
  position:fixed;
  inset:0;
  background:rgba(20,18,16,.9);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999;
  padding:24px;
}
.lightbox.open{display:flex}
.lightbox-inner{
  position:relative;
  width:min(94vw, 1200px);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.lightbox img{
  max-width:100%;
  max-height:82vh;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.lightbox-bar{
  color:#fff;
  font-size:.95rem;
}
.lb-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  border:none;
  width:46px;
  height:46px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:24px;
  cursor:pointer;
}
.lb-btn:hover{background:rgba(255,255,255,.22)}
.lb-prev{left:-8px}
.lb-next{right:-8px}
.lb-close{
  position:absolute;
  top:-8px;
  right:0;
  border:none;
  width:40px;
  height:40px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:22px;
  cursor:pointer;
}
@media (max-width:700px){
  .gallery-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .lb-btn{width:40px;height:40px}
}


/* Tighten spacing on History page lists */
.history-page ul{
  margin-top:6px;
  margin-bottom:10px;
  padding-left:18px;
}
.history-page li{
  margin:2px 0;
  line-height:1.25;
}


/* Lightbox caption */
.lightbox-caption{
  color:#fff;
  font-size:.95rem;
  text-align:center;
  opacity:0.9;
  margin-top:6px;
}


/* Tighten spacing for Executive Board section */
.executive-page p{
  margin:4px 0;
  line-height:1.2;
}
