:root {
  --ink: #0c2420;
  --forest: #071b18;
  --forest-2: #0c2c26;
  --moss: #7a9178;
  --copper: #e7864b;
  --cream: #f1efe7;
  --paper: #f8f7f2;
  --line: rgba(12, 36, 32, .16);
  --max: 1440px;
  --pad: clamp(24px, 5vw, 80px);
  --sans: "DM Sans", "Segoe UI", sans-serif;
  --display: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--copper); color: var(--forest); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: white; padding: 12px 18px; border-radius: 4px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s, height .35s, color .35s, box-shadow .35s; }
.site-header.scrolled { height: 74px; color: var(--ink); background: rgba(248,247,242,.9); backdrop-filter: blur(18px); border-color: rgba(12,36,32,.1); box-shadow: 0 10px 40px rgba(4,20,17,.06); }
.brand { display: flex; align-items: center; gap: 12px; justify-self: start; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); }
.brand-mark img { width: 37px; height: 37px; object-fit: contain; }
.brand-name { font-family: var(--display); text-transform: uppercase; font-size: 10px; line-height: 1.22; letter-spacing: .14em; }
.brand-name strong { font-size: 11px; }
.site-header.scrolled .brand-mark { border-color: rgba(12,36,32,.18); }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 48px); font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.member-link { justify-self: end; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 100px; font-size: 12px; font-weight: 600; }
.member-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.site-header.scrolled .member-link { border-color: rgba(12,36,32,.24); }
.menu-toggle { display: none; justify-self: end; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; background: var(--forest); color: var(--cream); opacity: 0; visibility: hidden; transition: .3s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav { width: min(80vw, 520px); display: grid; }
.mobile-menu a { border-bottom: 1px solid rgba(255,255,255,.13); padding: 18px 4px; font-family: var(--display); font-size: clamp(28px, 8vw, 54px); font-weight: 600; }
.mobile-menu a span { display: inline-block; width: 54px; color: var(--copper); font: 11px var(--sans); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: var(--forest); }
.hero-media { position: absolute; inset: -3%; background: linear-gradient(90deg, rgba(2,17,15,.85) 0%, rgba(4,21,18,.58) 42%, rgba(4,16,14,.08) 75%), linear-gradient(0deg, rgba(3,18,15,.78) 0%, transparent 55%), url("assets/hero-mortsjon.png") center 44% / cover no-repeat; transform: scale(1.03); will-change: transform; }
.hero-grain { position: absolute; inset: 0; pointer-events: none; opacity: .11; 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='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.cast-line { position: absolute; inset: 7% -2% auto; width: 104%; height: 76%; color: rgba(245,239,222,.42); fill: none; stroke: currentColor; stroke-width: 1.2; pointer-events: none; }
.cast-line path { stroke-dasharray: 2050; stroke-dashoffset: 2050; animation: cast 3s 1s cubic-bezier(.45,.05,.1,1) forwards; }
@keyframes cast { to { stroke-dashoffset: 0; } }
.hero-content { position: relative; z-index: 2; width: min(930px, 75%); padding: clamp(150px, 18vh, 220px) var(--pad) 150px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: var(--copper); }
.hero h1 { max-width: 900px; margin: 0; font: 700 clamp(58px, 8.5vw, 138px)/.9 var(--display); letter-spacing: -.07em; }
.hero h1 em { color: var(--copper); font-style: normal; }
.hero-intro { max-width: 650px; margin: 34px 0 38px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 32px; }
.button { display: inline-flex; min-height: 56px; padding: 0 25px; align-items: center; justify-content: center; gap: 26px; border: 0; border-radius: 100px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-copper { color: #14241f; background: var(--copper); }
.button-copper:hover { background: #f3a16c; }
.text-link, .arrow-link { display: inline-flex; gap: 18px; align-items: center; font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.next-up { position: absolute; z-index: 3; right: 0; bottom: 84px; width: min(370px, 34vw); min-height: 160px; display: grid; grid-template-columns: 90px 1fr 40px; grid-template-rows: auto 1fr; gap: 12px 20px; align-items: center; padding: 25px 28px; background: rgba(7,27,24,.7); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.18); border-right: 0; }
.next-label { grid-column: 1/-1; color: var(--copper); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.next-date { display: flex; align-items: baseline; gap: 6px; }
.next-date strong { font: 700 28px var(--display); }
.next-date span, .next-up p span { color: rgba(255,255,255,.55); font-size: 11px; }
.next-up p { margin: 0; font-size: 14px; line-height: 1.45; }
.next-up > a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; }
.hero-footer { position: absolute; z-index: 3; bottom: 26px; left: var(--pad); right: var(--pad); display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-line { flex: 1; height: 1px; background: rgba(255,255,255,.2); overflow: hidden; }
.scroll-line i { display: block; width: 20%; height: 100%; background: white; animation: scroll 3s ease-in-out infinite; }
@keyframes scroll { 0% { transform: translateX(-100%); } 70%,100% { transform: translateX(600%); } }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(90px, 11vw, 170px) var(--pad); }
.section-index { display: flex; align-items: center; gap: 12px; margin-bottom: 60px; color: #70807b; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.section-index span { color: var(--copper); }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 12vw, 180px); align-items: end; }
.kicker { margin: 0 0 22px; color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.manifesto h2, .section-title-row h2, .lake h2, .contact h2 { margin: 0; font: 700 clamp(48px, 6.2vw, 94px)/.97 var(--display); letter-spacing: -.065em; }
.manifesto h2 span, .lake h2 span, .contact h2 span { color: var(--moss); }
.manifesto-copy { padding-bottom: 6px; }
.manifesto-copy p { color: #53635e; font-size: 16px; line-height: 1.75; }
.manifesto-copy .lead { color: var(--ink); font-size: clamp(20px, 2vw, 28px); line-height: 1.5; font-weight: 500; }
.manifesto-copy .arrow-link { margin-top: 26px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { min-height: 150px; padding: 30px; display: flex; align-items: flex-end; gap: 20px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { color: var(--copper); font: 600 clamp(38px, 5vw, 70px)/1 var(--display); letter-spacing: -.06em; }
.fact span { max-width: 130px; color: #64736e; font-size: 12px; line-height: 1.45; }

.experiences { padding-top: 40px; }
.section-title-row { display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-title-row .section-index { margin-bottom: 34px; }
.section-title-row > p { color: #64736e; font-size: 16px; line-height: 1.75; }
.experience-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 390px 330px; gap: 20px; }
.experience-card { position: relative; overflow: hidden; padding: 34px; background: #d9ddd4; border-radius: 2px; }
.experience-wide { grid-row: 1 / 3; color: white; }
.card-photo { position: absolute; inset: 0; background: url("assets/hero-mortsjon.png") 64% center / auto 110% no-repeat; transform: scale(1.02); transition: transform .8s ease; }
.experience-card:hover .card-photo { transform: scale(1.07); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,22,18,.88), transparent 67%); }
.card-number { position: absolute; top: 30px; right: 30px; font-size: 10px; letter-spacing: .16em; }
.card-content { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 34px; }
.card-content > span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.card-content h3 { margin: 10px 0 12px; font: 600 clamp(28px, 3vw, 46px)/1.05 var(--display); letter-spacing: -.045em; }
.card-content p { max-width: 430px; margin: 0; font-size: 14px; line-height: 1.6; opacity: .72; }
.experience-lineart { color: var(--ink); background: #dfe3d9; }
.fly-illustration { position: absolute; width: 96%; height: 82%; left: -6%; top: -4%; color: rgba(12,36,32,.7); }
.fly-illustration g { stroke-width: 1.2; }
.experience-casting { color: white; background: var(--copper); }
.rings { position: absolute; inset: -20%; display: grid; place-items: center; }
.rings i { position: absolute; width: 25%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.rings i:nth-child(2) { width: 55%; }.rings i:nth-child(3) { width: 85%; }.rings i:nth-child(4) { width: 115%; }

.lake { position: relative; min-height: 940px; overflow: hidden; color: white; background: radial-gradient(circle at 76% 46%, #16443a 0%, var(--forest-2) 35%, var(--forest) 75%); }
.lake::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,27,24,.95), rgba(7,27,24,.15)); }
.topography { position: absolute; inset: 0 0 0 40%; color: rgba(215,231,220,.12); }
.topography svg { width: 100%; height: 100%; }
.topography g { stroke-width: 1.2; }
.lake-inner { position: relative; z-index: 2; }
.lake .section-index { color: rgba(255,255,255,.5); }
.lake-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 120px; align-items: center; }
.lake-copy { max-width: 700px; }
.lake h2 span { color: #9aae9e; }
.lake-copy > p:not(.kicker) { max-width: 590px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.8; margin: 34px 0; }
.button-light { color: var(--ink); background: var(--cream); }
.lake-details { display: flex; flex-direction: column; align-items: center; }
.lake-badge { width: 180px; height: 180px; display: grid; place-items: center; margin-bottom: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.lake-badge svg { width: 110px; fill: none; stroke: var(--copper); stroke-width: 1.2; }
.lake-badge svg circle { stroke: rgba(255,255,255,.25); stroke-dasharray: 1 7; }
.lake-details dl { width: 100%; max-width: 440px; margin: 0; }
.lake-details dl div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); }
.lake-details dt { color: rgba(255,255,255,.44); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.lake-details dd { margin: 0; text-align: right; font-size: 14px; }
.water-ripple { position: absolute; left: 50%; bottom: -130px; width: 1100px; height: 280px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }

.member-journey { padding-bottom: 110px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 90px 1fr 50px; gap: 30px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line); transition: padding .25s, color .25s; }
.steps li:hover { padding: 0 20px; color: var(--copper); }
.steps li > span { color: var(--copper); font-size: 11px; }
.steps h3 { margin: 0 0 8px; font: 600 clamp(25px, 3vw, 40px) var(--display); letter-spacing: -.04em; }
.steps p { margin: 0; color: #697771; font-size: 14px; }
.steps i { font-style: normal; font-size: 20px; }

.member-portal { position: relative; max-width: calc(var(--max) - (2 * var(--pad))); min-height: 600px; margin: 0 auto clamp(90px, 10vw, 160px); padding: clamp(70px, 8vw, 120px); display: flex; align-items: center; overflow: hidden; color: white; background: var(--forest); }
.portal-content { position: relative; z-index: 2; max-width: 570px; }
.portal-content h2 { margin: 0; font: 700 clamp(47px, 5.5vw, 82px)/.96 var(--display); letter-spacing: -.06em; }
.portal-content > p:not(.eyebrow) { color: rgba(255,255,255,.62); line-height: 1.75; margin: 28px 0 34px; }
.portal-orbit { position: absolute; width: 680px; height: 680px; right: -80px; top: -40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.portal-orbit i { position: absolute; inset: 16%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.portal-orbit i:nth-child(2) { inset: 32%; }.portal-orbit i:nth-child(3) { inset: 46%; background: var(--copper); border: 0; }
.portal-ui { position: absolute; z-index: 2; right: clamp(30px, 7vw, 100px); top: 50%; width: 360px; height: 380px; transform: translateY(-50%) rotate(4deg); }
.portal-card { position: absolute; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.portal-card span { color: var(--copper); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.portal-card strong { margin-top: 50px; font: 600 25px var(--display); }.portal-card small { margin-top: 5px; color: rgba(255,255,255,.55); }
.card-main { inset: 0 20px 90px 0; background: linear-gradient(135deg, rgba(32,82,69,.93), rgba(7,27,24,.9)); }
.card-small { right: -20px; bottom: 0; width: 240px; height: 155px; background: rgba(242,239,229,.94); color: var(--ink); transform: rotate(-8deg); }
.card-small strong { margin-top: 22px; }.card-small small { color: #697771; }
.barcode { height: 34px; width: 70%; margin-top: auto; background: repeating-linear-gradient(90deg, white 0 2px, transparent 2px 5px, white 5px 6px, transparent 6px 10px); opacity: .75; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.contact-heading > p:not(.kicker) { max-width: 480px; color: #65736e; line-height: 1.75; margin: 30px 0; }
.contact address { font-style: normal; color: #65736e; font-size: 13px; line-height: 1.8; }
.contact address strong { color: var(--ink); }
.contact-form { padding-top: 80px; }
.contact-form label { display: block; margin-bottom: 28px; }
.contact-form label > span { display: block; margin-bottom: 10px; color: #65736e; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 16px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--copper); }
.contact-form ::placeholder { color: #9ba59f; }
.button-dark { margin-top: 10px; color: white; background: var(--ink); }
.form-status { color: #507061; font-size: 13px; min-height: 20px; }

.site-footer { margin: 0; padding: clamp(50px, 7vw, 100px); color: white; background: var(--forest); }
.footer-brand { display: flex; align-items: center; gap: 28px; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand img { width: 86px; height: 86px; object-fit: contain; }
.footer-brand h2 { margin: 0; font: 650 clamp(45px, 7vw, 100px)/1 var(--display); letter-spacing: -.065em; }
.footer-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 60px 0 80px; }
.footer-meta > div { display: grid; align-content: start; gap: 13px; }
.footer-meta span { margin-bottom: 10px; color: rgba(255,255,255,.38); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-meta a, .footer-meta p { margin: 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.7; }
.footer-meta a:hover { color: var(--copper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .desktop-nav, .member-link { display: none; }
  .menu-toggle { display: block; }
  .hero-content { width: 90%; }
  .next-up { width: 360px; max-width: 70vw; bottom: 66px; }
  .manifesto-grid, .lake-grid { grid-template-columns: 1fr; gap: 60px; }
  .lake-details { align-items: flex-start; }
  .lake-badge { display: none; }
  .portal-ui { opacity: .35; right: -120px; }
  .portal-content { max-width: 600px; }
}

@media (max-width: 760px) {
  :root { --pad: 22px; }
  .brand-name { display: none; }
  .brand-mark { width: 44px; height: 44px; }
  .hero { min-height: 850px; align-items: flex-start; }
  .hero-media { background-position: 61% center; }
  .hero-content { width: 100%; padding-top: 180px; }
  .hero h1 { font-size: clamp(53px, 15vw, 78px); }
  .hero-intro { font-size: 16px; }
  .cast-line { display: none; }
  .next-up { left: var(--pad); right: var(--pad); bottom: 64px; width: auto; max-width: none; min-height: 130px; grid-template-columns: 70px 1fr 36px; padding: 20px; }
  .hero-footer { display: none; }
  .section { padding-top: 95px; padding-bottom: 95px; }
  .section-index { margin-bottom: 38px; }
  .manifesto h2, .section-title-row h2, .lake h2, .contact h2 { font-size: clamp(45px, 13vw, 67px); }
  .manifesto-grid { gap: 40px; }
  .facts { grid-template-columns: 1fr; margin-top: 70px; }
  .fact { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .section-title-row { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }
  .experience-grid { grid-template-columns: 1fr; grid-template-rows: 520px 330px 310px; }
  .experience-wide { grid-row: auto; }
  .lake { min-height: auto; }
  .topography { left: 5%; opacity: .8; }
  .lake-grid { gap: 70px; }
  .lake-details dl { max-width: none; }
  .steps li { grid-template-columns: 45px 1fr 20px; gap: 12px; min-height: 160px; }
  .steps li:hover { padding: 0; }
  .member-portal { margin: 0 18px 90px; min-height: 650px; padding: 60px 28px; align-items: flex-start; }
  .portal-content { z-index: 3; }
  .portal-ui { width: 300px; height: 280px; top: auto; bottom: -35px; right: -45px; transform: rotate(5deg); opacity: .48; }
  .portal-card strong { margin-top: 35px; }
  .contact { grid-template-columns: 1fr; gap: 20px; }
  .contact-form { padding-top: 30px; }
  .site-footer { margin: 0; padding: 50px 24px 30px; }
  .footer-brand { align-items: flex-start; padding-bottom: 50px; }
  .footer-brand img { width: 60px; height: 60px; }
  .footer-meta { grid-template-columns: 1fr 1fr; }
  .footer-meta > div:last-child { grid-column: 1/-1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
