:root {
  color-scheme: light;
  --ink: #101613;
  --paper: #f7f8f6;
  --muted: #536159;
  --line: #d5ddd7;
  --mint: #d6eddf;
  --accent: #c5f2ad;
  --nav-height: 76px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-synthesis: none;
  letter-spacing: 0;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, p, figure, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #258354; outline-offset: 5px; }
::selection { background: #bce1ca; color: var(--ink); }
.container { width: min(100% - 96px, 1240px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 18px; color: var(--ink); background: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.nav { position: sticky; top: 0; z-index: 100; background: var(--ink); color: white; border-bottom: 1px solid #ffffff18; }
.nav__inner { min-height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-size: 23px; font-weight: 650; line-height: 1.2; }
.brand img { border-radius: 50%; width: 40px; height: 40px; }
.nav__menu { display: flex; align-items: center; gap: 32px; }
.nav__link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #d6ded7; transition: color 160ms ease; }
.nav__link:hover { color: var(--accent); }
.nav__link--contact { color: var(--accent); }
.nav__link img, .icon-button img { filter: invert(1); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid #ffffff40; border-radius: 4px; background: transparent; color: white; cursor: pointer; transition: background 160ms ease; }
.icon-button:hover { background: #ffffff12; }
.menu-close-icon { display: none; }
.nav__toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.nav__toggle[aria-expanded="true"] .menu-close-icon { display: block; }
.nav :focus-visible, .hero :focus-visible, .footer :focus-visible { outline-color: var(--accent); }

.hero { position: relative; isolation: isolate; height: min(620px, calc(100svh - 180px)); min-height: 440px; background: #020605; color: white; }
.hero__picture { position: absolute; inset: 0; z-index: -1; }
.hero__picture img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero__topline { position: absolute; inset: 28px 48px auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; text-shadow: 0 1px 5px #000; }
.hero__location { opacity: .65; margin-left: 8px; }
.hero__content { position: absolute; bottom: 32px; inset-inline: 24px; text-align: center; }
.hero__title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero__tagline { margin-bottom: 20px; font-size: 18px; text-shadow: 0 2px 8px #000; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 13px 22px; min-height: 48px; max-width: 100%; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 600; line-height: 1.4; transition: background 160ms ease, border-color 160ms ease; }
.button--primary { background: var(--accent); color: var(--ink); }
.button--primary:hover { background: #d9ffc5; border-color: #ebffe1; }
.button img { width: 18px; height: 18px; flex-shrink: 0; }
.roots-band { background: var(--mint); }
.roots-band__inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; }
.roots-band__inner p { font-weight: 650; }
.roots-band__inner > span { color: #3e5749; }

.section { padding-block: 92px; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: start; }
.editorial-grid > *, .contact__inner > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.eyebrow > span { color: var(--muted); font-variant-numeric: tabular-nums; }
h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 42px; line-height: 1.18; overflow-wrap: break-word; }
h2 em { font-weight: inherit; color: #557363; }
.prose { font-size: 17px; line-height: 1.85; color: var(--muted); }
.prose p + p { margin-top: 20px; }
.prose .lead { color: var(--ink); font-size: 23px; line-height: 1.5; }
.sound-notes { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.6; }
.sound-notes dt { margin-bottom: 5px; color: var(--muted); }
.sound-notes dd { color: var(--ink); font-weight: 600; }

.universe { background: var(--ink); color: var(--paper); }
.universe .eyebrow, .universe .eyebrow > span { color: #bcc8bf; }
.universe h2 { font-size: 52px; }
.universe h2 em { color: var(--accent); }
.universe__text { padding-top: 44px; color: #c2cdc5; font-size: 20px; }
.universe__signature { color: #92ac9c; font-size: 15px; }
.universe__visual { margin-top: 52px; }
.universe__visual > img { width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: contain; }
.universe__visual figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 15px; font-size: 12px; color: #adbeb2; }
.universe__visual figcaption > span:first-child { font-weight: 600; color: var(--paper); }

.approach { background: var(--mint); }
.approach h2 { font-size: 36px; }
.approach .prose { color: #354b3e; font-size: 20px; }
.networks { border-bottom: 1px solid var(--line); }
.networks__heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 40px; }
.networks__heading > p { max-width: 320px; color: var(--muted); }
.socials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.social-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 110px; padding: 24px; transition: background 160ms ease; }
.social-link + .social-link { border-left: 1px solid var(--line); }
.social-link:hover { background: var(--mint); }
.social-link img { flex-shrink: 0; }
.social-link__name { display: block; font-size: 20px; }
.social-link__handle { display: block; margin-top: 4px; font-size: 12px; color: var(--muted); overflow-wrap: anywhere; }
.contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 52px; }
.contact__intro { margin-top: 16px; font-size: 16px; color: var(--muted); }
.contact__email { display: inline-flex; align-items: center; gap: 22px; padding-block: 14px; border-bottom: 1px solid #748e7d; font-size: 26px; line-height: 1.4; transition: color 160ms ease; }
.contact__email span { overflow-wrap: anywhere; }
.contact__email img { flex-shrink: 0; }
.contact__email:hover { color: #357249; }
.footer { padding-block: 32px; background: var(--ink); color: white; }
.footer__inner { display: flex; align-items: center; gap: 32px; }
.footer .brand { font-size: 20px; }
.footer__inner > p { margin-left: auto; font-size: 13px; color: #b1c0b6; }

@media (min-width: 1600px) {
  .hero__picture img { object-position: center 50%; }
}

@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero__picture img { object-position: 74% center; }
  .editorial-grid { gap: 48px; grid-template-columns: 1fr 1fr; }
  h2 { font-size: 36px; }
  .nav__menu { gap: 24px; }
  .contact__inner { align-items: start; flex-direction: column; gap: 24px; }
  .hero__topline { inset-inline: 32px; }
}

@media (max-width: 760px) {
  :root { --nav-height: 64px; }
  .container { width: calc(100% - 40px); }
  .nav__inner { gap: 16px; flex-wrap: wrap; }
  .brand { font-size: 21px; }
  .brand img { width: 34px; height: 34px; }
  .nav__menu { width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 12px; }
  .nav__link { padding: 10px 0; }
  .js .nav__menu { position: absolute; inset: var(--nav-height) 0 auto; width: 100%; padding: 12px 20px 20px; background: var(--ink); border-bottom: 1px solid #ffffff30; box-shadow: 0 14px 20px #0003; }
  .js .nav__link { min-height: 48px; }
  .js .nav__toggle { margin-left: auto; }
  .hero__topline { inset: 22px 20px auto; font-size: 11px; }
  .roots-band__inner { padding-block: 14px; min-height: 62px; flex-wrap: wrap; gap: 2px 20px; }
  .roots-band__inner > span { font-size: 12px; }
  .section { padding-block: 60px; }
  .editorial-grid { grid-template-columns: 1fr; gap: 28px; }
  h2 { font-size: 36px; }
  .eyebrow { margin-bottom: 18px; }
  .prose { font-size: 16px; }
  .prose .lead { font-size: 21px; }
  .universe h2 { font-size: 44px; }
  .universe__text { padding-top: 0; font-size: 18px; }
  .universe__visual { margin-top: 32px; }
  .universe__visual figcaption { font-size: 11px; }
  .approach h2 { font-size: 34px; }
  .approach .prose { font-size: 18px; }
  .networks__heading { align-items: start; flex-direction: column; gap: 20px; }
  .socials { grid-template-columns: 1fr; }
  .social-link { min-height: 90px; padding: 18px 0; }
  .social-link + .social-link { border-left: 0; border-top: 1px solid var(--line); }
  .social-link__name { font-size: 18px; }
  .contact__email { font-size: 24px; gap: 16px; }
  .footer__inner { flex-wrap: wrap; justify-content: space-between; gap: 20px; }
  .footer__inner > p { order: 3; flex-basis: 100%; margin-left: 0; font-size: 12px; }
}

@media (max-width: 600px) {
  .hero { height: min(580px, calc(100svh - 144px)); min-height: 440px; }
  .hero__picture { inset: 20px 0 152px; }
  .hero__picture img { object-fit: contain; object-position: center; }
  .hero__topline { inset-block-start: 16px; }
  .hero__content { bottom: 28px; inset-inline: 20px; }
  .hero__title { position: static; width: auto; height: auto; overflow: visible; clip-path: none; white-space: normal; font-family: Georgia, "Times New Roman", serif; font-size: 44px; line-height: 1.1; font-weight: 400; margin-bottom: 12px; }
  .hero__tagline { font-size: 13px; margin-bottom: 20px; }
  .hero__location { margin-left: 4px; }
  .roots-band__inner { flex-direction: column; align-items: start; }
  h2 { font-size: 32px; }
}

@media (max-width: 360px) {
  .hero__topline { font-size: 10px; }
  .hero__content { inset-inline: 16px; }
  .hero__tagline { font-size: 12px; }
  .contact__email { font-size: 21px; gap: 12px; }
  .contact__email img { width: 22px; height: 22px; }
  .sound-notes { gap: 14px; font-size: 12px; }
  .universe__visual figcaption { flex-direction: column; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
