:root{
  --ink:#121212;
  --muted:#666;
  --blue:#126bd6;
  --green:#a4cf7e;
  --line:#ececec;
  --soft:#f4f4f4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;letter-spacing:-.01em}
.container-xl{max-width:1180px}
.navbar{min-height:72px}
.navbar-brand{font-size:1.05rem;letter-spacing:-.04em}
.nav-link{color:#111!important}
.nav-link:hover{color:var(--blue)!important}
.border-bottom-subtle{border-bottom:1px solid rgba(0,0,0,.04)}
.bg-light-soft{background:#f4f4f4}
.py-section{padding-top:105px;padding-bottom:105px}
.py-lg-6{padding-top:5rem!important;padding-bottom:5rem!important}
.eyebrow{font-size:.67rem;letter-spacing:.08em;color:var(--blue);text-transform:uppercase;font-weight:600}
.hero{background:#fff}
.min-vh-hero{min-height:620px}
.hero-title{font-size:clamp(1.55rem,2.7vw,2.55rem);line-height:1.15;max-width:560px}
.lead-sm{font-size:1rem;color:#262626}
.hero-image-wrap{min-height:620px;overflow:hidden;position:relative}
.hero-image{width:100%;height:100%;object-fit:cover;object-position:center top;position:absolute;inset:0;filter:saturate(.98) contrast(1.03)}
.hero-blob{position:absolute;left:10%;top:55px;width:52%;height:510px;background:#f1f1f1;clip-path:polygon(19% 0,100% 0,100% 78%,66% 78%,56% 100%,0 100%,0 36%);z-index:0}
.btn-learn{font-size:.75rem;border-color:#84bc61;color:#1c4b0d;background:#fff}
.btn-learn:hover{background:#84bc61;border-color:#84bc61}
.press-strip{border-top:1px solid #f2f2f2}
.press-image{max-width:880px;width:min(100%,880px);mix-blend-mode:multiply}
.photo-frame{background:#efefef;padding:0 45px 42px 0;position:relative}
.photo-frame img{display:block;position:relative;top:35px;left:35px;box-shadow:0 10px 30px rgba(0,0,0,.04)}
.section-title{font-size:clamp(1.8rem,3vw,3rem);font-weight:600;letter-spacing:-.04em;margin-bottom:1.2rem}
.clean-list{list-style:none;padding:0;margin:0;display:grid;gap:13px}
.clean-list li{display:flex;gap:11px;align-items:flex-start}
.clean-list li>span{color:var(--blue);font-weight:700;line-height:1.25}
.achievement-section{background:#fff}
.achievement-card{background:#fff;border:1px solid #ededed;box-shadow:0 12px 30px rgba(0,0,0,.06);padding:30px 25px;min-height:220px;text-align:center}
.achievement-card h3{font-size:1.02rem;margin:.9rem 0 .7rem;font-weight:700}
.achievement-card p{font-size:.8rem;line-height:1.6;color:#666;margin:0}
.icon-badge{width:58px;height:58px;border-radius:50%;background:#f5f8ee;border:1px solid #dce9cd;display:grid;place-items:center;margin:0 auto;color:#1667d9;font-size:1.45rem}
.quote-band{min-height:260px;background:#fff;overflow:hidden}
.giant-text{font-size:clamp(2rem,7.5vw,7rem);font-weight:700;color:#efefef;white-space:nowrap;line-height:1;transform:translateX(0);padding-left:1.5rem}
.green-band{height:165px;background:var(--green);margin-top:-3px}
.business-section{background:#f2f2f2}
.business-card{background:#fff;border:1px solid #ececec;box-shadow:0 8px 22px rgba(0,0,0,.04);transition:.25s ease}
.business-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.08)}
.business-card img{width:100%;height:170px;object-fit:cover;background:#202020}
.business-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.55rem}
.business-card p{color:#666;font-size:.8rem;line-height:1.55;min-height:62px}
.business-card a{font-size:.74rem;text-decoration:none;font-weight:600}
.yellow-visual{height:520px;background:linear-gradient(180deg,#ffbd00 0%,#ffd052 30%,#fff6d6 68%,#fff 100%)}
.stories-section{min-height:430px;display:flex;align-items:flex-start}
.stories-copy{max-width:720px;padding-top:20px}
.spacer-section{height:560px}
.footer-section{position:relative;overflow:hidden}
.footer-section:before{content:"";position:absolute;left:0;bottom:0;width:42%;height:100%;background:#f1f1f1;clip-path:polygon(0 0,100% 0,78% 100%,0 100%);z-index:0}
.footer-section .container-xl{position:relative;z-index:1}
.footer-statement{max-width:430px;font-size:1.15rem;line-height:1.25;font-weight:600;letter-spacing:-.035em}
@media(max-width:991.98px){
  .py-section{padding-top:72px;padding-bottom:72px}
  .min-vh-hero{min-height:auto}
  .hero-blob{display:none}
  .hero-image-wrap{min-height:440px}
  .hero-image{position:absolute}
  .photo-frame{max-width:520px;margin:auto}
  .green-band{height:120px}
  .yellow-visual{height:340px}
  .spacer-section{height:300px}
  .footer-section:before{width:100%;height:48%;top:0;bottom:auto;clip-path:polygon(0 0,100% 0,83% 100%,0 100%)}
}
@media(max-width:575.98px){
  .hero .col-lg-6:first-child{padding-top:70px!important;padding-bottom:50px!important}
  .hero-image-wrap{min-height:360px}
  .photo-frame{padding:0 25px 30px 0}
  .photo-frame img{top:20px;left:20px}
  .achievement-card{min-height:0}
  .quote-band{min-height:180px}
  .giant-text{font-size:2.2rem;padding-left:.75rem}
  .green-band{height:105px}
  .business-card img{height:150px}
  .yellow-visual{height:280px}
  .stories-section{min-height:320px}
  .spacer-section{height:240px}
}

/* Added reference sections */
.travel-history-section{background:#fff;padding:58px 0 24px}
.travel-heading{max-width:1040px;margin:0 auto 48px}
.travel-heading h2{font-size:clamp(2rem,3.2vw,3.05rem);font-weight:700;letter-spacing:-.045em;margin:0 0 10px}
.travel-heading h3{font-size:clamp(1.45rem,2.7vw,2.3rem);font-weight:400;color:#6d6d6d;letter-spacing:-.035em;margin:0 0 26px}
.travel-heading p{max-width:650px;font-size:.95rem;line-height:1.65;color:#595959;margin:0}
.travel-grid{max-width:1040px;margin:0 auto}
.travel-photo{width:100%;height:485px;object-fit:cover;display:block}
.travel-stat{padding:0 0 22px 18px;min-width:210px}
.travel-stat-line{display:block;width:166px;height:5px;background:#e6cf83;margin-bottom:38px}
.travel-stat-label{font-size:1.18rem;margin-bottom:30px}
.travel-stat-number{font-size:5rem;line-height:.9;color:#5c8fe0;font-weight:500;letter-spacing:-.06em;margin-bottom:23px}
.travel-stat-note{font-size:.9rem;color:#8a6a55}

.testimonial-section{background:#f3f3f3;padding:74px 4vw 70px}
.testimonial-wrap{max-width:1740px;margin:0 auto;position:relative}
.testimonial-card{background:#fff;border-left:1px solid #d36a32;min-height:318px;padding:72px 68px 56px}
.testimonial-card:after{content:"";display:block;width:55%;height:1px;background:#d36a32;position:absolute;left:0;top:318px}
.testimonial-card blockquote{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.08rem,1.45vw,1.55rem);line-height:1.45;color:#101010;font-weight:500}
.testimonial-author{display:flex;align-items:center;gap:28px;justify-content:flex-start;margin:32px 25% 0 auto;width:max-content}
.testimonial-author img{width:86px;height:86px;border-radius:50%;object-fit:cover}
.testimonial-author h3{font-family:Georgia,'Times New Roman',serif;font-size:1.15rem;margin:0 0 8px;font-weight:500}
.testimonial-author p{font-family:Georgia,'Times New Roman',serif;font-size:.85rem;margin:0}

.speech-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#a9bd78 0%,#b7c987 58%,#a6bb74 100%);
  padding:96px 0;
}
.speech-section:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  left:-210px;
  top:-195px;
}
.speech-section:after{
  content:"";
  position:absolute;
  width:310px;
  height:310px;
  border-radius:50%;
  background:rgba(255,255,255,.07);
  right:-140px;
  bottom:-160px;
}
.speech-section .container-xl{position:relative;z-index:1}
.speech-shell{
  max-width:1180px;
  margin:0 auto;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 28px 70px rgba(48,62,25,.18);
  backdrop-filter:blur(2px);
}
.speech-copy{padding:68px 56px 68px 62px}
.speech-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 26px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.17);
  border:1px solid rgba(255,255,255,.28);
  color:#263017;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.78rem;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.speech-kicker span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.15);
}
.speech-title{
  max-width:470px;
  margin:0;
  color:#fff;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(2.5rem,4vw,4.7rem);
  line-height:1.06;
  font-weight:700;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.speech-rule{
  width:74px;
  height:3px;
  margin-top:32px;
  background:rgba(255,255,255,.9);
}
.speech-video-wrap{padding:34px 34px 34px 0}
.speech-video{
  position:relative;
  overflow:hidden;
  min-height:390px;
  background:#202020;
  box-shadow:0 24px 56px rgba(20,27,10,.28);
}
.speech-video img{
  display:block;
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
  transition:transform .55s ease;
}
.speech-video-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 45%,rgba(0,0,0,.48) 100%);
  pointer-events:none;
}
.speech-video:hover img{transform:scale(1.025)}
.speech-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:86px;
  height:86px;
  border:2px solid rgba(255,255,255,.95);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(0,0,0,.18);
  box-shadow:0 10px 28px rgba(0,0,0,.22);
}
.speech-play:before{
  content:"";
  position:absolute;
  inset:-9px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
}
.speech-play span{font-size:2rem;line-height:1;margin-left:5px}
.speech-caption{
  position:absolute;
  left:26px;
  bottom:23px;
  display:flex;
  flex-direction:column;
  color:#fff;
  z-index:2;
}
.speech-caption strong{font-size:.95rem;letter-spacing:.01em}
.speech-caption small{margin-top:4px;font-size:.72rem;color:rgba(255,255,255,.78);text-transform:uppercase;letter-spacing:.08em}

.family-section{background:linear-gradient(180deg,#efbf28 0%,#f3d565 52%,#fff8de 100%);padding:80px 0 30px;min-height:730px}
.family-section .container-xl{max-width:1040px}
.family-media{width:100%;position:relative;z-index:1}
.family-media img{display:block;width:100%;height:auto;max-height:535px;object-fit:cover}
.family-content{position:relative;z-index:2;margin-top:-60px;align-items:stretch}
.family-title-card{background:#fff;padding:66px 58px 58px;min-height:210px}
.family-title-card h2{font-size:clamp(2rem,3.3vw,3.2rem);line-height:1.12;letter-spacing:-.045em;font-weight:700;margin:0}
.family-copy{padding:60px 0 25px 40px}
.family-copy p{font-size:.95rem;line-height:1.7;max-width:380px;margin:0}

.footer-section a{color:inherit;text-decoration:none}
.footer-section a:hover{color:var(--blue)}

@media(max-width:991.98px){
  .travel-history-section{padding:70px 0 60px}
  .travel-heading{margin-bottom:36px}
  .travel-photo{height:420px}
  .travel-stat{padding:20px 0 0}
  .testimonial-section{padding:52px 20px 55px}
  .testimonial-card{padding:48px 36px 45px;min-height:auto}
  .testimonial-card:after{display:none}
  .testimonial-author{margin:26px 0 0 auto}
  .speech-section{padding:72px 0 82px}
  .speech-section h2 br{display:none}
  .family-section{padding:60px 0 35px;min-height:0}
  .family-content{margin-top:0}
  .family-title-card{padding:40px 34px;min-height:0}
  .family-copy{padding:30px 34px;background:rgba(255,255,255,.36)}
}

@media(max-width:575.98px){
  .travel-history-section{padding:54px 0 48px}
  .travel-heading h3{font-size:1.55rem}
  .travel-photo{height:330px}
  .travel-stat-number{font-size:4rem}
  .testimonial-section{padding:38px 12px 46px}
  .testimonial-card{padding:34px 24px 32px}
  .testimonial-card blockquote{font-size:1rem;line-height:1.55}
  .testimonial-author{width:100%;justify-content:flex-start;margin-top:22px}
  .testimonial-author img{width:68px;height:68px}
  .speech-section{padding:55px 0 65px}
  .speech-kicker{font-size:1rem;margin-bottom:22px}
  .speech-section h2{font-size:2.35rem;margin-bottom:12px}
  .speech-play{width:62px;height:62px;font-size:1.6rem}
  .family-section{padding-top:42px}
  .family-title-card{padding:34px 26px}
  .family-copy{padding:24px 26px 8px}
}

/* Speech section responsive refinements */
@media(max-width:991.98px){
  .speech-section{padding:70px 0}
  .speech-shell{max-width:760px}
  .speech-copy{padding:50px 44px 38px}
  .speech-title{max-width:650px;font-size:clamp(2.5rem,7vw,4rem)}
  .speech-video-wrap{padding:0 28px 28px}
  .speech-video,.speech-video img{min-height:360px}
}
@media(max-width:575.98px){
  .speech-section{padding:46px 0}
  .speech-section .container-xl{padding-left:16px;padding-right:16px}
  .speech-copy{padding:38px 26px 30px}
  .speech-kicker{font-size:.68rem;margin-bottom:20px;padding:7px 11px}
  .speech-title{font-size:clamp(2rem,10.5vw,2.85rem);line-height:1.08}
  .speech-rule{margin-top:24px;width:58px}
  .speech-video-wrap{padding:0 14px 14px}
  .speech-video,.speech-video img{min-height:250px}
  .speech-play{width:66px;height:66px}
  .speech-play span{font-size:1.5rem}
  .speech-caption{left:18px;bottom:16px}
}
