/* UltraVision — three independent light design systems. */
*,
*::before,
*::after { box-sizing: border-box; }
:root { color-scheme: light; --blue: #096ba8; --ink: #123149; --muted: #516a7b; --line: #d4e2eb; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; padding-top: 64px; background: #f7fafc; color: var(--ink); font-family: "Golos Text", sans-serif; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid #096ba8; outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
[hidden] { display: none !important; }
h1, h2, p, figure { margin: 0; }
h1, h2 { font-weight: 500; text-wrap: balance; }
address { font-style: normal; }
::selection { background: #b7e2fa; color: #123149; }
.concept { --paper: #f9fcfe; background: var(--paper); min-height: calc(100svh - 64px); }
.concept > * { min-width: 0; }
.concept-switcher { position: fixed; inset: 0 0 auto; height: 64px; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 30px; background: #f7fafc; border-bottom: 1px solid #dce6ed; font-size: 12px; }
.switcher-brand { color: #5a6f80; }
.switcher-note { color: #5a6f80; min-width: 130px; text-align: right; }
.switcher-options { display: flex; height: 100%; gap: 26px; }
.switcher-button { display: flex; align-items: center; gap: 8px; border: 0; border-bottom: 2px solid transparent; padding: 0 4px; background: transparent; color: #617482; font-size: 12px; }
.switcher-button span { font-size: 10px; }
.switcher-button:hover { color: #096ba8; }
.switcher-button.is-active { color: #096ba8; border-bottom-color: #096ba8; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; flex-shrink: 0; }
.brand img { width: 184px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.site-nav a { padding-block: 12px; }
.site-nav a:hover { color: var(--blue); }
.site-nav a[aria-current] { color: var(--blue); }
.site-nav a span { margin-left: 3px; font-size: 11px; }
.header-contact { border: 1px solid var(--line); padding: 13px; border-radius: 50%; }
.header-contact:hover { background: #dcedf8; }
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-title { position: relative; z-index: 1; }
h1 { letter-spacing: -.04em; line-height: 1.04; }
.hero-bottom { position: relative; z-index: 1; }
.hero-bottom p { font-size: 15px; line-height: 1.6; max-width: 32ch; }
.explore { display: inline-flex; align-items: center; justify-content: space-between; gap: 52px; font-size: 13px; font-weight: 500; }
.explore span { font-size: 22px; transition: transform .2s; }
.explore:hover span { transform: translate(3px,-3px); }
.light-lines { position: absolute; width: 60%; height: 100%; right: -7%; top: 0; pointer-events: none; z-index: 0; color: #419ccd; }
.light-lines path { stroke: currentColor; stroke-width: .8; opacity: .34; vector-effect: non-scaling-stroke; }
.story-copy p { font-size: 16px; line-height: 1.85; color: var(--muted); }
.story-copy p + p { margin-top: 22px; }
.section-mark { font-size: 20px; letter-spacing: -.04em; font-weight: 500; }
.section-mark > span { font-size: 10px; vertical-align: top; margin-left: 3px; }
.assortment h2 { font-size: 32px; line-height: 1.2; letter-spacing: -.035em; }
.assortment ul { list-style: none; padding: 0; margin: 0; }
.assortment li { font-size: 15px; line-height: 1.5; }
.assortment li > span::first-letter { text-transform: uppercase; }
.presence { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 70px; }
.office h2 { font-size: 13px; letter-spacing: .035em; font-weight: 550; margin-bottom: 22px; }
.office address { font-size: 13px; line-height: 1.95; color: var(--muted); overflow-wrap: anywhere; }
.office a { text-decoration: underline; text-decoration-color: #bdcfdb; text-underline-offset: 4px; }
.site-map { width: min(100%, 510px); justify-self: end; }
.site-map img { width: 100%; aspect-ratio: 3370 / 1738; object-fit: contain; mix-blend-mode: multiply; }
.site-footer { display: flex; align-items: center; gap: 28px; font-size: 11px; color: var(--muted); }
.site-footer strong { font-weight: 400; }
.site-footer > a { margin-left: auto; font-size: 22px; }

/* A — an optical composition: a single sky plane, generous horizontal space. */
.concept-daylight { padding: 0 clamp(22px,4vw,64px); --paper: #fbfdff; }
.concept-daylight .site-header { height: 112px; max-width: 1400px; margin: auto; }
.concept-daylight .hero { max-width: 1400px; margin: 0 auto; min-height: 580px; padding: 74px 6%; background: #dfF1fb; border-radius: 8px; display: flex; flex-direction: column; justify-content: space-between; }
.concept-daylight h1 { font-size: clamp(52px,5.9vw,86px); max-width: 11.7ch; font-weight: 450; }
.concept-daylight .hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 58px; }
.concept-daylight .hero-bottom p { color: #365e77; max-width: 34ch; }
.concept-daylight .explore { background: #126ca2; color: #f9fdff; padding: 17px 22px; border-radius: 3px; }
.concept-daylight .story { max-width: 1230px; margin: auto; padding: 104px 0; display: grid; grid-template-columns: 1fr 2fr; gap: 9%; }
.concept-daylight .story-copy { max-width: 73ch; }
.concept-daylight .assortment { max-width: 1230px; margin: auto; display: grid; grid-template-columns: 1fr 2fr; gap: 9%; padding: 0 0 90px; }
.concept-daylight .assortment h2 { max-width: 14ch; }
.concept-daylight .assortment ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; }
.concept-daylight .assortment li { padding: 18px 0; border-top: 1px solid var(--line); color: #28516d; }
.concept-daylight .presence { max-width: 1230px; margin: auto; padding: 55px 0; border-top: 1px solid var(--line); }
.concept-daylight .site-footer { max-width: 1230px; margin: auto; padding: 30px 0; border-top: 1px solid var(--line); }

/* B — publication: centered serif display, white paper, blue catalogue band. */
.concept-edition { --paper: #fcfdfd; --ink: #153c59; --blue: #136894; }
.concept-edition .site-header { margin: 0 6%; height: 126px; border-bottom: 1px solid #b8d1df; }
.concept-edition .brand img { width: 215px; }
.concept-edition .site-nav { gap: 42px; }
.concept-edition .header-contact { display: none; }
.concept-edition .hero { padding: 76px 7% 62px; text-align: center; }
.concept-edition h1 { font-family: Prata, Georgia, serif; font-size: clamp(54px,6.7vw,96px); line-height: 1.17; font-weight: 400; letter-spacing: -.038em; max-width: 17ch; margin: auto; }
.concept-edition .light-lines { width: 100%; right: 0; opacity: .12; }
.concept-edition .hero-bottom { display: flex; align-items: center; justify-content: center; gap: 52px; margin: 44px auto 0; }
.concept-edition .hero-bottom p { max-width: 39ch; text-align: left; font-size: 14px; }
.concept-edition .explore { border-bottom: 1px solid #396782; padding: 8px 0; gap: 30px; }
.concept-edition .story { width: min(1060px,86%); margin: auto; padding: 32px 0 85px; }
.concept-edition .section-mark { display: none; }
.concept-edition .story-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.concept-edition .story-copy p { font-size: 15px; line-height: 1.85; }
.concept-edition .story-copy p + p { margin: 0; }
.concept-edition .assortment { padding: 66px 7% 80px; background: #e3f1f8; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; }
.concept-edition .assortment h2 { font: 400 clamp(30px,3vw,44px)/1.4 Prata,Georgia,serif; max-width: 15ch; }
.concept-edition .assortment li { padding: 13px 0; border-bottom: 1px solid #bad1de; display: flex; gap: 20px; }
.concept-edition .assortment li::before { content: '—'; color: #5688a6; }
.concept-edition .presence { width: 86%; margin: auto; padding: 65px 0; }
.concept-edition .office h2 { font: 400 22px/1.4 Prata,Georgia,serif; letter-spacing: -.02em; }
.concept-edition .site-footer { margin: 0 7%; padding: 30px 0; border-top: 1px solid var(--line); }

/* C — a vertical identity rail and a precise, compact typographic catalogue. */
.concept-manual { --paper: #f7fbfd; --blue: #076899; --line: #bdd3df; display: grid; grid-template-columns: 246px minmax(0,1fr); grid-template-areas: "header hero" "header assortment" "header story" "header presence" "header footer"; }
.concept-manual .site-header { grid-area: header; position: sticky; top: 64px; height: calc(100svh - 64px); padding: 48px 30px 36px; flex-direction: column; align-items: flex-start; justify-content: flex-start; background: #d8edf8; }
.concept-manual .brand { padding-bottom: 55px; }
.concept-manual .brand img { width: 182px; }
.concept-manual .site-nav { flex-direction: column; align-items: stretch; width: 100%; gap: 12px; font-size: 14px; }
.concept-manual .site-nav a { padding: 14px 0; border-bottom: 1px solid #a9cddd; display: flex; justify-content: space-between; }
.concept-manual .site-nav a[aria-current] { font-weight: 600; }
.concept-manual .header-contact { margin-top: auto; border-color: #95bacf; }
.concept-manual .hero { grid-area: hero; padding: 62px 7% 45px; border-bottom: 1px solid var(--line); }
.concept-manual h1 { color: #0773ab; font-size: clamp(44px,5.2vw,76px); line-height: 1.05; font-weight: 650; max-width: 15ch; }
.concept-manual .light-lines { width: 42%; right: -15%; opacity: .65; }
.concept-manual .hero-bottom { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-top: 32px; }
.concept-manual .hero-bottom p { font-size: 14px; color: #43667c; max-width: 40ch; }
.concept-manual .explore { border-bottom: 1px solid; padding: 10px 0; }
.concept-manual .assortment { grid-area: assortment; padding: 42px 7% 48px; }
.concept-manual .assortment h2 { font-size: 19px; margin-bottom: 28px; letter-spacing: -.015em; }
.concept-manual .assortment ul { counter-reset: films; }
.concept-manual .assortment li { counter-increment: films; display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); font-size: 15px; }
.concept-manual .assortment li::before { content: counter(films, decimal-leading-zero); color: #52748b; font-size: 11px; padding-top: 4px; }
.concept-manual .story { grid-area: story; padding: 54px 7%; background: #e7f3fa; }
.concept-manual .section-mark { display: block; margin-bottom: 30px; }
.concept-manual .story-copy { max-width: 72ch; }
.concept-manual .presence { grid-area: presence; padding: 54px 7%; gap: 25px; grid-template-columns: 1fr 1fr; }
.concept-manual .office h2 { font-size: 12px; }
.concept-manual .office address { font-size: 12px; }
.concept-manual .site-footer { grid-area: footer; border-top: 1px solid var(--line); padding: 28px 7%; }

@media (min-width: 1600px) {
  .concept-manual { grid-template-columns: 290px 1fr; }
  .concept-manual .site-header { padding-inline: 46px; }
}
@media (max-width: 1000px) {
  .concept-daylight .hero { min-height: 530px; }
  .site-nav { gap: 20px; }
  .concept-daylight .story, .concept-daylight .assortment { gap: 40px; grid-template-columns: 1fr 2fr; }
  .concept-manual { grid-template-columns: 200px 1fr; }
  .concept-manual .site-header { padding-inline: 22px; }
  .concept-manual .hero-bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .concept-manual .presence { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { padding-top: 60px; }
  html { scroll-padding-top: 76px; }
  .concept-switcher { height: 60px; padding: 0 14px; justify-content: center; }
  .switcher-brand, .switcher-note { display: none; }
  .switcher-options { width: 100%; justify-content: space-around; gap: 12px; }
  .switcher-button { font-size: 11px; }
  .site-header { flex-wrap: wrap; gap: 16px; }
  .brand img { width: 148px; }
  .site-nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; font-size: 12px; }
  .header-contact { padding: 10px; }
  .presence { grid-template-columns: 1fr; gap: 32px; }
  .site-map { width: min(100%,420px); justify-self: center; }
  .site-footer { flex-wrap: wrap; gap: 12px 20px; font-size: 10px; }
  .site-footer > a { padding: 8px; }
  .light-lines { right: -32%; width: 85%; opacity: .55; }
  .concept-daylight { padding: 0 18px; }
  .concept-daylight .site-header { height: auto; padding: 24px 4px 15px; }
  .concept-daylight .hero { min-height: 530px; padding: 42px 26px 28px; }
  .concept-daylight h1 { font-size: clamp(31px,8.8vw,62px); max-width: 12ch; }
  .concept-daylight .hero-bottom { flex-direction: column; align-items: flex-start; gap: 26px; margin-top: 36px; }
  .concept-daylight .hero-bottom p { font-size: 14px; max-width: 29ch; }
  .concept-daylight .explore { padding: 14px 20px; }
  .concept-daylight .story { padding: 58px 8px; display: block; }
  .concept-daylight .section-mark { display: block; margin-bottom: 24px; }
  .story-copy p { font-size: 14px; line-height: 1.8; }
  .concept-daylight .assortment { padding: 0 8px 50px; display: block; }
  .assortment h2 { font-size: 28px; }
  .concept-daylight .assortment h2 { max-width: 18ch; margin-bottom: 28px; }
  .concept-daylight .assortment ul { display: block; }
  .concept-daylight .assortment li { font-size: 14px; }
  .concept-daylight .presence { padding: 40px 8px; }
  .concept-daylight .site-footer { padding: 24px 8px; }
  .concept-edition .site-header { margin-inline: 24px; padding-block: 28px 14px; height: auto; }
  .concept-edition .brand { margin: 0 auto; }
  .concept-edition .brand img { width: 180px; }
  .concept-edition .site-nav { gap: 12px; }
  .concept-edition .hero { padding: 54px 24px 40px; }
  .concept-edition h1 { font-size: clamp(34px,8.7vw,60px); line-height: 1.25; }
  .concept-edition .hero-bottom { flex-direction: column; gap: 24px; margin-top: 30px; }
  .concept-edition .hero-bottom p { text-align: center; max-width: 30ch; }
  .concept-edition .light-lines { right: 0; opacity: .08; }
  .concept-edition .story { padding: 10px 0 45px; }
  .concept-edition .story-copy { display: block; }
  .concept-edition .story-copy p { font-size: 14px; }
  .concept-edition .story-copy p + p { margin-top: 22px; }
  .concept-edition .assortment { display: block; padding: 45px 7%; }
  .concept-edition .assortment h2 { font-size: 29px; margin-bottom: 30px; }
  .concept-edition .assortment li { font-size: 14px; gap: 14px; }
  .concept-edition .presence { padding-block: 46px; }
  .concept-manual { display: block; }
  .concept-manual .site-header { height: auto; position: static; padding: 25px 24px 12px; flex-direction: row; align-items: center; gap: 18px; }
  .concept-manual .brand { padding: 0; }
  .concept-manual .brand img { width: 156px; }
  .concept-manual .header-contact { margin: 0 0 0 auto; }
  .concept-manual .site-nav { flex-direction: row; gap: 18px; font-size: 12px; }
  .concept-manual .site-nav a { padding-block: 12px; border: 0; }
  .concept-manual .hero { padding: 40px 24px 34px; }
  .concept-manual h1 { font-size: clamp(37px,9vw,58px); max-width: 15ch; }
  .concept-manual .hero-bottom { margin-top: 25px; gap: 18px; }
  .concept-manual .light-lines { width: 65%; }
  .concept-manual .assortment { padding: 32px 24px; }
  .concept-manual .assortment h2 { font-size: 17px; max-width: 27ch; }
  .concept-manual .assortment li { font-size: 13px; gap: 10px; grid-template-columns: 24px 1fr; }
  .concept-manual .story, .concept-manual .presence { padding: 40px 24px; }
  .concept-manual .site-footer { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* The USA office and original map are the first-screen priority. */
.hero .presence { position: relative; z-index: auto; }
.hero .office h2 { color: var(--blue); }
.concept-daylight .hero {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "title presence" "bottom presence";
  gap: 40px 5%; padding: 52px 5%; min-height: 570px;
}
.concept-daylight .hero-title { grid-area: title; align-self: center; }
.concept-daylight h1 { font-size: clamp(40px,4.6vw,66px); }
.concept-daylight .hero .presence {
  grid-area: presence; display: flex; flex-direction: column; align-items: stretch;
  justify-content: center; gap: 30px; padding: 0; margin: 0; border: 0;
}
.concept-daylight .hero .site-map { order: -1; width: 100%; max-width: 480px; }
.concept-daylight .hero .office { border-top: 1px solid #b3d5e8; padding-top: 24px; }
.concept-daylight .hero .office h2 { font-size: 18px; margin-bottom: 14px; }
.concept-daylight .hero-bottom { grid-area: bottom; flex-direction: column; align-items: flex-start; margin: 0; gap: 26px; }
.concept-daylight .light-lines { opacity: .3; }
.concept-edition .hero { padding: 36px 7% 38px; }
.concept-edition h1 { font-size: clamp(42px,4.5vw,64px); max-width: 22ch; }
.concept-edition .hero .presence {
  padding: 18px 0; margin: 26px auto 0; width: min(100%,1040px);
  grid-template-columns: 1fr 1fr; gap: 80px; text-align: left;
}
.concept-edition .hero .site-map { max-width: 400px; }
.concept-edition .hero .office h2 { font-size: 24px; margin-bottom: 18px; }
.concept-edition .hero-bottom { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 16px; }
.concept-manual .hero { padding-top: 40px; padding-bottom: 32px; }
.concept-manual h1 { font-size: clamp(40px,4.4vw,62px); max-width: 18ch; }
.concept-manual .hero .presence {
  padding: 0; margin-top: 30px; grid-template-columns: 1fr 1fr; gap: 36px;
}
.concept-manual .hero .office h2 { font-size: 17px; margin-bottom: 15px; }
.concept-manual .hero .site-map { max-width: 360px; }
.concept-manual .hero-bottom { margin-top: 25px; border-top: 1px solid var(--line); padding-top: 22px; }
@media (min-width:721px) and (max-width:1000px) {
  .concept-daylight .hero { gap: 30px; padding: 35px; }
  .concept-daylight h1 { font-size: 38px; }
  .concept-daylight .hero .office address { font-size: 12px; }
  .concept-edition .hero .presence { gap: 30px; }
  .concept-manual .hero .presence { grid-template-columns: 1fr; gap: 20px; }
  .concept-manual .hero .site-map { max-width: 300px; order: -1; justify-self: start; }
}
@media (max-width:720px) {
  .concept-daylight .hero {
    display: flex; flex-direction: column; align-items: stretch;
    gap: 24px; padding: 26px 22px; min-height: auto;
  }
  .concept-daylight .hero-title { order: 1; align-self: auto; }
  .concept-daylight h1 { font-size: 30px; max-width: 17ch; }
  .concept-daylight .hero .presence { gap: 15px; }
  .concept-daylight .hero .site-map { width: 100%; max-width: 360px; align-self: center; }
  .concept-daylight .hero .office { padding-top: 17px; }
  .concept-daylight .hero .office h2 { font-size: 16px; margin-bottom: 10px; }
  .concept-daylight .hero .office address { font-size: 12px; line-height: 1.75; }
  .concept-daylight .hero-bottom { order: 2; gap: 20px; }
  .concept-edition .hero { display: flex; flex-direction: column; padding: 25px 24px 35px; }
  .concept-edition .hero-title { order: 1; margin-top: 32px; }
  .concept-edition h1 { font-size: 32px; }
  .concept-edition .hero .presence {
    display: flex; flex-direction: column; align-items: stretch;
    width: 100%; gap: 14px; margin: 0; padding: 0;
  }
  .concept-edition .hero .site-map { order: -1; max-width: 300px; width: 100%; align-self: center; }
  .concept-edition .hero .office h2 { font-size: 20px; margin-bottom: 10px; }
  .concept-edition .hero .office address { font-size: 12px; line-height: 1.75; }
  .concept-edition .hero-bottom { order: 2; margin-top: 28px; }
  .concept-manual .hero { display: flex; flex-direction: column; padding: 26px 24px 30px; }
  .concept-manual .hero-title { order: 1; margin-top: 27px; }
  .concept-manual h1 { font-size: 32px; }
  .concept-manual .hero .presence { display: flex; flex-direction: column; align-items: stretch; gap: 16px; margin: 0; padding: 0; }
  .concept-manual .hero .site-map { order: -1; width: 100%; max-width: 300px; align-self: center; }
  .concept-manual .hero .office h2 { font-size: 16px; margin-bottom: 10px; }
  .concept-manual .hero .office address { font-size: 12px; line-height: 1.75; }
  .concept-manual .hero-bottom { order: 2; }
}
