@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--ink:#20251f;--muted:#697067;--paper:#f8f6ef;--white:#fffef9;--yellow:#f2cf59;--yellow-soft:#faeeb9;--sage:#cbd9b7;--sage-dark:#58704e;--beige:#e9dfcc;--line:#d9d6cb;--shadow:0 24px 70px rgba(59,62,48,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}
.site-header{height:84px;padding:0 max(4vw,24px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(88,112,78,.26);background:rgba(255,254,249,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20;box-shadow:0 8px 30px rgba(72,76,60,.06)}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:3px;background:linear-gradient(90deg,var(--yellow) 0 38%,var(--sage) 38% 70%,var(--beige) 70%)}.brand{font:800 16px Manrope,sans-serif;letter-spacing:.045em;display:flex;align-items:center;gap:11px}.brand span{width:38px;height:38px;border-radius:50% 50% 50% 10px;background:linear-gradient(135deg,var(--yellow),#f8df83);display:grid;place-items:center;font-size:17px;box-shadow:inset 0 0 0 1px rgba(32,37,31,.12),0 6px 16px rgba(136,112,35,.12)}.site-header nav{display:flex;gap:8px;font-size:12px;font-weight:700;background:#f2f0e7;border:1px solid var(--line);border-radius:999px;padding:5px}.site-header nav a{padding:8px 14px;border-radius:999px;transition:.2s}.site-header nav a:hover{color:var(--sage-dark);background:var(--white)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:1px solid var(--ink);padding:16px 22px;font-weight:700;transition:.2s}.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(40,45,37,.14)}.button-small{padding:10px 16px;font-size:13px}.button-dark{background:var(--ink);color:white}.button-primary{background:var(--yellow);color:var(--ink)}
.hero{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:7vw;padding:70px max(6vw,30px);overflow:hidden}.hero-copy{max-width:760px}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:700;color:var(--sage-dark)}.eyebrow i{display:block;width:28px;height:2px;background:var(--yellow)}h1,h2,h3{font-family:Manrope,sans-serif;margin:0}h1{font-size:clamp(54px,7.4vw,108px);line-height:.92;letter-spacing:-.065em;margin:27px 0}h1 em,h2 em{font-family:Georgia,serif;font-weight:400;color:var(--sage-dark)}.hero-lead{max-width:650px;font-size:18px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:32px;margin:34px 0}.text-link{font-weight:700;border-bottom:1px solid var(--ink);padding:10px 0}.trust-row{display:flex;flex-wrap:wrap;gap:22px;font-size:12px;color:var(--muted)}
.hero-visual{position:relative;min-height:650px;display:grid;place-items:center}.sun-orbit{position:absolute;width:520px;height:520px;border-radius:50%;background:var(--yellow-soft)}.sun-orbit:after{content:"";position:absolute;inset:32px;border:1px solid rgba(88,112,78,.25);border-radius:50%}.portrait-frame{position:relative;width:min(390px,70vw);height:560px;padding:13px;background:var(--white);box-shadow:var(--shadow);transform:rotate(2deg)}.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.78) brightness(1.08)}.portrait-meta{position:absolute;left:27px;right:27px;bottom:26px;background:rgba(255,254,249,.9);backdrop-filter:blur(10px);padding:13px 15px;display:flex;justify-content:space-between;align-items:center}.portrait-meta span{font:800 18px Manrope}.portrait-meta small{font-size:9px;letter-spacing:.12em}.floating-note{position:absolute;background:var(--white);border:1px solid var(--line);padding:14px 18px;font-size:9px;letter-spacing:.12em;box-shadow:0 12px 30px rgba(45,50,40,.08)}.floating-note b{font-size:11px}.note-one{left:0;top:22%}.note-two{right:0;bottom:24%}
.ticker{min-height:58px;background:var(--ink);color:#f8f6ef;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;padding:14px;font-size:11px;letter-spacing:.18em}.ticker i{color:var(--yellow)}
.section{padding:110px max(6vw,30px)}.section-heading h2{font-size:clamp(44px,5.8vw,82px);line-height:.98;letter-spacing:-.055em}.split-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:54px}.split-heading>p{max-width:430px;color:var(--muted)}.centered{text-align:center;max-width:840px;margin:0 auto 54px}.centered .eyebrow{justify-content:center}.centered>p:last-child{color:var(--muted);max-width:620px;margin:24px auto}
.characters{background:var(--white)}.character-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.character-card{position:relative;background:var(--paper);border:1px solid var(--line);padding:12px;cursor:pointer;transition:.25s}.character-card:hover,.character-card.is-active{transform:translateY(-7px);box-shadow:var(--shadow);border-color:var(--sage-dark)}.character-card img{height:410px;width:100%;object-fit:cover;object-position:center top;filter:saturate(.9) brightness(1.03)}.number{position:absolute;top:24px;right:24px;background:var(--yellow);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700}.card-body{padding:20px 10px 9px}.card-body p{margin:0;color:var(--sage-dark);text-transform:uppercase;letter-spacing:.12em;font-size:10px}.card-body h3{font-size:32px;margin:3px 0 10px}.model-description{min-height:86px;color:var(--muted);font-size:13px;line-height:1.5;margin-bottom:12px}.card-body button{width:100%;border:0;border-top:1px solid var(--line);background:none;text-align:left;padding:15px 0 6px;font-weight:700;display:flex;justify-content:space-between;cursor:pointer}
.feature-section{background:#f3f0e6}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{min-height:330px;padding:28px;border:1px solid rgba(32,37,31,.12);display:flex;flex-direction:column}.feature-card>span{font-size:11px}.feature-card>b{font-size:48px;margin:auto 0}.feature-card h3{font-size:21px}.feature-card p{color:#555d52;font-size:14px}.yellow{background:var(--yellow-soft)}.green{background:var(--sage)}.beige{background:var(--beige)}.cream{background:var(--white)}
.editor-section{display:grid;grid-template-columns:1fr .8fr;gap:10vw;align-items:center;background:var(--white)}.editor-copy h2{font-size:clamp(44px,5vw,74px);line-height:1}.editor-copy>p{color:var(--muted);max-width:600px}.editor-copy ol{list-style:none;padding:0;margin:40px 0 0}.editor-copy li{display:flex;gap:22px;border-top:1px solid var(--line);padding:22px 0}.editor-copy li>span{color:var(--sage-dark);font-weight:700}.editor-copy li h3{font-size:18px}.editor-copy li p{margin:4px 0;color:var(--muted);font-size:14px}.editor-panel{background:#eef1e7;border:1px solid #ced6c5;padding:18px;box-shadow:var(--shadow)}.panel-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.1em;margin-bottom:14px}.panel-top span:last-child{color:var(--sage-dark)}.editor-panel img{width:100%;height:360px;object-fit:cover;object-position:center top;filter:saturate(.65) brightness(1.12)}.chips{display:flex;gap:8px;margin:15px 0 20px}.chips button{border:1px solid #c9cfc0;background:transparent;padding:8px 12px;font-size:11px}.chips .active{background:var(--yellow);border-color:var(--yellow)}.editor-panel label{font-size:11px;font-weight:700;display:flex;justify-content:space-between;margin:15px 0 6px}.range{height:5px;background:#d7dccf}.range i{display:block;height:100%;background:var(--sage-dark)}.editor-panel .button{width:100%;margin-top:24px}
.private-section{background:var(--ink);color:white;padding:100px max(6vw,30px);display:grid;grid-template-columns:.6fr 1.4fr 1fr;gap:5vw;align-items:center}.privacy-mark{width:190px;height:190px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;text-align:center;color:var(--yellow);font-size:12px;letter-spacing:.18em}.private-section h2{font-size:clamp(40px,5vw,72px);line-height:1}.private-section h2 em{color:var(--yellow)}.private-section>p{color:#bcc2b8}.light{color:var(--sage)}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.overview-grid article{padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.overview-grid span{color:var(--sage-dark);font-size:11px}.overview-grid h3{font-size:24px;margin:55px 0 14px}.overview-grid p{color:var(--muted)}.overview-grid a{display:inline-block;margin-top:20px;font-weight:700;border-bottom:1px solid}
.faq{background:var(--white)}.faq-list{max-width:900px;margin:auto}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;padding:24px 8px;display:grid;grid-template-columns:45px 1fr auto;align-items:center;font:700 18px Manrope;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--sage-dark);font-size:11px}.faq-list summary b{font-size:22px}.faq-list details[open] summary b{transform:rotate(45deg)}.faq-list details p{margin:0 54px 25px;color:var(--muted)}
.final-cta{text-align:center;padding:120px 24px;background:var(--yellow-soft);position:relative;overflow:hidden}.final-cta:before,.final-cta:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:var(--sage);opacity:.55}.final-cta:before{left:-100px;bottom:-120px}.final-cta:after{right:-90px;top:-130px}.final-cta .eyebrow{justify-content:center}.final-cta h2{font-size:clamp(50px,7vw,96px);line-height:.95}.final-cta p{max-width:540px;margin:22px auto;color:var(--muted)}.final-cta .button{position:relative;z-index:2}
footer{padding:72px max(6vw,30px) 28px;background:var(--ink);color:#d8ddd4;display:grid;grid-template-columns:2fr 1fr 1fr;gap:7vw;position:relative;overflow:hidden}footer:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:var(--sage-dark);opacity:.16;right:-130px;top:-180px}footer .brand{color:white;font-size:18px}.footer-brand>p{max-width:410px;color:#aeb6aa;margin:22px 0}.footer-badges{display:flex;gap:8px;flex-wrap:wrap}.footer-badges span{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 11px;font-size:10px;letter-spacing:.06em}.footer-column{display:flex;flex-direction:column;gap:11px;font-size:13px;position:relative;z-index:1}.footer-column b{color:var(--yellow);text-transform:uppercase;letter-spacing:.14em;font-size:10px;margin-bottom:8px}.footer-column a{color:#bdc5b9}.footer-column a:hover{color:white}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-top:23px;margin-top:28px;font-size:10px;letter-spacing:.08em;color:#90998c}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:50px}.hero-visual{min-height:580px}.feature-grid{grid-template-columns:1fr 1fr}.editor-section{grid-template-columns:1fr}.private-section{grid-template-columns:1fr}.privacy-mark{width:130px;height:130px}.overview-grid{grid-template-columns:1fr}.split-heading{display:block}.split-heading>p{margin-top:24px}.character-card img{height:330px}}
@media(max-width:620px){.site-header{height:70px}.site-header .brand{font-size:12px}.site-header .brand span{width:34px;height:34px}.button-small{display:none}.hero{padding:42px 20px}.hero-visual{min-height:500px}.portrait-frame{height:450px}.sun-orbit{width:390px;height:390px}.note-one{left:-8px}.note-two{right:-8px}.trust-row{display:grid}.section{padding:76px 20px}.character-grid,.feature-grid{grid-template-columns:1fr}.character-card img{height:390px}.private-section{padding:76px 20px}.overview-grid{border-left:0}.overview-grid article{border-left:1px solid var(--line)}.faq-list summary{font-size:15px;grid-template-columns:34px 1fr auto}.faq-list details p{margin-left:42px}.final-cta{padding:90px 20px}footer{grid-template-columns:1fr;padding:58px 20px 24px;gap:34px}.footer-bottom{grid-column:1;display:grid;gap:8px;margin-top:8px}}

/* Hentai / anime identity layer */
:root{--blush:#e8b5a8}
.header-actions{display:flex;align-items:center;gap:10px}.age-chip{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--blush);border:1px solid rgba(32,37,31,.15);font:800 11px Manrope,sans-serif}
.button{position:relative;overflow:hidden}.button:after{content:"";position:absolute;width:54px;height:170%;background:rgba(255,255,255,.28);transform:rotate(18deg);left:-90px;transition:.35s}.button:hover:after{left:115%}
.hero{min-height:calc(100vh - 84px);position:relative;background-image:radial-gradient(circle at 12% 16%,rgba(242,207,89,.18),transparent 19%),linear-gradient(rgba(88,112,78,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(88,112,78,.045) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px}.hero:after{content:"HENTAI · AI";position:absolute;right:-.03em;bottom:-.2em;font:800 clamp(80px,15vw,220px) Manrope,sans-serif;letter-spacing:-.08em;color:rgba(88,112,78,.045);pointer-events:none;white-space:nowrap}.hero-copy,.hero-visual{position:relative;z-index:2}
.portrait-frame{border-radius:160px 160px 12px 12px;border:1px solid rgba(88,112,78,.22)}.portrait-frame:before{content:"18+ · AI-HENTAI-MODELL";position:absolute;z-index:4;right:-36px;top:82px;background:var(--blush);padding:8px 12px;font-size:8px;font-weight:800;letter-spacing:.12em;transform:rotate(90deg)}
.portrait-frame img{border-radius:148px 148px 4px 4px}.characters{position:relative}.characters:before{content:"HENTAI MODELS";position:absolute;right:4vw;top:34px;font:700 36px Manrope,sans-serif;color:rgba(88,112,78,.07);letter-spacing:.18em}.character-card{overflow:hidden}.character-card:before{content:"18+";position:absolute;z-index:3;left:22px;top:22px;background:rgba(32,37,31,.82);color:white;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:800;letter-spacing:.08em}.character-card.is-active:after{content:"AUSGEWÄHLT";position:absolute;right:-39px;top:53px;background:var(--sage-dark);color:white;width:150px;text-align:center;padding:7px 0;transform:rotate(45deg);font-size:8px;font-weight:800;letter-spacing:.1em}
.feature-section{position:relative}.feature-section:after{content:"AI-HENTAI-SYSTEM";position:absolute;left:20px;top:50%;writing-mode:vertical-rl;transform:translateY(-50%);font:700 9px Manrope,sans-serif;letter-spacing:.24em;color:rgba(32,37,31,.28)}
.feature-card>span{font-weight:800;letter-spacing:.08em}.editor-panel{position:relative}.editor-panel:before{content:"HENTAI-MAKER v2.6";position:absolute;right:18px;top:-30px;font:800 9px Manrope,sans-serif;letter-spacing:.15em;color:var(--sage-dark)}
.privacy-mark{display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 12px rgba(255,255,255,.025)}.privacy-mark span{font:800 34px Manrope,sans-serif;color:white;letter-spacing:0;margin-bottom:8px}
.final-cta:after{box-shadow:0 0 0 28px rgba(255,255,255,.18),0 0 0 56px rgba(88,112,78,.08)}
footer:after{content:"HENTAI.AI";position:absolute;right:-20px;bottom:-45px;font:800 clamp(70px,11vw,150px) Manrope,sans-serif;letter-spacing:-.08em;color:rgba(255,255,255,.025);pointer-events:none}
@media(max-width:620px){.age-chip{width:30px;height:30px}.characters:before,.feature-section:after{display:none}.portrait-frame:before{right:-34px}.hero:after{bottom:1.2em}}

/* Branded logo, highlighted header action and compact footer */
.hentai-logo{gap:12px;letter-spacing:0}.hentai-logo .logo-mark{position:relative;width:44px;height:44px;flex:0 0 44px;border-radius:14px 14px 14px 3px;background:linear-gradient(145deg,var(--yellow),#f8df83 55%,var(--blush));transform:rotate(-4deg);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(32,37,31,.16),6px 7px 0 rgba(203,217,183,.7)}.hentai-logo .logo-mark i{font:800 24px Manrope,sans-serif;font-style:normal;transform:rotate(4deg);letter-spacing:-.08em}.hentai-logo .logo-mark b{position:absolute;right:-7px;bottom:-6px;background:var(--ink);color:white;border:2px solid var(--white);border-radius:999px;padding:2px 5px;font:800 7px Manrope,sans-serif;transform:rotate(4deg)}.hentai-logo .logo-word{width:auto;height:auto;border-radius:0;background:none;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start;font:800 19px Manrope,sans-serif;line-height:.86;letter-spacing:-.045em}.hentai-logo .logo-word em{color:var(--sage-dark);font-style:normal}.hentai-logo .logo-word small{font:700 6px "DM Sans",sans-serif;letter-spacing:.18em;color:var(--muted);margin-top:7px}
.header-cta{background:linear-gradient(135deg,var(--yellow),#f7dd7d);color:var(--ink);border:1px solid #a78d35;box-shadow:0 8px 0 #d5bb58,0 13px 24px rgba(121,101,35,.2);min-width:168px;justify-content:space-between}.header-cta:hover{transform:translateY(-2px);box-shadow:0 5px 0 #d5bb58,0 10px 20px rgba(121,101,35,.22)}.header-cta b{font-size:17px}.header-cta span{position:relative;z-index:1}
.compact-footer{min-height:118px;padding:28px max(5vw,26px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;background:var(--ink);color:#cbd2c7}.compact-footer:before{width:180px;height:180px;right:24%;top:-110px}.compact-footer:after{font-size:72px;bottom:-24px}.compact-footer .footer-logo{position:relative;z-index:2;color:white}.compact-footer .footer-logo .logo-mark{width:40px;height:40px;flex-basis:40px;box-shadow:inset 0 0 0 1px rgba(32,37,31,.16),5px 5px 0 rgba(203,217,183,.22)}.compact-footer .footer-logo .logo-word{color:white}.compact-footer>p{margin:0;text-align:center;font-size:11px;letter-spacing:.08em;color:#929c8f;position:relative;z-index:2}.compact-footer nav{display:flex;align-items:center;gap:18px;position:relative;z-index:2;font-size:11px}.compact-footer nav a{color:#cbd2c7}.compact-footer nav a:hover{color:var(--yellow)}.compact-footer nav a:last-child{width:30px;height:30px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center}
@media(max-width:760px){.hentai-logo .logo-word small{display:none}.compact-footer{grid-template-columns:1fr;text-align:center;justify-items:center;gap:18px}.compact-footer>p{text-align:center}.compact-footer nav{flex-wrap:wrap;justify-content:center}}
@media(max-width:620px){.site-header .hentai-logo{font-size:inherit}.site-header .hentai-logo .logo-mark{width:36px;height:36px;flex-basis:36px}.site-header .hentai-logo .logo-mark i{font-size:20px}.site-header .hentai-logo .logo-word{font-size:15px}.age-chip{display:none}.header-cta{min-width:0;padding:10px 12px;box-shadow:0 5px 0 #d5bb58}.header-cta b{display:none}}
.character-card,
button {
  cursor: pointer;
}

.character-card:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: -3px;
}
