/* Rixobyte. Local assets, responsive layouts and progressive enhancement. */
@font-face {
  font-family: Manrope;
  src: url("manrope-400.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("manrope-500.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("manrope-600.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("manrope-700.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("manrope-800.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
:root {
  --paper: #f4f4ec;
  --ink: #202a23;
  --green: #325d3d;
  --dark: #17382b;
  --muted: #646b61;
  --line: #d7dacd;
  --lime: #cee8ac;
  --max: 1248px;
  --gutter: 48px;
  --header: 88px;
  --font: Manrope, Arial, Helvetica, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 24px);
  overflow-x: hidden;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(60px, 7.8vw, 112px);
  line-height: 1.03;
  letter-spacing: -0.065em;
}
h2 {
  font-size: clamp(36px, 4vw, 55px);
}
h3 {
  font-size: 26px;
  letter-spacing: -0.035em;
}
::selection {
  background: var(--lime);
  color: var(--dark);
}
:focus-visible {
  outline: 3px solid #4b7e3d;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
main:focus {
  outline: none;
}
.shell {
  width: min(var(--max), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}
.section-space {
  padding-block: 104px;
}
.icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -120px;
  left: 24px;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  z-index: 1000;
}
.skip-link:focus {
  top: 12px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.105em;
  line-height: 1.6;
  text-transform: uppercase;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  margin-right: 9px;
  vertical-align: 1px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding-block: 8px;
}
.text-link .icon {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
  transition: transform 0.2s ease;
}
.text-link:hover .icon {
  transform: translate(2px, -2px);
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 56px;
  padding: 16px 22px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
  white-space: normal;
}
.button:hover {
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-2px);
}
.button .icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}
.button-small {
  min-height: 44px;
  padding: 12px 18px;
  font-size: 12px;
  gap: 20px;
}
.button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}
/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(244, 244, 236, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.brand > span {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1.3px;
  line-height: 1;
}
.brand-dot {
  color: var(--green);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}
.main-nav > a {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  padding-block: 12px;
  white-space: nowrap;
  color: #4c554b;
}
.main-nav > a::after {
  content: "";
  height: 1px;
  background: var(--ink);
  position: absolute;
  inset: auto 0 5px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.main-nav > a:hover,
.main-nav > a[aria-current] {
  color: var(--ink);
}
.main-nav > a:hover::after,
.main-nav > a[aria-current]::after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.language-switch {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}
.language-switch button {
  background: none;
  border: 0;
  padding: 14px 4px;
  font-size: 10px;
  font-weight: 700;
  color: #70776d;
  min-height: 44px;
  min-width: 29px;
}
.language-switch button[aria-pressed="true"] {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.language-switch > span {
  font-size: 10px;
  color: #989e91;
}
.menu-toggle,
.mobile-contact {
  display: none !important;
}
/* Intro */
.hero {
  padding-top: 55px;
}
.hero-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.hero-signature {
  color: var(--muted);
  font-size: 10px;
}
.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 306px;
  gap: 48px;
  align-items: end;
}
.hero-accent {
  color: var(--green);
}
.hero-aside {
  padding-bottom: 5px;
}
.hero-aside > p:first-child {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 27px;
  color: #4c574b;
}
.hero-aside .button {
  width: 100%;
  justify-content: space-between;
}
.hero-note {
  font-size: 11px;
  margin-top: 11px;
  color: var(--muted);
}
.hero-foot {
  margin-top: 51px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.hero-foot > p {
  font-size: 12px;
  color: var(--muted);
}
.hero-foot .text-link {
  font-size: 12px;
}
/* Selected work */
.projects {
  padding-top: 60px;
  padding-bottom: 110px;
  overflow-x: clip;
}
.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 308px;
  gap: 80px;
  align-items: end;
  margin-bottom: 43px;
}
.section-intro .eyebrow {
  margin-bottom: 19px;
}
.section-intro h2 {
  max-width: 660px;
}
.section-aside {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 380px;
}
.count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  border: 1px solid var(--line);
  margin-left: 8px;
  border-radius: 3px;
  font-size: 9px;
  letter-spacing: 0;
}
.project-grid {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 30px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 8px;
  scroll-padding-inline: 1px;
}
.project-grid::-webkit-scrollbar {
  display: none;
}
.project-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: -20px;
  margin-bottom: 18px;
}
.project-control {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s;
}
.project-control:hover:not(:disabled) {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}
.project-control:disabled {
  opacity: 0.35;
  cursor: default;
}
.project {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}
.project-cover {
  display: block;
}
.project-art {
  position: relative;
  height: clamp(265px, 28vw, 370px);
  overflow: hidden;
  border-radius: 5px;
  isolation: isolate;
}
.art-aripa {
  background: #c3cbbb;
}
.project-visit {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 3px 15px #0001;
  transition:
    background 0.2s,
    transform 0.2s;
  z-index: 2;
}
.project-cover:hover .project-visit {
  background: var(--lime);
  transform: rotate(6deg);
}
.art-rijschoolarend {
  background: #dce5eb;
}
.art-akaareno {
  background: #deddd4;
}
.art-glansora {
  background: #d3e6e2;
}
.project-coming-art {
  display: grid;
  place-items: center;
  background: #e3e7db;
}
.project-coming-message {
  display: grid;
  justify-items: center;
  gap: 13px;
  color: #596553;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project-coming-plus {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #aab39f;
  border-radius: 50%;
  color: var(--green);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.project-coming-soon .project-meta .eyebrow {
  color: var(--green);
}
.site-window {
  position: absolute;
  left: 7%;
  width: 86%;
  top: 50%;
  transform: translateY(-47%);
  border: 1px solid #00000016;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 26px -14px #22332232;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.project-cover:hover .site-window {
  transform: translateY(-49%);
}
.window-toolbar {
  height: 25px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
  background: #fafafa;
  border-bottom: 1px solid #ececec;
}
.window-toolbar i {
  width: 4px;
  height: 4px;
  display: block;
  border: 1px solid #bbc0b8;
  border-radius: 50%;
  flex-shrink: 0;
}
.window-toolbar > span {
  position: absolute;
  left: 25%;
  right: 25%;
  text-align: center;
  font-size: 7px;
  color: #7d857b;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.site-window > img {
  width: 100%;
  height: auto;
  display: block;
}
.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
  margin-bottom: 12px;
}
.project-meta .eyebrow {
  font-size: 9px;
  letter-spacing: 0.09em;
  color: var(--muted);
}
.project-number {
  margin-right: 13px;
  color: #757e6e;
}
.project-tag {
  font-size: 10px;
  color: #515f4e;
  line-height: 1.4;
  text-align: right;
}
.project h3 {
  font-size: 26px;
  letter-spacing: -0.035em;
  margin-bottom: 10px;
}
.project h3 > a {
  display: inline-flex;
  position: relative;
  gap: 14px;
  align-items: center;
}
.project h3 .icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  opacity: 0;
  transition: opacity 0.2s;
}
.project:focus-within h3 .icon,
.project:hover h3 .icon {
  opacity: 1;
}
.project-description {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 490px;
}
/* Services */
.dark-section {
  background: var(--dark);
  color: var(--paper);
}
.services {
  padding-block: 105px;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 100px;
}
.services-heading .eyebrow {
  color: #bfccaf;
  margin-bottom: 25px;
}
.services-heading h2 {
  max-width: 450px;
}
.services-heading .text-link {
  margin-top: 32px;
}
.light-link {
  color: var(--lime);
  border-bottom: 1px solid #6a8064;
  padding-bottom: 12px;
}
.services-mark {
  display: flex;
  align-items: center;
  gap: 25px;
  line-height: 1;
  font-size: 118px;
  font-weight: 700;
  letter-spacing: -0.08em;
  color: #47604b;
  margin-top: 35px;
  user-select: none;
}
.services-mark > span:last-child {
  font-weight: 400;
  font-size: 106px;
  color: var(--lime);
  padding-bottom: 6px;
}
.service-list {
  border-top: 1px solid #526653;
}
.service-row {
  display: grid;
  grid-template-columns: 23px 1fr 24px;
  gap: 20px;
  padding: 33px 0;
  border-bottom: 1px solid #526653;
}
.service-number {
  font-size: 10px;
  letter-spacing: 0.03em;
  padding-top: 6px;
  color: #b8c6b2;
}
.service-row h3 {
  font-size: 26px;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.service-row p {
  font-size: 13px;
  line-height: 1.9;
  color: #c6d1bd;
}
.service-row .service-detail {
  font-size: 10px;
  margin-top: 18px;
  color: #d3e5bc;
  letter-spacing: 0.04em;
}
.service-row > .icon {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
  margin-top: 5px;
  color: var(--lime);
}
/* Process and maker */
.process .section-intro {
  margin-bottom: 52px;
}
.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.process-list > li {
  position: relative;
  padding: 29px 24px 0 0;
}
.process-list > li + li {
  padding-left: 25px;
  border-left: 1px solid var(--line);
}
.process-list > li:last-child {
  padding-right: 0;
}
.step-number {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-bottom: 34px;
  font-weight: 600;
}
.process-list h3 {
  font-size: 19px;
  margin-bottom: 14px;
  letter-spacing: -0.025em;
}
.process-list p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.maker {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  background: #e8ebdf;
  border: 1px solid #e2e5d8;
  border-radius: 4px;
  padding: 56px 65px;
  align-items: center;
}
.maker-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.maker-symbol img {
  width: 190px;
  height: 190px;
}
.maker-symbol > span {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px;
}
.maker-copy .eyebrow {
  margin-bottom: 17px;
}
.maker-copy h2 {
  font-size: 43px;
  margin-bottom: 23px;
}
.maker-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: #55614f;
  line-height: 1.85;
  max-width: 580px;
}
.maker-copy .text-link {
  margin-top: 18px;
}
/* Questions */
.faq {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 100px;
}
.faq-intro .eyebrow {
  margin-bottom: 19px;
}
.faq-intro h2 {
  margin-bottom: 23px;
}
.faq-intro > p:last-child {
  font-size: 13px;
  color: var(--muted);
  max-width: 310px;
  line-height: 1.9;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-plus {
  width: 15px;
  height: 15px;
  position: relative;
  flex: 0 0 15px;
}
.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 1px;
  background: currentColor;
}
.faq-plus::after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
details[open] .faq-plus::after {
  transform: rotate(0);
}
.faq-list details > p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  padding: 0 35px 25px 0;
  max-width: 560px;
}
/* Contact */
.contact {
  padding-block: 105px;
  background: #e5eadc;
  border-block: 1px solid #d7ddce;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
}
.contact-copy .eyebrow {
  margin-bottom: 25px;
}
.contact-copy h2 {
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1.14;
  margin-bottom: 27px;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 395px;
  font-size: 14px;
  color: #58634f;
  line-height: 1.9;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 500;
  letter-spacing: -0.035em;
  border-bottom: 1px solid #75866b;
  padding-bottom: 7px;
  margin-top: 34px;
  overflow-wrap: anywhere;
}
.contact-email .icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}
.contact-person {
  margin-top: 46px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.person-initials {
  width: 45px;
  height: 45px;
  background: #cbd4be;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}
.contact-person > div {
  display: grid;
  gap: 2px;
}
.contact-person strong {
  font-size: 12px;
  font-weight: 600;
}
.contact-person > div > span {
  font-size: 10px;
  color: var(--muted);
}
.quote-form {
  min-width: 0;
}
.form-intro {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 25px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.field {
  min-width: 0;
  margin-bottom: 20px;
}
.field > label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}
.field > label small {
  font-size: 9px;
  font-weight: 400;
  color: #677460;
}
.field input,
.field select,
.field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #f4f5ee;
  border: 1px solid #ccd4c1;
  border-radius: 3px;
  color: var(--ink);
  padding: 12px 13px;
  min-height: 46px;
  font-size: 12px;
  outline-offset: 2px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid #587744;
  outline-offset: 1px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #77816f;
  opacity: 1;
}
.field textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.8;
}
.field select {
  padding-right: 25px;
}
.field [aria-invalid="true"] {
  border-color: #a83b27;
}
.field-error {
  display: block;
  font-size: 10px;
  color: #8d2f23;
  margin-top: 5px;
  line-height: 1.6;
}
.field-error:empty {
  display: none;
}
.honeypot {
  display: none;
}
.form-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}
.form-bottom .button {
  font-size: 12px;
  min-height: 50px;
  gap: 24px;
  padding: 14px 18px;
  flex-shrink: 0;
}
.form-bottom > p {
  font-size: 10px;
  line-height: 1.7;
  color: #5f6e56;
  max-width: 160px;
}
.form-privacy {
  font-size: 9px;
  line-height: 1.9;
  color: #5f6e56;
  margin-top: 19px;
}
.form-privacy a,
.privacy-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-status {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 18px;
  padding: 12px 15px;
  border: 1px solid #91a580;
  background: #edf2e6;
  color: #233f24;
}
.form-status:empty {
  display: none;
}
.form-status[data-state="error"] {
  border-color: #bc8f7c;
  background: #f6e9e2;
  color: #812c1e;
}
.email-fallback {
  font-size: 12px;
  margin-top: 5px;
}
.form-noscript {
  font-size: 12px;
  margin-top: 14px;
}
/* Footer */
.site-footer {
  padding-top: 44px;
  padding-bottom: 28px;
  background: var(--paper);
}
.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-top > p {
  font-size: 11px;
  color: var(--muted);
}
.footer-top .text-link {
  font-size: 11px;
}
.footer-wordmark {
  font-size: clamp(85px, 17.3vw, 246px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.075em;
  margin: 20px 0 27px;
  white-space: nowrap;
  color: var(--dark);
}
.footer-wordmark > span {
  color: #79a65c;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.footer-bottom > p {
  font-size: 10px;
  color: var(--muted);
}
.footer-bottom > div {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 10px;
}
.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
}
.footer-bottom a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-bottom .icon {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
/* About */
.info-hero {
  padding-top: 35px;
  padding-bottom: 70px;
}
.back-link {
  font-size: 11px;
  margin-bottom: 50px;
  color: var(--muted);
}
.info-hero > .eyebrow {
  margin-bottom: 25px;
}
.info-hero h1 {
  font-size: clamp(60px, 8vw, 115px);
}
.info-lead {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 100px;
  align-items: end;
  margin-top: 43px;
}
.info-lead > p {
  font-size: 21px;
  line-height: 1.7;
  max-width: 790px;
  letter-spacing: -0.025em;
}
.info-lead > .eyebrow {
  line-height: 2;
  color: var(--muted);
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 100px;
}
.about-art {
  background: #e5eadc;
  aspect-ratio: 1.05;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
}
.about-art img {
  width: 58%;
  height: auto;
}
.about-art > span {
  font-size: 9px;
  margin-top: 30px;
  color: #56654b;
}
.about-content h2 {
  margin-bottom: 27px;
  font-size: 43px;
}
.about-content > p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
  margin-bottom: 18px;
}
.about-content .text-link {
  margin-top: 8px;
}
.info-details {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}
.info-details .eyebrow {
  margin-bottom: 20px;
}
.info-details dl {
  margin: 0;
  border-top: 1px solid var(--line);
}
.info-details dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding-block: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.info-details dt {
  color: var(--muted);
}
.info-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.info-details dd a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.info-details .icon {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}
.privacy-section {
  padding-block: 90px;
  background: #e8ebdf;
  border-block: 1px solid #d7ddce;
}
.privacy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}
.privacy-grid .eyebrow {
  margin-bottom: 21px;
}
.privacy-grid h2 {
  margin-bottom: 25px;
}
.privacy-grid > div:first-child > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 15px;
}
.privacy-grid .text-link {
  font-size: 13px;
  overflow-wrap: anywhere;
}
.privacy-copy h3 {
  font-size: 21px;
  margin-block: 26px 13px;
}
.privacy-copy h3:first-child {
  margin-top: 0;
}
.privacy-copy p {
  font-size: 12px;
  line-height: 1.9;
  color: #58634f;
  margin-bottom: 13px;
}
.info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}
.info-cta h2 {
  max-width: 740px;
}
.info-cta .button {
  flex-shrink: 0;
}
/* Content stays visible even if an optional enhancement cannot load. */
@media (prefers-reduced-motion: no-preference) {
  .hero-main {
    animation: enter 0.65s ease both;
  }
  @keyframes enter {
    from {
      opacity: 0.6;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (min-width: 1800px) {
  :root {
    --max: 1380px;
  }
  .project-art {
    height: 405px;
  }
  .hero-main {
    grid-template-columns: 1fr 350px;
  }
  h1 {
    font-size: 122px;
  }
  .hero-aside > p:first-child {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  :root {
    --gutter: 30px;
  }
  .header-inner {
    gap: 20px;
  }
  .main-nav {
    gap: 19px;
  }
  .header-actions {
    gap: 15px;
  }
  .header-cta {
    gap: 10px;
    padding-inline: 12px;
  }
  .brand > span {
    font-size: 24px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .hero-main {
    grid-template-columns: 1fr 265px;
    gap: 26px;
  }
  .hero-aside > p:first-child {
    font-size: 13px;
  }
  .hero-aside .button {
    font-size: 12px;
    gap: 14px;
  }
  h1 {
    font-size: clamp(59px, 7.8vw, 98px);
  }
  .section-intro {
    gap: 45px;
    grid-template-columns: 1fr 270px;
  }
  .services-grid,
  .faq,
  .contact-grid,
  .about-grid,
  .info-details,
  .privacy-grid {
    gap: 55px;
  }
  .service-row {
    gap: 13px;
  }
  .service-row h3 {
    font-size: 23px;
  }
  .maker {
    padding: 45px;
    gap: 40px;
  }
  .maker-copy h2 {
    font-size: 36px;
  }
  .contact-email {
    font-size: 16px;
  }
  .form-row {
    gap: 14px;
  }
  .form-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }
  .form-bottom > p {
    max-width: none;
  }
  .process-list h3 {
    font-size: 17px;
  }
  .process-list > li {
    padding-right: 17px;
  }
  .process-list > li + li {
    padding-left: 17px;
  }
  .project-meta {
    align-items: flex-start;
  }
  .project-tag {
    max-width: 115px;
  }
}
@media (max-width: 850px) {
  :root {
    --header: 75px;
  }
  .header-cta {
    display: none;
  }
  .main-nav {
    gap: 22px;
  }
  .header-actions {
    margin-left: 7px;
  }
  .hero {
    padding-top: 38px;
  }
  .hero-main {
    grid-template-columns: 1fr;
  }
  .hero-main h1 {
    font-size: 80px;
  }
  .hero-aside {
    display: grid;
    grid-template-columns: 1fr 245px;
    gap: 5px 35px;
    align-items: start;
    margin-top: 7px;
  }
  .hero-aside > p:first-child {
    grid-row: span 2;
    font-size: 14px;
    margin: 0;
  }
  .hero-aside .button {
    font-size: 12px;
  }
  .hero-note {
    grid-column: 2;
    margin-top: 0;
  }
  .hero-foot {
    margin-top: 35px;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-aside {
    max-width: 520px;
  }
  .section-intro h2 {
    font-size: 44px;
    max-width: 580px;
  }
  .project-grid {
    gap: 22px;
  }
  .project {
    flex-basis: calc((100% - 22px) / 2);
  }
  .project-art {
    height: 265px;
  }
  .project-meta {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 12px;
  }
  .project-tag {
    max-width: none;
  }
  .project h3 {
    font-size: 23px;
  }
  .project h3 .icon {
    opacity: 1;
  }
  .services-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 45px;
  }
  .services-heading h2 {
    font-size: 38px;
  }
  .service-row {
    grid-template-columns: 18px 1fr;
    gap: 12px;
  }
  .service-row > .icon {
    display: none;
  }
  .service-row h3 {
    font-size: 21px;
  }
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }
  .process-list > li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
  .process-list > li {
    padding-right: 28px;
  }
  .process-list > li + li {
    padding-left: 28px;
  }
  .process-list h3 {
    font-size: 20px;
  }
  .step-number {
    margin-bottom: 23px;
  }
  .maker {
    gap: 30px;
    padding: 35px;
  }
  .maker-symbol img {
    width: 150px;
    height: 150px;
  }
  .maker-copy h2 {
    font-size: 33px;
  }
  .maker-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .maker-symbol > span {
    font-size: 8px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq-intro > p:last-child {
    max-width: 420px;
  }
  .faq-list details > p {
    max-width: none;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-copy {
    position: relative;
  }
  .contact-copy h2 {
    font-size: 51px;
  }
  .contact-copy > p:not(.eyebrow) {
    max-width: 440px;
  }
  .contact-person {
    margin-top: 26px;
  }
  .contact-email {
    margin-top: 22px;
    font-size: 19px;
  }
  .quote-form {
    border-top: 1px solid #cbd4c0;
    padding-top: 32px;
  }
  .form-bottom {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .form-bottom > p {
    max-width: 200px;
  }
  .form-row {
    gap: 24px;
  }
  .about-grid,
  .info-details,
  .privacy-grid {
    gap: 40px;
  }
  .about-content h2 {
    font-size: 36px;
  }
  .info-lead {
    grid-template-columns: 1fr 120px;
    gap: 35px;
  }
  .info-lead > p {
    font-size: 18px;
  }
  .info-details dl > div {
    grid-template-columns: 110px 1fr;
    gap: 12px;
  }
  .privacy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .privacy-copy {
    max-width: 620px;
  }
  .info-cta h2 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  :root {
    --gutter: 22px;
    --header: 72px;
  }
  body {
    font-size: 15px;
  }
  .section-space {
    padding-block: 70px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .brand > span {
    font-size: 25px;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .header-inner {
    gap: 12px;
    flex-wrap: wrap;
  }
  .header-actions {
    gap: 15px;
    margin-left: auto;
  }
  .language-switch {
    gap: 0;
  }
  .js .menu-toggle {
    display: flex !important;
    width: 37px;
    height: 44px;
    background: none;
    border: 0;
    padding: 10px 6px;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 32;
  }
  .menu-toggle > span {
    display: block;
    width: 25px;
    height: 1px;
    background: var(--ink);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .main-nav {
    width: 100%;
    order: 3;
    margin-left: 0;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 12px;
  }
  .js .main-nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header);
    height: calc(100dvh - var(--header));
    padding: 30px var(--gutter) 80px;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
  }
  .js .main-nav.is-open {
    display: flex;
  }
  .js .main-nav > a {
    font-size: 32px;
    font-weight: 500;
    padding: 20px 0;
    letter-spacing: -0.04em;
    border-bottom: 1px solid var(--line);
  }
  .main-nav > a::after {
    display: none;
  }
  .js .mobile-contact {
    display: block !important;
  }
  .hero {
    padding-top: 30px;
  }
  .hero-signature {
    display: none;
  }
  .hero-topline {
    margin-bottom: 25px;
  }
  .hero-main {
    gap: 22px;
  }
  .hero-main h1 {
    font-size: clamp(39px, 10.9vw, 65px);
    line-height: 1.08;
    letter-spacing: -0.057em;
  }
  .hero-aside {
    display: block;
    margin-top: 0;
  }
  .hero-aside > p:first-child {
    font-size: 14px;
    line-height: 1.85;
    max-width: 375px;
    margin-bottom: 24px;
  }
  .hero-aside .button {
    width: auto;
    min-width: 255px;
    font-size: 13px;
    gap: 30px;
  }
  .hero-note {
    margin-top: 11px;
    font-size: 10px;
  }
  .hero-foot {
    margin-top: 29px;
    padding-bottom: 20px;
    gap: 14px;
  }
  .hero-foot > p {
    font-size: 10px;
    max-width: 175px;
  }
  .hero-foot .text-link {
    font-size: 10px;
    gap: 9px;
    white-space: nowrap;
  }
  .hero-foot .icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
  .projects {
    padding-top: 42px;
    padding-bottom: 70px;
  }
  .section-intro {
    gap: 19px;
    margin-bottom: 30px;
  }
  .section-intro .eyebrow {
    margin-bottom: 16px;
  }
  .section-intro h2 {
    font-size: 35px;
    letter-spacing: -0.045em;
  }
  .section-aside {
    font-size: 12px;
    line-height: 1.8;
    max-width: 360px;
  }
  .project-grid {
    gap: 18px;
  }
  .project {
    flex-basis: min(86%, 360px);
  }
  .project-art {
    height: auto;
    aspect-ratio: 1.4;
  }
  .project-visit {
    width: 38px;
    height: 38px;
    right: 14px;
    bottom: 14px;
  }
  .project-visit .icon {
    width: 19px;
    height: 19px;
  }
  .project-meta {
    flex-direction: row;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 9px;
  }
  .project-meta .eyebrow {
    font-size: 8px;
  }
  .project-tag {
    font-size: 9px;
    max-width: 140px;
  }
  .project h3 {
    font-size: 25px;
    margin-bottom: 9px;
  }
  .project-description {
    font-size: 12px;
    line-height: 1.85;
  }
  .window-toolbar {
    height: 22px;
  }
  .services {
    padding-block: 65px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .services-heading h2 {
    font-size: 39px;
    max-width: 375px;
  }
  .services-heading .eyebrow {
    margin-bottom: 20px;
  }
  .services-heading .text-link {
    margin-top: 22px;
    font-size: 13px;
  }
  .services-mark {
    display: none;
  }
  .service-row {
    grid-template-columns: 20px 1fr 18px;
    gap: 14px;
    padding-block: 28px;
  }
  .service-row > .icon {
    display: block;
    width: 17px;
    height: 17px;
  }
  .service-row h3 {
    font-size: 23px;
    margin-bottom: 13px;
  }
  .service-row p {
    font-size: 12px;
    line-height: 1.85;
  }
  .service-row .service-detail {
    font-size: 9px;
  }
  .process .section-intro {
    margin-bottom: 32px;
  }
  .process-list {
    grid-template-columns: 1fr;
    gap: 0;
    border: 0;
  }
  .process-list > li,
  .process-list > li + li {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 9px 18px;
    padding: 23px 0;
    border: 0;
    border-top: 1px solid var(--line);
  }
  .step-number {
    grid-row: span 2;
    margin: 0;
    padding-top: 3px;
  }
  .process-list h3 {
    font-size: 22px;
    margin: 0;
  }
  .process-list p {
    font-size: 12px;
    grid-column: 2;
    line-height: 1.8;
  }
  .process-list > li:last-child {
    padding-bottom: 0;
  }
  .maker {
    padding: 28px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .maker-symbol {
    display: none;
  }
  .maker-copy .eyebrow {
    font-size: 9px;
  }
  .maker-copy h2 {
    font-size: 33px;
    max-width: 285px;
    margin-bottom: 18px;
  }
  .maker-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .maker-copy .text-link {
    font-size: 12px;
  }
  .faq {
    gap: 28px;
  }
  .faq-intro h2 {
    font-size: 38px;
    margin-bottom: 18px;
  }
  .faq-intro > p:last-child {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 13px;
    gap: 18px;
    padding: 21px 0;
  }
  .faq-list details > p {
    font-size: 12px;
    padding-right: 20px;
  }
  .faq-plus {
    flex-basis: 13px;
  }
  .contact {
    padding-block: 65px;
  }
  .contact-copy h2 {
    font-size: 40px;
    letter-spacing: -0.05em;
  }
  .contact-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .contact-copy .eyebrow {
    margin-bottom: 22px;
  }
  .contact-email {
    font-size: 18px;
    gap: 9px;
  }
  .contact-person {
    margin-top: 28px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .field {
    margin-bottom: 18px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
    min-height: 50px;
    padding: 12px;
  }
  .field textarea {
    min-height: 130px;
  }
  .field > label {
    font-size: 12px;
  }
  .field > label small {
    font-size: 10px;
  }
  .form-intro {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .form-bottom {
    display: block;
  }
  .form-bottom .button {
    font-size: 14px;
    min-height: 54px;
    width: 100%;
    justify-content: space-between;
  }
  .form-bottom > p {
    max-width: none;
    font-size: 10px;
    margin-top: 12px;
    text-align: center;
  }
  .form-privacy {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 19px;
  }
  .field-error {
    font-size: 11px;
  }
  .site-footer {
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .footer-top {
    align-items: flex-start;
    gap: 12px;
  }
  .footer-top > p {
    font-size: 9px;
    max-width: 170px;
  }
  .footer-top .text-link {
    font-size: 9px;
    white-space: nowrap;
    gap: 5px;
    padding-top: 0;
  }
  .footer-top .icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }
  .footer-wordmark {
    font-size: 17.1vw;
    letter-spacing: -0.075em;
    margin: 21px 0 26px;
    line-height: 1.2;
  }
  .footer-bottom {
    display: block;
    padding-top: 18px;
  }
  .footer-bottom > div {
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 8px;
    font-size: 10px;
  }
  .footer-bottom > p {
    font-size: 9px;
  }
  .info-hero {
    padding-top: 25px;
    padding-bottom: 42px;
  }
  .back-link {
    margin-bottom: 35px;
  }
  .info-hero h1 {
    font-size: clamp(48px, 13vw, 76px);
    letter-spacing: -0.065em;
  }
  .info-hero > .eyebrow {
    margin-bottom: 23px;
  }
  .info-lead {
    display: block;
    margin-top: 27px;
  }
  .info-lead > p {
    font-size: 17px;
    line-height: 1.8;
  }
  .info-lead > .eyebrow {
    display: block;
    margin-top: 20px;
    font-size: 9px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-art {
    aspect-ratio: 1.25;
  }
  .about-art img {
    width: 47%;
  }
  .about-art > span {
    font-size: 8px;
    margin-top: 14px;
  }
  .about-content h2 {
    font-size: 34px;
    margin-bottom: 22px;
  }
  .about-content > p {
    font-size: 13px;
  }
  .info-details {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .info-details h2 {
    font-size: 37px;
  }
  .info-details dl > div {
    grid-template-columns: 104px 1fr;
    gap: 15px;
    font-size: 11px;
    padding-block: 18px;
  }
  .info-details dd a {
    gap: 8px;
  }
  .privacy-section {
    padding-block: 65px;
  }
  .privacy-grid {
    gap: 35px;
  }
  .privacy-grid h2 {
    font-size: 37px;
  }
  .privacy-grid .text-link {
    font-size: 12px;
  }
  .privacy-copy h3 {
    font-size: 21px;
  }
  .privacy-copy p {
    font-size: 12px;
  }
  .info-cta {
    display: block;
  }
  .info-cta h2 {
    font-size: 38px;
    max-width: 370px;
  }
  .info-cta .button {
    margin-top: 27px;
  }
}
@media (max-width: 360px) {
  :root {
    --gutter: 18px;
  }
  .header-actions {
    gap: 8px;
  }
  .brand > span {
    font-size: 23px;
  }
  .hero-main h1 {
    font-size: 10.9vw;
  }
  .contact-copy h2 {
    font-size: 35px;
  }
  .contact-email {
    font-size: 15px;
  }
  .project-meta {
    flex-direction: column;
    gap: 4px;
  }
  .footer-bottom > div {
    gap: 18px;
  }
  .info-details dl > div {
    grid-template-columns: 90px 1fr;
    gap: 10px;
  }
  .maker {
    padding: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media (forced-colors: active) {
  .button {
    border: 1px solid ButtonText;
  }
  .project-art,
  .maker {
    border: 1px solid CanvasText;
  }
  .status-dot {
    background: CanvasText;
  }
}
@media print {
  .site-header,
  .hero-aside .button,
  .quote-form,
  .footer-wordmark,
  .footer-top .text-link,
  .menu-toggle {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  .shell {
    width: 100%;
  }
  .section-space,
  .services,
  .contact {
    padding-block: 30px;
  }
  .hero {
    padding-top: 0;
  }
  .hero-main {
    display: block;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
  }
  .project-art {
    height: 190px;
  }
  .project-grid {
    gap: 25px;
  }
  .project {
    break-inside: avoid;
  }
  .services-grid,
  .contact-grid {
    display: block;
  }
  .dark-section {
    background: white;
    color: black;
  }
  .service-row p,
  .service-number,
  .service-row .service-detail {
    color: black;
  }
  .services-mark {
    display: none;
  }
  .site-footer {
    padding-top: 15px;
  }
}
