/* Fixed brand artwork, generous type, and playful cards with useful content. */
.home-page { color: #021526; background: #f1f5f3; }
.home-page h2,.home-page h3 { font-family: var(--body); letter-spacing: -.025em; }
.home-page h2 { font-size: clamp(1.9rem,2.8vw,2.4rem); font-weight: 750; line-height: 1.4; }
.focus-shell { width: min(74rem,calc(100% - 6rem)); margin-inline: auto; }
.focus-section { padding-block: 4.5rem; }
.focus-period { color: #03346e; margin-left: .08em; }
.focus-hero { color: #e2e2b6; background: #021526; }
.focus-hero__art { display: flex; align-items: center; justify-content: center; gap: clamp(5rem,10vw,10rem); padding: 3.75rem 2rem; background: radial-gradient(ellipse at 68% 62%,#164b77 0%,#03346e 24%,#021526 65%); }
.home-hero-wordmark { width: min(30vw,20rem); height: auto; }
.home-hero-mark { width: 13rem; height: auto; }
.focus-hero__intro { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 1rem 2rem; padding-block: 1.15rem; border-top: 1px solid #385467; }
.home-service-shortcuts { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem 1.5rem; margin-right: auto; }
.home-service-shortcuts a { display: inline-flex; align-items: center; min-height: 2.75rem; color: #e2e2b6; text-decoration: none; font-size: 1.125rem; }
.home-service-shortcuts a:hover { text-decoration: underline; text-underline-offset: .3em; }
.focus-link { display: inline-flex; align-items: center; gap: 1rem; min-height: 2.75rem; color: #03346e; font-size: 1.125rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.focus-link > span { font-size: 1.5rem; transition: transform 180ms ease; }
.focus-link:hover { text-decoration: underline; text-underline-offset: .3em; }
.focus-link:hover > span { transform: translate(3px,-3px); }
.focus-link--light { color: #e2e2b6; }
.focus-heading { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem 1.5rem; margin-bottom: 2rem; }
.focus-work__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2rem; }
.focus-project { display: block; min-width: 0; padding: .75rem; border-radius: 1.5rem; background: #fff; color: #021526; text-decoration: none; box-shadow: 0 8px 24px #0215260a; transition: transform 220ms ease,box-shadow 220ms ease; }
.focus-project:nth-child(3n+2) { background: #e2e2b6; }
.focus-project:nth-child(3n) { background: #dcecf5; }
a.focus-project:hover { transform: translateY(-5px); box-shadow: 0 14px 30px #02152614; }
.focus-project:focus-visible { outline-offset: -3px; }
.focus-project__image { position: relative; aspect-ratio: 1.05; overflow: hidden; border-radius: 1rem; background: #03346e; }
.focus-project__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transition: transform 350ms ease; }
a.focus-project:hover img { transform: scale(1.025); }
.focus-play { position: absolute; display: grid; place-items: center; right: .85rem; bottom: .85rem; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: #e2e2b6; color: #021526; font-size: 1.5rem; }
.focus-project__caption { padding: 1.1rem .5rem .8rem; }
.focus-project__caption h3 { font-size: 1.375rem; font-weight: 700; line-height: 1.5; }
.home-services { color: #e2e2b6; background: #021526; }
.home-services__inner { display: grid; grid-template-columns: .78fr 1.4fr; align-items: center; gap: 4.5rem; padding-block: 4.5rem; }
.home-services .focus-period { color: #6eacda; }
.home-film { width: min(100%,18rem); margin: 0 auto; }
.home-film__player { position: relative; padding: .6rem; background: #e2e2b6; border-radius: 1.5rem; }
.home-film video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; border-radius: 1rem; background: #000; }
.home-film figcaption { font-size: 1.25rem; line-height: 1.7; margin-top: 1.25rem; }
.home-film__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 5rem; height: 5rem; padding: 0; border: 0; border-radius: 50%; background: #e2e2b6; color: #021526; font-size: 1.65rem; cursor: pointer; transition: background-color 180ms ease; }
.home-film__play span { margin-left: .15rem; }
.home-film__play:hover { background: #6eacda; }
.home-service-list { display: flex; flex-direction: column; gap: 1.15rem; }
.home-service { display: grid; grid-template-columns: 2.75rem minmax(0,1fr) 1.5rem; align-items: center; gap: 1rem; padding: 1.65rem; color: #021526; background: #e2e2b6; border-radius: 1.4rem; text-decoration: none; transition: transform 200ms ease; }
.home-service:nth-child(2) { background: #6eacda; }
.home-service:nth-child(3) { background: #f7f8f2; }
.home-service__icon { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; color: #03346e; background: #ffffff70; border-radius: 50%; font-size: 1.4rem; }
.home-service h3 { font-size: 1.625rem; line-height: 1.45; font-weight: 750; }
.home-service ul { display: flex; flex-wrap: wrap; gap: .3rem 1.2rem; list-style: none; padding: 0; margin: .7rem 0 0; }
.home-service li { color: #021526; font-size: 1.25rem; line-height: 1.75; }
.home-service > span:last-child { font-size: 1.6rem; transition: transform 180ms ease; }
.home-service:hover { transform: translateX(4px); }
.home-service:hover > span:last-child { transform: translate(2px,-2px); }
.home-process__steps { display: flex; flex-wrap: wrap; gap: 1.3rem; list-style: none; margin: 0; padding: 0; }
.home-process__steps li { flex: 1 1 12rem; display: flex; flex-direction: column; align-items: start; gap: 1rem; padding: 1.6rem; border-radius: 1.4rem; background: #dcecf5; }
.home-process__steps li:nth-child(2n) { background: #e2e2b6; }
.home-process__steps li:nth-child(3) { background: #fff; }
.home-process__steps span { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: #03346e; color: #fff; font-size: 1.125rem; font-weight: 650; }
.home-process__steps h3 { font-size: 1.375rem; font-weight: 650; line-height: 1.5; }
.focus-contact { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2.5rem; margin-block: 0 4.5rem; background: #e2e2b6; border-radius: 1.75rem; }
.focus-contact__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.focus-button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 3.5rem; padding: .9rem 1.5rem; color: #fff; background: #03346e; border-radius: 2rem; font-size: 1.25rem; font-weight: 650; text-decoration: none; transition: transform 180ms ease,background-color 180ms ease; }
.focus-button:hover { background: #021526; transform: translateY(-3px); }
.focus-button span { font-size: 1.5rem; }
.focus-brief { grid-column: 1/-1; border-top: 1px solid #a5b8a5; }
.focus-brief summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1.25rem; color: #021526; font-size: 1.125rem; font-weight: 600; cursor: pointer; list-style: none; }
.focus-brief summary::-webkit-details-marker { display: none; }
.focus-brief summary > span { color: #03346e; font-size: 1.5rem; transition: transform 180ms ease; }
.focus-brief[open] summary > span { transform: rotate(45deg); }
.focus-inquiry { max-width: 48rem; margin: 0; padding-top: 1.75rem; }
.focus-inquiry label { color: #021526; font-size: 1.125rem; }
.focus-inquiry input,.focus-inquiry textarea { padding: .85rem 1rem; font-family: var(--body); font-size: 1.125rem; color: #021526; background: #fff; border: 1px solid #819aab; border-radius: .7rem; }
.focus-inquiry input::placeholder,.focus-inquiry textarea::placeholder { color: #526978; opacity: 1; }
.focus-inquiry .inquiry-form__submit button { padding: .9rem 1.4rem; font-family: var(--body); font-size: 1.125rem; background: #03346e; color: #fff; border-radius: 2rem; }
.focus-inquiry .inquiry-form__submit small,.focus-inquiry .inquiry-form__status { color: #294352; font-size: 1.125rem; }
.home-page .fab--line { display: flex; }
.home-footer { background: #021526; color: #e2e2b6; }
.home-footer__inner { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 4rem; padding-block: 4rem; }
.home-footer__brand img { width: 12rem; height: auto; }
.home-footer__col,.home-footer__col nav { display: flex; flex-direction: column; align-items: start; gap: .25rem; }
.home-footer .home-footer__col h2 { margin-bottom: .7rem; font-size: 1.4rem; color: #6eacda; }
.home-footer__col a { display: inline-flex; align-items: center; min-height: 2.8rem; color: #fff; font-size: 1.25rem; line-height: 1.7; text-decoration: none; }
.home-footer__col a:hover { color: #e2e2b6; text-decoration: underline; text-underline-offset: .3em; }
.home-footer__social { margin-top: 1.6rem; }
.home-footer__bar { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 1rem; padding-block: 1.5rem; border-top: 1px solid #385467; }
.home-footer__bar p,.home-footer__bar a { color: #e2e2b6; font-size: 1.125rem; line-height: 1.8; }
.home-footer__bar a { min-height: 2.75rem; display: inline-flex; align-items: center; gap: 1.5rem; text-decoration: none; }
@media (max-width: 68rem) {
  .focus-shell { width: calc(100% - 3.5rem); }
  .focus-hero__intro { justify-content: space-between; }
  .home-service-shortcuts { flex-basis: 100%; }
  .home-services__inner { gap: 2.5rem; grid-template-columns: .75fr 1.4fr; }
  .home-service { grid-template-columns: minmax(0,1fr) 1.5rem; padding: 1.4rem; }
  .home-service__icon { grid-column: 1; grid-row: 1; }
  .home-service > div { grid-column: 1/-1; grid-row: 2; }
  .home-service > span:last-child { grid-column: 2; grid-row: 1; }
  .focus-contact { grid-template-columns: 1fr; }
  .home-footer__inner { gap: 2.5rem; }
}
@media (max-width: 44rem) {
  .focus-shell { width: calc(100% - 2.5rem); }
  .focus-section { padding-block: 3rem; }
  .home-page h2 { font-size: 1.9rem; }
  .focus-hero__art { flex-direction: column; gap: 1.5rem; padding: 2.4rem 1.5rem; }
  .home-hero-wordmark { width: min(72vw,18rem); }
  .home-hero-mark { width: 5.5rem; }
  .home-service-shortcuts { justify-content: space-between; gap: .5rem 1rem; }
  .home-service-shortcuts a,.focus-link { font-size: 1.125rem; }
  .focus-hero__intro { gap: 1rem; }
  .focus-heading { margin-bottom: 1.5rem; }
  .focus-work__grid { display: flex; overflow-x: auto; gap: 1rem; padding: .3rem .2rem 1rem; margin: -.3rem -.2rem 0; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #6eacda #dcecf5; }
  .focus-project { flex: 0 0 86%; scroll-snap-align: start; padding: .65rem; border-radius: 1.25rem; }
  .focus-project__image { aspect-ratio: 4 / 5; }
  .focus-project__caption { padding: .85rem .4rem .6rem; }
  .focus-project__caption h3 { font-size: 1.25rem; }
  .home-services__inner { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3rem; }
  .home-services__content { grid-row: 1; }
  .home-service { padding: 1.4rem; }
  .home-service h3 { font-size: 1.5rem; }
  .home-service li { font-size: 1.125rem; }
  .home-service ul { gap: .4rem 1rem; }
  .home-film { width: min(86%,18rem); }
  .home-film figcaption { font-size: 1.125rem; }
  .home-process__steps { gap: 1rem; }
  .home-process__steps li { flex-basis: calc(50% - .5rem); padding: 1.2rem; }
  .home-process__steps h3 { font-size: 1.25rem; }
  .focus-contact { padding: 1.5rem; margin-bottom: 3rem; gap: 1.5rem; }
  .focus-button { font-size: 1.125rem; gap: 1rem; padding: .85rem 1.2rem; }
  .focus-inquiry { grid-template-columns: 1fr; }
  .focus-inquiry .inquiry-form__wide { grid-column: 1; }
  .home-footer__inner { grid-template-columns: 1fr 1fr; gap: 2.25rem 1rem; padding-block: 3rem; }
  .home-footer__brand { grid-column: 1/-1; }
  .home-footer__brand img { width: 10.5rem; }
  .home-footer .home-footer__col h2 { font-size: 1.25rem; }
  .home-footer__col a { font-size: 1.125rem; }
  .home-footer__bar p { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  a.focus-project:hover,a.focus-project:hover img,.home-service:hover,.home-service:hover > span:last-child,.focus-link:hover > span,.focus-button:hover { transform: none; }
}
@media print { body { padding-top: 0; } .page-header { position: static; } }

/* Restore the owner's original results; cards use color without outlines. */
.home-results { padding-bottom: 0; }
.home-results__cards { display: flex; flex-wrap: wrap; gap: 1.25rem; margin: 0; }
.home-results__cards > div { flex: 1 1 13rem; min-width: 0; padding: 1.6rem; color: #021526; background: #e2e2b6; border: 0; border-radius: 1.4rem; }
.home-results__cards > div:nth-child(2) { background: #6eacda; }
.home-results__cards > div:nth-child(3) { background: #fff; }
.home-results__cards > div:nth-child(4) { background: #03346e; color: #e2e2b6; }
.home-results dt { min-height: 3em; font-size: 1.25rem; font-weight: 550; line-height: 1.5; }
.home-results dd { margin: .75rem 0 0; font-size: clamp(2.5rem,3.5vw,3.5rem); font-weight: 750; line-height: 1.2; letter-spacing: -.035em; }
.home-results dd span { font-size: .52em; letter-spacing: 0; }
.focus-project { padding: 0; border: 0; overflow: hidden; box-shadow: none; }
a.focus-project:hover { box-shadow: none; }
.focus-project__image { border: 0; border-radius: 0; }
.focus-project__caption { padding: 1.2rem 1.25rem 1.35rem; }
.home-film__player { padding: 0; background: transparent; border: 0; }
.home-film video { border: 0; border-radius: 1.5rem; }
.home-service,.home-process__steps li,.focus-contact { border: 0; box-shadow: none; }
@media (max-width: 44rem) {
  .home-results__cards { gap: 1rem; }
  .home-results__cards > div { flex-basis: calc(50% - .5rem); padding: 1.2rem; }
  .home-results dt { font-size: 1.125rem; }
  .home-results dd { font-size: 2.6rem; }
  .focus-project { padding: 0; }
  .focus-project__caption { padding: 1rem 1.1rem 1.2rem; }
}

/* Real project filters, with a quiet filled state instead of card outlines. */
.project-filters { display: flex; flex-wrap: wrap; gap: .65rem; margin: -.5rem 0 1.75rem; }
.project-filters button { min-height: 3rem; padding: .6rem 1.2rem; border: 0; border-radius: 2rem; background: #dcecf5; color: #021526; font: 600 1.125rem/1.5 var(--body); cursor: pointer; transition: background-color 180ms ease, color 180ms ease; }
.project-filters button:hover { background: #e2e2b6; }
.project-filters button[aria-pressed="true"] { background: #03346e; color: #fff; }
.project-filters button:active { background: #021526; color: #fff; }
@media (max-width: 24rem) {
  .project-filters { gap: .45rem; }
  .project-filters button { padding-inline: .9rem; }
}
