:root {
    --navy: #071a2d;
    --orange: #e96e28;
    --cream: #fffcf7;
    --paper: #f6f4ef;
    --muted: #5f666a;
    --teal: #0b454a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--navy); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.container { width: min(1280px, calc(100% - 96px)); margin: 0 auto; }
.site-header { height: 108px; background: rgba(255, 252, 247, .96); position: relative; z-index: 20; }
.nav-row { height: 100%; display: flex; align-items: center; }
.logo { font-size: 26px; font-weight: 600; letter-spacing: -.8px; }
.logo span, h1 em, .statement h2 em { color: var(--orange); font-style: normal; }
.main-nav { display: flex; gap: 64px; margin: 0 auto; font-size: 14px; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--orange); }
.button { min-height: 48px; padding: 0 25px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; background: var(--navy); color: #fff; border: 1px solid var(--navy); border-radius: 2px; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #102b43; }
.nav-button { min-width: 168px; }
.menu-toggle { display: none; padding: 5px; border: 0; background: transparent; }
.menu-toggle span { width: 28px; height: 2px; margin: 6px 0; display: block; background: var(--navy); }
.hero { overflow: hidden; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 49% 51%; align-items: center; }
.hero-copy { padding: 35px 55px 35px 15px; position: relative; z-index: 2; }
.kicker, .light-kicker { text-transform: uppercase; color: var(--orange); font-size: 12px; letter-spacing: .7px; }
.hero h1 { max-width: 610px; margin: 23px 0 26px; font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(48px, 4vw, 66px); line-height: 1.08; font-weight: 400; letter-spacing: -1.5px; }
.hero-copy > p { max-width: 555px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-actions { margin-top: 31px; display: flex; align-items: center; gap: 43px; }
.text-link { padding: 13px 0 8px; border-bottom: 1px solid #92979a; font-size: 14px; }
.text-link i { margin-left: 28px; font-size: 17px; }
.architecture {
    width: calc(100% + 48px); height: 590px; align-self: end;
    background-image: url("../../storage/images/startup_wachstum/IMAGE.png");
    background-repeat: no-repeat; background-size: 1672px 941px; background-position: -624px -145px;
    border-radius: 46% 0 0 39% / 28% 0 0 25%;
  background-color: #d8d2cc;
}
.benefits { min-height: 170px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; align-items: center; }
.benefits article { display: flex; align-items: center; gap: 23px; }
.benefit-icon { position: relative; flex: 0 0 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; font-size: 25px; }
.benefit-icon .second { position: absolute; left: 21px; top: 25px; font-size: 18px; }
.peach { background: #fee8d6; }.mint { background: #e4ede9; }.lilac { background: #eee4ed; }
.benefits h2 { margin: 0 0 8px; font-size: 15px; font-weight: 600; }
.benefits p { margin: 0; color: #3f474b; font-size: 14px; line-height: 1.55; }
.statement { min-height: 310px; position: relative; overflow: hidden; background: linear-gradient(115deg, #0a3d42, #0a4a4e); color: #fff; clip-path: ellipse(90% 68% at 50% 69%); margin-top: -5px; padding: 110px 0 50px; }
.statement-grid { display: grid; grid-template-columns: 34% 38%; gap: 65px; align-items: end; }
.light-kicker { color: #fff; font-size: 10px; }
.statement h2 { margin: 16px 0 0; font-family: "Libre Caslon Display", Georgia, serif; font-size: 40px; line-height: 1.05; font-weight: 400; }
.statement-grid > p { margin: 0 0 2px; font-size: 15px; line-height: 1.8; }
.contours { position: absolute; width: 520px; height: 300px; right: 10%; top: 70px; opacity: .2; border: 1px solid #d49068; border-radius: 48% 52% 35% 65%; transform: rotate(-12deg); }
.contours:before, .contours:after { content: ""; position: absolute; inset: 18px; border: 1px solid #d49068; border-radius: inherit; }
.contours:after { inset: 38px; }
.projects { padding: 105px 0; background: var(--paper); }
.section-heading { margin: 20px 0 55px; display: flex; justify-content: space-between; align-items: end; }
.section-heading h2 { margin: 0; font-family: "Libre Caslon Display", Georgia, serif; font-size: 48px; font-weight: 400; }
.section-heading p { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.project-grid article > span { color: var(--orange); font-size: 11px; }
.project-visual { height: 290px; margin: 12px 0 22px; overflow: hidden; position: relative; }
.visual-one { background: linear-gradient(145deg, #a9c6ce, #163c4a); }
.visual-one:after { content: ""; position: absolute; width: 75%; height: 75%; left: 13%; top: 13%; background: #f1eee6; box-shadow: 0 18px 35px rgba(0,0,0,.18); transform: rotate(-5deg); }
.visual-two { background: linear-gradient(135deg, #d4c2ab 50%, #7d5c43 50%); }
.visual-two:after { content: "FORM"; position: absolute; inset: 55px; display: grid; place-items: center; border: 1px solid #fff; color: #fff; font-family: Georgia, serif; font-size: 37px; }
.visual-three { background: radial-gradient(circle at 35% 38%, #e47b43 0 18%, transparent 19%), linear-gradient(135deg, #172c43, #0a5460); }
.visual-three:after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; right: -20px; bottom: -20px; }
.project-grid h3 { margin: 0 0 6px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 27px; font-weight: 400; }
.project-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.contact { padding: 95px 0; background: var(--navy); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.contact h2 { margin: 16px 0 0; font-family: "Libre Caslon Display", Georgia, serif; font-size: 47px; line-height: 1.12; font-weight: 400; }
.contact p { line-height: 1.7; color: #d5dbe0; }
.light-button { margin-top: 15px; background: var(--orange); border-color: var(--orange); }
footer { padding: 35px 0; background: var(--cream); }
.footer-row { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 45px; }
.footer-row p, .footer-row small { color: var(--muted); font-size: 12px; }
.footer-row > div { display: flex; gap: 25px; font-size: 12px; }

@media (max-width: 900px) {
    .container { width: min(100% - 48px, 760px); }
    .main-nav { gap: 25px; }
    .nav-button { display: none; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { padding: 55px 0; }
    .architecture { width: 100%; height: 430px; border-radius: 35% 0 0 20%; background-position: -670px -170px; }
    .benefits { gap: 20px; }
    .statement-grid { grid-template-columns: 1fr 1fr; }
    .footer-row { grid-template-columns: auto 1fr; }
}

@media (max-width: 640px) {
    .container { width: calc(100% - 42px); }
    .site-header { height: 74px; }
    .logo { font-size: 23px; }
    .menu-toggle { display: block; margin-left: auto; }
    .main-nav { display: none; position: absolute; left: 0; top: 74px; width: 100%; padding: 12px 21px 22px; background: var(--cream); box-shadow: 0 15px 22px rgba(7,26,45,.09); }
    .menu-open .main-nav { display: flex; flex-direction: column; gap: 0; }
    .main-nav a { padding: 13px 0; border-bottom: 1px solid #dedbd5; }
    .hero-grid { display: flex; flex-direction: column; min-height: 0; }
    .hero-copy { padding: 43px 0 25px; }
    .kicker { font-size: 10px; }
    .hero h1 { margin: 16px 0 15px; font-size: 32px; line-height: 1.05; letter-spacing: -.5px; }
    .hero-copy > p { font-size: 14px; line-height: 1.5; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 20px; }
    .hero-actions .button { min-width: 166px; min-height: 42px; }
    .text-link { min-width: 122px; padding-top: 8px; }
    .architecture { order: 2; width: calc(100% + 42px); height: 190px; margin-left: 0; border-radius: 46% 0 0 0 / 48% 0 0 0; background-size: 700px auto; background-position: -250px -60px; }
    .benefits { min-height: 0; padding-top: 26px; padding-bottom: 25px; grid-template-columns: 1fr; gap: 25px; }
    .benefit-icon { flex-basis: 52px; height: 52px; font-size: 20px; }
    .benefit-icon .second { left: 17px; top: 20px; font-size: 14px; }
    .benefits h2 { font-size: 14px; margin-bottom: 5px; }
    .benefits p { font-size: 12px; }
    .statement { min-height: 210px; margin: 0; padding: 50px 0 35px; clip-path: ellipse(108% 65% at 50% 68%); }
    .statement-grid { display: block; }
    .statement h2 { font-size: 32px; }
    .statement-grid > p { display: none; }
    .contours { width: 280px; height: 190px; right: -75px; top: 40px; }
    .projects { padding: 65px 0; }
    .section-heading { display: block; margin-bottom: 35px; }
    .section-heading h2 { margin-bottom: 15px; font-size: 37px; }
    .section-heading p { font-size: 14px; }
    .project-grid { grid-template-columns: 1fr; gap: 40px; }
    .project-visual { height: 250px; }
    .contact { padding: 65px 0; }
    .contact-grid { grid-template-columns: 1fr; gap: 25px; }
    .contact h2 { font-size: 36px; }
    .footer-row { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
    .footer-row > div { flex-wrap: wrap; gap: 13px 22px; }
}

/* GLOBAL-LAYOUT-SAFETY */
body{overflow-x:hidden}img,svg{max-width:100%;height:auto}.button{max-width:100%}[class*="grid"]>*{min-width:0}
