.tlo-home { --tlo-ink:#171713; --tlo-cream:#f4efe4; --tlo-blue:#315d68; --tlo-saddle:#9a5f3b; color:var(--tlo-ink); background:var(--tlo-cream); }
.tlo-home *{box-sizing:border-box}.tlo-home a{color:inherit}.tlo-shell{width:min(100% - 40px,1440px);margin-inline:auto}.tlo-eyebrow{margin:0 0 14px;font:700 .75rem/1.2 var(--font-body--family);letter-spacing:.18em;text-transform:uppercase}.tlo-title{margin:0;font-family:var(--font-heading--family);font-weight:400;letter-spacing:-.035em}.tlo-copy{max-width:650px;font-size:clamp(1rem,1.6vw,1.22rem);line-height:1.55}.tlo-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 22px;border:1px solid currentColor;text-decoration:none;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.2s ease}.tlo-button--dark{color:var(--tlo-cream);background:var(--tlo-ink);border-color:var(--tlo-ink)}.tlo-button--light{color:var(--tlo-cream);background:transparent}.tlo-button:hover{transform:translateY(-2px)}
.tlo-hero{position:relative;min-height:min(820px,86vh);display:grid;align-items:end;overflow:hidden;color:#fffaf0;background:linear-gradient(125deg,#19343b 0%,var(--tlo-blue) 52%,#9c6748 100%)}.tlo-hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tlo-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,14,14,.78),rgba(8,14,14,.18) 68%),linear-gradient(0deg,rgba(8,14,14,.52),transparent 55%)}.tlo-hero__content{position:relative;z-index:1;padding-block:clamp(70px,10vw,145px)}.tlo-hero .tlo-title{max-width:900px;font-size:clamp(3.5rem,8vw,8.7rem);line-height:.88}.tlo-hero .tlo-copy{margin:24px 0 30px}.tlo-actions{display:flex;flex-wrap:wrap;gap:12px}
.tlo-promises{border-bottom:1px solid rgba(23,23,19,.18)}.tlo-promises__grid{display:grid;grid-template-columns:repeat(3,1fr)}.tlo-promise{padding:20px;text-align:center;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tlo-promise+.tlo-promise{border-left:1px solid rgba(23,23,19,.18)}
.tlo-section{padding-block:clamp(64px,8vw,120px)}.tlo-section__head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:38px}.tlo-section__head .tlo-title{font-size:clamp(2.5rem,5vw,5.4rem);line-height:.95}.tlo-text-link{font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-underline-offset:5px}.tlo-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tlo-category{min-height:390px;display:flex;align-items:end;position:relative;padding:26px;overflow:hidden;text-decoration:none;color:#fff;background:var(--tlo-blue)}.tlo-category:nth-child(2){background:var(--tlo-saddle)}.tlo-category:nth-child(3){background:#263d35}.tlo-category:nth-child(4){background:#655448}.tlo-category__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tlo-category:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 65%)}.tlo-category:hover .tlo-category__media{transform:scale(1.035)}.tlo-category__content{position:relative;z-index:1}.tlo-category__title{font-family:var(--font-heading--family);font-size:clamp(2rem,3vw,3.2rem);font-weight:400}.tlo-category__link{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.tlo-feature{color:#f8f1e4;background:var(--tlo-ink)}.tlo-feature__grid{display:grid;grid-template-columns:1.2fr .8fr;min-height:620px}.tlo-feature__media{min-height:480px;background:linear-gradient(135deg,var(--tlo-blue),#172326)}.tlo-feature__media img{width:100%;height:100%;object-fit:cover}.tlo-feature__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(45px,7vw,105px)}.tlo-feature .tlo-title{font-size:clamp(3rem,5vw,6rem);line-height:.92}.tlo-feature .tlo-copy{margin:24px 0 32px}
.tlo-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tlo-product{text-decoration:none}.tlo-product__image{aspect-ratio:4/5;overflow:hidden;background:#e8e0d3}.tlo-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.tlo-product:hover img{transform:scale(1.025)}.tlo-product__title{margin:15px 0 5px;font-size:.94rem;line-height:1.35}.tlo-product__price{margin:0;opacity:.72}
.tlo-stores{color:#fffaf0;background:var(--tlo-blue)}.tlo-stores__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(40px,8vw,120px);align-items:center}.tlo-stores .tlo-title{font-size:clamp(3rem,6vw,7rem);line-height:.9}.tlo-store-list{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid rgba(255,255,255,.35)}.tlo-store{padding:30px 0}.tlo-store+.tlo-store{border-left:1px solid rgba(255,255,255,.35);padding-left:30px}.tlo-store h3{margin:0 0 12px;font-family:var(--font-heading--family);font-size:2rem;font-weight:400}.tlo-store p{margin:3px 0}
@media(max-width:900px){.tlo-shell{width:min(100% - 28px,1440px)}.tlo-promises__grid{grid-template-columns:1fr}.tlo-promise+.tlo-promise{border-left:0;border-top:1px solid rgba(23,23,19,.18)}.tlo-categories,.tlo-products{grid-template-columns:repeat(2,1fr)}.tlo-feature__grid,.tlo-stores__grid{grid-template-columns:1fr}}
@media(max-width:560px){.tlo-hero{min-height:690px}.tlo-hero .tlo-title{font-size:clamp(3.2rem,18vw,5.6rem)}.tlo-section__head{display:block}.tlo-section__head .tlo-text-link{display:inline-block;margin-top:18px}.tlo-categories,.tlo-products,.tlo-store-list{grid-template-columns:1fr}.tlo-category{min-height:430px}.tlo-store+.tlo-store{border-left:0;border-top:1px solid rgba(255,255,255,.35);padding-left:0}}
