
.rhyw-home{
  --ink:#0d0d10;
  --paper:#f7f4ee;
  --card:#ffffff;
  --dark:#111111;
  --line:rgba(13,13,16,.10);
  --orange:#ff7a2f;
  --blue:#68d1e5;
  --lime:#d6f051;
  --sand:#e6c999;
  --shadow:0 18px 48px rgba(0,0,0,.08);
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,Arial,sans-serif;
}
.rhyw-home *{box-sizing:border-box}
.rhyw-hero{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:20px;
  min-height:86vh;
  padding:clamp(18px,4vw,56px);
  background:
    radial-gradient(circle at 15% 12%, rgba(214,240,81,.35), transparent 24%),
    radial-gradient(circle at 82% 15%, rgba(104,209,229,.30), transparent 26%),
    linear-gradient(180deg,#fff9f1,#f1e4cf);
}
.rhyw-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(8px,1.5vw,18px);
}
.rhyw-badge{
  display:inline-flex;
  width:max-content;
  min-height:36px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.rhyw-badge.secondary{background:#fff;color:#111;border:1px solid var(--line)}
.rhyw-hero-copy h1{
  margin:18px 0 0;
  font-family:Arial Black,Arial,sans-serif;
  font-size:clamp(48px,7.8vw,122px);
  line-height:.80;
  letter-spacing:-.09em;
  text-transform:uppercase;
  max-width:760px;
}
.rhyw-hero-copy p{
  margin:18px 0 0;
  max-width:620px;
  font-size:17px;
  line-height:1.65;
  color:#4e4a44;
  font-weight:600;
}
.rhyw-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px;
}
.rhyw-btn{
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  background:#111;
  color:#fff!important;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.rhyw-btn.light{
  background:#fff;
  color:#111!important;
  border:1px solid var(--line);
}
.rhyw-hero-visuals{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  grid-template-rows:1fr 1fr;
  gap:14px;
  min-height:650px;
}
.rhyw-hero-card{
  overflow:hidden;
  border-radius:32px;
  background:#fff;
  box-shadow:var(--shadow);
}
.rhyw-hero-card-1{grid-row:1 / 3}
.rhyw-hero-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.rhyw-product-placeholder{
  width:100%;
  height:100%;
  min-height:280px;
  background:
    radial-gradient(circle at 30% 20%, rgba(214,240,81,.32), transparent 22%),
    radial-gradient(circle at 70% 25%, rgba(104,209,229,.28), transparent 24%),
    linear-gradient(135deg,#faf6ef,#ece3d7);
}
.rhyw-briefing{
  padding:clamp(40px,5vw,74px) clamp(18px,5vw,56px) 72px;
}
.rhyw-section-head{
  margin:0 auto 26px;
  max-width:980px;
  text-align:center;
}
.rhyw-section-head h2{
  margin:14px 0 0;
  font-family:Arial Black,Arial,sans-serif;
  font-size:clamp(34px,5.4vw,78px);
  line-height:.86;
  letter-spacing:-.07em;
  text-transform:uppercase;
}
.rhyw-section-head p{
  margin:12px auto 0;
  max-width:760px;
  color:#57514a;
  line-height:1.7;
  font-size:15px;
  font-weight:600;
}
.rhyw-cat-block{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:22px;
  box-shadow:var(--shadow);
  margin-top:18px;
}
.rhyw-classic{background:linear-gradient(180deg,#fff,#fff8ef)}
.rhyw-surf{background:linear-gradient(180deg,#fff,#eefcff)}
.rhyw-street{background:linear-gradient(180deg,#fff,#f7ffd9)}
.rhyw-cat-head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:end;
  margin-bottom:18px;
}
.rhyw-cat-copy h3{
  margin:10px 0 0;
  font-family:Arial Black,Arial,sans-serif;
  font-size:clamp(28px,4vw,56px);
  line-height:.88;
  letter-spacing:-.06em;
  text-transform:uppercase;
}
.rhyw-cat-copy p{
  margin:10px 0 0;
  color:#5a554d;
  line-height:1.65;
  max-width:760px;
  font-weight:600;
}
.rhyw-chip{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.rhyw-more{
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  background:#111;
  color:#fff!important;
  text-decoration:none!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rhyw-cat-products{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.rhyw-product-card{
  display:block;
  background:#fff;
  border:1px solid rgba(13,13,16,.08);
  border-radius:24px;
  overflow:hidden;
  text-decoration:none!important;
  color:#111!important;
  box-shadow:0 14px 34px rgba(0,0,0,.05);
  transition:transform .22s ease, box-shadow .22s ease;
}
.rhyw-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 44px rgba(0,0,0,.09);
}
.rhyw-product-media{
  aspect-ratio:1 / 1.08;
  background:
    radial-gradient(circle at 30% 18%, rgba(214,240,81,.28), transparent 22%),
    radial-gradient(circle at 75% 20%, rgba(104,209,229,.24), transparent 24%),
    linear-gradient(135deg,#fbf9f4,#f1ece5);
  display:flex;
  align-items:center;
  justify-content:center;
}
.rhyw-product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.rhyw-product-body{
  padding:14px;
}
.rhyw-product-body h4{
  margin:0 0 8px;
  font-size:13px;
  line-height:1.25;
  text-transform:uppercase;
  font-weight:900;
  min-height:32px;
}
.rhyw-product-price{
  font-size:12px;
  font-weight:900;
  color:#111;
}
@media(max-width:1080px){
  .rhyw-hero{grid-template-columns:1fr}
  .rhyw-hero-visuals{min-height:520px}
  .rhyw-cat-products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .rhyw-hero{padding:14px;gap:14px}
  .rhyw-hero-copy h1{font-size:44px;line-height:.84}
  .rhyw-hero-copy p{font-size:14.5px}
  .rhyw-actions{display:grid;grid-template-columns:1fr 1fr}
  .rhyw-hero-visuals{grid-template-columns:1fr 1fr;grid-template-rows:360px 180px;min-height:auto}
  .rhyw-hero-card{border-radius:24px}
  .rhyw-cat-block{padding:16px;border-radius:22px}
  .rhyw-cat-head{grid-template-columns:1fr;align-items:start}
  .rhyw-cat-copy h3{font-size:32px}
  .rhyw-cat-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .rhyw-product-card{border-radius:18px}
  .rhyw-product-body{padding:12px}
  .rhyw-product-body h4{font-size:11px;min-height:28px}
}
@media(max-width:360px){
  .rhyw-cat-products{grid-template-columns:1fr}
}
