
:root{
  --cream:#f6f1ec;
  --paper:#fffdf9;
  --taupe:#b9a28f;
  --rust:#9a6444;
  --rust-dark:#87573b;
  --navy:#182746;
  --ink:#171717;
  --line:#cabcb1;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",Arial,sans-serif;
  color:var(--navy);
  background:var(--cream);
  line-height:1.55;
}
img{display:block;max-width:100%}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.section-light{background:var(--cream)}
.section-taupe{background:var(--taupe)}
h1,h2,h3{font-family:"Playfair Display",Georgia,serif;font-weight:500;line-height:.98;margin:0}
h1{font-size:clamp(3rem,7vw,6.7rem);letter-spacing:-.04em;color:var(--navy)}
h1 em{font-style:normal;color:var(--rust)}
h2{font-size:clamp(2.6rem,5vw,5.2rem);letter-spacing:-.035em;color:#111}
p{font-size:1.08rem}
.button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  border:0;
  border-radius:999px;
  background:var(--rust);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.04em;
  text-decoration:none;
  padding:14px 28px;
  font:600 .9rem/1 "DM Sans",sans-serif;
  cursor:pointer;
  transition:.2s ease;
}
.button:hover{background:var(--rust-dark);transform:translateY(-1px)}
.site-header{
  position:sticky;top:0;z-index:50;
  display:flex;justify-content:space-between;align-items:center;
  padding:16px 28px;
  background:rgba(246,241,236,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(24,39,70,.08);
}
.brand{text-decoration:none;font-family:"Playfair Display",serif;font-size:1.35rem;color:var(--navy)}
.brand span{font-family:"DM Sans",sans-serif;font-size:.78rem;margin-left:8px;opacity:.8}
.site-header nav{display:flex;gap:20px;align-items:center}
.site-header nav a{text-decoration:none;font-size:.92rem}
.nav-call{padding:9px 16px;border:1px solid var(--navy);border-radius:999px}
.hero{padding:72px 24px 16px}
.hero-copy{text-align:center;margin:0 auto 28px}
.hero-copy.narrow{max-width:980px}
.hero-copy p{max-width:680px;margin:24px auto 0}
.hero-image-wrap{
  position:relative;
  width:min(1180px,100%);
  margin:0 auto;
  overflow:hidden;
}
.hero-image-wrap img{width:100%;height:420px;object-fit:cover;object-position:center 42%}
.overlay-button{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);min-width:260px;white-space:nowrap}
.overlay-button:hover{transform:translateX(-50%) translateY(-1px)}
.about{padding:64px 0 74px}
.about h2{text-align:center;margin-bottom:34px}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:start}
.about-copy p{margin-top:0;margin-bottom:14px;color:#26324a}
.portrait-card img{width:100%;aspect-ratio:4/5;object-fit:cover}
.portrait-card figcaption{text-align:center;margin-top:8px;font-size:.85rem;color:#4d3f37}
.difference{padding:68px 0;background:#e8ddd4}
.navy{color:var(--navy);text-align:center;margin-bottom:34px}
.difference-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.review-card,.feature-card{background:#fff;padding:40px;min-height:320px;margin:0}
.review-card{text-align:center;color:#111;display:flex;flex-direction:column;justify-content:center}
.review-card .stars{font-size:1.5rem;letter-spacing:2px;color:#2e463f}
.review-card p{font-family:Georgia,serif;font-size:1.05rem;line-height:1.35}
.review-card cite{text-transform:uppercase;font-style:normal;letter-spacing:.08em;font-size:.9rem}
.feature-card{display:flex;flex-direction:column;justify-content:center}
.feature-card ul{font-size:1.05rem;line-height:1.8;margin:0 0 26px}
.services-intro{background:var(--rust);padding:34px 0;color:#141414}
.services-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:center}
.services-copy{text-align:center;padding:34px 18px}
.services-copy h2{font-size:clamp(3.2rem,6vw,6rem)}
.services-copy p{max-width:420px;margin:34px auto;color:#212b43}
.services-grid>img{width:100%;height:540px;object-fit:cover}
.light-button{background:#d5c7bc;color:var(--navy)}
.light-button:hover{background:#e4d9d0}
.conditions{padding:62px 0}
.conditions h2{text-align:center}
.eyebrow{text-align:center;text-transform:uppercase;letter-spacing:.12em;margin:8px 0 28px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 18px}
.cards article{border-bottom:1px solid #6f6a67;padding-bottom:16px}
.cards img{width:100%;aspect-ratio:1/1;object-fit:cover}
.cards h3{
  font-family:"DM Sans",sans-serif;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:.03em;
  font-size:1rem;
  font-weight:500;
  margin:16px 10px 0;
  color:#2e3852;
}
.moving{padding:46px 0 28px;text-align:center}
.moving h2{margin-bottom:28px}
.moving img{width:100%;height:470px;object-fit:cover}
.moving p{max-width:920px;margin:28px auto 0;font-size:1.25rem}
.booking{padding:64px 0 82px}
.booking-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}
.booking-copy h2{font-size:clamp(3.6rem,6vw,6rem)}
.booking-copy p{max-width:390px;margin:26px 0 34px}
.contact-lines{display:flex;flex-direction:column;gap:3px;margin-top:44px}
.contact-lines a{text-decoration:none;font-size:1.05rem}
form{display:grid;gap:18px}
label{display:grid;gap:7px;font-weight:700;color:var(--navy)}
input,textarea{
  width:100%;
  border:1px solid #8f96a5;
  border-radius:7px;
  padding:13px 14px;
  background:#fffdfa;
  font:inherit;color:#17213c;
}
textarea{resize:vertical}
.privacy-note{font-size:.78rem;margin:0;color:#6e6f76}
.form-button{width:100%;text-transform:none;font-size:1rem}
.form-status{font-size:.9rem;margin:0}
footer{
  background:var(--rust-dark);color:#fff;
  padding:30px max(24px,calc((100% - var(--max))/2));
  display:flex;justify-content:space-between;gap:30px;align-items:center;
}
footer div{display:flex;flex-direction:column}
footer a{text-decoration:none}
@media (max-width:850px){
  .site-header nav a:not(.nav-call){display:none}
  .brand span{display:none}
  .hero{padding-top:46px}
  .hero-image-wrap img{height:340px;object-position:center 42%}
  .about-grid,.difference-grid,.services-grid,.booking-grid{grid-template-columns:1fr}
  .about-grid{gap:30px}
  .portrait-card{max-width:520px;margin:0 auto}
  .services-grid{gap:12px}
  .services-copy{padding:24px 0 10px}
  .services-grid>img{height:420px}
  .cards{grid-template-columns:repeat(2,1fr)}
  .moving img{height:360px}
  .booking-grid{gap:42px}
}
@media (max-width:560px){
  .container{width:min(100% - 28px,var(--max))}
  .site-header{padding:12px 14px}
  .nav-call{font-size:.78rem!important;padding:8px 11px!important}
  .hero{padding:38px 14px 14px}
  h1{font-size:clamp(2.65rem,14vw,4.3rem)}
  .hero-copy p{font-size:.98rem}
  .hero-image-wrap img{height:300px;object-position:center 42%}
  .overlay-button{bottom:16px;width:auto;min-width:240px;max-width:88%;font-size:.8rem}
  .about,.difference,.conditions,.booking{padding:48px 0}
  .review-card,.feature-card{padding:28px 22px}
  .services-grid>img{height:360px}
  .cards{grid-template-columns:1fr;gap:24px}
  .cards img{aspect-ratio:4/3}
  .moving{padding-top:38px}
  .moving img{height:320px}
  .moving p{font-size:1.05rem}
  footer{flex-direction:column;align-items:flex-start}
}

.form-status{min-height:1.4em;font-size:.92rem;margin:4px 0 0}
.form-status.success{color:#365b46;font-weight:600}
.form-status.error{color:#8b3a2e;font-weight:600}
.form-button:disabled{opacity:.65;cursor:wait;transform:none}

.hero-cta{display:flex;justify-content:center;margin:18px auto 4px}
.hero-cta .button{min-width:260px}
@media(max-width:560px){.hero-cta .button{min-width:240px}}

.brand{display:flex;align-items:baseline;gap:7px;white-space:nowrap}
.brand .tagline{font-family:"DM Sans",Arial,sans-serif;font-size:.78rem;font-weight:500;opacity:.82}
@media(max-width:700px){
  .brand{white-space:normal;line-height:1.05;max-width:58vw;font-size:1rem}
  .brand .tagline{display:inline;font-size:.68rem;line-height:1.15}
}

.brand-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
}
.brand-logo img{
  display:block;
  width:255px;
  height:auto;
  max-height:64px;
  object-fit:contain;
  object-position:left center;
}
@media(max-width:900px){
  .brand-logo img{width:215px;max-height:58px}
}
@media(max-width:700px){
  .site-header{gap:10px}
  .brand-logo{max-width:58vw}
  .brand-logo img{width:100%;max-height:54px}
}
@media(max-width:480px){
  .brand-logo{max-width:54vw}
  .brand-logo img{max-height:48px}
}

/* Updated transparent header logo */
.brand-logo img{
  width:245px;
  max-height:54px;
  object-fit:contain;
  object-position:left center;
}
@media(max-width:900px){
  .brand-logo img{width:205px;max-height:50px}
}
@media(max-width:700px){
  .brand-logo img{width:100%;max-height:46px}
}
@media(max-width:480px){
  .brand-logo img{max-height:42px}
}


/* Additional care message */
.additional-care{padding:62px 0 64px}
.additional-care-inner{max-width:940px;text-align:center}
.additional-care h2{font-size:clamp(2.5rem,4.7vw,4.8rem);color:var(--navy);margin-bottom:24px}
.additional-care p{max-width:820px;margin:0 auto;color:#26324a}
.additional-care h3{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:500;line-height:1.15;color:var(--rust-dark);margin:30px auto 15px}
.additional-care .additional-care-note{max-width:760px;font-size:1rem}

/* Rotating testimonials in the existing Empower Difference card */
.testimonial-carousel{position:relative;padding-left:54px;padding-right:54px;overflow:hidden}
.testimonial-stage{position:relative;display:grid;align-items:center;min-height:275px}
.testimonial{grid-area:1 / 1;margin:0;opacity:0;visibility:hidden;transition:opacity .6s ease;pointer-events:none}
.testimonial.active{opacity:1;visibility:visible;pointer-events:auto}
.testimonial p{font-family:Georgia,serif;font-size:1.05rem;line-height:1.35}
.testimonial cite{text-transform:uppercase;font-style:normal;letter-spacing:.08em;font-size:.9rem}
.testimonial-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;background:transparent;color:var(--navy);font:400 2.2rem/1 Georgia,serif;cursor:pointer;padding:10px;opacity:.75}
.testimonial-arrow:hover{opacity:1}
.testimonial-prev{left:10px}
.testimonial-next{right:10px}
.testimonial-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:9px;z-index:3}
.testimonial-dot{width:9px;height:9px;border-radius:50%;border:1px solid var(--navy);background:transparent;padding:0;cursor:pointer}
.testimonial-dot.active{background:var(--navy)}
@media(max-width:560px){
  .additional-care{padding:46px 0 48px}
  .additional-care h2{font-size:clamp(2.25rem,11vw,3.5rem)}
  .additional-care h3{font-size:1.75rem}
  .testimonial-carousel{padding:28px 38px 44px}
  .testimonial-stage{min-height:360px}
  .testimonial p{font-size:.98rem}
  .testimonial-prev{left:2px}
  .testimonial-next{right:2px}
}


/* Care team section */
.team-section h2{margin-bottom:10px}
.team-intro{text-align:center;max-width:640px;margin:0 auto 38px;font-size:1.12rem;color:#4d3f37}
.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px;align-items:start}
.team-member{min-width:0}
.team-member .portrait-card{margin:0}
.team-member .portrait-card img{width:100%;aspect-ratio:4/5;object-fit:cover}
.team-member .portrait-card figcaption,.team-member-heading{text-align:center;margin-top:12px;color:#4d3f37}
.team-member .portrait-card figcaption strong,.team-member-heading strong{display:block;font-family:"Playfair Display",Georgia,serif;font-size:1.45rem;font-weight:600;color:var(--navy)}
.team-member .portrait-card figcaption span,.team-member-heading span{display:block;margin-top:3px;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--rust-dark)}
.team-bio{margin-top:24px}
.team-bio p{margin:0 0 14px;color:#26324a}
.team-bio-placeholder{text-align:center;padding:20px 12px;border-top:1px solid rgba(77,63,55,.22)}
.kaylei-placeholder{aspect-ratio:4/5;background:rgba(255,255,255,.45);border:1px solid rgba(77,63,55,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--rust-dark)}
.placeholder-initial{width:94px;height:94px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.7);font-family:"Playfair Display",Georgia,serif;font-size:3.5rem;color:var(--rust-dark);border:1px solid rgba(77,63,55,.15)}
.placeholder-text{margin-top:16px;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}
.team-closing{max-width:760px;margin:42px auto 0;text-align:center;font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.25;color:var(--rust-dark)}
@media(max-width:850px){.team-grid{grid-template-columns:1fr;gap:46px}.team-member{max-width:620px;margin:0 auto;width:100%}}
@media(max-width:560px){.team-intro{margin-bottom:28px;font-size:1rem}.team-grid{gap:38px}.team-bio{margin-top:18px}.team-closing{margin-top:34px;font-size:1.45rem}}

/* Homepage flow update: selling message first, team later */
.difference-features{max-width:920px;margin:0 auto;min-height:0}
.difference-features ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;row-gap:10px;margin-bottom:30px}
.difference-features .button{align-self:center}
.testimonials-section{padding:68px 0}
.testimonials-inner{max-width:900px;text-align:center}
.testimonials-inner h2{margin-bottom:28px}
.testimonials-section .review-card{max-width:820px;margin:0 auto;border:1px solid rgba(77,54,43,.10);box-shadow:0 12px 28px rgba(77,54,43,.06)}
@media (max-width:700px){
  .difference-features ul{grid-template-columns:1fr;gap:4px}
  .testimonials-section{padding:48px 0}
}

/* Section color separation */
.additional-care{
  background:#efe5dc;
}
.booking{
  background:#ddd0c5;
}
