
:root{
  --black:#171313;
  --black2:#241b1a;
  --gold:#c89b3c;
  --gold2:#e2bb68;
  --rose:#b95f65;
  --blush:#f3d6d1;
  --cream:#fffaf7;
  --white:#ffffff;
  --text:#2c2422;
  --muted:#75635f;
  --line:#eaded8;
  --shadow:0 18px 45px rgba(32,20,17,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  font-family:"DM Sans",Arial,sans-serif;
  color:var(--text);
  background:var(--cream);
  line-height:1.65;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,92%);margin-inline:auto}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:10px max(4vw,24px);
  background:rgba(23,19,19,.97);
  color:white;
  box-shadow:0 3px 18px rgba(0,0,0,.18);
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.brand img{
  width:58px;
  height:58px;
  object-fit:contain;
  flex:0 0 auto;
}
.brand div{display:flex;flex-direction:column;min-width:0}
.brand strong{
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.15rem;
  line-height:1.1;
  color:white;
}
.brand span{
  font-size:.72rem;
  line-height:1.25;
  color:#e8d9d4;
  white-space:nowrap;
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  flex-wrap:wrap;
  font-size:.92rem;
}
.nav-links a{color:white}
.nav-links a:hover{color:var(--gold2)}
.nav-cta{
  background:var(--gold);
  color:var(--black)!important;
  padding:10px 17px;
  border-radius:999px;
  font-weight:800;
}
.menu-toggle{
  display:none;
  background:transparent;
  color:white;
  border:1px solid rgba(255,255,255,.35);
  border-radius:10px;
  padding:7px 10px;
  font-size:1.3rem;
}

/* HERO */
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(201,154,58,.22), transparent 32%),
    linear-gradient(135deg,#171313 0%,#2b1d1c 60%,#3b2525 100%);
  color:white;
  padding:70px 0 62px;
}
.hero-overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.14),transparent 60%);
}
.hero-content{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
  align-items:center;
  gap:46px;
}
.hero-copy{min-width:0}
.eyebrow{
  margin:0 0 12px;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--gold2);
}
.eyebrow.dark{color:var(--rose)}
.hero h1{
  margin:0;
  max-width:760px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(2.7rem,6vw,5.5rem);
  line-height:.98;
  letter-spacing:-.02em;
}
.hero h1 em{
  color:#f5c9c3;
  font-weight:600;
}
.lead{
  max-width:670px;
  margin:24px 0 0;
  font-size:1.08rem;
  color:#f2e8e4;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 20px;
  border-radius:999px;
  font-weight:800;
  transition:.2s ease;
}
.button:hover{transform:translateY(-1px)}
.button.primary{background:var(--gold);color:var(--black)}
.button.secondary{border:1px solid rgba(255,255,255,.55);color:white;background:rgba(255,255,255,.06)}
.hero-logo-card{
  justify-self:end;
  width:min(390px,100%);
  padding:18px;
  border-radius:34px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 60px rgba(0,0,0,.24);
}
.hero-logo-card img{
  width:100%;
  max-height:390px;
  object-fit:contain;
  border-radius:26px;
}

/* PILLARS */
.pillars{padding:0;background:var(--black)}
.pillar-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:rgba(255,255,255,.12);
}
.pillar-grid article{
  padding:26px 20px;
  background:#211918;
  color:white;
  text-align:center;
}
.pillar-grid span{font-size:1.45rem}
.pillar-grid h3{margin:6px 0 4px;font-size:1rem}
.pillar-grid p{margin:0;font-size:.88rem;color:#dfcfca}

/* GENERIC */
.section{padding:78px 0}
.section:nth-of-type(even){background:#fff}
.section h2{
  margin:.1em 0 .45em;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.05;
  color:var(--black);
}
.section p{max-width:780px}
.split{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:50px;
  align-items:center;
}
.script-line{
  margin-top:24px;
  font-family:"Playfair Display",Georgia,serif;
  font-style:italic;
  font-size:1.35rem;
  color:var(--rose);
}
.verse-card{
  padding:38px;
  border-radius:26px;
  background:linear-gradient(145deg,#211817,#352422);
  color:white;
  box-shadow:var(--shadow);
}
.verse-card p{
  margin:0 0 18px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.45rem;
  line-height:1.45;
}
.verse-card strong{color:var(--gold2)}
.section-heading{margin-bottom:30px}
.centered{text-align:center}
.centered p{margin-left:auto;margin-right:auto}

/* EVENT */
.walks{background:#fff}
.event-card{
  display:grid;
  grid-template-columns:120px minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--cream);
  box-shadow:var(--shadow);
}
.event-date{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:135px;
  border-radius:20px;
  background:var(--black);
  color:white;
}
.event-date span{color:var(--gold2);font-weight:800;letter-spacing:.14em}
.event-date strong{font-size:3rem;line-height:1}
.event-date small{margin-top:6px;font-size:.68rem;letter-spacing:.08em}
.event-info h3{margin:0 0 8px;font-size:1.35rem}
.event-info p{margin:4px 0}
.disclaimer{margin:18px 0 0;color:var(--muted);font-size:.85rem}

/* CHAPTER */
.chapter{background:#f7e7e3}
.chapter-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:30px;
}
.chapter-grid article{
  background:white;
  padding:24px;
  border-radius:18px;
  border:1px solid rgba(185,95,101,.16);
}
.chapter-grid b{
  display:block;
  margin-bottom:14px;
  color:var(--gold);
  font-size:1.5rem;
}
.chapter-grid h3{margin:0 0 8px}
.chapter-grid p{margin:0;font-size:.92rem}
.center-cta{text-align:center;margin-top:28px}

/* MERCH */
.merch-image{
  width:min(520px,100%);
  justify-self:center;
  border-radius:26px;
  box-shadow:var(--shadow);
}

/* JOIN */
.join{
  background:linear-gradient(135deg,#211817,#3c2827);
  color:white;
}
.join .eyebrow{color:var(--gold2)}
.join h2{color:white}
.join-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:42px;
  align-items:center;
}
.registration-card{
  background:white;
  color:var(--text);
  padding:28px;
  border-radius:22px;
  box-shadow:var(--shadow);
}
.registration-card h3{margin-top:0}
.form-note{font-size:.82rem;color:var(--muted);margin-bottom:0}

/* FAQ */
.faq-wrap{max-width:900px}
details{
  background:white;
  border:1px solid var(--line);
  border-radius:14px;
  padding:0 18px;
  margin:12px 0;
}
summary{
  cursor:pointer;
  list-style:none;
  font-weight:800;
  padding:18px 0;
}
summary::-webkit-details-marker{display:none}
details p{padding:0 0 18px;margin:0;color:#5f514d}

/* CONTACT */
.contact{text-align:center;background:#f6e8e4}
.contact-inner p{margin-left:auto;margin-right:auto}
.social-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.social-row a{
  padding:10px 16px;
  border:1px solid #d8c3bb;
  border-radius:999px;
  background:white;
  font-weight:700;
}
.social-row a:hover{border-color:var(--gold);color:#8d6412}

/* FOOTER */
footer{
  padding:28px 0;
  background:var(--black);
  color:#eaded8;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  font-size:.86rem;
}

/* TABLET + MOBILE */
@media (max-width: 940px){
  .site-header{padding:9px 4vw}
  .brand span{display:none}
  .menu-toggle{display:block}
  .nav-links{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:18px 4vw 22px;
    background:#211918;
    border-top:1px solid rgba(255,255,255,.1);
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:7px 0}
  .nav-cta{text-align:center;padding:11px 16px!important}
  .hero{padding:48px 0}
  .hero-content{
    grid-template-columns:1fr;
    gap:30px;
  }
  .hero-logo-card{
    justify-self:center;
    width:min(320px,78vw);
  }
  .hero-logo-card img{max-height:320px}
  .pillar-grid{grid-template-columns:repeat(2,1fr)}
  .split,.join-grid{grid-template-columns:1fr}
  .chapter-grid{grid-template-columns:repeat(2,1fr)}
  .event-card{grid-template-columns:105px 1fr}
  .event-card>.button{grid-column:1/-1;justify-self:start}
}

@media (max-width: 620px){
  .site-header{gap:12px}
  .brand img{width:46px;height:46px}
  .brand strong{font-size:1rem}
  .hero{padding:38px 0 42px}
  .hero h1{font-size:clamp(2.25rem,13vw,3.4rem)}
  .lead{font-size:1rem}
  .hero-actions{flex-direction:column;align-items:stretch}
  .button{width:100%;text-align:center}
  .hero-logo-card{
    width:min(260px,76vw);
    padding:12px;
    border-radius:24px;
  }
  .hero-logo-card img{max-height:260px;border-radius:18px}
  .pillar-grid{grid-template-columns:1fr 1fr}
  .pillar-grid article{padding:20px 12px}
  .section{padding:56px 0}
  .event-card{
    grid-template-columns:1fr;
    text-align:left;
  }
  .event-date{
    width:110px;
    min-height:110px;
  }
  .event-card>.button{grid-column:auto;width:100%}
  .chapter-grid{grid-template-columns:1fr}
  .verse-card{padding:28px}
  .social-row{flex-direction:column}
  .social-row a{width:100%}
}

/* Prevent oversized images or accidental locked page */
body,main,.hero,.hero-content{min-height:0!important;height:auto!important}
body{position:static!important}


/* --- Balance refinements --- */
.hero{
  padding:58px 0 54px;
}
.hero-content{
  grid-template-columns:minmax(0,1.18fr) minmax(270px,.82fr);
  gap:38px;
}
.hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-logo-card{
  width:min(340px,100%);
}
.hero-logo-card img{
  max-height:340px;
}

/* Four equal mission blocks with no emojis */
.pillars{
  background:#171313;
}
.pillar-grid{
  width:min(1120px,92%);
  margin-inline:auto;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:transparent;
  gap:0;
}
.pillar-grid article{
  min-height:150px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px 22px;
  border-right:1px solid rgba(255,255,255,.13);
  background:#211918;
}
.pillar-grid article:first-child{
  border-left:1px solid rgba(255,255,255,.13);
}
.pillar-grid h3{
  margin:10px 0 5px;
  line-height:1.2;
}
.pillar-grid p{
  margin:0 auto;
  max-width:220px;
  line-height:1.45;
}
.pillar-mark{
  width:38px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#c89b3c,#e2bb68);
}

/* Make the story section feel visually even */
.about .split{
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
  gap:44px;
}
.verse-card{
  align-self:center;
}

/* Better balance at medium widths */
@media (max-width:940px){
  .hero{
    padding:44px 0 46px;
  }
  .pillar-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .pillar-grid article{
    border:1px solid rgba(255,255,255,.10);
    min-height:135px;
  }
}
@media (max-width:620px){
  .pillar-grid{
    grid-template-columns:1fr;
    width:100%;
  }
  .pillar-grid article{
    min-height:auto;
    padding:22px 20px;
  }
  .hero-logo-card{
    width:min(240px,72vw);
  }
}


/* =========================================================
   MOBILE LAYOUT FIX — must remain at the END of this file
   ========================================================= */
@media (max-width: 620px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - 40px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Header */
  .site-header {
    min-height: 78px;
    padding: 10px 20px;
    gap: 12px;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 11px;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .brand strong {
    font-size: 1.28rem;
    line-height: 1.05;
    white-space: nowrap;
  }

  .brand span {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: block;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 50%;
    font-size: 0;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    background: #fff;
    border-radius: 99px;
  }

  .menu-toggle::before { top: 16px; }
  .menu-toggle::after { bottom: 16px; }

  .nav-links {
    top: 100%;
    padding: 16px 20px 22px;
  }

  /* Hero: one clean column */
  .hero {
    padding: 44px 0 48px !important;
  }

  .hero-content {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    align-items: stretch !important;
    gap: 30px !important;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .eyebrow {
    max-width: none;
    margin: 0 0 16px;
    font-size: .76rem;
    line-height: 1.65;
    letter-spacing: .14em;
  }

  .hero h1 {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: clamp(2.75rem, 12vw, 4rem) !important;
    line-height: .98;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero h1 br {
    display: none;
  }

  .hero h1 em {
    display: block;
    margin-top: 4px;
  }

  .lead {
    width: 100%;
    max-width: none;
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.65;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-logo-card {
    order: 2;
    width: min(310px, 86vw) !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px;
    justify-self: auto !important;
  }

  .hero-logo-card img {
    width: 100%;
    max-height: none !important;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    margin-top: 26px;
  }

  .hero-actions .button,
  .button {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    line-height: 1.25;
    border-radius: 999px;
    white-space: normal;
  }

  /* Pillars */
  .pillar-grid {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  .pillar-grid article {
    min-height: 132px;
    padding: 25px 26px;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid rgba(255,255,255,.10);
  }

  .pillar-grid h3 {
    font-size: 1.18rem;
  }

  .pillar-grid p {
    max-width: 320px;
    font-size: .98rem;
  }

  /* All split sections must stack */
  .split,
  .about .split,
  .join-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: start !important;
  }

  .section {
    padding: 54px 0;
  }

  .section h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(2.25rem, 10.5vw, 3.2rem);
    line-height: 1.02;
    overflow-wrap: normal;
    word-break: normal;
  }

  .section p {
    width: 100%;
    max-width: none;
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: normal;
    word-break: normal;
  }

  .verse-card {
    width: 100%;
    padding: 28px 24px;
  }

  .verse-card p {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  /* Event card */
  .event-card {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding: 22px;
  }

  .event-date {
    width: 112px;
    min-height: 112px;
  }

  .event-card > .button {
    width: 100%;
  }

  /* Chapter cards */
  .chapter-grid {
    grid-template-columns: 1fr !important;
  }

  /* Shop */
  .merch-image {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  /* Join */
  .registration-card {
    width: 100%;
    padding: 24px 20px;
  }

  /* FAQ + footer */
  details {
    padding: 0 15px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Very narrow phones */
@media (max-width: 380px) {
  .container {
    width: calc(100% - 30px);
  }

  .brand strong {
    font-size: 1.12rem;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .hero h1 {
    font-size: 2.55rem !important;
  }

  .section h2 {
    font-size: 2.3rem;
  }
}
