@charset "UTF-8";

:root {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #151616;
  background: #f4f2ed;
  font-synthesis: none;
  --paper: #f4f2ed;
  --ink: #151616;
  --muted: #595958;
  --accent: #bd302b;
  --line: #ccc9c2;
  --gutter: clamp(24px, 5.1vw, 96px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: #e5b3a0; color: #151616; }
.skip-link { position: absolute; left: 20px; top: -100px; padding: 16px; z-index: 10; background: var(--paper); }
.skip-link:focus { top: 10px; }

.site-header {
  min-height: 84px;
  padding: 18px var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; white-space: nowrap; font-size: clamp(22px, 2vw, 30px); font-weight: 650; letter-spacing: -1.1px; }
.brand-star { width: 34px; height: 34px; color: var(--accent); flex: none; }
.header-controls { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 52px); }
.main-nav { display: flex; gap: clamp(20px, 2.5vw, 38px); align-items: center; }
.main-nav a { font-size: 15px; text-decoration: none; padding: 12px 0; }
.language-switch { display: flex; align-items: center; gap: 4px; padding-left: 24px; border-left: 1px solid var(--line); }
.orbit-icon { width: 30px; height: 30px; stroke: currentColor; stroke-width: 1.2; flex: none; }
.orbit-moon { fill: var(--accent); stroke: var(--paper); }
.language-switch .orbit-icon { margin-right: 6px; }
.language-switch a { display: grid; place-items: center; min-width: 38px; min-height: 38px; border-radius: 50%; text-decoration: none; font-size: 12px; letter-spacing: .06em; }
.language-switch a[aria-current] { background: var(--ink); color: var(--paper); }
.language-switch a:hover { box-shadow: inset 0 0 0 1px var(--accent); }

.hero {
  position: relative;
  height: clamp(580px, 52vw, 900px);
  isolation: isolate;
  padding: 40px var(--gutter) 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #141920;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; z-index: -1; }
.hero-caption { color: #f8f3e9; margin: 0; max-width: 80%; font-size: 10px; line-height: 1.7; font-weight: 500; text-transform: uppercase; letter-spacing: .18em; text-shadow: 0 1px 6px #000; }
.hero-copy { background: var(--paper); padding: 25px 30px 26px; max-width: min(690px, 100%); }
h1 { margin: 0; font-size: clamp(42px, 4.2vw, 66px); font-weight: 600; letter-spacing: -.045em; line-height: 1.07; }
.hero-subheading { font-size: clamp(18px, 1.65vw, 26px); line-height: 1.3; letter-spacing: -.025em; margin: 11px 0 8px; }
.hero-description { font-size: 14px; line-height: 1.6; margin: 0; color: #373939; }

.companies { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 30px var(--gutter); }
.company-label { border-right: 1px solid var(--line); padding-right: 32px; }
.company-label h2 { font-size: 15px; line-height: 1.5; font-weight: 400; margin: 0; }
.subsidiary-name { display: flex; align-items: baseline; gap: 25px; }
.subsidiary-name > span:first-child { font-size: 28px; font-weight: 650; letter-spacing: -.045em; }
.ownership { font-size: 14px; white-space: nowrap; }
.company-website { display: inline-block; font-size: 12px; margin-top: 8px; color: var(--muted); }
.company-website span { margin-left: 7px; }
.project-links { display: flex; gap: 32px; flex-wrap: wrap; }
.project-links a { font-size: 17px; }
.project-links a span { display: inline-block; margin-left: 10px; }
.projects p { font-size: 12px; line-height: 1.6; color: var(--muted); margin: 12px 0 0; }

.site-footer { margin: 0 var(--gutter); padding: 19px 0 24px; border-top: 1px solid var(--line); display: flex; align-items: baseline; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.site-footer small { font-size: inherit; line-height: 1.6; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer a { text-decoration: none; }

.document { max-width: 840px; min-height: 65vh; margin: 64px auto 100px; padding: 0 28px; }
.back-link { display: inline-block; margin-bottom: 40px; color: var(--muted); font-size: 14px; }
.document h1 { margin-bottom: 24px; }
.document h2 { font-weight: 550; font-size: 23px; letter-spacing: -.025em; margin: 34px 0 12px; }
.document p { line-height: 1.8; font-size: 16px; }
.document-intro { color: var(--muted); font-size: 20px !important; margin-bottom: 42px; }
.company-details { margin: 30px 0; }
.company-details > div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 24px; padding: 20px 0; border-top: 1px solid var(--line); line-height: 1.7; }
.company-details dt { color: var(--muted); }
.company-details dd { margin: 0; overflow-wrap: anywhere; }
.lost { text-align: center; padding-top: 55px; }
.lost .orbit-icon { width: 80px; height: 80px; margin-bottom: 24px; }
.lost > a { display: inline-block; margin-top: 30px; }

@media (min-width: 1800px) {
  body { max-width: 1920px; margin: auto; }
}
@media (max-width: 1050px) {
  .site-header { min-height: 78px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 13px; }
  .header-controls { gap: 20px; }
  .language-switch { padding-left: 18px; }
  .companies { grid-template-columns: 1fr 1fr; gap: 20px 28px; }
  .company-label { grid-column: 1 / -1; border: 0; padding: 0; }
  .company-label h2 { font-size: 12px; color: var(--muted); }
  .projects { justify-self: end; }
}
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; gap: 12px; padding: 17px var(--gutter) 14px; }
  .brand { font-size: 24px; }
  .brand-star { width: 28px; height: 28px; }
  .header-controls { display: contents; }
  .main-nav { order: 3; width: 100%; gap: 26px; border-top: 1px solid var(--line); padding-top: 6px; }
  .main-nav a { font-size: 13px; padding: 7px 0 2px; }
  .language-switch { padding: 0; border: 0; margin-left: auto; }
  .language-switch a { min-height: 34px; min-width: 34px; font-size: 11px; }
  .language-switch .orbit-icon { width: 25px; margin-right: 3px; }
  .hero { height: 690px; padding: 25px var(--gutter) 0; justify-content: flex-start; }
  .hero-image { height: 470px; object-position: 29% center; }
  .hero-caption { font-size: 9px; max-width: 290px; }
  .hero-copy { margin-top: auto; margin-bottom: 24px; padding: 24px; width: 100%; max-width: none; }
  .hero-copy h1 { font-size: clamp(38px, 8vw, 56px); }
  .hero-subheading { font-size: 19px; line-height: 1.4; margin: 14px 0 10px; }
  .hero-description { font-size: 14px; }
  .companies { grid-template-columns: 1fr; padding-top: 28px; padding-bottom: 30px; gap: 15px; }
  .company-label { grid-column: auto; }
  .subsidiary { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .subsidiary-name { justify-content: space-between; }
  .projects { justify-self: stretch; padding-top: 6px; }
  .project-links { gap: 28px; }
  .project-links a { font-size: 17px; }
  .site-footer { flex-direction: column; gap: 18px; padding-top: 20px; padding-bottom: 28px; }
  .site-footer nav { gap: 24px; }
  .document { margin-top: 40px; margin-bottom: 60px; padding: 0 var(--gutter); }
  .document h1 { font-size: 43px; }
  .document h2 { font-size: 21px; }
  .company-details > div { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 380px) {
  :root { --gutter: 18px; }
  .brand { font-size: 21px; gap: 7px; }
  .brand-star { width: 24px; height: 24px; }
  .language-switch .orbit-icon { display: none; }
  .hero { height: 670px; }
  .hero-copy { padding: 22px; }
  .hero-copy h1 { font-size: 35px; }
  .hero-subheading { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
