
:root {
  --ink: #0d1720;
  --ink-soft: #1a2732;
  --steel: #8e99a3;
  --silver: #c5cbd0;
  --mist: #eef1f3;
  --paper: #ffffff;
  --line: rgba(13, 23, 32, 0.17);
  --shell: min(100% - 3rem, 110rem);
  --serif: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.page-shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 0.75rem; left: 0.75rem; transform: translateY(-160%); padding: 0.75rem 1rem; color: var(--ink); background: white; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; z-index: 50; inset: 0 0 auto; height: 5.25rem; padding: 0 3rem; display: grid;
  grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; color: white;
  border-bottom: 1px solid rgba(255,255,255,.22); background: rgba(9,17,24,.77); backdrop-filter: blur(13px);
}
.site-header.is-scrolled { position: fixed; background: rgba(9,17,24,.94); box-shadow: 0 8px 36px rgba(0,0,0,.18); }
.brand { display: inline-flex; align-items: center; gap: .65rem; white-space: nowrap; }
.brand-mark { position: relative; width: 2.8rem; height: 2rem; display: inline-block; background: white; }
.brand-mark i, .brand-mark b { position: absolute; top: .36rem; width: 1.3rem; height: 1.3rem; border: .24rem solid var(--ink); border-radius: 50%; }
.brand-mark i { left: .28rem; }
.brand-mark b { right: .28rem; border-color: var(--steel); }
.brand-name { font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 400; letter-spacing: -.045em; }
.brand-name strong { font-weight: 600; }
.primary-nav { justify-self: center; display: flex; gap: clamp(1.2rem, 2.5vw, 2.75rem); font-size: .92rem; }
.primary-nav a, .site-footer nav a { position: relative; color: rgba(255,255,255,.82); }
.primary-nav a::after, .site-footer nav a::after { content: ""; position: absolute; inset: auto 0 -.45rem; height: 1px; background: white; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .site-footer nav a:hover::after, .site-footer nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-divider { height: 1.7rem; width: 1px; background: rgba(255,255,255,.35); }
.icon-button { border: 0; background: transparent; color: white; width: 2.2rem; height: 2.2rem; display: grid; place-items: center; cursor: pointer; }
.icon-button svg { width: 1.45rem; fill: none; stroke: currentColor; stroke-width: 2; }
.button { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; padding: .78rem 1.45rem; border: 1px solid transparent; border-radius: 1px; font-weight: 650; font-size: .9rem; letter-spacing: -.01em; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--ink); box-shadow: 0 3px 16px rgba(0,0,0,.12); }
.button-light:hover { background: var(--mist); }
.button-ghost, .button-outline { color: white; background: transparent; border-color: rgba(255,255,255,.62); }
.button-ghost:hover, .button-outline:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--ink-soft); }
.button-arrow span { font-size: 1.25em; transition: transform .2s ease; }
.button-arrow:hover span { transform: translateX(.3rem); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle > span:not(.sr-only) { width: 1.55rem; height: 1px; background: white; display: block; margin: .34rem 0; }

.hero { position: relative; min-height: min(49rem, 86vh); color: white; overflow: hidden; display: flex; align-items: stretch; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("/assets/casa-hero-r1.png") 58% center / cover no-repeat; transform: scale(1.015); animation: hero-settle 10s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(7,14,20,.97) 0%, rgba(7,14,20,.88) 28%, rgba(7,14,20,.39) 54%, rgba(7,14,20,.08) 80%), linear-gradient(0deg, rgba(6,13,19,.35), transparent 45%); }
.hero-inner { position: relative; z-index: 2; padding-top: 8.25rem; padding-bottom: 2rem; display: grid; grid-template-columns: minmax(0, .9fr) minmax(26rem, 1.1fr); align-items: center; }
.hero-copy { max-width: 46rem; padding-block: 2rem; }
.hero h1 { margin: 0 0 .85rem; font-family: var(--serif); font-size: clamp(3.6rem, 5.3vw, 6rem); line-height: .95; letter-spacing: -.055em; font-weight: 400; text-wrap: balance; }
.hero-copy > p { margin: 0; max-width: 44rem; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.22; color: rgba(255,255,255,.93); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-keywords { display: flex; flex-wrap: wrap; gap: 1.3rem 2.1rem; margin-top: 1.85rem; text-transform: uppercase; letter-spacing: .22em; font-size: .7rem; font-weight: 650; }
.hero-keywords span { position: relative; }
.hero-keywords span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -1.18rem; width: .2rem; height: .2rem; border-radius: 50%; background: var(--silver); }
.hero-rail { position: absolute; right: 0; top: 9rem; margin: 0; padding-left: 1.35rem; border-left: 1px solid rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .24em; font-size: .74rem; line-height: 1.75; font-weight: 650; }
.connection-map { position: absolute; z-index: 1; top: 6.8rem; right: 11%; width: min(43vw, 46rem); height: auto; overflow: visible; opacity: .94; }
.route-lines path { fill: none; stroke: rgba(255,255,255,.72); stroke-width: 1.4; stroke-linecap: round; stroke-dasharray: 480; stroke-dashoffset: 480; animation: draw-route 1.8s ease forwards; }
.route-lines path:nth-child(2) { animation-delay: .15s; }.route-lines path:nth-child(3) { animation-delay: .3s; }.route-lines path:nth-child(4) { animation-delay: .45s; }.route-lines path:nth-child(5) { animation-delay: .6s; }.route-lines path:nth-child(6) { animation-delay: .75s; }.route-lines path:nth-child(7) { animation-delay: .9s; }
.route-dots circle { fill: white; opacity: 0; animation: dot-in .35s 1.1s ease forwards; }
.route-dots .hub { fill: rgba(255,255,255,.35); stroke: white; stroke-width: 2; }
.connection-map text { fill: rgba(255,255,255,.82); font-family: var(--sans); font-size: 16px; font-weight: 650; letter-spacing: .18em; }

.service-strip { background: white; border-bottom: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.service-item { min-height: 12rem; padding: 1.7rem 1.6rem 1.25rem; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; column-gap: 1rem; border-right: 1px solid var(--line); transition: background .2s ease; }
.service-item:first-child { border-left: 1px solid var(--line); }
.service-item:hover { background: var(--mist); }
.service-item .line-icon { grid-column: 1 / -1; margin-bottom: 1rem; }
.line-icon svg, .audience-item svg, .sector-item svg { width: 2.75rem; height: 2.75rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-item strong { display: block; text-transform: uppercase; letter-spacing: .09em; line-height: 1.08; font-size: .88rem; }
.service-item small { display: block; margin-top: .6rem; font-size: .88rem; line-height: 1.28; color: #4e5a63; }
.service-item > b { align-self: end; font-size: 1.2rem; font-weight: 400; }

.audience-strip { background: linear-gradient(90deg, #f8f9fa, #eef1f3); border-bottom: 1px solid var(--line); }
.audience-grid { min-height: 8rem; display: grid; grid-template-columns: .55fr repeat(4, 1fr); align-items: stretch; }
.audience-intro { display: flex; align-items: center; gap: 2.2rem; padding-right: 1rem; }
.audience-intro p { margin: 0; text-transform: uppercase; letter-spacing: .24em; font-weight: 650; font-size: 1rem; }
.audience-intro span { margin-left: auto; width: 1px; height: 65%; background: var(--line); }
.audience-item { display: grid; grid-template-columns: 3.5rem 1fr; gap: .8rem; align-items: center; padding: 1.5rem; border-right: 1px solid var(--line); }
.audience-item:last-child { border-right: 0; }
.audience-item h2 { margin: 0 0 .35rem; text-transform: uppercase; letter-spacing: .08em; font-size: .83rem; }
.audience-item p { margin: 0; color: #4d5962; font-size: .87rem; line-height: 1.3; }

.why-georgia { display: grid; grid-template-columns: 1.42fr 1fr; min-height: 32rem; background: var(--ink); color: white; }
.why-copy { padding: 3.6rem max(3rem, calc((100vw - min(100vw - 3rem, 110rem)) / 2)); display: grid; grid-template-columns: 1.5fr .9fr; gap: 3rem; align-items: center; }
.why-copy-inner { padding-right: 2rem; }
.eyebrow { display: inline-block; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .28em; font-size: .72rem; font-weight: 700; color: var(--steel); }
.why-copy h2, .section-heading h2, .events-copy h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; font-size: clamp(2.5rem, 3.5vw, 4.4rem); line-height: 1.02; }
.why-copy-inner > p { max-width: 42rem; margin: 1.25rem 0 1.6rem; color: rgba(255,255,255,.72); }
.why-points { margin: 0; padding: 0 0 0 2.5rem; list-style: none; border-left: 1px solid rgba(255,255,255,.22); }
.why-points li { display: grid; grid-template-columns: 2.3rem 1fr; align-items: center; gap: .7rem; min-height: 4.4rem; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .92rem; }
.why-points li:last-child { border-bottom: 0; }
.why-points span { font-size: 1.55rem; }
.why-image { min-height: 29rem; position: relative; background: linear-gradient(90deg, rgba(13,23,32,.18), transparent), url("/assets/casa-hero-r1.png") 78% center / cover no-repeat; }
.why-image p { position: absolute; right: 2.5rem; top: 2.5rem; margin: 0; padding-left: 1.2rem; border-left: 1px solid rgba(13,23,32,.65); color: var(--ink); text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; line-height: 1.7; font-weight: 700; }

.sector-strip { border-bottom: 1px solid var(--line); }
.sector-grid { min-height: 9rem; display: grid; grid-template-columns: 1.2fr repeat(5, .9fr) 1.5fr; }
.sector-intro { align-self: center; padding-right: 2rem; }
.sector-intro h2 { margin: 0 0 .35rem; text-transform: uppercase; letter-spacing: .18em; font-size: .85rem; }
.sector-intro p { margin: 0; color: #59656d; font-size: .9rem; line-height: 1.3; }
.sector-item { display: grid; place-content: center; justify-items: center; gap: .55rem; border-left: 1px solid var(--line); font-weight: 650; transition: background .2s ease; }
.sector-item:hover { background: var(--mist); }
.sector-cta { align-self: center; margin-left: 1.5rem; padding: 1rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); text-transform: uppercase; letter-spacing: .08em; font-size: .77rem; font-weight: 700; }
.sector-cta span { font-size: 1.2rem; }

.opportunities { padding: 7rem 0; background: white; }
.section-heading { display: grid; grid-template-columns: 1.55fr .65fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2 { max-width: 52rem; }
.section-heading > p { margin: 0; color: #57636c; font-size: 1.05rem; }
.opportunity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.opportunity-card { min-height: 25rem; padding: 2rem; display: flex; flex-direction: column; border-left: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.opportunity-card:last-child { border-right: 1px solid var(--line); }
.opportunity-card:hover { color: white; background: var(--ink); }
.card-number { color: var(--steel); font-size: .8rem; }
.card-label { margin: 4rem 0 1rem; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.opportunity-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.2vw, 2.45rem); line-height: 1.1; font-weight: 400; letter-spacing: -.035em; }
.opportunity-card a { margin-top: auto; padding-top: 2rem; display: flex; justify-content: space-between; font-size: .86rem; font-weight: 650; }

.events { padding: 6rem 0; color: white; background: linear-gradient(115deg, #0d1720, #21303c); }
.events-grid { display: grid; grid-template-columns: .95fr 1.2fr; gap: 8rem; align-items: center; }
.events-copy p { max-width: 40rem; color: rgba(255,255,255,.7); }
.event-cities { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.23); }
.event-cities > span { padding: 2rem 1.3rem; border-left: 1px solid rgba(255,255,255,.23); }
.event-cities > span:last-child { border-right: 1px solid rgba(255,255,255,.23); }
.event-cities b, .event-cities small { display: block; }
.event-cities b { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.event-cities small { margin-top: .6rem; color: rgba(255,255,255,.57); font-size: .78rem; }

.contact { padding: 6rem 0; background: var(--mist); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8rem; align-items: end; }
.contact-copy h2 { max-width: 53rem; }
.contact-action { padding-left: 2rem; border-left: 1px solid var(--line); }
.contact-action p { margin: 0 0 1.5rem; color: #526069; }

.site-footer { padding: 1.75rem 3rem; background: #0a141c; color: white; }
.footer-grid { width: 100%; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 3rem; }
.footer-brand .brand-mark { transform: scale(.82); transform-origin: left center; margin-right: -.35rem; }
.footer-brand .brand-name { font-size: 1.55rem; }
.site-footer nav { justify-self: center; display: flex; gap: 2rem; font-size: .76rem; }
.site-footer p { margin: 0; padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.25); text-transform: uppercase; letter-spacing: .23em; font-size: .65rem; color: rgba(255,255,255,.66); }
.footer-language { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.25); font-size: .75rem; }

.login-dialog { width: min(90vw, 34rem); border: 0; padding: 3rem; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.login-dialog::backdrop { background: rgba(5,10,15,.77); backdrop-filter: blur(4px); }
.login-dialog h2 { margin: 0; font-family: var(--serif); font-size: 2.65rem; font-weight: 400; letter-spacing: -.04em; }
.login-dialog p { color: #53616b; margin: 1rem 0 1.6rem; }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 2.4rem; height: 2.4rem; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; }
.search-panel { position: fixed; z-index: 100; inset: 0 0 auto; transform: translateY(-110%); color: white; background: rgba(9,17,24,.98); transition: transform .3s ease; box-shadow: 0 16px 60px rgba(0,0,0,.35); }
.search-panel.is-open { transform: translateY(0); }
.search-panel-inner { min-height: 12rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-content: center; align-items: center; }
.search-panel label { font-family: var(--serif); font-size: 1.6rem; }
.search-panel input { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); padding: .8rem 0; outline: 0; color: white; background: transparent; font-size: 1.1rem; }
.search-close { border: 0; color: white; background: transparent; font-size: 2rem; cursor: pointer; }
.search-result { grid-column: 2; min-height: 1.3rem; margin: -.8rem 0 0; color: var(--silver); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes draw-route { to { stroke-dashoffset: 0; } }
@keyframes dot-in { to { opacity: 1; } }
@keyframes hero-settle { from { transform: scale(1.06); } to { transform: scale(1.015); } }

@media (max-width: 86rem) {
  .site-header { padding-inline: 1.5rem; grid-template-columns: auto 1fr auto; }
  .primary-nav { gap: 1.25rem; }
  .primary-nav a:nth-last-child(-n+2) { display: none; }
  .header-actions .button-light { display: none; }
  .why-copy { grid-template-columns: 1fr; gap: 1.5rem; }
  .why-points { padding-left: 0; border-left: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 1.5rem; }
  .sector-grid { grid-template-columns: 1.1fr repeat(5, .8fr); }
  .sector-cta { display: none; }
  .footer-grid { grid-template-columns: auto 1fr auto; }
  .site-footer p { display: none; }
}

@media (max-width: 68rem) {
  :root { --shell: min(100% - 2rem, 62rem); }
  .site-header { height: 4.7rem; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-nav { position: fixed; inset: 4.7rem 0 auto; display: grid; gap: 0; padding: 1rem 1.5rem 1.5rem; background: rgba(9,17,24,.98); transform: translateY(-130%); transition: transform .3s ease; z-index: -1; }
  .primary-nav.is-open { transform: translateY(0); }
  .primary-nav a, .primary-nav a:nth-last-child(-n+2) { display: block; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .header-actions { display: none; }
  .hero { min-height: 44rem; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 7rem; }
  .hero-copy { max-width: 39rem; }
  .hero h1 { font-size: clamp(3.4rem, 8vw, 5.2rem); }
  .hero-rail { right: 1rem; top: 6.3rem; }
  .connection-map { right: -10%; top: 9rem; width: 65vw; opacity: .68; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-item { border-bottom: 1px solid var(--line); }
  .service-item:last-child { grid-column: 1 / -1; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-intro { grid-column: 1 / -1; min-height: 5rem; border-bottom: 1px solid var(--line); }
  .audience-intro p { display: flex; gap: .4rem; }
  .audience-intro p br { display: none; }
  .audience-item { min-height: 7rem; }
  .why-georgia { grid-template-columns: 1fr; }
  .why-copy { padding: 4rem max(1rem, calc((100vw - min(100vw - 2rem, 62rem)) / 2)); grid-template-columns: 1.1fr .9fr; }
  .sector-grid { grid-template-columns: repeat(5, 1fr); }
  .sector-intro { grid-column: 1 / -1; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
  .sector-item { min-height: 7.5rem; }
  .section-heading, .events-grid, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-card { min-height: 18rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .event-cities { margin-top: 1rem; }
  .contact-action { padding-left: 0; padding-top: 2rem; border-left: 0; border-top: 1px solid var(--line); }
  .site-footer nav { display: none; }
  .footer-grid { grid-template-columns: 1fr auto; }
}

@media (max-width: 42rem) {
  :root { --shell: min(100% - 1.5rem, 40rem); }
  .site-header { padding-inline: .85rem; }
  .brand-name { font-size: 1.43rem; }
  .brand-mark { width: 2.35rem; height: 1.7rem; }
  .brand-mark i, .brand-mark b { top: .3rem; width: 1.1rem; height: 1.1rem; border-width: .2rem; }
  .hero { min-height: 45rem; }
  .hero-image { background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,14,20,.94), rgba(7,14,20,.59)), linear-gradient(0deg, rgba(7,14,20,.72), transparent 50%); }
  .hero-inner { padding-top: 6.25rem; align-items: end; }
  .hero-copy { padding-bottom: 1.5rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-copy > p { font-size: 1.25rem; max-width: 30rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-keywords { gap: .75rem 1.4rem; line-height: 1.7; }
  .hero-keywords span:not(:last-child)::after { right: -.8rem; }
  .hero-rail, .connection-map { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item, .service-item:last-child { grid-column: auto; min-height: 10rem; border-left: 0; border-right: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-item { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .why-copy { grid-template-columns: 1fr; padding: 3.5rem .75rem; }
  .why-copy-inner { padding-right: 0; }
  .why-points { grid-template-columns: 1fr; }
  .why-image { min-height: 22rem; }
  .why-image p { right: 1.25rem; top: 1.5rem; color: white; border-color: white; text-shadow: 0 1px 12px rgba(0,0,0,.75); }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-intro { grid-column: 1 / -1; }
  .sector-item { border-bottom: 1px solid var(--line); }
  .sector-item:last-of-type { grid-column: 1 / -1; }
  .opportunities, .events, .contact { padding: 4.5rem 0; }
  .section-heading { gap: 1.5rem; margin-bottom: 2.5rem; }
  .opportunity-card { padding: 1.5rem; }
  .event-cities { grid-template-columns: 1fr; }
  .event-cities > span { border-right: 1px solid rgba(255,255,255,.23); border-bottom: 1px solid rgba(255,255,255,.23); }
  .site-footer { padding: 1.5rem .75rem; }
  .login-dialog { padding: 2.3rem 1.5rem; }
  .search-panel-inner { min-height: 14rem; grid-template-columns: 1fr auto; }
  .search-panel label { grid-column: 1 / -1; }
  .search-result { grid-column: 1 / -1; }
}

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

/* Approval dummy: original layout and dark footer, unaltered original SVG logos. */
.brand-logo { display: block; width: 18rem; max-width: 100%; height: auto; }
.footer-brand .brand-logo { width: 16rem; }
@media (max-width: 86rem) {
  .site-header .brand-logo { width: 16rem; }
}
@media (max-width: 68rem) {
  .site-header { grid-template-columns: auto 1fr; gap: 1rem; }
}
@media (max-width: 42rem) {
  .site-header .brand-logo, .footer-brand .brand-logo { width: 14rem; }
  .footer-grid { gap: 1rem; }
}

/* Integration: original reference geometry, functional destinations and German content. */
html { scroll-padding-top: 6.5rem; }
img { max-width: 100%; height: auto; }
.menu-toggle { color: white; cursor: pointer; }
.menu-toggle { grid-column: 3; grid-row: 1; }
.primary-nav { grid-column: 2; grid-row: 1; }
.header-actions { grid-column: 3; grid-row: 1; }
.header-language { color: #c5cbd0; font-size: .75rem; }
.reveal { opacity: 1; transform: none; }
.casa-test-note { padding: .4rem 1rem; background: #eef1f3; color: #52636f; border-bottom: 1px solid var(--line); font-size: .7rem; text-align: center; }
.source-note { display: block; margin-top: .8rem; color: #c5cbd0; font-size: .72rem; text-decoration: underline; text-underline-offset: .2rem; }
.editorial-section { padding: 5rem 0; border-top: 1px solid var(--line); background: #fff; }
.editorial-section .section-heading { margin-bottom: 2.5rem; }
.editorial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid var(--line); }
.editorial-grid>article { min-width: 0; padding: 2rem; border-left: 1px solid var(--line); }
.editorial-grid>article:last-child { border-right: 1px solid var(--line); }
.editorial-grid h3,.editorial-grid h2 { font:400 1.65rem/1.15 var(--serif); letter-spacing:-.035em; }
.editorial-grid p { color:#52636f; }
.editorial-grid a { font-size:.85rem; text-decoration:underline; text-underline-offset:.2rem; }
.editorial-grid .pill { font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; }
.editorial-grid .row { display:flex; flex-wrap:wrap; gap:.6rem; }
.meta { color:#65737d; font-size:.75rem; line-height:1.5; }
.editorial-details { padding-top:2rem; }
.editorial-details summary { padding:1rem 0; cursor:pointer; font-weight:650; }
.opportunity-card h3 { overflow-wrap:break-word; }
.event-cities a { grid-column:1/-1; padding:1rem 1.3rem; border-inline:1px solid #ffffff3b; font-size:.85rem; }
.events-status { font-size:.78rem; color:#c5cbd0; }
.footer-brand .brand-logo { width:16rem; }
.footer-grid { grid-template-columns:auto 1fr auto auto; }
.site-footer nav { flex-wrap:wrap; gap:.75rem 1.5rem; }
.search-panel[hidden] { display:none; }
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible { outline:3px solid #8da6b9; outline-offset:5px; }
@media(max-width:86rem) { .footer-grid{grid-template-columns:auto 1fr auto} .primary-nav{gap:1.1rem;font-size:.85rem} }
@media(max-width:68rem) { .menu-toggle{grid-column:2;grid-row:1} .primary-nav{grid-column:auto;grid-row:auto} .primary-nav:not(.is-open){visibility:hidden;pointer-events:none} .editorial-grid{grid-template-columns:1fr} .editorial-grid>article{border-right:1px solid var(--line);border-bottom:1px solid var(--line)} .footer-grid{grid-template-columns:1fr auto} .site-footer nav{display:flex;grid-column:1/-1;grid-row:2;justify-self:start} .editorial-section{padding:4rem 0} }
@media(min-width:68.001rem) { .mobile-access{display:none!important} }
@media(max-width:42rem) { .hero h1{font-size:clamp(2.55rem,12.5vw,4.3rem)} .editorial-grid>article{padding:1.5rem} }
@media print { .site-header,.search-panel,.menu-toggle{display:none} .hero{min-height:0;background:#0d1720} .hero-inner{padding-top:2rem} .connection-map{display:none} .reveal{opacity:1} }
