:root { --ink:#0b1013; --ink-soft:#162026; --gold:#ddba78; --gold-light:#f0d49f; --cream:#f6f2eb; --white:#fffdf9; --line:#ded6c9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family:"DM Sans",Arial,sans-serif; color:var(--ink); background:var(--cream); }
a { color:inherit; text-decoration:none; }
.site-header { height:72px; display:flex; align-items:center; justify-content:space-between; padding:0 clamp(24px,5vw,76px); background:#090e11; color:white; }
.logo { font:700 33px/0.8 "Playfair Display",serif; color:var(--gold-light); letter-spacing:-1.5px; }
.logo span { display:block; font:600 8px/1.3 "DM Sans",sans-serif; letter-spacing:2.2px; text-align:center; text-transform:uppercase; }
nav { display:flex; gap:31px; font-size:14px; }
nav a { opacity:.9; } nav a:hover, .text-link:hover { color:var(--gold); }
.button { display:inline-flex; gap:13px; justify-content:center; align-items:center; border:0; border-radius:9px; padding:17px 23px; background:var(--gold); color:#17120a; font:700 14px "DM Sans",sans-serif; cursor:pointer; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); background:var(--gold-light); }
.button-small { padding:12px 20px; border-radius:7px; }
.hero { min-height:650px; position:relative; display:grid; place-items:center; color:white; overflow:hidden; }
.hero-image,.hero-overlay { position:absolute; inset:0; }
.hero-image { background:url("Bilder%20%2B%20Videos/Clubschiff%20Charter%20Bilder/Neckarbesen-9553_Sonne_kl.jpg") center/cover no-repeat; transform:scale(1.02); }
.hero-overlay { background:linear-gradient(90deg,rgba(6,10,13,.91) 0%,rgba(6,10,13,.68) 42%,rgba(6,10,13,.23) 100%),linear-gradient(0deg,rgba(6,10,13,.78),transparent 55%); }
.hero-content { width:min(1120px,90vw); z-index:1; padding:93px 0 55px; }
.eyebrow { margin:0 0 13px; font-size:11px; font-weight:600; letter-spacing:1.7px; text-transform:uppercase; color:#b99761; }
h1,h2,h3,p { margin-top:0; } h1,h2 { font-family:"Playfair Display",serif; }
h1 { max-width:660px; font-size:clamp(45px,6vw,77px); line-height:1.02; letter-spacing:-2.7px; margin-bottom:22px; }
.hero-copy { max-width:590px; font-size:18px; line-height:1.55; color:#edf0ee; margin-bottom:31px; }
.event-starter { max-width:1050px; min-height:83px; padding:10px; display:grid; grid-template-columns:1.4fr 1.2fr 1.05fr auto; align-items:stretch; background:var(--white); color:var(--ink); border-radius:12px; box-shadow:0 15px 40px rgba(0,0,0,.25); }
.event-starter label { padding:9px 21px; display:grid; border-right:1px solid #e5dfd5; }
.event-starter label span { font-size:13px; font-weight:700; margin-bottom:5px; }
.event-starter input { width:100%; border:0; padding:0; outline:0; background:transparent; font:14px "DM Sans",sans-serif; color:var(--ink); }
.event-starter input::placeholder { color:#85827d; }
.event-starter .button { min-width:138px; }
.trust-row { display:flex; gap:50px; margin:32px 0 0; }
.trust-row p { margin:0; padding-left:16px; border-left:1px solid rgba(221,186,120,.8); display:grid; gap:2px; }
.trust-row strong { font-size:17px; color:var(--gold-light); }.trust-row span { font-size:12px; opacity:.85; }
.section { padding:84px max(6vw,32px); }.steps { text-align:center; background:var(--white); }.steps h2,.events h2,.butler h2 { font-size:clamp(32px,3.4vw,47px); line-height:1.1; letter-spacing:-1.5px; margin-bottom:47px; }
.step-grid { max-width:1120px; margin:auto; display:grid; grid-template-columns:repeat(4,1fr); }.step-grid article { padding:0 27px; border-right:1px solid var(--line); }.step-grid article:last-child { border:0; }.step-grid span { display:grid; place-items:center; margin:0 auto 17px; width:45px; height:45px; border-radius:50%; color:#fff; background:var(--ink); font-weight:700; }.step-grid h3 { margin-bottom:8px; font-size:17px; }.step-grid p { margin:0; font-size:14px; line-height:1.45; color:#4c5252; }
.events { max-width:1320px; margin:auto; }.section-heading { display:flex; justify-content:space-between; align-items:flex-end; }.section-heading h2 { margin-bottom:30px; }.text-link { font-size:14px; font-weight:700; margin-bottom:35px; }.event-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }.event-card { min-height:277px; padding:20px; border-radius:10px; color:#fff; display:flex; flex-direction:column; justify-content:flex-end; background-size:cover; background-position:center; box-shadow:inset 0 -130px 80px rgba(0,0,0,.73); transition:transform .2s; }.event-card:hover { transform:translateY(-5px); }.event-card span { position:absolute; align-self:flex-start; font-size:12px; font-weight:700; color:var(--gold-light); }.event-card h3 { font-size:25px; margin:0 0 5px; }.event-card p { margin:0; font-size:13px; }.wedding { background-image:url("Bilder%20%2B%20Videos/Clubschiff%20Charter%20Bilder/20250221_171854340_iOS.jpg"); }.corporate { background-image:url("Bilder%20%2B%20Videos/Clubschiff%20Charter%20Bilder/Neckarbesen_Innen3_maksrichter.jpg"); }.birthday { background-image:url("Bilder%20%2B%20Videos/Clubschiff%20Charter%20Bilder/20210720_165634093_iOS.jpg"); }.christmas { background-image:url("Bilder%20%2B%20Videos/Clubschiff%20Charter%20Bilder/NKN-Neckarbesen-WA.jpg"); }
.butler { display:grid; grid-template-columns:1fr 1.1fr; min-height:520px; background:#101719; color:white; }.butler-copy { padding:82px max(7vw,42px); align-self:center; }.butler h2 { margin-bottom:20px; }.butler-copy > p:not(.eyebrow) { max-width:450px; color:#d2d6d3; line-height:1.6; }.butler ul { list-style:"✓  "; padding-left:20px; margin:26px 0 31px; color:#f4e3bd; line-height:2; }.button-dark { background:var(--gold); }.butler-image { background:linear-gradient(90deg,rgba(16,23,25,.1),rgba(16,23,25,.2)),url("Bilder%20%2B%20Videos/Clubschiff%20Charter%20Bilder/20250221_171441100_iOS.jpg") center/cover no-repeat; }
footer { padding:47px max(6vw,32px); background:#090e11; color:#e6e4df; display:grid; grid-template-columns:190px 1fr auto; gap:32px; align-items:end; } footer p { margin:0; font-size:14px; line-height:1.45; }.footer-note { max-width:290px; color:#969d9a; font-size:12px; }
@media (max-width:800px) { .site-header { height:66px; }.site-header nav { display:none; }.hero { min-height:760px; }.hero-content { padding-top:70px; }.event-starter { grid-template-columns:1fr; gap:0; padding:12px; }.event-starter label { border:0; border-bottom:1px solid #e5dfd5; padding:12px; }.event-starter .button { margin-top:12px; }.trust-row { gap:17px; flex-wrap:wrap; }.section { padding:62px 24px; }.step-grid,.event-grid { grid-template-columns:repeat(2,1fr); }.step-grid { gap:28px; }.step-grid article:nth-child(2) { border:0; }.step-grid article { padding:0 15px; }.event-card { min-height:215px; }.butler { grid-template-columns:1fr; }.butler-copy { padding:61px 24px; }.butler-image { min-height:320px; } footer { grid-template-columns:1fr; gap:20px; } }
@media (max-width:430px) { h1 { font-size:45px; }.hero-copy { font-size:16px; }.step-grid,.event-grid { grid-template-columns:1fr; }.step-grid article { border:0; }.section-heading { display:block; }.text-link { display:block; margin-bottom:22px; } }
