:root {
  --lps-orange: #e8752d;
  --lps-ink: #171717;
  --lps-cream: #f7f1e7;
  --lps-paper: #fffdf9;
}

.lps-homepage-shell,
.lps-homepage-shell * { box-sizing: border-box; }
.lps-homepage-shell {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--lps-ink);
  background: var(--lps-paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lps-hero { position: relative; width: 100%; background: #111; }
.lps-slides { position: relative; width: 100%; height: auto; aspect-ratio: 2048 / 1092; }
.lps-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 900ms ease; pointer-events: none; }
.lps-slide.is-active { opacity: 1; pointer-events: auto; }
.lps-slide img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.lps-brand-intro { max-width: 940px; margin: 0 auto; padding: clamp(64px, 8vw, 110px) 28px; text-align: center; background: var(--lps-paper); }
.lps-eyebrow,.lps-kicker { margin: 0 0 14px; color: #9a4c1f; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lps-brand-intro h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 7vw, 96px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.lps-tagline { max-width: 660px; margin: 25px auto 32px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2vw, 29px); line-height: 1.42; }
.lps-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.lps-button { display: inline-block; padding: 14px 20px; border: 1px solid var(--lps-ink); color: var(--lps-ink) !important; font-size: 12px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-decoration: none !important; text-transform: uppercase; transition: .2s ease; }
.lps-button-primary { border-color: var(--lps-orange); background: var(--lps-orange); color: #fff !important; }
.lps-button-secondary { background: rgba(255,255,255,.55); }
.lps-button:hover { transform: translateY(-2px); filter: brightness(.96); }
.lps-arrow { position: absolute; z-index: 4; top: 50%; width: 48px; height: 64px; border: 0; color: #fff; background: rgba(0,0,0,.12); font: 200 42px/1 Arial; cursor: pointer; transform: translateY(-50%); transition: background .2s ease; }
.lps-arrow:hover { background: rgba(0,0,0,.34); }
.lps-prev { left: 0; }.lps-next { right: 0; }
.lps-dots { position: absolute; z-index: 4; bottom: 20px; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.lps-dot { width: 9px; height: 9px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: rgba(0,0,0,.25); cursor: pointer; }
.lps-dot.is-active { background: #fff; }

.lps-section { padding: clamp(68px, 8vw, 120px) max(6vw, 28px); }
.lps-intro { max-width: 980px; margin: 0 auto; text-align: center; }
.lps-intro h2,.lps-section-heading h2,.lps-feature h2,.lps-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.2vw, 62px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.lps-intro > p:not(.lps-kicker) { max-width: 790px; margin: 26px auto; font-size: 19px; line-height: 1.75; }
.lps-credentials { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; margin-top: 38px; padding-top: 30px; border-top: 1px solid #dacdbc; color: #5d554d; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.lps-collections { background: var(--lps-cream); }
.lps-section-heading { margin: 0 auto 46px; max-width: 1180px; }
.lps-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
.lps-card { position: relative; display: flex; min-height: 290px; padding: 28px; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff !important; text-decoration: none !important; box-shadow: 0 10px 24px rgba(0,0,0,.08); transition: transform .25s ease, box-shadow .25s ease; }
.lps-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(255,255,255,.2), rgba(0,0,0,.32)); }
.lps-card > * { position: relative; z-index: 1; }
.lps-card span { font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.05; }
.lps-card small { margin-top: 14px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.lps-card:hover { transform: translateY(-5px); box-shadow: 0 18px 30px rgba(0,0,0,.14); }
.lps-card-equine { background: #295d5b; }.lps-card-sports { background: #174a79; }.lps-card-floral { background: #8f4771; }.lps-card-water { background: #477f99; }

.lps-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); max-width: 1180px; margin: 0 auto; align-items: center; }
.lps-feature p { margin: 0 0 24px; font-size: 19px; line-height: 1.75; }
.lps-text-link { color: #a04e20 !important; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-decoration: none !important; text-transform: uppercase; }

.lps-cta { background: var(--lps-orange); color: #fff; text-align: center; }
.lps-cta .lps-kicker { color: #fff; opacity: .85; }
.lps-cta p:not(.lps-kicker) { margin: 20px auto 30px; font-size: 18px; }
.lps-button-light { border-color: #fff; color: #fff !important; }
.lps-final-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding-top: 0; padding-bottom: 0; background: #ddd2c5; }
.lps-final-links a { display: flex; min-height: 180px; padding: 42px; flex-direction: column; justify-content: center; color: var(--lps-ink) !important; background: var(--lps-paper); text-decoration: none !important; }
.lps-final-links strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.lps-final-links span { margin-top: 12px; color: #6a625a; font-size: 13px; }

@media (max-width: 980px) {
  .lps-card-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  .lps-slide img { object-position: center; }
  .lps-brand-intro { padding: 52px 24px 62px; }
  .lps-brand-intro h1 { font-size: 54px; }
  .lps-arrow { width: 38px; height: 52px; }
  .lps-card-grid,.lps-feature,.lps-final-links { grid-template-columns: 1fr; }
  .lps-card { min-height: 220px; }
  .lps-feature { gap: 28px; }
  .lps-credentials { align-items: center; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .lps-slide,.lps-card,.lps-button { transition: none; }
}


/* Approved introduction and compact collections. */

.lps-homepage-shell .lps-approved-intro{box-sizing:border-box;background:#fffdf9;color:#30302e;text-align:center;padding:64px 24px 60px;font-family:Arial,sans-serif}
.lps-homepage-shell .lps-approved-intro *{box-sizing:border-box}
.lps-homepage-shell .lps-approved-intro .lp-kicker{margin:12px 0 0;color:#a34b22;font-size:11px;line-height:1.6;letter-spacing:.07em;text-transform:uppercase;font-weight:400}
.lps-homepage-shell .lps-approved-intro h1{margin:0;font-family:Jost,Arial,sans-serif;font-size:25px;line-height:1.2;letter-spacing:.13em;font-weight:400}
.lps-homepage-shell .lps-approved-intro .lp-statement{margin:26px 0 32px;font-family:Georgia,serif;font-size:22px;line-height:1.5;font-weight:400;letter-spacing:-.015em}
.lps-homepage-shell .lps-approved-intro .lp-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 30px}
.lps-homepage-shell .lps-approved-intro .lp-actions a{display:inline-flex;align-items:center;gap:12px;min-height:44px;color:#30302e;border-bottom:1px solid #a8a39b;text-decoration:none;font-size:11px;line-height:1.5;letter-spacing:.07em;text-transform:uppercase;font-weight:500}
.lps-homepage-shell .lps-approved-intro .lp-actions a:hover{color:#a34b22;border-color:#a34b22}
.lps-homepage-shell .lps-approved-intro .lp-actions span{font-size:17px}
@media(max-width:420px){.lps-homepage-shell .lps-approved-intro{padding:44px 20px}.lps-homepage-shell .lps-approved-intro .lp-kicker{max-width:260px;margin-left:auto;margin-right:auto}.lps-homepage-shell .lps-approved-intro .lp-actions{flex-direction:column;align-items:center;gap:10px}}

.lps-homepage-shell .lps-collections{background:#f7f1e7;color:#171717;padding:48px 5%;box-sizing:border-box}
.lps-homepage-shell .lps-collections *{box-sizing:border-box}
.lps-homepage-shell .lps-collections .lps-kicker{margin:0 0 14px;color:#9a4c1f;font:500 12px/1.5 Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}
.lps-homepage-shell .lps-collections h2{margin:0 0 30px;font:400 40px/1.08 Georgia,serif;letter-spacing:-.035em}
.lps-homepage-shell .lps-collections .lps-thumbnail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:554px}
.lps-homepage-shell .lps-collections .lps-thumbnail-link{display:flex;flex-direction:column;min-width:0;color:#171717;text-decoration:none}
.lps-homepage-shell .lps-collections .lps-thumbnail-link img{display:block;width:100%;aspect-ratio:1;height:auto;object-fit:contain}
.lps-homepage-shell .lps-collections .lps-thumbnail-link span{display:block;margin-top:12px;font:400 17px/1.25 Georgia,serif}
.lps-homepage-shell .lps-collections .lps-thumbnail-link small{display:block;margin-top:8px;font:500 11px/1.4 Arial,sans-serif;letter-spacing:.03em;text-transform:uppercase}
.lps-homepage-shell .lps-collections .lps-thumbnail-link:hover span{text-decoration:underline;text-underline-offset:4px}
@media(max-width:500px){.lps-homepage-shell .lps-collections{padding:32px 16px}.lps-homepage-shell .lps-collections h2{font-size:30px}.lps-homepage-shell .lps-collections .lps-thumbnail-grid{gap:10px}.lps-homepage-shell .lps-collections .lps-thumbnail-link span{font-size:14px}.lps-homepage-shell .lps-collections .lps-thumbnail-link small{font-size:11px;letter-spacing:0}}

.lps-homepage-shell .lps-collections .lps-section-heading{margin:0 0 30px;max-width:none}

/* Desktop correction only; preserve the approved mobile styles above. */
@media (min-width: 851px) {
  .lps-homepage-shell .lps-approved-intro {
    width: 100%; margin: 0 auto; padding: 72px 5% 76px;
  }
  .lps-homepage-shell .lps-approved-intro h1 {
    font-size: clamp(32px, 2.2vw, 46px);
  }
  .lps-homepage-shell .lps-approved-intro .lp-kicker {
    font-size: clamp(13px, .85vw, 16px); margin-top: 16px;
  }
  .lps-homepage-shell .lps-approved-intro .lp-statement {
    font-size: clamp(26px, 1.65vw, 36px); margin: 28px auto 32px;
  }
  .lps-homepage-shell .lps-approved-intro .lp-actions {
    gap: 16px 40px;
  }
  .lps-homepage-shell .lps-approved-intro .lp-actions a {
    font-size: clamp(13px, .85vw, 16px); padding: 8px 0;
  }
  .lps-homepage-shell .lps-collections {
    padding: 64px 5% 72px; text-align: center;
  }
  .lps-homepage-shell .lps-collections .lps-section-heading {
    width: 100%; max-width: 1120px; margin: 0 auto 36px;
  }
  .lps-homepage-shell .lps-collections .lps-kicker {
    font-size: 14px;
  }
  .lps-homepage-shell .lps-collections h2 {
    font-size: clamp(40px, 2.8vw, 56px); margin-bottom: 0;
  }
  .lps-homepage-shell .lps-collections .lps-thumbnail-grid {
    width: 80%; max-width: 1120px; margin: 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 2vw, 36px);
  }
  .lps-homepage-shell .lps-collections .lps-thumbnail-link {
    text-align: center;
  }
  .lps-homepage-shell .lps-collections .lps-thumbnail-link span {
    font-size: clamp(19px, 1.25vw, 25px); margin-top: 16px;
  }
  .lps-homepage-shell .lps-collections .lps-thumbnail-link small {
    font-size: 12px; margin-top: 10px;
  }
}

/* Option 1: centered gallery introduction, in normal document flow. */
.lps-homepage-shell .lps-gallery-introduction {
  width:100%; margin:0; padding:54px 5%; background:#fffdf9;
  color:#30302e; font-family:Arial,sans-serif; text-align:center;
}
.lps-homepage-shell .lps-gallery-introduction * { box-sizing:border-box; }
.lps-homepage-shell .lps-gallery-introduction .lp-intro-inner {
  width:100%; max-width:1120px; min-width:0; margin:0 auto;
  display:flex; flex-direction:column; align-items:center;
}
.lps-homepage-shell .lps-gallery-introduction .lp-eyebrow {
  max-width:100%; margin:0 0 14px; color:#a34b22;
  font:500 11px/1.6 Arial,sans-serif; letter-spacing:.13em; text-transform:uppercase;
}
.lps-homepage-shell .lps-gallery-introduction h1 {
  max-width:100%; margin:0; color:#30302e;
  font:400 38px/1.12 Georgia,serif; letter-spacing:-.035em;
}
.lps-homepage-shell .lps-gallery-introduction .lp-tagline {
  max-width:100%; margin:18px 0; color:#30302e;
  font:400 19px/1.5 Georgia,serif; letter-spacing:normal;
}
.lps-homepage-shell .lps-gallery-introduction .lp-links {
  width:100%; display:flex; flex-wrap:wrap; justify-content:center;
  align-items:center; gap:2px 24px; margin:10px 0 0;
}
.lps-homepage-shell .lps-gallery-introduction .lp-links a {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  max-width:100%; min-height:44px; padding:4px 0;
  font:500 11px/1.5 Arial,sans-serif; letter-spacing:.025em;
  text-transform:uppercase; color:#a34b22; text-decoration:none;
}
.lps-homepage-shell .lps-gallery-introduction .lp-links a:hover {
  text-decoration:underline; text-underline-offset:5px;
}
.lps-homepage-shell .lps-gallery-introduction .lp-links a:focus-visible {
  outline:2px solid #a34b22; outline-offset:4px;
}
@media(min-width:851px) {
  .lps-homepage-shell .lps-gallery-introduction { padding:64px 5% 72px; }
  .lps-homepage-shell .lps-gallery-introduction h1 { font-size:clamp(38px,2.8vw,56px); }
  .lps-homepage-shell .lps-gallery-introduction .lp-eyebrow { font-size:14px; }
  .lps-homepage-shell .lps-gallery-introduction .lp-tagline { font-size:clamp(22px,1.65vw,28px); }
  .lps-homepage-shell .lps-gallery-introduction .lp-links a { font-size:13px; }
}
@media(max-width:540px) {
  .lps-homepage-shell .lps-gallery-introduction { padding:40px 22px; }
  .lps-homepage-shell .lps-gallery-introduction h1 { font-size:34px; }
  .lps-homepage-shell .lps-gallery-introduction .lp-links { gap:0 18px; }
}

/* Shared desktop scale and content edges for the three gallery sections. */
@media (min-width:851px) {
 .lps-homepage-shell {
  --lps-gallery-heading:clamp(38px,2.8vw,56px);
  --lps-gallery-space:clamp(56px,4.5vw,80px);
 }
 .lps-homepage-shell .lps-gallery-introduction,
 .lps-homepage-shell .lps-collections {
  padding:var(--lps-gallery-space) 5%;
 }
 .lps-homepage-shell .lps-gallery-introduction .lp-intro-inner,
 .lps-homepage-shell .lps-collections .lps-section-heading,
 .lps-homepage-shell .lps-collections .lps-thumbnail-grid {
  width:80%; max-width:1120px; margin-left:auto; margin-right:auto;
 }
 .lps-homepage-shell .lps-feature {
  width:72%; max-width:1120px; margin:0 auto;
  padding:var(--lps-gallery-space) 0;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(32px,4vw,64px); align-items:center;
 }
 .lps-homepage-shell .lps-feature > div { min-width:0; }
 .lps-homepage-shell .lps-gallery-introduction h1,
 .lps-homepage-shell .lps-collections h2,
 .lps-homepage-shell .lps-feature h2 {
  margin:0; font:400 var(--lps-gallery-heading)/1.12 Georgia,"Times New Roman",serif;
  letter-spacing:-.035em; color:#30302e;
 }
 .lps-homepage-shell .lps-gallery-introduction .lp-eyebrow,
 .lps-homepage-shell .lps-collections .lps-kicker,
 .lps-homepage-shell .lps-feature .lps-kicker {
  margin:0 0 16px; font:500 14px/1.6 Arial,sans-serif;
  letter-spacing:.13em; text-transform:uppercase; color:#a34b22;
 }
 .lps-homepage-shell .lps-feature p:not(.lps-kicker) {
  margin:0 0 20px; font:400 17px/1.75 Arial,sans-serif; color:#30302e;
 }
 .lps-homepage-shell .lps-gallery-introduction .lp-links a,
 .lps-homepage-shell .lps-feature .lps-text-link {
  font:500 13px/1.5 Arial,sans-serif; letter-spacing:.025em;
  text-transform:uppercase; color:#a34b22;
 }
 .lps-homepage-shell .lps-feature .lps-text-link {
  display:inline-block; padding:12px 0; min-height:44px;
 }
}

/* Keep each tagline sentence together only on mobile. */
@media (max-width:850px) {
 .lps-homepage-shell .lps-gallery-introduction .lp-tagline-sentence {
  display:block; white-space:nowrap;
 }
}
