
/* KYEOU editorial v2 */
.k-logo--eye{display:flex;align-items:center;gap:10px;justify-self:center}.k-logo--eye img{width:38px;height:22px;object-fit:contain}.k-logo--eye span{font-size:20px;letter-spacing:.08em}.ke-home{overflow:hidden}.ke-hero{position:relative;min-height:88vh;background:#080808;color:#fff;display:flex;align-items:flex-end}.ke-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 32%;filter:saturate(.82) contrast(1.04)}.ke-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.38) 48%,rgba(0,0,0,.08) 78%),linear-gradient(0deg,rgba(0,0,0,.56),transparent 55%)}.ke-hero__content{position:relative;z-index:2;width:100%;padding-top:130px;padding-bottom:clamp(56px,9vw,120px)}.ke-hero h1{font-size:clamp(62px,10vw,156px);line-height:.78;letter-spacing:-.065em;margin:18px 0 32px;max-width:1040px}.ke-hero p{max-width:560px;font-size:clamp(16px,1.35vw,20px);line-height:1.6;color:#eee;margin:0}.ke-actions{display:flex;align-items:center;gap:28px;margin-top:32px}.ke-text-link{color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:5px}.ke-eye-band{background:#0c0c0c;color:#eee;display:flex;align-items:center;justify-content:center;gap:24px;padding:22px 20px;border-top:1px solid rgba(255,255,255,.12)}.ke-eye-band img{width:74px;height:40px;object-fit:contain}.ke-eye-band span{font-size:10px;font-weight:800;letter-spacing:.22em}.ke-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.ke-section-head h2{font-size:clamp(42px,6vw,86px);line-height:.9;letter-spacing:-.055em;text-transform:uppercase;margin:10px 0 0}.ke-section-head>a{font-size:11px;text-transform:uppercase;letter-spacing:.13em;border-bottom:1px solid;padding-bottom:4px}.ke-editorial-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,minmax(340px,46vw));gap:12px}.ke-editorial-card{position:relative;overflow:hidden;background:#111;min-height:0}.ke-editorial-card--wide{grid-row:1/3}.ke-editorial-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.ke-editorial-card:hover img{transform:scale(1.025)}.ke-editorial-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 48%)}.ke-editorial-card__overlay{position:absolute;z-index:2;left:26px;right:26px;bottom:24px;color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:end}.ke-editorial-card__overlay span{font-size:10px;letter-spacing:.15em}.ke-editorial-card__overlay strong{font-size:clamp(36px,5vw,76px);line-height:.8;letter-spacing:-.055em}.ke-editorial-card__overlay em{font-style:normal;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.ke-kids-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:34px;padding:22px 0;display:grid;grid-template-columns:.35fr 1fr auto;gap:28px;align-items:center}.ke-kids-strip>span{font-size:clamp(28px,4vw,54px);font-weight:900;letter-spacing:-.04em}.ke-kids-strip p{margin:0;color:var(--muted)}.ke-community{display:grid;grid-template-columns:1.15fr .85fr;background:#111;color:#fff;min-height:720px}.ke-community__image img{width:100%;height:100%;object-fit:cover}.ke-community__copy{padding:clamp(48px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.ke-community__copy h2{font-size:clamp(54px,7.5vw,118px);line-height:.78;letter-spacing:-.065em;margin:22px 0 32px}.ke-community__copy h2 span{color:#c9942f}.ke-community__copy p{max-width:530px;line-height:1.65;color:#cfcfcf;font-size:17px}.ke-text-link--dark{margin-top:24px;align-self:flex-start}.ke-feature-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,130px);align-items:center}.ke-feature-split__copy h2{font-size:clamp(52px,7vw,106px);line-height:.82;letter-spacing:-.06em;margin:18px 0 28px}.ke-feature-split__copy p{font-size:17px;line-height:1.7;color:var(--muted);max-width:520px;margin-bottom:30px}.ke-feature-split__image{height:min(780px,76vw);overflow:hidden}.ke-feature-split__image img{width:100%;height:100%;object-fit:cover}.ke-legacy{display:grid;grid-template-columns:1.15fr .85fr;background:#15120e;color:#fff}.ke-legacy__media{min-height:680px}.ke-legacy__media img{width:100%;height:100%;object-fit:cover}.ke-legacy__copy{padding:clamp(52px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.ke-legacy__copy h2{font-size:clamp(56px,8vw,126px);line-height:.76;letter-spacing:-.065em;margin:20px 0 30px}.ke-legacy__copy p{max-width:480px;line-height:1.65;color:#d6d0c5;font-size:17px;margin-bottom:30px}.ke-footer-eye{display:flex;align-items:center;gap:18px;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:30px;margin-bottom:52px}.ke-footer-eye img{width:86px;height:46px;object-fit:contain}.ke-footer-eye p{margin:0;font-size:11px;letter-spacing:.2em;font-weight:800}
@media(max-width:990px){.k-logo--eye{justify-self:start}.k-logo--eye span{display:none}.ke-hero{min-height:78vh}.ke-hero__image{object-position:58% center}.ke-editorial-grid{grid-template-columns:1fr;grid-template-rows:none}.ke-editorial-card,.ke-editorial-card--wide{grid-row:auto;min-height:520px}.ke-community,.ke-legacy{grid-template-columns:1fr}.ke-community__image,.ke-legacy__media{height:62vw;min-height:430px}.ke-feature-split{grid-template-columns:1fr}.ke-feature-split__image{order:-1;height:78vw}.ke-kids-strip{grid-template-columns:1fr auto}.ke-kids-strip p{grid-column:1/2}.ke-kids-strip .k-btn{grid-column:2;grid-row:1/3}}
@media(max-width:600px){.ke-hero{min-height:76vh}.ke-hero__shade{background:linear-gradient(0deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.25) 78%)}.ke-hero__content{padding-bottom:44px}.ke-hero h1{font-size:clamp(54px,17vw,82px)}.ke-actions{align-items:flex-start;flex-direction:column;gap:18px}.ke-eye-band{justify-content:flex-start;padding-left:20px}.ke-eye-band span{font-size:8px}.ke-section-head{align-items:flex-start;flex-direction:column}.ke-editorial-card,.ke-editorial-card--wide{min-height:440px}.ke-editorial-card__overlay{grid-template-columns:auto 1fr}.ke-editorial-card__overlay em{grid-column:2}.ke-kids-strip{display:flex;align-items:flex-start;flex-direction:column}.ke-community__image,.ke-legacy__media{height:92vw;min-height:390px}.ke-community__copy,.ke-legacy__copy{padding:56px 22px}.ke-feature-split__image{height:112vw}.ke-feature-split__copy h2{font-size:54px}.ke-footer-eye{align-items:flex-start;flex-direction:column}}
