.loco-hero { position: relative; display: grid; min-height: clamp(620px, 76vh, 820px); align-items: center; isolation: isolate; background: var(--loco-cream-deep) var(--hero-image) center/cover no-repeat; color: var(--loco-cream); }
.loco-hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,14,11,.88) 6%, rgba(12,18,14,.72) 39%, rgba(0,0,0,.08) 72%); }
.loco-hero__inner { width: min(100% - (var(--loco-gutter) * 2), var(--loco-page-width)); }
.loco-hero__content { max-width: 650px; padding: 80px 0; }
.loco-hero h1 { max-width: 630px; color: #fff; text-shadow: 0 2px 25px rgba(0,0,0,.15); }
.loco-hero__text { max-width: 610px; color: rgba(255,255,255,.82); line-height: 1.85; }

.loco-assurances { background: var(--loco-green); color: #fff; }
.loco-assurances__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.loco-assurance { min-height: 240px; padding: 42px 28px 36px; border-right: 1px solid rgba(255,255,255,.13); }
.loco-assurance:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.loco-assurance__number { display: block; margin-bottom: 25px; color: var(--loco-gold-light); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.loco-assurance h2 { margin-bottom: 13px; font-family: var(--font-body); font-size: 1rem; font-weight: 700; line-height: 1.3; letter-spacing: .04em; text-transform: uppercase; }
.loco-assurance p { margin: 0; color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.65; }

.loco-products { padding: 110px 0 120px; background: var(--loco-cream); }
.loco-products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.loco-product-card { min-width: 0; }
.loco-product-card__media { position: relative; display: grid; min-height: 440px; margin-bottom: 30px; place-items: center; overflow: hidden; background: #eeeae3; text-decoration: none; }
.loco-product-card__media::after { position: absolute; inset: 0; border: 1px solid rgba(16,39,28,.06); content: ""; pointer-events: none; }
.loco-product-card__media img { width: 78%; height: 385px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(29,24,18,.15)); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.loco-product-card:hover .loco-product-card__media img { transform: translateY(-8px) scale(1.025); }
.loco-product-card__media > span { position: absolute; top: 18px; right: 21px; color: var(--loco-green); font-family: var(--font-heading); font-size: 1rem; }
.loco-product-card__caption { margin-bottom: 7px; color: var(--loco-gold-dark); font-size: .65rem; font-weight: 700; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.loco-product-card h3 { margin-bottom: 9px; font-size: 2rem; }
.loco-product-card h3 a { text-decoration: none; }
.loco-product-card__notes { margin-bottom: 10px; color: var(--loco-green); font-size: .82rem; font-weight: 600; line-height: 1.5; }
.loco-product-card__description { min-height: 54px; margin-bottom: 22px; color: var(--loco-muted); font-size: .83rem; line-height: 1.65; }
.loco-product-card__footer { display: flex; padding-top: 17px; border-top: 1px solid var(--loco-border); align-items: center; justify-content: space-between; gap: 15px; }
.loco-product-card__price { color: var(--loco-ink); font-size: .78rem; font-weight: 600; line-height: 1.4; }

.loco-about { padding: 120px 0; background: #fff; }
.loco-about__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); align-items: center; gap: clamp(55px, 8vw, 115px); }
.loco-about__media { aspect-ratio: 4/5; overflow: hidden; background: var(--loco-cream-deep); }
.loco-about__media img { width: 100%; height: 100%; object-fit: cover; }
.loco-about__content h2 { max-width: 570px; }
.loco-rich-text { color: var(--loco-muted); line-height: 1.85; }
.loco-rich-text p:last-child { margin-bottom: 0; }

.loco-promises { padding: 110px 0 120px; background: #fff; }
.loco-promises__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--loco-border); border: 1px solid var(--loco-border); }
.loco-promise { min-height: 365px; padding: 42px 28px; background: var(--loco-cream); }
.loco-promise__icon { width: 64px; margin-bottom: 36px; color: var(--loco-gold-accent); }
.loco-promise__icon svg { width: 64px; height: 64px; }
.loco-promise h3 { margin-bottom: 18px; color: var(--loco-green); font-family: var(--font-body); font-size: .9rem; font-weight: 700; line-height: 1.45; letter-spacing: .05em; }
.loco-promise p { margin: 0; color: var(--loco-muted); font-size: .82rem; line-height: 1.7; }

.loco-faq { padding: 120px 0; background: var(--loco-cream); }
.loco-faq__grid { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 8vw, 115px); }
.loco-faq__intro { position: sticky; top: 45px; align-self: start; }
.loco-faq__intro h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.loco-faq__intro > p:last-child { color: var(--loco-muted); line-height: 1.75; }
.loco-faq__item { border-top: 1px solid var(--loco-border); }
.loco-faq__item:last-child { border-bottom: 1px solid var(--loco-border); }
.loco-faq__item summary { display: flex; min-height: 78px; padding: 20px 0; align-items: center; justify-content: space-between; gap: 25px; color: var(--loco-green); font-weight: 600; line-height: 1.5; list-style: none; cursor: pointer; }
.loco-faq__item summary::-webkit-details-marker { display: none; }
.loco-faq__plus { position: relative; flex: 0 0 20px; width: 20px; height: 20px; }
.loco-faq__plus::before, .loco-faq__plus::after { position: absolute; top: 50%; left: 50%; width: 15px; height: 1px; background: currentColor; content: ""; transform: translate(-50%,-50%); transition: transform .2s ease; }
.loco-faq__plus::after { transform: translate(-50%,-50%) rotate(90deg); }
.loco-faq__item[open] .loco-faq__plus::after { transform: translate(-50%,-50%) rotate(0); }
.loco-faq__answer { padding: 0 45px 24px 0; color: var(--loco-muted); font-size: .9rem; line-height: 1.75; }
.loco-faq__answer p:last-child { margin-bottom: 0; }

.loco-final-cta { position: relative; display: grid; min-height: 590px; place-items: center; isolation: isolate; background: var(--loco-green) var(--cta-image) center/cover no-repeat; color: #fff; text-align: center; }
.loco-final-cta__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, rgba(9,18,13,.93), rgba(19,39,27,.82) 65%, rgba(90,67,44,.7)); }
.loco-final-cta__inner { max-width: 820px; padding-block: 100px; }
.loco-final-cta h2 { color: #fff; }
.loco-final-cta__inner > p:not(.loco-eyebrow) { max-width: 620px; margin-inline: auto; color: rgba(255,255,255,.78); line-height: 1.8; }

@media (max-width: 989px) {
  .loco-assurances__grid { grid-template-columns: repeat(2, 1fr); }
  .loco-assurance:nth-child(2) { border-right: 0; }
  .loco-assurance:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.13); }
  .loco-products__grid { gap: 18px; }
  .loco-product-card__media { min-height: 360px; }
  .loco-product-card__media img { height: 305px; }
  .loco-about__grid { gap: 45px; }
  .loco-promises__grid { grid-template-columns: repeat(2, 1fr); }
  .loco-faq__grid { gap: 55px; }
}

@media (max-width: 749px) {
  .loco-hero { min-height: 680px; background-position: 64% center; }
  .loco-hero__overlay { background: linear-gradient(90deg, rgba(8,13,10,.86), rgba(9,14,11,.55) 80%, rgba(0,0,0,.2)); }
  .loco-hero__content { padding: 75px 0; }
  .loco-hero__text { font-size: .9rem; line-height: 1.7; }
  .loco-assurances__grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .loco-assurance { min-height: 210px; padding: 30px 18px; }
  .loco-assurance:first-child { border-left: 0; }
  .loco-assurance h2 { font-size: .82rem; }
  .loco-assurance p { font-size: .74rem; }
  .loco-products { padding: 75px 0 80px; }
  .loco-products__grid { grid-template-columns: 1fr; gap: 58px; }
  .loco-product-card__media { min-height: 390px; }
  .loco-product-card__media img { height: 345px; }
  .loco-product-card__description { min-height: 0; }
  .loco-about { padding: 80px 0; }
  .loco-about__grid { grid-template-columns: 1fr; gap: 42px; }
  .loco-about__media { aspect-ratio: 4/4.7; }
  .loco-promises { padding: 75px 0 80px; }
  .loco-promises__grid { grid-template-columns: 1fr; }
  .loco-promise { min-height: 0; padding: 35px 25px; }
  .loco-promise__icon { margin-bottom: 25px; }
  .loco-faq { padding: 80px 0; }
  .loco-faq__grid { grid-template-columns: 1fr; gap: 35px; }
  .loco-faq__intro { position: static; }
  .loco-final-cta { min-height: 540px; }
  .loco-final-cta__inner { padding-block: 75px; }
}
