:root{
  --cream:#F8F3EC;--warm:#FDFAF6;--sand:#EDE3D6;--taupe:#C9B99E;
  --brown:#8B7355;--dbrown:#4A3728;--esp:#2C1810;
  --muted:#9C8E7E;--lmuted:#C8BFAF;
  --border:rgba(139,115,85,.15);--border2:rgba(139,115,85,.25);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--esp);overflow-x:hidden}
img{max-width:100%;display:block}
.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;background:rgba(248,243,236,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:0.5px solid var(--border)}
.nav-logo{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:400;letter-spacing:.08em;color:var(--esp);text-decoration:none}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{font-size:12.5px;color:var(--muted);text-decoration:none;letter-spacing:.03em;transition:color .2s;position:relative}
.nav-links a:hover,.nav-links a.active{color:var(--esp)}
.nav-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:1px;background:var(--taupe);opacity:.9}
.nav-cta{font-size:12px;padding:8px 18px;background:var(--esp);color:var(--warm)!important;border-radius:25px;text-decoration:none;letter-spacing:.03em;transition:opacity .2s}
.nav-cta.active::after{left:18px;right:18px;bottom:-7px}
.nav-cta:hover{opacity:.85}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--esp);transition:all .2s}
.hero{min-height:86vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:8rem 2rem 5rem}
.hero-bg{position:absolute;inset:0;background:linear-gradient(160deg,#f5ede0 0%,var(--cream) 45%,#ede0cc 100%);z-index:0}
.hero-grain{position:absolute;inset:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");z-index:1}
.hero-circle{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(201,185,158,.22) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}
.hero-content{position:relative;z-index:2;text-align:center;width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center}
.hero-eyebrow,.section-eyebrow,.final-cta-eyebrow{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:500}
.hero-eyebrow{color:var(--muted);margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s .2s forwards}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(42px,7vw,80px);font-weight:300;line-height:1.1;color:var(--esp);margin-bottom:1.5rem;opacity:0;animation:fadeUp .9s .4s forwards}
.hero-title em,.section-title em,.final-cta-title em{font-style:italic;color:var(--brown)}
.hero-body{font-size:15px;color:var(--muted);line-height:1.85;font-weight:300;max-width:650px;opacity:0;animation:fadeUp .9s .6s forwards}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:.9rem;margin-top:2rem;opacity:0;animation:fadeUp .9s .8s forwards}
.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;background:var(--esp);color:var(--warm);border-radius:35px;text-decoration:none;font-size:13px;letter-spacing:.04em;transition:all .2s}
.hero-cta:hover{background:var(--dbrown);transform:translateY(-1px)}
.hero-link{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:0.5px solid var(--border2);border-radius:35px;color:var(--dbrown);background:rgba(253,250,246,.45);text-decoration:none;font-size:13px;letter-spacing:.03em;transition:all .2s}
.hero-link:hover{background:var(--warm);border-color:var(--taupe)}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
section{padding:5.5rem 2rem}
.section-inner{max-width:1100px;margin:0 auto}
.section-eyebrow{color:var(--taupe);margin-bottom:1rem}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4.5vw,52px);font-weight:300;line-height:1.2;color:var(--esp);margin-bottom:1.25rem}
.section-body{font-size:14.5px;color:var(--muted);line-height:1.9;font-weight:300;max-width:660px}
.experience-intro{background:var(--warm)}
.experience-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}
.experience-card{display:block;background:var(--cream);border:0.5px solid var(--border2);border-radius:18px;padding:1.75rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}
.experience-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(44,24,16,.06);border-color:rgba(139,115,85,.36)}
.experience-card-num{display:block;font-family:'Cormorant Garamond',serif;font-size:34px;font-weight:300;line-height:1;color:var(--taupe);margin-bottom:.9rem}
.experience-card h3{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:400;color:var(--esp);margin-bottom:.65rem}
.experience-card p{font-size:13.5px;color:var(--muted);line-height:1.75;font-weight:300}
.experience-card-line{font-size:12.5px;color:var(--dbrown);line-height:1.75;font-weight:300;border-top:0.5px solid var(--border);margin-top:1rem;padding-top:1rem}
.experience-section{background:var(--cream)}
.experience-section.alt{background:var(--warm)}
.experience-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:3.5rem;align-items:start}
.experience-content{display:flex;flex-direction:column;align-items:flex-start}
.experience-copy{font-size:14.5px;color:var(--muted);line-height:1.9;font-weight:300}
.experience-copy-group{display:flex;flex-direction:column;gap:1rem;margin-top:.35rem}
.experience-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;margin:1.7rem 0 0}
.experience-list-title{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--taupe);font-weight:500;margin-bottom:.75rem}
.experience-tags{display:grid;grid-template-rows:repeat(5,minmax(44px,auto));align-items:start;gap:8px;list-style:none}
.experience-tags li{display:flex;align-items:center;justify-self:start;min-height:44px;font-size:12px;color:var(--dbrown);background:var(--cream);border:0.5px solid var(--border);border-radius:18px;padding:6px 10px;line-height:1.3}
.alt .experience-tags li{background:var(--sand)}
.experience-btn{display:inline-block;margin-top:12px;padding:13px 28px;border-radius:30px;background:var(--esp);color:var(--warm);font-size:13px;text-decoration:none;letter-spacing:.03em;transition:all .2s}
.experience-btn:hover{background:var(--dbrown);transform:translateY(-1px)}
.experience-points{display:grid;grid-template-rows:repeat(5,minmax(44px,auto));gap:8px;list-style:none}
.experience-points li{position:relative;min-height:44px;font-size:13px;color:var(--muted);line-height:1.65;font-weight:300;padding-left:1rem}
.experience-points li::before{content:'';position:absolute;left:0;top:.7em;width:5px;height:5px;border-radius:50%;background:var(--taupe)}
.experience-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:0}
.experience-actions .experience-btn{margin-top:12px}
.experience-note{font-size:12px;color:var(--muted);line-height:1.6;font-weight:300}
.experience-note a{color:var(--brown);text-decoration:none;border-bottom:0.5px solid var(--taupe);padding-bottom:1px;transition:color .2s,border-color .2s}
.experience-note a:hover{color:var(--esp);border-color:var(--brown)}
.experience-photos{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:230px 180px;gap:10px;width:100%;max-width:560px;justify-self:center;align-self:center}
.experience-photos-single{display:block;max-width:520px;align-self:end;margin-bottom:4.5rem}
.experience-photos-single .experience-photo{height:440px}
.experience-photos-single .experience-photo:first-child{grid-row:auto}
.experience-photos-two{grid-template-columns:1fr 1fr;grid-template-rows:300px}
.experience-photos-two .experience-photo:first-child{grid-row:auto}
.experience-photos-four{grid-template-columns:1.08fr .92fr;grid-template-rows:200px 200px}
.experience-photos-four .experience-photo:first-child{grid-row:1/3}
.experience-photos-four .experience-photo:nth-child(4){grid-column:1/3;height:210px}
.experience-photo{position:relative;overflow:hidden;border-radius:14px;background:var(--sand);border:0.5px solid var(--border2)}
.experience-photo:first-child{grid-row:1/3}
.experience-photo img{width:100%;height:100%;object-fit:cover}
.experience-photo.is-placeholder img{display:none}
.experience-photo.is-placeholder::before{content:'';position:absolute;inset:18%;border:.5px solid rgba(139,115,85,.2);border-radius:50%}
.service-ways-section{background:var(--warm)}
.service-ways-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}
.service-way-card{background:var(--cream);border:0.5px solid var(--border2);border-radius:18px;padding:1.75rem;transition:transform .2s,box-shadow .2s,border-color .2s}
.service-way-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(44,24,16,.06);border-color:rgba(139,115,85,.36)}
.service-way-tag{display:inline-flex;margin-bottom:1rem;border:0.5px solid var(--border);border-radius:18px;padding:5px 10px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--brown);line-height:1.35}
.service-way-card h3{font-family:'Cormorant Garamond',serif;font-size:25px;font-weight:400;color:var(--esp);line-height:1.25;margin-bottom:.75rem}
.service-way-card p{font-size:13.5px;color:var(--muted);line-height:1.85;font-weight:300}
.about-section{background:var(--warm)}
.about-section.alt{background:var(--cream)}
.about-narrow{max-width:820px;margin:0 auto}
.about-body{display:flex;flex-direction:column;gap:1.15rem;font-size:15px;color:var(--muted);line-height:1.95;font-weight:300}
.cultural-lineage{display:grid;grid-template-columns:repeat(3,1fr);margin-top:2.5rem;border-top:0.5px solid var(--border2);border-bottom:0.5px solid var(--border2)}
.cultural-lineage-item{padding:1.4rem 1.25rem}
.cultural-lineage-item + .cultural-lineage-item{border-left:0.5px solid var(--border2)}
.cultural-lineage-item span{display:block;font-family:'Cormorant Garamond',serif;font-size:21px;color:var(--dbrown);margin-bottom:.4rem}
.cultural-lineage-item p{font-size:12px;color:var(--muted);line-height:1.65;font-weight:300}
.letter-card{background:var(--cream);border:0.5px solid var(--border2);border-radius:18px;padding:2.5rem;box-shadow:0 14px 46px rgba(44,24,16,.04)}
.letter-card .about-body{color:var(--dbrown)}
.letter-signoff{margin-top:2rem;color:var(--brown);font-family:'Cormorant Garamond',serif;font-size:26px;font-style:italic;line-height:1.35}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}
.value-card{background:var(--warm);border:0.5px solid var(--border2);border-radius:18px;padding:1.75rem;transition:transform .2s,box-shadow .2s}
.value-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(44,24,16,.06)}
.value-title{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:400;color:var(--esp);margin-bottom:.65rem}
.value-body{font-size:13.5px;color:var(--muted);line-height:1.85;font-weight:300}
.final-cta{background:var(--esp);padding:7rem 2rem;text-align:center;position:relative;overflow:hidden}
.final-cta::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(253,250,246,.03);top:-100px;right:-100px;pointer-events:none}
.final-cta::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(253,250,246,.03);bottom:-60px;left:-60px;pointer-events:none}
.final-cta-inner{max-width:640px;margin:0 auto;position:relative;z-index:1}
.final-cta-eyebrow{color:rgba(253,250,246,.35);margin-bottom:1.5rem}
.final-cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,5vw,58px);font-weight:300;color:var(--warm);line-height:1.2;margin-bottom:1.25rem}
.final-cta-title em{color:var(--taupe)}
.final-cta-body{font-size:14.5px;color:rgba(253,250,246,.55);line-height:1.85;font-weight:300;margin-bottom:2.5rem}
.final-cta-btn{display:inline-block;padding:15px 36px;background:var(--warm);color:var(--esp);border-radius:35px;text-decoration:none;font-size:13px;font-weight:500;letter-spacing:.04em;transition:all .2s}
.final-cta-btn:hover{background:var(--sand);transform:translateY(-2px)}
.soft-cta{background:var(--warm);padding:5.5rem 2rem;text-align:center}
.soft-cta.alt{background:var(--cream)}
.soft-cta-inner{max-width:640px;margin:0 auto}
.soft-cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4.5vw,48px);font-weight:300;color:var(--esp);line-height:1.2;margin-bottom:1rem}
.soft-cta-body{font-size:14.5px;color:var(--muted);line-height:1.85;font-weight:300;margin:0 auto 2rem;max-width:560px}
.soft-cta-btn{display:inline-block;padding:13px 30px;border-radius:30px;background:var(--esp);color:var(--warm);font-size:13px;text-decoration:none;letter-spacing:.03em;transition:all .2s}
.soft-cta-btn:hover{background:var(--dbrown);transform:translateY(-1px)}
footer{background:var(--esp);border-top:0.5px solid rgba(253,250,246,.08);padding:3rem 2.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}
.footer-brand{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:300;color:var(--warm);letter-spacing:.08em}
.footer-links{display:flex;gap:1.75rem;flex-wrap:wrap}
.footer-links a{font-size:12px;color:rgba(253,250,246,.4);text-decoration:none;letter-spacing:.03em;transition:color .2s}
.footer-links a:hover{color:rgba(253,250,246,.75)}
.footer-copy{font-size:11px;color:rgba(253,250,246,.25);letter-spacing:.03em}.footer-admin-link{font-size:10px!important;opacity:.55}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}
@media(max-width:760px){
  .nav-links{display:none;position:fixed;top:64px;left:0;right:0;background:var(--warm);flex-direction:column;padding:1.5rem 2rem;gap:1.25rem;border-bottom:0.5px solid var(--border2);z-index:99}
  .nav-links.open{display:flex}
  .nav-hamburger{display:flex}
  .nav{padding:0 1.5rem}
  section{padding:4.5rem 1.5rem}
  .experience-card-grid{grid-template-columns:1fr}
  .experience-layout{grid-template-columns:1fr;gap:2rem}
  .experience-list-grid{grid-template-columns:1fr;gap:1.25rem}
  .experience-tags,.experience-points{display:flex;flex-direction:column;gap:.55rem}
  .experience-tags li,.experience-points li{min-height:0}
  .experience-photos{grid-template-rows:220px 160px}
  .service-ways-grid{grid-template-columns:1fr 1fr}
  .cultural-lineage{grid-template-columns:1fr}
  .cultural-lineage-item + .cultural-lineage-item{border-left:0;border-top:0.5px solid var(--border2)}
  .letter-card{padding:1.75rem}
  .values-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .hero-actions{flex-direction:column;width:100%}
  .hero-cta,.hero-link{width:100%}
  .experience-photos,.experience-photos-single,.experience-photos-two,.experience-photos-four{grid-template-columns:1fr;grid-template-rows:none}
  .experience-photos-single{margin-bottom:0}
  .experience-photo,.experience-photos-single .experience-photo,.experience-photos-four .experience-photo:nth-child(4){height:220px}
  .experience-photo:first-child,.experience-photos-four .experience-photo:first-child{grid-row:auto}
  .experience-photos-four .experience-photo:nth-child(4){grid-column:auto}
  .experience-btn,.final-cta-btn,.soft-cta-btn{width:100%;text-align:center}
  .service-ways-grid{grid-template-columns:1fr}
}
.collab-section{background:var(--warm)}
.collab-section.alt{background:var(--cream)}
.coffee-fund-section{background:var(--warm)}
.coffee-fund-card{max-width:820px;margin:0 auto;background:var(--cream);border:0.5px solid var(--border2);border-radius:18px;padding:2.5rem;text-align:center;box-shadow:0 14px 46px rgba(44,24,16,.04)}
.coffee-fund-card .section-title,.coffee-fund-card .section-body{margin-left:auto;margin-right:auto}
.coffee-fund-note{font-size:13.5px;color:var(--dbrown);line-height:1.85;font-weight:300;max-width:620px;margin:1rem auto 0}
.coffee-fund-soon{display:inline-block;margin-top:2rem;padding:12px 28px;border-radius:35px;border:0.5px solid var(--border2);background:rgba(253,250,246,.48);color:var(--brown);font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;cursor:default}
.hero-body-secondary{margin-top:1rem;animation-delay:.75s}
.collab-list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:2.5rem}
.collab-pill{background:var(--cream);border:0.5px solid var(--border2);border-radius:18px;padding:1.05rem 1.15rem;font-size:13px;color:var(--dbrown);line-height:1.55;font-weight:400}
.collab-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem}
.collab-card{background:var(--warm);border:0.5px solid var(--border2);border-radius:18px;padding:1.9rem;transition:transform .2s,box-shadow .2s}
.collab-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(44,24,16,.06)}
.collab-card-title{font-family:'Cormorant Garamond',serif;font-size:25px;font-weight:400;color:var(--esp);line-height:1.25;margin-bottom:.75rem}
.collab-card-body{font-size:13.5px;color:var(--muted);line-height:1.85;font-weight:300}
.collab-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.75fr);gap:3rem;align-items:start}
.collab-detail-list{list-style:none;background:var(--cream);border:0.5px solid var(--border2);border-radius:18px;padding:1.6rem 1.8rem;display:flex;flex-direction:column;gap:.85rem}
.collab-detail-list li{position:relative;font-size:13.5px;color:var(--dbrown);line-height:1.6;font-weight:300;padding-left:1.1rem}
.collab-detail-list li::before{content:'';position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:50%;background:var(--taupe)}
.collab-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}
.collab-step{background:var(--warm);border:0.5px solid var(--border2);border-radius:18px;padding:1.75rem}
.collab-step-num{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:300;color:var(--taupe);line-height:1;margin-bottom:.8rem}
.collab-step h3{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:400;color:var(--esp);line-height:1.25;margin-bottom:.75rem}
.collab-step p{font-size:13.5px;color:var(--muted);line-height:1.8;font-weight:300}
@media(max-width:900px){
  .collab-list-grid{grid-template-columns:repeat(2,1fr)}
  .collab-split{grid-template-columns:1fr}
  .collab-step-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .collab-card-grid{grid-template-columns:1fr}
  .coffee-fund-card{padding:1.75rem}
}
@media(max-width:560px){
  .collab-list-grid{grid-template-columns:1fr}
}
