
body.camp-portal-page {
  margin: 0 !important;
  background: #EAE4DD !important;
}
body.camp-portal-page header.wp-block-template-part,
body.camp-portal-page footer.wp-block-template-part,
body.camp-portal-page .wp-site-blocks > header,
body.camp-portal-page .wp-site-blocks > footer,
body.camp-portal-page #masthead,
body.camp-portal-page #colophon,
body.camp-portal-page .site-header,
body.camp-portal-page .site-footer:not(.camp-portal-root .site-footer) {
  display: none !important;
}
body.camp-portal-page .wp-site-blocks,
body.camp-portal-page .site,
body.camp-portal-page .site-content,
body.camp-portal-page main,
body.camp-portal-page .entry-content,
body.camp-portal-page .wp-block-post-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
body.camp-portal-page .entry-header,
body.camp-portal-page .wp-block-post-title {
  display:none !important;
}

:root{
  --cream:#F6F0E7;
  --cream-2:#EFE5D8;
  --surface:#FFFDF9;
  --white:#FFFFFF;
  --ink:#1C1E1F;
  --muted:#6D6861;
  --brown:#9B704D;
  --brown-2:#B78C65;
  --brown-dark:#6F4C35;
  --line:#DDD2C4;
  --charcoal:#1F2325;
  --shadow:0 18px 42px rgba(67,49,35,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#EAE4DD}
body{
  margin:0;
  color:var(--ink);
  background:#EAE4DD;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.site-shell{
  position:relative;
  width:min(100%,460px);
  min-height:100vh;
  margin:0 auto;
  background:
    radial-gradient(circle at 80% 12%, rgba(183,140,101,.08), transparent 26%),
    linear-gradient(180deg,#FAF6EF 0%,#F6F0E7 100%);
  box-shadow:0 0 60px rgba(26,22,18,.12);
  overflow:hidden;
}
.topbar{
  height:84px;
  padding:20px 22px 13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(111,76,53,.10);
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.brand-button{
  border:0;
  background:transparent;
  padding:0;
  color:var(--ink);
}
.brand-logo{
  width:34px;
  height:28px;
  color:var(--brown);
}
.brand-logo svg{width:100%;height:100%}
.brand-name{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:21px;
  font-weight:600;
  letter-spacing:.02em;
}
.menu-trigger{
  width:42px;height:42px;
  padding:0;
  display:grid;
  place-content:center;
  gap:5px;
  border:0;
  background:transparent;
}
.menu-trigger span{
  display:block;
  width:24px;height:1.5px;
  background:var(--ink);
}
main{min-height:calc(100vh - 142px)}
.view{
  display:none;
  padding:32px 22px 32px;
  animation:fadeIn .22s ease;
}
.view.active{display:block}
@keyframes fadeIn{from{opacity:.3;transform:translateY(4px)}to{opacity:1;transform:none}}

.overline{
  display:block;
  color:var(--brown);
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.hero-card{
  overflow:hidden;
  position:relative;
  min-height:360px;
  border-radius:28px;
  background:linear-gradient(150deg,#FFFDF9 0%,#F1E7DA 100%);
  border:1px solid rgba(111,76,53,.12);
  box-shadow:var(--shadow);
}
.hero-copy{
  position:relative;
  z-index:2;
  padding:42px 30px 24px;
  max-width:360px;
}
.hero-copy h1{
  margin:0;
  max-width:340px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:48px;
  font-weight:600;
  line-height:.96;
  letter-spacing:-.02em;
}
.hero-copy p{
  margin:18px 0 0;
  max-width:300px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.mountain-art{
  height:148px;
  position:absolute;
  left:0;right:0;bottom:0;
  opacity:.85;
}
.mountain-art svg{width:100%;height:100%}
.home-actions{
  display:grid;
  gap:13px;
  margin-top:20px;
}
.portal-card{
  border:1px solid rgba(111,76,53,.14);
  background:rgba(255,253,249,.84);
  backdrop-filter:blur(8px);
  min-height:92px;
  border-radius:20px;
  display:grid;
  grid-template-columns:54px 1fr 30px;
  gap:15px;
  align-items:center;
  padding:14px 16px;
  text-align:left;
  box-shadow:0 10px 24px rgba(67,49,35,.06);
}
.portal-card-icon{
  width:54px;height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:white;
  background:linear-gradient(145deg,var(--brown-2),var(--brown-dark));
}
.portal-card-icon svg{width:27px;height:27px}
.portal-card-copy strong{
  display:block;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:23px;
  font-weight:600;
}
.portal-card-copy small{
  display:block;
  color:var(--muted);
  margin-top:2px;
  font-size:12px;
}
.portal-card-arrow{
  color:var(--muted);
  font-size:30px;
  font-family:Georgia,serif;
}
.editorial-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:var(--brown);
  margin:28px 0 6px;
  font-size:10px;
  letter-spacing:.16em;
  font-weight:700;
}
.editorial-note p{margin:0}
.editorial-rule{height:1px;width:36px;background:var(--brown);opacity:.45}

.page-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom:24px;
}
.compact-head{
  justify-content:flex-start;
  gap:13px;
  align-items:flex-start;
}
.page-head h2,.thank-you-view h2{
  margin:0;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:44px;
  line-height:1;
  font-weight:600;
  letter-spacing:-.015em;
}
.back-button{
  width:40px;height:40px;
  border:0;
  background:transparent;
  color:var(--ink);
  font-size:28px;
  padding:0;
}
.date-switcher{
  display:grid;
  grid-template-columns:42px 1fr 42px;
  gap:10px;
  align-items:center;
  border:1px solid var(--line);
  background:rgba(255,253,249,.75);
  border-radius:17px;
  padding:10px;
  margin-bottom:22px;
}
.date-switcher button{
  border:0;background:transparent;
  color:var(--ink);
  font-size:29px;
}
.date-switcher div{text-align:center}
.date-switcher strong{
  display:block;
  font-size:13px;
  letter-spacing:.03em;
}
.date-switcher span{
  display:block;
  color:var(--brown);
  font-size:11px;
  font-weight:700;
  margin-top:2px;
}
.timeline{
  position:relative;
  display:grid;
  gap:0;
  padding-bottom:6px;
}
.timeline:before{
  content:"";
  position:absolute;
  top:14px;bottom:18px;
  left:67px;
  width:1px;
  background:var(--line);
}
.timeline-item{
  display:grid;
  grid-template-columns:54px 28px 1fr;
  gap:0;
  align-items:flex-start;
  min-height:76px;
}
.timeline-time{
  font-size:12px;
  font-weight:700;
  padding-top:13px;
}
.timeline-dot-wrap{
  position:relative;
  display:grid;
  justify-items:center;
  padding-top:16px;
}
.timeline-dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--brown);
  box-shadow:0 0 0 4px var(--cream);
  z-index:1;
}
.timeline-content{
  padding:9px 0 14px 14px;
}
.timeline-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:700;
}
.timeline-icon{
  width:34px;height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(155,112,77,.09);
  color:var(--brown);
  flex:0 0 34px;
}
.timeline-sub{
  color:var(--muted);
  font-size:11px;
  margin:2px 0 0 44px;
}
.topic-filter{
  display:flex;
  gap:8px;
  overflow:auto;
  scrollbar-width:none;
  margin-bottom:18px;
  padding-bottom:2px;
}
.topic-filter::-webkit-scrollbar{display:none}
.filter-chip{
  white-space:nowrap;
  border:1px solid var(--line);
  background:rgba(255,253,249,.72);
  border-radius:999px;
  padding:9px 14px;
  font-size:11px;
  color:var(--muted);
}
.filter-chip.active{
  background:var(--charcoal);
  color:white;
  border-color:var(--charcoal);
}
.topics-list{
  display:grid;
  gap:13px;
}
.topic-card{
  display:grid;
  grid-template-columns:54px 1fr 26px;
  gap:14px;
  align-items:center;
  border:1px solid rgba(111,76,53,.13);
  background:rgba(255,253,249,.8);
  border-radius:19px;
  padding:14px;
  box-shadow:0 9px 22px rgba(67,49,35,.055);
}
.topic-card-index{
  width:54px;height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--cream-2);
  color:var(--brown-dark);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:19px;
  font-weight:600;
}
.topic-card-type{
  font-size:9px;
  color:var(--brown);
  letter-spacing:.12em;
  font-weight:700;
  text-transform:uppercase;
}
.topic-card-title{
  margin-top:3px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:22px;
  line-height:1;
  font-weight:600;
}
.topic-card-meta{
  color:var(--muted);
  font-size:11px;
  margin-top:6px;
  line-height:1.45;
}
.topic-save{
  border:0;background:transparent;
  color:var(--brown-dark);
  font-size:24px;
  padding:0;
}
.question-intro{
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
  margin:0 0 22px;
}
.question-form{
  display:grid;
  gap:11px;
}
.question-form label{
  font-size:12px;
  font-weight:700;
}
.question-form label span{
  color:var(--muted);
  font-weight:400;
}
.select-field,.textarea-field{
  position:relative;
}
.select-field select,.textarea-field textarea{
  width:100%;
  color:var(--ink);
  background:rgba(255,253,249,.84);
  border:1px solid var(--line);
  border-radius:16px;
  outline:none;
  box-shadow:0 8px 24px rgba(67,49,35,.04);
}
.select-field select{
  height:52px;
  appearance:none;
  padding:0 43px 0 15px;
  font-size:13px;
}
.select-field>span{
  position:absolute;
  right:16px;top:13px;
  color:var(--muted);
  pointer-events:none;
}
.textarea-field textarea{
  min-height:190px;
  resize:vertical;
  padding:16px;
  font-size:13px;
}
.textarea-field small{
  position:absolute;
  right:13px;bottom:12px;
  color:var(--muted);
  font-size:10px;
}
.select-field select:focus,.textarea-field textarea:focus{
  border-color:var(--brown-2);
  box-shadow:0 0 0 3px rgba(183,140,101,.08);
}
.toggle-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:7px 0;
  font-size:12px;
}
.toggle{
  position:relative;
  width:44px;height:25px;
}
.toggle input{opacity:0;width:0;height:0}
.toggle-ui{
  position:absolute;inset:0;
  border-radius:999px;
  background:#D9D2C8;
  transition:.2s;
}
.toggle-ui:before{
  content:"";
  position:absolute;
  width:21px;height:21px;
  left:2px;top:2px;
  background:white;
  border-radius:50%;
  box-shadow:0 2px 5px rgba(0,0,0,.16);
  transition:.2s;
}
.toggle input:checked + .toggle-ui{
  background:var(--brown);
}
.toggle input:checked + .toggle-ui:before{
  transform:translateX(19px);
}
.submit-question,.return-button{
  border:0;
  border-radius:15px;
  min-height:52px;
  color:white;
  background:linear-gradient(135deg,var(--brown-2),var(--brown-dark));
  box-shadow:0 12px 28px rgba(111,76,53,.14);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:21px;
  font-weight:600;
}
.privacy-note{
  margin-top:9px;
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:start;
  padding:15px;
  border-radius:16px;
  border:1px solid rgba(111,76,53,.1);
  background:rgba(239,229,216,.7);
}
.privacy-note p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.55;
}
.lock-icon{
  width:34px;height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#F7F0E7;
  color:var(--brown-dark);
}
.thank-you-view{
  min-height:620px;
  text-align:center;
  display:none;
  place-items:center;
  align-content:center;
  padding-top:50px;
  padding-bottom:60px;
}
.thank-you-view.active{display:grid}
.thank-symbol{
  width:124px;height:124px;
  color:var(--brown);
  margin-bottom:20px;
}
.thank-symbol svg{width:100%;height:100%}
.thank-you-view h2{
  font-size:56px;
}
.thank-you-view p{
  max-width:300px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  margin:18px auto 28px;
}
.return-button{
  width:220px;
}
.site-footer{
  min-height:58px;
  padding:14px 22px;
  background:linear-gradient(180deg,#24282A,#1C1F20);
  color:#D0A57E;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:9px;
  letter-spacing:.16em;
}
.footer-logo{
  width:27px;height:20px;color:#D0A57E;
}
.footer-logo svg{width:100%;height:100%}

.menu-overlay{
  position:fixed;
  inset:0;
  z-index:40;
  background:rgba(16,16,16,.38);
  backdrop-filter:blur(2px);
}
.drawer{
  position:fixed;
  z-index:50;
  top:0;bottom:0;
  right:max(0px,calc((100vw - 460px)/2));
  width:min(86vw,370px);
  padding:22px 20px;
  background:linear-gradient(180deg,#24292B,#1B1F21);
  color:white;
  transform:translateX(105%);
  transition:transform .28s ease;
  box-shadow:-20px 0 50px rgba(0,0,0,.20);
}
.drawer.open{transform:none}
.drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:20px;
}
.drawer-brand{
  display:flex;
  align-items:center;
  gap:9px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:19px;
}
.drawer-head button{
  border:0;background:transparent;color:white;
  font-size:30px;
}
.drawer-nav{
  border-top:1px solid rgba(255,255,255,.10);
}
.drawer-nav button{
  display:block;
  width:100%;
  text-align:left;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:transparent;
  color:white;
  padding:15px 10px;
  font-size:14px;
}
.drawer-nav button:hover{
  background:rgba(183,140,101,.16);
}
.drawer-verse{
  position:absolute;
  left:20px;right:20px;bottom:36px;
  padding:22px;
  border-radius:16px;
  background:#F7F0E7;
  color:var(--ink);
  text-align:center;
}
.drawer-verse em{
  display:block;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:19px;
}
.drawer-verse span{
  display:block;
  margin-top:7px;
  color:var(--brown);
  font-size:8px;
  font-weight:700;
  letter-spacing:.15em;
}
@media (min-width:700px){
  body{padding:28px 0}
  .site-shell{border-radius:30px;min-height:900px}
}
@media (max-width:380px){
  .hero-copy h1{font-size:42px}
  .page-head h2{font-size:39px}
  .brand-name{font-size:19px}
  .view{padding-left:17px;padding-right:17px}
}
