@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&family=Quicksand:wght@500;600;700&display=swap");

/* English / Tamil selector and temporary Tamil verification notice */
.samara-language-bar{position:relative;z-index:10001;background:linear-gradient(90deg,#fff7fb,#fff,#fff7fb);border-bottom:1px solid rgba(176,18,100,.12);color:#5d1039}
.samara-language-inner{min-height:44px;display:flex;align-items:center;justify-content:flex-end;gap:10px}
.samara-language-label{font-size:.76rem;font-weight:800;letter-spacing:.04em;color:#796774}
.samara-language-switch{display:inline-flex;align-items:center;padding:3px;border:1px solid rgba(176,18,100,.20);border-radius:999px;background:#fff;box-shadow:0 5px 16px rgba(104,18,61,.07)}
.samara-language-switch button{min-height:31px;padding:5px 12px;border:0;border-radius:999px;background:transparent;color:#6d3153;font:800 .78rem/1.1 Inter,Segoe UI,Arial,sans-serif;cursor:pointer;white-space:nowrap}
.samara-language-switch button small{margin-left:3px;font-size:.61rem;font-weight:800;opacity:.82}
.samara-language-switch button.active{color:#fff;background:linear-gradient(100deg,#7a1247,#b01264,#e03a7c);box-shadow:0 5px 12px rgba(176,18,100,.20)}
.samara-language-switch button:focus-visible{outline:3px solid rgba(246,183,45,.65);outline-offset:2px}
.samara-tamil-preview-notice{position:relative;z-index:90;padding:11px 0;background:linear-gradient(90deg,#fff0f7,#fff7df,#fff0f7);border-bottom:1px solid rgba(176,18,100,.18);color:#650b3c;text-align:center;overflow-wrap:anywhere}
.samara-tamil-preview-notice[hidden]{display:none!important}
.samara-tamil-preview-notice .container{font-size:.9rem;line-height:1.5}
.samara-tamil-preview-notice strong{color:#a20f5a}.samara-tamil-preview-notice small{display:block;margin-top:2px;color:#796774;font-size:.73rem}
@media(max-width:640px){.samara-language-inner{min-height:42px}.samara-language-label{display:none}.samara-language-switch button{min-height:32px;padding:6px 11px;font-size:.77rem}.samara-tamil-preview-notice{padding:10px 0;text-align:left}.samara-tamil-preview-notice .container{font-size:.83rem;line-height:1.48}.samara-tamil-preview-notice small{font-size:.7rem}}


:root{
  --plum:#5d1039;
  --wine:#7a1247;
  --magenta:#b01264;
  --rose:#e03a7c;
  --coral:#f36a4c;
  --gold:#f6b72d;
  --ink:#34242f;
  --muted:#796774;
  --pale:#fff4f8;
  --line:#efd6e2;
  --white:#ffffff;
  --shadow:0 22px 60px rgba(104,18,61,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--ink);
  background:#fffafc;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(176,18,100,.11);
}
.header-inner{
  min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand img{width:180px}
.nav{display:flex;align-items:center;gap:22px;font-weight:800;font-size:.94rem}
.nav a:hover,.nav a.active{color:var(--magenta)}
.nav .staff{
  color:#fff!important;
  padding:11px 17px;border-radius:999px;
  background:linear-gradient(100deg,var(--wine),var(--magenta),var(--rose))
}
.menu-button{display:none;border:0;background:none;font-size:1.7rem;color:var(--wine)}
.hero{
  position:relative;overflow:hidden;
  padding:92px 0 82px;
  background:
    radial-gradient(circle at 85% 18%,rgba(246,183,45,.16),transparent 25%),
    radial-gradient(circle at 7% 82%,rgba(224,58,124,.13),transparent 28%),
    linear-gradient(145deg,#fff 0%,#fff7fb 48%,#fff0f6 100%);
}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:62px;align-items:center}
.eyebrow{
  display:inline-block;text-transform:uppercase;letter-spacing:.16em;
  font-size:.76rem;font-weight:900;color:var(--magenta)
}
.hero h1,.page-hero h1{
  color:var(--plum);letter-spacing:-.055em;line-height:1.03;
  font-size:clamp(2.8rem,5.5vw,5.2rem);margin:18px 0 22px
}
.hero p,.page-hero p{font-size:1.12rem;color:var(--muted);max-width:720px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border:0;border-radius:12px;padding:14px 22px;font-weight:900;
  cursor:pointer;font-size:.96rem
}
.btn-primary{
  color:#fff;
  background:linear-gradient(100deg,var(--wine),var(--magenta),var(--rose));
  box-shadow:0 12px 28px rgba(176,18,100,.23)
}
.btn-secondary{background:#fff;color:var(--wine);border:1px solid var(--line)}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;font-size:.88rem;font-weight:800;color:var(--wine)}
.hero-panel{
  border:1px solid rgba(176,18,100,.14);
  background:rgba(255,255,255,.82);
  border-radius:28px;padding:30px;box-shadow:var(--shadow);backdrop-filter:blur(12px)
}
.hero-panel .icon{
  width:60px;height:60px;border-radius:18px;display:grid;place-items:center;
  font-size:1.8rem;color:#fff;background:linear-gradient(135deg,var(--magenta),var(--rose))
}
.hero-panel h2{margin:16px 0 8px;color:var(--plum)}
.hero-panel p{font-size:1rem}
.panel-list{margin:24px 0}
.panel-list div{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}
.panel-list strong{color:var(--rose)}
.section{padding:90px 0}
.section-tint{background:linear-gradient(150deg,#fff8fb,#fff1f6)}
.section-dark{background:linear-gradient(135deg,var(--plum),var(--wine) 48%,var(--magenta));color:#fff}
.section-heading{text-align:center;max-width:780px;margin:0 auto 44px}
.section-heading h2,.split-copy h2,.contact-copy h2{
  color:var(--plum);font-size:clamp(2.1rem,4vw,3.6rem);
  line-height:1.12;margin:14px 0 18px;letter-spacing:-.04em
}
.section-heading p,.split-copy p,.contact-copy p{color:var(--muted);font-size:1.04rem}
.light h2,.light p{color:#fff}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{
  padding:28px;border-radius:22px;background:#fff;border:1px solid var(--line);
  box-shadow:0 14px 38px rgba(94,16,57,.08)
}
.card .card-icon{
  width:52px;height:52px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(135deg,#fde4ef,#fff1d9);color:var(--magenta);font-size:1.45rem
}
.card h3{color:var(--plum);margin:18px 0 8px}
.card p{color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.feature-box{
  padding:34px;border-radius:26px;background:linear-gradient(145deg,#fff,#fff1f7);
  border:1px solid var(--line);box-shadow:var(--shadow)
}
.feature-box ul{list-style:none;padding:0;margin:20px 0 0}
.feature-box li{position:relative;padding:13px 0 13px 32px;border-bottom:1px solid var(--line)}
.feature-box li::before{content:"✓";position:absolute;left:0;color:var(--rose);font-weight:900}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.stat{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line);text-align:center}
.stat strong{display:block;font-size:2rem;color:var(--magenta)}
.stat span{color:var(--muted);font-size:.9rem}
.page-hero{padding:72px 0;background:linear-gradient(145deg,#fff,#fff2f7);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(2.6rem,5vw,4.7rem)}
.room-grid,.package-grid,.gallery-grid,.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.room-card,.package-card,.team-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;
  box-shadow:0 14px 38px rgba(95,16,57,.08)
}
.room-visual,.gallery-item{
  min-height:190px;display:grid;place-items:center;color:#fff;font-size:1.3rem;font-weight:900
}
.room-visual.private{background:linear-gradient(135deg,var(--plum),var(--magenta))}
.room-visual.twin{background:linear-gradient(135deg,var(--rose),var(--coral))}
.room-visual.general{background:linear-gradient(135deg,var(--wine),var(--gold))}
.room-content,.package-content,.team-content{padding:26px}
.room-content h3,.package-content h3,.team-content h3{color:var(--plum)}
.room-content p,.room-content li,.package-content p,.team-content p{color:var(--muted)}
.package-grid{grid-template-columns:repeat(4,1fr)}
.package-card{padding:26px}
.package-card.featured{border:2px solid var(--rose);transform:translateY(-10px)}
.package-card .duration{font-weight:900;color:var(--rose)}
.gallery-grid{grid-template-columns:repeat(4,1fr)}
.gallery-item{
  border-radius:22px;min-height:210px;
  background:linear-gradient(145deg,var(--magenta),var(--rose));
  position:relative;overflow:hidden
}
.gallery-item:nth-child(2n){background:linear-gradient(145deg,var(--wine),var(--gold))}
.gallery-item:nth-child(3n){background:linear-gradient(145deg,var(--plum),var(--coral))}
.gallery-item span{position:relative;z-index:2}
.gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(55,8,34,.35))}
.faq{max-width:900px;margin:auto}
.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin:12px 0}
.faq summary{cursor:pointer;font-weight:900;color:var(--plum)}
.faq p{color:var(--muted)}
.form-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.form-card{
  padding:30px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-grid label{font-size:.9rem;font-weight:800;color:var(--wine)}
.form-grid input,.form-grid select,.form-grid textarea{
  width:100%;display:block;margin-top:7px;padding:13px 14px;
  border:1px solid #dfcbd5;border-radius:12px;font:inherit;color:var(--ink);background:#fff
}
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{
  outline:none;border-color:var(--rose);box-shadow:0 0 0 3px rgba(224,58,124,.12)
}
.form-grid .full{grid-column:1/-1}
.form-status{min-height:24px;color:var(--magenta);font-weight:800}
.contact-card{padding:28px;border-radius:24px;background:linear-gradient(145deg,#fff,#fff1f7);border:1px solid var(--line)}
.contact-card>div{display:flex;gap:16px;padding:15px 0;border-bottom:1px solid var(--line)}
.contact-card>div:last-child{border-bottom:0}
.contact-card span{font-size:1.25rem;color:var(--magenta)}
.contact-card p{margin:0;color:var(--muted)}
.contact-card b{color:var(--plum)}
.footer{padding:60px 0 24px;background:linear-gradient(145deg,#4f0b30,#761044);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px}
.footer-grid img{width:180px;filter:none}
.footer-grid div{display:flex;flex-direction:column;gap:9px}
.footer-grid a{color:#f4dce7}
.footer-bottom{
  margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);
  display:flex;justify-content:space-between;color:#e7cbd9;font-size:.86rem
}
.floating{
  position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;background:linear-gradient(135deg,var(--magenta),var(--rose));
  color:#fff;font-size:1.5rem;box-shadow:0 14px 30px rgba(176,18,100,.28);z-index:40
}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}
.notice{padding:18px;border-radius:16px;background:var(--pale);border-left:4px solid var(--rose);color:var(--muted)}
@media(max-width:980px){
  .nav{
    position:absolute;top:84px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;
    background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)
  }
  .nav.open{display:flex}.menu-button{display:block}
  .hero-grid,.split,.form-layout{grid-template-columns:1fr}
  .card-grid,.room-grid,.team-grid{grid-template-columns:repeat(2,1fr)}
  .package-grid,.gallery-grid,.stats{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 24px,1180px)}
  .header-inner{min-height:72px}.brand img{width:145px}.nav{top:72px}
  .hero{padding:50px 0 58px}.hero h1{font-size:2.7rem}
  .section{padding:68px 0}
  .card-grid,.room-grid,.package-grid,.gallery-grid,.team-grid,.stats,.form-grid,.footer-grid{grid-template-columns:1fr}
  .package-card.featured{transform:none}
  .footer-bottom{flex-direction:column;gap:8px}
}


/* Careers Portal v1.2.0 */
.career-role-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.career-role-card{
  padding:26px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 38px rgba(94,16,57,.08);
}
.career-role-icon{
  width:52px;height:52px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#fde4ef,#fff1d9);
  color:var(--magenta);font-size:1.45rem;
}
.career-role-card h3{margin:17px 0 7px;color:var(--plum)}
.career-role-card p{color:var(--muted);min-height:76px}
.career-role-apply{
  border:0;background:transparent;color:var(--magenta);
  font:inherit;font-weight:900;padding:0;cursor:pointer
}
.career-application-form{
  display:flex;flex-direction:column;gap:22px
}
.career-form-section{
  padding:28px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 38px rgba(95,16,57,.07)
}
.career-form-title{
  display:flex;align-items:center;gap:14px;
  margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--line)
}
.career-form-title>span{
  flex:0 0 auto;width:38px;height:38px;border-radius:12px;
  display:grid;place-items:center;color:#fff;font-weight:900;
  background:linear-gradient(135deg,var(--wine),var(--magenta),var(--rose))
}
.career-form-title h3{margin:0;color:var(--plum)}
.career-form-title p{margin:2px 0 0;color:var(--muted);font-size:.9rem}
.career-grid{grid-template-columns:repeat(3,1fr)}
.career-skill-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px
}
.career-skill-grid label{
  display:flex;align-items:center;gap:10px;
  padding:13px 14px;border:1px solid var(--line);
  border-radius:12px;background:#fff8fb;color:var(--ink);font-weight:700
}
.career-skill-grid input{accent-color:var(--magenta);width:18px;height:18px}
.career-full-label{
  display:block;margin-top:18px;font-size:.9rem;font-weight:800;color:var(--wine)
}
.career-full-label textarea{
  width:100%;display:block;margin-top:7px;padding:13px 14px;
  border:1px solid #dfcbd5;border-radius:12px;font:inherit
}
.career-upload-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:16px
}
.career-upload-card{
  position:relative;display:grid;grid-template-columns:auto 1fr;
  column-gap:14px;align-items:center;
  padding:20px;border:1px dashed #d9a9c0;border-radius:18px;
  background:linear-gradient(145deg,#fff,#fff4f9);cursor:pointer
}
.career-upload-card:hover{border-color:var(--rose);box-shadow:0 10px 26px rgba(176,18,100,.08)}
.career-upload-card input{
  position:absolute;inset:0;opacity:0;cursor:pointer
}
.career-upload-icon{
  grid-row:1/4;width:48px;height:48px;border-radius:15px;
  display:grid;place-items:center;background:#f9deeb;color:var(--magenta);font-size:1.35rem
}
.career-upload-card strong{color:var(--plum)}
.career-upload-card small{color:var(--muted)}
.career-file-name{
  margin-top:5px;color:var(--magenta);font-size:.84rem;font-weight:800;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%
}
.career-upload-notice{
  margin-top:18px;padding:17px 18px;border-radius:15px;
  background:#fff5e2;border-left:4px solid var(--gold);color:#76552c
}
.career-declaration{
  display:flex;align-items:flex-start;gap:12px;
  padding:18px;border-radius:15px;background:#fff7fb;border:1px solid var(--line)
}
.career-declaration input{margin-top:4px;width:19px;height:19px;accent-color:var(--magenta)}
.career-submit-bar{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:24px;border-radius:20px;color:#fff;
  background:linear-gradient(110deg,var(--plum),var(--wine),var(--magenta))
}
.career-submit-bar strong,.career-submit-bar small{display:block}
.career-submit-bar small{color:#f5dbe8}
.career-submit-bar .btn-primary{background:#fff;color:var(--wine);box-shadow:none}
.career-form-status{
  min-height:0;padding:0;margin:0;
  border-radius:16px;font-weight:800
}
.career-form-status.success,.career-form-status.error{
  min-height:auto;padding:18px 20px
}
.career-form-status.success{background:#e9fff6;color:#17694d;border:1px solid #afe8d0}
.career-form-status.error{background:#fff0f0;color:#a62828;border:1px solid #f0baba}
@media(max-width:980px){
  .career-role-grid,.career-grid,.career-skill-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .career-role-grid,.career-grid,.career-skill-grid,.career-upload-grid{grid-template-columns:1fr}
  .career-form-section{padding:20px}
  .career-submit-bar{align-items:stretch;flex-direction:column}
  .career-submit-bar .btn{width:100%}
}


/* Version 1.4.0 — Premium Hero Care Panel */
.hero-panel-premium{
  padding:34px 34px 30px;
}

.hero-panel-premium h2{
  margin:18px 0 10px;
  line-height:1.22;
}

.hero-panel-tagline{
  margin:0;
  max-width:100%;
  color:var(--muted);
  font-size:1.02rem !important;
  line-height:1.68;
}

.premium-service-list{
  margin-top:28px;
  display:flex;
  flex-direction:column;
}

.premium-service-item{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  align-items:center;
  column-gap:17px;
  min-height:67px;
  padding:15px 0;
  border-bottom:1px solid rgba(176,18,100,.15);
}

.premium-service-item:last-child{
  border-bottom:0;
  padding-bottom:7px;
}

.premium-service-icon{
  display:grid;
  place-items:center;
  width:46px;
  min-width:46px;
  font-size:2.15rem;
  line-height:1;
  filter:drop-shadow(0 5px 7px rgba(87,16,47,.10));
}

.premium-service-name{
  color:var(--ink);
  font-size:1.04rem;
  font-weight:600;
  line-height:1.42;
  letter-spacing:.005em;
}

@media(max-width:640px){
  .hero-panel-premium{
    padding:27px 23px 22px;
  }

  .hero-panel-tagline{
    font-size:.98rem !important;
  }

  .premium-service-item{
    grid-template-columns:40px minmax(0,1fr);
    column-gap:14px;
    min-height:63px;
    padding:14px 0;
  }

  .premium-service-icon{
    width:40px;
    min-width:40px;
    font-size:1.88rem;
  }

  .premium-service-name{
    font-size:.98rem;
  }
}


/* Version 1.4.1 — Increased Vertical Spacing In Premium Hero Panel */
.hero-panel-premium{
  padding:38px 36px 34px;
}

.hero-panel-tagline{
  margin-bottom:30px;
  line-height:1.72;
}

.premium-service-list{
  margin-top:0;
}

.premium-service-item{
  grid-template-columns:48px minmax(0,1fr);
  column-gap:19px;
  min-height:78px;
  padding:20px 0;
  border-bottom:1px solid rgba(176,18,100,.09);
}

.premium-service-item:last-child{
  padding-bottom:14px;
}

.premium-service-icon{
  width:48px;
  min-width:48px;
  font-size:2.2rem;
}

.premium-service-name{
  font-weight:600;
  line-height:1.6;
}

@media(max-width:640px){
  .hero-panel-premium{
    padding:30px 24px 27px;
  }

  .hero-panel-tagline{
    margin-bottom:25px;
  }

  .premium-service-item{
    grid-template-columns:42px minmax(0,1fr);
    column-gap:16px;
    min-height:72px;
    padding:18px 0;
  }

  .premium-service-icon{
    width:42px;
    min-width:42px;
    font-size:1.95rem;
  }

  .premium-service-name{
    line-height:1.55;
  }
}


/* Version 1.6.0 — Family Portal Integration */
.nav .family-portal-link{
  color:#fff !important;
  padding:11px 17px;
  border-radius:999px;
  background:linear-gradient(100deg,#234f95,#2f6fc4);
  box-shadow:0 9px 22px rgba(35,79,149,.18);
}

.nav .family-portal-link:hover{
  color:#fff !important;
  transform:translateY(-1px);
}

.hero .family-portal-button{
  color:#fff;
  background:linear-gradient(100deg,#234f95,#2f6fc4);
  box-shadow:0 12px 28px rgba(35,79,149,.20);
}

.family-feature-section{
  padding:82px 0;
  background:linear-gradient(145deg,#fff,#f4f8ff 52%,#fff3f8);
}

.family-feature-card{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:44px;
  align-items:center;
  padding:42px;
  border-radius:28px;
  background:#fff;
  border:1px solid #dfe8f7;
  box-shadow:0 22px 60px rgba(55,73,110,.11);
}

.family-feature-visual{
  min-height:330px;
  border-radius:24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:36px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 10%,rgba(255,255,255,.14),transparent 24%),
    linear-gradient(145deg,#203f78,#285fa8 55%,#2f78ce);
}

.family-feature-visual .family-lock{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:rgba(255,255,255,.16);
  font-size:1.9rem;
}

.family-feature-visual h3{
  margin:22px 0 10px;
  font-size:2rem;
}

.family-feature-visual p{
  margin:0;
  color:#dfeaff;
}

.family-feature-content h2{
  margin:12px 0 14px;
  color:var(--plum);
  line-height:1.15;
  letter-spacing:-.035em;
  font-size:clamp(2rem,3.8vw,3.25rem);
}

.family-feature-content>p{
  color:var(--muted);
}

.family-feature-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 18px;
  margin:24px 0 28px;
}

.family-feature-list div{
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 14px;
  border-radius:13px;
  background:#f5f8fe;
  color:#33415c;
  font-weight:700;
}

.family-feature-list span{
  color:#2f6fc4;
  font-size:1.05rem;
}

.family-support-card{
  margin-top:20px;
  padding:22px;
  border-radius:18px;
  background:linear-gradient(145deg,#f7f9ff,#fff);
  border:1px solid #dfe8f7;
}

.family-support-card h3{
  margin:0 0 8px;
  color:#234f95;
}

.family-support-card p{
  margin:5px 0;
  color:var(--muted);
}

.feature-strip-expanded{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
}

.feature-strip-expanded span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.family-service-card .card-icon{
  color:#2f6fc4;
  background:linear-gradient(135deg,#e7efff,#f3f7ff);
}

@media(max-width:1120px){
  .nav{
    gap:13px;
    font-size:.86rem;
  }

  .nav .family-portal-link,
  .nav .staff{
    padding:10px 14px;
  }
}

@media(max-width:980px){
  .family-feature-card{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .family-feature-section{
    padding:62px 0;
  }

  .family-feature-card{
    padding:24px;
    gap:28px;
  }

  .family-feature-visual{
    min-height:260px;
    padding:28px;
  }

  .family-feature-list{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   Samara Public Website v1.8.0 — Mobile polish
   iPhone Safari + Android Chrome
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
.mobile-staff-login{display:none}

@media(max-width:980px){
  .header{padding-top:env(safe-area-inset-top)}
  .header-inner{position:relative;gap:10px}
  .mobile-staff-login{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:9px 13px;
    margin-left:auto;
    border-radius:999px;
    color:#fff!important;
    background:linear-gradient(100deg,var(--wine),var(--magenta),var(--rose));
    box-shadow:0 7px 18px rgba(176,18,100,.18);
    font-size:.82rem;
    font-weight:850;
    white-space:nowrap;
  }
  .menu-button{
    display:grid;
    place-items:center;
    width:44px;
    min-width:44px;
    height:44px;
    padding:0;
    border-radius:12px;
    background:#fff3f8;
    font-size:1.55rem;
    touch-action:manipulation;
  }
  .nav{
    position:fixed!important;
    top:calc(84px + env(safe-area-inset-top))!important;
    left:12px!important;
    right:12px!important;
    max-height:calc(100dvh - 102px - env(safe-area-inset-top))!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    padding:14px!important;
    gap:5px!important;
    border-radius:18px!important;
    box-shadow:0 20px 48px rgba(91,14,55,.20)!important;
    -webkit-overflow-scrolling:touch;
  }
  .nav a{
    min-height:44px;
    display:flex;
    align-items:center;
    padding:10px 13px;
    border-radius:11px;
  }
  .nav a.active{background:#fff1f7}
  .nav .family-portal-link,
  .nav .staff{
    justify-content:center;
    margin-top:3px;
    padding:11px 14px!important;
  }
  .nav .staff{
    color:#fff!important;
    background:linear-gradient(100deg,var(--wine),var(--magenta),var(--rose));
  }
  input,select,textarea{font-size:16px!important}
  button,.btn,a{touch-action:manipulation}
}

@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{min-height:76px}
  .brand img{width:136px}
  .nav{top:calc(76px + env(safe-area-inset-top))!important}
  .mobile-staff-login{font-size:.78rem;padding:8px 11px;min-height:40px}
  .menu-button{width:42px;min-width:42px;height:42px}

  .hero{padding:34px 0 46px}
  .hero h1{font-size:clamp(2rem,10vw,2.55rem);line-height:1.08}
  .hero p{font-size:1rem;line-height:1.65}
  .actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin:23px 0;
  }
  .actions .btn{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:11px 12px;
    text-align:center;
    line-height:1.25;
  }
  .actions .family-portal-button{grid-column:1 / -1;max-width:none}
  .feature-strip-expanded{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:12px 10px!important;
    margin-top:22px;
  }
  .feature-strip-expanded span{
    font-size:.86rem;
    line-height:1.35;
    align-items:flex-start;
  }
  .hero-panel-premium{border-radius:20px}
  .section-heading h2,.split-copy h2,.family-feature-content h2{
    font-size:clamp(1.75rem,8vw,2.25rem);
    line-height:1.15;
  }

  .footer{padding-bottom:calc(28px + env(safe-area-inset-bottom))}
  .footer-grid{gap:26px}
  .footer-grid>div{min-width:0}
  .footer-grid a{min-height:36px;display:flex;align-items:center}
  .footer-grid a[href*="app.samaraassistedliving.com"]{
    width:max-content;
    min-height:44px;
    margin-top:6px;
    padding:8px 14px;
    border-radius:999px;
    color:#fff!important;
    background:linear-gradient(100deg,var(--wine),var(--magenta),var(--rose));
    font-weight:800;
  }

  .floating{
    right:14px;
    bottom:calc(14px + env(safe-area-inset-bottom));
    width:52px;
    height:52px;
  }

  .career-role-grid{grid-template-columns:1fr!important}
  .career-role-card{padding:22px!important}
  .career-application-card{padding:20px!important}
  .career-form-grid{grid-template-columns:1fr!important}
}

@media(max-width:390px){
  .brand img{width:122px}
  .mobile-staff-login{font-size:.72rem;padding:7px 9px}
  .header-inner{gap:7px}
  .actions{grid-template-columns:1fr}
  .actions .family-portal-button{grid-column:auto}
  .feature-strip-expanded{grid-template-columns:1fr}
}

/* WhatsApp floating contact button */
.floating.whatsapp-float{
  background:#25D366;
  color:#fff;
  width:64px;
  height:64px;
  border:4px solid #fff;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease;
}
.floating.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 16px 34px rgba(0,0,0,.26);
}
.floating.whatsapp-float svg{width:36px;height:36px;display:block}
@media(max-width:640px){
  .floating.whatsapp-float{width:58px;height:58px;border-width:3px}
  .floating.whatsapp-float svg{width:33px;height:33px}
}


/* v2.2.0 — Feedback */
.feedback-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:start}.feedback-intro h2{color:var(--plum);font-size:clamp(2rem,4vw,3rem);margin:10px 0 16px}.feedback-note{margin-top:24px;padding:20px;border-radius:18px;background:#fff4f8;border:1px solid #f0d3e0;color:var(--muted)}.feedback-form{padding:30px;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(87,16,47,.1);border:1px solid #f0dbe5}.feedback-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feedback-form .span-2{grid-column:1/-1}.feedback-consent label{display:flex;gap:10px;align-items:flex-start}.feedback-consent input{width:auto;margin-top:3px}.star-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:5px}.star-rating input{position:absolute;opacity:0}.star-rating label{font-size:2rem;color:#d7c7cf;cursor:pointer;line-height:1}.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:#b01264}.form-status.success{color:#147a51;font-weight:700}.form-status.error{color:#b42318;font-weight:700}@media(max-width:760px){.feedback-layout{grid-template-columns:1fr}.feedback-form .form-grid{grid-template-columns:1fr}.feedback-form .span-2{grid-column:auto}}

/* v2.3.0 — Feedback WhatsApp Verification */
.feedback-mobile-row{display:flex;gap:10px;align-items:center}
.feedback-mobile-row input{flex:1}
.feedback-mobile-row .btn{white-space:nowrap;padding:12px 16px}
.feedback-mobile-help{display:block;margin-top:7px;color:var(--muted);font-size:.82rem}
.feedback-otp-box{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff8fb}
.feedback-verified-state{margin-top:9px;font-size:.86rem;font-weight:800;color:#8a6b7a}
.feedback-verified-state.verified{color:#167654}
@media(max-width:640px){.feedback-mobile-row{align-items:stretch;flex-direction:column}.feedback-mobile-row .btn{width:100%}}

/* Samara location QR — floating beside WhatsApp on every page */
.floating.location-qr-float{
  right:96px;
  width:64px;
  height:64px;
  padding:5px;
  background:#fff;
  border:4px solid #fff;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease;
}
.floating.location-qr-float:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 16px 34px rgba(0,0,0,.26);
}
.floating.location-qr-float img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:5px;
}
@media(max-width:640px){
  .floating.location-qr-float{
    right:88px;
    width:58px;
    height:58px;
    padding:4px;
    border-width:3px;
  }
}


/* =========================================================
   Samara Website – transparent logo + final header/footer fix
   Keeps the original Samara artwork unchanged.
   ========================================================= */
:root{
  --kauvery-purple:#962067;
  --whatsapp-green:#25D366;
}

/* Soft Kauvery-purple family gradient at page top */
.header{
  background:
    linear-gradient(145deg,
      #fff9fc 0%,
      #fdebf4 35%,
      #f8d6e7 69%,
      #f2bed9 100%) !important;
  border-bottom:1px solid rgba(150,32,103,.16) !important;
  box-shadow:0 3px 16px rgba(150,32,103,.06) !important;
  overflow:hidden;
}
.header-inner{
  min-height:142px !important;
  gap:20px !important;
}
.brand{
  flex:0 0 350px !important;
  display:flex !important;
  align-items:center !important;
}
.brand img{
  width:350px !important;
  max-width:350px !important;
  max-height:126px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
  background:transparent !important;
  mix-blend-mode:normal !important;
}

/* Footer: deeper pink / Kauvery-purple blend */
.footer{
  background:
    linear-gradient(145deg,
      #fff6fb 0%,
      #fbd9e9 22%,
      #f4acd0 48%,
      #df5798 73%,
      #962067 100%) !important;
  color:#4d1733 !important;
}
.footer-grid img{
  width:285px !important;
  max-width:100% !important;
  height:auto !important;
  filter:none !important;
  background:transparent !important;
  mix-blend-mode:normal !important;
}
.footer-grid > div:first-child > p{
  display:none !important;
}
.footer-grid b,
.footer-grid a{
  color:#4d1733 !important;
}
.footer-bottom{
  color:#fff !important;
  border-top-color:rgba(255,255,255,.42) !important;
}

/* WhatsApp must always use official WhatsApp green.
   Attribute selector also catches the existing button even if it lacks whatsapp-float class. */
a.floating[href*="wa.me"],
a[href*="wa.me"].floating{
  background:#25D366 !important;
  background-color:#25D366 !important;
  color:#fff !important;
  border:3px solid #fff !important;
  box-shadow:0 10px 26px rgba(37,211,102,.34) !important;
}
a.floating[href*="wa.me"]:hover,
a[href*="wa.me"].floating:hover{
  background:#20BD5A !important;
  background-color:#20BD5A !important;
}

/* Responsive sizing */
@media(max-width:1180px){
  .header-inner{min-height:122px !important}
  .brand{flex-basis:285px !important}
  .brand img{width:285px !important;max-width:285px !important;max-height:108px !important}
}
@media(max-width:980px){
  .header-inner{min-height:96px !important}
  .brand{flex-basis:auto !important}
  .brand img{width:220px !important;max-width:220px !important;max-height:84px !important}
  .nav{top:calc(96px + env(safe-area-inset-top)) !important}
  .footer-grid img{width:250px !important}
}
@media(max-width:640px){
  .header-inner{min-height:84px !important}
  .brand img{width:188px !important;max-width:188px !important;max-height:74px !important}
  .nav{top:calc(84px + env(safe-area-inset-top)) !important}
  .footer-grid img{width:225px !important}
}
@media(max-width:390px){
  .brand img{width:170px !important;max-width:170px !important}
  .footer-grid img{width:205px !important}
}


/* v1.8.1 — Restored Find Us / Location QR */
.location-findus-float{position:fixed;right:96px;bottom:22px;z-index:41;height:64px;min-width:116px;padding:0 18px;border:4px solid #fff;border-radius:34px;background:#fff;color:var(--plum);box-shadow:0 12px 30px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font:inherit;font-weight:800}
.location-findus-float span{font-size:1.35rem;color:var(--magenta)}
.location-findus-float:hover{transform:translateY(-2px)}
.location-qr-modal[hidden]{display:none!important}.location-qr-modal{position:fixed;inset:0;z-index:1000;background:rgba(55,20,38,.48);display:grid;place-items:center;padding:20px}.location-qr-card{position:relative;width:min(92vw,390px);background:#fff;border-radius:24px;padding:28px;text-align:center;box-shadow:0 28px 80px rgba(55,20,38,.30)}.location-qr-card h3{margin:0 0 16px;color:var(--plum)}.location-qr-card img{width:min(240px,70vw);height:auto;border-radius:12px;border:1px solid var(--line);padding:8px;background:#fff}.location-qr-card p{color:var(--muted);margin:14px 0 18px}.location-qr-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;border-radius:50%;background:var(--pale);color:var(--plum);font-size:1.6rem;cursor:pointer}.location-modal-open{overflow:hidden}
@media(max-width:640px){.location-findus-float{right:82px;bottom:22px;height:58px;min-width:58px;width:58px;padding:0;border-width:3px}.location-findus-float b{display:none}.location-findus-float span{font-size:1.5rem}}


/* =========================================================
   v2.3.4 — definitive mobile navigation visibility fix
   The header previously used overflow:hidden, which clipped
   the fixed mobile navigation even when the button opened it.
   ========================================================= */
@media (max-width:980px){
  .header{
    overflow:visible !important;
    position:sticky !important;
    z-index:10000 !important;
  }
  .header-inner{
    overflow:visible !important;
  }
  .menu-button{
    position:relative !important;
    z-index:10002 !important;
    pointer-events:auto !important;
    cursor:pointer !important;
    touch-action:manipulation !important;
    -webkit-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(176,18,100,.12);
  }
  .nav a{
    touch-action:manipulation;
  }
  .nav{
    z-index:10001 !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    transform:translateY(-8px);
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .nav.open{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    transform:translateY(0) !important;
  }
}

/* Consistent title-style capitalization for visible headings */
h1,h2,h3,.section-title{ text-transform:capitalize; }


/* === Flyer content integration: Digital advantage, expanded care services and flexible care === */
.digital-advantage-section{padding-top:54px;padding-bottom:54px;background:linear-gradient(180deg,#fff 0%,#fff8fb 100%)}
.digital-advantage-heading{max-width:760px;margin-bottom:28px}
.digital-advantage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.digital-advantage-card{display:flex;gap:20px;align-items:flex-start;padding:28px;border:1px solid rgba(176,18,100,.18);border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(91,20,60,.08)}
.digital-advantage-icon{width:66px;height:66px;min-width:66px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:rgba(176,18,100,.08);color:#b01264;font-size:30px;font-weight:800}
.digital-kicker{display:inline-block;color:#b01264;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}
.digital-advantage-card h3{margin:0 0 8px;font-size:1.35rem}.digital-advantage-card p{margin:0;color:#5f5660;line-height:1.65}
.care-services-preview{padding-top:64px;padding-bottom:64px}
.care-service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.care-service-card{padding:24px 20px;border-radius:22px;background:#fff;border:1px solid rgba(176,18,100,.14);box-shadow:0 12px 30px rgba(82,21,55,.06);height:100%}
.care-service-icon{width:54px;height:54px;border-radius:17px;background:rgba(176,18,100,.09);color:#b01264;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:21px;margin-bottom:16px}
.care-service-card h3{font-size:1.08rem;line-height:1.3;margin:0 0 9px;color:#321c29}.care-service-card p{margin:0;color:#665d63;line-height:1.6;font-size:.94rem}
.section-actions{text-align:center;margin-top:28px}
.why-refer-section{background:#fff}.why-refer-box{border-color:rgba(176,18,100,.18)}.why-refer-box li::marker{color:#b01264}
.services-full-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px}.services-full-grid .care-service-card:nth-child(4),.services-full-grid .care-service-card:nth-child(5){grid-column:span 1}
.flexible-care-intro{margin-bottom:38px}.flex-care-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:25px 0 40px}
.flex-care-card{padding:25px;border-radius:22px;background:#fff;border:1px solid rgba(176,18,100,.15);box-shadow:0 12px 30px rgba(82,21,55,.06)}
.flex-care-icon{width:52px;height:52px;border-radius:16px;background:rgba(176,18,100,.09);color:#b01264;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:15px}
.flex-care-card h3{margin:0 0 8px}.flex-care-card p{margin:0;color:#665d63;line-height:1.6}.package-duration-heading{text-align:center;margin-top:10px}.package-duration-heading h2{margin-bottom:7px}.package-duration-heading p{margin:0;color:#6c6269}
@media(max-width:1050px){.care-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-full-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.digital-advantage-grid,.flex-care-grid,.care-service-grid,.services-full-grid{grid-template-columns:1fr}.digital-advantage-card{padding:22px;gap:15px}.digital-advantage-icon{width:56px;height:56px;min-width:56px;border-radius:17px;font-size:24px}.care-service-card{padding:21px}.digital-advantage-section,.care-services-preview{padding-top:46px;padding-bottom:46px}}

/* Refined home hero — Samara brand message */
.hero h1{font-size:clamp(2.7rem,4.7vw,4.65rem);max-width:760px;margin-bottom:16px}
.hero .hero-lead{font-size:clamp(1.12rem,1.6vw,1.34rem);color:var(--wine);max-width:680px;margin:0 0 8px}
.hero .hero-digital{font-size:1.02rem;color:var(--muted);max-width:700px;margin:0}
@media (max-width:720px){
  .hero h1{font-size:clamp(2.15rem,10vw,2.8rem);line-height:1.05;margin-bottom:14px}
  .hero .hero-lead{font-size:1.08rem;line-height:1.5}
  .hero .hero-digital{font-size:.96rem;line-height:1.55}
}

/* Samara signature digital-care band */
.digital-signature-band{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);
  gap:0;
  overflow:hidden;
  border:1px solid rgba(176,18,100,.28);
  border-radius:28px;
  background:linear-gradient(120deg,#fff 0%,#fff8fb 48%,#fff 100%);
  box-shadow:0 18px 46px rgba(104,10,57,.11);
}
.digital-signature-band::before{
  content:"";
  position:absolute;
  left:-22px;
  bottom:-34px;
  width:220px;
  height:72px;
  border-radius:50%;
  background:linear-gradient(90deg,rgba(176,18,100,.95),rgba(213,47,126,.52),rgba(176,18,100,0));
  transform:rotate(-8deg);
  opacity:.72;
  pointer-events:none;
}
.digital-signature-band::after{
  content:"";
  position:absolute;
  right:-70px;
  top:-78px;
  width:210px;
  height:210px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(229,78,144,.12),rgba(176,18,100,0) 70%);
  pointer-events:none;
}
.digital-signature-item{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:24px;
  min-height:230px;
  padding:34px 36px;
}
.digital-signature-divider{
  width:1px;
  align-self:stretch;
  margin:28px 0;
  background:linear-gradient(180deg,transparent,rgba(176,18,100,.55),transparent);
}
.digital-signature-icon{
  width:112px;
  height:112px;
  min-width:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  background:linear-gradient(145deg,#fff,#fdeaf3);
  border:1px solid rgba(176,18,100,.16);
  box-shadow:0 12px 28px rgba(176,18,100,.10);
}
.digital-signature-icon svg{width:80px;height:80px;fill:none;stroke:#a60e5c;stroke-width:3.1;stroke-linecap:round;stroke-linejoin:round}
.digital-signature-icon svg .feather-accent{fill:#bd1768;stroke:none}
.digital-signature-icon svg .heart-fill{fill:#bd1768;stroke:#bd1768}
.digital-signature-copy{position:relative;z-index:2;min-width:0}
.digital-signature-copy .digital-kicker{
  margin-bottom:7px;
  color:#c20e68;
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.14em;
}
.digital-signature-copy h3{
  margin:0 0 10px;
  color:#650b3c;
  font-family:inherit;
  font-size:clamp(1.5rem,2.25vw,2.15rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.digital-signature-copy h3 strong{display:block;color:#a90e5e;font-weight:850}
.digital-signature-copy p{margin:0;color:#5e4d57;line-height:1.65;font-size:.98rem;max-width:470px}
.transparency-note{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
  color:#9f0d59;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.transparency-note i{display:block;width:5px;height:5px;border-radius:50%;background:#d54a8a}

@media(max-width:900px){
  .digital-signature-band{grid-template-columns:1fr}
  .digital-signature-divider{height:1px;width:auto;margin:0 28px;background:linear-gradient(90deg,transparent,rgba(176,18,100,.45),transparent)}
  .digital-signature-item{min-height:0;padding:28px 30px}
  .digital-signature-band::before{width:180px;height:60px;bottom:-38px}
}
@media(max-width:560px){
  .digital-signature-band{border-radius:22px}
  .digital-signature-item{align-items:flex-start;gap:17px;padding:24px 20px}
  .digital-signature-icon{width:76px;height:76px;min-width:76px;border-radius:20px}
  .digital-signature-icon svg{width:56px;height:56px}
  .digital-signature-copy h3{font-size:1.45rem}
  .digital-signature-copy p{font-size:.92rem;line-height:1.55}
  .transparency-note{font-size:.69rem;gap:6px}
}


/* Assisted Living hero introduction */
.assisted-living-intro{max-width:650px;margin:0 0 24px;padding:0 0 20px;border-bottom:1px solid rgba(176,18,100,.14)}
.assisted-living-kicker{display:block;margin-bottom:8px;color:#a90e5e;font-size:.78rem;font-weight:850;letter-spacing:.10em;text-transform:uppercase}
.assisted-living-intro p{margin:0;color:#5e4d57;font-size:1rem;line-height:1.65}
@media(max-width:560px){.assisted-living-intro{margin-bottom:20px;padding-bottom:17px}.assisted-living-intro p{font-size:.94rem;line-height:1.58}}

/* Hard isolation for Digital Advantage SVG icons */
.digital-signature-band .digital-signature-icon{box-sizing:border-box;overflow:hidden;flex:0 0 112px}
.digital-signature-band .digital-signature-icon > svg{display:block !important;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;min-width:0 !important;min-height:0 !important;position:static !important;transform:none !important;overflow:visible;fill:none !important;stroke:#a60e5c !important}
.digital-signature-band .digital-signature-icon > svg path,.digital-signature-band .digital-signature-icon > svg rect,.digital-signature-band .digital-signature-icon > svg circle{vector-effect:non-scaling-stroke}
.digital-signature-band .digital-signature-icon > svg .feather-accent{fill:#bd1768 !important;stroke:none !important}
.digital-signature-band .digital-signature-icon > svg .heart-fill{fill:#bd1768 !important;stroke:#bd1768 !important}
@media(max-width:560px){.digital-signature-band .digital-signature-icon{flex-basis:76px}.digital-signature-band .digital-signature-icon > svg{width:56px !important;height:56px !important;max-width:56px !important;max-height:56px !important}}

/* === Samara light blush theme refinement === */
body{
  background:linear-gradient(180deg,#fff8fb 0%,#fff3f7 48%,#fff9f5 100%);
}
.section{
  background:linear-gradient(145deg,#fff9fb 0%,#fff3f7 55%,#fff8f3 100%);
}
.section-tint{
  background:linear-gradient(145deg,#fff1f6 0%,#fde8f1 52%,#fff4ee 100%);
}
.card,.stat,.care-service-card,.digital-advantage-card,.flex-care-card{
  background:linear-gradient(145deg,#fffdfd 0%,#fff6f9 100%);
  border-color:rgba(176,18,100,.18);
  box-shadow:0 14px 34px rgba(104,18,61,.07);
}
.digital-advantage-section{
  background:linear-gradient(145deg,#fff6fa 0%,#fdebf3 55%,#fff6f0 100%);
}
.care-services-preview{
  background:linear-gradient(145deg,#fff2f7 0%,#fde8f1 55%,#fff5ef 100%);
}
.why-refer-section{
  background:linear-gradient(145deg,#fff8fa 0%,#fff0f5 100%);
}
.family-feature-section{
  background:linear-gradient(145deg,#fff3f7 0%,#fde7f0 52%,#fff3ec 100%);
}
.family-feature-card{
  background:linear-gradient(145deg,#fffafc 0%,#fff2f6 100%);
  border-color:rgba(176,18,100,.20);
  box-shadow:0 22px 58px rgba(104,18,61,.10);
}
.family-feature-visual{
  color:#fff;
  background:
    radial-gradient(circle at 86% 10%,rgba(255,255,255,.16),transparent 25%),
    linear-gradient(145deg,#7a1247 0%,#a81660 48%,#d54a8a 100%);
}
.family-feature-visual p{color:#fff0f6}
.family-feature-list div{
  background:linear-gradient(145deg,#fff6f9,#fde9f1);
  border:1px solid rgba(176,18,100,.12);
  color:var(--plum);
}
.family-feature-list span{color:var(--magenta)}
.family-support-card{
  background:linear-gradient(145deg,#fff4f8,#fffaf8);
  border-color:rgba(176,18,100,.16);
}
.family-support-card h3{color:var(--wine)}
.hero .family-portal-button,
.nav .family-portal-link{
  background:linear-gradient(100deg,var(--wine),var(--magenta),var(--rose));
  box-shadow:0 12px 28px rgba(176,18,100,.20);
}


/* Homepage hero — post-hospital & step-down positioning (2026-08-31) */
.hero .hero-brand{margin-bottom:2px}
.hero .hero-care-line{font-size:clamp(1rem,1.45vw,1.18rem);line-height:1.65;color:var(--wine);max-width:780px;margin:0 0 9px}
.hero .hero-care-line span{display:inline-block;margin:0 .28em;color:rgba(176,18,100,.42);font-weight:500}
.hero .hero-transition{font-size:clamp(1.18rem,1.75vw,1.42rem);line-height:1.45;color:var(--plum);max-width:700px;margin:0 0 8px;font-weight:850}
.hero .hero-emotional{font-size:.92rem;line-height:1.4;color:var(--magenta);font-weight:850;letter-spacing:.035em;margin:0 0 10px}
.hero .hero-digital{margin-top:0}
@media(max-width:720px){
  .hero .hero-care-line{font-size:.98rem;line-height:1.7}
  .hero .hero-transition{font-size:1.16rem;line-height:1.42}
  .hero .hero-emotional{font-size:.88rem}
}
@media(max-width:480px){
  .hero .hero-care-line span{margin:0 .12em}
}

/* Samara Home Hero Heading – softer modern font only */
.hero h1 {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
}

/* Samara inauguration section — 27.08.2026 */
.inauguration-section{
  position:relative;overflow:hidden;
  background:linear-gradient(145deg,#fffafc 0%,#fff3f8 55%,#fff9f4 100%);
  border-top:1px solid rgba(176,18,100,.08);border-bottom:1px solid rgba(176,18,100,.08)
}
.inauguration-section::before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;right:-165px;top:-195px;background:radial-gradient(circle,rgba(224,58,124,.11),transparent 68%);pointer-events:none}
.inauguration-intro{display:grid;grid-template-columns:1.06fr .94fr;gap:48px;align-items:center;margin-bottom:42px}
.inauguration-copy h2{margin:10px 0 16px;color:var(--plum);font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.1;letter-spacing:-.035em}
.inauguration-copy p{margin:0 0 13px;color:var(--muted);font-size:1.04rem;line-height:1.75}
.inauguration-copy .inauguration-lead{color:#5e4d57}.inauguration-copy .inauguration-lead strong{color:var(--wine);font-weight:850}
.inauguration-status{display:inline-flex;align-items:center;gap:10px;margin-top:8px;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid rgba(176,18,100,.18);color:var(--wine);box-shadow:0 8px 22px rgba(104,18,61,.07)}
.inauguration-status span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#fff;background:linear-gradient(100deg,var(--wine),var(--magenta),var(--rose));font-size:.8rem}
.inauguration-copy-tamil h2{font-size:clamp(1.75rem,2.5vw,2.55rem);line-height:1.32;letter-spacing:0}
.inauguration-copy-tamil h3{margin:24px 0 14px;color:var(--wine);font-size:1.4rem;line-height:1.35}
.inauguration-services-tamil{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:18px 0 0;padding:0;list-style:none}
.inauguration-services-tamil li{position:relative;padding:22px 22px 22px 42px;border:1px solid rgba(176,18,100,.11);border-radius:18px;background:rgba(255,255,255,.78);color:var(--muted);font-size:.98rem;line-height:1.75;box-shadow:0 10px 28px rgba(104,18,61,.055)}
.inauguration-services-tamil li::before{content:'•';position:absolute;left:21px;top:20px;color:var(--magenta);font-size:1.25rem;font-weight:900}
.inauguration-services-tamil li>strong,.inauguration-services-tamil li>span{display:block}
.inauguration-services-tamil li>strong{margin-bottom:8px;color:var(--plum);font-weight:800;line-height:1.55}
.inauguration-services-tamil li>span strong{display:inline;color:var(--wine);font-weight:800}
.inauguration-copy .inauguration-tamil-closing{margin:24px 0 0;color:#5e4d57;font-weight:600}
.inauguration-copy .inauguration-tamil-promise{margin-top:22px;padding:13px 16px;border-left:4px solid var(--magenta);border-radius:0 12px 12px 0;background:rgba(210,34,116,.07);color:var(--wine);font-weight:800;line-height:1.55}
html[lang="ta"] .inauguration-intro{grid-template-columns:1fr;gap:30px;max-width:1120px;margin-left:auto;margin-right:auto}
html[lang="ta"] .inauguration-copy-tamil{max-width:1080px;margin:0 auto}
html[lang="ta"] .inauguration-copy-tamil h2{max-width:980px}
html[lang="ta"] .inauguration-feature-photo{width:min(100%,820px);margin:0 auto}
@media(max-width:760px){
  .inauguration-services-tamil{grid-template-columns:1fr;gap:13px}
  .inauguration-services-tamil li{padding:18px 17px 18px 36px;font-size:.94rem;line-height:1.68}
  .inauguration-services-tamil li::before{left:17px;top:16px}
}
.inauguration-feature-photo{margin:0;border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(176,18,100,.12);box-shadow:0 20px 48px rgba(104,18,61,.12)}
.inauguration-feature-photo img{width:100%;height:330px;object-fit:cover}.inauguration-feature-photo figcaption,.event-photo figcaption{padding:10px 13px;background:rgba(255,255,255,.97);color:var(--wine);font-size:.82rem;font-weight:750}
.inauguration-story{background:rgba(255,255,255,.7);border:1px solid rgba(176,18,100,.10);border-radius:28px;padding:30px;box-shadow:0 18px 48px rgba(104,18,61,.07);backdrop-filter:blur(5px)}
.inauguration-story-heading{text-align:center;max-width:760px;margin:0 auto 34px}.inauguration-story-heading span{display:inline-block;color:var(--magenta);font-weight:850;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;margin-bottom:8px}.inauguration-story-heading h3{margin:0;color:var(--plum);font-size:clamp(1.65rem,2.6vw,2.35rem)}.inauguration-story-heading p{margin:8px 0 0;color:var(--muted)}
.event-block{margin-top:36px}.event-block:first-of-type{margin-top:0}.event-block-title{display:flex;align-items:center;gap:14px;margin-bottom:16px}.event-number{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--wine),var(--magenta));color:#fff;font-size:.76rem;font-weight:900;letter-spacing:.06em;box-shadow:0 7px 18px rgba(176,18,100,.18)}.event-block-title h4{margin:0;color:var(--plum);font-size:1.12rem}.event-block-title p{margin:3px 0 0;color:var(--muted);font-size:.9rem}
.event-grid{display:grid;gap:14px}.event-grid-feature{grid-template-columns:1.35fr 1fr 1fr}.event-grid-three{grid-template-columns:1.3fr 1fr 1fr}.event-grid-two{grid-template-columns:repeat(2,1fr)}
.event-photo{margin:0;overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(176,18,100,.10);box-shadow:0 10px 28px rgba(104,18,61,.08)}.event-photo img{display:block;width:100%;height:250px;object-fit:cover;transition:transform .35s ease}.event-photo:hover img{transform:scale(1.02)}.event-photo-hero img{height:330px}.event-grid-feature .event-photo:not(.event-photo-hero) img{height:330px}.event-grid-three .event-photo img{height:255px}.event-grid-two .event-photo img{height:340px}
.event-mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:14px}.event-mosaic .event-photo{position:relative}.event-mosaic .event-photo img{height:calc(100% - 38px)}.event-mosaic .mosaic-wide{grid-column:span 2}.event-mosaic .mosaic-tall{grid-row:span 2}.event-mosaic .mosaic-tall img{height:calc(100% - 38px)}
.inauguration-gallery-link{display:flex;width:max-content;align-items:center;gap:9px;margin:26px auto 0;padding:10px 18px;border-radius:999px;border:1px solid rgba(176,18,100,.2);background:#fff;color:var(--magenta);font-weight:850;box-shadow:0 7px 18px rgba(104,18,61,.06)}.inauguration-gallery-link span{font-size:1.2em;transition:transform .2s ease}.inauguration-gallery-link:hover span{transform:translateX(4px)}

/* Full inauguration gallery page */
.inauguration-page-intro{max-width:850px;margin-bottom:28px}.inauguration-page-intro p{color:var(--muted);line-height:1.75}.inauguration-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.inauguration-page-grid .event-photo img{height:260px}.inauguration-page-grid .gallery-span-2{grid-column:span 2}.inauguration-page-grid .gallery-span-2 img{height:320px}

@media(max-width:1000px){.event-grid-feature,.event-grid-three{grid-template-columns:repeat(2,1fr)}.event-photo-hero{grid-column:span 2}.event-mosaic{grid-template-columns:repeat(3,1fr)}.inauguration-page-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.inauguration-intro{grid-template-columns:1fr;gap:26px}.inauguration-feature-photo img{height:360px}.event-grid-two{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.inauguration-story{padding:20px 14px;border-radius:20px}.event-grid-feature,.event-grid-three,.event-grid-two{grid-template-columns:1fr}.event-photo-hero{grid-column:span 1}.event-photo img,.event-photo-hero img,.event-grid-feature .event-photo:not(.event-photo-hero) img,.event-grid-three .event-photo img,.event-grid-two .event-photo img{height:250px}.event-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.event-mosaic .mosaic-tall{grid-row:span 1}.event-mosaic .mosaic-wide{grid-column:span 2}.inauguration-page-grid{grid-template-columns:1fr}.inauguration-page-grid .gallery-span-2{grid-column:span 1}.inauguration-page-grid .event-photo img,.inauguration-page-grid .gallery-span-2 img{height:250px}}
@media(max-width:560px){.inauguration-copy h2{font-size:2rem}.inauguration-copy p{font-size:.96rem;line-height:1.65}.inauguration-feature-photo{border-radius:18px}.inauguration-feature-photo img{height:230px}.inauguration-status{font-size:.88rem}.event-block-title{align-items:flex-start}.event-mosaic{grid-template-columns:1fr;grid-auto-rows:auto}.event-mosaic .mosaic-wide{grid-column:span 1}.event-mosaic .event-photo img,.event-mosaic .mosaic-tall img{height:235px}}


/* Compact 15-photo inauguration slideshow + 89-photo full gallery */
.inauguration-slideshow{background:rgba(255,255,255,.72);border:1px solid rgba(176,18,100,.10);border-radius:28px;padding:26px;box-shadow:0 18px 48px rgba(104,18,61,.07)}
.inauguration-slideshow .inauguration-story-heading{margin-bottom:20px}
.inauguration-slider{position:relative;max-width:980px;margin:auto;border-radius:22px;overflow:hidden;background:#2b1822;box-shadow:0 16px 38px rgba(104,18,61,.14);aspect-ratio:16/9}
.inauguration-slide{display:none;margin:0;width:100%;height:100%;position:relative}.inauguration-slide.is-active{display:block;animation:samaraSlideFade .45s ease}.inauguration-slide img{width:100%;height:100%;object-fit:contain;background:#20151b}.inauguration-slide figcaption{position:absolute;left:0;right:0;bottom:0;padding:14px 68px 14px 18px;background:linear-gradient(transparent,rgba(34,12,24,.88));color:#fff;font-size:.9rem;font-weight:750}
@keyframes samaraSlideFade{from{opacity:.25}to{opacity:1}}
.inauguration-slider-btn{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--wine);font-size:2rem;line-height:1;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.18)}.inauguration-slider-btn.prev{left:14px}.inauguration-slider-btn.next{right:14px}.inauguration-slider-btn:hover{background:#fff}
.inauguration-slider-dots{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:15px}.inauguration-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(176,18,100,.22);cursor:pointer}.inauguration-slider-dots button.is-active{width:24px;border-radius:999px;background:var(--magenta)}
.inauguration-full-gallery{columns:4 230px;column-gap:14px}.full-gallery-item{display:block;break-inside:avoid;margin:0 0 14px;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 7px 22px rgba(65,18,42,.09);transition:transform .18s ease,box-shadow .18s ease}.full-gallery-item:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(65,18,42,.15)}.full-gallery-item img{display:block;width:100%;height:auto}
.gallery-lightbox{position:fixed;z-index:99999;inset:0;background:rgba(18,7,13,.94);display:none;align-items:center;justify-content:center;padding:24px}.gallery-lightbox.is-open{display:flex}.gallery-lightbox img{max-width:min(92vw,1500px);max-height:88vh;object-fit:contain}.gallery-lightbox-close,.gallery-lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.92);color:var(--wine);cursor:pointer;border-radius:50%;z-index:2}.gallery-lightbox-close{right:22px;top:20px;width:44px;height:44px;font-size:1.7rem}.gallery-lightbox-nav{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:2.1rem}.gallery-lightbox-nav.prev{left:20px}.gallery-lightbox-nav.next{right:20px}.gallery-lightbox-count{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.4);padding:7px 13px;border-radius:999px;font-weight:700}
@media(max-width:680px){.inauguration-slideshow{padding:18px 10px;border-radius:20px}.inauguration-slider{aspect-ratio:4/3}.inauguration-slider-btn{width:38px;height:38px}.inauguration-slide figcaption{padding:32px 52px 10px 12px;font-size:.78rem}.inauguration-full-gallery{columns:2 140px;column-gap:9px}.full-gallery-item{margin-bottom:9px;border-radius:10px}.gallery-lightbox{padding:10px}.gallery-lightbox-nav{width:40px;height:40px}.gallery-lightbox-nav.prev{left:8px}.gallery-lightbox-nav.next{right:8px}}

/* Tamil preview — readable sizing and safe wrapping without changing English */
html[lang="ta"] body{font-family:"Noto Sans Tamil","Latha","Nirmala UI",Inter,Segoe UI,Arial,sans-serif}
html[lang="ta"] .header-inner{gap:16px}
html[lang="ta"] .brand{flex:0 0 225px}
html[lang="ta"] .brand img{width:225px}
html[lang="ta"] .nav{flex:1;justify-content:flex-end;gap:10px;font-size:.78rem;line-height:1.35}
html[lang="ta"] .nav a{min-width:0;text-align:center;overflow-wrap:anywhere}
html[lang="ta"] .nav .family-portal-link,
html[lang="ta"] .nav .staff{padding:9px 12px}
html[lang="ta"] .hero-copy,
html[lang="ta"] .hero-panel,
html[lang="ta"] .hero-grid>*{min-width:0}
html[lang="ta"] .hero h1{max-width:100%;font-size:clamp(2.55rem,4.15vw,4.15rem);line-height:1.14;letter-spacing:-.025em;overflow-wrap:anywhere;word-break:normal}
html[lang="ta"] .hero .hero-care-line{font-size:1rem;line-height:1.75}
html[lang="ta"] .hero .hero-transition{font-size:1.22rem;line-height:1.55}
html[lang="ta"] .hero-panel h2{font-size:1.45rem;line-height:1.38}
html[lang="ta"] .hero-panel p{font-size:.94rem;line-height:1.72}
html[lang="ta"] .panel-list div{align-items:flex-start}
html[lang="ta"] .panel-list span{min-width:0;overflow-wrap:anywhere}
html[lang="ta"] h1,
html[lang="ta"] h2,
html[lang="ta"] h3{overflow-wrap:anywhere;word-break:normal;text-transform:none}
@media(max-width:1180px) and (min-width:981px){
  html[lang="ta"] .header-inner{min-height:104px!important}
  html[lang="ta"] .brand{flex-basis:210px!important}
  html[lang="ta"] .brand img{width:210px!important;max-width:210px!important}
  html[lang="ta"] .nav{gap:7px;font-size:.72rem}
  html[lang="ta"] .nav .family-portal-link,
  html[lang="ta"] .nav .staff{padding:8px 9px}
}
@media(max-width:980px){
  html[lang="ta"] .brand{flex-basis:auto}
  html[lang="ta"] .nav{font-size:.92rem;line-height:1.45}
  html[lang="ta"] .nav a{text-align:left}
  html[lang="ta"] .nav .family-portal-link,
  html[lang="ta"] .nav .staff{text-align:center}
}
@media(max-width:640px){
  html[lang="ta"] .hero h1{font-size:clamp(2rem,9.2vw,2.65rem);line-height:1.18;letter-spacing:-.015em}
  html[lang="ta"] .hero .hero-care-line{font-size:.94rem;line-height:1.7}
  html[lang="ta"] .hero .hero-transition{font-size:1.08rem;line-height:1.55}
  html[lang="ta"] .hero-panel h2{font-size:1.3rem}
}

/* Tamil desktop header refinement — complete words in a balanced two-row menu */
@media(min-width:981px){
  html[lang="ta"] .header-inner{
    display:grid;
    grid-template-columns:225px minmax(0,1fr);
    align-items:center;
    gap:22px;
    min-height:132px;
    padding:14px 0;
  }
  html[lang="ta"] .brand{width:225px;min-width:0;flex:none}
  html[lang="ta"] .brand img{width:225px;max-width:100%}
  html[lang="ta"] .nav{
    width:100%;
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    align-items:stretch;
    gap:8px 7px;
    font-size:.78rem;
    line-height:1.35;
  }
  html[lang="ta"] .nav a{
    min-width:0;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:7px 6px;
    text-align:center;
    white-space:normal;
    overflow-wrap:normal;
    word-break:keep-all;
    hyphens:none;
    border-radius:11px;
  }
  html[lang="ta"] .nav .family-portal-link,
  html[lang="ta"] .nav .staff{margin:0;padding:7px 8px}
  html[lang="ta"] .hero h1{font-size:clamp(2.5rem,3.35vw,3.45rem);line-height:1.2;letter-spacing:-.018em}
}
@media(max-width:1180px) and (min-width:981px){
  html[lang="ta"] .header-inner{grid-template-columns:195px minmax(0,1fr);gap:15px;min-height:128px!important}
  html[lang="ta"] .brand{width:195px;flex-basis:auto!important}
  html[lang="ta"] .brand img{width:195px!important;max-width:195px!important}
  html[lang="ta"] .nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px 5px;font-size:.73rem}
}


/* Inauguration slideshow: make the main ribbon-cutting photograph the visual highlight */
.inauguration-slide:first-of-type img {
  object-fit: cover;
  object-position: center 45%;
}

/* 2026-09-01: slideshow refinement */
.inauguration-slide:nth-of-type(2) img{object-fit:cover;object-position:center center}

/* Tamil homepage hero — clean, balanced and comfortably spaced */
html[lang="ta"] .hero-tamil-message{
  max-width:720px;
  margin:18px 0 0;
  padding:15px 18px;
  border-left:4px solid var(--magenta);
  border-radius:0 14px 14px 0;
  background:rgba(255,255,255,.72);
  color:var(--wine);
  font-size:.98rem;
  font-weight:650;
  line-height:1.75;
  box-shadow:0 8px 24px rgba(104,18,61,.06);
}
@media(min-width:981px){
  html[lang="ta"] .hero{padding:72px 0 68px}
  html[lang="ta"] .hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(500px,.96fr);gap:52px;align-items:start}
  html[lang="ta"] .hero h1{
    max-width:760px;
    margin:16px 0 18px;
    font-size:clamp(2.35rem,2.65vw,2.85rem);
    line-height:1.3;
    letter-spacing:-.01em;
    overflow-wrap:normal;
    word-break:keep-all;
  }
  html[lang="ta"] .hero .hero-care-line{margin-bottom:12px;font-size:.98rem;line-height:1.8}
  html[lang="ta"] .hero .hero-transition{margin-bottom:10px;font-size:1.12rem;line-height:1.6}
  html[lang="ta"] .hero .hero-emotional{margin-bottom:11px;font-size:.9rem;line-height:1.55}
  html[lang="ta"] .hero .hero-digital{font-size:.98rem;line-height:1.7}
  html[lang="ta"] .hero .actions{margin:24px 0 22px}
  html[lang="ta"] .hero-panel-premium{padding:30px 32px 24px}
  html[lang="ta"] .hero-panel-premium .icon{width:56px;height:56px;border-radius:16px}
  html[lang="ta"] .hero-panel-premium h2{
    margin:18px 0 9px;
    font-size:1.42rem;
    line-height:1.4;
    letter-spacing:0;
    white-space:nowrap;
    overflow-wrap:normal;
    word-break:keep-all;
  }
  html[lang="ta"] .hero-panel-tagline{margin:0 0 18px;font-size:.92rem!important;line-height:1.72}
  html[lang="ta"] .premium-service-item{grid-template-columns:42px minmax(0,1fr);column-gap:15px;min-height:61px;padding:12px 0}
  html[lang="ta"] .premium-service-icon{width:42px;min-width:42px;font-size:1.9rem}
  html[lang="ta"] .premium-service-name{font-size:.96rem;line-height:1.55}
}
@media(max-width:980px){
  html[lang="ta"] .hero-tamil-message{font-size:.94rem;line-height:1.7}
  html[lang="ta"] .hero-panel-premium h2{white-space:normal;overflow-wrap:normal;word-break:keep-all}
}

/* Global Tamil typography — consistent with the refined homepage opening */
html[lang="ta"] body{
  font-family:"Noto Sans Tamil","Nirmala UI","Latha","Segoe UI",Arial,sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.7;
  letter-spacing:0;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
html[lang="ta"] main h1,
html[lang="ta"] main h2,
html[lang="ta"] main h3,
html[lang="ta"] main h4{
  font-family:inherit;
  letter-spacing:0;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}
html[lang="ta"] .page-hero h1{
  max-width:920px;
  margin:14px 0 16px;
  font-size:clamp(2.15rem,3.5vw,3.25rem);
  font-weight:700;
  line-height:1.3;
}
html[lang="ta"] .page-hero p{
  max-width:820px;
  font-size:1.02rem;
  line-height:1.8;
}
html[lang="ta"] .section-heading h2,
html[lang="ta"] .split-copy h2,
html[lang="ta"] .contact-copy h2,
html[lang="ta"] .family-feature-content h2{
  margin-top:10px;
  margin-bottom:14px;
  font-size:clamp(1.75rem,2.7vw,2.55rem);
  font-weight:700;
  line-height:1.38;
}
html[lang="ta"] main p,
html[lang="ta"] main li{
  line-height:1.78;
}
html[lang="ta"] .section-heading p,
html[lang="ta"] .split-copy>p,
html[lang="ta"] .contact-copy>p{
  font-size:1rem;
  line-height:1.82;
}
html[lang="ta"] .card h3,
html[lang="ta"] .care-service-card h3,
html[lang="ta"] .family-support-card h3,
html[lang="ta"] .career-role-card h3{
  font-size:1.12rem;
  font-weight:700;
  line-height:1.5;
}
html[lang="ta"] .card p,
html[lang="ta"] .care-service-card p,
html[lang="ta"] .family-support-card p,
html[lang="ta"] .career-role-card p{
  font-size:.96rem;
  font-weight:400;
  line-height:1.75;
}
html[lang="ta"] .eyebrow{
  font-size:.75rem;
  font-weight:800;
  line-height:1.6;
  letter-spacing:.11em;
}
html[lang="ta"] .section{padding-top:76px;padding-bottom:76px}
@media(max-width:760px){
  html[lang="ta"] body{font-size:15px;line-height:1.68}
  html[lang="ta"] .page-hero{padding:54px 0}
  html[lang="ta"] .page-hero h1{font-size:clamp(1.85rem,8vw,2.45rem);line-height:1.34}
  html[lang="ta"] .page-hero p{font-size:.96rem;line-height:1.75}
  html[lang="ta"] .section-heading h2,
  html[lang="ta"] .split-copy h2,
  html[lang="ta"] .contact-copy h2,
  html[lang="ta"] .family-feature-content h2{font-size:clamp(1.55rem,6.6vw,2rem);line-height:1.42}
  html[lang="ta"] .section{padding-top:56px;padding-bottom:56px}
}

/* Tamil thought panels — complete passages distributed across relevant pages */
.tamil-wisdom-section{
  position:relative;
  overflow:hidden;
  padding:50px 0;
  background:linear-gradient(145deg,#fffafc 0%,#fff4f8 56%,#fffaf5 100%);
  border-top:1px solid rgba(176,18,100,.07);
  border-bottom:1px solid rgba(176,18,100,.07);
}
.tamil-wisdom-section::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-100px;
  bottom:-150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(224,58,124,.10),transparent 68%);
  pointer-events:none;
}
.tamil-wisdom-card{
  position:relative;
  z-index:1;
  width:min(100%,930px);
  padding:34px 42px 34px 58px;
  border:1px solid rgba(176,18,100,.13);
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 48px rgba(104,18,61,.08);
}
.tamil-wisdom-left .tamil-wisdom-card{margin-right:auto}
.tamil-wisdom-right .tamil-wisdom-card{margin-left:auto}
.tamil-wisdom-centre .tamil-wisdom-card{margin-left:auto;margin-right:auto}
.tamil-wisdom-mark{
  position:absolute;
  left:20px;
  top:14px;
  color:rgba(210,34,116,.28);
  font-family:Georgia,serif;
  font-size:4.4rem;
  font-weight:800;
  line-height:1;
}
html[lang="ta"] .tamil-wisdom-card h2{
  margin:0 0 14px;
  color:var(--wine);
  font-size:clamp(1.4rem,2.1vw,1.9rem);
  font-weight:750;
  line-height:1.5;
}
html[lang="ta"] .tamil-wisdom-card p{
  margin:0;
  color:#5f5059;
  font-size:1rem;
  font-weight:400;
  line-height:1.9;
}
html[lang="ta"] .tamil-wisdom-card p strong{color:var(--wine);font-weight:750}
@media(max-width:760px){
  .tamil-wisdom-section{padding:34px 0}
  .tamil-wisdom-card{padding:28px 21px 25px 39px;border-radius:18px}
  .tamil-wisdom-mark{left:12px;top:10px;font-size:3.4rem}
  html[lang="ta"] .tamil-wisdom-card h2{font-size:1.3rem;line-height:1.52}
  html[lang="ta"] .tamil-wisdom-card p{font-size:.94rem;line-height:1.82}
}

/* Tamil brand spelling/layout refinement and selective justified reading */
html[lang="ta"] .tamil-heading-brand{
  display:inline-block;
  margin-top:5px;
  white-space:nowrap;
}
html[lang="ta"] .inauguration-copy .inauguration-tamil-closing{
  position:relative;
  max-width:100%;
  margin:26px 0 0;
  padding:21px 190px 21px 24px;
  overflow:hidden;
  border:1px solid rgba(176,18,100,.15);
  border-left:5px solid var(--magenta);
  border-radius:17px;
  background:
    linear-gradient(100deg,rgba(255,255,255,.98) 0%,rgba(255,250,252,.96) 72%,rgba(255,239,247,.86) 100%),
    url("../assets/samara-logo.png") right 22px center/145px auto no-repeat;
  color:var(--plum);
  font-size:.98rem;
  font-weight:650;
  line-height:1.75;
  box-shadow:0 13px 34px rgba(104,18,61,.08);
}
html[lang="ta"] .inauguration-copy-tamil>p:not(.inauguration-tamil-promise),
html[lang="ta"] .tamil-wisdom-card p,
html[lang="ta"] .hero-tamil-message,
html[lang="ta"] .split-copy>p,
html[lang="ta"] .contact-copy>p,
html[lang="ta"] .family-feature-content>p{
  text-align:justify;
  text-justify:inter-word;
}
@media(max-width:760px){
  html[lang="ta"] .tamil-heading-brand{white-space:normal}
  html[lang="ta"] .inauguration-copy .inauguration-tamil-closing{
    padding:19px 18px;
    border-radius:14px;
    background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,239,247,.9));
    font-size:.94rem;
    line-height:1.72;
  }
}

/* Care overview cards */
.care-overview-stats{gap:20px;align-items:stretch}
.care-overview-stats .stat{position:relative;overflow:hidden;padding:30px 20px 28px;border:1px solid #f0cddd;border-radius:24px;background:linear-gradient(145deg,#fff 30%,#fff0f6);box-shadow:0 12px 30px rgba(106,16,62,.07);transition:transform .2s ease,box-shadow .2s ease}
.care-overview-stats .stat::before{content:"";position:absolute;top:0;left:30%;right:30%;height:4px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,#e99abb,#b80d66)}
.care-overview-stats .care-stat-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 17px;border:1px solid #f2d0e1;border-radius:18px;background:linear-gradient(145deg,#fff,#f9dce9);color:var(--magenta);box-shadow:0 5px 12px rgba(106,16,62,.05)}
.care-stat-icon svg{width:29px;height:29px}
.care-overview-stats .stat strong{font-size:2.6rem;line-height:1.2;margin-bottom:14px;letter-spacing:-.04em}
.care-overview-stats .stat>span{display:block;color:var(--plum);font-weight:600;font-size:.95rem;line-height:1.8}
@media(hover:hover){.care-overview-stats .stat:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(106,16,62,.12)}}
@media(prefers-reduced-motion:reduce){.care-overview-stats .stat{transition:none}.care-overview-stats .stat:hover{transform:none}}
/* Prominent family portal access action. */
.family-feature-content .portal-access-button{display:inline-flex;align-items:center;justify-content:center;gap:13px;max-width:100%;min-height:56px;margin-top:24px;padding:16px 24px;border:1px solid #b62b73;border-radius:16px;background:linear-gradient(120deg,#840d48,#bd2879);color:#fff;font-weight:700;line-height:1.6;text-decoration:none;box-shadow:0 8px 20px rgba(132,13,72,.22),inset 0 1px 0 rgba(255,255,255,.2);transition:transform .2s ease,box-shadow .2s ease}
.portal-access-button svg{width:23px;height:23px;flex-shrink:0}
.portal-access-button span{color:inherit}
.portal-access-button .portal-access-arrow{margin-left:5px}
.family-feature-content .portal-access-button:focus-visible{outline:3px solid #840d48;outline-offset:5px}
@media(hover:hover){.family-feature-content .portal-access-button:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 25px rgba(132,13,72,.3)}}
@media(max-width:480px){.family-feature-content .portal-access-button{width:100%;padding:14px 16px;gap:10px}}
@media(prefers-reduced-motion:reduce){.family-feature-content .portal-access-button{transition:none}.family-feature-content .portal-access-button:hover{transform:none}}
/* Half-size Tamil heading in Who May Benefit. */
html[lang="ta"] .split-copy h2.who-benefits-heading{font-size:clamp(.875rem,1.35vw,1.275rem);line-height:1.65}
@media(max-width:760px){html[lang="ta"] .split-copy h2.who-benefits-heading{font-size:clamp(.775rem,3.3vw,1rem)}}
/* Six requested Tamil labels enlarged by 50%. */
html[lang=ta] .eyebrow.tamil-label-larger{font-size:1.125rem}
html[lang=ta] .inauguration-story-heading .tamil-date-larger{font-size:1.14rem}

/* Global brand name color from the Samara logo. */
:root{--samara-logo-color:#a0004d}
.samara-brand-text-wrapper{display:contents!important;font:inherit!important;color:inherit!important;letter-spacing:inherit!important}
.samara-brand-text-wrapper .samara-brand-name{display:inline!important;color:var(--samara-logo-color)!important;font:inherit!important;letter-spacing:inherit!important;text-transform:inherit!important}

html[lang=ta] .eyebrow.who-benefits-label{font-size:1.5rem}
html[lang=ta] .split-copy h2.who-benefits-heading{white-space:pre-line}

/* Readable footer information with clearance for floating contact controls. */
footer.footer{padding-bottom:calc(120px + env(safe-area-inset-bottom,0px))!important}
footer .footer-bottom,footer .developer-credit{box-sizing:border-box;background:#fff5fa;color:#4d1733!important;line-height:1.8;overflow-wrap:anywhere}
footer .footer-bottom{padding:18px 22px!important;border-top:1px solid #ebc2d5!important;border-radius:16px 16px 0 0;gap:14px}
footer .developer-credit{padding:14px 22px 20px!important;border-radius:0 0 16px 16px;font-size:14px!important}
footer .developer-credit a{color:#790b43!important;font-weight:700;text-decoration:underline;text-underline-offset:3px}
@media(max-width:600px){footer .footer-bottom{display:flex;flex-direction:column;align-items:flex-start}footer .developer-credit{text-align:left!important}footer.footer{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))!important}}
/* Rounded English heading trial inspired by Samara lettering. */
html:not([lang="ta"]) :is(h1,h2,h3,h4,h5,h6){font-family:"Quicksand","Trebuchet MS",sans-serif;font-weight:600;letter-spacing:-.02em;line-height:1.3}
html:not([lang="ta"]) .hero h1,html:not([lang="ta"]) .page-hero h1{font-family:"Quicksand","Trebuchet MS",sans-serif;font-weight:600;font-size:clamp(2.1rem,4.1vw,3.75rem);letter-spacing:-.025em;line-height:1.2}
html:not([lang="ta"]) .eyebrow.hero-brand{font-family:"Quicksand","Trebuchet MS",sans-serif;font-weight:700;text-transform:none;letter-spacing:.015em}
html:not([lang="ta"]) .faq-question{font-family:"Quicksand","Trebuchet MS",sans-serif;font-weight:600;letter-spacing:0;line-height:1.5}
/* Blend footer credits into the existing pink background. */
footer .footer-bottom,footer .developer-credit{background:transparent!important;border-radius:0!important;color:#360d25!important}
footer .footer-bottom{border-top:1px solid rgba(77,23,51,.22)!important}
footer .developer-credit a{color:#360d25!important}
/* Home page: make the key care pathways easy to scan. */
.benefits-panel{min-width:0;overflow:hidden;border:1px solid #e9bed2;border-radius:28px;background:#fff5f9;box-shadow:0 22px 55px rgba(102,16,61,.13)}
.benefits-panel-heading{position:relative;padding:25px 28px 23px;color:#fff;background:radial-gradient(ellipse at top right,rgba(245,128,181,.34),transparent 70%),linear-gradient(115deg,#69103e,#a71b62)}
.benefits-kicker{display:block;font-size:.68rem;letter-spacing:.16em;font-weight:800;color:#ffdae9}
.benefits-panel-heading h3{position:relative;margin:7px 0 0;font-size:clamp(1.3rem,2vw,1.65rem);line-height:1.35;color:#fff;font-weight:700}
.benefits-heading-line{display:block;width:38px;height:3px;margin-top:15px;border-radius:3px;background:#ff91c0}
.benefits-list{display:grid;gap:9px;margin:0;padding:17px;list-style:none}
.benefit-card{display:flex;gap:14px;align-items:center;padding:14px 15px;border:1px solid #efd9e4;border-radius:15px;background:#fff;box-shadow:0 3px 9px rgba(102,16,61,.025)}
.benefit-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;color:#a11a60;background:linear-gradient(145deg,#fce0ed,#fff0f7)}
.benefit-icon svg{width:25px;height:25px}
.benefit-card h4{margin:0 0 4px;color:#69103e;font-size:.98rem;line-height:1.35;font-weight:750}
.benefit-card p{margin:0;color:#685160;font-size:.82rem;line-height:1.55}
html[lang="ta"] .benefit-card h4{font-size:.9rem;line-height:1.6}
html[lang="ta"] .benefit-card p{line-height:1.8}
@media(max-width:640px){
 .benefits-panel{border-radius:22px}
 .benefits-panel-heading{padding:23px 21px}
 .benefits-list{padding:12px;gap:8px}
 .benefit-card{padding:13px 11px;gap:11px;align-items:flex-start}
 .benefit-icon{flex-basis:38px;width:38px;height:38px;border-radius:11px}
 .benefit-icon svg{width:23px;height:23px}
 .benefit-card h4{font-size:.93rem}
}
.benefits-panel-heading h3,.benefit-card h4,.benefit-card p{overflow-wrap:anywhere}
.benefit-card>div{min-width:0}
html[lang="ta"] .benefits-panel-heading h3{font-size:clamp(1.05rem,2vw,1.4rem);line-height:1.6}
