:root {
  --ink: #111918;
  --petrol: #153f3b;
  --paper: #e9e1d4;
  --stone: #c9b8a3;
  --bronze: #bb7842;
  --white: #f7f3ea;
  --line-light: rgba(247, 243, 234, .34);
  --page: min(1180px, calc(100vw - 56px));
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hanken Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }
::selection { background: var(--bronze); color: var(--ink); }
input, select { caret-color: var(--bronze); }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--petrol); border: 3px solid var(--paper); }
:focus-visible { outline: 3px solid var(--bronze); outline-offset: 4px; }

h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 {
  font-family: "Unbounded", Arial, sans-serif;
  line-height: 1.04;
  letter-spacing: -.035em;
}
h1 { max-width: 12ch; margin-bottom: 24px; font-size: clamp(3.1rem, 6.2vw, 6.2rem); }
h2 { max-width: 18ch; margin-bottom: 22px; font-size: clamp(2.25rem, 4.5vw, 4.7rem); }
h3 { margin-bottom: 12px; font-size: clamp(1.2rem, 2vw, 1.65rem); }
p { max-width: 65ch; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 2px;
  padding: 14px 22px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s var(--ease), background-color .25s var(--ease), color .25s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:disabled { cursor: wait; opacity: .62; transform: none; }
.button--bronze { background: var(--bronze); color: var(--ink); }
.button--bronze:hover { background: var(--paper); }
.button--paper { background: var(--paper); color: var(--ink); }
.button--paper:hover { background: var(--white); }
.button--ink { background: var(--ink); color: var(--white); }
.button--ink:hover { background: var(--petrol); }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  grid-template-rows: auto 1fr auto;
  background: var(--petrol);
  color: var(--white);
}
.nav {
  grid-column: 1 / -1;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line-light);
  padding: 14px max(28px, calc((100vw - 1320px) / 2));
}
.nav > a { font-size: 15px; font-weight: 700; text-decoration: none; }
.brand { display: flex; flex-direction: column; justify-self: start; }
.brand strong { font-family: "Unbounded", Arial, sans-serif; font-size: 18px; line-height: 1.05; }
.brand span { margin-top: 3px; color: var(--stone); font-size: 12px; font-weight: 500; }
.nav__contact { border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.hero__copy {
  align-self: center;
  padding: clamp(68px, 9vw, 140px) clamp(28px, 7vw, 110px);
}
.location {
  margin-bottom: 38px;
  color: var(--stone);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero__lead { max-width: 53ch; margin-bottom: 34px; color: var(--paper); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero__visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: var(--ink); }
.hero__visual img { height: 100%; object-fit: cover; object-position: center; }
.hero__visual figcaption,
.material__image figcaption,
.experience__image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(17, 25, 24, .92);
  color: var(--white);
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 700;
}
.hero__rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}
.hero__rail span { padding: 14px 28px; border-right: 1px solid var(--line-light); font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.hero__rail span:last-child { border-right: 0; }

.evaluation { width: var(--page); margin: 0 auto; padding: clamp(90px, 11vw, 160px) 0; }
.section-title { display: grid; grid-template-columns: 92px 1fr; gap: clamp(24px, 5vw, 72px); align-items: start; }
.section-title > span,
.material__copy > span,
.experience__copy > span {
  display: block;
  font-family: "Unbounded", Arial, sans-serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.section-title p { margin-bottom: 0; font-size: 20px; }
.evaluation__paths { display: grid; grid-template-columns: 1fr 1fr; margin-top: 74px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.evaluation__paths article { min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; }
.evaluation__paths article:first-child { border-right: 1px solid var(--ink); background: var(--stone); }
.evaluation__paths article:last-child { background: var(--white); }
.evaluation__paths article > span { margin-bottom: auto; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.evaluation__paths p { margin-bottom: 0; }

.material, .experience { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 720px; }
.material { background: var(--ink); color: var(--white); }
.material__image, .experience__image { position: relative; margin: 0; overflow: hidden; background: var(--petrol); }
.material__image img, .experience__image img { height: 100%; object-fit: cover; }
.material__copy, .experience__copy { align-self: center; padding: clamp(54px, 8vw, 124px); }
.material__copy > span { margin-bottom: 76px; color: var(--bronze); }
.material__copy p { margin-bottom: 30px; color: var(--paper); font-size: 19px; }
.material__copy a { color: var(--white); font-weight: 700; }

.experience { grid-template-columns: .9fr 1.1fr; background: var(--stone); }
.experience__copy > span { margin-bottom: 76px; color: var(--petrol); }
.experience__copy p { margin-bottom: 28px; }
.experience__copy ul { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.experience__copy li { padding: 12px 0; border-bottom: 1px solid var(--ink); font-weight: 700; }

.contact { display: grid; grid-template-columns: minmax(300px, .76fr) minmax(520px, 1.24fr); background: var(--petrol); color: var(--white); }
.contact__intro { padding: clamp(68px, 9vw, 130px); }
.contact__intro > span { display: block; margin-bottom: 56px; color: var(--stone); font-family: "Unbounded", Arial, sans-serif; font-weight: 700; }
.contact__intro p { margin-bottom: 0; color: var(--paper); }
.brief { display: grid; align-content: center; padding: clamp(42px, 6vw, 88px); background: var(--ink); }
.brief fieldset { margin: 0 0 42px; padding: 0; border: 0; }
.brief legend { margin-bottom: 16px; font-weight: 700; }
.brief__path { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.brief__path legend { grid-column: 1 / -1; }
.brief__path label { position: relative; cursor: pointer; }
.brief__path input { position: absolute; opacity: 0; pointer-events: none; }
.brief__path label > span { min-height: 94px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line-light); padding: 16px; color: var(--paper); }
.brief__path strong { margin-bottom: 4px; color: var(--white); }
.brief__path label:has(input:checked) > span { border-color: var(--bronze); background: var(--bronze); color: var(--ink); }
.brief__path label:has(input:checked) strong { color: var(--ink); }
.brief__path label:has(input:focus-visible) > span { outline: 3px solid var(--bronze); outline-offset: 4px; }
.brief__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; }
.brief__fields > label:not(.reference) { margin-top: 16px; font-size: 14px; font-weight: 700; }
.brief__fields input:not([type="checkbox"]), .brief__fields select {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-bottom: 1px solid var(--white);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  padding: 10px 0;
}
.brief__fields select { grid-column: 1 / -1; background: var(--ink); }
.brief__fields input::placeholder { color: #b8bdb8; opacity: 1; }
.brief__fields > label[for="visitor-reason"] { grid-column: 1 / -1; }
.reference { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; margin-top: 22px; cursor: pointer; }
.reference input { position: absolute; opacity: 0; pointer-events: none; }
.reference > span { position: relative; width: 24px; height: 24px; flex: 0 0 auto; border: 1px solid var(--white); }
.reference:has(input:checked) > span { background: var(--bronze); border-color: var(--bronze); }
.reference:has(input:checked) > span::after { content: ""; position: absolute; width: 7px; height: 12px; left: 8px; top: 3px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); }
.reference:has(input:focus-visible) > span { outline: 3px solid var(--bronze); outline-offset: 4px; }
.brief__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 42px; }
.form-error { margin: 0; color: #ffc1b3; font-weight: 700; }

.summary { min-height: 520px; display: grid; grid-template-columns: minmax(180px, .32fr) minmax(0, 1fr); background: var(--bronze); }
.summary__mark { display: grid; place-items: center; border-right: 1px solid var(--ink); font-family: "Unbounded", Arial, sans-serif; font-size: clamp(4.5rem, 12vw, 10rem); font-weight: 700; writing-mode: vertical-rl; transform: rotate(180deg); }
.summary__content { align-self: center; padding: clamp(54px, 8vw, 110px); }
.summary__content > p { margin: 30px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 22px 0; font-size: 20px; }
.summary__content > div { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.summary__content button { border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: 8px 0; font-weight: 700; cursor: pointer; }
.summary__content small { display: block; margin-top: 20px; }

footer { min-height: 180px; display: grid; grid-template-columns: 1fr 1.7fr auto; align-items: center; gap: 54px; padding: 48px max(28px, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); font-size: 14px; }
footer > div { display: flex; flex-direction: column; }
footer strong { font-family: "Unbounded", Arial, sans-serif; }
footer span { color: var(--stone); }
footer p { margin: 0; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero__copy { padding: 64px 36px; }
  .hero__visual { min-height: 560px; }
  .material__copy, .experience__copy { padding: 64px 42px; }
  .contact { grid-template-columns: 1fr; }
  .contact__intro { padding: 76px 40px; }
  .brief { padding: 64px 40px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > a { grid-column: 2; }
}

@media (max-width: 700px) {
  :root { --page: calc(100vw - 40px); }
  body { font-size: 16px; }
  h1 { max-width: 13ch; font-size: clamp(2.55rem, 12vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.6rem); }
  .hero { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; }
  .nav { grid-column: 1; min-height: 70px; grid-template-columns: 1fr auto; gap: 16px; padding: 12px 20px; }
  .nav > a:not(.brand):not(.nav__contact) { display: none; }
  .nav__contact { font-size: 13px !important; }
  .hero__copy { padding: 48px 20px 38px; }
  .location { margin-bottom: 26px; font-size: 11px; }
  .hero__lead { margin-bottom: 28px; }
  .hero__visual { min-height: 430px; }
  .hero__visual figcaption, .material__image figcaption, .experience__image figcaption { max-width: 88%; font-size: 10px; }
  .hero__rail { grid-column: 1; }
  .hero__rail span { padding: 11px 8px; font-size: 11px; text-align: center; }
  .evaluation { padding: 82px 0; }
  .section-title { grid-template-columns: 1fr; gap: 30px; }
  .section-title > span, .material__copy > span, .experience__copy > span { font-size: 2.2rem; }
  .section-title p { font-size: 17px; }
  .evaluation__paths { grid-template-columns: 1fr; margin-top: 48px; }
  .evaluation__paths article { min-height: 210px; padding: 26px 20px; }
  .evaluation__paths article:first-child { border-right: 0; border-bottom: 1px solid var(--ink); }
  .material, .experience { min-height: 0; grid-template-columns: 1fr; }
  .material__image, .experience__image { min-height: 480px; }
  .material__copy, .experience__copy { padding: 68px 20px 76px; }
  .material__copy > span, .experience__copy > span { margin-bottom: 44px; }
  .experience__copy { grid-row: 2; }
  .experience__image { grid-row: 1; }
  .contact__intro { padding: 72px 20px 48px; }
  .contact__intro > span { margin-bottom: 42px; }
  .brief { padding: 46px 20px 64px; }
  .brief__path, .brief__fields { grid-template-columns: 1fr; }
  .brief__fields > label, .brief__fields input, .brief__fields select, .reference { grid-column: 1 !important; }
  .brief__footer { align-items: stretch; flex-direction: column; }
  .brief__footer .button { width: 100%; }
  .summary { min-height: 0; grid-template-columns: 58px 1fr; }
  .summary__mark { font-size: 3.2rem; }
  .summary__content { padding: 62px 20px; }
  .summary__content > div { align-items: stretch; flex-direction: column; }
  .summary__content .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 26px; padding: 50px 20px; }
  footer > a { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
