:root {
  --navy: #0b202b;
  --navy-2: #102f3d;
  --green: #4f811d;
  --green-light: #78aa32;
  --blue: #0757a5;
  --ink: #10242e;
  --muted: #5e6d74;
  --paper: #ffffff;
  --soft: #f4f7f3;
  --soft-blue: #edf4f8;
  --line: #dce4e0;
  --shadow: 0 24px 70px rgba(10, 32, 43, .12);
  --shadow-small: 0 12px 34px rgba(10, 32, 43, .10);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: currentColor; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 18px; top: 12px; transform: translateY(-160%); background: #fff; color: #000; padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow-small); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0 0 .45em; font-weight: 900; line-height: 1.07; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 6vw, 6.25rem); }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.2rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.2em; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(10,32,43,.07); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand span { display: grid; line-height: 1.08; }
.brand strong { font-size: 1.26rem; letter-spacing: .025em; }
.brand small { color: var(--muted); font-weight: 700; font-size: .73rem; }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 780; font-size: .94rem; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 12px; background: var(--soft); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 24px; border: 1px solid var(--green); border-radius: 14px; background: var(--green); color: #fff; font-weight: 850; box-shadow: 0 12px 24px rgba(79,129,29,.2); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #426f17; box-shadow: 0 17px 28px rgba(79,129,29,.27); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(7,87,165,.28); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 18px; border-radius: 12px; }
.button-ghost { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.15); }
.button-light { border-color: #fff; background: #fff; color: var(--navy); box-shadow: none; }
.button-light:hover { background: #edf4f5; }
.button-outline { border-color: var(--line); background: #fff; color: var(--navy); box-shadow: none; }

.hero { position: relative; overflow: hidden; min-height: 740px; padding: 78px 0 92px; color: #fff; background: linear-gradient(132deg, #071923 0%, #0c2c3a 58%, #0d3444 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(to top, rgba(0,0,0,.12), transparent); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .32; }
.hero-glow-one { width: 560px; height: 560px; right: -220px; top: -240px; background: var(--blue); }
.hero-glow-two { width: 420px; height: 420px; left: 32%; bottom: -320px; background: var(--green); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .94fr 1.06fr; gap: 65px; align-items: center; }
.hero-copy em { color: #9bd350; font-style: normal; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 42px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #a7d85f; }
.hero-text { max-width: 650px; color: #cfdae0; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; color: #d8e4e8; font-size: .89rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row b { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--green); color: #fff; font-size: .75rem; }
.hero-collage { display: grid; grid-template-columns: 1.07fr .93fr; grid-template-rows: 212px 180px 170px; gap: 12px; min-width: 0; }
.hero-logo-card, .collage-card { overflow: hidden; border-radius: 22px; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.hero-logo-card { grid-row: 1 / 4; display: grid; place-items: center; padding: 25px; background: rgba(255,255,255,.96); }
.hero-logo-card img { width: min(100%, 520px); filter: drop-shadow(0 14px 14px rgba(11,32,43,.1)); }
.collage-card { position: relative; min-height: 0; }
.collage-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.collage-card:hover img { transform: scale(1.04); }
.collage-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(to top, rgba(4,20,28,.9), transparent); }
.collage-card span { position: absolute; z-index: 1; left: 16px; right: 12px; bottom: 13px; padding-left: 13px; border-left: 4px solid currentColor; color: #fff; font-weight: 900; letter-spacing: .035em; }
.collage-green span { color: #bce77e; }.collage-blue span { color: #8ec6fa; }.collage-dark span { color: #fff; }

.contact-strip { position: relative; z-index: 3; margin-top: -1px; background: linear-gradient(90deg, #3c6f12, var(--green) 45%, #2e6410); color: #fff; }
.contact-strip-grid { min-height: 96px; display: grid; grid-template-columns: 1.25fr .8fr 1fr; align-items: center; gap: 20px; }
.strip-intro { display: grid; line-height: 1.2; }
.strip-intro strong { font-size: 1.17rem; }.strip-intro span { color: #dcebcf; }
.contact-strip a { display: flex; align-items: center; gap: 11px; font-weight: 850; }
.contact-strip a:hover { text-decoration: underline; }
.contact-strip svg { flex: 0 0 auto; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; align-items: start; margin-bottom: 48px; }
.section-heading h2 { max-width: 780px; }
.section-heading p:not(.eyebrow) { max-width: 670px; color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { margin-bottom: 42px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 40px rgba(13,42,54,.07); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-media { position: relative; aspect-ratio: 1.45; overflow: hidden; background: var(--soft); }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.service-card:hover .service-media img { transform: scale(1.045); }
.service-index { position: absolute; right: 16px; top: 16px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(255,255,255,.92); color: var(--navy); font-weight: 950; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.service-body { position: relative; padding: 31px 28px 29px; }
.service-icon { position: absolute; right: 26px; top: -28px; display: grid; place-items: center; width: 58px; height: 58px; border: 5px solid #fff; border-radius: 50%; color: #fff; font-size: 1.45rem; box-shadow: 0 10px 22px rgba(0,0,0,.14); }
.icon-dark { background: var(--navy); }.icon-green { background: var(--green); }.icon-blue { background: var(--blue); }
.service-kicker { margin-bottom: 9px; color: var(--navy); font-size: .79rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.green-text { color: var(--green); }.blue-text { color: var(--blue); }
.service-body h3 { max-width: 285px; }
.service-body > p:not(.service-kicker) { color: var(--muted); }
.service-body ul { list-style: none; padding: 0; margin: 22px 0; }
.service-body li { display: flex; gap: 9px; padding: 8px 0; border-top: 1px solid var(--line); font-size: .92rem; font-weight: 720; }
.service-body li::before { content: "✓"; color: var(--green); font-weight: 950; }
.service-body > a { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 900; }
.service-body > a span { transition: transform .2s; }.service-body > a:hover span { transform: translateX(5px); }

.proof { position: relative; overflow: hidden; color: #fff; background: linear-gradient(130deg, #0a1e29, #103746); }
.proof::before { content: ""; position: absolute; width: 520px; height: 520px; right: -150px; bottom: -310px; border-radius: 50%; background: rgba(7,87,165,.35); }
.proof::after { content: ""; position: absolute; width: 360px; height: 360px; left: -220px; top: -230px; border-radius: 50%; background: rgba(79,129,29,.28); }
.proof-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.eyebrow-light { color: #a5d75b; }
.proof-copy h2 { color: #fff; }
.proof-copy h2 strong { color: #9ed04f; }
.proof-copy > p { color: #c7d5db; font-size: 1.06rem; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.benefit { display: flex; gap: 16px; min-height: 156px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }
.benefit > span { flex: 0 0 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--green); font-weight: 950; }
.benefit h3 { margin-bottom: 7px; font-size: 1.14rem; }.benefit p { margin: 0; color: #bfd0d7; font-size: .92rem; }

.process { background: var(--soft); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0; margin: 0; list-style: none; }
.steps li { position: relative; min-height: 245px; padding: 28px 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.steps li::after { content: ""; position: absolute; right: -35px; bottom: -45px; width: 130px; height: 130px; border-radius: 50%; background: var(--soft-blue); }
.steps li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 27px; border-radius: 16px; background: var(--navy); color: #fff; font-size: 1.12rem; font-weight: 950; }
.steps li:nth-child(2) > span, .steps li:nth-child(4) > span { background: var(--green); }
.steps h3 { font-size: 1.17rem; }.steps p { margin: 0; color: var(--muted); font-size: .93rem; }

.contact { background: linear-gradient(135deg, #f1f6f0, #eaf2f6); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.contact-options { margin-top: 34px; overflow: hidden; border-radius: 20px; background: var(--navy); color: #fff; box-shadow: var(--shadow-small); }
.contact-options > * { position: relative; display: grid; padding: 19px 22px; border-bottom: 1px solid rgba(255,255,255,.11); }
.contact-options > *:last-child { border-bottom: 0; }
.contact-options small { color: #aebfc7; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-options strong { overflow-wrap: anywhere; }
.contact-options a span { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: #9ed04f; font-weight: 950; }
.contact-options a:hover { background: rgba(255,255,255,.055); }
.contact-form { position: relative; padding: 38px; border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius); background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-row { display: grid; gap: 8px; margin-bottom: 18px; }
.form-row label { font-size: .88rem; font-weight: 850; }.form-row label span { color: #b43737; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid #cdd8d3; border-radius: 12px; background: #fbfdfc; padding: 13px 14px; color: var(--ink); outline: 0; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-row textarea { resize: vertical; min-height: 140px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(79,129,29,.1); }
.privacy-check { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 4px 0 20px; color: var(--muted); font-size: .8rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); }
.privacy-check a { color: var(--blue); text-decoration: underline; }
.form-button { width: 100%; border: 0; }
.form-button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-note { margin: 11px 0 0; color: var(--muted); font-size: .77rem; text-align: center; }
.form-message { display: none; margin-top: 13px; padding: 11px 13px; border-radius: 10px; font-size: .85rem; }.form-message.show { display: block; }.form-message.error { background: #fff0f0; color: #8d2323; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; min-height: 52px; padding: 12px 18px; border-radius: 999px; background: #1eaa59; color: #fff; font-weight: 900; box-shadow: 0 16px 38px rgba(0,0,0,.24); transition: transform .2s, background .2s; }
.whatsapp:hover { transform: translateY(-3px); background: #168f49; }

.site-footer { padding: 64px 0 22px; background: #071923; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 45px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid > div > strong { margin-bottom: 7px; }
.footer-grid a { color: #b9c9d0; }.footer-grid a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 82px; height: 82px; object-fit: contain; padding: 4px; border-radius: 18px; background: #fff; }
.footer-brand div { display: grid; }.footer-brand span { color: #aebfc7; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #91a8b2; font-size: .84rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-header { background: #fff; border-bottom: 1px solid var(--line); }
.back-link { color: var(--blue); font-weight: 850; }
.legal-main { padding: 70px 0 95px; }
.legal-card { max-width: 900px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow-small); }
.legal-card h1 { font-size: clamp(2.7rem, 6vw, 5rem); }.legal-card h2 { margin-top: 36px; font-size: 1.35rem; letter-spacing: -.02em; }.legal-card p { color: #45555d; }
.legal-card a { color: var(--blue); text-decoration: underline; }.legal-card code { padding: 2px 5px; border-radius: 4px; background: #e8efeb; }
.legal-warning { margin: 24px 0 34px; padding: 17px 18px; border-left: 5px solid #d29722; border-radius: 10px; background: #fff5da; color: #65490d; }
.legal-footer { padding: 24px 0; background: var(--navy); color: #bfd0d7; }.legal-footer a { color: #fff; }

.status-page { min-height: 100vh; background: linear-gradient(135deg, #edf4ef, #e9f1f6); }
.status-wrap { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.status-card { width: min(100%, 650px); padding: 42px; border-radius: 28px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.status-logo { display: inline-block; }.status-logo img { width: 145px; max-height: 140px; object-fit: contain; margin: 0 auto 14px; }
.status-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; color: #fff; font-size: 1.7rem; font-weight: 950; }.status-icon.success { background: var(--green); }.status-icon.error { background: #a53434; }
.status-card h1 { font-size: clamp(2.2rem, 6vw, 3.7rem); }.status-card p { color: var(--muted); }
.status-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 25px; }.direct-contact { margin-top: 20px !important; }.direct-contact a { color: var(--blue); }

@media (max-width: 1040px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 86px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; max-height: calc(100vh - 105px); overflow: auto; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; }.main-nav .button { margin-top: 5px; color: #fff; }
  .hero-grid, .proof-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }.hero-grid { gap: 54px; }.hero-copy { max-width: 760px; }
  .hero-collage { max-width: 760px; width: 100%; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 4px; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .proof-grid { gap: 50px; }.proof-copy { max-width: 700px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .contact-strip-grid { grid-template-columns: 1fr 1fr; padding: 22px 0; }.strip-intro { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 74px; }.brand img { width: 51px; height: 51px; }.brand small { display: none; }.main-nav { inset-top: 74px; }
  .hero { min-height: auto; padding: 54px 0 70px; }.hero-grid { gap: 42px; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }.hero-text { font-size: 1.04rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 145px 145px; gap: 9px; }.hero-logo-card { grid-column: 1 / -1; grid-row: 1; }.collage-card:last-child { grid-column: 1 / -1; }
  .contact-strip-grid { grid-template-columns: 1fr; gap: 13px; }.strip-intro { grid-column: auto; }.contact-strip a { overflow-wrap: anywhere; }
  .section { padding: 78px 0; }.section-heading { margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; }.service-card:last-child { grid-column: auto; max-width: none; }
  .benefits, .steps, .form-split, .footer-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 0; }.steps li { min-height: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-grid { gap: 30px; }.footer-bottom { flex-direction: column; }
  .whatsapp { right: 13px; bottom: 13px; padding: 12px 14px; }.whatsapp span { display: none; }
  .legal-card { padding: 28px 21px; }.back-link { font-size: .86rem; }.legal-main { padding-top: 35px; }
  .status-wrap { padding: 14px; }.status-card { padding: 31px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   OSMAXO Hero-Finalisierung – Original-Logo unverändert eingebunden
   -------------------------------------------------------------------------- */
.hero .container {
  width: min(calc(100% - 56px), 1500px);
}

.hero-grid {
  grid-template-columns: minmax(390px, 1fr) 860px;
  gap: 52px;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.hero-copy h1 {
  font-size: clamp(4.15rem, 5.55vw, 6.2rem);
  line-height: .96;
  margin-bottom: .55em;
}

.hero-copy h1 em {
  display: inline-block;
  margin-top: .16em;
}

.hero-collage {
  width: 860px;
  height: 560px;
  display: grid;
  grid-template-columns: 560px 260px;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px 40px;
  min-width: 0;
  align-items: stretch;
}

.hero-logo-card {
  grid-column: 1;
  grid-row: 1 / 4;
  width: 560px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-logo-card img {
  display: block;
  width: 630px;
  height: 630px;
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter: none;
  transform: none;
  image-rendering: auto;
}

.hero-collage .collage-card {
  grid-column: 2;
  min-width: 0;
  min-height: 0;
  border-radius: 20px;
}

.hero-collage .collage-card:nth-of-type(1) { grid-row: 1; }
.hero-collage .collage-card:nth-of-type(2) { grid-row: 2; }
.hero-collage .collage-card:nth-of-type(3) { grid-row: 3; }

@media (max-width: 1320px) {
  .hero .container {
    width: min(calc(100% - 44px), 1180px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-collage {
    width: min(100%, 860px);
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .hero-collage {
    width: 100%;
    height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(190px, .62fr);
    grid-template-rows: repeat(3, 160px);
    gap: 12px 22px;
  }

  .hero-logo-card {
    width: 100%;
    height: 504px;
  }

  .hero-logo-card img {
    width: min(100%, 568px);
    height: 568px;
  }
}

@media (max-width: 720px) {
  .hero .container {
    width: min(calc(100% - 28px), 1180px);
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .hero-collage {
    grid-template-columns: 1fr;
    grid-template-rows: 330px repeat(3, 150px);
    gap: 10px;
  }

  .hero-logo-card {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 330px;
  }

  .hero-logo-card img {
    width: 371px;
    height: 371px;
    max-width: 100%;
  }

  .hero-collage .collage-card {
    grid-column: 1;
  }

  .hero-collage .collage-card:nth-of-type(1) { grid-row: 2; }
  .hero-collage .collage-card:nth-of-type(2) { grid-row: 3; }
  .hero-collage .collage-card:nth-of-type(3) { grid-row: 4; }
}
