@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{--accent-darkest:#242323;--accent-dark:#563C5B;--accent:#B7898B;--accent-hover:#DBC2C3;--accent-light:#666D84;--accent-light-hover:#566F90;--accent-lightest:#FFFBFC;}
html,body{background-color:#FFFBFC !important;color:#000;font-family:'Poppins',ui-sans-serif,system-ui,sans-serif;}
h1,h2,h3,h4,.elementor-heading-title{font-family:'Playfair Display',ui-serif,Georgia,serif;color:#242323;}
.elementor h1,.elementor-widget-text-editor h1{font-size:60px;line-height:1.15;font-weight:200;margin:0 0 0;}
h2,.elementor-widget-heading h2.elementor-heading-title{font-size:36px;line-height:40px;font-weight:400;letter-spacing:0.9px;}
h3,.elementor-widget-heading h3.elementor-heading-title{font-size:30px;line-height:1.2;font-weight:400;letter-spacing:0.9px;}
.elementor-widget-text-editor,.elementor-widget-text-editor p{font-size:18px;font-weight:300;line-height:1.625;}
@media (max-width:767px){.elementor h1,.elementor-widget-text-editor h1{font-size:36px;} h2,.elementor-widget-heading h2.elementor-heading-title{font-size:30px;}}
/* accent helpers for hero headline spans */
.text-accent{color:#B7898B !important;}
.text-accent-dark{color:#563C5B !important;}
.text-accent-light{color:#666D84 !important;}
.st-italic{font-style:italic;}

/* ===== component styles (inner pages) ===== */
.st-secttitle .elementor-heading-title{ border-left:2px solid #563C5B; padding-left:18px; font-size:44px; line-height:1.1; font-weight:400; }
@media(max-width:767px){ .st-secttitle .elementor-heading-title{ font-size:32px; } }
.elementor-widget-text-editor em{ font-style:italic; }
/* resource grid images: tall, cover, clickable */
.elementor-widget-image img{ display:block; }
/* accomplishments list */
.st-accomplishments{ display:flex; flex-direction:column; gap:14px; }
.st-acc-row{ border:1px solid #C9B7C9; border-radius:2px; padding:16px 20px; font-size:15px; font-weight:300; line-height:1.6; color:#242323; }
.st-acc-key{ font-weight:600; text-transform:uppercase; letter-spacing:.03em; color:#242323; }
/* quote band */
.st-quote{ font-family:'Playfair Display',serif; font-style:italic; font-size:22px; line-height:1.5; color:#fff; }
.st-quote-attr{ margin-top:14px; font-weight:600; color:#fff; }
.st-portrait img{ border-radius:9999px; width:150px; height:150px; object-fit:cover; }
/* contact form */
.st-form label{ display:block; font-size:14px; margin-bottom:6px; color:#242323; }
.st-form input, .st-form textarea{ width:100%; border:1px solid #9ca3af; padding:12px 14px; font-size:16px; font-family:'Poppins',sans-serif; margin-bottom:18px; background:#fff; }
.st-form .row2{ display:flex; gap:20px; }
.st-form .row2 > div{ flex:1; }
.st-form button{ border:1px solid #563C5B; background:transparent; color:#563C5B; text-transform:uppercase; letter-spacing:.05em; font-weight:300; padding:12px 26px; font-size:14px; cursor:pointer; transition:.2s; }
.st-form button:hover{ background:#563C5B; color:#fff; }

/* raw-html section titles (allow inline italic in headings) */
h1.st-secttitle, h2.st-secttitle, h3.st-secttitle{ border-left:2px solid #563C5B; padding-left:18px; font-family:'Playfair Display',serif; color:#242323; font-weight:400; margin:0 0 16px; }
h1.st-secttitle{ font-size:44px; line-height:1.1; }
h2.st-secttitle{ font-size:36px; line-height:1.15; }
.st-secttitle em{ font-style:italic; }
.st-quote em{ font-style:italic; }
video{ max-width:100%; }

/* ===== header: hamburger-only (matches original) ===== */
.st-header{ position:sticky; top:0; left:0; width:100%; z-index:50; background:#FFFBFC; }
.st-header .wrap{ max-width:80rem; margin:0 auto; padding:24px 24px; display:flex; justify-content:space-between; align-items:center; }
.st-header img.logo{ height:36px; width:auto; display:block; }
.st-nav{ display:none !important; } /* original hides the horizontal nav */
/* hamburger */
.st-burger{ background:none; border:0; padding:8px; cursor:pointer; display:inline-flex; }
.st-burger-box{ display:flex; flex-direction:column; align-items:flex-end; justify-content:center; width:32px; height:32px; }
.st-bar{ height:2px; background:#1f2937; display:block; transition:all .2s ease; }
.st-bar-1{ width:24px; }
.st-bar-2{ width:32px; margin:6px 0; }
.st-bar-3{ width:24px; }
.st-burger:hover .st-bar-1{ width:32px; }
.st-burger:hover .st-bar-3{ width:32px; }
/* full-screen overlay menu */
.st-overlay{ position:fixed; inset:0; z-index:100; background:#563C5B; opacity:0; visibility:hidden; transition:opacity .15s ease; overflow:auto; }
.st-overlay.open{ opacity:1; visibility:visible; }
.st-overlay-inner{ min-height:100vh; padding:20px 20px 40px; }
.st-close{ display:block; margin-left:auto; background:none; border:0; color:#fff; cursor:pointer; padding:8px; transition:opacity .1s; }
.st-close:hover{ opacity:.75; }
.st-close svg{ width:44px; height:44px; }
.st-overlay-body{ max-width:80rem; margin:8px auto 0; padding:0 24px; }
@media(min-width:768px){ .st-overlay-body{ padding:0 48px; } }
.st-menu-title{ color:#fff; font-family:'Playfair Display',serif; font-size:24px; margin:0 0 32px; font-weight:400; }
@media(min-width:768px){ .st-menu-title{ font-size:48px; } }
.st-overlay-menu{ list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.st-overlay-menu li{ margin:0; }
.st-overlay-menu a{ display:flex; align-items:center; margin-bottom:8px; padding:8px; text-transform:uppercase; color:#fff; text-decoration:none; font-weight:300; letter-spacing:.05em; font-size:16px; transition:all .2s; }
@media(min-width:768px){ .st-overlay-menu a{ font-size:24px; } }
.st-overlay-menu a:hover{ background:#666D84; color:#fff; }
