:root{
  --paper:#faf4ec; --card:#ffffff; --ink:#181310; --soft:#5c534b; --mut:#8a7f75;
  --red:#e8481f; --red-deep:#c53a15; --amber:#f7b32b; --mint:#dff0e4;
  --line:#181310; --shadow:4px 4px 0 #181310;
  --head:'Bricolage Grotesque',system-ui,sans-serif; --body:'Karla',system-ui,sans-serif;
  --r:16px; --r-lg:22px; --wrap:1340px; --gut:2rem;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--body);background:var(--paper);color:var(--ink);font-size:16px;line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.ty-wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--gut)}
h1,h2,h3{font-family:var(--head);font-weight:700;line-height:1.08;letter-spacing:-.01em}
.ty-sec{padding:4rem 0}
.ty-sec--tint{background:#f3eadd}
.ty-sec--ink{background:var(--ink);color:#f4ede4}
.ty-sec--ink h2{color:#fff}
.ty-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.4rem;margin-bottom:2rem}
.ty-head h2{font-size:clamp(1.8rem,3.4vw,2.7rem)}
.ty-head p{color:var(--soft);max-width:58ch}
.ty-more{font-weight:700;font-size:.92rem;white-space:nowrap;border-bottom:2px solid var(--red);padding-bottom:2px}
.ty-more:hover{color:var(--red)}
.ty-btn{display:inline-block;font-family:var(--head);font-weight:700;font-size:1rem;background:var(--red);color:#fff;
  border:2px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:.85rem 1.9rem;cursor:pointer;
  transition:transform .12s ease,box-shadow .12s ease}
.ty-btn:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #181310}
.ty-btn--ghost{background:#fff;color:var(--ink)}
.ty-btn--ink{background:var(--ink);color:#fff}

/* ---- header ---- */
.ty-top{background:var(--ink);color:#f4ede4;font-size:.82rem}
.ty-top .ty-wrap{display:flex;justify-content:space-between;min-height:38px;align-items:center}
.ty-top b{color:var(--amber)}
.ty-header{background:var(--paper);border-bottom:2px solid var(--line);position:sticky;top:0;z-index:60}
.ty-header .ty-wrap{display:flex;align-items:center;gap:1.6rem;min-height:80px}
.ty-logo{display:flex;align-items:center;gap:.65rem}
.ty-logo svg{width:42px;height:42px}
.ty-logo b{font-family:var(--head);font-weight:800;font-size:1.65rem;letter-spacing:.02em}
.ty-logo span{display:block;font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--mut)}
.ty-menu{display:flex;gap:1.35rem;margin-left:.4rem;flex-wrap:wrap}
.ty-menu a{font-weight:700;font-size:.9rem;padding:.35rem 0;border-bottom:3px solid transparent}
.ty-menu a:hover,.ty-menu a.on{border-color:var(--red)}
.ty-hdr-right{margin-left:auto;display:flex;gap:.9rem;align-items:center}
.ty-store-btn{font-family:var(--head);font-weight:700;font-size:.85rem;background:var(--amber);border:2px solid var(--line);
  border-radius:var(--r-lg);box-shadow:var(--shadow);padding:.55rem 1.2rem;white-space:nowrap;
  transition:transform .12s ease,box-shadow .12s ease}
.ty-store-btn:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #181310}

/* ---- hero ---- */
.ty-hero{position:relative;overflow:hidden;padding:4.4rem 0 4.6rem;background:
  radial-gradient(560px 560px at 82% 30%,rgba(232,72,31,.16),transparent 70%),var(--paper)}
.ty-hero .ty-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}
.ty-hero h1{font-size:clamp(2.6rem,5.6vw,4.3rem)}
.ty-hero h1 em{font-style:normal;color:var(--red);text-decoration:underline;text-decoration-thickness:6px;text-underline-offset:6px}
.ty-hero .lede{margin:1.2rem 0 1.8rem;font-size:1.12rem;color:var(--soft);max-width:50ch}
.ty-hero-stats{display:flex;gap:1.6rem;margin-top:2rem;flex-wrap:wrap}
.ty-hero-stats div{border:2px solid var(--line);background:#fff;border-radius:var(--r);box-shadow:var(--shadow);padding:.7rem 1.1rem}
.ty-hero-stats b{font-family:var(--head);font-size:1.35rem;display:block}
.ty-hero-stats span{font-size:.78rem;color:var(--soft)}
.ty-hero-img{position:relative}
.ty-hero-img::before{content:"";position:absolute;inset:8% 4%;background:var(--red);border:2px solid var(--line);
  border-radius:38% 62% 55% 45%/45% 40% 60% 55%;box-shadow:var(--shadow)}
.ty-hero-img img{position:relative;z-index:2;filter:drop-shadow(6px 6px 0 rgba(24,19,16,.28))}

/* ---- category medallions ---- */
.ty-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:1.3rem}
.ty-cat{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-align:center}
.ty-cat .disc{width:132px;height:132px;border-radius:50%;border:2px solid var(--line);background:#fff;
  box-shadow:var(--shadow);overflow:hidden;display:flex;align-items:center;justify-content:center;
  transition:transform .15s ease}
.ty-cat:hover .disc{transform:translate(2px,2px) rotate(-2deg)}
.ty-cat img{width:82%;height:82%;object-fit:contain}
.ty-cat b{font-family:var(--head);font-size:.88rem;line-height:1.2}
.ty-cat span{font-size:.72rem;color:var(--mut)}

/* ---- product cards ---- */
.ty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.ty-grid--3{grid-template-columns:repeat(3,1fr)}
.ty-product{background:var(--card);border:2px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
  box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .13s ease,box-shadow .13s ease}
.ty-product:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #181310}
.ty-product .im{background:#fff;aspect-ratio:4/3;border-bottom:2px solid var(--line)}
.ty-product .im img{width:100%;height:100%;object-fit:contain}
.ty-product .bd{padding:1rem 1.1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem;flex:1}
.ty-product h3{font-size:.98rem;font-weight:700;font-family:var(--body)}
.ty-chip{align-self:flex-start;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  border:1.5px solid var(--line);border-radius:999px;padding:.14rem .6rem;background:var(--mint)}
.ty-chip--red{background:var(--red);color:#fff}
.ty-stars{color:var(--amber);font-size:.85rem;letter-spacing:1px}
.ty-stars .n{color:var(--mut);font-size:.8rem;letter-spacing:0;margin-left:.3rem}
.ty-price{margin-top:auto;font-family:var(--head);font-weight:800;font-size:1.18rem}
.ty-price small{font-weight:600;font-size:.72rem;color:var(--mut);display:block}

/* ---- room tabs ---- */
.ty-tabs{display:flex;justify-content:center;gap:.8rem;margin:1.6rem 0 2.2rem;flex-wrap:wrap}
.ty-tabs button{font-family:var(--head);font-weight:700;font-size:.95rem;background:#fff;color:var(--ink);
  border:2px solid var(--line);border-radius:999px;box-shadow:var(--shadow);padding:.6rem 1.5rem;cursor:pointer;
  transition:transform .12s ease,box-shadow .12s ease}
.ty-tabs button.on{background:var(--ink);color:#fff}
.ty-tabs button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #181310}
.ty-pane{display:none}
.ty-pane.on{display:block}

/* ---- comparison ---- */
.ty-cmp{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:2px solid var(--line);
  border-radius:var(--r-lg);overflow:hidden;font-size:.93rem;box-shadow:var(--shadow)}
.ty-cmp th,.ty-cmp td{padding:.9rem 1.1rem;border-bottom:1.5px solid #e5dccf;text-align:left;vertical-align:top;color:var(--ink)}
.ty-cmp thead th{background:var(--ink);color:#fff;font-family:var(--head);font-size:.9rem}
.ty-cmp tbody tr:last-child td{border-bottom:0}
.ty-scroll{overflow-x:auto}

/* ---- reviews ---- */
.ty-revs{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.ty-rev{background:#fff;border:2px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow);overflow:hidden}
.ty-rev .im{aspect-ratio:4/3;background:#fff;border-bottom:2px solid var(--line)}
.ty-rev .im img{width:100%;height:100%;object-fit:contain}
.ty-rev .bd{padding:1.1rem 1.2rem 1.3rem}
.ty-rev .big{font-family:var(--head);font-size:1.5rem;font-weight:800}
.ty-rev .cnt{font-size:.82rem;color:var(--mut)}
.ty-rev p{font-size:.9rem;color:var(--soft);margin-top:.6rem}
.ty-rev a{display:inline-block;margin-top:.6rem;font-weight:700;font-size:.85rem;border-bottom:2px solid var(--red)}

/* ---- USP + trust ---- */
.ty-usp{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.ty-usp div{background:#fff;border:2px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:1.4rem 1.1rem}
.ty-usp b{font-family:var(--head);display:block;font-size:1.02rem;margin-bottom:.3rem}
.ty-usp p{font-size:.86rem;color:var(--soft)}
.ty-note{margin-top:2rem;font-size:.85rem;color:var(--soft);background:#fff;border:2px dashed var(--line);
  border-radius:var(--r);padding:1rem 1.2rem}
.ty-note a{font-weight:700;border-bottom:2px solid var(--red)}

/* ---- PDP ---- */
.ty-crumbs{font-size:.84rem;color:var(--mut);padding:1.3rem 0;display:flex;flex-wrap:wrap;gap:.35rem;list-style:none}
.ty-crumbs a:hover{color:var(--red)}
.ty-pdp{display:grid;grid-template-columns:1.05fr 1fr;gap:2.8rem;align-items:start}
.ty-gal .main{background:#fff;border:2px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow);overflow:hidden}
.ty-gal .main img{width:100%;aspect-ratio:1/1;object-fit:contain}
.ty-gal .thumbs{display:flex;gap:.6rem;margin-top:.9rem;flex-wrap:wrap}
.ty-gal .thumbs img{width:76px;height:76px;object-fit:contain;background:#fff;border:2px solid var(--line);
  border-radius:12px;cursor:pointer;padding:4px}
.ty-gal .thumbs img.on{border-color:var(--red);border-width:2.5px}
.ty-buybox h1{font-size:clamp(1.6rem,3vw,2.3rem);margin-bottom:.6rem}
.ty-buybox .ty-stars{font-size:1rem}
.ty-buybox .price{font-family:var(--head);font-weight:800;font-size:1.9rem;margin:.8rem 0 1.1rem}
.ty-buybox .chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem}
.ty-go{display:block;text-align:center;font-family:var(--head);font-weight:800;font-size:1.1rem;background:var(--red);
  color:#fff;border:2px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:1rem;
  transition:transform .12s ease,box-shadow .12s ease}
.ty-go:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #181310}
.ty-go small{display:block;font-family:var(--body);font-weight:600;font-size:.75rem;opacity:.85;margin-top:.15rem}
.ty-facts{margin-top:1.8rem;border:2px solid var(--line);border-radius:var(--r);background:#fff;box-shadow:var(--shadow)}
.ty-facts details{border-bottom:1.5px solid #e5dccf}
.ty-facts details:last-child{border-bottom:0}
.ty-facts summary{font-family:var(--head);font-weight:700;padding:.95rem 1.2rem;cursor:pointer;list-style:none;position:relative}
.ty-facts summary::-webkit-details-marker{display:none}
.ty-facts summary::after{content:"+";position:absolute;right:1.1rem;color:var(--red);font-size:1.25rem}
.ty-facts details[open] summary::after{content:"\2212"}
.ty-facts .bd{padding:0 1.2rem 1.1rem;color:var(--soft);font-size:.94rem}
.ty-facts .bd ul{list-style:disc;padding-left:1.2rem}
.ty-facts .bd li{margin:.35rem 0}

/* ---- PDP extras ---- */
.ty-subnav{position:sticky;top:80px;z-index:50;background:#fff;border-bottom:2px solid var(--line)}
.ty-subnav .ty-wrap{display:flex;align-items:center;gap:1.3rem;min-height:52px}
.ty-subnav a:not(.ty-btn){font-weight:700;font-size:.86rem;border-bottom:2px solid transparent;padding:.3rem 0}
.ty-subnav a:not(.ty-btn):hover{border-color:var(--red)}
.ty-subnav .pr{margin-left:auto;font-family:var(--head);font-weight:800;font-size:1.15rem}
.ty-subnav-buy{padding:.45rem 1.2rem;font-size:.85rem;box-shadow:none}
.ty-size{margin-top:1.4rem;border:2px solid var(--line);border-radius:var(--r);background:#fff;box-shadow:var(--shadow);padding:1rem 1.2rem}
.ty-size b{font-family:var(--head)}
.ty-size .nums{display:flex;gap:1.6rem;margin:.6rem 0;flex-wrap:wrap}
.ty-size .nums span{font-size:.78rem;color:var(--mut);display:flex;flex-direction:column}
.ty-size .nums i{font-style:normal;font-family:var(--head);font-weight:800;font-size:1.5rem;color:var(--ink)}
.ty-size p{font-size:.82rem;color:var(--soft)}
.ty-specs td{font-size:.95rem}
.ty-wide-gal{display:grid;gap:1.5rem}
.ty-wide-gal img{width:100%;height:auto;border:2px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow);background:#fff}
@media(max-width:660px){.ty-subnav a:not(.ty-btn){display:none}.ty-subnav .pr{margin-left:0}}

/* ---- content pages ---- */
.ty-pagehero{background:var(--ink);color:#f4ede4;padding:3.4rem 0}
.ty-pagehero h1{color:#fff;font-size:clamp(2rem,4vw,3rem)}
.ty-pagehero p{margin-top:.7rem;color:#cfc4b8;max-width:62ch}
.ty-prose{max-width:800px;margin:0 auto}
.ty-prose h2{font-size:1.65rem;margin:2.3rem 0 .9rem}
.ty-prose p{color:var(--soft);margin-bottom:1rem}
.ty-prose ul{list-style:disc;padding-left:1.3rem;color:var(--soft);margin-bottom:1rem}
.ty-prose li{margin:.4rem 0}
.ty-prose p a,.ty-prose li a,.ty-prose td a{color:var(--red);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:.16em}
.ty-prose table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.92rem}
.ty-prose th,.ty-prose td{border-bottom:1.5px solid #e5dccf;padding:.7rem .8rem;text-align:left}
.ty-prose th{font-family:var(--head);font-size:.85rem}

/* ---- footer ---- */
.ty-footer{background:var(--ink);color:#cfc4b8;margin-top:4rem}
.ty-footer a:hover{color:#fff}
.ty-ft-band{background:var(--red);color:#fff;border-top:2px solid var(--line);border-bottom:2px solid var(--line)}
.ty-ft-band .ty-wrap{display:flex;justify-content:space-between;align-items:center;min-height:56px;
  font-family:var(--head);font-weight:700;gap:1rem;flex-wrap:wrap}
.ty-ft-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.6rem;padding:3rem 0 2.2rem}
.ty-footer h4{font-family:var(--head);color:#fff;font-size:1rem;margin-bottom:.9rem}
.ty-ft-grid li{margin:.45rem 0;font-size:.9rem}
.ty-ft-about{font-size:.9rem;line-height:1.7;max-width:44ch}
.ty-ft-about .ty-btn{margin-top:1rem;box-shadow:4px 4px 0 #000}
.ty-ft-bottom{border-top:1px solid #3a322b;padding:1.3rem 0;font-size:.78rem;color:#8a7f75;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem}
.ty-ft-bottom .ty-wrap{display:contents}

/* ---- responsive ---- */
@media(max-width:1100px){
  .ty-grid{grid-template-columns:repeat(3,1fr)}
  .ty-cats{grid-template-columns:repeat(4,1fr)}
  .ty-revs{grid-template-columns:repeat(2,1fr)}
  .ty-hero .ty-wrap{grid-template-columns:1fr;gap:2rem}
  .ty-menu{display:none}
  .ty-pdp{grid-template-columns:1fr}
}
@media(max-width:660px){
  :root{--gut:1.1rem}
  .ty-grid,.ty-grid--3{grid-template-columns:repeat(2,1fr);gap:.9rem}
  .ty-cats{grid-template-columns:repeat(3,1fr);gap:.9rem}
  .ty-cat .disc{width:92px;height:92px}
  .ty-revs,.ty-usp{grid-template-columns:1fr 1fr;gap:.9rem}
  .ty-ft-grid{grid-template-columns:1fr 1fr;gap:1.6rem}
  .ty-product h3{font-size:.85rem}
  .ty-hero-stats div{padding:.5rem .8rem}
}