:root {
  --paper: #f0ece4;
  --ink: #0b1f37;
  --muted: #6d7378;
  --line: rgba(11, 31, 55, 0.22);
  --signal: #d9633c;
  --white: #faf9f4;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Arial", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.site-header {
  height: 84px;
  padding: 0 clamp(22px, 4.5vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand-logo { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo img { display: block; width: 100%; height: auto; }
.brand-logo--header { width: clamp(150px, 15vw, 210px); margin-left: -2.2%; }
nav { display: flex; gap: clamp(20px, 3vw, 48px); }
nav a { text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
nav a:hover { color: var(--signal); }
.language-switcher { justify-self: end; display: flex; gap: 4px; }
.language-switcher button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 8px 7px;
  font: 600 .7rem/1 var(--sans);
  cursor: pointer;
  opacity: .44;
}
.language-switcher button[aria-pressed="true"] { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.hero {
  min-height: calc(100svh - 84px);
  padding: clamp(58px, 10vh, 110px) clamp(22px, 4.5vw, 72px) 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 600; }
.eyebrow { text-align: center; margin: 0 0 1rem; }
.hero-brand { margin: clamp(-52px, -4vw, -28px) auto clamp(-55px, -4vw, -30px); width: min(84vw, 1080px); }
.hero-brand img { display: block; width: 100%; height: auto; }
.hero-statement { text-align: center; margin: clamp(28px, 4vh, 50px) 0 0; font: 400 clamp(1.55rem, 3.1vw, 3.25rem)/1.03 var(--sans); }
.hero-statement span, .hero-statement em { display: block; }
.hero-statement em { font-family: var(--serif); font-weight: 400; }
.hero-footer { margin-top: auto; padding-top: 52px; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.hero-footer p { max-width: 410px; margin: 0; color: var(--muted); }
.arrow-link { display: flex; gap: 45px; align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 8px; text-decoration: none; font-size: .9rem; }
.intro, .principles { display: grid; grid-template-columns: minmax(170px, .7fr) 2fr; gap: 5vw; padding: clamp(90px, 12vw, 180px) clamp(22px, 4.5vw, 72px); border-top: 1px solid var(--line); }
.section-label { margin: .65rem 0 0; }
.section-label span:first-child { color: var(--signal); margin-right: 1rem; }
.intro h2, .services-heading h2, .principles h2 {
  font: 400 clamp(2.6rem, 6.1vw, 6.6rem)/.94 var(--serif);
  letter-spacing: -.035em;
  margin: 0;
  max-width: 1050px;
}
.intro > div > p { max-width: 650px; margin: 3rem 0 0 auto; font-size: clamp(1rem, 1.35vw, 1.25rem); color: var(--muted); }
.services { background: var(--ink); color: var(--white); padding: clamp(88px, 11vw, 165px) clamp(22px, 4.5vw, 72px); }
.services-heading { display: grid; grid-template-columns: minmax(170px, .7fr) 2fr; gap: 5vw; margin-bottom: clamp(70px, 9vw, 130px); }
.services-heading .section-label { color: var(--white); }
.services-heading .section-label span:first-child, .section-label--light span:first-child { color: #f08a63; }
.service-list { border-top: 1px solid rgba(255,255,255,.3); }
.service-list article {
  display: grid;
  grid-template-columns: 80px 1.3fr 1fr;
  gap: 4vw;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  align-items: start;
}
.service-number { color: #f08a63; font: 600 .72rem/1 var(--sans); }
.service-list h3 { margin: 0; font: 400 clamp(1.7rem, 3.1vw, 3.2rem)/1.03 var(--serif); max-width: 550px; }
.service-list p { margin: .25rem 0 0; color: rgba(255,255,255,.68); max-width: 470px; }
.image-break { margin: 0; background: var(--ink); color: var(--white); }
.image-break img { width: 100%; height: min(74vw, 820px); min-height: 480px; object-fit: cover; display: block; filter: saturate(.84) contrast(1.02); }
.image-break figcaption { display: flex; justify-content: space-between; padding: 18px clamp(22px, 4.5vw, 72px) 26px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.principles { grid-template-rows: auto auto; }
.principles h2 { grid-column: 2; }
.principle-grid { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 70px; }
.principle-grid div { border-top: 1px solid var(--ink); padding-top: 18px; }
.principle-grid strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.principle-grid p { color: var(--muted); max-width: 280px; }
.contact { background: var(--signal); color: #fff9f1; padding: clamp(90px, 12vw, 180px) clamp(22px, 4.5vw, 72px) clamp(70px, 9vw, 120px); }
.contact h2 { margin: 60px 0 40px; font: 400 clamp(3.3rem, 8.5vw, 9rem)/.88 var(--serif); letter-spacing: -.045em; }
.contact h2 em { font-weight: 400; }
.contact > p:not(.section-label) { max-width: 620px; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.contact-actions { margin-top: 58px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; padding: 0 22px; display: inline-flex; gap: 45px; align-items: center; justify-content: space-between; border: 1px solid #fff9f1; text-decoration: none; font-size: .86rem; transition: .2s ease; }
.button--light { background: #fff9f1; color: var(--ink); min-width: 300px; }
.button--light:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.button--ghost:hover { background: rgba(255,255,255,.12); }
footer { min-height: 210px; padding: 50px clamp(22px, 4.5vw, 72px); display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: end; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
footer p { margin: 0; }
.brand-logo--footer { width: min(300px, 60vw); margin-left: -4%; }

@media (max-width: 760px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: calc(100svh - 70px); padding-top: 70px; }
  .brand-logo--header { width: 145px; margin-left: -9px; }
  .hero-brand { width: min(112vw, 740px); margin: -34px -6vw -28px; align-self: center; }
  .hero-footer { align-items: start; flex-direction: column; }
  .arrow-link { width: 100%; justify-content: space-between; }
  .intro, .services-heading, .principles { grid-template-columns: 1fr; }
  .intro h2, .services-heading h2, .principles h2, .principle-grid { grid-column: 1; }
  .intro h2, .services-heading h2, .principles h2 { margin-top: 40px; }
  .service-list article { grid-template-columns: 42px 1fr; }
  .service-list p { grid-column: 2; }
  .principle-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .image-break img { height: 70svh; min-height: 440px; }
  .image-break figcaption { gap: 20px; }
  .contact h2 { margin-top: 45px; }
  .contact-actions { flex-direction: column; }
  .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 22px; align-items: start; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-brand { animation: reveal 900ms cubic-bezier(.2,.7,.2,1) both; }
  .hero-statement { animation: reveal 900ms 120ms cubic-bezier(.2,.7,.2,1) both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
