:root{
  --bt-rose:#a3487a;
  --bt-rose-dark:#813360;
  --bt-rose-soft:#f8edf3;
  --bt-ink:#26222a;
  --bt-muted:#766c78;
  --bt-line:#eadde5;
  --bt-ivory:#fffafa;
}
.bt-home{background:linear-gradient(180deg,#fff8fb 0%,#fff 46%,#fbf7fa 100%);min-height:70vh;color:var(--bt-ink)}
.bt-home-hero{max-width:1180px;margin:0 auto;padding:72px 24px 48px;display:grid;grid-template-columns:minmax(0,1.25fr) 420px;gap:44px;align-items:center}
.bt-home-hero-copy h1{font-size:54px;line-height:1.08;letter-spacing:-.05em;margin:18px 0;color:#1f1b22;font-weight:850}
.bt-home-hero-copy p{font-size:19px;line-height:1.72;color:var(--bt-muted);max-width:640px;margin:0 0 28px}
.bt-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:var(--bt-rose-soft);color:var(--bt-rose-dark);font-weight:800;font-size:14px}
.bt-home-hero-panel{border:1px solid var(--bt-line);background:rgba(255,255,255,.76);backdrop-filter:blur(14px);border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(90,45,70,.12)}
.bt-home-logo-large{width:100%;max-width:360px;display:block;margin:0 auto 18px;border-radius:18px}
.bt-home-hero-panel p{font-weight:800;font-size:20px;margin:0 0 18px;text-align:center;color:var(--bt-ink)}
.bt-home-hero-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.bt-home-hero-panel li{position:relative;padding-left:24px;color:var(--bt-muted);font-weight:650}
.bt-home-hero-panel li::before{content:'✓';position:absolute;left:0;top:0;color:var(--bt-rose);font-weight:900}
.bt-shop-section{max-width:1180px;margin:0 auto;padding:22px 24px 80px}
.bt-section-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:22px}
.bt-section-head h2{font-size:34px;letter-spacing:-.04em;margin:10px 0 6px;color:var(--bt-ink)}
.bt-section-head p{margin:0;color:var(--bt-muted);font-weight:600}
.bt-shop-count{display:inline-flex;align-items:center;border-radius:999px;background:#fff;border:1px solid var(--bt-line);padding:10px 14px;font-weight:800;color:var(--bt-rose-dark)}
.bt-shop-filter{display:grid;grid-template-columns:1fr 170px 180px 96px;gap:10px;background:#fff;border:1px solid var(--bt-line);border-radius:20px;padding:12px;margin:0 0 24px;box-shadow:0 14px 44px rgba(80,45,70,.06)}
.bt-shop-filter input,.bt-shop-filter select,.bt-shop-filter button{height:46px;border-radius:14px;border:1px solid #e9dbe3;padding:0 14px;font:inherit;font-weight:700;background:#fff;color:var(--bt-ink)}
.bt-shop-filter input::placeholder{color:#b2a8b2}
.bt-shop-filter button{border-color:var(--bt-rose);background:var(--bt-rose);color:#fff;cursor:pointer}
.bt-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.bt-shop-card{background:#fff;border:1px solid var(--bt-line);border-radius:26px;overflow:hidden;box-shadow:0 18px 58px rgba(80,45,70,.08);display:flex;flex-direction:column;min-height:100%}
.bt-shop-media{position:relative;display:block;aspect-ratio:4/3;background:linear-gradient(135deg,#f7e6ef,#e6f4ee);overflow:hidden;text-decoration:none;color:var(--bt-rose-dark)}
.bt-shop-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.bt-shop-card:hover .bt-shop-media img{transform:scale(1.035)}
.bt-shop-media-fallback{height:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:22px;letter-spacing:-.03em}
.bt-sample-badge{position:absolute;top:14px;left:14px;background:rgba(255,239,247,.92);color:var(--bt-rose-dark);border:1px solid rgba(163,72,122,.18);border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px;box-shadow:0 8px 22px rgba(90,45,70,.16)}
.bt-shop-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}
.bt-shop-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.bt-shop-title-row h3{margin:0;font-size:22px;letter-spacing:-.035em;line-height:1.18}
.bt-shop-title-row h3 a{color:var(--bt-ink);text-decoration:none}
.bt-shop-category{white-space:nowrap;background:#f6f1f4;color:#6f6470;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}
.bt-shop-meta{margin:0;color:var(--bt-rose-dark);font-weight:850;font-size:14px}
.bt-shop-tagline{margin:0;color:var(--bt-muted);font-size:15px;line-height:1.55;min-height:46px}
.bt-shop-services{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}
.bt-shop-services span{font-size:12px;font-weight:800;color:#6d6270;background:#fbf7fa;border:1px solid #efe3ea;border-radius:999px;padding:7px 9px}
.bt-shop-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:6px}
.bt-shop-actions .bt-btn{min-height:44px;padding:10px 12px;justify-content:center;text-align:center}
.bt-btn-disabled{background:#f3edf1!important;color:#a99eaa!important;border-color:#eadde5!important;cursor:not-allowed!important}
.bt-empty-home{border:1px dashed var(--bt-line);background:#fff;border-radius:24px;padding:42px;text-align:center;display:grid;gap:8px;color:var(--bt-muted)}
.bt-empty-home strong{color:var(--bt-ink);font-size:20px}
@media (max-width: 980px){
  .bt-home-hero{grid-template-columns:1fr;padding-top:46px;gap:26px}.bt-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bt-home-hero-copy h1{font-size:44px}.bt-home-hero-panel{max-width:540px}
}
@media (max-width: 760px){
  .bt-brand-logo img{height:38px;max-width:190px}.bt-home-hero{padding:32px 18px 28px}.bt-home-hero-copy h1{font-size:36px}.bt-home-hero-copy p{font-size:16px}.bt-home-hero-panel{border-radius:22px;padding:20px}.bt-shop-section{padding:18px 18px 92px}.bt-section-head{display:block}.bt-section-head h2{font-size:28px}.bt-shop-count{margin-top:12px}.bt-shop-filter{grid-template-columns:1fr;gap:8px;border-radius:18px}.bt-shop-grid{grid-template-columns:1fr;gap:16px}.bt-shop-card{border-radius:24px}.bt-shop-media{aspect-ratio:16/10}.bt-shop-title-row h3{font-size:21px}.bt-shop-actions{position:static}.bt-shop-tagline{min-height:0}.bt-home-logo-large{max-width:280px}
}

/* final home hero typography and layout */
.bt-home-hero{min-height:610px;padding:72px 24px 64px;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:48px;align-items:center}
.bt-home-hero-copy{min-width:0;max-width:720px}
.bt-home-hero-copy h1{margin:20px 0 22px;font-size:clamp(46px,4.25vw,62px);line-height:1.1;letter-spacing:-.052em;font-weight:850;word-break:keep-all;overflow-wrap:normal}
.bt-home-hero-copy h1 span{display:block;white-space:normal}
.bt-home-hero-copy p{max-width:650px;font-size:18px;line-height:1.75}
.bt-home-hero-panel{position:relative;overflow:hidden;min-width:0;min-height:400px;padding:36px 34px;border-radius:26px;background:linear-gradient(145deg,#fff 0%,#fbf3f6 100%);display:flex;flex-direction:column;justify-content:center}
.bt-home-hero-panel:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-95px;top:-90px;background:rgba(157,53,104,.08)}
.bt-home-mark{position:relative;z-index:1;display:block;width:78px;height:78px;object-fit:contain;margin:0 0 17px}
.bt-home-panel-label{position:relative;z-index:1;color:#9d3568;font-size:10px;font-weight:850;letter-spacing:.16em}
.bt-home-hero-panel h2{position:relative;z-index:1;margin:15px 0 21px;font-size:clamp(23px,2.15vw,28px);line-height:1.35;letter-spacing:-.04em;word-break:keep-all}
.bt-home-hero-panel ul{position:relative;z-index:1;margin-bottom:24px}.bt-home-hero-panel .bt-btn{position:relative;z-index:1;align-self:flex-start}
@media(max-width:1080px){.bt-home-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:34px}.bt-home-hero-copy h1{font-size:clamp(43px,4.6vw,54px)}}
@media(max-width:900px){.bt-home-hero{grid-template-columns:1fr;min-height:auto;padding-top:48px}.bt-home-hero-copy{max-width:760px}.bt-home-hero-panel{max-width:620px;min-height:0}}
@media(max-width:760px){
 .bt-home-hero{display:flex;flex-direction:column;align-items:stretch;padding:36px 18px 32px;gap:26px}.bt-home-hero-copy h1{font-size:clamp(34px,10vw,42px);line-height:1.14;margin:16px 0 18px}.bt-home-hero-copy h1 span{display:block}.bt-home-hero-copy p{font-size:16px;line-height:1.7}.bt-home-hero-panel{padding:25px 22px;border-radius:20px}.bt-home-mark{width:64px;height:64px}.bt-home-hero-panel h2{font-size:23px}.bt-home-hero-panel .bt-btn{width:100%}
}
