@font-face {
  font-family: "UBC Vincent";
  src: url("assets/ubc-vincent.woff") format("woff");
  font-display: swap;
}

:root {
  --ink: #08090d;
  --ink-soft: #171922;
  --paper: #f4f2ef;
  --white: #ffffff;
  --muted: #686872;
  --line: #d8d6d2;
  --lavender: #c8bdff;
  --lavender-deep: #a999fa;
  --ice: #b7c8ff;
  --display: "UBC Vincent", "Arial Narrow", sans-serif;
  --body: "Avenir Next", "Helvetica Neue", sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-soft);
  background: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 110px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--lavender); color: var(--ink); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
input.cr-nope { display: none !important; }

.topbar { background: #000; color: #bdbdc2; font-size: 12px; }
.topbar__inner { min-height: 47px; display: flex; align-items: center; justify-content: space-between; }
.topbar nav { display: flex; gap: 20px; }
.topbar a { text-decoration: none; }
.brandbar { min-height: 145px; display: flex; align-items: center; justify-content: space-between; }
.brandbar img { width: 115px; height: 115px; }
.brandbar p { margin: 0; text-align: right; font-size: 13px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; color: #76767d; }
.mainnav { background: white; border-bottom: 1px solid #ecebec; }
.mainnav .shell { display: flex; }
.mainnav a { min-height: 58px; padding: 0 24px; display: flex; align-items: center; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; font-family: var(--display); font-size: 15px; border-left: 1px solid #ecebec; }
.mainnav a:last-child { border-right: 1px solid #ecebec; }
.mainnav a:hover, .mainnav a[aria-current="page"] { background: var(--lavender); color: var(--ink); }

.hero { min-height: 720px; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; color: white; background: var(--ink); }
.hero__image { position: absolute; inset: 0; z-index: -3; background: url("assets/damen-hero.webp") center / cover no-repeat; transform: scale(1.015); }
.hero__wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,5,9,.96) 0%, rgba(4,5,9,.76) 37%, rgba(4,5,9,.12) 72%, rgba(4,5,9,.25) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; pointer-events: none; background-image: radial-gradient(circle, white 0 1px, transparent 1.4px); background-size: 8px 8px; mask-image: linear-gradient(110deg, #000 0 36%, transparent 72%); }
.hero__content { padding-block: 88px; }
.eyebrow, .kicker { margin: 0 0 20px; font-family: var(--display); font-size: 16px; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: var(--lavender); }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(70px, 9vw, 132px); line-height: .78; letter-spacing: -.018em; text-transform: uppercase; font-weight: 400; }
.hero h1 span { color: var(--lavender); }
.hero__lead { max-width: 650px; margin: 34px 0 0; font-size: clamp(18px, 2vw, 24px); line-height: 1.38; }
.hero__actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; border: 0; border-radius: 0; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--accent { background: var(--lavender); color: var(--ink); }
.button--accent:hover { background: var(--ice); }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: #2a2d39; }
.button--outline { color: white; border: 1px solid rgba(255,255,255,.6); background: transparent; }
.button--outline:hover { background: white; color: var(--ink); }
.text-link { color: white; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero__marker { position: absolute; right: 24px; bottom: 26px; font-family: var(--display); font-size: 14px; letter-spacing: .14em; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,255,255,.6); }
.court-line { position: absolute; z-index: -1; border: 2px solid rgba(200,189,255,.28); border-radius: 50%; pointer-events: none; }
.court-line--one { width: 560px; height: 560px; right: -200px; bottom: -230px; }
.court-line--two { width: 260px; height: 260px; left: 43%; top: -160px; }
.reveal { animation: rise .65s both cubic-bezier(.2,.75,.25,1); }
.reveal--2 { animation-delay: .08s; }
.reveal--3 { animation-delay: .16s; }
.reveal--4 { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.intro { display: grid; grid-template-columns: 70px 1fr 1.05fr; gap: 50px; align-items: start; }
.section-number { padding-top: 9px; border-top: 4px solid var(--ink); font-family: var(--display); font-size: 17px; }
.kicker { color: #696973; }
.kicker--light { color: var(--lavender); }
h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 6vw, 78px); line-height: .95; font-weight: 400; text-transform: uppercase; letter-spacing: -.01em; }
.intro__copy { padding-top: 39px; max-width: 560px; }
.intro__copy p { margin: 0 0 22px; }
.lead { font-size: 23px; line-height: 1.4; }

.routes { position: relative; background: var(--ink); color: white; overflow: hidden; }
.routes::before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(30deg, transparent 0 49%, white 49.3% 49.8%, transparent 50.1%); background-size: 70px 120px; }
.routes .shell { position: relative; }
.routes__head { max-width: 690px; }
.routes__head > p:last-child { max-width: 550px; margin: 26px 0 0; color: #c4c4ca; font-size: 19px; }
.routes__grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #3b3d46; }
.route { min-height: 340px; padding: 30px; display: flex; flex-direction: column; text-decoration: none; color: var(--ink); border-right: 1px solid var(--ink); transition: transform .25s ease, filter .25s ease; }
.route:last-child { border-right: 0; }
.route:hover { transform: translateY(-8px); filter: brightness(1.04); }
.route--lavender { background: var(--lavender); }
.route--white { background: var(--white); }
.route--blue { background: var(--ice); }
.route__number { font-family: var(--display); font-size: 14px; }
.route__label { margin-top: 65px; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.route strong { margin-top: 12px; font-family: var(--display); font-size: 35px; line-height: 1.03; font-weight: 400; text-transform: uppercase; }
.route__cta { margin-top: auto; padding-top: 26px; font-weight: 700; }

.voices { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 0; }
.voices__title { grid-column: 1 / -1; margin-bottom: 60px; }
.voice { padding: 35px; border-top: 4px solid var(--ink); border-right: 1px solid var(--line); }
.voice:last-child { border-right: 0; }
.voice blockquote { margin: 0; font-family: var(--display); font-size: 28px; line-height: 1.18; text-transform: uppercase; }
.voice--large { background: var(--lavender); border-top-color: var(--lavender-deep); }
.voice--large blockquote { font-size: 36px; }
.voice p { margin: 42px 0 0; font-size: 14px; line-height: 1.45; }

.help { background: var(--ink-soft); color: white; }
.help__grid { display: grid; grid-template-columns: .8fr 1.4fr; gap: 70px; align-items: start; }
.help__intro { position: sticky; top: 40px; }
.help__intro h2 { max-width: 500px; }
.help__intro > p:not(.kicker) { color: #d0d0d5; }
.help__intro .lead { margin: 30px 0 14px; color: white !important; }
.help__promise { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 8px; }
.help__promise span { padding: 7px 11px; border: 1px solid #4b4d58; font-size: 13px; }
.help__promise strong { flex-basis: 100%; margin-top: 10px; color: var(--lavender); }
.form-card { padding: 42px; color: var(--ink-soft); background: white; }
fieldset { margin: 0 0 36px; padding: 0; border: 0; }
legend { padding: 0; font-family: var(--display); font-size: 29px; line-height: 1.1; text-transform: uppercase; }
.form-hint, .form-note { margin: 5px 0 18px; color: var(--muted); font-size: 14px; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.option { min-height: 170px; padding: 18px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); cursor: pointer; transition: border-color .2s, background .2s; }
.option:hover { border-color: #9182e7; }
.option:has(input:checked) { border-color: var(--lavender-deep); background: #f1eeff; box-shadow: inset 0 0 0 1px var(--lavender-deep); }
.option input { position: absolute; opacity: 0; }
.option__mark { align-self: flex-end; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #aaaab1; font-size: 19px; }
.option:has(input:checked) .option__mark { background: var(--ink); border-color: var(--ink); color: white; }
.option strong { margin-top: auto; font-size: 16px; }
.option small { margin-top: 5px; color: var(--muted); line-height: 1.4; }
.radio-row { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.radio-row label { padding: 9px 13px; border: 1px solid var(--line); cursor: pointer; }
.radio-row label:has(input:checked) { background: var(--lavender); border-color: var(--lavender); }
.radio-row input { accent-color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-card > label, .field-row label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; font-weight: 700; font-size: 14px; }
.form-card label > span { font-weight: 400; color: var(--muted); }
input[type="text"], input[type="email"], textarea { width: 100%; border: 1px solid #bdbcc2; border-radius: 0; background: white; padding: 13px 14px; color: var(--ink); }
input:focus, textarea:focus { outline: 3px solid rgba(200,189,255,.7); outline-offset: 1px; border-color: var(--ink); }
.checkline { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 11px !important; font-weight: 400 !important; font-size: 13px !important; line-height: 1.5; }
.checkline input { margin-top: 4px; accent-color: var(--ink); }
.checkline a { text-underline-offset: 3px; }
.form-status { min-height: 1.5em; margin: 12px 0 0; font-weight: 700; color: #415fd5; }
.form-status.is-error { color: #a51f2d; }
.form-status.is-success { color: #216b42; }
.form-card button[disabled] { opacity: .62; cursor: wait; transform: none; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.newsletter { background: var(--lavender); color: var(--ink); }
.newsletter__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: end; }
.newsletter__grid p { max-width: 540px; }
.newsletter-form__fields { display: flex; }
.newsletter-form__fields input { min-width: 0; flex: 1; min-height: 60px; border: 0; padding-inline: 18px; }
.newsletter-form__fields .button { min-height: 60px; background: var(--ink); color: white; }
.newsletter-form .checkline { margin-top: 14px; }
.newsletter-placeholder { padding: 26px; border: 1px dashed rgba(8,9,13,.55); background: rgba(255,255,255,.22); }
.newsletter-placeholder strong { display: block; font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.newsletter-placeholder p { margin: 12px 0 0; font-size: 14px; }
.newsletter__share { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(8,9,13,.32); display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; }
.copy-link { padding: 0 0 4px; border: 0; border-bottom: 2px solid var(--ink); background: transparent; cursor: pointer; font-weight: 700; }

.support { color: white; background: var(--ink); }
.support__head { margin-bottom: 60px; }
.support__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; }
.support-card { padding: 48px; position: relative; }
.support-card--primary { background: var(--lavender); color: var(--ink); }
.support-card--secondary { min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(150deg, #292b36, #101117); border: 1px solid #3f414a; }
.support-card__tag { position: absolute; top: 0; right: 0; padding: 10px 14px; background: var(--ink); color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.support-card__overline { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
.support-card h3 { margin: 0; font-family: var(--display); font-size: 48px; line-height: 1; text-transform: uppercase; font-weight: 400; }
.support-card__price { display: flex; align-items: baseline; gap: 12px; margin: 30px 0; }
.support-card__price strong { font-family: var(--display); font-size: 68px; line-height: 1; font-weight: 400; }
.support-card__price span { max-width: 120px; font-size: 14px; line-height: 1.3; }
.support-card ul { margin: 28px 0 36px; padding-left: 20px; }
.support-card li { margin-bottom: 8px; }
.support-card--secondary .button { align-self: flex-start; margin-top: 30px; }

.contact { background: white; }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.contact__copy { max-width: 540px; }
.contact__copy > a { display: inline-block; margin: 18px 0 8px; font-family: var(--display); font-size: 38px; text-transform: uppercase; text-underline-offset: 7px; }
.contact__copy small { display: block; color: var(--muted); }
.footer { padding-block: 45px; background: #000; color: #aaaab0; font-size: 13px; }
.footer__grid { display: grid; grid-template-columns: 80px 1fr auto; gap: 22px; align-items: center; }
.footer img { width: 70px; filter: grayscale(1); }
.footer p { margin: 0; }
.footer nav { display: flex; gap: 22px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .topbar, .brandbar p, .mainnav { display: none; }
  .brandbar { min-height: 96px; }
  .brandbar img { width: 76px; height: 76px; }
  .hero { min-height: 690px; }
  .hero__image { background-position: 64% center; }
  .hero__wash { background: linear-gradient(90deg, rgba(4,5,9,.95), rgba(4,5,9,.66)); }
  .section { padding-block: 78px; }
  .intro { grid-template-columns: 50px 1fr; gap: 24px; }
  .intro__copy { grid-column: 2; padding-top: 0; }
  .routes__grid { grid-template-columns: 1fr; }
  .route { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .route:last-child { border-bottom: 0; }
  .route__label { margin-top: 35px; }
  .voices { grid-template-columns: 1fr 1fr; }
  .voice--large { grid-column: 1 / -1; }
  .help__grid, .newsletter__grid, .contact__grid { grid-template-columns: 1fr; }
  .help__intro { position: static; }
  .support__grid { grid-template-columns: 1fr; }
  .newsletter__share { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .hero { min-height: 650px; }
  .hero h1 { font-size: 62px; }
  .hero__lead { font-size: 18px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__marker, .court-line--two { display: none; }
  .section { padding-block: 64px; }
  .intro { display: block; }
  .section-number { width: 40px; margin-bottom: 25px; }
  .intro__copy { margin-top: 28px; }
  h2 { font-size: 49px; }
  .routes__grid { margin-top: 40px; }
  .route strong { font-size: 31px; }
  .voices { display: block; }
  .voice { border-right: 0; }
  .voice--large blockquote, .voice blockquote { font-size: 28px; }
  .help__grid { gap: 42px; }
  .form-card { padding: 25px 18px; }
  .option-grid, .field-row { grid-template-columns: 1fr; }
  .option { min-height: 145px; }
  .radio-row { display: grid; grid-template-columns: 1fr 1fr; }
  .newsletter__grid { gap: 35px; }
  .newsletter-form__fields { display: block; }
  .newsletter-form__fields .button { width: 100%; }
  .support-card { padding: 34px 24px; }
  .support-card h3 { font-size: 40px; }
  .support-card__price strong { font-size: 56px; }
  .contact__copy > a { font-size: 28px; }
  .footer__grid { grid-template-columns: 60px 1fr; }
  .footer nav { 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; }
}
