/* Göther: an editorial surface for inspectable research. */
:root {
  --studio-blue: #005bff;
  --studio-ink: #000;
  --studio-rule: rgb(0 0 0 / 17%);
  --studio-serif: Georgia, 'Times New Roman', serif;
  --studio-gutter: clamp(24px, 4.6vw, 80px);
}
html:root, html body {
  --bg: #fff;
  --text: #000;
  --muted: rgb(0 0 0 / 62%);
  --muted-soft: rgb(0 0 0 / 68%);
  --accent: var(--studio-blue);
  --focus-ring: var(--studio-blue);
  --line: var(--studio-rule);
  --line-strong: rgb(0 0 0 / 30%);
  --panel: #fff;
  --accent-soft: rgb(0 91 255 / 8%);
  color: #000;
  background: #fff;
  color-scheme: light;
}
html { scroll-padding-top: 110px; }
html .site-shell { padding: 0; }
html .site-header {
  position: sticky;
  top: 0;
  height: 96px;
  min-height: 0;
  padding: 0 var(--studio-gutter);
  background: #fff;
  border-bottom: 1px solid var(--studio-rule);
}
html .site-nav:has(.nav-home-wordmark) {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  background: none;
}
html .site-nav .nav-home-wordmark {
  display: inline-flex;
  gap: 12px;
  font-size: 22px;
  letter-spacing: -.065em;
  font-weight: 560;
  transform: none;
}
.gother-emblem { display: block; width: 28px; height: 28px; flex-shrink: 0; fill: var(--studio-blue); }
html .site-nav .nav-home-wordmark .wordmark-mark-wrap { width: 24px; height: 24px; }
html .site-nav .live-symbol-svg { position: static; }
html .nav-links { gap: clamp(22px, 3.1vw, 46px); }
html .nav-links a { position: relative; min-height: 44px; font-size: 13px; letter-spacing: -.02em; }
html .nav-links a::after { position: absolute; bottom: 6px; left: 0; width: 0; height: 1px; background: var(--studio-blue); content: ''; transition: width .2s ease; }
html .nav-links a:hover::after, html .nav-links a[aria-current]::after { width: 100%; }
html .nav-links a:hover, html .nav-links a[aria-current] { color: var(--studio-blue); }
html .skip-link { position: fixed; z-index: 100; }
html .site-footer {
  padding: 32px var(--studio-gutter);
  min-height: 100px;
  border-top: 1px solid var(--studio-rule);
  color: rgb(0 0 0 / 60%);
  font-size: 11px;
}
html .site-footer p { margin: 0; }
html .site-footer a { font-size: 11px; }
.studio-page .site-main { padding-top: 0; }
.studio-page p, .studio-page figure, .studio-page h1, .studio-page h2, .studio-page h3 { margin: 0; }
.studio-page button, .studio-page input { font: inherit; }
.studio-page a { text-decoration: none; }
.studio-page a:focus-visible, .studio-page button:focus-visible, .studio-page input:focus-visible { outline: 2px solid var(--studio-blue); outline-offset: 5px; }
.studio-page button { cursor: pointer; }
.studio-page [hidden] { display: none !important; }
.studio-wrap { width: min(100%, 1680px); margin-inline: auto; padding-inline: var(--studio-gutter); }
.studio-label { font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.studio-label--blue { color: var(--studio-blue); }
.studio-serif { font-family: var(--studio-serif); font-weight: 400; letter-spacing: -.06em; }
.studio-hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 7%; align-items: center; padding-block: 72px 58px; }
.studio-hero-copy { padding-bottom: 34px; }
.studio-hero h1 { margin: 25px 0 30px; font-family: var(--studio-serif); font-size: clamp(68px, 7.65vw, 130px); font-weight: 400; line-height: 1.02; letter-spacing: -.065em; }
.studio-hero h1 em { color: var(--studio-blue); font-weight: 400; }
.studio-hero-intro { max-width: 405px; font-size: 16px; line-height: 1.7; letter-spacing: -.025em; }
.studio-hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 32px; }
.studio-link { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; padding-block: 8px; color: var(--studio-blue); font-size: 13px; font-weight: 500; line-height: 1.4; border-bottom: 1px solid currentColor; }
.studio-link span[aria-hidden] { display: inline-block; transition: transform .22s ease; }
.studio-link:hover span[aria-hidden] { transform: translate(4px, -2px); }
.studio-link--quiet { border: 0; color: #000; font-size: 12px; font-weight: 400; }
.studio-figure { min-width: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.studio-figure-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 20px; }
.studio-packing { display: block; width: 100%; height: auto; overflow: visible; }
.studio-packing .packing-boundary { fill: none; stroke: #000; stroke-width: 1; }
.studio-packing .packing-circle { fill: #fff; stroke: #000; stroke-width: .9; transition: fill .2s, stroke .2s; cursor: crosshair; }
.studio-packing .packing-circle.is-selected { fill: var(--studio-blue); stroke: var(--studio-blue); }
.studio-packing .packing-center { fill: #000; pointer-events: none; }
.studio-packing .packing-center.is-selected { fill: #fff; }
.studio-packing .packing-contacts { opacity: .55; fill: none; stroke: var(--studio-blue); stroke-width: 1; pointer-events: none; transition: opacity .3s ease; }
.studio-work { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.4fr); gap: 10%; padding-block: 100px 110px; border-top: 1px solid var(--studio-rule); }
.studio-section-heading h2 { margin-top: 22px; font-size: clamp(38px, 4vw, 64px); line-height: 1.1; }
.studio-section-heading > p:not(.studio-label) { max-width: 260px; margin-top: 23px; font-size: 13px; line-height: 1.8; color: rgb(0 0 0 / 65%); }
.studio-research-list { position: relative; min-width: 0; }
.studio-result { display: grid; grid-template-columns: 1fr auto; column-gap: 20px; padding: 25px 0 27px; border-bottom: 1px solid var(--studio-rule); }
.studio-result:first-child { padding-top: 0; }
.studio-result .studio-label { grid-column: 1; color: rgb(0 0 0 / 60%); font-size: 9px; }
.studio-result h3 { grid-column: 1; padding: 9px 0 10px; font-size: 22px; font-weight: 450; letter-spacing: -.045em; }
.studio-result p { grid-column: 1; font-size: 11px; line-height: 1.6; }
.studio-result > span { grid-column: 2; grid-row: 1 / 4; align-self: center; font-size: 23px; color: rgb(0 0 0 / 65%); transition: transform .2s ease, color .2s ease; }
.studio-result:hover h3, .studio-result:hover > span { color: var(--studio-blue); }
.studio-result:hover > span { transform: translate(4px, -4px); }
.studio-offer { color: #000; background: #fff; border-block: 1px solid var(--studio-rule); }
.studio-offer-inner { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 8%; padding-block: 80px; }
.studio-offer h2 { margin: 28px 0; font-size: clamp(43px, 4.5vw, 68px); line-height: 1.08; }
.studio-offer-copy > p:not(.studio-label) { max-width: 310px; font-size: 14px; line-height: 1.8; color: rgb(0 0 0 / 80%); }
.studio-offer-delivery { margin-top: 20px !important; }
.studio-offer .studio-link { color: var(--studio-blue); margin-top: 26px; }
.studio-rtl-study { align-self: center; min-width: 0; }
.studio-rtl-study .studio-label { color: rgb(0 0 0 / 64%); }
.studio-rtl-tabs { display: flex; gap: 23px; margin: 24px 0; border-bottom: 1px solid rgb(0 0 0 / 25%); }
.studio-rtl-tabs button { position: relative; min-height: 44px; padding: 12px 0; background: none; border: 0; color: rgb(0 0 0 / 66%); font-size: 11px; }
.studio-rtl-tabs button[aria-pressed=true] { color: var(--studio-blue); }
.studio-rtl-tabs button[aria-pressed=true]::after { content: ''; position: absolute; height: 2px; bottom: -1px; left: 0; right: 0; background: #000; }
.studio-cloud-legend { display: flex; flex-wrap: wrap; gap: 12px 22px; font-size: 10px; margin-bottom: 20px; }
.studio-cloud-legend span { display: inline-flex; align-items: center; gap: 7px; }
.studio-cloud-legend span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgb(0 0 0 / 55%); }
.studio-cloud-legend .cloud-accepted::before { background: var(--studio-blue); }
.studio-cloud-legend .cloud-interval::before { width: 14px; height: 1px; background: #000; }
.studio-rtl-cloud img { display: block; width: 100%; height: auto; }
.studio-rtl-cloud figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: 11px; line-height: 1.5; }
.studio-rtl-note { margin-top: 20px !important; font-size: 10px; line-height: 1.8; color: rgb(0 0 0 / 64%); }
.studio-method { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding-block: 95px; }
.studio-method h2 { margin-top: 24px; font-size: clamp(36px, 3.5vw, 54px); line-height: 1.12; }
.studio-method ol { list-style: none; padding: 0; margin: 0; }
.studio-method li { position: relative; padding: 0 0 29px 29px; }
.studio-method li::before { position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background: var(--studio-blue); border-radius: 50%; content: ''; }
.studio-method h3 { font-size: 16px; font-weight: 500; letter-spacing: -.03em; }
.studio-method li p { max-width: 370px; margin-top: 9px; color: rgb(0 0 0 / 65%); font-size: 13px; line-height: 1.7; }
.studio-close { padding-block: 52px 65px; border-top: 1px solid var(--studio-rule); }
.studio-close .studio-label { margin-bottom: 24px; }
.studio-close > a { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--studio-blue); font-family: var(--studio-serif); font-size: clamp(58px, 7vw, 110px); line-height: 1.1; letter-spacing: -.065em; }
.studio-close > a > span { font: 300 .7em/1 Inter, sans-serif; transition: transform .2s; }
.studio-close > a:hover > span { transform: translate(7px, -7px); }
.studio-colophon { display: flex; justify-content: space-between; width: 100%; gap: 20px; align-items: center; }
.studio-colophon .gother-emblem { width: 21px; height: 21px; }
.studio-colophon-end { display: flex; align-items: center; gap: 24px; }
/* Company and contact: a letter and an open invitation. */
.studio-page-intro { padding-block: 76px 65px; }
.studio-page-intro h1 { margin-top: 26px; max-width: 1000px; font-family: var(--studio-serif); font-size: clamp(54px, 6.2vw, 96px); font-weight: 400; line-height: 1.05; letter-spacing: -.065em; }
.studio-page-intro h1 em { color: var(--studio-blue); }
.studio-letter-layout { padding-bottom: 90px; }
.studio-letter { max-width: 780px; }
.studio-letter p { max-width: 740px; margin: 0 0 24px; font-size: 16px; line-height: 1.95; letter-spacing: -.02em; }
.studio-letter .studio-letter-lead { font-size: 23px; line-height: 1.65; }
.studio-letter h2 { margin: 42px 0 17px; font-size: 22px; font-weight: 450; letter-spacing: -.04em; }
.studio-signature { margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--studio-rule); }
.studio-signature strong { display: block; font-size: 13px; font-weight: 500; }
.studio-signature p { margin: 6px 0 0; font-size: 11px; }
.studio-contact-address { display: inline-flex; align-items: center; gap: 20px; margin-top: 40px; padding-bottom: 9px; border-bottom: 1px solid currentColor; color: var(--studio-blue); font-size: clamp(19px, 3vw, 40px); letter-spacing: -.05em; }
.studio-contact-layout { padding: 0 0 90px; }
.studio-contact-aside p { max-width: 650px; margin-bottom: 35px; font-size: 17px; line-height: 1.8; }
.studio-contact-routes { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8%; }
.studio-contact-note { grid-column: 1 / -1; }
.studio-contact-route { padding: 28px 0 38px; border-top: 1px solid var(--studio-rule); }
.studio-contact-route h2 { font-size: 25px; font-weight: 450; letter-spacing: -.04em; margin-bottom: 17px; }
.studio-contact-route > p { max-width: 560px; font-size: 14px; line-height: 1.9; }
.studio-contact-route ul { padding: 0; list-style: none; margin: 20px 0; font-size: 12px; line-height: 2.1; }
.studio-contact-route li::before { display: inline-block; content: '·'; width: 16px; color: var(--studio-blue); }
.studio-contact-route .studio-link { margin-right: 25px; }
.studio-contact-note { font-size: 11px; line-height: 1.8; color: rgb(0 0 0 / 66%); }
/* Carry the same printed character into the existing technical library. */
html .page-hero { padding-top: 72px; padding-bottom: 50px; }
html .page-title { font-family: var(--studio-serif); font-size: clamp(48px, 5vw, 80px); font-weight: 400; letter-spacing: -.06em; line-height: 1.1; }
html .rtl-hero { min-height: 0; padding-block: 75px; }
html .rtl-hero h1 { font-family: var(--studio-serif); font-weight: 400; }
html .rtl-action { border-radius: 0; }

html .rtl-scope-card { border: 0; padding: 0; background: none; box-shadow: none; }
html .results-index { display: block; }
html .results-index .result-card { min-height: 0; overflow: visible; padding-block: 26px; border: 0; border-top: 1px solid var(--studio-rule); border-radius: 0; background: none; box-shadow: none; }
html .results-index .result-link { display: grid; grid-template-columns: 180px minmax(0, 1fr) 280px; grid-template-rows: auto auto 1fr; column-gap: clamp(25px, 4vw, 65px); align-items: start; align-content: start; height: auto; min-height: 0; padding: 0; }
html .results-index .result-card-visual { position: static; inset: auto; align-self: center; grid-column: 1; grid-row: 1 / 4; height: 145px; width: 100%; margin: 0; mask-image: none; -webkit-mask-image: none; }
html .results-index .result-link > :not(svg) { grid-column: 2; }
html .results-index .result-meta { position: static; grid-row: 1; padding: 0; margin: 0 0 10px; }
html .results-index .result-meta p { margin: 0; font-size: 10px; font-weight: 400; }
html .results-index .result-card h2 { max-width: none; font-size: 24px; font-weight: 450; letter-spacing: -.04em; line-height: 1.2; }
html .results-index .result-link > p { max-width: 600px; margin-top: 12px; font-size: 13px; font-weight: 400; line-height: 1.65; }
html .results-index .result-link > .result-measure { grid-column: 3; grid-row: 1 / 4; align-self: center; max-width: none; width: 100%; margin: 0; border-top: 0; border-left: 1px solid var(--studio-rule); padding: 0 0 0 28px; grid-template-columns: 1fr; gap: 6px; }
html .results-index .result-measure span { font-size: 9px; letter-spacing: .06em; }
html .results-index .result-measure strong { font-size: 16px; font-weight: 450; margin-bottom: 8px; }
html .result-whitepaper .result-code-figure { --code-bg: #fff; --code-gutter: #f2f2f2; --code-text: #222; --code-line-no: #595959; --code-keyword: #005bff; --code-builtin: #005bff; --code-string: #424242; --code-comment: #595959; --code-constant: #005bff; }
html .rcpsp-diff-remove { background: rgb(0 0 0 / 5%); color: #222; }
html .rcpsp-diff-add { background: rgb(0 91 255 / 7%); color: #222; }
.studio-company-page .site-main { position: relative; z-index: 1; }
.studio-company-page .site-footer { position: relative; background: #fff; }
.studio-company-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.studio-orbit-field { position: fixed; inset: 96px 0 0; pointer-events: none; overflow: hidden; }
.studio-orbit-field svg { width: 100%; height: 100%; }
.studio-orbit-field .orbit-path { fill: none; stroke: var(--studio-blue); stroke-width: .8; opacity: .07; }
.studio-orbit-field .orbit-tails { fill: none; stroke: var(--studio-blue); stroke-width: 1.2; opacity: .16; }
.studio-orbit-field .orbit-bodies { fill: var(--studio-blue); opacity: .32; }
.studio-company-page .studio-letter { background: linear-gradient(90deg, rgb(255 255 255 / 95%), rgb(255 255 255 / 88%) 85%, rgb(255 255 255 / 0%)); }
html .results-index .result-card-storage .bars .discharge { fill: #000; }
html .results-index .result-card-storage .bars rect:not(.discharge) { fill: var(--studio-blue); fill-opacity: .45; }
@media (min-width: 1700px) { .studio-hero { padding-block: 92px 80px; } }
@media (max-width: 1050px) {
  html .results-index .result-link { grid-template-columns: 140px minmax(0, 1fr) 205px; column-gap: 25px; }
  html .results-index .result-link > .result-measure { padding-left: 20px; }
  .studio-hero { gap: 5%; padding-top: 50px; }
  .studio-hero h1 { font-size: clamp(63px, 7.5vw, 80px); }
  .studio-hero-intro { font-size: 14px; }
  .studio-work, .studio-offer-inner { gap: 7%; }
  .studio-figure-top { align-items: flex-start; flex-direction: column; gap: 0; padding-bottom: 15px; }
}
@media (max-width: 720px) {
  html .site-header { height: 76px; padding-inline: 24px; }
  html .site-nav .nav-home-wordmark { font-size: 18px; gap: 8px; }
  html .nav-links { gap: 17px; }
  html .nav-links a { font-size: 11px; }
  .gother-emblem { width: 22px; height: 22px; }
  .studio-hero { grid-template-columns: 1fr; gap: 38px; padding-block: 43px 35px; }
  .studio-hero-copy { padding: 0; }
  .studio-hero h1 { font-size: clamp(61px, 12.1vw, 87px); margin: 19px 0 23px; }
  .studio-hero-intro { max-width: 380px; font-size: 14px; line-height: 1.75; }
  .studio-hero-actions { flex-direction: column; gap: 10px 25px; margin-top: 20px; }
  .studio-hero-actions .studio-link { font-size: 12px; }
  .studio-figure { max-width: 480px; width: 100%; justify-self: center; }
  .studio-figure-top { flex-direction: row; align-items: center; gap: 10px; }
  .studio-work { grid-template-columns: 1fr; gap: 40px; padding-block: 60px; }
  .studio-section-heading h2 { font-size: 43px; }
  .studio-section-heading > p:not(.studio-label) { max-width: 360px; margin-top: 18px; }
  .studio-result h3 { font-size: 22px; }
  .studio-offer-inner { grid-template-columns: 1fr; gap: 45px; padding-block: 55px; }
  .studio-offer h2 { font-size: 45px; margin-block: 22px; }
  .studio-method { grid-template-columns: 1fr; gap: 38px; padding-block: 60px 30px; }
  .studio-method h2 { max-width: 340px; font-size: 43px; }
  .studio-close { padding-block: 40px 50px; }
  .studio-close > a { font-size: clamp(48px, 10vw, 67px); }
  .studio-colophon-end > a { display: none; }
  .studio-page-intro { padding-block: 45px; }
  .studio-page-intro h1 { font-size: 54px; }
  .studio-letter-layout, .studio-contact-layout { padding-bottom: 55px; }
  .studio-contact-routes { grid-template-columns: 1fr; }
  .studio-orbit-field { top: 76px; }
  .studio-letter p { font-size: 14px; }
  .studio-letter .studio-letter-lead { font-size: 20px; }
  .studio-contact-address { gap: 10px; margin-top: 30px; font-size: clamp(18px, 5.2vw, 30px); }
  .studio-contact-aside p { max-width: 350px; }
  html .site-footer { padding: 25px 24px; min-height: 85px; }
  html .results-index .result-link { grid-template-columns: 70px minmax(0, 1fr); gap: 0 18px; }
  html .results-index .result-card-visual { grid-row: 1 / 3; height: 80px; }
  html .results-index .result-card h2 { font-size: 21px; }
  html .results-index .result-link > p { grid-column: 1 / -1; margin-top: 18px; }
  html .results-index .result-link > .result-measure { grid-column: 1 / -1; grid-row: 4; grid-template-columns: 1fr auto; gap: 8px; padding: 16px 0 0; margin-top: 16px; border-left: 0; border-top: 1px solid var(--studio-rule); }
  html .results-index .result-measure strong { font-size: 14px; margin: 0; }
  html .rtl-hero { padding-block: 45px; }
}
@media (max-width: 370px) {
  html .site-header { padding-inline: 18px; }
  html .nav-links { gap: 11px; }
  html .site-nav .nav-home-wordmark { font-size: 16px; gap: 6px; }
  .studio-hero h1 { font-size: 55px; }
  .studio-offer h2 { font-size: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .studio-page *, .studio-page *::before, .studio-page *::after { transition: none !important; animation: none !important; }
}


.studio-section-heading > .studio-link { margin-top: 22px; }
.studio-offer-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 26px; }
.studio-offer-actions .studio-link { margin-top: 0; }

.studio-hero-focus { margin-top: 16px; max-width: 420px; color: rgb(0 0 0 / 65%); font-size: 13px; line-height: 1.7; }
.studio-cloud-scroll { overflow-x: auto; }
.studio-cloud-scroll img { min-width: 560px; }
.studio-cloud-scroll:focus-visible { outline: 2px solid var(--studio-blue); outline-offset: 3px; }
.studio-cloud-hint { color: rgb(0 0 0 / 65%); font-size: 12px; margin: 8px 0; }
@media (min-width: 1100px) { .studio-cloud-scroll img { min-width: 0; } .studio-cloud-hint { display: none; } }
