:root {
  --home-green: #294e46;
  --home-green-dark: #1f3d37;
  --home-gold: #b3945f;
  --home-cream: #f4f0e8;
  --home-line: #dfe5e1;
  --home-ink: #27322f;
}

.home-page .site-container { max-width: 1400px; overflow: visible; color: var(--home-ink); background: #f8f9fa; }
.home-page .home-hero { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: flex-end; padding: clamp(2rem,5vw,4rem); overflow: hidden; background: url("/img/banner-2026.webp") center/cover no-repeat; }
.home-page .home-hero__image { display: none; }
.home-page .home-hero__content { width: min(46%,560px); padding: clamp(1.75rem,3vw,2.75rem); border-radius: 1rem; color: #fff; background: rgba(31,61,55,.9); box-shadow: 0 18px 45px rgba(21,38,34,.2); backdrop-filter: blur(3px); }
.home-page .home-kicker { margin-bottom: .55rem; color: var(--home-gold); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.home-page .home-hero h1 { margin-bottom: 1rem; color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.3rem,4.5vw,4rem); line-height: 1.03; }
.home-page .home-hero__content > p:not(.home-kicker) { margin-bottom: 1.35rem; font-size: 1.08rem; line-height: 1.7; opacity: .94; }
.home-page .home-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.home-page .trust-strip { position: relative; z-index: 2; width: min(980px,calc(100% - 2rem)); display: grid; grid-template-columns: repeat(3,1fr); margin: -36px auto 0; overflow: hidden; border-radius: .7rem; background: #fff; box-shadow: 0 12px 35px rgba(24,46,40,.16); }
.home-page .trust-item { display: grid; grid-template-columns: 48px 1fr; padding: 1.2rem 1.35rem; border-right: 1px solid #e3e7e4; }
.home-page .trust-item:last-child { border-right: 0; }
.home-page .trust-item > span { grid-row: 1/3; align-self: center; color: var(--home-gold); font-family: Georgia,"Times New Roman",serif; font-size: 1.15rem; font-weight: 700; }
.home-page .trust-item small { opacity: .7; }

.home-page .home-intro { max-width: 900px; margin: 5rem auto 3.5rem; padding: 0 1rem; text-align: center; }
.home-page .home-intro h2, .home-page .section-heading h2, .home-page .care-copy h2, .home-page .testimonial-heading h2, .home-page .contact-copy h2 { color: var(--home-green); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,4vw,3rem); }
.home-page .home-intro p, .home-page .section-heading p, .home-page .care-copy p, .home-page .testimonial-heading p, .home-page .contact-copy p { font-size: 1.05rem; line-height: 1.75; }

.home-page .home-section { margin: 0 clamp(.5rem,3vw,2rem) 4rem; }
.home-page .home-section--cream { margin-left: 0; margin-right: 0; padding: clamp(2.5rem,5vw,4rem) clamp(.5rem,3vw,2rem); background: var(--home-cream); }
.home-page .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.home-page .section-heading > div { max-width: 620px; }
.home-page .section-heading > p { width: min(48%,580px); margin-bottom: 0; }

.home-page .collection-grid > [class*="col-"] { display: flex; }
.home-page .collection-card { width: 100%; overflow: hidden; border: 1px solid var(--home-line); border-radius: .7rem; background: #fff; box-shadow: 0 5px 18px rgba(31,61,55,.07); transition: transform .2s ease,box-shadow .2s ease; }
.home-page .collection-card:hover { transform: translateY(-4px); box-shadow: 0 13px 28px rgba(31,61,55,.14); }
.home-page .collection-card a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.home-page .collection-card img { width: 100%; height: clamp(270px,28vw,390px); padding: 1rem; object-fit: contain; background: linear-gradient(145deg,#fafafa,#edf1ee); }
.home-page .collection-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.home-page .collection-card h3 { color: var(--home-green); font-family: Georgia,"Times New Roman",serif; font-size: 1.5rem; }
.home-page .collection-card p { flex: 1; line-height: 1.65; }
.home-page .collection-card strong { color: var(--home-green); }
.home-page .more-collections { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 1.25rem; }
.home-page .more-collections a { padding: 1.1rem; border-left: 3px solid var(--home-gold); border-radius: .45rem; color: var(--home-green); font-family: Georgia,"Times New Roman",serif; font-size: 1.05rem; text-decoration: none; background: #fff; box-shadow: 0 3px 12px rgba(31,61,55,.06); }
.home-page .more-collections a:hover { background: var(--home-cream); }

.home-page .care-heading { max-width: 900px; margin: 0 auto 2rem; }
.home-page .care-heading h2 { color: var(--home-green); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,4vw,3rem); }
.home-page .care-heading > p:last-child { font-size: 1.05rem; line-height: 1.75; }
.home-page .care-media { width: min(100%,1000px); margin: 0 auto 2rem; overflow: hidden; border-radius: .7rem; background: #fff; box-shadow: 0 8px 24px rgba(31,61,55,.12); }
.home-page .care-media img { display: block; width: 100%; height: auto; object-fit: contain; }
.home-page .care-copy { height: 100%; padding: clamp(1rem,3vw,2.5rem); }
.home-page .care-list { width: min(100%,1100px); display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 0 auto; padding: 0; list-style: none; }
.home-page .care-list li { display: grid; grid-template-columns: 42px 1fr; padding: 1rem; border-top: 3px solid var(--home-gold); border-radius: .5rem; background: #fff; }
.home-page .care-list span { color: var(--home-gold); font-family: Georgia,"Times New Roman",serif; font-weight: 700; }
.home-page .care-list strong { display: block; margin-bottom: .25rem; color: var(--home-green); }

.home-page .personal-links { width: min(100%,1100px); display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; margin: 1.25rem auto 0; }
.home-page .personal-link { padding: 1.5rem; border-radius: .55rem; color: #fff; text-decoration: none; background: var(--home-green); }
.home-page .personal-link:hover { color: #fff; background: var(--home-green-dark); }
.home-page .personal-link span { display: block; margin-bottom: .45rem; color: var(--home-gold); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.home-page .personal-link strong { display: block; margin-bottom: .35rem; font-family: Georgia,"Times New Roman",serif; font-size: 1.25rem; }

.home-page .testimonial-section { margin: 0 0 4rem; padding: clamp(2.5rem,5vw,4rem) clamp(.5rem,3vw,2rem); background: var(--home-green); }
.home-page .testimonial-heading { max-width: 840px; margin: 0 auto 2rem; text-align: center; }
.home-page .testimonial-heading h2 { color: #fff; }
.home-page .testimonial-heading p { color: #fff; opacity: .86; }
.home-page .testimonial-carousel { padding: 0 2.5rem 2rem; }
.home-page .testimonial-carousel .carousel-inner { min-height: 390px; }
.home-page .testimonial-carousel .carousel-item > .row { align-items: stretch; }
.home-page .testimonial-carousel .carousel-item .col-md-4 { display: flex; }
.home-page .testimonial-card { width: 100%; border: 0; border-radius: .65rem; background: #fff; box-shadow: none; }
.home-page .testimonial-card-body { position: relative; display: flex; min-height: 350px; flex-direction: column; padding: 2rem 1.5rem 1.5rem; }
.home-page .testimonial-card-body::before { content: "“"; color: var(--home-gold); font-family: Georgia,"Times New Roman",serif; font-size: 3.5rem; line-height: .7; text-align: center; }
.home-page .testimonial-text { font-size: .98rem; line-height: 1.65; }
.home-page .testimonial-name { margin-top: auto; margin-bottom: 0; color: var(--home-green); font-weight: 700; text-align: center; }
.home-page .testimonial-carousel .carousel-control-prev { left: -1rem; }
.home-page .testimonial-carousel .carousel-control-next { right: -1rem; }
.home-page .testimonial-carousel .carousel-indicators { bottom: -1.1rem; }
.home-page .testimonial-carousel .carousel-indicators button { background-color: #fff; }

.home-page .contact-section { margin: 2rem clamp(.75rem,3vw,2rem) 3rem; padding: clamp(2.5rem,5vw,4rem); color: #fff; background: var(--home-green); }
.home-page .contact-copy { max-width: 900px; margin: 0 auto; text-align: center; }
.home-page .contact-copy h2 { color: #fff; }
.home-page .contact-copy p { opacity: .9; }
.home-page .contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin: 1.5rem 0; }
.home-page .contact-details { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 2rem; color: #fff; opacity: .9; }
.home-page .contact-details a { color: #fff; }

@media (max-width: 991.98px) { .home-page .more-collections { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 767.98px) {
  .home-page .site-container { margin-top: 0 !important; border-radius: 0 !important; }
  .home-page .home-hero { min-height: 0; display: block; padding: 0; background: #fff; }
  .home-page .home-hero__image { display: block; width: 100%; height: auto; }
  .home-page .home-hero__content { width: 100%; max-width: none; padding: 2rem 1.25rem 4rem; border-radius: 0; text-align: center; background: var(--home-green); box-shadow: none; backdrop-filter: none; }
  .home-page .home-hero__actions { justify-content: center; }
  .home-page .trust-strip { grid-template-columns: 1fr; margin-top: -28px; }
  .home-page .trust-item { border-right: 0; border-bottom: 1px solid #e3e7e4; }
  .home-page .trust-item:last-child { border-bottom: 0; }
  .home-page .section-heading { display: block; }
  .home-page .section-heading > p { width: 100%; margin-top: 1rem; }
  .home-page .collection-card img { height: 310px; }
  .home-page .more-collections, .home-page .personal-links, .home-page .care-list { grid-template-columns: 1fr; }
  .home-page .testimonial-carousel { padding: 0 1.5rem 2rem; }
  .home-page .testimonial-carousel .carousel-inner { min-height: 0; }
  .home-page .testimonial-card-body { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) { .home-page .collection-card, .home-page .home-hero a { transition: none !important; } }
