@import url('https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700&display=swap');:root{--motm-primary:#174182;--motm-secondary:#8a9ba8;--motm-tertiary:#f6f4f0;--motm-white:#ffffff;--motm-dark:#1a1a1a;--motm-muted:#5a6a72;--motm-serif:'Baskerville','Baskerville Old Face','Libre Baskerville',Georgia,serif;--motm-sans:'Onest',-apple-system,BlinkMacSystemFont,sans-serif;--motm-h1:clamp(2.5rem,6vw,5rem);--motm-h2:clamp(1.5rem,3vw,2.5rem);--motm-h3:clamp(1.75rem,3.5vw,3.125rem);--motm-h4:clamp(1.25rem,2.5vw,2.5rem);--motm-h5:clamp(1.1rem,2vw,1.875rem);--motm-p:clamp(1rem,1.5vw,1.125rem);--motm-section-pad:clamp(3rem,7vw,7rem);--motm-inner-max:1200px;--motm-gap:clamp(1rem,2vw,1.5rem);--motm-radius-pill:50px;--motm-radius-card:4px;--motm-transition:0.3s ease;--motm-shadow:0 4px 24px rgba(23,65,130,0.1);--motm-shadow-hover:0 8px 40px rgba(23,65,130,0.18)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--motm-serif);font-size:var(--motm-p);color:var(--motm-dark);background-color:var(--motm-white);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--motm-primary);text-decoration:none;transition:color var(--motm-transition),opacity var(--motm-transition)}a:hover{opacity:0.75}h1,.motm-h1{font-family:var(--motm-serif);font-size:var(--motm-h1);font-weight:400;line-height:1.05;letter-spacing:-0.01em;color:var(--motm-primary);margin:0 0 1rem}h2,.motm-h2{font-family:var(--motm-serif);font-size:var(--motm-h2);font-weight:400;line-height:1.15;color:var(--motm-primary);margin:0 0 1rem}h3,.motm-h3{font-family:var(--motm-serif);font-size:var(--motm-h3);font-weight:400;line-height:1.1;color:var(--motm-primary);margin:0 0 0.75rem}h4,.motm-h4{font-family:var(--motm-serif);font-size:var(--motm-h4);font-weight:400;line-height:1.2;color:var(--motm-primary);margin:0 0 0.5rem}h5,.motm-h5{font-family:var(--motm-serif);font-size:var(--motm-h5);font-weight:400;line-height:1.25;color:var(--motm-primary);margin:0 0 0.5rem}p{font-family:var(--motm-serif);font-size:var(--motm-p);color:var(--motm-dark);line-height:1.75;margin:0 0 1.25rem}p:last-child{margin-bottom:0}.motm-eyebrow{font-family:var(--motm-sans);font-size:clamp(0.65rem,1vw,0.75rem);font-weight:600;text-transform:uppercase;letter-spacing:0.15em;color:var(--motm-secondary);display:block;margin-bottom:0.75rem}.motm-meta{font-family:var(--motm-sans);font-size:clamp(0.7rem,1.2vw,0.8rem);font-weight:500;text-transform:uppercase;letter-spacing:0.12em;color:var(--motm-muted);line-height:1.6}.motm-btn,.motm-btn-outline{font-family:var(--motm-sans);font-size:clamp(0.7rem,1.2vw,0.8rem);font-weight:500;text-transform:uppercase;letter-spacing:0.12em;padding:14px 32px;border-radius:var(--motm-radius-pill);border:1.5px solid var(--motm-primary);cursor:pointer;display:inline-block;text-decoration:none;transition:background var(--motm-transition),color var(--motm-transition),transform 0.15s ease;line-height:1}.motm-btn{background:var(--motm-primary);color:var(--motm-white);border-color:var(--motm-primary)}.motm-btn:hover{background:#0f2d5e;border-color:#0f2d5e;color:var(--motm-white);opacity:1;transform:translateY(-1px)}.motm-btn-outline{background:transparent;color:var(--motm-primary)}.motm-btn-outline:hover{background:var(--motm-primary);color:var(--motm-white);opacity:1;transform:translateY(-1px)}.motm-link{font-family:var(--motm-sans);font-size:clamp(0.8rem,1.3vw,0.875rem);font-weight:600;text-transform:none;color:var(--motm-primary);text-decoration:none;display:inline-flex;align-items:center;gap:0.4rem;transition:gap var(--motm-transition)}.motm-link::after{content:'→';transition:transform var(--motm-transition)}.motm-link:hover{opacity:1;color:var(--motm-primary)}.motm-link:hover::after{transform:translateX(4px)}.motm-pill{font-family:var(--motm-sans);font-size:clamp(0.6rem,1vw,0.7rem);font-weight:500;text-transform:uppercase;letter-spacing:0.1em;color:var(--motm-white);background:var(--motm-primary);padding:6px 16px;border-radius:var(--motm-radius-pill);display:inline-block;line-height:1}.motm-pill--outline{background:transparent;color:var(--motm-primary);border:1.5px solid var(--motm-primary)}.motm-pill--secondary{background:var(--motm-secondary);color:var(--motm-white)}.motm-inner{max-width:var(--motm-inner-max);margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.motm-section{padding-block:var(--motm-section-pad)}.motm-section--cream{background:var(--motm-tertiary)}.motm-section--navy{background:var(--motm-primary)}.motm-day-heading{font-family:var(--motm-serif);font-size:var(--motm-h2);font-weight:400;color:var(--motm-primary);text-align:center;margin-bottom:clamp(2rem,4vw,3rem);padding-top:clamp(2rem,4vw,3rem);position:relative}.motm-day-heading::before{content:'';display:block;width:60px;height:2px;background:var(--motm-secondary);margin:0 auto 1.25rem}.motm-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--motm-gap)}@media (max-width:900px){.motm-events-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.motm-events-grid{grid-template-columns:1fr}}.motm-event-card{display:flex;flex-direction:column;background:var(--motm-white);transition:transform var(--motm-transition)}.motm-event-card:hover{transform:translateY(-3px)}.motm-event-card__image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;display:block}.motm-event-card__image{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.motm-event-card:hover .motm-event-card__image{transform:scale(1.04)}.motm-event-card__pill{position:absolute;top:0.875rem;left:0.875rem;z-index:1}.motm-event-card__body{padding:1.25rem 0 1.5rem;display:flex;flex-direction:column;flex:1}.motm-event-card__title{font-family:var(--motm-serif);font-size:clamp(1.1rem,2vw,1.375rem);font-weight:400;color:var(--motm-dark);line-height:1.2;margin-bottom:0.75rem}.motm-event-card__meta{margin-bottom:1rem;display:flex;flex-direction:column;gap:0.2rem}.motm-event-card__discover{margin-top:auto}.motm-archive-hero{position:relative;min-height:clamp(400px,60vh,700px);background-color:var(--motm-primary);background-size:cover;background-position:center;display:flex;align-items:flex-end;overflow:hidden}.motm-archive-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,rgba(23,65,130,0.4) 70%,rgba(23,65,130,0.7) 100%)}.motm-archive-hero__content{position:relative;z-index:1;padding:clamp(2rem,5vw,4rem) clamp(1rem,4vw,2.5rem);max-width:var(--motm-inner-max);margin-inline:auto;width:100%}.motm-archive-hero__title{font-family:var(--motm-serif);font-size:var(--motm-h1);font-weight:400;color:var(--motm-white);line-height:1;margin:0}.motm-filter-bar{padding:clamp(1.5rem,3vw,2rem) 0;border-bottom:1px solid rgba(138,155,168,0.3);display:flex;align-items:center;justify-content:center;gap:clamp(0.75rem,2vw,2rem);flex-wrap:wrap}.motm-filter-bar__label{font-family:var(--motm-sans);font-size:0.8rem;font-weight:500;text-transform:uppercase;letter-spacing:0.1em;color:var(--motm-muted)}.motm-filter-bar__item{font-family:var(--motm-sans);font-size:0.875rem;font-weight:400;color:var(--motm-muted);text-decoration:none;padding:4px 0;border-bottom:2px solid transparent;transition:color var(--motm-transition),border-color var(--motm-transition)}.motm-filter-bar__item:hover,.motm-filter-bar__item.active{color:var(--motm-primary);border-bottom-color:var(--motm-primary);opacity:1}.motm-filter-bar__item.active{font-weight:600}.motm-single-hero{display:grid;grid-template-columns:55% 1fr;min-height:clamp(400px,55vh,620px)}@media (max-width:768px){.motm-single-hero{grid-template-columns:1fr}}.motm-single-hero__image-col{overflow:hidden;position:relative}.motm-single-hero__image{width:100%;height:100%;object-fit:cover;display:block}.motm-single-hero__content-col{background:var(--motm-tertiary);padding:clamp(2.5rem,5vw,4rem) clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;justify-content:center}.motm-single-hero__title{font-family:var(--motm-serif);font-size:clamp(1.75rem,4vw,3rem);font-weight:400;color:var(--motm-primary);line-height:1.1;margin:0.75rem 0 1.25rem}.motm-single-hero__excerpt{font-family:var(--motm-serif);font-size:clamp(1rem,1.8vw,1.2rem);color:var(--motm-primary);line-height:1.65;margin-bottom:1.75rem;opacity:0.85}.motm-single-hero__details{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:0.4rem}.motm-single-hero__details li{font-family:var(--motm-serif);font-size:clamp(0.95rem,1.5vw,1.1rem);color:var(--motm-primary);line-height:1.5}.motm-single-hero__book{align-self:flex-start}.motm-single-body{padding-block:var(--motm-section-pad)}.motm-single-body__inner{max-width:780px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.motm-single-body h2{font-family:var(--motm-serif);font-size:var(--motm-h3);font-weight:400;color:var(--motm-primary);margin-bottom:1rem}.motm-single-body p{font-family:var(--motm-serif);font-size:var(--motm-p);line-height:1.8;color:var(--motm-dark);margin-bottom:1.5rem}.motm-torn-edge{width:100%;overflow:hidden;line-height:0;margin-top:-2px}.motm-torn-edge svg{display:block;width:100%}.motm-section-heading{text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem)}.motm-section-heading__rule{width:60px;height:2px;background:var(--motm-secondary);margin:0 auto 1.25rem;display:block}.motm-section-heading h2{margin:0}.motm-explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--motm-gap)}@media (max-width:640px){.motm-explore-grid{grid-template-columns:1fr}}.motm-explore-tile{position:relative;aspect-ratio:4/3;overflow:hidden;display:block}.motm-explore-tile__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.motm-explore-tile:hover .motm-explore-tile__image{transform:scale(1.05)}.motm-explore-tile__label{position:absolute;bottom:0;left:0;right:0;background:rgba(23,65,130,0.82);color:var(--motm-white);font-family:var(--motm-sans);font-size:clamp(0.75rem,1.3vw,0.875rem);font-weight:500;text-transform:uppercase;letter-spacing:0.12em;padding:0.875rem 1rem;text-align:center}.motm-journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--motm-gap)}@media (max-width:900px){.motm-journal-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.motm-journal-grid{grid-template-columns:1fr}}.motm-journal-card{position:relative;overflow:hidden}.motm-journal-card__image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden}.motm-journal-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.motm-journal-card:hover .motm-journal-card__image{transform:scale(1.04)}.motm-journal-card__label{position:absolute;bottom:0;left:0;right:0;background:rgba(23,65,130,0.82);color:var(--motm-white);font-family:var(--motm-serif);font-size:clamp(0.875rem,1.5vw,1rem);padding:0.875rem 1rem}.et_pb_text h1,.et_pb_text h2,.et_pb_text h3,.et_pb_text h4,.et_pb_text h5{font-family:var(--motm-serif)!important;font-weight:400!important;color:var(--motm-primary)!important}.et_pb_text p{font-family:var(--motm-serif)!important;font-size:var(--motm-p)!important;line-height:1.75!important}.et_pb_button{font-family:var(--motm-sans)!important;font-size:clamp(0.7rem,1.2vw,0.8rem)!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:0.12em!important;padding:14px 32px!important;border-radius:var(--motm-radius-pill)!important;border:1.5px solid var(--motm-primary)!important;background:transparent!important;color:var(--motm-primary)!important;transition:background var(--motm-transition),color var(--motm-transition)!important}.et_pb_button:hover{background:var(--motm-primary)!important;color:var(--motm-white)!important}.et_pb_button::after{display:none!important}:focus-visible{outline:2px solid var(--motm-primary);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}