
:root{
  --cream:#f7f0e3;
  --paper:#fffdf8;
  --ink:#272420;
  --muted:#6d675e;
  --coral:#e77963;
  --mustard:#e3b444;
  --sage:#92aa87;
  --blue:#8aaec0;
  --lav:#9f8db4;
  --line:#ded3c3;
  --dark:#2d2a27;
  --shadow:0 20px 60px rgba(66,55,44,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
}
a{color:inherit}
.wrap{width:min(1160px,calc(100% - 42px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(247,240,227,.91);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(45,42,39,.10)
}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-name{font-family:Georgia,"Times New Roman",serif;font-size:1.18rem;font-weight:700}
.brand-mark{width:42px;height:42px;position:relative;display:grid;place-items:center}
.brand-mark i{position:absolute;width:17px;height:17px;border-radius:50%;background:var(--coral);top:3px;left:13px;transform-origin:8.5px 18px}
.brand-mark i:nth-child(2){transform:rotate(60deg)}.brand-mark i:nth-child(3){transform:rotate(120deg)}
.brand-mark i:nth-child(4){transform:rotate(180deg)}.brand-mark i:nth-child(5){transform:rotate(240deg)}
.brand-mark i:nth-child(6){transform:rotate(300deg)}
.brand-mark b{position:relative;z-index:2;width:16px;height:16px;border-radius:50%;background:var(--mustard);border:1.5px solid var(--dark)}
.brand-mark b:before,.brand-mark b:after{content:"";position:absolute;top:5px;width:2px;height:2px;border-radius:50%;background:var(--dark)}
.brand-mark b:before{left:4px}.brand-mark b:after{right:4px}
.brand-mark b span{position:absolute;left:4px;right:4px;bottom:3px;height:3px;border-bottom:1.5px solid var(--dark);border-radius:0 0 20px 20px}
.links{display:flex;gap:20px;align-items:center;font-size:.91rem}
.links a{text-decoration:none;color:var(--muted)}
.links a:hover,.links a.active{color:var(--ink)}
.button,.nav-cta{
  display:inline-flex;align-items:center;justify-content:center;padding:12px 19px;border-radius:999px;
  background:var(--ink);color:white!important;border:1px solid var(--ink);text-decoration:none;font-weight:750;
  transition:.2s ease
}
.button:hover,.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(45,42,39,.17)}
.button.light{background:var(--paper);color:var(--ink)!important;border-color:var(--paper)}
.button.outline{background:transparent;color:var(--ink)!important}
.menu{display:none;background:none;border:0;font-size:1.4rem}

.hero{position:relative;overflow:hidden;padding:96px 0 82px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:62px;align-items:center}
.kicker{font-size:.79rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#735849}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.06;letter-spacing:-.03em}
h1{font-size:clamp(3.35rem,7.2vw,6.7rem);font-weight:500;margin:.18em 0 .22em}
h2{font-size:clamp(2.35rem,4.2vw,4.1rem);font-weight:500;margin:0 0 .38em}
h3{font-size:1.45rem;margin:.15em 0 .45em}
.lead{font-size:1.18rem;color:var(--muted);max-width:720px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-note{font-size:.9rem;color:var(--muted);margin-top:18px}
.editorial-card{
  background:var(--paper);border:1px solid var(--line);border-radius:30px;padding:36px;
  box-shadow:var(--shadow);position:relative;overflow:hidden
}
.editorial-card .quote{font-family:Georgia,"Times New Roman",serif;font-size:1.75rem;line-height:1.32}
.editorial-card .mini{color:var(--muted);font-size:.9rem;margin-top:22px}
.section{padding:88px 0}
.section.alt{background:rgba(255,253,248,.64);border-top:1px solid rgba(45,42,39,.07);border-bottom:1px solid rgba(45,42,39,.07)}
.section-head{max-width:760px;margin-bottom:42px}
.section-head p,.copy p{color:var(--muted);font-size:1.04rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:28px}
.card p{color:var(--muted)}
.num{width:40px;height:40px;border-radius:50%;background:var(--mustard);display:grid;place-items:center;font-weight:800;margin-bottom:18px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.panel{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.checks{display:grid;gap:16px;margin-top:22px}
.check{display:flex;gap:13px;align-items:flex-start}
.check .dot{width:27px;height:27px;flex:0 0 27px;border-radius:50%;background:var(--sage);display:grid;place-items:center;font-weight:900}
.check b{display:block}.check span{display:block;color:var(--muted)}
.pill{display:inline-block;padding:7px 11px;border-radius:999px;background:#eee4d6;color:#705343;font-weight:700;font-size:.8rem;margin:4px 6px 0 0}
.band{background:var(--dark);color:white;padding:50px 0}
.band .wrap{display:flex;justify-content:space-between;align-items:center;gap:28px}
.band p{color:#ddd5cb;max-width:680px}
.footer{padding:48px 0 68px}
.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:34px}
.footer p,.footer a{color:var(--muted);font-size:.91rem}
.footer a{display:block;text-decoration:none;margin:7px 0}
.rule{height:1px;background:var(--line);margin:28px 0}
.statement{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,3.4vw,3rem);line-height:1.25}
.event-card{min-height:245px}
.icon{font-size:2rem;margin-bottom:12px}
.faq details{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px 20px;margin-bottom:12px}
.faq summary{font-weight:750;cursor:pointer}
.faq p{color:var(--muted)}
.form{display:grid;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{font-size:.9rem;font-weight:750}
input,textarea,select{
  margin-top:7px;width:100%;padding:13px 14px;border-radius:14px;border:1px solid var(--line);
  background:white;color:var(--ink);font:inherit
}
textarea{min-height:125px;resize:vertical}
.notice{color:var(--muted);font-size:.88rem}
.table-like{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:24px;overflow:hidden}
.table-like>div{padding:28px;background:var(--paper)}
.table-like>div:nth-child(odd){border-right:1px solid var(--line)}
.table-like ul{padding-left:19px;color:var(--muted)}

.flower{--petal:var(--coral);position:absolute;width:110px;height:110px;display:grid;place-items:center;pointer-events:none}
.flower .petal{position:absolute;width:46px;height:46px;border-radius:50%;background:var(--petal);left:32px;top:5px;transform-origin:23px 50px;border:1px solid rgba(45,42,39,.12)}
.flower .petal:nth-child(2){transform:rotate(45deg)}.flower .petal:nth-child(3){transform:rotate(90deg)}
.flower .petal:nth-child(4){transform:rotate(135deg)}.flower .petal:nth-child(5){transform:rotate(180deg)}
.flower .petal:nth-child(6){transform:rotate(225deg)}.flower .petal:nth-child(7){transform:rotate(270deg)}
.flower .petal:nth-child(8){transform:rotate(315deg)}
.flower .face{position:relative;z-index:2;width:48px;height:48px;border-radius:50%;background:var(--mustard);border:2px solid var(--dark)}
.flower .face:before,.flower .face:after{content:"";position:absolute;top:14px;width:5px;height:7px;border-radius:50%;background:var(--dark)}
.flower .face:before{left:12px}.flower .face:after{right:12px}
.flower .face span{position:absolute;left:11px;right:11px;bottom:10px;height:10px;border-bottom:2px solid var(--dark);border-radius:0 0 25px 25px}
.f1{right:5%;top:8%;--petal:var(--blue);transform:rotate(8deg) scale(.72)}
.f2{left:3%;bottom:3%;--petal:var(--coral);transform:rotate(-8deg) scale(.48)}
.f3{right:9%;bottom:2%;--petal:var(--sage);transform:rotate(12deg) scale(.42)}
.f4{left:7%;top:10%;--petal:var(--lav);transform:rotate(-9deg) scale(.36)}
.flower-inline{position:relative;height:88px}
.flower-inline .flower{position:absolute;left:50%;top:-10px;transform:translateX(-50%) scale(.66)}

@media(max-width:900px){
  .links{display:none;position:absolute;top:71px;left:20px;right:20px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .links.open{display:flex}.menu{display:block}
  .hero-grid,.split,.footer-grid,.grid-3,.grid-2{grid-template-columns:1fr}
  .table-like{grid-template-columns:1fr}.table-like>div:nth-child(odd){border-right:0;border-bottom:1px solid var(--line)}
  .band .wrap{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){
  .wrap{width:min(100% - 26px,1160px)}
  h1{font-size:3.35rem}
  .form-row{grid-template-columns:1fr}
  .brand-name{font-size:1.04rem}
}

/* Homepage founding edition */
.home-page{
  --home-plum:#55263f;
  --home-plum-deep:#3f1c30;
  --home-olive:#858851;
  --home-coral:#e86649;
  --home-gold:#d9a943;
  --home-cream:#fbecd9;
  --home-paper:#fffaf2;
  --home-line:#e2d2bd;
  background:var(--home-cream);
}
.home-page .site-header{
  background:rgba(251,236,217,.92);
  border-bottom-color:rgba(85,38,63,.12);
}
.home-brand{gap:10px}
.brand-logo-img{
  width:46px;
  height:46px;
  object-fit:contain;
  flex:0 0 46px;
  mix-blend-mode:multiply;
}
.home-page .brand-name{color:var(--home-plum-deep)}
.home-page .links a{color:#6f6258}
.home-page .links a:hover{color:var(--home-plum)}
.home-page .nav-cta,
.home-page .button{
  background:var(--home-plum);
  border-color:var(--home-plum);
}
.home-page .button.outline{
  background:transparent;
  color:var(--home-plum)!important;
  border-color:rgba(85,38,63,.48);
}
.home-page .button:hover,
.home-page .nav-cta:hover{box-shadow:0 9px 22px rgba(85,38,63,.18)}
.home-page .kicker{color:#76513f}

.home-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 98px;
  border-bottom:1px solid rgba(85,38,63,.09);
}
.home-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.13fr) minmax(340px,.72fr);
  gap:72px;
  align-items:center;
  position:relative;
  z-index:2;
}
.home-hero-copy h1{
  max-width:790px;
  color:var(--home-plum-deep);
  font-size:clamp(3.7rem,7.7vw,7.25rem);
  margin:.16em 0 .18em;
}
.home-lead{
  max-width:760px;
  color:#5f574e;
  font-size:1.2rem;
  line-height:1.75;
}
.home-founding-note{
  margin:18px 0 0;
  color:#766a60;
  font-size:.92rem;
}
.home-logo-card{
  position:relative;
  background:rgba(255,250,242,.88);
  border:1px solid var(--home-line);
  border-radius:34px;
  padding:28px 30px 31px;
  box-shadow:0 24px 70px rgba(85,38,63,.12);
  text-align:center;
}
.home-logo-frame{
  width:min(270px,82%);
  margin:0 auto 2px;
  display:grid;
  place-items:center;
}
.home-logo-frame img{
  width:100%;
  display:block;
  mix-blend-mode:multiply;
}
.home-card-statement{
  margin:1px auto 12px;
  max-width:360px;
  color:var(--home-plum-deep);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.72rem;
  line-height:1.24;
}
.home-card-copy{
  margin:0 auto;
  max-width:370px;
  color:#6d6258;
  font-size:.98rem;
}
.home-card-signoff{
  margin-top:20px;
  padding-top:17px;
  border-top:1px solid var(--home-line);
  color:var(--home-olive);
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.home-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  opacity:.5;
  pointer-events:none;
}
.home-orb-one{
  width:390px;
  height:390px;
  right:-145px;
  top:-165px;
  background:rgba(232,102,73,.16);
}
.home-orb-two{
  width:310px;
  height:310px;
  left:-170px;
  bottom:-175px;
  background:rgba(133,136,81,.18);
}

.home-opening{background:var(--home-paper)}
.home-section-head{max-width:850px}
.home-section-head p{font-size:1.08rem;line-height:1.78}
.home-paths{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.home-path-card{
  min-height:315px;
  padding:30px;
  border:1px solid var(--home-line);
  border-radius:26px;
  background:#fffdf8;
  position:relative;
  overflow:hidden;
}
.home-path-card:after{
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  border:1px solid rgba(85,38,63,.12);
  border-radius:60px 60px 0 0;
  right:-28px;
  bottom:-38px;
}
.home-path-card:nth-child(2):after{border-color:rgba(133,136,81,.22)}
.home-path-card:nth-child(3):after{border-color:rgba(232,102,73,.20)}
.home-path-number{
  color:var(--home-coral);
  font-family:Georgia,"Times New Roman",serif;
  font-size:2.35rem;
  line-height:1;
  margin-bottom:40px;
}
.home-path-card:nth-child(2) .home-path-number{color:var(--home-olive)}
.home-path-card:nth-child(3) .home-path-number{color:var(--home-plum)}
.home-path-card h3{color:var(--home-plum-deep);font-size:1.6rem}
.home-path-card p{color:#6c6259;position:relative;z-index:1}

.home-observation-section{
  background:#f4e7d5!important;
  border-color:rgba(85,38,63,.08)!important;
}
.home-observation-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:76px;
  align-items:center;
}
.home-arch-quote{
  min-height:500px;
  padding:100px 52px 55px;
  border:2px solid rgba(85,38,63,.65);
  border-bottom:0;
  border-radius:240px 240px 0 0;
  position:relative;
  display:flex;
  align-items:center;
  background:rgba(255,250,242,.50);
}
.home-arch-quote:after{
  content:"";
  position:absolute;
  inset:12px 12px 0;
  border:1px solid rgba(85,38,63,.25);
  border-bottom:0;
  border-radius:220px 220px 0 0;
  pointer-events:none;
}
.home-arch-line{
  position:absolute;
  width:54px;
  height:5px;
  background:var(--home-coral);
  border-radius:999px;
  top:96px;
  left:50%;
  transform:translateX(-50%);
}
.home-arch-quote p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--home-plum-deep);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.75rem,3.1vw,2.75rem);
  line-height:1.28;
  text-align:center;
}
.home-observation-copy h2{color:var(--home-plum-deep)}
.home-observation-copy p{font-size:1.06rem;line-height:1.8}

.home-events-preview{background:var(--home-paper)}
.home-events-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.home-events-heading .section-head{max-width:840px}
.text-link{
  flex:0 0 auto;
  margin-bottom:48px;
  color:var(--home-plum);
  text-decoration:none;
  font-weight:800;
}
.text-link span{display:inline-block;transition:transform .18s ease}
.text-link:hover span{transform:translateX(4px)}
.home-event-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.home-event-card{
  min-height:330px;
  border-radius:180px 180px 26px 26px;
  padding:122px 31px 31px;
  border:1px solid var(--home-line);
  position:relative;
  overflow:hidden;
}
.home-event-card:before{
  content:"";
  position:absolute;
  inset:12px 12px auto;
  height:112px;
  border:1px solid rgba(255,255,255,.60);
  border-bottom:0;
  border-radius:170px 170px 0 0;
}
.home-event-walk{background:#e3e3c9}
.home-event-table{background:#f3d6c9}
.home-event-project{background:#dfd1db}
.home-event-label{
  color:rgba(63,28,48,.68);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.home-event-card h3{font-size:1.65rem;color:var(--home-plum-deep)}
.home-event-card p{color:#5e554e}

.home-principles{
  background:#f8ecdc!important;
  border-color:rgba(85,38,63,.08)!important;
}
.home-principles-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:80px;
  align-items:start;
}
.home-principles-title{
  position:sticky;
  top:120px;
}
.home-principles-title h2{color:var(--home-plum-deep)}
.home-principles-list{border-top:1px solid var(--home-line)}
.home-principles-list article{
  padding:26px 0 28px;
  border-bottom:1px solid var(--home-line);
  display:grid;
  grid-template-columns:.72fr 1fr;
  gap:30px;
}
.home-principles-list h3{
  color:var(--home-plum-deep);
  font-size:1.45rem;
  margin:0;
}
.home-principles-list p{margin:0;color:#6b6157}

.home-closing{
  background:var(--home-plum-deep);
  color:white;
  padding:74px 0;
}
.home-closing-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:55px;
  align-items:center;
}
.home-closing h2{font-size:clamp(2.8rem,5vw,5rem);margin:.12em 0 .22em}
.home-closing p{max-width:730px;color:#eadfda;font-size:1.05rem}
.light-kicker{color:#e6b775!important}
.home-page .button.light{
  background:var(--home-cream);
  border-color:var(--home-cream);
  color:var(--home-plum-deep)!important;
}
.home-footer{background:var(--home-cream)}
.footer-brand{
  display:flex!important;
  align-items:center;
  gap:9px;
  text-decoration:none;
  margin:0 0 10px!important;
}
.footer-brand img{
  width:52px;
  height:52px;
  object-fit:contain;
  mix-blend-mode:multiply;
}

@media(max-width:1000px){
  .home-hero-grid{grid-template-columns:1fr .65fr;gap:42px}
  .home-logo-card{padding:23px 22px 27px}
  .home-card-statement{font-size:1.48rem}
  .home-observation-grid{gap:45px}
  .home-arch-quote{min-height:440px;padding-left:35px;padding-right:35px}
}
@media(max-width:900px){
  .home-page .links{background:var(--home-paper)}
  .home-hero{padding:72px 0 78px}
  .home-hero-grid,
  .home-observation-grid,
  .home-principles-grid,
  .home-closing-grid{grid-template-columns:1fr}
  .home-hero-copy{max-width:790px}
  .home-logo-card{max-width:540px;margin:auto}
  .home-paths,.home-event-grid{grid-template-columns:1fr}
  .home-path-card{min-height:auto}
  .home-path-number{margin-bottom:25px}
  .home-arch-quote{min-height:470px;max-width:560px;margin:auto}
  .home-events-heading{display:block}
  .text-link{display:inline-block;margin:-18px 0 34px}
  .home-event-card{min-height:260px;border-radius:130px 130px 24px 24px;padding-top:105px}
  .home-principles-title{position:static}
  .home-principles-list article{grid-template-columns:1fr;gap:10px}
  .home-closing-grid{gap:25px}
}
@media(max-width:560px){
  .home-brand .brand-name{font-size:.98rem}
  .brand-logo-img{width:41px;height:41px;flex-basis:41px}
  .home-hero-copy h1{font-size:3.55rem}
  .home-lead{font-size:1.06rem}
  .home-logo-card{border-radius:26px}
  .home-card-statement{font-size:1.43rem}
  .home-arch-quote{min-height:390px;padding:84px 30px 40px}
  .home-arch-line{top:77px}
  .home-arch-quote p{font-size:1.72rem}
  .home-event-card{padding-left:25px;padding-right:25px}
  .home-closing{padding:58px 0}
}


/* Final brand and interest-list refinements */
.brand-logo-img{
  width:46px;
  height:46px;
  object-fit:contain;
  flex:0 0 46px;
  mix-blend-mode:multiply;
}
.footer-brand{
  display:flex!important;
  align-items:center;
  gap:9px;
  text-decoration:none;
  margin:0 0 10px!important;
}
.footer-brand img{
  width:52px;
  height:52px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.form-intro{color:var(--muted);margin-top:0}
.hidden-field{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.optional{font-weight:500;color:var(--muted);font-size:.82rem}
.consent-row{display:flex;gap:11px;align-items:flex-start;font-weight:500;line-height:1.45}
.consent-row input{width:19px;height:19px;flex:0 0 19px;margin:2px 0 0}
.privacy-note{margin:0;color:var(--muted);font-size:.86rem}
.confirmation-hero{min-height:70vh;display:grid;align-items:center;text-align:center}
.confirmation-wrap{max-width:820px}
.confirmation-logo{width:150px;height:150px;object-fit:contain;mix-blend-mode:multiply;margin:0 auto 8px;display:block}
.confirmation-wrap .lead{margin-left:auto;margin-right:auto}
.confirmation-wrap .hero-actions{justify-content:center}
@media(max-width:560px){
  .brand-logo-img{width:41px;height:41px;flex-basis:41px}
  .confirmation-logo{width:125px;height:125px}
}
