*{box-sizing:border-box;margin:0;padding:0}
.ogen-page{font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff;
width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow-x:hidden}
.ogen-page h1,.ogen-page h2,.ogen-page h3{font-family:Arial,Helvetica,sans-serif}
.ogen-serif{font-family:Georgia,'Times New Roman',serif}
.ogen-eyebrow{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;font-weight:700}
/* ===== HEADER ===== */
.ogen-header{position:fixed;top:0;left:0;width:100%;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:26px 5%;transition:background .35s ease,padding .35s ease}
.ogen-header.solid{background:#0b0f0d;padding:16px 5%;box-shadow:0 2px 12px rgba(0,0,0,.15)}
.ogen-logo{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:.2em;text-decoration:none}
.ogen-nav{display:flex;align-items:center;gap:40px}
.ogen-nav a{color:#fff;text-decoration:none;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;position:relative;padding-bottom:4px}
.ogen-nav a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:1px;background:#fff;transition:width .3s ease}
.ogen-nav a:hover::after{width:100%}
.ogen-cart{color:#fff;text-decoration:none;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(255,255,255,.6);padding:9px 20px;border-radius:999px;transition:background .25s,color .25s}
.ogen-cart:hover{background:#fff;color:#000}
.ogen-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none}
.ogen-burger span{width:26px;height:2px;background:#fff}
@media(max-width:860px){.ogen-nav{display:none}.ogen-burger{display:flex}}
/* ===== HERO ===== */
.ogen-hero{position:relative;height:100vh;height:100dvh;min-height:520px;overflow:hidden}
.ogen-hero video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}
.ogen-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4)}
.ogen-hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:20px}
.ogen-hero-content h1{font-size:clamp(2.6rem,7.5vw,5.8rem);line-height:.95;font-weight:800;letter-spacing:-.01em}
.ogen-hero-content p{margin-top:18px;font-size:1.05rem;letter-spacing:.02em;opacity:.9;max-width:520px}
.ogen-btn{margin-top:34px;padding:16px 34px;border-radius:999px;background:#fff;color:#000;text-decoration:none;font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;display:inline-block;transition:transform .25s ease}
.ogen-btn:hover{transform:translateY(-2px)}
.ogen-scroll-cue{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);color:#fff;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;opacity:.75}
/* ===== MANIFESTO (Rolex-style) ===== */
.ogen-manifesto{background:#0b0f0d;color:#fff;padding:140px 8%;text-align:center}
.ogen-manifesto .ogen-eyebrow{color:#b8a06a;display:block;margin-bottom:28px}
.ogen-manifesto p{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.5rem,3.2vw,2.6rem);line-height:1.4;max-width:960px;margin:0 auto;font-weight:400}
.ogen-manifesto .ogen-sign{margin-top:40px;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;opacity:.55}
/* ===== CATEGORY GRID ===== */
.ogen-cats{background:#fff;padding:100px 6%}
.ogen-section-head{text-align:center;margin-bottom:56px}
.ogen-section-head .ogen-eyebrow{color:#8a8a8a;display:block;margin-bottom:14px}
.ogen-section-head h2{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-.01em}
.ogen-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.ogen-card{height:480px;border-radius:20px;overflow:hidden;position:relative;cursor:pointer}
.ogen-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.ogen-card:hover img{transform:scale(1.07)}
.ogen-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.65) 100%)}
.ogen-label{position:absolute;left:28px;bottom:28px;color:#fff;font-size:1.7rem;font-weight:800;letter-spacing:.02em;z-index:2}
/* ===== SPORT SPOTLIGHT (On-style split) ===== */
.ogen-sports{background:#f4f3ef;padding:100px 6%}
.ogen-sport-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1400px;margin:0 auto}
.ogen-sport-card{position:relative;height:600px;border-radius:20px;overflow:hidden}
.ogen-sport-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.ogen-sport-card:hover img{transform:scale(1.05)}
.ogen-sport-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.6) 100%)}
.ogen-sport-text{position:absolute;left:32px;bottom:32px;z-index:2;color:#fff}
.ogen-sport-text .ogen-eyebrow{opacity:.85;display:block;margin-bottom:8px}
.ogen-sport-text h3{font-size:2.1rem;font-weight:800;margin-bottom:14px}
.ogen-sport-text a{color:#fff;text-decoration:none;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.6);padding-bottom:4px}
@media(max-width:760px){.ogen-sport-grid{grid-template-columns:1fr}.ogen-sport-card{height:440px}}
/* ===== PILLARS ===== */
.ogen-pillars{background:#fff;padding:110px 6%}
.ogen-pillar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:56px;max-width:1200px;margin:0 auto;text-align:center}
.ogen-pillar-num{font-family:Georgia,serif;font-size:.9rem;color:#b8a06a;letter-spacing:.15em;margin-bottom:18px}
.ogen-pillar h3{font-size:1.3rem;font-weight:800;margin-bottom:14px;letter-spacing:-.01em}
.ogen-pillar p{font-size:.95rem;line-height:1.65;color:#555;max-width:320px;margin:0 auto}
/* ===== EDITORIAL BREAK ===== */
.ogen-editorial{position:relative;height:70vh;min-height:420px;overflow:hidden}
.ogen-editorial img{width:100%;height:100%;object-fit:cover}
.ogen-editorial::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.3)}
.ogen-editorial-text{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;z-index:2;padding:20px}
.ogen-editorial-text p{font-family:Georgia,serif;font-size:clamp(1.4rem,3vw,2.2rem);max-width:780px;line-height:1.4}
/* ===== NEWSLETTER ===== */
.ogen-newsletter{background:#0b0f0d;color:#fff;padding:110px 6%;text-align:center}
.ogen-newsletter h2{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;margin-bottom:16px}
.ogen-newsletter p{opacity:.75;max-width:480px;margin:0 auto 36px;font-size:.95rem}
.ogen-nl-form{display:flex;justify-content:center;gap:0;max-width:460px;margin:0 auto;border:1px solid rgba(255,255,255,.35);border-radius:999px;overflow:hidden}
.ogen-nl-form input{flex:1;background:transparent;border:none;padding:16px 22px;color:#fff;font-size:.9rem;outline:none}
.ogen-nl-form input::placeholder{color:rgba(255,255,255,.5)}
.ogen-nl-form button{background:#fff;color:#000;border:none;padding:16px 30px;font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
/* ===== FOOTER ===== */
.ogen-footer{background:#000;color:#fff;padding:70px 6% 30px}
.ogen-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px;max-width:1300px;margin:0 auto 50px}
.ogen-footer-logo{font-size:1.4rem;font-weight:800;letter-spacing:.2em;margin-bottom:14px}
.ogen-footer-grid p{color:rgba(255,255,255,.55);font-size:.85rem;line-height:1.6;max-width:280px}
.ogen-footer-col h4{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:18px;color:rgba(255,255,255,.55)}
.ogen-footer-col a{display:block;color:#fff;text-decoration:none;font-size:.88rem;margin-bottom:12px;opacity:.85}
.ogen-footer-col a:hover{opacity:1;text-decoration:underline}
.ogen-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;max-width:1300px;margin:0 auto;font-size:.78rem;color:rgba(255,255,255,.45)}
@media(max-width:760px){.ogen-footer-grid{grid-template-columns:1fr 1fr}}
OGEN
Cart
BUILT FOR COURT.
The OGEN Standard
(function(){
var header = document.getElementById('ogenHeader');
function onScroll(){
if (window.scrollY > 60) header.classList.add('solid');
else header.classList.remove('solid');
}
window.addEventListener('scroll', onScroll);
onScroll();
})();
BUILT FOR COURT.
DESIGNED FOR LIFE.
Premium tennis & padel courtwear engineered for athletes — crafted with the same precision as the game itself.
Shop CollectionScroll
Every stitch answers to the game. We build for the split-second decisions of the court and the quiet confidence of everyday life — where performance meets permanence.
Est. Court Side
Shop by Category
Everything You Need on Court
Gear
Apparel
Accessories
Our Sports
Tennis & Padel, First
Why OGEN
Built on Three Principles
01
Performance
Engineered fabrics and cuts tested under real match conditions — built to move exactly when you do.
02
Craftsmanship
Every piece is finished with obsessive attention to detail — the kind you feel before you see.
03
Heritage
Rooted in the discipline of the court, designed to outlast trends and carry into everyday life.
"Precision isn't a moment on the court. It's a way of dressing for every day after."
Join the OGEN Circle
Early access to new drops, court-side stories, and members-only releases.