
:root{
 --navy:#0d223a; --navy2:#153b63; --gold:#c9a45c; --cream:#f4efe5;
 --paper:#fffdf8; --ink:#1d2732; --muted:#68737f; --line:#d9d2c6; --green:#426b56;
 --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
a{color:var(--navy2)}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 2rem));margin:auto}
.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:white;padding:.7rem;z-index:999}
header{position:sticky;top:0;z-index:50;background:rgba(13,34,58,.97);border-bottom:3px solid var(--gold);color:white}
.header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.8rem;color:white;text-decoration:none}
.mark{width:50px;height:50px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font:700 1.1rem Georgia,serif}
.brand strong,.brand small{display:block}.brand strong{font:700 1.18rem Georgia,serif}.brand small{color:#dbe4ed}
nav ul{list-style:none;display:flex;gap:.15rem;margin:0;padding:0;align-items:center}
nav a{color:white;text-decoration:none;padding:.7rem .55rem;border-radius:5px;font-size:.92rem}
nav a:hover,nav a[aria-current=page]{background:#ffffff16;color:#ffe4a5}
.menu{display:none;background:transparent;border:1px solid #ffffff66;color:white;padding:.55rem .75rem;border-radius:5px}
.hero{padding:7rem 0 6rem;color:white;
background:
 linear-gradient(90deg,
  rgba(6,24,42,.64) 0%,
  rgba(8,31,52,.46) 42%,
  rgba(8,31,52,.20) 70%,
  rgba(8,31,52,.08) 100%),
 url('/assets/images/3184465.jpeg') center/cover no-repeat;
position:relative}
.hero .container{position:relative;z-index:1}
.hero h1{text-shadow:0 2px 14px rgba(0,0,0,.38)}
.hero h1{font:700 clamp(2.8rem,6vw,5.3rem) Georgia,serif;line-height:1.08;max-width:900px;margin:.4rem 0 1rem}
.hero p{max-width:760px;font-size:1.2rem;color:#fff;text-shadow:0 1px 7px rgba(0,0,0,.45)}
.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:.78rem;font-weight:bold;color:var(--gold)}
.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}
.button{display:inline-block;padding:.82rem 1.05rem;border-radius:5px;border:2px solid var(--gold);background:var(--gold);color:#172331;text-decoration:none;font-weight:bold}
.button.secondary{background:transparent;color:white}
.button.alt{background:white;border-color:white;color:var(--navy)}
.pills{margin-top:1rem}.pill{display:inline-block;padding:.35rem .65rem;margin:.18rem;border:1px solid #ffffff44;border-radius:999px;background:rgba(6,24,42,.58);color:white;font-size:.88rem;backdrop-filter:blur(2px)}
section{padding:4.6rem 0}
.band{background:var(--cream)}
.dark{background:var(--navy);color:white}.dark h2,.dark h3{color:white}.dark a{color:#ffe3a0}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);line-height:1.18}
h2{font-size:clamp(2rem,4vw,3.2rem);margin:.3rem 0 1rem}
.section-intro{max-width:780px;margin-bottom:2rem}
.grid{display:grid;gap:1.3rem}.three{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:repeat(2,1fr)}
.card{background:white;border:1px solid var(--line);border-radius:9px;padding:1.4rem;box-shadow:0 8px 28px #10253f0b}
.card h3{margin-top:0}
.icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--cream);color:var(--navy);font-weight:bold;margin-bottom:1rem}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}
.photo{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:9px}
.page-hero{background:var(--cream);padding:4.4rem 0 3.4rem;border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(2.4rem,5vw,4.2rem);margin:.3rem 0}.breadcrumbs{font-size:.9rem;color:var(--muted)}
.content{max-width:850px}.content h2{margin-top:2.3rem}
.notice{border-left:5px solid var(--gold);background:#fff7df;padding:1rem 1.2rem;margin:1.5rem 0}
.quote{font:italic 1.35rem Georgia,serif;border-left:4px solid var(--gold);padding-left:1.2rem;color:var(--navy)}
.timeline{position:relative;margin-left:.5rem}.timeline:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:var(--gold)}
.timeline-item{position:relative;padding:0 0 1.8rem 2.2rem}.timeline-item:before{content:"";position:absolute;left:0;top:.35rem;width:18px;height:18px;border-radius:50%;background:var(--navy);border:4px solid var(--cream)}
.schedule-row{display:grid;grid-template-columns:90px 1fr;gap:1rem;padding:.8rem 0;border-bottom:1px solid var(--line)}.schedule-row time{font-weight:bold;color:var(--navy)}
table{width:100%;border-collapse:collapse;background:white}th,td{padding:1rem;border:1px solid var(--line);text-align:left;vertical-align:top}th{background:var(--navy);color:white}
.metric{padding:1.2rem;border-left:4px solid var(--gold);background:white}.metric strong{display:block;font:700 2rem Georgia,serif;color:var(--navy)}
.profile img{height:240px;width:100%;object-fit:cover;border-radius:7px}.profile .role{color:var(--muted);font-size:.9rem}
.event{display:grid;grid-template-columns:95px 1fr;gap:1rem;align-items:start}.datebox{background:var(--navy);color:white;text-align:center;padding:.8rem;border-radius:7px}.datebox strong{display:block;font-size:1.8rem}
form label{display:block;font-weight:bold;margin-top:1rem}input,textarea,select{width:100%;padding:.8rem;border:1px solid #b8c0c7;border-radius:5px;font:inherit}textarea{min-height:130px}
.tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem}.tab{padding:.6rem .8rem;border:1px solid var(--line);background:white;border-radius:5px;cursor:pointer}.tab.active{background:var(--navy);color:white}
.panel{display:none}.panel.active{display:block}
.dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
footer{background:#081724;color:#dbe3eb;padding:3rem 0 1.2rem}footer h3{color:white}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}footer a{color:#f1d18c}.footer-bottom{border-top:1px solid #ffffff22;margin-top:2rem;padding-top:1rem;font-size:.88rem}
.badge{display:inline-block;padding:.3rem .55rem;border-radius:999px;background:var(--cream);border:1px solid var(--line);font-size:.85rem;margin:.15rem}
.small{font-size:.9rem;color:var(--muted)}
@media(max-width:900px){
 .menu{display:block}nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--navy);padding:.5rem 1rem 1rem}nav.open{display:block}nav ul{display:block}nav a{display:block}
 .three,.two,.split,.dashboard,.footer-grid{grid-template-columns:1fr}.schedule-row{grid-template-columns:75px 1fr}.hero{padding:4.7rem 0}
}


/* Header refinement: keep primary navigation compact and single-line on desktop */
.header{
  min-height:72px;
  gap:.65rem;
}
.brand{
  flex:0 0 auto;
  gap:.6rem;
}
.mark{
  width:44px;
  height:44px;
  font-size:1rem;
}
.brand strong{
  font-size:1.08rem;
  white-space:nowrap;
}
.brand small{
  font-size:.76rem;
  white-space:nowrap;
}
nav{
  margin-left:auto;
}
nav ul{
  gap:.05rem;
  flex-wrap:nowrap;
}
nav a{
  padding:.62rem .42rem;
  font-size:.82rem;
  white-space:nowrap;
}

/* Switch to the mobile menu earlier rather than allowing labels to wrap */
@media(max-width:1080px){
  .menu{display:block}
  nav{
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    background:var(--navy);
    padding:.5rem 1rem 1rem;
  }
  nav.open{display:block}
  nav ul{display:block}
  nav a{
    display:block;
    font-size:.95rem;
    padding:.7rem .65rem;
  }
}


/* -------------------------------------------------------------------------
   CONTACT FORM
   ------------------------------------------------------------------------- */
.contact-honeypot{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.form-status{
  min-height:1.7rem;
  margin:.7rem 0;
  padding:.75rem 0;
  font-weight:bold;
}
.form-status.success{
  color:#24563b;
}
.form-status.error{
  color:#8a2d2d;
}
button.button:disabled{
  opacity:.65;
  cursor:wait;
}


/* ==========================================================================
   HOMEPAGE HERO — BALANCED IMAGE + READABILITY
   --------------------------------------------------------------------------
   Keeps the image clearly visible while ensuring the copy remains readable.
   The text gets a localised translucent backdrop rather than obscuring the
   entire image.
   ========================================================================== */
.hero h1{
  color:#fff;
  text-shadow:0 3px 18px rgba(0,0,0,.58);
}
.hero .container{
  background:linear-gradient(
    90deg,
    rgba(7,24,42,.72) 0%,
    rgba(7,24,42,.54) 46%,
    rgba(7,24,42,.16) 78%,
    rgba(7,24,42,0) 100%
  );
  border-left:4px solid var(--gold);
  border-radius:8px;
  padding:2rem 2.2rem;
  box-shadow:none;
}
.hero .eyebrow{
  color:#f0cf85;
}
.hero p{
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,.4);
}
.hero .pill{
  background:rgba(7,24,42,.50);
  border-color:rgba(255,255,255,.32);
  backdrop-filter:blur(1.5px);
}
@media(max-width:900px){
  .hero .container{
    background:rgba(7,24,42,.62);
    padding:1.45rem 1.3rem;
    border-left-width:4px;
  }
}


/* ==========================================================================
   HOMEPAGE HERO — IMAGE-FIRST READABILITY
   The photograph now remains visibly prominent. Contrast is achieved with
   a left-to-right overlay in .hero itself, not a large panel over the image.
   ========================================================================== */
.hero .container{
  position:relative;
  z-index:1;
  background:none;
  border:0;
  padding-left:0;
  padding-right:0;
  box-shadow:none;
}
.hero h1{
  color:#fff;
  text-shadow:0 3px 20px rgba(0,0,0,.70);
}
.hero p{
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.65);
}
.hero .eyebrow{
  color:#f2d58f;
  text-shadow:0 2px 10px rgba(0,0,0,.60);
}
.hero .pill{
  background:rgba(6,24,42,.48);
  border-color:rgba(255,255,255,.40);
}
@media(max-width:900px){
  .hero{
    background:
      linear-gradient(90deg,rgba(6,24,42,.67),rgba(8,31,52,.36)),
      url('/assets/images/3184465.jpeg') center/cover no-repeat;
  }
  .hero .container{
    background:none;
    padding-left:1rem;
    padding-right:1rem;
  }
}

/* ==========================================================================
   JOIN & CONTACT — SINGLE, CLEAN ENQUIRY LAYOUT
   ========================================================================== */
.join-contact-section{
  background:#fff;
}
.join-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:3rem;
  align-items:start;
}
.join-information{
  max-width:760px;
}
.dark-eyebrow{
  color:#9a6c15;
  margin-bottom:.45rem;
}
.lead-copy{
  font-size:1.08rem;
  color:#465563;
  max-width:690px;
}
.join-steps{
  margin:2rem 0;
}
.join-step{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:1rem;
  padding:1.05rem 0;
  border-bottom:1px solid var(--line);
}
.join-step:first-child{
  border-top:1px solid var(--line);
}
.join-step-number{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--navy);
  color:#fff;
  font-weight:bold;
}
.join-step h3{
  margin:.05rem 0 .25rem;
  font-size:1.23rem;
}
.join-step p{
  margin:0;
}
.join-fit{
  margin-top:2rem;
  padding:1.4rem 1.5rem;
  border-left:4px solid var(--gold);
  background:var(--cream);
  border-radius:6px;
}
.join-fit h3{
  margin-top:0;
}
.join-badges{
  margin-top:.8rem;
}
.contact-form-card{
  background:var(--cream);
  border:1px solid #d7d1c4;
  border-top:5px solid var(--gold);
  border-radius:10px;
  padding:2rem;
  box-shadow:0 12px 34px rgba(8,23,36,.10);
}
.contact-form-card h2{
  margin-top:.2rem;
}
.contact-form-card form{
  margin-top:1.2rem;
}
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea{
  background:#fff;
}
.contact-submit-button{
  width:100%;
  text-align:center;
  margin-top:1.35rem;
  cursor:pointer;
}
.form-privacy-note{
  font-size:.84rem;
  color:var(--muted);
  margin:.35rem 0 0;
}
.join-visit-band{
  padding:2.8rem 0;
}
.join-visit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
  align-items:center;
}
.join-visit-grid h2,
.join-visit-grid h3{
  margin-top:0;
}
@media(max-width:900px){
  .join-contact-grid,
  .join-visit-grid{
    grid-template-columns:1fr;
  }
  .contact-form-card{
    padding:1.4rem;
  }
}


/* ==========================================================================
   HISTORY FEATURE — 1884 TO 2026
   Designed from the approved history concept, using actual emblem artwork
   taken from the Lodge/Chapter summonses supplied for the project.
   ========================================================================== */
.history-main{background:#f6f3ec}
.history-hero{
  color:#fff;
  padding:0;
  background:
    linear-gradient(90deg,rgba(5,20,34,.92) 0%,rgba(5,20,34,.72) 52%,rgba(5,20,34,.36) 100%),
    url('/assets/images/3184465.jpeg') center 42%/cover no-repeat;
  border-bottom:1px solid rgba(183,135,45,.6)
}
.history-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 190px;min-height:330px;align-items:center;gap:2.5rem}
.history-hero-copy{padding:4.2rem 0 3.8rem;max-width:820px}
.history-breadcrumbs,.history-breadcrumbs a{color:rgba(255,255,255,.76)}
.history-kicker{text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:.78rem;color:#e0b457;margin:0 0 .8rem}
.history-kicker.dark{color:#8a641c}
.history-kicker.light{color:#e2b95d}
.history-hero h1{color:#fff;font-size:clamp(3rem,6vw,5.7rem);line-height:.95;margin:.15rem 0 1rem;text-shadow:0 3px 20px rgba(0,0,0,.52)}
.history-intro{font-size:1.16rem;line-height:1.65;max-width:720px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}
.history-est{align-self:stretch;border-left:1px solid rgba(210,163,70,.6);padding:4.6rem 0 2rem 2rem;display:flex;flex-direction:column;gap:.75rem;font-family:Georgia,serif;font-style:italic;color:#edc36d}
.history-est strong{font-style:normal;letter-spacing:.17em;margin-top:1.2rem;font-size:.82rem}
.history-feature{padding:3.7rem 0 4.2rem}
.history-layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(330px,.8fr);gap:2.3rem;align-items:start}
.history-section-heading{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #c9a25b;padding-bottom:1rem;margin-bottom:1.1rem;gap:2rem}
.history-section-heading h2{margin:.1rem 0 0;font-size:2rem}
.history-script{font-family:Georgia,serif;font-style:italic;color:#536173;margin:0;white-space:nowrap}
.history-timeline{position:relative}
.history-timeline:before{content:"";position:absolute;left:118px;top:18px;bottom:22px;width:3px;background:#c5902e}
.history-milestone{display:grid;grid-template-columns:96px 44px 82px minmax(0,1fr);gap:14px;position:relative;padding:1.2rem 0;align-items:start}
.history-date{text-align:right;padding-top:.4rem;color:#173653}
.history-date strong{display:block;font-family:Georgia,serif;font-size:1.75rem;line-height:1}
.history-date span{display:block;font-family:Georgia,serif;font-size:.95rem;margin-top:.25rem}
.history-node{height:52px;position:relative}
.history-node span{display:block;position:absolute;left:15px;top:12px;width:16px;height:16px;border-radius:50%;background:#f6f3ec;border:4px solid #c5902e;z-index:2}
.history-icon{width:72px;height:72px;border-radius:50%;overflow:hidden;background:#fff;border:1px solid #d9d1c0;display:grid;place-items:center;padding:7px;box-shadow:0 5px 15px rgba(0,0,0,.06)}
.history-icon img{width:100%;height:100%;object-fit:contain}
.history-icon.crest{padding:4px}
.history-icon.chapter{padding:8px}
.history-icon-text{font-family:Georgia,serif;color:#173653;font-size:1.4rem;font-weight:700;background:#eee7d7}
.history-icon-text.hands{font-size:2rem}
.history-copy{padding:.15rem 0 0}
.history-copy h3{font-size:1.16rem;margin:0 0 .3rem;color:#173653}
.history-copy p{margin:0;color:#384957;line-height:1.55}
.history-milestone.featured .history-copy h3,.history-milestone.future .history-copy h3{color:#8a641c}
.history-milestone.future{background:linear-gradient(90deg,transparent 0%,rgba(211,226,238,.55) 28%,rgba(211,226,238,.78) 100%);border-radius:7px;margin-top:.5rem}
.history-side{display:grid;gap:1.25rem}
.history-card{background:#fff;border:1px solid #ddd4c3;padding:1.4rem 1.45rem;box-shadow:0 8px 24px rgba(22,40,55,.06)}
.lodge-pair{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.9rem}
.lodge-profile{text-align:center;padding:.5rem}
.lodge-profile + .lodge-profile{border-left:1px solid #ddd4c3}
.lodge-crest{height:118px;width:100%;object-fit:contain;margin:auto}
.lodge-crest.kendrick{height:128px}
.lodge-profile h3{font-size:1rem;line-height:1.25;margin:.75rem 0 .2rem;color:#173653}
.history-small-date{font-family:Georgia,serif;font-style:italic;font-size:.86rem;color:#59646d;margin:.15rem 0 .5rem}
.chapter-profile{display:grid;grid-template-columns:96px 1fr;gap:1rem;border-top:1px solid #ddd4c3;margin-top:1rem;padding-top:1.1rem;align-items:center}
.chapter-profile img{width:92px;height:92px;object-fit:contain;background:#fff}
.chapter-profile h3{font-size:1rem;color:#173653;margin:0}
.chapter-profile p:last-child{font-size:.91rem;margin:.45rem 0 0}
.amalgamation-card{display:grid;grid-template-columns:65px 1fr;gap:1rem;background:#eaf2f8;border-color:#c5d6e3}
.amalgamation-card h2{font-size:1.35rem;margin:.1rem 0 .25rem;color:#173653}
.calendar-icon{height:65px;border-radius:7px;background:#173653;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 5px 0 #c5902e}
.calendar-icon span{font-size:1.6rem;font-weight:800;line-height:1}.calendar-icon small{font-size:.65rem;letter-spacing:.12em;margin-top:.1rem}
.archive-card{background:#f3eee3}
.archive-stat{display:grid;grid-template-columns:78px 1fr;gap:.8rem;align-items:center;padding:.75rem 0;border-top:1px solid #d8cfbd}
.archive-stat strong{font-family:Georgia,serif;font-size:1.35rem;color:#173653}.archive-stat span{font-size:.9rem;color:#4c5961}
.history-values{background:#0e2a43;color:#fff;padding:3.2rem 0;position:relative;overflow:hidden}
.history-values:after{content:"";position:absolute;inset:0 0 0 60%;background:url('/assets/images/3184306.jpeg') center/cover no-repeat;opacity:.12}
.history-values-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}
.history-values h2{color:#fff;font-family:Georgia,serif;font-weight:400;font-style:italic;font-size:1.75rem;margin:.3rem 0 .8rem}
.history-values-copy p:last-child{color:#dbe2e8;max-width:700px}
.history-values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.history-values-grid>div{border-left:2px solid #c5902e;padding:.3rem 0 .3rem 1rem;display:flex;align-items:center;gap:.7rem}
.value-icon{font-size:1.5rem;color:#e0b457}.history-values-grid strong{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}
@media(max-width:1050px){
 .history-layout{grid-template-columns:1fr}.history-side{grid-template-columns:1fr 1fr}.archive-card{grid-column:1/-1}
}
@media(max-width:760px){
 .history-hero-inner{grid-template-columns:1fr;min-height:auto}.history-hero-copy{padding:3rem 0 1rem}.history-est{border-left:0;border-top:1px solid rgba(210,163,70,.6);padding:1.2rem 0 2.5rem;display:grid;grid-template-columns:1fr 1fr}.history-est strong{margin-top:.2rem}
 .history-section-heading{display:block}.history-script{margin-top:.6rem;white-space:normal}
 .history-milestone{grid-template-columns:74px 30px 58px 1fr;gap:8px}.history-timeline:before{left:86px}.history-node span{left:7px}.history-icon{width:54px;height:54px}.history-date strong{font-size:1.35rem}.history-date span{font-size:.78rem}.history-copy h3{font-size:1.02rem}.history-copy p{font-size:.9rem}
 .history-side{grid-template-columns:1fr}.archive-card{grid-column:auto}.lodge-pair{grid-template-columns:1fr}.lodge-profile + .lodge-profile{border-left:0;border-top:1px solid #ddd4c3;padding-top:1rem}.history-values-inner{grid-template-columns:1fr}.history-values:after{inset:50% 0 0 0}.history-values-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
 .history-milestone{grid-template-columns:64px 24px 46px 1fr;gap:5px}.history-timeline:before{left:74px}.history-node span{left:3px;width:14px;height:14px}.history-icon{width:44px;height:44px;padding:4px}.history-date strong{font-size:1.12rem}.history-date span{font-size:.7rem}.history-copy p{font-size:.84rem}.chapter-profile{grid-template-columns:72px 1fr}.chapter-profile img{width:68px;height:68px}.amalgamation-card{grid-template-columns:52px 1fr}.calendar-icon{height:52px}.history-values-grid{grid-template-columns:1fr}
}


/* ==========================================================================
   EVENTS & CALENDAR — 2026/2027 PUBLIC SCHEDULE
   ========================================================================== */
.calendar-page-hero p{max-width:760px}

.calendar-feature-section{
  background:#fff;
  padding:4rem 0;
}
.section-heading-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:1.5rem;
  margin-bottom:1.8rem;
}
.section-heading-row h2{margin:.2rem 0 0}
.button-secondary{
  background:transparent;
  color:var(--navy);
  border:1px solid var(--gold);
}
.button-secondary:hover{background:var(--cream)}

.featured-meetings{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.4rem;
}
.featured-meeting{
  display:grid;
  grid-template-columns:108px 1fr;
  gap:1.4rem;
  padding:1.55rem;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 10px 28px rgba(8,23,36,.07);
}
.featured-meeting-gold{
  border-top:5px solid var(--gold);
  padding-top:1.3rem;
  background:linear-gradient(135deg,#fff 0%,#fbf7ed 100%);
}
.feature-date{
  min-height:116px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:var(--navy);
  color:#fff;
  border-radius:8px;
  line-height:1;
}
.feature-date span{
  color:#e6c16b;
  font-size:.76rem;
  letter-spacing:.18em;
  font-weight:700;
}
.feature-date strong{
  font-size:2.65rem;
  margin:.28rem 0;
}
.feature-date small{font-size:.77rem;opacity:.82}
.event-kicker{
  display:block;
  color:#996b15;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:.73rem;
  font-weight:800;
  margin-bottom:.35rem;
}
.feature-copy h3{margin:.15rem 0 .55rem;font-size:1.42rem}
.feature-copy p{margin:.3rem 0 .9rem}
.event-meta{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem .8rem;
  color:var(--muted);
  font-size:.88rem;
}
.event-meta span:not(:last-child):after{
  content:"•";
  padding-left:.8rem;
  color:var(--gold);
}
.calendar-note{
  margin-top:1.35rem;
  padding:1rem 1.15rem;
  background:#f5f7f9;
  border-left:4px solid var(--navy);
  border-radius:5px;
  color:#44515d;
  font-size:.93rem;
}

.calendar-year-section{
  background:var(--cream);
  padding:4rem 0;
}
.calendar-year-intro{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:2rem;
  margin-bottom:1.8rem;
}
.calendar-year-intro h2{margin:.2rem 0 .35rem}
.calendar-year-intro p{margin:0;max-width:620px}
.calendar-pattern{
  display:flex;
  gap:.45rem;
}
.calendar-pattern span{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  border:3px solid #d1a24b;
  font-size:.72rem;
  letter-spacing:.08em;
  font-weight:800;
}

.meeting-calendar-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.meeting-date-card{
  background:#fff;
  border:1px solid #ded7ca;
  border-radius:9px;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(8,23,36,.05);
}
.meeting-month{
  background:var(--navy);
  color:#e7c46f;
  text-align:center;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.18em;
  padding:.48rem;
}
.meeting-day{
  text-align:center;
  color:var(--navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:3.2rem;
  line-height:1;
  padding:1rem 0 .35rem;
}
.meeting-details{
  text-align:center;
  padding:.25rem 1rem 1.25rem;
}
.meeting-details h3{font-size:1.12rem;margin:.15rem 0 .45rem}
.meeting-details p{margin:0;font-size:.91rem}
.meeting-details span{
  display:inline-block;
  margin-top:.7rem;
  padding:.25rem .55rem;
  border-radius:999px;
  background:#f3efe6;
  color:#66552f;
  font-size:.75rem;
}
.installation-date{
  border-color:#c79a41;
  box-shadow:0 8px 24px rgba(154,108,21,.12);
}
.installation-date .meeting-month{background:#9a6c15;color:#fff}

.calendar-rhythm-section{
  background:var(--navy);
  color:#fff;
  padding:4rem 0;
}
.calendar-rhythm-section h2{color:#fff}
.calendar-rhythm-section p{color:#e4e9ed;max-width:700px}
.calendar-rhythm-section .eyebrow{color:#e5bd63}
.calendar-rhythm-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:3rem;
  align-items:center;
}
.rhythm-card{
  border:1px solid rgba(255,255,255,.22);
  border-top:4px solid var(--gold);
  border-radius:8px;
  padding:1rem 1.35rem;
  background:rgba(255,255,255,.05);
}
.rhythm-row{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:1rem;
  padding:.8rem 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.rhythm-row:last-child{border-bottom:0}
.rhythm-row strong{color:#e7c46f;font-size:1.08rem}
.rhythm-row span{color:#fff}

.calendar-cta-section{
  padding:3rem 0;
  background:#fff;
}
.calendar-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
}
.calendar-cta h2{margin:0 0 .35rem}
.calendar-cta p{margin:0}

@media(max-width:900px){
  .section-heading-row,
  .calendar-year-intro,
  .calendar-cta{
    align-items:flex-start;
    flex-direction:column;
  }
  .featured-meetings,
  .meeting-calendar-grid,
  .calendar-rhythm-grid{
    grid-template-columns:1fr;
  }
  .featured-meeting{
    grid-template-columns:84px 1fr;
    gap:1rem;
    padding:1.15rem;
  }
  .feature-date{
    min-height:96px;
  }
  .feature-date strong{font-size:2rem}
  .calendar-pattern{display:none}
  .event-meta{
    flex-direction:column;
    gap:.18rem;
  }
  .event-meta span:not(:last-child):after{content:""}
}
