:root{--ink:#292421;--muted:#746c67;--rose:#b97770;--rose2:#8f5e58;--cream:#f7f2ec;--line:#eadfd7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,sans-serif;line-height:1.6;background:#fff}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{width:min(850px,100%)}.topbar{font-size:12px;background:#f4ece6;border-bottom:1px solid var(--line)}.topbar .container{display:flex;justify-content:space-between;padding:8px 0}.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);z-index:20;border-bottom:1px solid var(--line)}.header-inner{height:78px;display:flex;align-items:center;gap:32px}.brand img{width:235px;height:auto}.main-nav{display:flex;gap:28px;margin-left:auto;font-size:14px}.main-nav a:hover{color:var(--rose2)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:13px 20px;font-weight:700}.header-cta,.button.primary{background:var(--rose);color:white}.button.ghost{border:1px solid var(--ink)}.button.small{padding:10px 14px;font-size:13px}.menu-toggle{display:none}.hero-home{min-height:620px;background:linear-gradient(90deg,rgba(27,20,16,.72),rgba(27,20,16,.18)),url('../images/hero-home.jpg') center/cover;display:flex;align-items:center;color:white}.hero-copy{max-width:650px}.eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--rose2);font-weight:700}.hero-home .eyebrow{color:#f0c8c2}.hero-home h1,.page-hero h1,.category-intro h1{font-family:Georgia,serif;font-size:64px;line-height:1.08;margin:18px 0}.hero-home p{font-size:20px;max-width:620px}.hero-actions{display:flex;gap:12px;margin-top:28px}.section{padding:76px 0}.section.compact{padding:42px 0}.section-soft{background:var(--cream)}.section h2{font-family:Georgia,serif;font-size:38px;line-height:1.2}.center{text-align:center}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.category-photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.photo-category{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white}.photo-category img{width:100%;height:270px;object-fit:cover}.photo-category div{padding:24px}.photo-category h2{margin:0 0 8px;font-size:28px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}.product-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white}.product-card>a img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-body{padding:20px}.product-cat{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--rose2)}.product-card h3{font-family:Georgia,serif;font-size:21px;line-height:1.3;margin:7px 0}.product-card p{color:var(--muted);font-size:14px}.product-card strong{display:block;margin:14px 0}.category-hero{height:420px;background-position:center;background-size:cover}.category-intro{text-align:center;padding:45px 0 20px}.category-intro h1{font-size:52px;margin:16px 0}.category-intro p{font-size:18px;color:var(--muted)}.breadcrumbs{font-size:13px;color:var(--muted);text-align:left}.category-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-tile{border:1px solid var(--line);border-radius:10px;overflow:hidden;text-align:center;background:#fff}.category-tile.active{outline:2px solid var(--rose)}.category-tile img{width:100%;height:135px;object-fit:cover}.category-tile span{display:block;padding:12px;font-family:Georgia,serif;font-size:18px}.guide-feature{display:grid;grid-template-columns:1fr 1.45fr;gap:38px;align-items:center}.guide-feature>img{width:100%;height:380px;object-fit:cover;border-radius:12px}.tips{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.tips span{padding:12px;background:white;border:1px solid var(--line);border-radius:7px}.faq-layout{display:grid;grid-template-columns:2fr 1fr;gap:36px}.faq-layout details{border-bottom:1px solid var(--line);padding:16px 0}.faq-layout summary{font-weight:700;cursor:pointer}.faq-layout aside{background:var(--cream);padding:30px;border-radius:12px;align-self:start}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.related-grid a{border:1px solid var(--line);border-radius:9px;overflow:hidden;text-align:center}.related-grid img{height:130px;width:100%;object-fit:cover}.related-grid span{display:block;padding:12px}.page-hero.simple{background:var(--cream);padding:80px 0;text-align:center}.page-hero.simple h1{font-size:54px}.source-note{text-align:center;color:var(--muted);font-size:13px;margin-top:25px}.site-footer{background:#272321;color:#eee;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:35px}.site-footer a{display:block;margin:8px 0;color:#ddd}.footer-bottom{border-top:1px solid #514a46;margin-top:30px;padding-top:18px;font-size:13px;color:#bbb}@media(max-width:850px){.topbar{display:none}.main-nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:20px;flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-cta{display:none}.brand img{width:190px}.hero-home{min-height:540px}.hero-home h1,.category-intro h1,.page-hero.simple h1{font-size:42px}.category-photo-grid,.product-grid,.guide-feature,.faq-layout,.footer-grid{grid-template-columns:1fr}.category-strip{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:repeat(2,1fr)}.category-hero{height:260px}.section{padding:50px 0}}

/* Corrected photographic category cards: consistent ratio, no distortion or UI fragments */
.category-photo-grid{align-items:stretch}
.photo-category{display:flex;flex-direction:column;min-width:0}
.photo-category img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:12/7;
  object-fit:cover;
  object-position:center;
  flex:none;
}
.photo-category div{display:flex;flex-direction:column;flex:1}

.category-strip{align-items:stretch}
.category-tile{display:flex;flex-direction:column;min-width:0}
.category-tile img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:12/7;
  object-fit:cover;
  object-position:center;
  flex:none;
}
.category-tile span{display:flex;align-items:center;justify-content:center;flex:1;min-height:58px}

.related-grid a{display:flex;flex-direction:column;min-width:0}
.related-grid img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:12/7;
  object-fit:cover;
  object-position:center;
  flex:none;
}
.related-grid span{display:flex;align-items:center;justify-content:center;flex:1;min-height:52px}

.category-hero{height:350px;background-position:center;background-size:cover;background-repeat:no-repeat}

@media(max-width:850px){
  .category-photo-grid{grid-template-columns:1fr}
  .category-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .category-tile span{font-size:16px;min-height:52px;padding:10px 6px}
  .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-hero{height:240px}
}
@media(max-width:480px){
  .category-strip{grid-template-columns:1fr 1fr}
  .category-tile:last-child:nth-child(odd){grid-column:1/-1}
  .category-tile:last-child:nth-child(odd) img{aspect-ratio:2/1}
}

/* Product thumbnails: fixed visual ratio and no distortion */
.product-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column;min-width:0}
.product-card>a:first-child{display:block;background:#f7f2ec;overflow:hidden;aspect-ratio:4/3}
.product-card>a:first-child img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;object-position:center;background:#fff;padding:10px;transition:transform .25s ease}
.product-card:hover>a:first-child img{transform:scale(1.025)}
.product-body{display:flex;flex-direction:column;flex:1}
.product-card h3{min-height:55px}
.product-card p{flex:1}
.product-card .button{margin-top:auto}
@media(max-width:600px){.product-card>a:first-child{aspect-ratio:1/1}.product-card>a:first-child img{padding:6px}.product-card h3{min-height:0}}

/* Real LaHome product photos: uniform cards without stretching */
.product-card > a {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  border-radius: 18px 18px 0 0;
}
.product-card > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  background: #fff;
}
@media (max-width: 640px) {
  .product-card > a img { padding: 8px; }
}
