:root { color-scheme: light; --ink: #343e36; --muted: #5d655d; --paper: #f8f7f3; --sage: #e4e6df; --line: #c9cdc2; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #6d4736; outline-offset: 6px; }
img { display: block; width: 100%; height: auto; }
em { font-weight: 400; }
.wrap { width: min(100% - 44px, 1200px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 12px 20px; transform: translateY(-160%); background: var(--ink); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.header { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; padding: 22px; background: var(--paper); }
.brand { font-family: Georgia, 'Times New Roman', serif; font-size: 43px; letter-spacing: -2px; line-height: .95; }
.brand span { display: block; margin-top: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 8px; letter-spacing: 2.2px; line-height: 1.2; }
nav { display: flex; align-items: center; gap: 24px; font-size: 13px; }
nav a { padding-block: 10px; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
nav a:last-child { border-bottom: 1px solid var(--ink); }
nav span { margin-left: 12px; }
.hero { position: relative; isolation: isolate; display: grid; align-items: end; min-height: 700px; padding: 170px 16px 30px; background: var(--sage); }
.hero-copy { position: relative; z-index: 1; width: min(100%, 460px); padding: 24px; background: #e4e6dff2; }
.hero-copy .eyebrow { margin-bottom: 16px; }
.hero-copy .text-link { margin-top: 18px; }
.eyebrow { margin-bottom: 25px; color: var(--muted); font-size: 11px; line-height: 1.5; letter-spacing: 1.7px; text-transform: uppercase; }
h1 { font-size: clamp(51px, 4.8vw, 72px); letter-spacing: -2.2px; line-height: 1.08; }
.hero-copy > p:not(.eyebrow) { max-width: 290px; margin-top: 18px; font-size: 16px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 100%; margin-top: 28px; padding-block: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; }
.text-link:hover { color: #694b3b; border-color: #694b3b; }
.text-link span { font-size: 20px; }
.hero-caption { display: block; margin-top: 24px; font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; }
.hero-image { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 56%; }
.hero-image figcaption { position: absolute; top: 20px; right: 20px; display: grid; gap: 2px; max-width: calc(100% - 40px); padding: 10px 14px; background: #f8f7f3eb; color: #332f26; font-size: 10px; letter-spacing: .5px; text-align: right; }
.vision { display: grid; gap: 20px; padding-block: 66px; }
h2 { font-size: clamp(37px, 3.6vw, 54px); line-height: 1.14; letter-spacing: -1.3px; }
.vision > div > p { max-width: 480px; margin-top: 25px; color: var(--muted); font-size: 15px; }
.material-note { display: flex; align-items: center; gap: 20px; margin-top: 16px; }
.material-disc { display: block; width: 85px; height: 85px; flex-shrink: 0; border-radius: 50%; background: repeating-linear-gradient(11deg, #b28e6a 0, #c6a580 1px, #bc9873 2px, #c6a580 7px); }
.vision .material-note p { margin-top: 0; font-size: 12px; }
.studies { padding-bottom: 65px; }
.section-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 32px; padding-top: 45px; border-top: 1px solid var(--line); }
.section-heading > p { color: var(--muted); font-size: 13px; }
.study-grid { display: grid; gap: 38px; }
.study-image { overflow: hidden; background: #d4c1ac; }
.study-image img { aspect-ratio: 1.08; object-fit: cover; object-position: 50% 63%; transform: scale(1.32); }
.detail-image img { transform: none; }
.study-grid figcaption { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-top: 16px; }
h3 { font-size: 27px; line-height: 1.2; }
.study-grid figcaption p { margin-top: 5px; color: var(--muted); font-size: 12px; }
.study-grid figcaption > span { font-size: 26px; }
.contact { padding-block: 65px; background: var(--sage); text-align: center; }
.contact h2 { font-size: clamp(50px, 5.2vw, 76px); }
.contact p:not(.eyebrow) { max-width: 360px; margin: 25px auto 0; color: var(--muted); font-size: 14px; }
.footer { display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: center; padding-block: 30px 85px; }
.footer-brand { font-family: Georgia, 'Times New Roman', serif; font-size: 37px; letter-spacing: -2px; }
.footer p, .footer a { font-size: 11px; color: var(--muted); }
.footer a { margin-left: auto; }
.concept-badge { position: fixed; z-index: 10; right: 12px; bottom: 12px; max-width: calc(100% - 24px); margin: 0; padding: 9px 13px; border: 1px solid #c9cdc2; border-radius: 4px; background: #f8f7f3; color: var(--ink); box-shadow: 0 2px 12px #343e360d; font-size: 11px; line-height: 1.5; }
@media (width <= 600px) {
  nav { width: 100%; gap: 12px; justify-content: space-between; font-size: 12px; }
  nav span { margin-left: 5px; }
}
@media (width >= 760px) {
  .header { padding: 26px 5.55%; }
  nav { gap: 36px; }
  .wrap { width: min(100% - 120px, 1200px); }
  .hero { min-height: 780px; padding: 120px 5.55% 48px; }
  .hero-copy { padding: 32px; }
  .hero-image img { object-position: center 57%; }
  .hero-caption { margin-top: 24px; }
  .hero-image figcaption { top: 28px; right: 34px; }
  .vision { grid-template-columns: 1fr 2fr .8fr; align-items: start; gap: 42px; padding-block: 95px; }
  .vision > .eyebrow { max-width: 150px; padding-top: 11px; }
  .material-note { display: block; align-self: end; padding-bottom: 6px; }
  .material-disc { width: 116px; height: 116px; margin-bottom: 21px; }
  .study-grid { grid-template-columns: 1.13fr 1fr; gap: 64px; align-items: start; }
  .study-grid figure:nth-child(2) { padding-top: 80px; }
  .studies { padding-bottom: 100px; }
  .contact { padding-block: 85px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
