@font-face {
  font-family: Manrope;
  src: url("/assets/manrope.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --forest: #163c32;
  --paper: #f5f5ef;
  --acid: #d5ef76;
  --mist: #dde5db;
  --ink: #172f28;
  --muted: #53645c;
  --line: #b8c3b7;
  --gutter: clamp(22px, 5vw, 80px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  touch-action: manipulation;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #98602a;
  outline-offset: 6px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(42px, 5.3vw, 76px);
}
h2 {
  font-size: clamp(30px, 3.3vw, 48px);
}
h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
p {
  max-width: 66ch;
}
img {
  max-width: 100%;
  display: block;
}
.muted {
  color: var(--muted);
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 20;
  background: var(--acid);
  color: var(--ink);
  padding: 12px 18px;
}
.skip:focus {
  top: 12px;
}
.header {
  padding: 27px var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: 0.1em;
  justify-self: start;
}

.brand-division {
  font-weight: 450;
  font-size: 18px;
  letter-spacing: -0.025em;
  border-left: 1px solid var(--line);
  padding-left: 14px;
  margin-left: 4px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  font-weight: 600;
}
.header nav a {
  padding: 10px 0;
}
.nav-contact {
  margin-left: 10px;
}
.nav-contact span {
  margin-left: 10px;
}
.language-switch {
  border-left: 1px solid var(--line);
  padding: 8px 0 8px 22px;
  font-size: 12px;
  font-weight: 700;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.025em;
  font-weight: 650;
  display: block;
}
.intro {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.text-link {
  font-weight: 650;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
}
.text-link span {
  font-size: 21px;
  line-height: 1;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
  padding: 18px 24px;
  min-height: 56px;
  transition: background 0.18s;
}
.button span {
  font-size: 24px;
  line-height: 1;
}
.button:hover {
  text-decoration: none;
}
.button.dark {
  background: var(--forest);
  color: var(--paper);
}
.button.dark:hover {
  background: #2b5447;
}
.button.lime {
  background: var(--acid);
  color: var(--ink);
}
.button.lime:hover {
  background: #e7f7b8;
}
.gateway-hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 36px;
  padding: 60px var(--gutter);
  align-items: center;
  min-height: 535px;
}
.hero-copy h1 {
  font-size: clamp(42px, 4.9vw, 72px);
  margin: 25px 0;
  line-height: 1.14;
  letter-spacing: -0.05em;
}
.hero-copy .intro {
  max-width: 570px;
}
.architecture img {
  width: 100%;
  max-height: 425px;
  object-fit: contain;
}
.gateway-links {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.destinations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 var(--gutter);
}
.destination {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
  min-height: 260px;
  transition: background 0.18s;
}
.destination:hover {
  text-decoration: none;
}
.management-entry {
  background: var(--forest);
  color: var(--paper);
}
.management-entry:hover {
  background: #214d40;
}
.labs-entry {
  background: var(--mist);
}
.labs-entry:hover {
  background: #d0ddc9;
}
.destination h2 {
  font-size: clamp(30px, 3vw, 44px);
  max-width: 10ch;
  line-height: 1.1;
}
.destination-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-top: auto;
}
.destination-bottom p {
  font-size: 14px;
  max-width: 39ch;
}
.round-arrow {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 24px;
  flex-shrink: 0;
}
.parent-note {
  padding: 80px var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.7fr;
  gap: 48px;
  align-items: start;
}
.parent-note h2 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.parent-note > p {
  font-size: 14px;
  color: var(--muted);
}
.parent-note .text-link {
  justify-self: end;
  white-space: nowrap;
}
.section {
  padding: 85px var(--gutter);
}
.division-hero {
  padding: 60px var(--gutter);
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 4vw;
  align-items: center;
}
.division-hero h1 {
  margin: 25px 0;
}
.division-hero .intro {
  max-width: 570px;
}
.division-hero .button {
  margin-top: 30px;
}
.management-art {
  margin: 0;
  min-width: 0;
}
.management-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}
.division-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px var(--gutter);
  gap: 24px;
  border-block: 1px solid var(--line);
  font-size: 11px;
}
.division-strip > span {
  font-weight: 750;
}
.division-strip a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.scope h2 {
  margin: 20px 0 26px;
}
.scope > div > p:last-child {
  color: var(--muted);
  font-size: 15px;
  max-width: 420px;
}
.scope-list article {
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.scope-list article:first-child {
  padding-top: 0;
  border: 0;
}
.scope-list h3 {
  margin-bottom: 14px;
}
.scope-list p {
  font-size: 14px;
  color: var(--muted);
}
.process {
  background: var(--mist);
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 22px;
}
.section-heading > .eyebrow {
  padding-top: 7px;
}
.section-heading > p:last-child:not(.eyebrow) {
  grid-column: 2;
  max-width: 540px;
  font-size: 15px;
  color: var(--muted);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 54px 0 0;
  gap: 42px;
}
.steps li {
  border-top: 1px solid #8d9d90;
  padding-top: 20px;
}
.step-number {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.steps h3 {
  margin: 22px 0 14px;
}
.steps p {
  font-size: 14px;
  color: var(--muted);
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 8vw;
}
.faq details {
  border-top: 1px solid var(--line);
}
details {
  font-size: 14px;
}
summary {
  cursor: pointer;
  padding: 22px 32px 22px 0;
  font-weight: 600;
  list-style: none;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  font-size: 21px;
  top: 16px;
}
details[open] > summary:after {
  content: "−";
}
details p {
  padding-bottom: 22px;
  color: var(--muted);
}
.contact {
  background: var(--forest);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10vw;
  border-bottom: 1px solid #638075;
}
.contact h2 {
  margin: 22px 0 25px;
}
.contact p {
  font-size: 15px;
  max-width: 460px;
  color: #d1ded6;
}
.contact-action {
  align-self: center;
}
.contact-action > .button {
  width: 100%;
}
.email {
  display: inline-block;
  margin-top: 26px;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
}
.contact .mail-note {
  font-size: 11px;
  margin-top: 16px;
  max-width: 350px;
}
.labs .header {
  background: var(--forest);
  color: var(--paper);
  border-color: #638075;
}
.labs-hero {
  padding: 66px var(--gutter);
  background: var(--forest);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 4vw;
  align-items: center;
}
.labs-hero h1 {
  margin: 25px 0 28px;
}
.labs-hero .intro {
  font-size: 16px;
  max-width: 530px;
  color: #d1ded6;
}
.labs-hero .eyebrow {
  color: var(--acid);
}
.labs-hero .button {
  margin-top: 30px;
}
.labs .division-strip {
  background: var(--mist);
  border: 0;
}
.labs-art {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.labs-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 58px;
}
.service-grid article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.service-grid h3 {
  min-height: 60px;
  margin-bottom: 15px;
}
.service-grid p {
  font-size: 14px;
  color: var(--muted);
}
.real-estate {
  background: #ebeee5;
}
.example-list {
  margin-top: 45px;
  margin-left: calc(33.333% + 8px);
}
.example-list article {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 35px;
  border-top: 1px solid var(--line);
  padding: 25px 0;
}
.example-list h3 {
  font-size: 20px;
}
.example-list p {
  font-size: 14px;
  color: var(--muted);
}
.company-page {
  min-height: 500px;
  padding-top: 70px;
}
.company-page h1 {
  margin: 22px 0 35px;
  font-size: 56px;
}
.company-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.company-contact .intro {
  max-width: 470px;
}
.company-contact .muted {
  font-size: 13px;
  margin-top: 18px;
}
.contact-address {
  font-size: clamp(20px, 2.3vw, 34px);
  letter-spacing: -0.03em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  overflow-wrap: anywhere;
}
.mail-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 20px;
}
.privacy-note {
  margin-top: 60px;
  max-width: 850px;
  border-top: 1px solid var(--line);
}
.privacy-note summary {
  font-size: 13px;
}
.privacy-note p {
  font-size: 13px;
}
.company-page > .button {
  margin-top: 28px;
}
.footer {
  background: var(--forest);
  color: var(--paper);
  padding: 45px var(--gutter) 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 45px;
  padding-bottom: 42px;
}
.footer-top .brand {
  align-self: start;
}
.footer-top p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  max-width: 22ch;
}
.footer-top > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
}
.footer-bottom {
  border-top: 1px solid #638075;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 10px;
  color: #d1ded6;
}
.footer-legal {
  margin-top: 8px;
  font-size: 11px;
  color: #d1ded6;
  max-width: 420px;
}
.footer-legal summary {
  font-size: 11px;
  font-weight: 450;
  padding: 12px 28px 12px 0;
  display: inline-block;
}
.footer-legal summary:after {
  font-size: 16px;
  top: 8px;
  right: 0;
}
.footer-legal p {
  font-size: 11px;
  color: #d1ded6;
  line-height: 1.8;
  padding-top: 6px;
  padding-bottom: 0;
}
.footer :focus-visible,
.contact :focus-visible,
.labs .header :focus-visible,
.labs-hero :focus-visible,
.management-entry:focus-visible {
  outline-color: var(--acid);
}
@media (min-width: 1600px) {
  body {
    max-width: 1800px;
    margin: auto;
  }
  .gateway-hero {
    min-height: 610px;
  }
}
@media (max-width: 1050px) {
  .header {
    gap: 20px;
  }
  .header nav {
    gap: 17px;
  }
  .brand-division {
    font-size: 16px;
    padding-left: 10px;
  }
  .brand {
    font-size: 21px;
    gap: 9px;
  }
  .nav-contact {
    margin: 0;
  }
  .language-switch {
    padding-left: 15px;
  }
  .parent-note {
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
  }
  .parent-note .text-link {
    grid-column: 2;
    justify-self: start;
  }
  .labs-hero {
    gap: 4vw;
  }
  .contact {
    gap: 6vw;
  }
  .footer-top {
    gap: 30px;
  }
  .gateway-hero,
  .division-hero {
    gap: 25px;
  }
  .hero-copy h1 {
    font-size: 52px;
  }
  .service-grid {
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .header {
    grid-template-columns: 1fr auto;
    gap: 16px 14px;
    padding-block: 20px;
  }
  .header nav {
    grid-column: 1/-1;
    grid-row: 2;
    justify-content: space-between;
    gap: 12px;
    font-size: 11px;
  }
  .header nav a {
    padding-block: 7px;
  }
  .language-switch {
    grid-column: 2;
    grid-row: 1;
    min-width: 37px;
    justify-content: end;
  }
  .gateway-hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    gap: 22px;
  }
  .hero-copy h1 {
    font-size: clamp(37px, 7.3vw, 56px);
  }
  .hero-copy .intro {
    font-size: 16px;
  }
  .architecture {
    display: none;
  }
  .gateway-links {
    gap: 25px;
    margin-top: 20px;
  }
  .destinations {
    grid-template-columns: 1fr 1fr;
  }
  .destination {
    padding: 24px;
    min-height: 280px;
  }
  .destination h2 {
    font-size: 33px;
  }
  .destination .eyebrow {
    font-size: 10px;
  }
  .destination-bottom {
    gap: 12px;
    align-items: start;
  }
  .destination-bottom p {
    font-size: 12px;
  }
  .round-arrow {
    width: 34px;
    height: 34px;
    font-size: 21px;
  }
  .parent-note {
    padding-block: 55px;
  }
  .section {
    padding-block: 58px;
  }
  .division-hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    gap: 35px;
  }
  .division-hero h1 {
    font-size: clamp(37px, 7.3vw, 56px);
  }
  .division-hero .intro {
    font-size: 16px;
  }
  .management-art {
    max-width: none;
    width: 100%;
    justify-self: center;
  }

  .division-strip {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 10px;
  }
  .scope {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .scope-list h3 {
    font-size: 22px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    grid-column: 1;
  }
  .steps {
    gap: 25px;
  }
  .steps h3 {
    font-size: 21px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contact {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-action {
    max-width: 460px;
    width: 100%;
  }
  .contact h2 {
    font-size: 38px;
  }
  .labs-hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    gap: 40px;
  }
  .labs-hero h1 {
    font-size: clamp(42px, 7.3vw, 60px);
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }
  .service-grid h3 {
    min-height: 0;
    margin-bottom: 14px;
  }
  .example-list {
    margin-left: 0;
    margin-top: 32px;
  }
  .example-list article {
    grid-template-columns: 1fr 1.5fr;
    gap: 25px;
  }
  .company-contact {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .company-page h1 {
    font-size: 48px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-top > div {
    grid-column: 1/-1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer-top p {
    font-size: 18px;
  }
  .parent-note .text-link {
    font-size: 12px;
  }
  .eyebrow {
    font-size: 11px;
  }
}
@media (max-width: 520px) {
  .brand {
    font-size: 20px;
  }
  .brand-division {
    font-size: 14px;
    margin-left: 0;
    padding-left: 9px;
  }
  .header {
    gap: 13px 8px;
  }
  .header nav {
    font-size: 10px;
    gap: 8px;
  }
  .language-switch {
    padding-left: 12px;
    font-size: 11px;
  }
  .nav-contact span {
    margin-left: 4px;
  }
  .gateway-hero {
    padding-bottom: 36px;
  }
  .gateway-links .text-link {
    font-size: 11px;
    gap: 13px;
  }
  .gateway-links {
    gap: 18px;
  }
  .destinations {
    grid-template-columns: 1fr;
  }
  .destination {
    min-height: 245px;
    padding: 27px;
  }
  .destination h2 {
    font-size: 36px;
  }
  .destination-bottom {
    align-items: end;
  }
  .destination-bottom p {
    font-size: 13px;
    max-width: 28ch;
  }
  .parent-note {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .parent-note .text-link {
    grid-column: 1;
  }
  .steps {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 28px;
  }
  .steps li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
  }
  .steps h3 {
    margin: 0;
  }
  .steps p {
    grid-column: 2;
  }
  .step-number {
    padding-top: 4px;
  }
  .example-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contact h2 {
    font-size: 34px;
  }
  .button {
    font-size: 12px;
    gap: 18px;
    padding-inline: 20px;
  }
  .contact-address {
    font-size: 22px;
    gap: 12px;
  }
  .footer-top {
    gap: 26px 18px;
  }
  .footer-top p {
    font-size: 16px;
  }
  .footer-top > div {
    font-size: 11px;
    gap: 15px;
  }
  .footer-bottom {
    font-size: 9px;
  }
  .footer-bottom > span:last-child {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .brand {
    font-size: 18px;
    gap: 7px;
  }
  .brand-division {
    font-size: 12px;
  }
  .language-switch {
    min-width: 30px;
    padding-left: 9px;
  }
  .destination h2 {
    font-size: 33px;
  }
  .destination {
    padding: 22px;
  }
  .contact-address {
    font-size: 20px;
  }
}

/* Shared motion language: a composed entrance, editorial reveals, tactile controls. */
.title-line { display: block; overflow: clip; padding-bottom: .12em; margin-bottom: -.12em; }
.title-line-inner { display: block; }
.reveal-pending { opacity: 0; }
.reveal-pending:focus-within { opacity: 1; }
.service-grid article, .steps li { position: relative; }
[data-motion-mode="full"] :is(.service-grid article, .steps li).is-revealed:before {
  content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 1px;
  background: var(--forest); opacity: .65; transform-origin: left;
  animation: reveal-rule 1600ms cubic-bezier(.32,.05,.24,1) var(--reveal-delay, 0ms) both;
}
@keyframes reveal-rule { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.architecture, .management-art, .labs-art { overflow: hidden; }
.button, .destination, .round-arrow {
  transition: background-color 450ms ease, color 350ms ease, border-color 450ms ease,
    box-shadow 450ms ease, transform 550ms cubic-bezier(.16,1,.3,1);
}
.button span { display: inline-block; transition: transform 550ms cubic-bezier(.16,1,.3,1); }
.destination { position: relative; isolation: isolate; }
.destination:before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(125deg, #ffffff13, transparent 65%); opacity: 0;
  transition: opacity 600ms ease;
}
.destination:is(:hover,:focus-visible):before { opacity: 1; }
.destination:is(:hover,:focus-visible) .round-arrow {
  background: var(--acid); color: var(--forest); border-color: var(--acid);
}
.header nav a { position: relative; text-decoration: none; }
.header nav a:after {
  content: ''; position: absolute; height: 1px; left: 0; right: 0; bottom: 4px;
  background: currentColor; opacity: 0; transition: opacity 400ms ease;
}
.header nav a:is(:hover,:focus-visible):after { opacity: .7; }
.contact-address { text-decoration-color: transparent; text-underline-offset: 10px; transition: text-decoration-color 450ms ease; }
.contact-address:is(:hover,:focus-visible) { text-decoration: underline; text-decoration-thickness: 1px; }
summary { transition: background-color 350ms ease; }
summary:hover { text-decoration: underline; text-underline-offset: 5px; }
@media (hover: hover) and (pointer: fine) {
  [data-motion-mode="full"] .button:hover { transform: translateY(-3px); box-shadow: 0 10px 26px #102a201c; }
  [data-motion-mode="full"] .button:hover span { transform: translate(3px,-3px); }
  [data-motion-mode="full"] .destination:hover { transform: translateY(-4px); }
  [data-motion-mode="full"] .destination:hover .round-arrow { transform: rotate(45deg); }
}
[data-motion-mode="full"] .button:active { transform: scale(.98); }
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: page-out 220ms ease both; }
::view-transition-new(root) { animation: page-in 500ms ease both; }
@keyframes page-out { to { opacity: 0; } }
@keyframes page-in { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  ::view-transition-old(root), ::view-transition-new(root) { animation-duration: 180ms; }
}
@media (forced-colors: active) {
  .button, .destination { border: 1px solid ButtonText; }
}
/* Approved artwork family: an uninterrupted camera pan and travelling light. */
.hero-art { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 3 / 2; width: 100%; margin: 0; background: #ecece3; }
.hero-art-camera { position: absolute; inset: 0; }
.hero-art .hero-art-camera img { display: block; width: 100%; height: 100%; max-height: none; object-fit: cover; }
.hero-art[data-art-started] .hero-art-camera { animation: hero-pan-continuity 14s cubic-bezier(.37,0,.63,1) -3s infinite alternate paused; will-change: transform; }
.hero-art[data-art=continuity] .hero-art-camera { transform-origin: 50% 10%; }
.hero-art[data-art=balance] .hero-art-camera { transform-origin: 50% 15%; animation-name: hero-pan-balance; }
.hero-art[data-art=alignment] .hero-art-camera { animation-name: hero-pan-alignment; animation-duration: 12s; }
.hero-art-light { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0; transition: opacity 1s; }
.hero-art-ray, .hero-art-halo { stroke: #fff2ce; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 14 86; animation: hero-light-travel 9s linear infinite paused; }
.hero-art-ray { opacity: .8; }
.hero-art-halo { stroke-width: 18; opacity: .32; filter: url('#hero-glow'); }
.hero-art-camera::after { content: ''; position: absolute; inset: -25%; pointer-events: none; background: linear-gradient(115deg,transparent 32%,rgba(255,242,200,.46) 47%,rgba(255,255,245,.72) 51%,transparent 66%); mix-blend-mode: screen; opacity: 0; animation: hero-light-wash 11s cubic-bezier(.37,0,.63,1) -3s infinite alternate paused; transition: opacity 1.2s; }
.hero-art[data-art-enabled=true] .hero-art-light { opacity: 1; }
.hero-art[data-art-enabled=true] .hero-art-camera::after { opacity: .24; }
.hero-art[data-art-running=true] :is(.hero-art-camera,.hero-art-ray,.hero-art-halo), .hero-art[data-art-running=true] .hero-art-camera::after { animation-play-state: running; }
.hero-art-toggle { align-self: flex-start; min-height: 44px; margin: -15px 0; padding: 10px 0; border: 0; border-radius: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #638075; }
.hero-art-toggle[hidden] { display: none; }
.hero-art-toggle:hover { color: #fff; text-decoration-color: currentColor; }
.hero-art-toggle:focus-visible { outline: 2px solid #d5ef76; outline-offset: 4px; }
@keyframes hero-pan-balance { from { transform: scale(1.08) translate(.4%,1.8%); } to { transform: scale(1.14) translate(-.8%,-1.8%); } }
@keyframes hero-pan-continuity { from { transform: scale(1.025) translate(-1%,-.2%); } to { transform: scale(1.065) translate(1%,-.6%); } }
@keyframes hero-pan-alignment { from { transform: scale(1.10) translate(2%,.4%); } to { transform: scale(1.15) translate(-2%,-.4%); } }
@keyframes hero-light-travel { from { stroke-dashoffset: 100; } to { stroke-dashoffset: 0; } }
@keyframes hero-light-wash { from { transform: translateX(-24%); } to { transform: translateX(24%); } }
@media(max-width: 780px) { .architecture.hero-art { display: block; } }
@media(prefers-reduced-motion: reduce) { .hero-art-light,.hero-art-camera::after { transition: none; } }
@media print { .hero-art .hero-art-camera { animation: none; transform: none; } .hero-art-light,.hero-art-camera::after,.hero-art-toggle { display: none; } }
