
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

:root{
  --black:#050706;
  --green:#0B3D2E;
  --green2:#0C4B29;
  --cloud:#F0EEE9;
  --white:#FFFFFF;
  --silver:#C8C8C3;
  --ink:#111;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;background:#fff;color:#111}
a{color:inherit}
.final-brand-story{
  background:#050706;color:#f6f4ef;padding:clamp(58px,7vw,120px) clamp(22px,7vw,110px);
  min-height:58vh;display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(34px,7vw,110px);align-items:center;
}
.final-brand-story h2{font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(54px,6.8vw,116px);line-height:.9;font-weight:400;letter-spacing:.005em;margin:0}
.final-brand-story .story-copy{font-size:clamp(18px,1.55vw,28px);line-height:1.48;max-width:720px}
.final-brand-story .story-punch{margin-top:28px}
.final-brand-story .story-lived{font-family:"Playfair Display",serif;font-style:italic;color:#6cab74;font-size:clamp(36px,4vw,74px);line-height:1}
.final-brand-story .story-no{font-family:"Playfair Display",serif;font-size:clamp(66px,8vw,150px);line-height:.85;margin-top:6px}
.final-brand-story .story-bottom{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:980px;margin:20px auto 0;width:100%;font-size:clamp(20px,1.8vw,31px)}
.final-brand-story .story-bottom strong{font-family:"Bebas Neue",Impact,sans-serif;color:#6cab74;font-size:1.35em;letter-spacing:.02em}

.club-intro-strip{
  background:#fff;color:var(--green);min-height:50vh;
  padding:clamp(52px,7vw,110px) clamp(24px,7vw,110px);
  display:grid;grid-template-columns:1.15fr .72fr .72fr .88fr;
  column-gap:clamp(24px,4vw,70px);row-gap:28px;align-items:end;
}
.club-intro-strip .club-intro-head{grid-column:1/-1;max-width:1080px;margin-bottom:clamp(20px,3vw,42px)}
.club-intro-strip .club-intro-head h2{
  margin:0;font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(44px,5.7vw,96px);
  line-height:.92;font-weight:400;letter-spacing:.01em
}
.club-intro-strip .club-item h3{font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(31px,3vw,54px);font-weight:400;line-height:.94;margin:0 0 12px}
.club-intro-strip .club-item p{font-size:clamp(16px,1.15vw,20px);line-height:1.45;margin:0;color:#26322e}
.club-intro-strip .club-surprise h3{font-size:clamp(28px,2.6vw,47px)}
.club-intro-strip .club-surprise strong{font-weight:600}
.club-intro-strip .silver-rule{width:72px;height:2px;background:var(--silver);margin:12px 0 18px}

.cockring-cta-overlay{position:absolute;left:50%;bottom:4.8%;transform:translateX(-50%);z-index:5}
.cockring-cta-overlay a{
  display:inline-flex;align-items:center;justify-content:center;min-width:190px;
  padding:15px 26px;background:#0b0d0c;color:#fff;text-decoration:none;
  font-family:"Bebas Neue",Impact,sans-serif;font-size:24px;letter-spacing:.12em;border-radius:4px
}
.luomo-cockring-fullpage{position:relative}
@media(min-width:701px) and (max-width:1180px){
  .luomo-cockring-fullpage{min-height:115vw!important;display:flex;align-items:center;justify-content:center;background:#fff!important}
  .luomo-cockring-fullpage>img{width:82%!important;max-width:82%!important;height:auto!important;object-fit:contain!important}
}
@media(max-width:700px){
  #sensation{grid-column:1/-1!important}
  #sensation .card-link{grid-template-columns:48px minmax(0,1fr)!important}
  #sensation .photo img{width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important}
  .final-brand-story{grid-template-columns:1fr;padding:48px 22px 54px;min-height:auto}
  .final-brand-story .story-bottom{grid-template-columns:1fr;font-size:19px}
  .final-brand-story h2{font-size:58px}
  .club-intro-strip{grid-template-columns:1fr 1fr;padding:46px 22px 54px;min-height:auto}
  .club-intro-strip .club-intro-head{grid-column:1/-1}
  .club-intro-strip .club-main{grid-column:1/-1}
  .club-intro-strip .club-surprise{grid-column:1/-1}
  .cockring-cta-overlay{bottom:3%}
  .cockring-cta-overlay a{min-width:150px;font-size:20px;padding:12px 20px}
}

/* Shared pages */
.simple-page{min-height:100vh;background:#fff;color:#111}
.page-head{
  height:84px;background:#050706;color:white;display:flex;align-items:center;justify-content:space-between;
  padding:0 clamp(20px,4vw,64px);position:sticky;top:0;z-index:20
}
.page-head img{height:30px;width:auto}
.page-head nav{display:flex;gap:28px;align-items:center}
.page-head a{text-decoration:none;font-family:"Bebas Neue",Impact,sans-serif;letter-spacing:.07em;font-size:20px}
.page-section{padding:clamp(56px,8vw,130px) clamp(22px,8vw,130px)}
.editorial-title{font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(60px,10vw,170px);line-height:.82;font-weight:400;margin:0}
.footer-final{background:var(--green2);color:#fff;padding:clamp(50px,7vw,100px) clamp(24px,7vw,100px)}
.footer-final img{display:block;width:min(85vw,1000px);height:auto}
.footer-final .slogan{margin-top:20px;letter-spacing:.28em;font-size:clamp(14px,1.5vw,23px)}
.footer-final .mini{margin-top:70px;padding-top:20px;border-top:1px solid rgba(255,255,255,.3);font-size:13px;letter-spacing:.08em}

/* Cock Rings page */
.cock-page-hero{background:#fff;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:88vh}
.cock-page-hero .copy{padding:clamp(44px,7vw,100px)}
.cock-page-hero h1{font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(82px,11vw,190px);line-height:.78;margin:0 0 30px;color:#111}
.cock-page-hero p{max-width:650px;font-size:clamp(18px,1.6vw,26px);line-height:1.5}
.cock-page-hero img{width:100%;height:100%;object-fit:contain;background:#fff}
.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#ddd}
.benefit-grid div{background:#fff;padding:38px 24px;font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(27px,2.6vw,46px);line-height:.95}
.cock-visual{background:#fff;padding:40px;display:flex;justify-content:center}
.cock-visual img{width:min(100%,900px);height:auto}

/* Club page */
.club-page-hero{background:#fff;padding:clamp(70px,8vw,120px) clamp(24px,8vw,130px)}
.club-page-hero h1{font-family:"Bebas Neue",Impact,sans-serif;color:var(--green);font-size:clamp(84px,13vw,220px);line-height:.78;margin:0}
.club-page-hero .kicker{font-family:"Bebas Neue",Impact,sans-serif;letter-spacing:.26em;color:var(--green);font-size:clamp(20px,2vw,32px)}
.club-page-hero .lead{max-width:900px;font-size:clamp(24px,2.2vw,38px);line-height:1.3;margin-top:40px}
.club-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}
.club-feature-grid article{padding:34px;border:1px solid #ddd;background:#fff}
.club-feature-grid h3{font-family:"Bebas Neue",Impact,sans-serif;font-size:40px;color:var(--green);margin:0 0 12px;font-weight:400}
.club-join-image img{display:block;width:100%;height:auto}

/* Presentation page */
.about-hero{background:#050706;color:#fff;padding:clamp(80px,9vw,150px) clamp(24px,8vw,130px)}
.about-hero h1{font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(80px,13vw,210px);line-height:.8;margin:0}
.about-hero .tag{font-size:clamp(27px,3vw,48px);max-width:850px;margin-top:40px}
.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:#fff}
.about-copy p{font-size:clamp(20px,1.8vw,30px);line-height:1.55}
.about-copy .big{font-family:"Playfair Display",serif;font-style:italic;font-size:clamp(42px,5vw,82px);line-height:1.05;color:var(--green)}

@media(max-width:800px){
  .page-head nav{gap:14px}.page-head a{font-size:16px}
  .cock-page-hero,.about-copy{grid-template-columns:1fr}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .club-feature-grid{grid-template-columns:1fr}
}
