@font-face {
  font-family: "NDY Display";
  src: url("/assets/roboto-condensed-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}
:root {
  --ink: #20201f;
  --ink-soft: #30302e;
  --paper: #f5f0ea;
  --white: #fffdf9;
  --rose: #d7a0a0;
  --rose-pale: #ead0cd;
  --clay: #c86432;
  --clay-text: #843414;
  --sun: #f2903d;
  --sage: #7c8575;
  --line-light: rgba(255, 253, 249, .2);
  --line-dark: rgba(32, 32, 31, .2);
  --max: 1220px;
  --display: "NDY Display", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); font-size: 1.0625rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 300; padding: .75rem 1rem; background: var(--sun); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 100; color: var(--white); background: rgba(32, 32, 31, .96); border-bottom: 1px solid var(--line-light); backdrop-filter: blur(14px); }
.nav-wrap { width: min(var(--max), calc(100% - 2rem)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { flex: 0 0 auto; text-decoration: none; font-family: var(--display); font-size: .9rem; font-weight: 900; line-height: 1.08; letter-spacing: .13em; text-transform: uppercase; }
.brand span { display: block; color: var(--rose-pale); }
.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav a { text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: var(--sun); }
.nav-cta { padding: .68rem 1rem; border: 1px solid rgba(255,255,255,.7); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.55); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }
.hero { position: relative; min-height: calc(100svh - 76px); display: grid; align-items: end; overflow: hidden; isolation: isolate; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 62% 50%; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(20,20,19,.94) 0%, rgba(20,20,19,.7) 42%, rgba(20,20,19,.18) 78%); }
.hero-inner { position: relative; z-index: 2; width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: 6rem 0 5rem; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.5rem; font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--sun); }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(3.25rem, 8vw, 7rem); font-weight: 800; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; overflow-wrap: normal; word-break: normal; }
.hero-copy { max-width: 650px; margin: 2rem 0; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.32; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 1px solid var(--sun); background: var(--sun); color: var(--ink); text-decoration: none; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.button:hover, .button:focus-visible { background: var(--white); border-color: var(--white); }
.hero-link { display: block; width: fit-content; margin-top: 1.25rem; font-size: .8rem; text-underline-offset: .25rem; }
.answer-strip { padding: 1.4rem 1rem; background: var(--rose-pale); color: var(--ink); }
.answer-strip p { width: min(920px, 100%); margin: 0 auto; font-size: .96rem; }
.section { padding: clamp(5rem, 10vw, 9rem) 1rem; }
.section-inner { width: min(var(--max), 100%); margin: 0 auto; }
.section-dark { background: var(--ink); color: var(--white); }
.section-paper { background: var(--paper); color: var(--ink); }
.section-rose { background: var(--rose-pale); color: var(--ink); }
.section-kicker { margin: 0 0 1.1rem; color: var(--clay-text); font-size: .75rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.section-dark .section-kicker { color: var(--sun); }
.display { max-width: 920px; margin: 0; font-family: var(--display); font-size: clamp(2.85rem, 7vw, 6.8rem); font-weight: 800; line-height: .94; letter-spacing: -.05em; text-transform: uppercase; }
.display-small { font-size: clamp(2.7rem, 5vw, 5rem); }
.display em { color: var(--rose); font-style: normal; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(17rem, .7fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.copy-column { max-width: 31rem; padding-left: clamp(1.5rem, 4vw, 4rem); border-left: 1px solid var(--line-light); }
.copy-column p { margin: 0 0 1.5rem; }
.copy-column p:last-child { margin-bottom: 0; font-size: 1.2rem; font-weight: 700; color: var(--rose-pale); }
.portrait-layout { display: grid; grid-template-columns: minmax(17rem, .78fr) minmax(0, 1.22fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.portrait-layout picture { min-height: 38rem; overflow: hidden; background: var(--rose); }
.portrait-layout picture img { height: 100%; min-height: 38rem; object-fit: cover; object-position: center 22%; }
.portrait-copy { max-width: 42rem; }
.portrait-copy > p { max-width: 38rem; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line-dark); }
.fit-grid h3 { min-height: 3.4em; margin: 0 0 1rem; font-size: .8rem; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.fit-grid ul { margin: 0; padding: 0; list-style: none; }
.fit-grid li { position: relative; margin: 0 0 .7rem; padding-left: 1.1rem; font-size: .96rem; }
.fit-grid li::before { content: "+"; position: absolute; left: 0; color: var(--clay); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.method-grid article { min-height: 18rem; padding: 2rem; border-right: 1px solid var(--line-light); }
.method-grid article:first-child { padding-left: 0; }
.method-grid article:last-child { border-right: 0; }
.method-grid .number, .step-number { margin: 0 0 4rem; color: var(--sun); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.method-grid h3 { margin: 0 0 .8rem; font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; }
.method-grid p:last-child { max-width: 19rem; margin-bottom: 0; color: rgba(255,253,249,.78); }
.section-dark blockquote { max-width: 1000px; margin: clamp(5rem, 9vw, 8rem) 0 0; color: var(--rose); font-family: var(--display); font-size: clamp(2.7rem, 5.5vw, 5.2rem); font-weight: 800; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.section-dark blockquote footer { max-width: 42rem; margin-top: 1.5rem; color: rgba(255,253,249,.7); font-family: var(--body); font-size: .8rem; font-weight: 500; line-height: 1.5; letter-spacing: .05em; text-transform: none; }
.process-list { margin-top: 4rem; border-top: 1px solid var(--line-dark); }
.process-list article { display: grid; grid-template-columns: 8rem 1fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line-dark); }
.process-list .step-number { margin: .3rem 0 0; color: var(--clay-text); }
.process-list h3 { margin: 0 0 .45rem; font-family: var(--display); font-size: 1.65rem; text-transform: uppercase; }
.process-list p { max-width: 46rem; margin: 0; }
#offers { background: var(--rose-pale); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.9rem, 1.6vw, 1.4rem); }
.offer-grid a { position: relative; isolation: isolate; min-height: clamp(29rem, 46vw, 37rem); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: clamp(1.5rem, 2.5vw, 2rem); background: var(--ink); color: var(--white); text-decoration: none; }
.offer-grid a::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(18,18,17,.02) 30%, rgba(18,18,17,.86) 100%); transition: background .25s; }
.offer-grid a::after { content: "↗"; position: absolute; top: 1.35rem; right: 1.35rem; width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); font-size: 1.15rem; transition: background .2s, color .2s, transform .2s; }
.offer-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.offer-grid a:nth-child(1) .offer-image { object-position: center 38%; }
.offer-grid a:nth-child(2) .offer-image { object-position: 42% center; }
.offer-grid a:nth-child(3) .offer-image { object-position: center 38%; transform: scale(1.12); }
.offer-grid a:hover::before, .offer-grid a:focus-visible::before { background: linear-gradient(180deg, rgba(18,18,17,.04) 20%, rgba(18,18,17,.94) 100%); }
.offer-grid a:hover::after, .offer-grid a:focus-visible::after { background: var(--white); color: var(--ink); transform: translate(.12rem, -.12rem); }
.offer-grid a:hover .offer-image, .offer-grid a:focus-visible .offer-image { transform: scale(1.035); }
.offer-grid a:nth-child(3):hover .offer-image, .offer-grid a:nth-child(3):focus-visible .offer-image { transform: scale(1.155); }
.offer-grid span { margin-bottom: 1.2rem; color: var(--sun); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.offer-grid strong { margin: 0 0 .8rem; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 3.7rem); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.offer-grid small { font-size: .96rem; }
.section-lead { max-width: 42rem; margin: 1.5rem 0 0; color: rgba(255,253,249,.72); }
.voice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 4rem; background: var(--line-light); }
.voice-card { min-width: 0; background: var(--ink); }
.video-poster { position: relative; width: 100%; aspect-ratio: .75; display: block; padding: 0; overflow: hidden; border: 0; background: var(--ink-soft); color: var(--white); cursor: pointer; }
.video-poster picture, .video-poster img { display: block; width: 100%; height: 100%; }
.video-poster img { object-fit: cover; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,20,19,.64), transparent 52%); }
.play-mark { position: absolute; z-index: 1; left: 1.25rem; bottom: 1.25rem; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.75); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.inline-video { width: 100%; aspect-ratio: .75; display: block; background: #000; object-fit: contain; }
.voice-photo { aspect-ratio: .75; display: block; overflow: hidden; background: var(--ink-soft); }
.voice-photo img { width: 100%; height: 100%; object-fit: cover; }
.voice-photo-michael img { object-position: center 33%; }
.voice-photo-frederik img { object-position: center 30%; }
.voice-copy { padding: 1.7rem 1.4rem 2.3rem; }
.voice-copy h3 { margin: 0 0 .35rem; font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.voice-context { min-height: 3.2em; margin: 0; color: rgba(255,253,249,.62); font-size: .8rem; }
.voice-copy .voice-quote { margin: 1.5rem 0 0; color: var(--rose-pale); font-family: var(--body); font-size: 1.05rem; font-weight: 500; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.voice-copy .voice-quote-long { font-size: .96rem; }
.faq-layout { display: grid; grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; padding: 1.5rem 2.5rem 1.5rem 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 1.25rem; color: var(--clay); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 42rem; margin: 0; padding: 0 2rem 1.8rem 0; }
.form-layout { display: grid; grid-template-columns: minmax(16rem, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.application-form { display: grid; gap: 1.35rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .5rem; }
.field label { font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.field label span { font-weight: 500; letter-spacing: 0; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.4rem; padding: .8rem .9rem; border: 1px solid rgba(32,32,31,.5); border-radius: 0; background: rgba(255,253,249,.55); color: var(--ink); }
.field textarea { min-height: 9rem; resize: vertical; }
.field small { font-size: .82rem; }
.field [aria-invalid="true"] { border-color: #7f1d1d; box-shadow: 0 0 0 2px rgba(127,29,29,.2); }
.consent { display: grid; grid-template-columns: 1.25rem 1fr; gap: .75rem; align-items: start; font-size: .9rem; }
.consent input { width: 1.1rem; height: 1.1rem; margin-top: .18rem; accent-color: var(--clay); }
.application-form .button { width: fit-content; }
.form-status { min-height: 1.5em; margin: 0; font-size: .88rem; font-weight: 700; }
.site-footer { padding: 3rem 1rem; border-top: 1px solid var(--line-light); background: var(--ink); color: var(--white); }
.footer-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 1.5rem 3rem; align-items: start; }
.site-footer p { margin: 0; font-size: .82rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.5rem; }
.site-footer nav a, .site-footer address { font-size: .75rem; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.site-footer address { grid-column: 1 / -1; }
.site-footer a { text-underline-offset: .2rem; }
.page-main { background: var(--paper); color: var(--ink); }
.page-intro { padding: clamp(4rem, 8vw, 8rem) 1rem; background: var(--rose-pale); }
.page-intro-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.page-intro .display { max-width: 650px; }
.page-intro-copy > p:not(.eyebrow) { max-width: 40rem; }
.page-intro picture { min-height: 34rem; overflow: hidden; }
.page-intro picture img { height: 100%; min-height: 34rem; object-fit: cover; object-position: center 20%; }
.page-hero { position: relative; min-height: 31rem; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); isolation: isolate; }
.page-hero-media, .page-hero-media img, .page-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero-media img { object-fit: cover; object-position: center 27%; }
.one-hero .page-hero-media img { object-position: center 35%; }
.retreat-hero .page-hero-media img { object-position: center 68%; }
.page-hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(20,20,19,.94), rgba(20,20,19,.54) 58%, rgba(20,20,19,.2)); }
.page-hero-inner { position: relative; z-index: 2; width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: 5rem 0; }
.page-hero .display { max-width: 740px; }
.page-subtitle { margin: 1.5rem 0 0; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.content-stack { width: min(900px, 100%); margin: 0 auto; }
.content-stack > section { padding: clamp(4rem, 8vw, 7rem) 0; border-bottom: 1px solid var(--line-dark); }
.content-stack > section:last-child { border-bottom: 0; }
.content-stack h2 { margin: 0 0 2rem; font-family: var(--display); font-size: clamp(2.3rem, 5vw, 4rem); line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.content-stack h3 { font-family: var(--display); font-size: 1.6rem; text-transform: uppercase; }
.content-stack p { max-width: 46rem; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.format-stack { border-top: 1px solid var(--line-dark); }
.format-stack article { display: grid; grid-template-columns: minmax(13rem, .58fr) minmax(0, 1.42fr); gap: 3rem; padding: 2rem 0; border-bottom: 1px solid var(--line-dark); }
.format-stack h3, .format-stack p { margin: 0; }
.off-mat { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; }
.off-mat picture { min-height: 32rem; overflow: hidden; }
.off-mat picture img { height: 100%; min-height: 32rem; object-fit: cover; object-position: center 60%; }
.page-cta { padding: 4rem 1rem 6rem; background: var(--paper); color: var(--ink); text-align: center; }
.legal-page { min-height: 70vh; padding: clamp(5rem, 10vw, 9rem) 1rem; background: var(--paper); color: var(--ink); }
.legal-inner { width: min(820px, 100%); margin: 0 auto; }
.legal-inner h1 { margin-bottom: 3rem; }
.thank-you { min-height: calc(100svh - 76px); display: grid; place-items: center; padding: 4rem 1rem; background: var(--rose-pale); color: var(--ink); }
.thank-you-inner { width: min(820px, 100%); }
.thank-you p { max-width: 42rem; font-size: 1.2rem; }
.application-page { padding: clamp(5rem, 10vw, 9rem) 1rem; background: var(--rose-pale); color: var(--ink); }
.application-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.application-intro { position: sticky; top: 8rem; }
.application-intro > p:not(.eyebrow) { max-width: 34rem; }
@media (max-width: 780px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 76px 0 auto 0; display: none; padding: 1.5rem 1rem 2rem; flex-direction: column; align-items: stretch; gap: .25rem; background: var(--ink); border-bottom: 1px solid var(--line-light); }
  .menu-open .main-nav { display: flex; }
  .main-nav a { padding: .85rem 0; font-size: .9rem; }
  .nav-cta { margin-top: .4rem; text-align: center; }
  .hero h1 { max-width: none; font-size: clamp(2.35rem, 10.4vw, 4.8rem); letter-spacing: -.045em; }
  .hero-last-word { white-space: nowrap; }
  .hero-shade { background: linear-gradient(0deg, rgba(20,20,19,.93) 0%, rgba(20,20,19,.35) 68%, rgba(20,20,19,.08) 100%); }
  .hero-inner { padding: 13rem 0 3.5rem; }
  .section { padding-block: 4.5rem; }
  .split-intro, .portrait-layout, .faq-layout, .form-layout, .page-intro-inner { grid-template-columns: 1fr; }
  .copy-column { padding: 2rem 0 0; border-top: 1px solid var(--line-light); border-left: 0; }
  .portrait-layout picture, .portrait-layout picture img, .page-intro picture, .page-intro picture img { min-height: 28rem; }
  .portrait-layout picture { order: -1; }
  .fit-grid, .field-grid, .two-columns, .off-mat { grid-template-columns: 1fr; }
  .fit-grid h3 { min-height: 0; }
  .method-grid, .offer-grid, .voice-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: 0; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .method-grid article:last-child { border-bottom: 0; }
  .method-grid .number { margin-bottom: 1.5rem; }
  .process-list article { grid-template-columns: 3rem 1fr; gap: 1rem; }
  .offer-grid a { min-height: 30rem; }
  .voice-grid { background: transparent; gap: 3rem; }
  .voice-context { min-height: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer address { grid-column: auto; }
  .page-hero { min-height: 29rem; }
  .page-hero .display { font-size: clamp(3.2rem, 15vw, 5rem); }
  .page-hero-media img { object-position: 55% 24%; }
  .one-hero .page-hero-media img { object-position: 45% 35%; transform: scale(1.32); }
  .retreat-hero .page-hero-media img { object-position: 58% 68%; }
  .content-stack { padding-inline: 1rem; }
  .format-stack article { grid-template-columns: 1fr; gap: .75rem; }
  .off-mat picture { min-height: 27rem; }
  .off-mat picture img { min-height: 27rem; }
  .application-inner { grid-template-columns: 1fr; }
  .application-intro { position: static; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
