/* Home direction matched to the supplied Calm Waters availability reference. */
.home-hero{padding:0;background:#fcfaf5;color:#0e3048;border-bottom:1px solid rgba(14,48,72,.15);overflow:hidden}
.home-hero-grid{display:grid;grid-template-columns:43% 57%;min-height:520px}
.home-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:4rem max(4.5vw,64px);background:linear-gradient(105deg,#fcfaf5 70%,#f5eee2)}
.home-hero .eyebrow{color:#a77a24;letter-spacing:.13em}
.home-hero h1{max-width:650px;margin:.85rem 0 1rem;color:#0e3048;font:600 clamp(3rem,4.6vw,5rem)/.96 Georgia,serif;letter-spacing:-.04em}
.home-hero p{max-width:590px;margin:0 0 1.1rem;color:#2f4049;font-size:1rem;line-height:1.55}
.home-hero p strong{color:#147b86}
.home-model{display:flex;gap:.75rem;align-items:flex-start}
.home-model>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#2f8583;color:#fff;font-size:1.2rem}
.home-hero .hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}
.home-hero .button.light{background:transparent;color:#0e3048;border-color:#0e3048}
.home-hero-facts{display:flex;gap:1.2rem;margin-top:.3rem;padding:1rem;border-radius:13px;background:#f8f3e9;color:#32464f;font-size:.83rem}
.home-hero-facts span+span{padding-left:1.2rem;border-left:1px solid rgba(14,48,72,.2)}
.home-hero-facts strong{color:#0f7779}
.home-hero-photo{position:relative;margin:0;min-height:520px;overflow:hidden}
.home-hero-photo>img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}
.home-hero-photo figcaption{position:absolute;right:8%;bottom:5%;max-width:650px;padding:15px 22px;border-radius:14px;background:rgba(18,128,128,.94);color:#fff;font-weight:800;box-shadow:0 14px 36px rgba(8,34,52,.23)}
.home-hero-photo figcaption small{display:block;margin-top:2px;font-weight:500;opacity:.9}
.quick-facts{display:none}

@media (min-width:901px){
  .home-hero+ .quick-facts + section{padding:2.1rem 0 2.8rem}
  .home-hero+ .quick-facts + section .section-head{text-align:center;max-width:none}
  .home-hero+ .quick-facts + section .section-head h2{font-size:2.25rem}
  .home-hero+ .quick-facts + section .lead{display:none}
  .home-hero+ .quick-facts + section .card-grid{margin-top:1.4rem;gap:0}
  .home-hero+ .quick-facts + section .feature-card{border:0;border-right:1px solid rgba(14,48,72,.15);padding:1rem 2.2rem;min-height:120px;display:grid;grid-template-columns:75px 1fr;column-gap:1rem;align-items:start}
  .home-hero+ .quick-facts + section .feature-card:last-child{border-right:0}
  .home-hero+ .quick-facts + section .feature-card span{grid-row:span 2;width:55px;height:55px}
  .home-hero+ .quick-facts + section .feature-card h3{margin:.2rem 0 .3rem}
  .about-slice{background:#fcfaf5;padding:0;border-top:1px solid rgba(14,48,72,.15)}
  .about-slice .about-grid{width:100%;max-width:none;gap:0;grid-template-columns:50% 50%}
  .about-slice .about-image{height:430px}
  .about-slice .about-grid>div:last-child{padding:4.5rem max(4.4vw,70px)}
  .about-slice h2{max-width:680px}
  .availability{padding:0}
  .availability .container{max-width:none;min-height:165px;padding:2.7rem max(6.5vw,90px);display:flex;align-items:center;gap:2rem}
  .availability h2{font-size:2rem}.availability p{font-size:1rem}
  .availability .button{margin:0 0 0 auto;min-width:205px}
  .support-preview{padding:3.4rem 0 4rem}.support-preview .section-head{text-align:center;margin:auto}
  .support-preview .section-head h2{font-size:2.55rem}.support-preview .support-cards{margin-top:1.8rem}
  .support-preview .support-cards article{border-radius:9px;border-color:#ddcdb9;text-align:center;padding:1.6rem 1.2rem}
  .support-preview .support-cards article:before{display:block;color:#147b86;font-size:2.2rem;line-height:1;content:'⌂';margin-bottom:.8rem}
  .support-preview .support-cards article:nth-child(2):before{content:'◫'}.support-preview .support-cards article:nth-child(3):before{content:'♡'}.support-preview .support-cards article:nth-child(4):before{content:'↗'}
}
@media(max-width:900px){
  .home-hero-grid{grid-template-columns:1fr}
  .home-hero-copy{padding:3.2rem max(24px,6vw)}
  .home-hero-photo,.home-hero-photo>img{min-height:360px}
  .about-slice{background:#fcfaf5}
}
@media(max-width:560px){
  .home-hero h1{font-size:2.8rem}
  .home-hero .hero-actions{width:100%;flex-direction:column}
  .home-hero .button{width:100%;justify-content:center;text-align:center}
  .home-hero-facts{flex-direction:column}
  .home-hero-facts span+span{padding:0;padding-top:.75rem;border-left:0;border-top:1px solid rgba(14,48,72,.2)}
  .home-hero-photo,.home-hero-photo>img{min-height:280px}
  .home-hero-photo figcaption{right:16px;left:16px;bottom:16px}
}
