@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Oswald:wght@400;500;600&display=swap");

:root {
  --background: oklch(0.96 0.018 83);
  --surface: oklch(0.985 0.01 85);
  --foreground: oklch(0.19 0.025 165);
  --muted: oklch(0.48 0.025 165);
  --primary: oklch(0.19 0.035 165);
  --primary-soft: oklch(0.25 0.04 165);
  --accent: oklch(0.86 0.21 125);
  --accent-dark: oklch(0.31 0.08 133);
  --line: oklch(0.19 0.025 165 / 0.16);
  --line-light: oklch(0.96 0.018 83 / 0.18);
  --ring: oklch(0.86 0.21 125);
  --display: "Oswald", "Arial Narrow", sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shell: min(100% - 3rem, 88rem);
}
* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; }
body { background: var(--background); color: var(--foreground); font-family: var(--sans); margin: 0; max-width: 100%; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { background: var(--accent); color: var(--foreground); left: 1rem; padding: 0.75rem 1rem; position: fixed; top: -6rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
a:focus-visible { outline: 3px solid var(--ring); outline-offset: 4px; }

.site-header { align-items: center; color: var(--background); display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); left: 0; padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem); position: absolute; right: 0; top: 0; z-index: 10; }
.brand { align-items: center; display: flex; gap: 0.75rem; min-width: 0; }
.brand > span { border: 1px solid currentColor; display: grid; font-family: var(--display); font-size: 1.15rem; height: 2.8rem; place-items: center; width: 2.8rem; }
.brand small { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.12em; line-height: 1.3; max-width: 9rem; text-transform: uppercase; }
nav { display: flex; font-size: 0.78rem; gap: clamp(1.5rem, 3vw, 3rem); }
nav a, .text-link, .inline-link, footer a { position: relative; }
nav a::after, .text-link::after, .inline-link::after, footer a::after { background: currentColor; bottom: -0.35rem; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 0.35s var(--ease); width: 100%; }
nav a:hover::after, .text-link:hover::after, .inline-link:hover::after, footer a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { align-items: center; border: 1px solid var(--line-light); display: flex; font-size: 0.76rem; gap: 0.75rem; justify-self: end; padding: 0.75rem 1rem; text-transform: uppercase; transition: background 0.25s ease, color 0.25s ease; }
.header-cta:hover { background: var(--accent); color: var(--foreground); }

.hero { background: var(--primary); color: var(--background); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr); min-height: 52rem; overflow: clip; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 9rem clamp(1.5rem, 5vw, 5.5rem) 5rem; position: relative; z-index: 2; }
.hero-copy::before { border: 1px solid var(--line-light); border-radius: 50%; content: ""; height: clamp(20rem, 42vw, 42rem); left: -16rem; position: absolute; top: 14%; width: clamp(20rem, 42vw, 42rem); z-index: -1; }
.eyebrow { align-items: center; display: flex; font-size: 0.67rem; font-weight: 600; gap: 0.75rem; letter-spacing: 0.13em; margin: 0; text-transform: uppercase; }
.eyebrow::before { background: var(--accent); content: ""; height: 0.48rem; width: 0.48rem; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -0.035em; text-transform: uppercase; }
h1 { font-size: clamp(4.2rem, 7.4vw, 8rem); line-height: 0.9; margin: clamp(2.2rem, 5vh, 4rem) 0 2rem; max-width: 11ch; }
h1 em { color: var(--accent); display: block; font-style: normal; font-weight: 500; }
.intro { color: oklch(0.9 0.015 83); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.75; margin: 0; max-width: 38rem; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.button { align-items: center; display: inline-flex; font-size: 0.78rem; font-weight: 600; gap: 2.5rem; justify-content: space-between; min-height: 3.8rem; padding: 0.9rem 1rem 0.9rem 1.25rem; text-transform: uppercase; transition: transform 0.3s var(--ease), background 0.25s ease; }
.button:hover { transform: translateY(-0.2rem); }
.button span { border: 1px solid currentColor; border-radius: 50%; display: grid; height: 2rem; place-items: center; width: 2rem; }
.button-primary { background: var(--accent); color: var(--foreground); }
.button-primary:hover { background: var(--background); }
.text-link { font-size: 0.78rem; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; margin: 2.4rem 0 0; padding: 0; }
.hero-tags li { border: 1px solid var(--line-light); border-radius: 99rem; color: oklch(0.9 0.015 83); font-size: 0.65rem; letter-spacing: 0.08em; padding: 0.5rem 0.8rem; text-transform: uppercase; }

.hero-photo { min-width: 0; overflow: hidden; position: relative; }
.hero-photo::after { background: linear-gradient(90deg, var(--primary) 0%, transparent 28%), linear-gradient(0deg, var(--primary) 0%, transparent 35%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-photo > img { height: 100%; object-fit: cover; object-position: 51% center; width: 100%; }
.photo-caption { bottom: 2rem; display: flex; gap: 1.1rem; left: 2rem; position: absolute; z-index: 2; }
.photo-caption span { color: var(--background); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; }
.photo-caption span:not(:last-child)::after { color: var(--accent); content: "•"; margin-left: 1.1rem; }
.hero-seal { animation: float 5s var(--ease) infinite alternate; aspect-ratio: 1; background: var(--accent); border-radius: 50%; bottom: 4.8rem; color: var(--foreground); left: 2rem; position: absolute; width: clamp(7rem, 9vw, 9rem); z-index: 3; }
.seal-ring { animation: spin 20s linear infinite; height: 100%; inset: 0; position: absolute; width: 100%; }
.seal-ring text { fill: currentColor; font-family: var(--sans); font-size: 8px; font-weight: 600; letter-spacing: 0.1em; }
.hero-seal b { align-items: center; aspect-ratio: 1; background: var(--foreground); border-radius: 50%; color: var(--accent); display: flex; font-family: var(--display); font-size: 1.35rem; font-weight: 500; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 42%; }

.intro-strip { background: var(--accent); display: flex; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 3rem); justify-content: space-between; line-height: 1; padding: 1.3rem clamp(1.5rem, 5vw, 5.5rem); text-transform: uppercase; }
.intro-strip p { margin: 0; }
.intro-strip p:last-child { text-align: right; }
.section-shell { margin-inline: auto; width: var(--shell); }
.section-marker { align-items: center; align-self: start; display: flex; gap: 1rem; }
.section-marker span { color: var(--accent-dark); font-family: var(--display); font-size: 2.2rem; }
.section-marker p { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.14em; margin: 0; text-transform: uppercase; }

.about { display: grid; gap: clamp(2.5rem, 5vw, 6rem); grid-template-columns: minmax(6rem, 0.3fr) minmax(0, 1.15fr) minmax(18rem, 0.65fr); padding-block: clamp(6rem, 11vw, 11rem); }
.about-copy { min-width: 0; }
.about h2, .goals h2, .process h2 { font-size: clamp(3.2rem, 6.5vw, 6.8rem); line-height: 0.96; margin: 2rem 0; }
.lead { color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.85; max-width: 46rem; }
.inline-link { display: inline-flex; font-size: 0.78rem; font-weight: 600; gap: 0.75rem; margin-top: 1.5rem; text-transform: uppercase; }
.about-photo { margin: 7rem 0 0; min-width: 0; }
.about-photo img { aspect-ratio: 1; filter: saturate(0.92) contrast(1.02); height: auto; object-fit: cover; object-position: center; width: 100%; }
.about-photo figcaption { color: var(--muted); font-size: 0.68rem; line-height: 1.5; margin-top: 0.8rem; }

.goals { background: var(--primary); color: var(--background); padding-block: clamp(6rem, 10vw, 9rem); }
.goals-heading { align-items: end; display: grid; gap: clamp(2rem, 5vw, 6rem); grid-template-columns: minmax(8rem, 0.3fr) minmax(0, 1.7fr); }
.section-marker-light span { color: var(--accent); }
.goals-heading h2 { max-width: 11ch; }
.goal-list { border-top: 1px solid var(--line-light); margin-top: 4rem; }
.goal-list article { align-items: center; border-bottom: 1px solid var(--line-light); display: grid; gap: 2rem; grid-template-columns: 4rem minmax(0, 1fr) auto; padding: 2rem 0; transition: background 0.35s ease, padding 0.35s var(--ease); }
.goal-list article:hover { background: var(--primary-soft); padding-inline: 1rem; }
.goal-number { color: var(--accent); font-family: var(--display); }
.goal-list h3 { font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; line-height: 1; margin-bottom: 0.6rem; text-transform: uppercase; }
.goal-list p { color: oklch(0.83 0.015 83); line-height: 1.6; margin: 0; max-width: 36rem; }
.goal-symbol { color: var(--accent); font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); }

.process { padding-block: clamp(6rem, 11vw, 11rem); }
.process-heading { display: grid; gap: clamp(2rem, 5vw, 6rem); grid-template-columns: minmax(8rem, 0.3fr) minmax(0, 1.7fr); }
.process-list { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 4rem 0 0; padding: 0; }
.process-list li { background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; min-height: 22rem; padding: 1.5rem; transition: transform 0.35s var(--ease), border-color 0.35s ease; }
.process-list li:hover { border-color: var(--accent-dark); transform: translateY(-0.35rem); }
.process-list > li > span { color: var(--accent-dark); font-family: var(--display); font-size: 2.2rem; }
.process-list h3 { font-family: var(--display); font-size: 2rem; font-weight: 500; margin-bottom: 0.8rem; text-transform: uppercase; }
.process-list p { color: var(--muted); line-height: 1.65; margin: 0; }

.closing { align-items: center; background: var(--accent); display: flex; flex-direction: column; min-height: 78svh; overflow: clip; padding: 7rem 1.5rem; position: relative; text-align: center; }
.closing-orbit { border: 1px solid oklch(0.19 0.025 165 / 0.22); border-radius: 50%; height: min(58vw, 50rem); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min(58vw, 50rem); }
.closing-orbit::before, .closing-orbit::after { border: 1px solid oklch(0.19 0.025 165 / 0.16); border-radius: 50%; content: ""; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.closing-orbit::before { height: 72%; width: 72%; }
.closing-orbit::after { height: 42%; width: 42%; }
.closing > *:not(.closing-orbit) { position: relative; z-index: 1; }
.closing .eyebrow::before { background: var(--foreground); }
.closing h2 { font-size: clamp(4.5rem, 10vw, 10rem); line-height: 0.9; margin: 2.5rem auto; max-width: 10ch; }
.button-accent { background: var(--foreground); color: var(--background); }
.button-accent:hover { background: var(--surface); color: var(--foreground); }

footer { align-items: end; background: var(--primary); color: var(--background); display: grid; font-size: 0.72rem; gap: 2rem; grid-template-columns: 1fr minmax(16rem, 1fr) auto; padding: 3rem clamp(1.5rem, 5vw, 5.5rem); }
.footer-brand { display: flex; flex-direction: column; gap: 0.25rem; }
.footer-brand strong { font-family: var(--display); font-size: 1.35rem; font-weight: 500; text-transform: uppercase; }
.footer-brand span { color: oklch(0.78 0.015 83); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; }
footer p { color: oklch(0.78 0.015 83); line-height: 1.55; margin: 0; }

.load { animation: up 0.9s var(--ease) both; }
.load-1 { animation-delay: 0.1s; }
.load-2 { animation-delay: 0.2s; }
.load-3 { animation-delay: 0.32s; }
.load-photo { animation: photo 1.2s var(--ease) 0.12s both; }
.js [data-reveal] { opacity: 0; transform: translateY(2rem); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes up { from { opacity: 0; transform: translateY(2rem); } }
@keyframes photo { from { opacity: 0; transform: scale(1.04); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { from { transform: translateY(-0.35rem); } to { transform: translateY(0.45rem); } }

@media (max-width: 960px) {
  :root { --shell: min(100% - 2.5rem, 88rem); }
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  nav { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr); }
  .about { grid-template-columns: 6rem minmax(0, 1fr); }
  .about-photo { grid-column: 2; margin-top: 1rem; max-width: 32rem; }
}
@media (max-width: 720px) {
  :root { --shell: min(100% - 2rem, 88rem); }
  .site-header { padding: 1rem; }
  .brand small { display: none; }
  .header-cta { font-size: 0.68rem; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { min-height: 44rem; padding: 7.5rem 1rem 3.5rem; }
  .hero-copy::before { left: -12rem; top: 18%; }
  h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .intro { max-width: 32rem; }
  .hero-photo { aspect-ratio: 0.82; margin: 0 0.75rem 0.75rem; }
  .hero-photo > img { object-position: 51% center; }
  .hero-photo::after { background: linear-gradient(0deg, var(--primary) 0%, transparent 30%); }
  .hero-seal { bottom: 3.5rem; left: 1rem; }
  .photo-caption { bottom: 1.2rem; left: 1rem; }
  .intro-strip { align-items: flex-start; flex-direction: column; gap: 0.45rem; }
  .intro-strip p:last-child { padding-left: 2rem; text-align: left; }
  .about, .goals-heading, .process-heading { grid-template-columns: 1fr; }
  .about-photo { grid-column: auto; margin-top: 0; max-width: 100%; }
  .about-photo img { aspect-ratio: 1; }
  .section-marker { border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
  .section-marker-light { border-color: var(--line-light); }
  .goal-list article { gap: 1rem; grid-template-columns: 2.5rem minmax(0, 1fr) auto; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 16rem; }
  .closing-orbit { height: 86vw; width: 86vw; }
  footer { align-items: start; grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .hero-tags { gap: 0.35rem; }
  .photo-caption { gap: 0.5rem; }
  .photo-caption span:not(:last-child)::after { margin-left: 0.5rem; }
  .goal-list article { grid-template-columns: 2rem minmax(0, 1fr); }
  .goal-symbol { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}