
:root{
 --forest:#17261f;--forest2:#263a30;--olive:#596a4f;--cream:#f7f4ee;
 --paper:#fffdf9;--sand:#e9dfd0;--ink:#151b17;--muted:#626b65;--line:#dddcd6;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--ink);line-height:1.5}
a{text-decoration:none;color:inherit}.wrap{width:min(1380px,92%);margin:auto}
.topbar{background:var(--forest);color:#fff;font-size:12px;letter-spacing:.04em}
.topbar .wrap{display:flex;justify-content:space-between;padding:10px 0}
header{background:rgba(255,253,249,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.nav{height:82px;display:flex;align-items:center;gap:40px}
.brand{font-size:25px;font-weight:500;letter-spacing:.32em;white-space:nowrap}
.brand::before{content:"◒";font-size:18px;margin-right:16px;color:var(--forest2)}
nav{display:flex;gap:28px;margin-left:40px;font-size:14px}
.search{margin-left:auto;display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:11px 16px;width:min(360px,30vw);color:var(--muted);font-size:13px}
.search span{margin-right:10px;font-size:18px}
.hero{background:linear-gradient(110deg,#f8f5ef 0%,#f4f0e8 58%,#e4dccd 100%)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;min-height:510px}
.hero-copy{padding:78px 7vw 70px max(4vw,20px)}
.kicker{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--forest2);font-weight:700}
h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400}
h1{font-size:clamp(56px,6vw,92px);line-height:.9;margin:20px 0 24px;letter-spacing:-.04em}
h1 em{color:var(--olive);font-style:normal}
.hero p{font-size:17px;color:#4f5752;max-width:650px}
.button{display:inline-flex;gap:24px;align-items:center;background:var(--forest);color:white;border-radius:999px;padding:15px 22px;margin-top:20px;font-size:14px}

.hero-art{
 position:relative;overflow:hidden;
 background:#e9dfd0 url('assets/findestly-hero-approved.png') center center/cover no-repeat;
 min-height:510px;
}
.stilllife,.vase,.branch,.book,.mug{display:none!important}
.categories{padding:18px 0 14px;background:white;border-bottom:1px solid var(--line)}
.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.cat{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid #e9e6df;border-radius:14px;background:#faf8f4;min-height:88px}
.cat img{width:42px;height:42px;object-fit:contain;flex:0 0 42px}
.cat strong{display:block;font-size:14px}.cat small{color:var(--muted);font-size:11px}
.trust{padding:24px 0;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.trust-item{display:flex;align-items:center;gap:15px;padding-right:28px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item img{width:42px;height:42px;object-fit:contain;flex:0 0 42px}
.trust-item strong{display:block;font-size:14px}.trust-item span{font-size:12px;color:var(--muted)}
.section{padding:72px 0}.section h2{font-size:50px;margin:8px 0 14px}.lead{color:var(--muted);max-width:700px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}
.product{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white}
.product-image{height:250px;position:relative;background:linear-gradient(145deg,#ece7de,#d8d1c5);display:flex;align-items:center;justify-content:center}
.product-image img{width:74px;height:74px;object-fit:contain;opacity:.9}
.badge{position:absolute;left:14px;top:14px;background:var(--forest2);color:white;border-radius:999px;padding:7px 11px;font-size:10px;letter-spacing:.06em}
.product-body{padding:18px}.product-body h3{margin:0 0 7px;font-size:17px}.product-body p{font-size:13px;color:var(--muted);margin:0}
.method{background:var(--forest);color:white}.method .kicker{color:#9eb0a6}.method h2{color:white}.method .lead{color:#c8d0cb}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:38px}.step span{color:#9eb0a6;font-size:12px}.step h3{font-size:22px}
.notice{background:var(--sand);padding:22px;border-radius:14px;font-size:13px;margin-top:28px}
.page{padding:72px 0;min-height:65vh}.page h1{font-size:58px}.page p{color:var(--muted);max-width:850px}
footer{border-top:1px solid var(--line);padding:40px 0}.foot{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
.links{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.small{font-size:11px;color:#808781;margin-top:18px}
@media(max-width:900px){
 nav,.search{display:none}.hero-grid{grid-template-columns:1fr}.hero-art{min-height:360px}
 .cat-grid{grid-template-columns:repeat(2,1fr)}.trust-grid,.product-grid,.steps{grid-template-columns:1fr 1fr}
 .topbar .wrap span:last-child{display:none}
}
@media(max-width:560px){.trust-grid,.product-grid,.steps{grid-template-columns:1fr}.brand{font-size:21px}.hero-copy{padding:55px 5%}.hero-art{min-height:300px}}

/* V04 refinement: soft visual transition from copy background into hero photo */
.hero-art::before{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  left:0;
  width:24%;
  pointer-events:none;
  background:linear-gradient(90deg,
    #f4f0e8 0%,
    rgba(244,240,232,.96) 12%,
    rgba(244,240,232,.76) 34%,
    rgba(244,240,232,.42) 58%,
    rgba(244,240,232,.14) 80%,
    rgba(244,240,232,0) 100%);
}
@media(max-width:900px){
  .hero-art::before{
    width:100%;height:22%;bottom:auto;
    background:linear-gradient(180deg,#f4f0e8 0%,rgba(244,240,232,.62) 45%,rgba(244,240,232,0) 100%);
  }
}


/* V05: category hub and individual category pages */
.cat{color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.cat:hover{transform:translateY(-2px);border-color:#cfd4ce;box-shadow:0 8px 22px rgba(23,38,31,.06)}
.category-intro{padding:82px 0 52px;background:linear-gradient(110deg,#f8f5ef 0%,#f4f0e8 100%)}
.category-intro h1,.category-hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(54px,6vw,82px);line-height:.96;letter-spacing:-.035em;margin:18px 0 22px}
.category-intro p,.category-hero p{font-size:17px;color:var(--muted);max-width:720px}
.category-list{padding:54px 0 82px}.category-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.category-feature{position:relative;min-height:300px;padding:34px;border:1px solid var(--line);border-radius:18px;background:#faf8f4;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.category-feature:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(23,38,31,.07)}
.category-feature img{position:absolute;right:28px;top:28px;width:76px;height:76px;object-fit:contain}.category-feature h2{font-size:38px;margin:14px 0 12px}.category-feature p{max-width:68%;color:var(--muted);font-size:14px}.text-link{position:absolute;left:34px;bottom:32px;font-weight:700;font-size:13px;color:var(--forest2)}
.category-hero{background:linear-gradient(110deg,#f8f5ef 0%,#f4f0e8 100%);padding:70px 0}.category-hero-grid{display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:50px}.category-icon-panel{min-height:310px;border-radius:22px;background:#ece6dc;display:flex;align-items:center;justify-content:center}.category-icon-panel img{width:145px;height:145px;object-fit:contain}.category-content{padding:70px 0}.category-content h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:46px;margin:10px 0 28px}.subcat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.subcat-card{border:1px solid var(--line);border-radius:14px;background:#faf8f4;padding:24px;min-height:150px}.subcat-card span{display:block;font-weight:700;font-size:16px;margin-bottom:18px}.subcat-card small{color:var(--muted);font-size:12px}.category-note{margin-top:36px;padding:26px;border-radius:14px;background:var(--sand);max-width:900px}.category-note p{color:#4f5752;margin:8px 0 0;font-size:13px}
@media(max-width:900px){.category-feature-grid{grid-template-columns:1fr}.category-hero-grid{grid-template-columns:1fr}.subcat-grid{grid-template-columns:1fr 1fr}.category-feature p{max-width:75%}}
@media(max-width:560px){.category-intro,.category-hero{padding:54px 0}.category-feature{min-height:280px;padding:26px}.category-feature img{width:58px;height:58px;right:22px;top:22px}.category-feature h2{font-size:32px}.category-feature p{max-width:100%;padding-top:45px}.text-link{left:26px;bottom:25px}.subcat-grid{grid-template-columns:1fr}.category-icon-panel{min-height:220px}.category-icon-panel img{width:110px;height:110px}}
