@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("inter-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --red: #e10600;
  --ink: #111111;
  --grey: #595959;
  --light: #f3f3f3;
  --line: #e5e5e5;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--ink); outline-offset: 6px; border-radius: 3px; }
p, h1, h2, h3, figure { margin: 0; }
.container { width: min(100% - 6rem, 1200px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; inset: .7rem auto auto .7rem; padding: .9rem 1.2rem; background: var(--ink); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.icon { flex: none; width: 1.2rem; height: 1.2rem; }
.site-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { display: block; flex: none; width: 220px; }
.site-header nav { display: flex; align-items: center; gap: 2.8rem; font-size: .875rem; font-weight: 600; }
.nav-about { padding-block: 1rem; }
.nav-instagram { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .85rem 1.15rem; border: 1px solid #d7d7d7; border-radius: 6px; }
.site-header nav a { transition: color .18s, border-color .18s; }
.site-header nav a:hover { color: var(--red); border-color: var(--red); }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3.4rem; align-items: center; padding-block: 3.3rem 3.5rem; }
.hero-copy { padding-block: 1.8rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; text-transform: uppercase; font-size: .75rem; line-height: 1.55; letter-spacing: .14em; font-weight: 700; }
.red-rule { height: 2px; width: 25px; flex: none; background: var(--red); }
h1 { margin-top: 1.7rem; font-size: clamp(4.3rem, 7.3vw, 6.6rem); line-height: .99; font-weight: 800; letter-spacing: -.065em; }
h1 span { color: var(--red); }
.hero-subhead { font-weight: 600; font-size: clamp(1.3rem, 2.1vw, 1.85rem); letter-spacing: -.045em; line-height: 1.3; margin-top: 1.2rem; }
.hero-description { font-size: 1rem; line-height: 1.8; color: var(--grey); max-width: 410px; margin-top: 1.4rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .75rem; min-height: 56px; padding: 1.08rem 1.25rem; font-size: .9375rem; line-height: 1.4; font-weight: 600; border-radius: 6px; transition: background .18s ease, transform .18s ease; }
.button-arrow { margin-left: .65rem; }
.button-red { background: var(--red); color: #fff; margin-top: 1.9rem; box-shadow: 0 4px 14px #e1060014; }
.button-red:hover { background: #c20500; transform: translateY(-2px); }
.button-white { color: var(--ink); background: #fff; }
.button-white:hover { background: #f3f3f3; transform: translateY(-2px); }
.hero-footnote { display: flex; align-items: center; gap: .85rem; margin-top: 2rem; }
.hero-footnote p { font-size: .75rem; line-height: 1.5; color: var(--grey); }
.region-tags { display: inline-flex; gap: .3rem; flex: none; }
.region-tags span { font-size: .75rem; letter-spacing: .03em; font-weight: 600; padding: .35rem .4rem; background: var(--light); border-radius: 3px; }
.hero-visual { position: relative; isolation: isolate; overflow: hidden; border-radius: 10px; background: var(--light); aspect-ratio: 4 / 5; }
.hero-visual picture { display: block; height: 100%; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; }
.image-topline { position: absolute; inset: 1.5rem 1.55rem auto; display: flex; justify-content: space-between; gap: 1rem; color: #444; font-size: .75rem; font-weight: 600; letter-spacing: .12em; }
.image-caption { position: absolute; inset: auto 1.55rem 1.5rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.image-caption > span { background: #ffffffea; border: 1px solid #ffffff; border-radius: 5px; padding: .75rem 1rem; font-size: .875rem; line-height: 1.4; font-weight: 600; letter-spacing: -.02em; }
.image-caption img { width: 42px; height: 42px; }
.community-band { background: var(--light); border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; }
.band-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.band-inner p { font-size: 1rem; font-weight: 600; letter-spacing: -.02em; }
.band-inner > span { font-size: .75rem; color: var(--grey); text-transform: uppercase; letter-spacing: .12em; line-height: 1.5; }
.community { padding-block: 5.7rem; display: grid; grid-template-columns: 1.05fr 1fr; gap: 5.5rem; align-items: start; }
.section-intro .eyebrow { color: var(--red); }
h2 { font-size: clamp(2rem, 3.1vw, 2.7rem); line-height: 1.13; font-weight: 700; letter-spacing: -.055em; }
.section-intro h2 { margin-top: 1.3rem; }
.section-intro h2 span { color: var(--red); }
.section-intro > p:last-child { margin-top: 1.3rem; font-size: 1rem; line-height: 1.8; color: var(--grey); max-width: 410px; }
.pillar { display: flex; gap: 1.6rem; padding-block: 1.3rem; border-bottom: 1px solid var(--line); }
.pillar:first-child { padding-top: 0; }
.pillar:last-child { padding-bottom: 0; border-bottom: 0; }
.pillar-number { flex: none; font-size: .75rem; font-weight: 500; font-variant-numeric: tabular-nums; color: var(--red); padding-top: .3rem; }
h3 { font-size: 1.2rem; font-weight: 600; line-height: 1.4; letter-spacing: -.035em; }
.pillar p { margin-top: .4rem; font-size: 1rem; color: var(--grey); line-height: 1.7; max-width: 370px; }
.join-panel { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 3.15rem 3.5rem; color: #fff; background: var(--red); border-radius: 10px; }
.join-copy, .join-action { position: relative; z-index: 1; }
.join-copy h2 { margin-top: 1.1rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.join-panel .eyebrow { letter-spacing: .12em; }
.join-action { flex: none; }
.join-action > p { margin-top: 1rem; font-size: .75rem; line-height: 1.5; }
.orbit { position: absolute; width: 460px; height: 460px; right: -90px; top: -220px; border: 1px solid #ffffff20; border-radius: 50%; pointer-events: none; }
.orbit-two { width: 550px; height: 550px; right: -135px; top: -265px; }
.orbit-three { width: 640px; height: 640px; right: -180px; top: -310px; }
.site-footer { display: flex; align-items: center; gap: 2rem; justify-content: space-between; min-height: 138px; padding-block: 2.5rem; font-size: .75rem; color: var(--grey); }
.footer-brand { width: 175px; }
.site-footer > a:last-child { display: inline-flex; align-items: center; gap: .65rem; font-size: .875rem; }
.site-footer > a:last-child:hover { color: var(--red); }
.site-footer .icon { width: .875rem; height: .875rem; }

@media (min-width: 1500px) { .hero { padding-block: 4rem; } }
@media (max-width: 1024px) {
  .container { width: calc(100% - 4rem); }
  .hero { gap: 2rem; }
  h1 { font-size: clamp(3.5rem, 7.1vw, 5rem); }
  .hero-subhead { font-size: 1.4rem; }
  .hero-copy { padding-block: .7rem; }
  .desktop-break { display: none; }
  .hero-description { font-size: 1rem; }
  .hero-visual { aspect-ratio: 3 / 4; }
  .hero-photo { object-fit: cover; }
  .image-topline { inset: 1.1rem 1.1rem auto; }
  .image-caption { inset: auto 1.1rem 1.1rem; }
  .community { gap: 3rem; padding-block: 4rem; }
  .join-panel { padding: 2.5rem; gap: 2rem; }
  .join-action > p { max-width: 230px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 2.5rem); }
  .site-header { min-height: 85px; gap: 1rem; }
  .brand { width: 180px; }
  .nav-about { display: none; }
  .site-header nav { gap: 0; font-size: .875rem; }
  .nav-instagram { padding: .75rem 0 .75rem .6rem; gap: .6rem; border: 0; }
  .nav-instagram .icon { width: 1rem; height: 1rem; }
  .hero { grid-template-columns: 1fr; gap: 2.2rem; padding-block: 2.65rem 2rem; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: .75rem; letter-spacing: .12em; }
  h1 { font-size: clamp(4.3rem, 13.5vw, 6.4rem); margin-top: 1.5rem; }
  .hero-subhead { font-size: 1.6rem; margin-top: 1rem; }
  .hero-description { max-width: 420px; font-size: 1rem; margin-top: 1.1rem; }
  .button-red { margin-top: 1.5rem; }
  .hero-footnote { margin-top: 1.4rem; }
  .hero-visual { aspect-ratio: 4 / 5; }
  .hero-photo { object-position: center 44%; }
  .image-topline { font-size: .75rem; }
  .image-caption { inset: auto 1.2rem 1.2rem; }
  .band-inner { min-height: 82px; align-items: flex-start; justify-content: center; flex-direction: column; gap: .45rem; padding-block: 1.1rem; }
  .band-inner p { font-size: .9375rem; }
  .band-inner > span { font-size: .75rem; }
  .community { grid-template-columns: 1fr; padding-block: 3.3rem; gap: 2rem; }
  h2 { font-size: clamp(2rem, 6.7vw, 2.6rem); }
  .section-intro > p:last-child { max-width: 500px; }
  .pillars { border-top: 1px solid var(--line); }
  .pillar, .pillar:first-child { padding-block: 1.25rem; gap: 1.5rem; }
  .pillar:last-child { padding-bottom: 0; }
  .pillar p { max-width: 470px; font-size: 1rem; }
  .join-panel { flex-direction: column; align-items: flex-start; padding: 2rem 1.5rem; gap: 1.8rem; }
  .join-copy h2 { font-size: clamp(2rem, 7.5vw, 2.8rem); }
  .join-action { max-width: 100%; }
  .join-action > p { max-width: none; }
  .site-footer { display: grid; grid-template-columns: 1fr auto; gap: 1.35rem; padding-block: 2rem; min-height: 0; }
  .footer-brand { width: 155px; }
  .site-footer > p { grid-row: 2; grid-column: 1 / -1; }
  .site-footer > a:last-child { grid-row: 1; grid-column: 2; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 2rem); }
  .brand { width: 151px; }
  h1 { font-size: 3.9rem; }
  .hero-subhead { font-size: 1.4rem; }
  .hero-footnote { gap: .65rem; }
  .hero-footnote p { font-size: .75rem; }
  .join-panel { padding-inline: 1.2rem; }
  .button { font-size: .875rem; padding-inline: 1rem; }
  .button-arrow { margin-left: .2rem; }
  .footer-brand { width: 150px; }
}

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