:root{
  --yy-ink:#18201c;
  --yy-forest:#213b31;
  --yy-green:#315b49;
  --yy-leaf:#789982;
  --yy-sand:#efe6d7;
  --yy-cream:#faf7f0;
  --yy-paper:#fffdf8;
  --yy-gold:#c79c57;
  --yy-border:rgba(25,45,36,.12);
  --yy-muted:#6d756f;
  --yy-shadow:0 24px 70px rgba(24,48,38,.12);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body.yy-home{
  margin:0;
  background:var(--yy-cream);
  color:var(--yy-ink);
  font-family:"Source Sans 3",sans-serif;
  line-height:1.6;
}

.yy-home a{text-decoration:none;color:inherit}

.yy-container{
  width:min(1180px,calc(100% - 40px));
  margin:auto;
}

.yy-nav{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:20;
  padding:22px 0;
}

.yy-nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.yy-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
}

.yy-brand img{
  width:48px;
  height:48px;
  object-fit:contain;
  background:rgba(255,255,255,.92);
  border-radius:15px;
  padding:6px;
}

.yy-brand-name{
  display:block;
  font-family:"Fraunces",serif;
  font-size:1.35rem;
  font-weight:700;
  line-height:1.1;
}

.yy-brand-tag{
  display:block;
  opacity:.74;
  font-size:.72rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.yy-nav-links{
  display:flex;
  align-items:center;
  gap:24px;
  color:rgba(255,255,255,.82);
  font-size:.95rem;
}

.yy-nav-links a:hover{color:#fff}

.yy-nav-actions{
  display:flex;
  gap:10px;
}

.yy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:12px 22px;
  font-weight:700;
  line-height:1;
  transition:.2s ease;
  border:1px solid transparent;
}

.yy-btn:hover{transform:translateY(-1px)}

.yy-btn-gold{
  background:var(--yy-gold);
  color:#172119;
}

.yy-btn-light{
  color:#fff;
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}

.yy-btn-dark{
  background:var(--yy-forest);
  color:#fff;
}

.yy-hero{
  min-height:760px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 20%,rgba(199,156,87,.25),transparent 27%),
    radial-gradient(circle at 5% 90%,rgba(120,153,130,.25),transparent 30%),
    linear-gradient(135deg,#142a22 0%,#24483a 55%,#182f27 100%);
  color:#fff;
}

.yy-hero:before,
.yy-hero:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
}

.yy-hero:before{
  width:560px;height:560px;
  right:-120px;top:100px;
}

.yy-hero:after{
  width:360px;height:360px;
  right:30px;top:200px;
}

.yy-hero-inner{
  min-height:760px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:80px;
  align-items:center;
  padding-top:100px;
  position:relative;
  z-index:2;
}

.yy-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#e6d2aa;
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.15em;
  font-weight:700;
}

.yy-kicker:before{
  content:"";
  width:34px;
  height:1px;
  background:currentColor;
}

.yy-hero h1{
  margin:20px 0;
  max-width:800px;
  font:600 clamp(3rem,6vw,5.5rem)/.98 "Fraunces",serif;
  letter-spacing:-.045em;
}

.yy-hero h1 em{
  color:#e2c995;
  font-weight:500;
}

.yy-hero-copy{
  max-width:690px;
  color:rgba(255,255,255,.76);
  font-size:1.15rem;
}

.yy-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.yy-hero-trust{
  margin-top:42px;
  display:flex;
  flex-wrap:wrap;
  gap:25px;
  color:rgba(255,255,255,.68);
  font-size:.92rem;
}

.yy-hero-trust span:before{
  content:"✓";
  margin-right:7px;
  color:#e1c486;
}

.yy-orbit{
  position:relative;
  height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.yy-orbit-core{
  width:260px;
  height:260px;
  border-radius:50%;
  background:
    radial-gradient(circle at 35% 30%,#fff9e9,#d7c293 38%,#789982 75%,#315b49);
  box-shadow:0 40px 100px rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#193125;
  text-align:center;
  padding:35px;
  position:relative;
  z-index:2;
}

.yy-orbit-core strong{
  font:600 2rem/1.05 "Fraunces",serif;
}

.yy-orbit-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.15);
}

.yy-ring-1{width:390px;height:390px}
.yy-ring-2{width:480px;height:480px}

.yy-orbit-tag{
  position:absolute;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(15px);
  border-radius:18px;
  padding:12px 16px;
  font-size:.86rem;
  box-shadow:0 20px 40px rgba(0,0,0,.1);
}

.yy-tag-1{top:65px;left:5px}
.yy-tag-2{right:-10px;top:135px}
.yy-tag-3{left:0;bottom:90px}
.yy-tag-4{right:15px;bottom:55px}

.yy-section{
  padding:100px 0;
}

.yy-section-soft{
  background:#f3ede2;
}

.yy-section-dark{
  background:var(--yy-forest);
  color:#fff;
}

.yy-section-head{
  max-width:730px;
  margin-bottom:48px;
}

.yy-section-head.center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.yy-eyebrow{
  color:var(--yy-green);
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.16em;
  font-weight:800;
}

.yy-section-dark .yy-eyebrow{color:#dfc48d}

.yy-section h2{
  margin:10px 0 16px;
  font:600 clamp(2.3rem,4vw,3.8rem)/1.05 "Fraunces",serif;
  letter-spacing:-.035em;
}

.yy-section-head p{
  margin:0;
  color:var(--yy-muted);
  font-size:1.08rem;
}

.yy-section-dark .yy-section-head p{
  color:rgba(255,255,255,.67);
}

.yy-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px;
  align-items:start;
}

.yy-intro-mark{
  position:sticky;
  top:40px;
}

.yy-intro-mark span{
  display:block;
  font:600 5rem/1 "Fraunces",serif;
  color:var(--yy-gold);
}

.yy-intro-mark p{
  font-size:1.15rem;
  color:var(--yy-muted);
  max-width:350px;
}

.yy-intro-copy{
  font:400 clamp(1.6rem,3vw,2.45rem)/1.35 "Fraunces",serif;
  color:#293b32;
}

.yy-activity-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.yy-card{
  background:rgba(255,255,255,.72);
  border:1px solid var(--yy-border);
  border-radius:26px;
  padding:28px;
  min-height:250px;
  box-shadow:0 8px 30px rgba(31,55,44,.04);
  transition:.25s ease;
}

.yy-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--yy-shadow);
  background:#fff;
}

.yy-card-num{
  display:flex;
  width:44px;height:44px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#e9dfcc;
  color:var(--yy-green);
  font:600 1rem "IBM Plex Mono",monospace;
}

.yy-card h3{
  margin:24px 0 10px;
  font:600 1.55rem/1.15 "Fraunces",serif;
}

.yy-card p{
  color:var(--yy-muted);
  margin:0;
}

.yy-path-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.12);
}

.yy-path{
  background:var(--yy-forest);
  padding:32px 25px;
  min-height:230px;
}

.yy-path small{
  color:#dfc48d;
  font:500 .78rem "IBM Plex Mono",monospace;
}

.yy-path h3{
  margin:25px 0 10px;
  font:600 1.55rem "Fraunces",serif;
}

.yy-path p{
  color:rgba(255,255,255,.65);
  margin:0;
}

.yy-highlight{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.yy-highlight-box{
  border-radius:32px;
  padding:45px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.62));
  border:1px solid var(--yy-border);
  box-shadow:var(--yy-shadow);
}

.yy-highlight-box blockquote{
  margin:0;
  font:500 2rem/1.3 "Fraunces",serif;
}

.yy-highlight-box p{
  color:var(--yy-muted);
  margin-bottom:0;
}

.yy-points{
  display:grid;
  gap:20px;
}

.yy-point{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:15px;
}

.yy-point-icon{
  width:44px;height:44px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e8deca;
}

.yy-point strong{
  display:block;
  margin-bottom:2px;
}

.yy-point p{
  margin:0;
  color:var(--yy-muted);
}

.yy-cta{
  margin:0 auto;
  padding:70px;
  max-width:1180px;
  border-radius:38px;
  background:
    radial-gradient(circle at 80% 30%,rgba(199,156,87,.25),transparent 30%),
    var(--yy-forest);
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:50px;
}

.yy-cta h2{
  margin:0 0 12px;
  max-width:650px;
}

.yy-cta p{
  margin:0;
  color:rgba(255,255,255,.7);
}

.yy-footer{
  padding:65px 0 30px;
  background:#13231c;
  color:#fff;
}

.yy-footer-top{
  display:grid;
  grid-template-columns:1.3fr .7fr .7fr;
  gap:60px;
  padding-bottom:45px;
}

.yy-footer .yy-brand{margin-bottom:18px}

.yy-footer-copy{
  color:rgba(255,255,255,.6);
  max-width:430px;
}

.yy-footer h4{
  margin:5px 0 15px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#d8bd86;
}

.yy-footer-links{
  display:grid;
  gap:9px;
  color:rgba(255,255,255,.65);
}

.yy-footer-bottom{
  border-top:1px solid rgba(255,255,255,.09);
  padding-top:25px;
  color:rgba(255,255,255,.45);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:.86rem;
}

@media(max-width:960px){
  .yy-nav-links{display:none}
  .yy-hero-inner{grid-template-columns:1fr;gap:0}
  .yy-orbit{display:none}
  .yy-hero{min-height:auto}
  .yy-hero-inner{min-height:720px}
  .yy-intro-grid,
  .yy-highlight{grid-template-columns:1fr;gap:40px}
  .yy-intro-mark{position:static}
  .yy-activity-grid{grid-template-columns:repeat(2,1fr)}
  .yy-path-grid{grid-template-columns:repeat(2,1fr)}
  .yy-footer-top{grid-template-columns:1fr 1fr}
}

@media(max-width:640px){
  .yy-container{width:min(100% - 26px,1180px)}
  .yy-nav{padding:15px 0}
  .yy-brand-tag{display:none}
  .yy-nav-actions .yy-btn-light{display:none}
  .yy-btn{padding:11px 17px}
  .yy-hero-inner{padding-top:115px;min-height:680px}
  .yy-hero h1{font-size:3.2rem}
  .yy-section{padding:72px 0}
  .yy-activity-grid,
  .yy-path-grid{grid-template-columns:1fr}
  .yy-card{min-height:auto}
  .yy-cta{margin:0 13px;padding:38px 25px;display:block}
  .yy-cta .yy-btn{margin-top:25px}
  .yy-footer-top{grid-template-columns:1fr}
  .yy-footer-bottom{display:block}
  .yy-footer-bottom span{display:block;margin-top:5px}
}
