:root{
  --kr-purple:#562878;
  --kr-purple-dark:#35164f;
  --kr-green:#4f8528;
  --kr-green-dark:#315d19;
  --kr-navy:#072f68;
  --kr-ink:#17223b;
  --kr-cream:#f7f3ec;
  --kr-soft:#f4f7fb;
  --kr-white:#ffffff;
  --kr-gold:#d9ae58;
  --kr-muted:#667085;
  --kr-border:#e6e9ef;
  --shadow:0 20px 60px rgba(26,35,58,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Inter",Arial,sans-serif;color:var(--kr-ink);background:#fff;line-height:1.65}
h1,h2,h3,h4,h5,.display-font{font-family:"Playfair Display",Georgia,serif}
a{text-decoration:none}
img{max-width:100%}
.section-pad{padding:96px 0}
.section-pad-sm{padding:64px 0}
.bg-soft{background:var(--kr-soft)}
.text-purple{color:var(--kr-purple)!important}
.text-green{color:var(--kr-green)!important}
.text-navy{color:var(--kr-navy)!important}
.topbar{background:var(--kr-navy);color:#fff;font-size:.92rem}
.topbar a{color:#fff;opacity:.92}
.navbar{background:rgba(255,255,255,.96);backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(12,34,68,.07)}
.navbar-brand img{width:190px;height:auto}
.navbar .nav-link{font-weight:600;color:var(--kr-ink);padding:.75rem .9rem!important}
.navbar .nav-link:hover,.navbar .nav-link.active{color:var(--kr-purple)}
.btn-brand{background:linear-gradient(135deg,var(--kr-purple),var(--kr-green));border:0;color:#fff;border-radius:999px;padding:.82rem 1.45rem;font-weight:700;box-shadow:0 10px 30px rgba(86,40,120,.22)}
.btn-brand:hover{color:#fff;transform:translateY(-2px)}
.btn-outline-brand{border:2px solid var(--kr-purple);color:var(--kr-purple);border-radius:999px;padding:.72rem 1.35rem;font-weight:700}
.btn-outline-brand:hover{background:var(--kr-purple);color:#fff}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#f7f2fb 0%,#eef8ec 48%,#eef4fb 100%);padding:86px 0 130px}
.hero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-82px;height:150px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}
.hero-badge{display:inline-flex;align-items:center;gap:.55rem;background:#fff;border:1px solid rgba(86,40,120,.12);padding:.58rem 1rem;border-radius:999px;color:var(--kr-purple);font-weight:700;box-shadow:0 8px 24px rgba(50,40,80,.08)}
.hero h1{font-size:clamp(2.55rem,5.5vw,5.1rem);line-height:1.03;margin:1.2rem 0 1.4rem}
.hero h1 span{background:linear-gradient(90deg,var(--kr-purple),var(--kr-green));-webkit-background-clip:text;color:transparent}
.hero p{font-size:1.15rem;color:#4c5870;max-width:650px}
.hero-card{position:relative;border-radius:36px;overflow:hidden;box-shadow:var(--shadow);background:#fff;border:8px solid rgba(255,255,255,.86)}
.hero-card img{width:100%;height:560px;object-fit:cover}
.hero-float{position:absolute;background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:16px 18px;display:flex;align-items:center;gap:12px;z-index:2}
.hero-float.one{left:-38px;bottom:52px}.hero-float.two{right:-25px;top:40px}
.icon-bubble{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--kr-purple),var(--kr-green));font-size:1.2rem}
.curve-band{position:relative;margin-top:-1px;background:var(--kr-navy);color:#fff;padding:70px 0 84px;overflow:hidden}
.curve-band:before{content:"";position:absolute;left:-6%;right:-6%;top:-70px;height:130px;background:#fff;border-radius:0 0 50% 50%/0 0 100% 100%}
.stat{padding:20px}.stat strong{font-size:2.25rem;font-family:"Playfair Display"}.stat span{display:block;opacity:.8}
.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.78rem;color:var(--kr-green)}
.section-title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;margin:.65rem 0 1rem}
.service-card{height:100%;background:#fff;border:1px solid var(--kr-border);border-radius:28px;padding:30px;transition:.3s;position:relative;overflow:hidden}
.service-card:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;right:-65px;bottom:-75px;background:linear-gradient(135deg,rgba(86,40,120,.14),rgba(79,133,40,.16))}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:transparent}
.service-card .service-icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;font-size:1.55rem;background:linear-gradient(135deg,#eee5f6,#eaf4e4);color:var(--kr-purple);margin-bottom:22px}
.service-card h3{font-size:1.45rem}.service-card p{color:var(--kr-muted)}
.image-curve{position:relative;border-radius:42% 58% 28% 72%/44% 38% 62% 56%;overflow:hidden;box-shadow:var(--shadow)}
.image-curve img{height:540px;width:100%;object-fit:cover}
.check-list{list-style:none;padding:0;margin:0}.check-list li{display:flex;gap:12px;margin:12px 0}.check-list i{color:var(--kr-green);margin-top:6px}
.cta-wave{position:relative;background:linear-gradient(120deg,var(--kr-purple-dark),var(--kr-navy));color:#fff;border-radius:40px;padding:58px;overflow:hidden}
.cta-wave:before,.cta-wave:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.06)}
.cta-wave:before{width:280px;height:280px;right:-80px;top:-120px}.cta-wave:after{width:190px;height:190px;left:-80px;bottom:-100px}
.testimonial{background:#fff;border-radius:30px;padding:30px;border:1px solid var(--kr-border);height:100%}.testimonial .quote{font-size:2rem;color:var(--kr-purple)}
.page-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#f5eff9,#eef7e9);padding:78px 0 105px}
.page-hero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-70px;height:115px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}
.breadcrumb-item a{color:var(--kr-purple)}
.job-card{border:1px solid var(--kr-border);border-radius:24px;padding:25px;background:#fff;transition:.25s}.job-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.job-meta{display:flex;gap:16px;flex-wrap:wrap;color:var(--kr-muted);font-size:.92rem}
.badge-soft{background:#edf5e8;color:var(--kr-green-dark);padding:.45rem .75rem;border-radius:999px;font-weight:700}
.form-control,.form-select{border-radius:14px;padding:.85rem 1rem;border-color:#dfe4ec}.form-control:focus,.form-select:focus{border-color:var(--kr-purple);box-shadow:0 0 0 .2rem rgba(86,40,120,.12)}
.contact-card{background:#fff;border:1px solid var(--kr-border);border-radius:26px;padding:28px;height:100%}.contact-card i{font-size:1.45rem;color:var(--kr-purple)}
footer{background:#071f43;color:#d8e0ec;padding-top:70px}footer a{color:#d8e0ec}footer a:hover{color:#fff}.footer-logo{background:#fff;border-radius:16px;padding:8px;width:190px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding:22px 0}
.social-links a{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:inline-grid;place-items:center;margin-right:7px}
.back-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border:0;border-radius:50%;display:none;place-items:center;background:var(--kr-purple);color:#fff;z-index:99;box-shadow:0 10px 25px rgba(0,0,0,.2)}
@media(max-width:991.98px){.hero{padding-top:55px}.hero-card{margin-top:45px}.hero-card img{height:460px}.hero-float.one{left:10px}.hero-float.two{right:10px}.section-pad{padding:72px 0}.navbar-brand img{width:155px}}
@media(max-width:575.98px){.topbar .topbar-right{display:none}.hero h1{font-size:2.65rem}.hero-card img{height:370px}.hero-float{font-size:.85rem;padding:11px 13px}.cta-wave{padding:34px 24px;border-radius:28px}.page-hero{padding:55px 0 85px}.section-pad{padding:58px 0}}

/* Mock-up inspired homepage */
.navbar-brand img{width:95px}
.mockup-hero{background:#f7f1e7;overflow:hidden}
.mockup-copy{display:flex;align-items:center;background:linear-gradient(135deg,#fffaf1 0%,#f7efe2 100%);position:relative;z-index:2}
.mockup-copy-inner{padding:76px clamp(28px,6vw,90px);max-width:680px;margin-left:auto}
.mockup-script{font-family:"Playfair Display",Georgia,serif;font-style:italic;color:var(--kr-navy);font-size:clamp(1.6rem,3vw,2.45rem);line-height:1.15;margin:0}
.mockup-divider{display:flex;align-items:center;gap:12px;color:var(--kr-gold);margin:22px 0}
.mockup-divider span{display:block;height:1px;background:var(--kr-gold);width:95px}.mockup-divider i{font-size:.82rem}
.mockup-copy h1{font-size:clamp(2.25rem,4.4vw,4.65rem);line-height:1.08;color:var(--kr-navy);margin:0}.mockup-copy h1 em{color:#b18428;font-style:normal}
.mockup-intro{font-size:1.08rem;max-width:560px;color:#34415b;margin-top:26px}
.mockup-photo-wrap{min-height:650px;position:relative;background:#d9c09b;overflow:hidden}
.mockup-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04)}
.mockup-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,241,231,.22),transparent 26%)}
.support-curve{position:relative;background:#062d5d;color:#fff;padding:105px 0 72px;margin-top:-1px;overflow:hidden}
.support-curve:before{content:"";position:absolute;top:-100px;left:-4%;width:108%;height:180px;background:#f7f1e7;border-radius:0 0 52% 52%/0 0 100% 100%}
.support-curve h2{position:relative;color:#d9ae58;text-transform:uppercase;letter-spacing:.03em;font-size:clamp(1.8rem,3.2vw,3rem);margin-bottom:32px;text-align:left}
.support-grid{position:relative}
.support-item{text-align:center;padding:24px 28px;min-height:220px;border-right:1px solid rgba(217,174,88,.65)}
.support-item:nth-child(4),.support-item:nth-child(7){border-right:0}.support-item:nth-child(n+5){margin-top:8px}
.support-icon{width:62px;height:62px;border:2px solid #d9ae58;border-radius:50%;display:grid;place-items:center;margin:0 auto 13px;color:#d9ae58;font-size:1.45rem}
.support-item h3{font-family:"Inter",Arial,sans-serif;font-size:1.15rem;font-weight:500;line-height:1.2;margin-bottom:8px}.support-item p{font-size:.88rem;line-height:1.35;color:rgba(255,255,255,.82);max-width:190px;margin:0 auto}
.heart-message{position:relative;max-width:820px;margin:28px auto 0;border:2px solid #d9ae58;border-radius:18px;background:#f1dfc4;color:#17223b;display:flex;align-items:center;overflow:hidden;font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.15rem,2.4vw,1.75rem)}
.heart-message span{width:110px;align-self:stretch;background:#072f68;display:grid;place-items:center;color:#d9ae58;font-size:2.3rem}.heart-message strong{padding:20px 28px;font-weight:600}
@media(max-width:991.98px){.navbar-brand img{width:78px}.mockup-copy-inner{margin:0;padding:55px 30px}.mockup-photo-wrap{min-height:500px}.support-item{border-right:1px solid rgba(217,174,88,.45);border-bottom:1px solid rgba(217,174,88,.28)}.support-item:nth-child(even){border-right:0}.support-item:nth-child(7){border-bottom:0}.support-curve h2{text-align:center}}
@media(max-width:575.98px){.navbar-brand img{width:72px}.mockup-copy-inner{padding:42px 22px 52px}.mockup-photo-wrap{min-height:390px}.support-curve{padding-top:84px}.support-curve:before{top:-72px;height:125px}.support-item{padding:20px 10px;min-height:215px}.support-item h3{font-size:1rem}.support-item p{font-size:.8rem}.heart-message{border-radius:14px}.heart-message span{width:72px;font-size:1.65rem}.heart-message strong{padding:16px 14px}}

/* ===== Rebuilt homepage poster with an exact asymmetric SVG curve ===== */
.navbar-brand img{width:74px!important;height:auto;display:block}
.home-poster{background:#f8f1e6;overflow:hidden}
.poster-hero{display:grid;grid-template-columns:42% 58%;min-height:650px;background:#f8f1e6}
.poster-copy{display:flex;align-items:center;position:relative;z-index:2;background:linear-gradient(135deg,#fffaf2 0%,#f5ead8 100%)}
.poster-copy-inner{width:min(100%,620px);margin-left:auto;padding:72px 42px 110px 7vw}
.poster-script{font-family:"Playfair Display",Georgia,serif;font-style:italic;font-weight:600;color:var(--kr-navy);font-size:clamp(1.7rem,2.8vw,2.6rem);line-height:1.12;margin:0}
.poster-divider{display:flex;align-items:center;gap:14px;color:var(--kr-gold);margin:22px 0}.poster-divider span{height:1px;background:var(--kr-gold);width:105px}.poster-divider i{font-size:.8rem}
.poster-copy h1{font-family:"Playfair Display",Georgia,serif;color:var(--kr-navy);font-size:clamp(2.35rem,4.2vw,4.75rem);line-height:1.05;margin:0}.poster-copy h1 em{display:inline-block;color:#b9872f;font-style:normal}
.poster-intro{color:#263650;font-size:1.08rem;line-height:1.65;max-width:510px;margin:27px 0 0}
.poster-photo{min-height:650px;overflow:hidden;position:relative}.poster-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.poster-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,241,230,.16),transparent 24%)}
.poster-support{position:relative;background:var(--kr-navy);color:#fff;margin-top:-150px;padding:220px 0 52px;isolation:isolate}
.poster-wave{position:absolute;z-index:0;left:0;top:-1px;width:100%;height:270px;overflow:visible}.poster-wave-fill{fill:#f8f1e6}.poster-wave-stroke{fill:none;stroke:var(--kr-gold);stroke-width:5;vector-effect:non-scaling-stroke}
.poster-support-content{position:relative;z-index:2}
.poster-support h2{font-family:"Playfair Display",Georgia,serif;text-transform:uppercase;color:var(--kr-gold);font-size:clamp(1.75rem,3vw,2.75rem);letter-spacing:.025em;margin:0 0 22px}
.support-row{display:grid}.support-row-four{grid-template-columns:repeat(4,1fr)}.support-row-three{grid-template-columns:repeat(3,1fr);max-width:940px;margin:6px auto 0}
.support-card{text-align:center;padding:16px 30px 20px;min-height:190px;position:relative}.support-card:not(:last-child):after{content:"";position:absolute;right:0;top:15px;bottom:16px;width:1px;background:rgba(217,174,88,.75)}
.support-icon{width:58px;height:58px;border:2px solid var(--kr-gold);border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;color:var(--kr-gold);font-size:1.36rem}
.support-card h3{font-family:Inter,Arial,sans-serif;font-size:1.08rem;font-weight:500;line-height:1.17;margin:0 0 7px;color:#fff}.support-card p{font-size:.84rem;line-height:1.35;color:rgba(255,255,255,.86);max-width:180px;margin:auto}
.poster-heart{max-width:800px;margin:18px auto 14px;border:2px solid var(--kr-gold);outline:2px solid rgba(0,0,0,.35);outline-offset:2px;border-radius:16px;overflow:hidden;display:flex;align-items:stretch;background:#f0dbc0;color:#202a3d;font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.1rem,2vw,1.65rem)}.poster-heart span{width:115px;min-height:72px;display:grid;place-items:center;background:#083467;color:var(--kr-gold);font-size:2.3rem}.poster-heart strong{display:flex;align-items:center;padding:16px 24px;font-weight:600}
.poster-contact-strip{border-top:2px solid rgba(217,174,88,.75);padding-top:15px;margin-top:17px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.poster-contact-strip>div{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid rgba(217,174,88,.55);font-size:.82rem;overflow-wrap:anywhere}.poster-contact-strip>div:last-child{border-right:0}.poster-contact-strip i{color:var(--kr-gold);font-size:1.55rem}.poster-contact-strip span{display:flex;flex-direction:column}.poster-contact-strip small{color:#fff;font-size:.72rem;margin-bottom:2px}
.poster-tagline{font-family:"Playfair Display",Georgia,serif;font-style:italic;color:var(--kr-gold);font-size:clamp(1.35rem,2.8vw,2.35rem);display:flex;justify-content:center;align-items:center;gap:18px;margin:22px 0 0}.poster-tagline span{width:90px;height:1px;background:var(--kr-gold)}
@media(max-width:991.98px){.navbar-brand img{width:68px!important}.poster-hero{grid-template-columns:1fr;min-height:0}.poster-copy-inner{max-width:none;margin:0;padding:52px 28px 68px}.poster-photo{min-height:520px}.poster-support{margin-top:-105px;padding-top:175px}.poster-wave{height:210px}.support-row-four{grid-template-columns:repeat(2,1fr)}.support-row-three{grid-template-columns:repeat(2,1fr);max-width:none}.support-row-three .support-card:last-child{grid-column:1/-1}.support-card:nth-child(2n):after{display:none}.support-row-three .support-card:nth-child(2):after{display:none}.poster-support h2{text-align:center}.poster-contact-strip{grid-template-columns:1fr}.poster-contact-strip>div{border-right:0;justify-content:flex-start;padding:4px 18px}}
@media(max-width:575.98px){.navbar-brand img{width:60px!important}.poster-copy-inner{padding:38px 22px 52px}.poster-divider span{width:75px}.poster-photo{min-height:400px}.poster-support{margin-top:-72px;padding-top:137px}.poster-wave{height:145px}.poster-wave-stroke{stroke-width:3}.support-row-four,.support-row-three{grid-template-columns:repeat(2,1fr)}.support-row-three .support-card:last-child{grid-column:1/-1}.support-card{padding:14px 10px;min-height:200px}.support-card h3{font-size:.98rem}.support-card p{font-size:.78rem}.support-icon{width:52px;height:52px}.poster-heart span{width:72px;font-size:1.7rem}.poster-heart strong{padding:14px 12px}.poster-tagline span{width:42px}}

/* ===== Standalone SVG curve overlay =====
   The SVG contains transparent space above the navy shape, so it can sit
   over the banner while its filled lower edge blends into this section. */
.poster-support{
  margin-top:0;
  padding-top:72px;
  overflow:visible;
}
.poster-wave{
  position:absolute;
  z-index:1;
  left:0;
  top:-220px;
  width:100%;
  height:221px;
  display:block;
  object-fit:fill;
  pointer-events:none;
  user-select:none;
}
.poster-support-content{
  position:relative;
  z-index:2;
}
@media(max-width:991.98px){
  .poster-support{margin-top:0;padding-top:62px}
  .poster-wave{top:-165px;height:166px}
}
@media(max-width:575.98px){
  .poster-support{margin-top:0;padding-top:50px}
  .poster-wave{top:-105px;height:106px}
}


/* ===== Final homepage visual update ===== */
.poster-copy{
  z-index:0 !important;
}
.poster-photo{
  z-index:0;
  min-height:600px;
  background:#efe7dc;
}
.poster-photo img{
  object-position:center center;
  filter:saturate(1.02) contrast(1.02);
}
.poster-support{
  position:relative;
  z-index:2;
  margin-top:0;
  padding-top:78px;
  background:#062f67;
  overflow:visible;
  isolation:isolate;
}
.poster-wave{
  position:absolute;
  z-index:3;
  left:0;
  top:-178px;
  width:100%;
  height:180px;
  display:block;
  object-fit:fill;
  pointer-events:none;
  user-select:none;
}
.poster-support-content{
  position:relative;
  z-index:4;
}
.poster-copy h1 em,
.poster-support h2,
.poster-divider,
.support-icon,
.poster-contact-strip i,
.poster-tagline{
  color:var(--kr-green);
}
.poster-divider span,
.poster-tagline span{
  background:var(--kr-green);
}
.support-icon,
.poster-heart{
  border-color:var(--kr-green);
}
.support-card:not(:last-child):after,
.poster-contact-strip{
  border-color:rgba(79,134,43,.78);
}
.poster-heart span{
  background:linear-gradient(135deg,var(--kr-green),var(--kr-purple));
  color:#fff;
}
@media(max-width:991.98px){
  .poster-photo{min-height:500px}
  .poster-support{padding-top:64px}
  .poster-wave{top:-138px;height:140px}
}
@media(max-width:575.98px){
  .poster-photo{min-height:360px}
  .poster-support{padding-top:52px}
  .poster-wave{top:-92px;height:94px}
}

/* ===== Final hero/curve refinement ===== */
.poster-hero{
  background:#fbf7ef;
  grid-template-columns:43% 57%;
  min-height:610px;
}
.poster-copy{
  z-index:0 !important;
  background:#fbf7ef !important;
}
.poster-copy-inner{
  padding-bottom:105px;
}
.poster-photo{
  z-index:0;
  min-height:610px;
  background:#fbf7ef;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}
.poster-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center bottom;
  background:#fbf7ef;
  filter:none;
}
.poster-photo:after{display:none;}
.poster-support{
  background:#062f67;
  margin-top:0;
  padding-top:66px;
  overflow:visible;
}
.poster-wave{
  z-index:2;
  top:-205px;
  height:207px;
  width:100%;
  object-fit:fill;
}
.poster-support-content{z-index:3;}

@media(max-width:991.98px){
  .poster-hero{grid-template-columns:1fr;min-height:0;}
  .poster-copy-inner{padding-bottom:70px;}
  .poster-photo{min-height:500px;}
  .poster-photo img{object-position:center bottom;}
  .poster-support{padding-top:58px;}
  .poster-wave{top:-154px;height:156px;}
}
@media(max-width:575.98px){
  .poster-photo{min-height:355px;}
  .poster-support{padding-top:48px;}
  .poster-wave{top:-102px;height:104px;}
}

/* ===== Professional seamless hero image update ===== */
.poster-hero,
.poster-copy,
.poster-photo{
  background:#fbf7ef !important;
}
.poster-copy{
  z-index:0 !important;
}
.poster-photo{
  overflow:visible;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.poster-photo img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center bottom !important;
  background:#fbf7ef;
}
@media(max-width:991.98px){
  .poster-photo img{object-position:center bottom !important;}
}

/* ===== Final homepage hero correction ===== */
.home-poster{
  --poster-cream:#f8f3eb;
  --poster-navy:#07366f;
  --poster-gold:#d79a2d;
  background:var(--poster-cream);
  overflow:hidden;
}
.poster-hero{
  display:grid;
  grid-template-columns:minmax(390px,42%) minmax(0,58%);
  min-height:680px;
  background:var(--poster-cream);
  position:relative;
}
.poster-copy{
  position:relative;
  z-index:0 !important;
  display:flex;
  align-items:center;
  background:var(--poster-cream) !important;
}
.poster-copy-inner{
  width:min(100%,650px);
  margin-left:auto;
  padding:64px 44px 112px clamp(28px,6vw,96px);
}
.poster-photo{
  position:relative;
  min-height:680px;
  height:100%;
  overflow:hidden;
  background:var(--poster-cream);
}
.poster-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}
.poster-photo::after{display:none !important;}
.poster-support{
  position:relative;
  margin-top:0 !important;
  padding:88px 0 54px !important;
  background:var(--poster-navy) !important;
  color:#fff;
  isolation:isolate;
  z-index:1;
}
.poster-wave{
  position:absolute;
  z-index:2;
  left:0;
  top:-188px !important;
  width:100%;
  height:190px !important;
  display:block;
  pointer-events:none;
}
.poster-support-content{position:relative;z-index:3;}

@media (max-width:1199.98px){
  .poster-hero{grid-template-columns:44% 56%;min-height:620px;}
  .poster-photo{min-height:620px;}
  .poster-copy-inner{padding:54px 32px 96px 44px;}
  .poster-wave{top:-158px !important;height:160px !important;}
  .poster-support{padding-top:74px !important;}
}
@media (max-width:991.98px){
  .poster-hero{grid-template-columns:1fr;min-height:0;}
  .poster-copy-inner{width:100%;max-width:760px;margin:0 auto;padding:48px 28px 48px;}
  .poster-photo{min-height:520px;height:520px;}
  .poster-photo img{object-position:center center;}
  .poster-wave{top:-118px !important;height:120px !important;}
  .poster-support{padding-top:64px !important;}
}
@media (max-width:575.98px){
  .poster-copy-inner{padding:36px 20px 38px;}
  .poster-photo{min-height:390px;height:390px;}
  .poster-photo img{object-position:54% center;}
  .poster-wave{top:-82px !important;height:84px !important;}
  .poster-support{padding-top:52px !important;}
}

/* ======================================================================
   2026-08 final homepage banner correction
   The image fills the right column from top to bottom while preserving the
   caregiver, client, table and flower pot. The curve remains an SVG overlay.
   ====================================================================== */
.home-poster {
  --poster-cream: #f7f2e9;
  --poster-navy: #07366f;
  --poster-gold: #d89b2b;
  background: var(--poster-cream);
  overflow: hidden;
}

.poster-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 42%) minmax(0, 58%);
  min-height: 640px;
  background: var(--poster-cream) !important;
  overflow: hidden;
}

.poster-copy {
  position: relative;
  z-index: 0 !important;
  display: flex;
  align-items: center;
  background: var(--poster-cream) !important;
}

.poster-copy-inner {
  width: min(100%, 660px);
  margin-left: auto;
  padding: 54px 46px 110px clamp(28px, 5.5vw, 92px);
}

.poster-photo {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 0;
  min-height: 640px;
  height: 100%;
  overflow: hidden;
  background: var(--poster-cream) !important;
  display: block;
}

.poster-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover !important;
  object-position: 46% 50% !important;
  display: block;
  background: var(--poster-cream);
  filter: none;
}

.poster-photo::after { display: none !important; }

/* Keep the actual curve visible over both columns and let the navy fill
   connect seamlessly with the support section. */
.poster-support {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 64px;
  background: var(--poster-navy) !important;
  overflow: visible;
  isolation: isolate;
}

.poster-wave {
  position: absolute;
  z-index: 3;
  left: 0;
  top: -184px;
  width: 100%;
  height: 186px;
  display: block;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.poster-support-content {
  position: relative;
  z-index: 4;
}

@media (min-width: 1400px) {
  .poster-hero { min-height: 670px; }
  .poster-photo { min-height: 670px; }
  .poster-photo img { object-position: 48% 50% !important; }
  .poster-wave { top: -198px; height: 200px; }
}

@media (max-width: 1199.98px) {
  .poster-hero {
    grid-template-columns: minmax(370px, 43%) minmax(0, 57%);
    min-height: 610px;
  }
  .poster-photo { min-height: 610px; }
  .poster-copy-inner { padding-left: 34px; padding-right: 28px; }
  .poster-photo img { object-position: 43% 50% !important; }
}

@media (max-width: 991.98px) {
  .poster-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .poster-copy-inner {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 28px 66px;
  }
  .poster-photo {
    min-height: 520px;
    aspect-ratio: 16 / 9;
  }
  .poster-photo img {
    object-position: center 48% !important;
  }
  .poster-support { padding-top: 58px; }
  .poster-wave { top: -138px; height: 140px; }
}

@media (max-width: 575.98px) {
  .poster-copy-inner { padding: 36px 20px 54px; }
  .poster-photo {
    min-height: 390px;
    aspect-ratio: auto;
  }
  .poster-photo img {
    object-position: 47% center !important;
  }
  .poster-support { padding-top: 48px; }
  .poster-wave { top: -94px; height: 96px; }
}

/* =========================================================
   APPROVED HOMEPAGE HERO — full right-column photographic fill
   ========================================================= */
.home-poster{
  --hero-cream:#fbf7ef;
  --hero-navy:#062f67;
  --hero-border:#d99a2b;
  overflow:hidden;
  background:var(--hero-cream);
}

.poster-hero{
  position:relative;
  display:grid;
  grid-template-columns:42% 58%;
  min-height:640px;
  background:var(--hero-cream);
}

.poster-copy{
  position:relative;
  z-index:0 !important;
  display:flex;
  align-items:center;
  background:var(--hero-cream) !important;
}

.poster-copy-inner{
  width:min(100%,660px);
  margin-left:auto;
  padding:54px 46px 118px clamp(28px,6vw,96px);
}

.poster-photo{
  position:relative;
  z-index:0;
  min-width:0;
  min-height:640px;
  height:100%;
  overflow:hidden;
  background:var(--hero-cream);
  display:block;
}

.poster-photo img{
  display:block;
  width:100%;
  height:100%;
  min-height:640px;
  object-fit:cover !important;
  object-position:center center !important;
  background:var(--hero-cream);
  filter:none;
}

.poster-photo::after{display:none !important;}

/* Independent SVG wave placed over the bottom of the hero. */
.poster-support{
  position:relative;
  z-index:2;
  margin-top:0;
  padding-top:74px;
  overflow:visible;
  isolation:isolate;
  background:var(--hero-navy);
}

.poster-wave{
  position:absolute;
  z-index:1;
  left:0;
  top:-180px;
  width:100%;
  height:182px;
  display:block;
  object-fit:fill;
  pointer-events:none;
  user-select:none;
}

.poster-support-content{
  position:relative;
  z-index:2;
}

@media (max-width:1199.98px){
  .poster-hero{grid-template-columns:45% 55%;min-height:600px;}
  .poster-photo,.poster-photo img{min-height:600px;}
  .poster-copy-inner{padding-left:42px;padding-right:30px;}
}

@media (max-width:991.98px){
  .poster-hero{grid-template-columns:1fr;min-height:0;}
  .poster-copy-inner{width:100%;max-width:760px;margin:auto;padding:48px 28px 72px;}
  .poster-photo{min-height:500px;height:500px;}
  .poster-photo img{min-height:500px;height:500px;object-position:center center !important;}
  .poster-support{padding-top:62px;}
  .poster-wave{top:-132px;height:134px;}
}

@media (max-width:575.98px){
  .poster-copy-inner{padding:36px 22px 58px;}
  .poster-photo{min-height:350px;height:350px;}
  .poster-photo img{min-height:350px;height:350px;object-position:center center !important;}
  .poster-support{padding-top:48px;}
  .poster-wave{top:-86px;height:88px;}
}
