:root {
  --navy: #0d2340;
  --navy-2: #081a2d;
  --gold: #c7a25f;
  --gold-dark: #9a7337;
  --cream: #f7f2e9;
  --paper: #ffffff;
  --ink: #12243c;
  --muted: #657182;
  --line: #e3ddd3;
  --mist: #f5f6f7;
  --success: #2f7655;
  --danger: #9a3434;
  --shadow: 0 20px 55px rgba(17, 34, 56, .12);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; background: #fff; padding: 10px 14px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.site-logo { width: 50px; height: 50px; object-fit: contain; }
.brand-text { display: grid; line-height: 1.15; }
.brand-text strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; letter-spacing: .035em; }
.brand-text small { margin-top: 5px; color: var(--gold-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: 14px; }
.main-nav a:not(.nav-cta):hover { color: var(--gold-dark); }
.nav-cta { border: 1px solid var(--gold); padding: 11px 18px; color: var(--gold-dark); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; padding: 9px 13px; }

.hero { display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); min-height: 610px; border-bottom: 1px solid var(--line); }
.hero-copy-block, .hero-media { min-width: 0; }
.hero-copy-block { display: flex; align-items: center; background: linear-gradient(135deg, #fff 0%, #fbf8f3 100%); }
.hero-copy-inner { width: min(calc(100% - 48px), 560px); margin-inline: auto; padding: 72px 0 56px; }
.eyebrow { margin: 0 0 15px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.hero h1, .section-heading h2, .about-copy h2, .contact-copy h2, .contact-band h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; }
.hero h1 { margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: 1.03; max-width: 560px; }
.hero-copy { max-width: 520px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: var(--navy-2); }
.button-secondary { background: #fff; color: var(--gold-dark); border-color: var(--gold); }
.button-gold { background: var(--gold); color: var(--navy-2); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0 0; }
.hero-stats div { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; padding-right: 14px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats dt { grid-row: 1 / span 2; align-self: center; font-family: Georgia, serif; font-size: 28px; color: var(--navy); }
.hero-stats dd { margin: 0; align-self: center; color: var(--muted); font-size: 11px; }
.hero-media { min-height: 610px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }

.legal-focus { padding: 34px 0 22px; background: #fff; border-bottom: 1px solid var(--line); }
.section-heading { margin-bottom: 28px; }
.section-heading.centered { text-align: center; }
.compact-heading h2 { margin: 0; font-size: clamp(31px, 3vw, 45px); line-height: 1.1; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 178px; padding: 25px 18px; text-align: center; border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-icon { display: inline-grid; place-items: center; min-width: 44px; min-height: 44px; margin-bottom: 8px; color: var(--gold-dark); font-family: Georgia, serif; font-size: 31px; }
.service-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }

.process-section { padding: 34px 0 42px; background: var(--cream); border-bottom: 1px solid var(--line); }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-list li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 0 24px; border-right: 1px solid rgba(154,115,55,.25); }
.process-list li:last-child { border-right: 0; }
.process-list li::after { content: "→"; position: absolute; right: -10px; top: 13px; color: var(--gold); background: var(--cream); padding: 0 3px; }
.process-list li:last-child::after { display: none; }
.process-list span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-family: Georgia, serif; font-size: 18px; }
.process-list h3 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.process-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.about-section { width: min(calc(100% - 40px), var(--max)); margin: 80px auto; display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 56%); align-items: stretch; border: 1px solid var(--line); background: #fff; }
.about-image-wrap, .about-copy { min-width: 0; }
.about-image-wrap { overflow: hidden; background: var(--cream); }
.about-image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; }
.about-copy { padding: 58px 54px; background: #fff; }
.about-copy h2 { margin: 0; font-size: clamp(37px, 4vw, 55px); line-height: 1.08; }
.about-copy > p { color: var(--muted); max-width: 650px; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.trust-points article { display: grid; grid-template-columns: 30px 1fr; gap: 10px; }
.trust-points article > span { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font-weight: 700; }
.trust-points h3 { margin: 0 0 3px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.trust-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
blockquote { margin: 28px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
blockquote p { margin: 0 0 7px; font-family: Georgia, serif; font-size: 20px; }
blockquote footer { color: var(--muted); font-size: 12px; }

.contact-band { background: var(--navy); color: #fff; }
.contact-band-inner { min-height: 112px; display: grid; grid-template-columns: 62px minmax(0, 1fr) auto minmax(210px, 250px); align-items: center; gap: 24px; }
.contact-band-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 28px; }
.contact-band h2 { margin: 0; font-size: 32px; }
.contact-band p { margin: 2px 0 0; color: rgba(255,255,255,.72); }
.contact-band-phone { display: grid; grid-template-columns: 28px 1fr; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.contact-band-phone span { grid-row: 1 / span 2; color: var(--gold); font-size: 20px; }
.contact-band-phone a { text-decoration: none; font-weight: 700; }
.contact-band-phone small { color: rgba(255,255,255,.64); }

.contact-section { padding: 78px 0; background: #f7f8f9; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 55px); line-height: 1.08; }
.contact-copy > p { color: var(--muted); }
.contact-details { display: grid; gap: 8px; margin-top: 28px; }
.contact-details a { color: var(--gold-dark); font-weight: 700; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 30px; background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.contact-form .full, .form-note { grid-column: 1 / -1; }
input, textarea, select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); background: #fff; color: var(--ink); }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(199,162,95,.2); border-color: var(--gold); }
.form-note { margin: 0; color: var(--muted); font-size: 12px; }
.form-note.success { color: var(--success); font-weight: 700; }
.form-note.error { color: var(--danger); font-weight: 700; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 48px 0 20px; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .7fr; gap: 48px; }
.footer-grid > div { display: grid; align-content: start; gap: 7px; }
.footer-grid strong { font-family: Georgia, serif; font-size: 16px; }
.footer-grid a, .footer-grid span { color: var(--muted); text-decoration: none; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

/* Admin */
.admin-body { background: #edf0f2; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 270px 1fr; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; background: var(--navy); color: #fff; padding: 26px 20px; display: flex; flex-direction: column; }
.admin-brand { padding: 0 8px 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-nav { display: grid; gap: 7px; margin-top: 24px; }
.admin-nav-link { border: 0; background: transparent; color: rgba(255,255,255,.65); padding: 13px 14px; text-align: left; border-radius: 10px; font-weight: 700; }
.admin-nav-link:hover, .admin-nav-link.active { background: rgba(255,255,255,.09); color: #fff; }
.admin-sidebar-footer { margin-top: auto; display: grid; gap: 10px; }
.admin-sidebar-footer a, .admin-sidebar-footer button { color: rgba(255,255,255,.65); border: 0; background: transparent; text-align: left; text-decoration: none; padding: 6px 8px; }
.admin-main { min-width: 0; padding: 34px; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 26px; }
.admin-topbar h1 { margin: 0; font-family: Georgia, serif; font-size: 42px; font-weight: 400; }
.admin-status { background: #fff; border: 1px solid var(--line); padding: 10px 14px; border-radius: 999px; font-size: 12px; color: var(--muted); }
.status-dot { display: inline-block; width: 8px; height: 8px; background: var(--success); border-radius: 50%; margin-right: 7px; }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
.dashboard-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 18px; }
.dashboard-cards article { background: #fff; border: 1px solid var(--line); padding: 24px; border-radius: 16px; display: grid; }
.dashboard-cards span, .dashboard-cards small { color: var(--muted); }
.dashboard-cards strong { font-family: Georgia, serif; font-size: 40px; font-weight: 400; margin: 10px 0 2px; }
.admin-grid { display: grid; gap: 18px; }
.two-columns { grid-template-columns: .75fr 1.25fr; }
.projects-admin-grid { grid-template-columns: 410px 1fr; align-items: start; }
.admin-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.card-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; }
.card-heading h2 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; margin: 0; }
.card-heading a { color: var(--gold-dark); font-size: 13px; font-weight: 700; }
.quick-actions { display: grid; gap: 10px; }
.quick-actions button { border: 1px solid var(--line); background: #fff; padding: 15px; text-align: left; font-weight: 700; border-radius: 10px; }
.quick-actions button:hover { border-color: var(--gold); background: var(--cream); }
.preview-card iframe { width: 100%; height: 470px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.admin-form { display: grid; gap: 18px; }
.admin-form.compact { gap: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label, .admin-form > label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.full-width { grid-column: 1 / -1; }
.save-button { border: 0; background: var(--navy); color: #fff; padding: 11px 16px; border-radius: 9px; font-weight: 700; }
.ghost-button { border: 1px solid var(--line); background: #fff; padding: 11px 16px; border-radius: 9px; font-weight: 700; }
.form-actions { display: flex; gap: 10px; }
.admin-project-list { display: grid; gap: 12px; }
.admin-project-item { display: grid; grid-template-columns: 100px 1fr auto; gap: 16px; align-items: center; border: 1px solid var(--line); padding: 12px; border-radius: 12px; }
.admin-project-item img { width: 100px; height: 74px; object-fit: cover; border-radius: 8px; }
.admin-project-item h3 { margin: 0; font-size: 16px; }
.admin-project-item p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.item-actions { display: flex; gap: 8px; }
.item-actions button, .item-actions a { border: 1px solid var(--line); background: #fff; padding: 8px 10px; border-radius: 8px; font-size: 12px; }
.item-actions .delete { color: #a83232; }
.service-editor { display: grid; gap: 14px; }
.service-editor-item { border: 1px solid var(--line); padding: 18px; border-radius: 12px; display: grid; grid-template-columns: 1fr 2fr; gap: 14px; }
.service-editor-item label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
.toast { position: fixed; right: 28px; bottom: 28px; background: var(--navy); color: #fff; padding: 13px 18px; border-radius: 10px; box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .25s ease; z-index: 100; }
.toast.show { transform: translateY(0); opacity: 1; }
.auth-body { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(135deg, #0d2340, #234466); }
.auth-card { width: min(100%, 520px); background: #fff; padding: 42px; box-shadow: var(--shadow); border-radius: 18px; }
.auth-brand { color: var(--ink); margin-bottom: 36px; }
.auth-card h1 { font-family: Georgia, serif; font-size: 44px; line-height: 1.05; font-weight: 400; margin: 0 0 14px; }
.auth-card > p { color: var(--muted); }
.auth-form { display: grid; gap: 18px; margin-top: 28px; }
.auth-form label { display: grid; gap: 7px; font-weight: 700; font-size: 13px; }
.auth-back { display: inline-block; margin-top: 22px; color: var(--gold-dark); }
.alert { padding: 13px 15px; border-radius: 10px; margin: 18px 0; }
.alert.success { background: #e7f4ed; color: #1f6748; }
.alert.error { background: #fbeaea; color: #943333; }
.admin-alert { margin: 0 0 22px; }
.button-link { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; color: var(--ink); }
.media-preview { border: 1px solid var(--line); background: var(--mist); padding: 12px; display: grid; gap: 8px; }
.media-preview img { width: 100%; max-height: 280px; object-fit: cover; }
.media-preview.square img { max-width: 380px; aspect-ratio: 1; }
.media-preview span { color: var(--muted); font-size: 12px; }
.inquiry-list { display: grid; gap: 14px; }
.inquiry-item { border: 1px solid var(--line); padding: 20px; border-radius: 12px; display: grid; grid-template-columns: 250px 1fr auto; gap: 22px; align-items: start; }
.inquiry-item > div { display: grid; gap: 4px; }
.inquiry-item a { color: var(--gold-dark); }
.inquiry-item span { color: var(--muted); font-size: 12px; }
.inquiry-item p { margin: 0; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 56px; }
.password-toggle { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: 36px; height: 36px; border: 1px solid var(--line); background: #fff; border-radius: 8px; display: grid; place-items: center; }
.password-meta { display: flex; justify-content: space-between; gap: 12px; }
.password-hint, .password-counter { color: var(--muted); font-size: 12px; font-weight: 400; }
.password-counter.ok { color: var(--success); }
.system-check { display: grid; gap: 8px; margin: 18px 0; }
.system-check span { padding: 10px 12px; background: #f5f7f8; border-radius: 8px; font-size: 13px; }
.system-check .bad { background: #fbeaea; color: #943333; }

@media (max-width: 1050px) {
  .main-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; background: #fff; padding: 18px 20px; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy-inner { width: min(calc(100% - 40px), 760px); margin: 0 auto; padding: 64px 0 46px; }
  .hero-media { min-height: 0; aspect-ratio: 16 / 9; background-position: center; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card:nth-child(3) { border-right: 0; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(2)::after { display: none; }
  .about-section { width: min(calc(100% - 40px), var(--max)); grid-template-columns: 1fr; margin: 58px auto; }
  .about-image { min-height: 0; aspect-ratio: 16 / 9; }
  .about-copy { padding: 48px 34px; }
  .contact-band-inner { grid-template-columns: 58px minmax(0, 1fr); padding: 24px 0; }
  .contact-band-inner .button { grid-column: 1 / -1; width: 100%; }
  .contact-band-phone { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
  .admin-nav { grid-template-columns: repeat(5, minmax(120px,1fr)); overflow-x: auto; }
  .admin-sidebar-footer { display: none; }
  .dashboard-cards, .two-columns, .projects-admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .header-inner { min-height: 72px; }
  .main-nav { top: 72px; }
  .site-logo { width: 42px; height: 42px; }
  .brand-text strong { font-size: 18px; }
  .hero-copy-inner { width: calc(100% - 24px); padding: 44px 0 34px; }
  .hero h1 { font-size: clamp(40px, 12vw, 50px); overflow-wrap: anywhere; hyphens: auto; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
  .hero-media { min-height: 0; aspect-ratio: 4 / 3; background-position: center; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list { grid-template-columns: 1fr; gap: 20px; }
  .process-list li { border-right: 0; padding: 0; }
  .process-list li::after { display: none; }
  .about-section { width: calc(100% - 24px); margin: 42px auto; }
  .about-image { aspect-ratio: 4 / 3; min-height: 0; }
  .about-copy { padding: 38px 20px; }
  .trust-points { grid-template-columns: 1fr; }
  .contact-band-inner { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; }
  .contact-band-icon { width: 46px; height: 46px; font-size: 21px; }
  .contact-band h2 { font-size: 25px; line-height: 1.2; }
  .contact-band-inner .button { grid-column: 1 / -1; width: 100%; }
  .contact-band-phone { grid-column: 1 / -1; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .admin-main { padding: 20px 12px; }
  .admin-topbar { flex-direction: column; align-items: flex-start; }
  .dashboard-cards { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .service-editor-item { grid-template-columns: 1fr; }
  .admin-project-item { grid-template-columns: 76px 1fr; }
  .admin-project-item img { width: 76px; height: 64px; }
  .item-actions { grid-column: 1 / -1; }
  .password-meta { flex-direction: column; }
}
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: Georgia, serif; font-weight: 700; }
.admin-simple-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.backup-list { display: grid; gap: 12px; }
.backup-item { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; }
.backup-item > div:first-child { display: grid; gap: 4px; }
.backup-item span { color: var(--muted); font-size: 12px; }
.check-label { display: flex !important; align-items: center; gap: 10px; }
.check-label input { width: auto; }
.setup-note { padding: 14px 16px; background: var(--cream); border-left: 4px solid var(--gold); font-size: 14px; margin: 18px 0; }
.logo-preview img { max-height: 120px; object-fit: contain; background: #fff; }
.favicon-preview img { width: 96px; height: 96px; object-fit: contain; background: #fff; }
.stats-fields label { min-width: 0; }
@media (max-width: 900px) { .admin-simple-grid { grid-template-columns: 1fr; } .backup-item { align-items: flex-start; flex-direction: column; } }

/* Bild- und Mobilkorrektur v11 */
.hero > *, .about-section > *, .contact-grid > *, .contact-band-inner > * { min-width: 0; }
@media (max-width: 700px) {
  .brand-text { min-width: 0; }
  .brand-text strong { white-space: nowrap; }
  .brand-text small { max-width: 190px; white-space: normal; line-height: 1.25; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-stats { gap: 0; }
  .hero-stats div { grid-template-columns: 80px 1fr; }
  .about-copy h2, .contact-copy h2 { overflow-wrap: anywhere; hyphens: auto; }
  .contact-band-copy { min-width: 0; }
  .contact-band-phone { grid-template-columns: 26px minmax(0, 1fr); }
}
