:root {
  --navy-1000: #07111f;
  --navy-950: #0c1b2d;
  --navy-900: #132a43;
  --navy-850: #19364f;
  --navy-800: #23465e;
  --blue-650: #31556e;
  --blue-300: #9bb0bd;
  --gold-700: #75654e;
  --gold-600: #8f7a5a;
  --gold-500: #b39a70;
  --gold-300: #d8c69a;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #121a24;
  --muted: #626c76;
  --line: rgba(15, 39, 57, .13);
  --shadow: 0 28px 80px rgba(5, 19, 30, .13);
  --shadow-soft: 0 18px 46px rgba(5, 19, 30, .09);
  --radius: 24px;
  --shell: min(1380px, calc(100vw - clamp(42px, 7vw, 150px)));
  --header-h: 92px;
  --font-display: "Iowan Old Style", Baskerville, "Baskerville Old Face", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --scroll-y: 0px;
  --scroll-progress: 0%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; }
button, input, textarea { font: inherit; }
address { font-style: normal; }
::selection { color: var(--navy-950); background: var(--gold-300); }

.shell { width: var(--shell); margin-inline: auto; }
.section-anchor { scroll-margin-top: var(--header-h); }
.section-light { background: var(--paper); }
.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; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px;
  color: var(--white); background: var(--navy-900); border-radius: 8px;
  transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: var(--scroll-progress); height: 100%; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-h);
  background: rgba(251,250,246,.96); border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px); transition: height .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.scrolled { height: 78px; border-color: var(--line); box-shadow: 0 10px 36px rgba(8,20,31,.08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 18px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; width: 260px; min-width: 0; color: var(--navy-950); text-decoration: none; }
.brand .ci-logo { position: relative; flex: 0 0 auto; display: block; width: 50px; height: 58px; overflow: hidden; transition: width .25s ease, height .25s ease; }
.brand .ci-logo img { position: absolute; left: 50%; top: 50%; width: 396%; max-width: none; height: auto; transform: translate(-51.8%, -45.2%); }
.brand .brand-name { max-width: 190px; font-family: var(--font-display); font-size: 1.04rem; line-height: 1.04; letter-spacing: -.015em; }
.site-header.scrolled .brand .ci-logo { width: 45px; height: 52px; }
.site-nav { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.site-nav a {
  position: relative; color: var(--navy-900); text-decoration: none; font-size: .76rem;
  font-weight: 780; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap;
}
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 1px;
  background: var(--gold-500); transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.language-switcher {
  flex: 0 0 auto; display: flex; align-items: center; gap: 0; margin-left: 2px; padding-left: 13px;
  border-left: 1px solid var(--line);
}
.language-switcher a {
  position: relative; min-width: 0; height: 28px; padding: 0 7px; border: 0;
  display: grid; place-items: center; color: rgba(19,42,67,.48); background: transparent; cursor: pointer; text-decoration: none; font-size: .61rem; font-weight: 800;
  letter-spacing: .075em; transition: color .18s ease, opacity .18s ease;
}
.language-switcher a + a::before {
  content: "·"; position: absolute; left: -2px; color: rgba(19,42,67,.2); font-weight: 400;
}
.language-switcher a:hover { color: var(--navy-900); }
.language-switcher a[aria-current="page"] { color: var(--gold-700); }
.language-switcher a[aria-current="page"]::after {
  content: ""; position: absolute; left: 7px; right: 7px; bottom: 2px; height: 1px; background: var(--gold-500);
}
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative; min-height: 100svh; color: var(--white); background:
    radial-gradient(circle at 76% 38%, rgba(79,112,132,.28), transparent 28%),
    linear-gradient(120deg, #07111f 0%, #0d2234 48%, #102d43 100%);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(4,13,22,.95) 0%, rgba(4,13,22,.72) 48%, rgba(4,13,22,.08) 86%);
}
.hero-grain {
  position: absolute; inset: 0; z-index: 2; opacity: .08; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}
.hero-inner { position: relative; z-index: 4; min-height: 100svh; display: flex; align-items: center; }
.hero-copy { width: 64%; padding: 158px 0 112px; }
.eyebrow {
  margin: 0 0 22px; color: var(--gold-300); font-size: .69rem; font-weight: 850;
  letter-spacing: .17em; text-transform: uppercase;
}
.eyebrow.dark { color: var(--gold-600); }
h1, h2, h3, blockquote { font-family: var(--font-display); }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(3.35rem, 5.85vw, 5.85rem); line-height: 1; font-weight: 400; letter-spacing: -.042em; }
.hero h1 em { color: var(--gold-300); font-weight: 400; }
.hero-lead { max-width: 670px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.45vw, 1.23rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 22px;
  border: 1px solid transparent; border-radius: 999px; text-decoration: none; cursor: pointer;
  font-size: .76rem; font-weight: 820; letter-spacing: .04em; text-transform: uppercase;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold-300); }
.button-primary:hover { background: #ead9a8; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: var(--gold-300); }
.hero-principles { display: flex; gap: 42px; margin: 55px 0 0; padding: 0; }
.hero-principles div { max-width: 165px; }
.hero-principles dt { color: var(--white); font-family: var(--font-display); font-size: 1.03rem; }
.hero-principles dd { margin: 3px 0 0; color: rgba(255,255,255,.48); font-size: .75rem; line-height: 1.45; }
.route-field {
  position: absolute; z-index: 0; width: min(760px, 62vw); aspect-ratio: 1; right: -1%; top: 50%;
  transform: translateY(calc(-48% + var(--scroll-y) * .08)); opacity: .98; pointer-events: none;
}
.route-field svg { width: 100%; height: 100%; }
.route-lines path { stroke-dasharray: 9 13; animation: routeFlow 8s linear infinite; }
@keyframes routeFlow { to { stroke-dashoffset: -88; } }
.scroll-cue {
  position: absolute; z-index: 5; left: 50%; bottom: 28px; display: grid; justify-items: center; gap: 7px;
  color: rgba(255,255,255,.5); text-decoration: none; font-size: .61rem; font-weight: 780;
  letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%);
}
.scroll-cue span { width: 1px; height: 34px; background: linear-gradient(var(--gold-300), transparent); animation: cue 1.8s ease-in-out infinite; }
.scroll-cue b { font: inherit; }
@keyframes cue { 0%,100% { transform: scaleY(.45); transform-origin: top; opacity: .45; } 50% { transform: scaleY(1); opacity: 1; } }

.intro { padding: 138px 0 126px; }
.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 105px; }
.section-heading h2, .portfolio-copy h2, .contact-copy h2 {
  margin: 0; color: var(--navy-900); font-size: clamp(2.4rem, 4vw, 4.15rem); line-height: 1.06;
  font-weight: 400; letter-spacing: -.035em;
}
.section-heading > p:last-child { max-width: 660px; margin: 23px 0 0; color: var(--muted); font-size: 1.03rem; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p:last-child { color: rgba(255,255,255,.59); }
.section-heading.compact { max-width: 620px; margin-bottom: 47px; }
.intro-copy { padding-top: 46px; color: var(--muted); font-size: 1.04rem; }
.intro-copy p { margin: 0 0 22px; }
.lead-text { color: var(--navy-900); font-family: var(--font-display); font-size: clamp(1.46rem, 2vw, 1.93rem); line-height: 1.42; }
.value-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-strip article { padding: 31px 34px 34px 0; }
.value-strip article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.value-strip span { color: var(--gold-600); font-size: .68rem; font-weight: 850; letter-spacing: .13em; }
.value-strip h3 { margin: 15px 0 7px; color: var(--navy-900); font-size: 1.59rem; font-weight: 400; }
.value-strip p { margin: 0; color: var(--muted); font-size: .88rem; }

.focus { position: relative; padding: 132px 0 145px; color: var(--white); background: var(--navy-950); overflow: hidden; }
.focus-art { position: absolute; inset: 0; opacity: .32; pointer-events: none; background:
  radial-gradient(circle at 78% 14%, rgba(216,198,154,.24), transparent 22%),
  linear-gradient(115deg, transparent 0 62%, rgba(255,255,255,.025) 62% 63%, transparent 63% 100%);
  transform: translateY(calc(var(--scroll-y) * -.025));
}
.focus-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 62px; }
.focus-card {
  min-height: 390px; padding: 35px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius);
  background: rgba(255,255,255,.035); transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.focus-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.06); border-color: rgba(216,198,154,.38); }
.icon-wrap { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(216,198,154,.32); border-radius: 50%; }
.icon-wrap svg { width: 32px; fill: none; stroke: var(--gold-300); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.focus-card h3 { margin: 72px 0 0; font-size: 2rem; font-weight: 400; }
.focus-card > p:last-child { margin: 17px 0 0; color: rgba(255,255,255,.59); font-size: .92rem; }

.portfolio { padding: 140px 0; }
.portfolio-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 90px; align-items: center; }
.portfolio-copy p:not(.eyebrow) { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 1.01rem; }
.portfolio-visual { position: relative; min-height: 520px; }
.portfolio-ring { position: absolute; inset: 50% auto auto 50%; border: 1px solid var(--line); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 390px; height: 390px; }
.ring-two { width: 265px; height: 265px; border-color: rgba(179,154,112,.34); }
.portfolio-center, .portfolio-node {
  position: absolute; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--paper); box-shadow: var(--shadow-soft);
}
.portfolio-center { inset: 50% auto auto 50%; width: 164px; height: 164px; transform: translate(-50%,-50%); border: 1px solid rgba(179,154,112,.45); }
.portfolio-center strong { color: var(--navy-900); font-family: var(--font-display); font-size: 1.55rem; letter-spacing: .08em; }
.portfolio-center small { margin-top: -47px; color: var(--gold-600); font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.portfolio-node { width: 108px; height: 108px; padding: 13px; border: 1px solid var(--line); color: var(--navy-800); font-size: .69rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.node-a { top: 5%; left: 9%; }
.node-b { top: 23%; right: 0; }
.node-c { bottom: 1%; left: 22%; }
.portfolio-visual::before, .portfolio-visual::after { content: ""; position: absolute; width: 95px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-500)); transform-origin: right; }
.portfolio-visual::before { top: 32%; left: 22%; transform: rotate(31deg); }
.portfolio-visual::after { right: 20%; bottom: 29%; transform: rotate(140deg); }

.statement { position: relative; padding: 124px 0; color: var(--white); background: linear-gradient(120deg, var(--navy-900), #193d55); overflow: hidden; }
.statement-lines { position: absolute; inset: -90px 0; transform: translateY(calc(var(--scroll-y) * -.035)); opacity: .7; background: repeating-linear-gradient(90deg, transparent 0 96px, rgba(229,206,145,.055) 96px 97px); }
.statement-inner { position: relative; max-width: 990px; text-align: center; }
.statement blockquote { margin: 0; font-size: clamp(1.85rem, 3.45vw, 3.45rem); line-height: 1.24; font-weight: 400; }

.contact { padding: 132px 0 142px; }
.contact-head { display: grid; grid-template-columns: 1fr .85fr; gap: 96px; align-items: end; }
.contact-copy p:not(.eyebrow) { max-width: 610px; margin: 25px 0 0; color: var(--muted); font-size: 1.02rem; }
.contact-email { padding: 38px 40px; color: var(--white); background: var(--navy-900); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-email > span { display: block; margin-bottom: 25px; color: var(--gold-300); font-size: .68rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.contact-email a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; font-family: var(--font-display); font-size: clamp(1.55rem, 2.7vw, 2.35rem); }
.contact-email a b { color: var(--gold-300); font-family: var(--font-body); font-size: 1.05rem; transition: transform .2s ease; }
.contact-email a:hover b { transform: translate(3px,-3px); }
.contact-form-wrap { margin-top: 64px; padding: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label > span:not(.consent-row span) { display: block; margin-bottom: 8px; color: var(--navy-900); font-size: .76rem; font-weight: 780; letter-spacing: .035em; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 14px 16px; color: var(--ink); background: var(--paper); border: 1px solid rgba(15,39,57,.16);
  border-radius: 12px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-form textarea { min-height: 155px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold-500); background: #fff; box-shadow: 0 0 0 4px rgba(179,154,112,.13); }
.contact-form input:user-invalid, .contact-form textarea:user-invalid { border-color: #a34747; }
.form-wide { grid-column: 1 / -1; }
.form-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 35px; margin-top: 27px; }
.consent-row { display: flex; align-items: flex-start; gap: 11px; max-width: 720px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.consent-row input { flex: 0 0 auto; width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--navy-900); }
.form-submit { border: 0; white-space: nowrap; }
.form-note { margin: 18px 0 0; color: #78818a; font-size: .73rem; }
.form-status { min-height: 1.4em; margin: 9px 0 0; color: var(--navy-800); font-size: .79rem; font-weight: 700; }

.legal { padding: 112px 0 125px; color: var(--white); background: var(--navy-1000); }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.legal-panel { border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.035); overflow: hidden; }
.legal-panel[open] { background: rgba(255,255,255,.055); }
.legal-panel summary { cursor: pointer; list-style: none; padding: 24px 26px; font-family: var(--font-display); font-size: 1.35rem; }
.legal-panel summary::-webkit-details-marker { display: none; }
.legal-panel summary::after { content: "+"; float: right; color: var(--gold-300); font-family: var(--font-body); }
.legal-panel[open] summary::after { content: "−"; }
.legal-content { padding: 0 26px 29px; color: rgba(255,255,255,.64); font-size: .87rem; }
.legal-content h3 { margin: 27px 0 7px; color: var(--white); font-size: 1.13rem; font-weight: 400; }
.legal-content h3:first-child { margin-top: 0; }
.legal-content a { color: var(--gold-300); }

.site-footer { padding: 43px 0; color: rgba(255,255,255,.55); background: #02070c; border-top: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 17px; min-width: 0; }
.footer-brand p { margin: 0; }
.footer-logo { display: block; flex: 0 0 auto; width: 46px; height: 54px; overflow: hidden; }
.footer-logo svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-grid nav a { text-decoration: none; font-size: .74rem; font-weight: 760; }
.footer-grid nav a:hover { color: var(--gold-300); }
.copyright { grid-column: 1 / -1; justify-self: end; font-size: .71rem; }


@media (max-width: 1160px) {
  .brand { width: 250px; }
  .site-nav { gap: 16px; }
}

@media (max-width: 980px) {
  :root { --header-h: 74px; }
  .site-header, .site-header.scrolled { height: 74px; }
  .header-inner { gap: 12px; }
  .brand { width: 225px; }
  .brand .ci-logo, .site-header.scrolled .brand .ci-logo { width: 44px; height: 52px; }
  .brand .brand-name { font-size: .94rem; }
  .nav-toggle { display: block; z-index: 2; margin-left: auto; }
  .language-switcher { margin-left: 0; padding-left: 8px; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 74px 0 auto; display: grid; gap: 0; margin: 0; padding: 12px 20px 20px;
    background: rgba(251,250,246,.99); border-bottom: 1px solid var(--line);
    transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .24s ease, opacity .24s ease;
  }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .hero-copy { width: 72%; }
  .route-field { right: -18%; width: 76vw; opacity: .72; }
  .intro-grid, .portfolio-grid, .contact-head { gap: 58px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 720px); }
  .hero-inner { min-height: calc(100svh - 74px); align-items: flex-end; }
  .hero-copy { width: 100%; padding: 110px 0 112px; }
  .hero h1 { font-size: clamp(2.9rem, 11.2vw, 4.75rem); }
  .route-field { width: 106vw; right: -35%; top: 34%; opacity: .42; }
  .hero::before { background: linear-gradient(90deg, rgba(4,13,22,.98), rgba(4,13,22,.75)); }
  .hero-principles { gap: 20px; flex-wrap: wrap; }
  .intro-grid, .portfolio-grid, .contact-head { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .value-strip, .focus-grid { grid-template-columns: 1fr; }
  .value-strip article, .value-strip article + article { padding: 27px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .focus-card { min-height: 330px; }
  .portfolio-visual { min-height: 450px; max-width: 520px; width: 100%; margin: 0 auto; }
  .contact-email { max-width: 610px; }
  .form-footer { display: grid; }
  .form-submit { justify-self: start; }
  .legal-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand { flex-direction: column; gap: 11px; }
  .footer-logo { width: 43px; height: 50px; }
  .footer-grid nav { justify-content: center; }
  .copyright { grid-column: auto; justify-self: center; }
}

@media (max-width: 560px) {
  .brand { width: 48px; }
  .brand .ci-logo, .site-header.scrolled .brand .ci-logo { width: 43px; height: 50px; }
  .brand .brand-name { display: none; }
  .language-switcher { padding-left: 5px; border-left-color: rgba(19,42,67,.09); }
  .language-switcher a { height: 27px; padding-inline: 5px; font-size: .58rem; }
  .intro, .focus, .portfolio, .statement, .contact, .legal { padding-block: 88px; }
  .hero-copy { padding-top: 82px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-principles { display: grid; grid-template-columns: 1fr 1fr; }
  .focus-card { min-height: unset; }
  .portfolio-visual { min-height: 390px; transform: scale(.9); margin-block: -20px; }
  .portfolio-center { width: 140px; height: 140px; }
  .portfolio-node { width: 92px; height: 92px; font-size: .61rem; }
  .node-a { left: 0; }
  .node-b { right: 0; }
  .contact-email, .contact-form-wrap { padding: 29px 23px; }
  .contact-email a { font-size: 1.38rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .route-field, .route-lines path, .focus-art, .statement-lines { transform: none !important; animation: none !important; }
}


/* Privacy-first contact endpoint and refined scroll choreography */
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.consent-row a { color: var(--navy-900); font-weight: 780; text-underline-offset: 3px; }
.form-submit:disabled { cursor: wait; opacity: .62; transform: none; }
.form-status[data-state="success"] { color: #2f6847; }
.form-status[data-state="error"] { color: #9c3f3f; }
.form-status[data-state="sending"] { color: var(--navy-800); }

.reveal {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 30px, 0);
  transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1), filter .8s ease, clip-path 1s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform, filter;
}
.reveal.reveal-from-left { transform: translate3d(-34px, 14px, 0); clip-path: inset(0 8% 0 0); }
.reveal.reveal-scale { transform: translate3d(0, 22px, 0) scale(.965); }
.reveal.reveal-card { transform: translate3d(0, 42px, 0) scale(.985); }
.reveal.in-view { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) scale(1); clip-path: inset(0); }
.reveal-step-1 { transition-delay: 0ms; }
.reveal-step-2 { transition-delay: 75ms; }
.reveal-step-3 { transition-delay: 150ms; }
.reveal-step-4 { transition-delay: 225ms; }

.section-anchor .eyebrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 0 0 .22em 14px;
  background: currentColor;
  opacity: .45;
  transition: width .95s cubic-bezier(.22,1,.36,1) .18s;
}
.section-anchor .reveal.in-view .eyebrow::after { width: 58px; }

.section-anchor { position: relative; isolation: isolate; }
.section-anchor::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  transform: scaleX(.2);
  transform-origin: left;
  background: linear-gradient(90deg, transparent, rgba(179,154,112,.5), transparent);
  transition: opacity .7s ease, transform 1.15s cubic-bezier(.22,1,.36,1);
}
.section-anchor.section-visible::after { opacity: .55; transform: scaleX(1); }

.site-nav a::after { transition: transform .42s cubic-bezier(.22,1,.36,1), opacity .25s ease; }
.site-nav a.active::after { transform: scaleX(1); opacity: 1; }
.focus-card, .value-strip article, .contact-email, .contact-form-wrap { transition-property: opacity, transform, filter, box-shadow, border-color; }
.focus-card.in-view:hover, .contact-email.in-view:hover { transform: translateY(-4px); }
.portfolio-visual.in-view .portfolio-center { animation: portfolioBreath 5.5s ease-in-out infinite; }
@keyframes portfolioBreath { 0%,100% { box-shadow: 0 25px 70px rgba(7,27,42,.16); } 50% { box-shadow: 0 30px 90px rgba(7,27,42,.25), 0 0 0 12px rgba(179,154,112,.06); } }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.reveal-from-left, .reveal.reveal-scale, .reveal.reveal-card { opacity: 1; filter: none; transform: none; clip-path: none; transition: none; }
  .section-anchor .eyebrow::after { width: 58px; transition: none; }
  .portfolio-visual.in-view .portfolio-center { animation: none; }
}

/* Premium responsive refinement: fluid from modern phones to 4K */
body { min-width: 320px; }
body.nav-open { overflow: hidden; }

.site-header {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.hero-inner,
.intro,
.focus,
.portfolio,
.statement,
.contact,
.legal { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.hero-inner { content-visibility: visible; contain-intrinsic-size: none; }

.focus-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 24px 64px rgba(0,0,0,.08);
  backdrop-filter: blur(7px);
}
.focus-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background: radial-gradient(420px circle at var(--pointer-x, 50%) var(--pointer-y, 30%), rgba(216,198,154,.14), transparent 46%);
  transition: opacity .45s ease;
}
.focus-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255,255,255,.055), transparent 24% 74%, rgba(216,198,154,.035));
}
.focus-card:hover::before { opacity: 1; }
.focus-card > p:last-child { max-width: 34ch; }

.button,
.nav-toggle,
.language-switcher a { -webkit-tap-highlight-color: transparent; }
.button:focus-visible,
.site-nav a:focus-visible,
.language-switcher a:focus-visible,
.contact-email a:focus-visible,
.legal-panel summary:focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 4px;
}

.contact-form input,
.contact-form textarea { font-size: max(16px, 1rem); }

@supports (height: 100dvh) {
  .hero,
  .hero-inner { min-height: 100dvh; }
}

@media (min-width: 1440px) {
  :root { --shell: min(1400px, calc(100vw - clamp(100px, 8vw, 180px))); }
  .hero-copy { width: 60%; max-width: 900px; }
  .hero h1 { font-size: clamp(4.75rem, 5.25vw, 6.35rem); }
  .route-field { width: min(880px, 49vw); right: 1.5%; }
  .intro-grid { grid-template-columns: .9fr 1.1fr; gap: clamp(100px, 8vw, 150px); }
  .focus-grid { gap: 24px; }
  .focus-card { min-height: 430px; padding: 42px; }
  .focus-card h3 { margin-top: 86px; font-size: 2.25rem; }
  .portfolio-grid { gap: clamp(110px, 8vw, 165px); }
  .contact-head { gap: clamp(100px, 8vw, 150px); }
}

@media (min-width: 1920px) {
  :root { --shell: min(1520px, calc(100vw - 220px)); }
  body { font-size: 17px; }
  .site-header { --header-h: 102px; }
  .hero-copy { max-width: 980px; padding-top: 180px; }
  .hero h1 { font-size: clamp(5.2rem, 4.85vw, 6.8rem); }
  .hero-lead { max-width: 760px; }
  .route-field { width: min(1000px, 48vw); }
  .section-heading h2, .portfolio-copy h2, .contact-copy h2 { font-size: clamp(3.4rem, 3.35vw, 4.55rem); }
}

@media (min-width: 2560px) {
  :root { --shell: 1640px; }
  body { font-size: 18px; }
  .hero-copy { max-width: 1080px; }
  .hero h1 { font-size: 7.2rem; }
  .route-field { width: 1120px; right: 5%; }
  .focus-card { min-height: 470px; }
  .portfolio-visual { min-height: 600px; transform: scale(1.08); }
}

@media (max-width: 980px) {
  .site-nav { max-height: calc(100dvh - 74px); overflow-y: auto; overscroll-behavior: contain; }
  .language-switcher a { min-width: 34px; min-height: 34px; }
}

@media (max-width: 820px) {
  :root { --shell: min(calc(100% - 32px - env(safe-area-inset-left) - env(safe-area-inset-right)), 720px); }
  .hero-copy { padding-bottom: max(112px, calc(88px + env(safe-area-inset-bottom))); }
  .hero-lead { max-width: 38rem; }
  .focus-card { min-height: 290px; padding: 32px; }
  .focus-card h3 { margin-top: 52px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)); }
  .header-inner { gap: 8px; }
  .nav-toggle { width: 46px; height: 46px; }
  .language-switcher { padding-left: 3px; }
  .language-switcher a { min-width: 32px; min-height: 34px; }
  .hero h1 { font-size: clamp(2.62rem, 11.8vw, 4.15rem); line-height: 1.03; }
  .hero-lead { font-size: 1rem; line-height: 1.65; }
  .hero-principles { gap: 24px 18px; }
  .hero-principles div { max-width: none; }
  .section-heading h2, .portfolio-copy h2, .contact-copy h2 { font-size: clamp(2.08rem, 9.5vw, 3.1rem); }
  .focus-card { padding: 28px; border-radius: 20px; }
  .focus-card h3 { margin-top: 42px; font-size: 1.85rem; }
  .contact-email a { overflow-wrap: anywhere; }
  .contact-form-wrap { margin-top: 42px; }
  .form-footer { gap: 24px; }
  .form-submit { width: 100%; }
  .legal-panel summary { min-height: 58px; display: flex; align-items: center; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100% - 22px - env(safe-area-inset-left) - env(safe-area-inset-right)); }
  .brand { width: 43px; }
  .brand .ci-logo, .site-header.scrolled .brand .ci-logo { width: 40px; height: 47px; }
  .hero-copy { padding-top: 76px; }
  .hero h1 { font-size: clamp(2.42rem, 11.7vw, 3.45rem); }
  .hero-principles { grid-template-columns: 1fr; }
  .route-field { right: -48%; width: 125vw; }
  .contact-email, .contact-form-wrap { padding: 25px 19px; }
}

@media (prefers-reduced-data: reduce) {
  .hero-grain { display: none; }
  .focus-card { backdrop-filter: none; }
}

@media (min-width: 3000px) {
  :root {
    --shell: min(2700px, calc(100vw - 560px));
    --header-h: 126px;
  }
  body { font-size: 22px; }
  .site-header, .site-header.scrolled { height: var(--header-h); }
  .header-inner { gap: 30px; }
  .brand { width: 390px; gap: 18px; }
  .brand .ci-logo, .site-header.scrolled .brand .ci-logo { width: 72px; height: 84px; }
  .brand .brand-name { max-width: 280px; font-size: 1.35rem; }
  .site-nav { gap: 26px; }
  .site-nav a { font-size: .82rem; }
  .language-switcher a { min-width: 42px; height: 38px; font-size: .7rem; }
  .hero-copy { width: 59%; max-width: 1560px; padding-top: 230px; }
  .hero h1 { max-width: 1500px; font-size: 9.6rem; }
  .hero-lead { max-width: 1060px; font-size: 1.32rem; }
  .hero-actions { margin-top: 52px; }
  .button { min-height: 62px; padding: 17px 30px; font-size: .82rem; }
  .hero-principles { gap: 70px; margin-top: 74px; }
  .hero-principles div { max-width: 250px; }
  .hero-principles dt { font-size: 1.3rem; }
  .hero-principles dd { font-size: .85rem; }
  .route-field { width: 1600px; right: 3%; }
  .eyebrow { font-size: .78rem; }
  .section-heading h2, .portfolio-copy h2, .contact-copy h2 { font-size: 5.35rem; }
  .intro, .focus, .portfolio, .contact, .legal { padding-block: 190px; }
  .focus-card { min-height: 560px; padding: 54px; }
  .focus-card h3 { font-size: 2.8rem; }
}

@media (max-width: 560px) {
  html[lang="en"] .hero h1 { font-size: clamp(2.3rem, 10.4vw, 3.45rem); }
}

/* July 2026 refinement: precise anchors, redesigned portfolio map and compact contact form */
html { scroll-padding-top: calc(var(--header-h) + 18px); }
.section-anchor,
.legal-panel { scroll-margin-top: calc(var(--header-h) + 18px); }

/* Self-contained portfolio system: every label remains inside the visual at all widths. */
.portfolio-visual {
  width: 100%;
  max-width: 640px;
  min-height: 470px;
  margin-inline: auto;
  transform: none;
}
.portfolio-visual::before,
.portfolio-visual::after { display: none; }
.portfolio-map {
  position: relative;
  width: 100%;
  min-height: 470px;
  aspect-ratio: 640 / 470;
  overflow: hidden;
  border: 1px solid rgba(19,42,67,.095);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 50%, rgba(216,198,154,.18), transparent 28%),
    radial-gradient(circle at 13% 12%, rgba(49,85,110,.07), transparent 29%),
    linear-gradient(145deg, rgba(255,255,255,.8), rgba(244,241,232,.62));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 30px 90px rgba(7,27,42,.08);
}
.portfolio-map::before {
  content: "";
  position: absolute;
  inset: 21% 29%;
  border: 1px solid rgba(179,154,112,.22);
  border-radius: 50%;
}
.portfolio-map::after {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(49,85,110,.085);
  border-radius: 28px;
  pointer-events: none;
}
.portfolio-connectors { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.portfolio-connectors path {
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 5 8;
  vector-effect: non-scaling-stroke;
}
html[lang^="de"] .portfolio-connectors path { stroke: url(#portfolio-line-de); }
html[lang^="en"] .portfolio-connectors path { stroke: url(#portfolio-line-en); }
.portfolio-connectors circle { fill: var(--gold-500); opacity: .78; }
.portfolio-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  place-content: center;
  width: clamp(142px, 27%, 174px);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(179,154,112,.48);
  border-radius: 50%;
  background: rgba(251,250,246,.95);
  box-shadow: 0 25px 70px rgba(7,27,42,.14), inset 0 1px 0 #fff;
  text-align: center;
}
.portfolio-core strong {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  font-weight: 500;
  letter-spacing: .105em;
}
.portfolio-core small {
  margin-top: 8px;
  color: var(--gold-700);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.portfolio-module {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 10px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  width: clamp(168px, 31%, 208px);
  min-height: 86px;
  padding: 17px 18px;
  border: 1px solid rgba(19,42,67,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 16px 42px rgba(7,27,42,.09), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
}
.portfolio-module > span {
  width: 8px;
  height: 8px;
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(179,154,112,.1);
}
.portfolio-module strong,
.portfolio-module small { display: block; overflow-wrap: anywhere; }
.portfolio-module strong {
  color: var(--navy-900);
  font-size: clamp(.69rem, 1vw, .79rem);
  font-weight: 850;
  letter-spacing: .055em;
  line-height: 1.28;
  text-transform: uppercase;
}
.portfolio-module small { margin-top: 5px; color: var(--muted); font-size: .67rem; line-height: 1.28; }
.module-a { left: 3.5%; top: 8%; }
.module-b { right: 3.5%; top: 8%; }
.module-c { left: 50%; bottom: 4.5%; width: clamp(190px, 35%, 226px); transform: translateX(-50%); }
.portfolio-visual.in-view .portfolio-core { animation: portfolioBreath 5.5s ease-in-out infinite; }
.portfolio-visual.in-view .portfolio-connectors path { animation: portfolioLine 9s linear infinite; }
.portfolio-visual.in-view .portfolio-module { animation: portfolioFloat 6s ease-in-out infinite; }
.portfolio-visual.in-view .module-b { animation-delay: -2s; }
.portfolio-visual.in-view .module-c { animation-delay: -4s; }
@keyframes portfolioLine { to { stroke-dashoffset: -78; } }
@keyframes portfolioFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -5px; } }

/* The contact form is intentionally compact while keeping 16px controls on phones. */
.contact { padding: 112px 0 120px; }
.contact-head { gap: clamp(54px, 6vw, 90px); }
.contact-email { padding: 30px 34px; }
.contact-email > span { margin-bottom: 17px; }
.contact-form-wrap { margin-top: 44px; padding: 34px 38px; }
.form-grid { gap: 16px 20px; }
.contact-form label > span:not(.consent-row span) { margin-bottom: 6px; }
.contact-form input,
.contact-form textarea { padding: 11px 14px; border-radius: 10px; }
.contact-form textarea { min-height: 112px; }
.form-footer { gap: 26px; margin-top: 20px; }
.form-note { margin-top: 13px; }

.captcha-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 17px;
  padding: 15px 17px;
  border: 1px solid rgba(19,42,67,.12);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(244,241,232,.72), rgba(255,255,255,.88));
}
.captcha-copy { min-width: 0; }
.captcha-title {
  display: block;
  color: var(--navy-900);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.captcha-copy small { display: block; margin-top: 3px; color: var(--muted); font-size: .69rem; line-height: 1.42; }
.captcha-control { display: flex; align-items: center; gap: 9px; }
.captcha-question {
  min-width: 78px;
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}
.captcha-equals { color: var(--gold-700); font-weight: 800; }
.contact-form .captcha-control input {
  width: 82px;
  min-height: 44px;
  padding-inline: 10px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.captcha-refresh {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--navy-900);
  background: #fff;
  border: 1px solid rgba(19,42,67,.14);
  border-radius: 11px;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.captcha-refresh:hover { transform: rotate(18deg); border-color: var(--gold-500); background: var(--cream); }
.captcha-refresh:disabled { cursor: wait; opacity: .55; transform: none; }
.captcha-refresh svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.captcha-refresh:focus-visible,
.captcha-control input:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; }

@media (max-width: 980px) {
  .portfolio-visual { max-width: 620px; min-height: 455px; }
  .portfolio-map { min-height: 455px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: calc(var(--header-h) + 10px); }
  .section-anchor,
  .legal-panel { scroll-margin-top: calc(var(--header-h) + 10px); }
  .portfolio-visual { min-height: 0; max-width: 520px; margin-block: 0; }
  .portfolio-map {
    display: grid;
    gap: 12px;
    min-height: 0;
    aspect-ratio: auto;
    padding: 22px;
    border-radius: 24px;
  }
  .portfolio-map::before,
  .portfolio-connectors { display: none; }
  .portfolio-core,
  .portfolio-module {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
  .portfolio-core { width: 136px; margin: 2px auto 8px; }
  .portfolio-module { min-height: 72px; padding: 14px 16px; }
  .portfolio-module strong { font-size: .72rem; }
  .portfolio-module small { font-size: .66rem; }
  .portfolio-visual.in-view .portfolio-module { animation: none; }
  .contact-form-wrap { padding: 26px 22px; }
  .captcha-panel { grid-template-columns: 1fr; gap: 12px; }
  .captcha-control { justify-content: flex-start; }
  .captcha-question { text-align: left; }
}

@media (max-width: 390px) {
  .portfolio-map { padding: 17px; }
  .contact-form-wrap { padding: 23px 17px; }
  .captcha-control { gap: 7px; }
  .captcha-question { min-width: 68px; font-size: 1.15rem; }
  .contact-form .captcha-control input { width: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-visual.in-view .portfolio-core,
  .portfolio-visual.in-view .portfolio-connectors path,
  .portfolio-visual.in-view .portfolio-module { animation: none; }
}
@media (max-width: 1040px) {
  .portfolio-grid { grid-template-columns: 1fr; gap: 52px; }
  .portfolio-copy { max-width: 760px; }
  .portfolio-visual { max-width: 640px; }
}
@media (min-width: 621px) {
  .portfolio-module { width: clamp(182px, 34%, 220px); grid-template-columns: 8px minmax(0,1fr); gap: 10px; padding-inline: 14px; }
  .portfolio-module strong { font-size: clamp(.66rem, .86vw, .75rem); letter-spacing: .045em; }
  .module-c { width: clamp(200px, 36%, 232px); }
}
/* Prevent long German and English headings from forcing grid overflow on phones. */
html { overflow-x: clip; }
.intro-grid > *,
.portfolio-grid > *,
.contact-head > *,
.form-grid > * { min-width: 0; }
.section-heading h2,
.portfolio-copy h2,
.contact-copy h2 {
  min-width: 0;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* CI logo presentation: the supplied SVG remains byte-for-byte unchanged.
   Two viewport crops render its original symbol and original vector wordmark side by side. */
.brand {
  width: clamp(300px, 26vw, 372px);
  gap: 15px;
}
.brand .ci-logo,
.site-header.scrolled .brand .ci-logo {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 58px;
  height: 66px;
  overflow: visible;
  transition: width .25s ease, height .25s ease;
}
.brand .ci-logo svg,
.brand-wordmark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.brand .ci-logo img { display: none; }
.brand-wordmark {
  display: block;
  flex: 0 1 252px;
  width: min(252px, 21vw);
  height: 31px;
  overflow: visible;
  transform: translateY(1px);
}
.brand .brand-name { display: none; }
.site-header.scrolled .brand .ci-logo { width: 54px; height: 62px; }
.site-header.scrolled .brand-wordmark { width: min(240px, 20vw); }

/* Portfolio composition: only circular surfaces and fine connector geometry remain.
   Removing the rectangular backing also avoids compositing artefacts below the circles. */
.portfolio-map {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.portfolio-map::after { display: none; }
.portfolio-map::before {
  inset: 15% 23%;
  border-color: rgba(179,154,112,.25);
  box-shadow: 0 0 0 72px rgba(49,85,110,.028);
}
.portfolio-core,
.portfolio-module {
  background: rgba(251,250,246,.985);
  background-clip: padding-box;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  isolation: isolate;
}
.portfolio-core {
  overflow: hidden;
  clip-path: circle(50% at 50% 50%);
}
.portfolio-module {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  width: clamp(158px, 28%, 182px);
  min-height: 0;
  aspect-ratio: 1;
  padding: 22px 17px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 18px 46px rgba(7,27,42,.105), inset 0 1px 0 rgba(255,255,255,.96);
  clip-path: circle(50% at 50% 50%);
}
.portfolio-module > span { display: none; }
.portfolio-module strong {
  font-size: clamp(.64rem, .88vw, .76rem);
  line-height: 1.24;
  letter-spacing: .04em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}
.portfolio-module small {
  max-width: 128px;
  margin: 8px auto 0;
  font-size: .64rem;
  line-height: 1.3;
}
.module-a { left: 1.5%; top: 4%; }
.module-b { right: 1.5%; top: 4%; }
.module-c {
  left: 1.5%;
  bottom: 1%;
  width: clamp(158px, 28%, 182px);
  transform: none;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .brand { width: 300px; }
  .brand-wordmark { width: 224px; }
}

@media (max-width: 760px) {
  .brand { width: 52px; gap: 0; }
  .brand .ci-logo,
  .site-header.scrolled .brand .ci-logo { width: 48px; height: 56px; }
  .brand-wordmark { display: none; }
}

@media (max-width: 620px) {
  .portfolio-map {
    grid-template-columns: repeat(2, minmax(0,1fr));
    justify-items: center;
    gap: 14px;
    padding: 6px 0;
  }
  .portfolio-map::after { display: none; }
  .portfolio-core,
  .portfolio-module {
    position: relative;
    inset: auto;
    width: min(42vw, 154px);
    transform: none;
    aspect-ratio: 1;
    margin: 0;
  }
  .portfolio-core { grid-column: 1 / -1; width: min(43vw, 158px); margin-bottom: 2px; }
  .portfolio-module { min-height: 0; padding: 18px 13px; }
  .portfolio-module strong { font-size: clamp(.61rem, 2.8vw, .71rem); }
  .portfolio-module small { font-size: .61rem; }
  .module-c { grid-column: 1 / -1; }
}

@media (max-width: 360px) {
  .portfolio-map { grid-template-columns: 1fr; }
  .portfolio-core,
  .portfolio-module { width: 148px; }
  .module-c { grid-column: auto; }
}

/* Ensure SVG viewport crops are hard-clipped; the original artwork must not bleed outside the CI lock-up. */
.brand .ci-logo svg,
.brand-wordmark svg { overflow: hidden; }

/* August 2026 refinement: real-text CI wordmark and consistent section separators */
/* The original supplied SVG is kept untouched and is used only for the symbol. */
.brand {
  width: clamp(286px, 24vw, 348px);
  gap: 14px;
}
.brand .ci-logo,
.site-header.scrolled .brand .ci-logo {
  width: 58px;
  height: 66px;
  overflow: hidden;
}
.brand .ci-logo svg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.brand-wordmark {
  display: block;
  flex: 0 1 auto;
  width: auto;
  height: auto;
  overflow: visible;
  transform: translateY(1px);
  color: var(--navy-950);
  font-family: "Times New Roman", Times, "Nimbus Roman No9 L", serif;
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-synthesis: none;
  line-height: 1;
  letter-spacing: -.025em;
  white-space: nowrap;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  transition: font-size .25s ease, transform .25s ease;
}
.site-header.scrolled .brand-wordmark {
  width: auto;
  font-size: clamp(1.03rem, 1.15vw, 1.18rem);
}

/* Major section headlines stay refined and balanced from Full HD through 4K. */
.section-heading h2,
.portfolio-copy h2,
.contact-copy h2 {
  font-size: clamp(2.35rem, 3.3vw, 3.4rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

/* Every major subsection uses the same refined gold separator after its label. */
.section-anchor .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
}
.section-anchor .eyebrow::after {
  content: "";
  display: block;
  flex: 0 0 58px;
  width: 58px;
  height: 1px;
  margin: 0;
  background: currentColor;
  opacity: .48;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .95s cubic-bezier(.22,1,.36,1) .18s;
}
.section-anchor .reveal.in-view .eyebrow::after {
  width: 58px;
  transform: scaleX(1);
}

@media (max-width: 1180px) {
  .brand { width: 276px; }
  .brand-wordmark { font-size: 1.04rem; }
}

@media (max-width: 980px) {
  .brand { width: 252px; gap: 12px; }
  .brand .ci-logo,
  .site-header.scrolled .brand .ci-logo { width: 49px; height: 57px; }
  .brand-wordmark,
  .site-header.scrolled .brand-wordmark { font-size: 1rem; }
}

@media (max-width: 560px) {
  .brand { width: 222px; gap: 10px; }
  .brand .ci-logo,
  .site-header.scrolled .brand .ci-logo { width: 43px; height: 50px; }
  .brand-wordmark,
  .site-header.scrolled .brand-wordmark { display: block; font-size: .92rem; }
  .section-heading h2,
  .portfolio-copy h2,
  .contact-copy h2 { font-size: clamp(2.02rem, 9vw, 2.85rem); }
  .section-anchor .eyebrow { gap: 11px; }
  .section-anchor .eyebrow::after,
  .section-anchor .reveal.in-view .eyebrow::after { flex-basis: 42px; width: 42px; }
}

@media (max-width: 430px) {
  .brand { width: 205px; gap: 9px; }
  .brand .ci-logo,
  .site-header.scrolled .brand .ci-logo { width: 41px; height: 48px; }
  .brand-wordmark,
  .site-header.scrolled .brand-wordmark { display: block; font-size: .82rem; }
}

@media (max-width: 360px) {
  .brand { width: 45px; gap: 0; }
  .brand-wordmark { display: none; }
}

@media (min-width: 3000px) {
  .brand { width: 430px; gap: 19px; }
  .brand .ci-logo,
  .site-header.scrolled .brand .ci-logo { width: 74px; height: 85px; }
  .brand-wordmark,
  .site-header.scrolled .brand-wordmark { font-size: 1.5rem; }
  .section-heading h2,
  .portfolio-copy h2,
  .contact-copy h2 { font-size: 3.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .section-anchor .eyebrow::after {
    transform: scaleX(1);
    transition: none;
  }
}


/* Final mobile rendering and anchor alignment pass. */
.anchor-heading {
  scroll-margin-top: calc(var(--header-h) + 22px);
}

.statement-kicker {
  margin: 0 0 20px;
  color: var(--gold-300);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.statement blockquote {
  max-width: 900px;
  margin-inline: auto;
}
.statement cite {
  display: block;
  margin-top: 24px;
  color: rgba(255,255,255,.62);
  font-family: var(--font-body);
  font-size: .72rem;
  font-style: normal;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Balanced portfolio geometry on every viewport. */
.module-c {
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
}

@media (max-width: 820px) {
  /* Keep the complete globe visible and centred behind the hero copy. */
  .route-field {
    width: min(108vw, 480px);
    left: 50%;
    right: auto;
    top: 31%;
    opacity: .48;
    transform: translate3d(-50%, calc(-50% + var(--scroll-y) * .02), 0);
  }
  .route-field svg { overflow: visible; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(4,13,22,.93) 0%, rgba(4,13,22,.78) 52%, rgba(4,13,22,.96) 100%),
      linear-gradient(90deg, rgba(4,13,22,.7), rgba(4,13,22,.38));
  }
}

@media (max-width: 620px) {
  html { scroll-padding-top: calc(var(--header-h) + 16px); }
  .anchor-heading,
  .legal-panel { scroll-margin-top: calc(var(--header-h) + 16px); }

  .portfolio-visual {
    width: 100%;
    max-width: 390px;
    min-height: 0;
    margin: 8px auto 0;
    transform: none;
  }
  .portfolio-map {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1.04;
    padding: 0;
    overflow: visible;
  }
  .portfolio-map::before {
    display: block;
    inset: 25% 31%;
    border-color: rgba(179,154,112,.25);
    box-shadow: 0 0 0 38px rgba(49,85,110,.026);
  }
  .portfolio-connectors {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .portfolio-core,
  .portfolio-module {
    position: absolute;
    margin: 0;
    aspect-ratio: 1;
  }
  .portfolio-core {
    left: 50%;
    top: 47%;
    width: clamp(118px, 34vw, 134px);
    transform: translate(-50%, -50%);
  }
  .portfolio-module {
    width: clamp(108px, 30vw, 120px);
    padding: 15px 12px;
  }
  .portfolio-module strong {
    font-size: clamp(.55rem, 2.45vw, .66rem);
    line-height: 1.22;
    letter-spacing: .025em;
    overflow-wrap: anywhere;
    hyphens: none;
  }
  .portfolio-module small {
    max-width: 92px;
    margin-top: 6px;
    font-size: .57rem;
    line-height: 1.26;
  }
  .module-a { left: 0; top: 0; }
  .module-b { right: 0; top: 0; }
  .module-c {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .portfolio-visual.in-view .portfolio-module { animation: none; }
  .portfolio-visual.in-view .portfolio-core { animation-duration: 7s; }

  .statement { padding-block: 82px; }
  .statement-kicker { margin-bottom: 16px; font-size: .62rem; letter-spacing: .13em; }
  .statement blockquote { font-size: clamp(1.68rem, 8vw, 2.35rem); }
  .statement cite { margin-top: 20px; font-size: .65rem; }
}

@media (max-width: 430px) {
  .route-field {
    width: min(112vw, 455px);
    top: 30%;
    opacity: .45;
  }
  .portfolio-map { aspect-ratio: 1 / 1.08; }
  .portfolio-core { top: 46%; }
}

@media (max-width: 360px) {
  .route-field { width: 116vw; top: 29%; }
  .portfolio-map {
    display: block;
    aspect-ratio: 1 / 1.12;
  }
  .portfolio-core,
  .portfolio-module { width: 104px; }
  .portfolio-core { width: 116px; }
  .portfolio-module strong { font-size: .54rem; }
}

@media (prefers-reduced-motion: reduce) {
  .route-field { transform: translate3d(-50%, -50%, 0) !important; }
}

/* Hash targets use one offset only: fixed header height plus calm breathing room. */
html { scroll-padding-top: 0; }
#start { scroll-margin-top: 0; }
.anchor-heading,
.legal-panel { scroll-margin-top: calc(var(--header-h) + 18px); }
@media (max-width: 620px) {
  html { scroll-padding-top: 0; }
  .anchor-heading,
  .legal-panel { scroll-margin-top: calc(var(--header-h) + 14px); }
}


/* September 2026 mobile graphics, hero focus and anchor alignment */
/* The start section intentionally concentrates on one message, one explanation and two clear actions. */
.hero-copy {
  max-width: 790px;
}
.hero-actions {
  margin-top: 34px;
}

/* Headline targets retain a calm visual gap below the fixed navigation, including without JavaScript. */
.anchor-heading,
.legal-panel {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

/* Expensive blur and clipping effects are avoided on touch devices to prevent mobile compositing artefacts. */
@media (max-width: 820px) {
  .reveal,
  .reveal.reveal-from-left,
  .reveal.reveal-scale,
  .reveal.reveal-card {
    filter: none;
    clip-path: none;
    will-change: opacity, transform;
  }

  .hero-inner {
    min-height: 100svh;
    align-items: center;
  }
  .hero-copy {
    width: 100%;
    max-width: 42rem;
    padding: 118px 0 98px;
  }
  .route-field {
    left: 50%;
    right: auto;
    top: 55%;
    width: min(90vw, 430px);
    opacity: .34;
    transform: translate3d(-50%, calc(-50% + var(--scroll-y) * .012), 0);
  }
  .route-field svg {
    overflow: hidden;
  }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(4,13,22,.96) 0%, rgba(4,13,22,.82) 48%, rgba(4,13,22,.96) 100%),
      linear-gradient(90deg, rgba(4,13,22,.72), rgba(4,13,22,.42));
  }
}

/* The mobile portfolio visual uses a stable grid instead of scaled absolute geometry. */
@media (max-width: 620px) {
  .anchor-heading,
  .legal-panel {
    scroll-margin-top: calc(var(--header-h) + 20px);
  }

  .hero-copy {
    padding: 104px 0 92px;
  }
  .route-field {
    top: 57%;
    width: min(86vw, 370px);
    opacity: .3;
  }

  .portfolio-visual {
    width: 100%;
    max-width: 390px;
    min-height: 0;
    margin: 28px auto 0;
    transform: none;
  }
  .portfolio-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 4px 0;
    overflow: visible;
  }
  .portfolio-map::before,
  .portfolio-map::after,
  .portfolio-connectors {
    display: none;
  }
  .portfolio-core,
  .portfolio-module {
    position: relative;
    inset: auto;
    justify-self: center;
    width: min(39vw, 146px);
    margin: 0;
    aspect-ratio: 1;
    transform: none;
  }
  .portfolio-core {
    grid-column: 1 / -1;
    width: min(41vw, 154px);
  }
  .portfolio-module {
    min-height: 0;
    padding: 18px 13px;
  }
  .portfolio-module strong {
    font-size: clamp(.58rem, 2.55vw, .68rem);
    line-height: 1.22;
    letter-spacing: .025em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }
  .portfolio-module small {
    max-width: 100px;
    margin-top: 6px;
    font-size: .59rem;
    line-height: 1.28;
  }
  .module-a {
    grid-column: 1;
    grid-row: 2;
  }
  .module-b {
    grid-column: 2;
    grid-row: 2;
  }
  .module-c {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  .portfolio-visual.in-view .portfolio-module {
    animation: none;
  }
  .portfolio-visual.in-view .portfolio-core {
    animation-duration: 7s;
  }
}

@media (max-width: 390px) {
  .hero-copy {
    padding-top: 96px;
  }
  .route-field {
    top: 58%;
    width: min(84vw, 330px);
  }
  .portfolio-map {
    gap: 14px 10px;
  }
  .portfolio-core,
  .portfolio-module {
    width: min(38vw, 132px);
  }
  .portfolio-core {
    width: min(40vw, 140px);
  }
}

@media (max-width: 340px) {
  .portfolio-map {
    grid-template-columns: 1fr;
  }
  .portfolio-core,
  .portfolio-module {
    grid-column: 1;
    width: 132px;
  }
  .module-a { grid-row: 2; }
  .module-b { grid-row: 3; }
  .module-c { grid-row: 4; }
}

@media (prefers-reduced-motion: reduce) {
  .route-field {
    transform: translate3d(-50%, -50%, 0) !important;
  }
}

/* The page is intentionally compact; keeping all sections in the layout avoids mobile paint gaps,
   delayed graphics and anchor shifts caused by content-visibility placeholders. */
.hero-inner,
.intro,
.focus,
.portfolio,
.statement,
.contact,
.legal {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

/* Keep the unchanged CI artwork inside its intended symbol viewport without affecting page width. */
.ci-logo,
.footer-logo {
  contain: layout paint size;
  overflow: clip;
}

/* Editorial copy and typography refinement: balanced headlines without artificial hyphenation. */
.hero h1,
.section-heading h2,
.portfolio-copy h2,
.contact-copy h2,
.focus-card h3,
.value-strip h3,
.statement blockquote {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

.hero-lead,
.lead-text,
.intro-copy p,
.section-heading > p:last-child,
.focus-card > p:last-child,
.portfolio-copy p:not(.eyebrow),
.contact-copy > p:last-child,
.value-strip p {
  text-wrap: pretty;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

.section-heading h2,
.portfolio-copy h2,
.contact-copy h2 {
  max-width: 17ch;
}

.section-heading.compact h2 {
  max-width: 18ch;
}

.portfolio-module strong,
.portfolio-module small {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
  text-wrap: balance;
}

@media (max-width: 620px) {
  .section-heading h2,
  .portfolio-copy h2,
  .contact-copy h2 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.6vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -.03em;
  }

  .lead-text {
    font-size: clamp(1.28rem, 5.8vw, 1.62rem);
    line-height: 1.45;
  }

  .value-strip h3,
  .focus-card h3 {
    text-wrap: pretty;
  }
}

@media (max-width: 380px) {
  .section-heading h2,
  .portfolio-copy h2,
  .contact-copy h2 {
    font-size: clamp(1.82rem, 8.25vw, 2.28rem);
  }
}

