@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/poppins-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/poppins-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --navy-950: #101c2b;
  --navy-900: #172840;
  --navy-800: #263751;
  --lake-500: #8fa5c3;
  --lake-200: #dce4ef;
  --cream-50: #fcfbf8;
  --cream-100: #f5f0e7;
  --cream-200: #e9e0d1;
  --gold-400: #e8bd6c;
  --gold-500: #d7aa52;
  --ink: #1b2734;
  --muted: #5c6874;
  --white: #fff;
  --danger: #a82828;
  --success: #23613f;
  --shadow-sm: 0 10px 28px rgb(16 28 43 / 9%);
  --shadow-lg: 0 28px 70px rgb(16 28 43 / 18%);
  --serif: "Playfair Display", Georgia, serif;
  --sans: Poppins, Arial, sans-serif;
  --page: min(1160px, calc(100% - 40px));
  --header-height: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-50);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgb(16 28 43 / 2%) 1px, transparent 1px), linear-gradient(90deg, rgb(16 28 43 / 2%) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--navy-800);
}

h1,
h2,
h3,
p,
ul,
ol,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy-900);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  letter-spacing: -0.04em;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.15rem, 4.2vw, 4.25rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1.2rem;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--navy-950);
  background: var(--gold-400);
  transform: translateY(-150%);
}

.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;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--page);
  margin-inline: auto;
}

.narrow {
  width: min(760px, 100%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  color: var(--navy-800);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentcolor;
  content: "";
}

.eyebrow--light {
  color: var(--gold-400);
}

.lede {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.75;
}

.small,
.fine-print {
  font-size: 0.84rem;
  line-height: 1.65;
}

.fine-print {
  color: var(--muted);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button-row--center {
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.86rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--navy-950);
  background: var(--gold-400);
  box-shadow: 0 9px 24px rgb(232 189 108 / 22%);
}

.button--primary:hover {
  background: #f0cc85;
}

.button--dark {
  color: var(--white);
  background: var(--navy-900);
}

.button--dark:hover {
  background: var(--navy-800);
}

.button--outline {
  color: var(--navy-900);
  border-color: var(--navy-900);
  background: transparent;
}

.button--outline:hover {
  color: var(--white);
  background: var(--navy-900);
}

.button--ghost {
  color: var(--white);
  border-color: rgb(255 255 255 / 50%);
}

.button--ghost:hover {
  color: var(--navy-950);
  background: var(--white);
}

.button--wide {
  width: 100%;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-height);
  color: var(--white);
  background: rgb(16 28 43 / 97%);
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  backdrop-filter: blur(14px);
}

.nav-shell {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 142px;
  aspect-ratio: 512 / 121;
  max-height: 54px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 25%);
  color: var(--white);
  background: transparent;
}

.nav-toggle svg {
  width: 24px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links > li > a:not(.button) {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgb(255 255 255 / 84%);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links > li > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--gold-400);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links > li > a[aria-current="page"]::after,
.nav-links > li > a:not(.button):hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: calc(92vh - var(--header-height));
  display: grid;
  align-items: end;
  overflow: clip;
  color: var(--white);
  background: var(--navy-950);
}

.hero--compact {
  min-height: 62vh;
}

.hero__media,
.hero__media::after {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__media::after {
  background: linear-gradient(90deg, rgb(10 20 33 / 89%) 0%, rgb(10 20 33 / 64%) 48%, rgb(10 20 33 / 20%) 100%), linear-gradient(0deg, rgb(10 20 33 / 60%), transparent 55%);
  content: "";
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding-block: clamp(5rem, 11vw, 9rem);
}

.hero h1,
.hero .lede {
  color: var(--white);
}

.hero .lede {
  max-width: 650px;
  color: rgb(255 255 255 / 84%);
}

.hero__note {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.3rem;
  color: rgb(255 255 255 / 69%);
  font-size: 0.78rem;
}

.hero__note::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  content: "";
}

.section {
  padding-block: clamp(5rem, 10vw, 9rem);
}

.section--tight {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.section--cream {
  background: var(--cream-100);
}

.section--navy {
  color: rgb(255 255 255 / 78%);
  background: var(--navy-900);
}

.section--navy h2,
.section--navy h3,
.section--navy .lede {
  color: var(--white);
}

.section--lake {
  background: var(--lake-200);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.3rem, 5vw, 4.5rem);
}

.section-head > :first-child {
  max-width: 760px;
}

.section-head p:last-child {
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.split--wide-media {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
}

.split--reverse > :first-child {
  order: 2;
}

.media-frame {
  position: relative;
  overflow: hidden;
  background: var(--lake-200);
  box-shadow: var(--shadow-lg);
}

.media-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 35%);
  content: "";
  pointer-events: none;
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.media-frame--landscape img {
  min-height: 340px;
  aspect-ratio: 16 / 10;
}

.media-caption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.project-card {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-900);
  text-decoration: none;
}

.project-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(12 23 37 / 94%) 0%, rgb(12 23 37 / 16%) 70%);
  content: "";
}

.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.project-card:hover img {
  transform: scale(1.035);
}

.project-card__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(1.5rem, 4vw, 2.7rem);
}

.project-card h3 {
  margin-bottom: 0.4rem;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3rem);
}

.project-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin-bottom: 1.4rem;
  color: rgb(255 255 255 / 75%);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-link::after {
  content: "→";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.fact-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  color: var(--white);
  background: var(--navy-900);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact-grid li {
  min-height: 150px;
  padding: 2rem;
  border-right: 1px solid rgb(255 255 255 / 12%);
}

.fact-grid li:last-child {
  border-right: 0;
}

.fact-grid strong,
.fact-grid span {
  display: block;
}

.fact-grid strong {
  margin-bottom: 0.45rem;
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1.1;
}

.fact-grid span {
  color: rgb(255 255 255 / 72%);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--cream-200);
  border: 1px solid var(--cream-200);
}

.step {
  min-height: 330px;
  padding: clamp(1.8rem, 4vw, 3rem);
  background: var(--cream-50);
}

.step__number {
  display: block;
  margin-bottom: 4rem;
  color: var(--lake-500);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.audience-card {
  min-height: 440px;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--cream-200);
  background: var(--cream-50);
  box-shadow: var(--shadow-sm);
}

.audience-card:nth-child(2) {
  background: var(--lake-200);
}

.audience-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 3.5rem;
  border: 1px solid var(--navy-900);
  border-radius: 50%;
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.check-list {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.65rem;
  border-bottom: 1px solid rgb(23 40 64 / 12%);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold-500);
  content: "•";
}

.agent-panel,
.cta-panel {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-900);
}

.agent-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: stretch;
}

.agent-panel__content {
  padding: clamp(2.5rem, 7vw, 6rem);
}

.agent-panel h2,
.agent-panel h3,
.cta-panel h2 {
  color: var(--white);
}

.agent-panel__media {
  min-height: 520px;
}

.agent-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2.5rem, 6vw, 5rem);
}

.cta-panel::before {
  position: absolute;
  top: -120px;
  right: 12%;
  width: 330px;
  height: 330px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
  content: "";
}

.cta-panel > * {
  position: relative;
}

.quote {
  margin: 0;
  padding-left: clamp(1.5rem, 4vw, 3rem);
  border-left: 2px solid var(--gold-400);
}

.quote p {
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-style: italic;
  line-height: 1.3;
}

.status-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border: 1px solid currentcolor;
  border-radius: 999px;
  color: var(--lake-500);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding-top: 0.6rem;
  color: var(--muted);
  font-size: 0.74rem;
}

.details-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cream-200);
  list-style: none;
}

.details-list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--cream-200);
}

.details-list strong {
  color: var(--navy-900);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq {
  border-top: 1px solid var(--cream-200);
}

.faq details {
  border-bottom: 1px solid var(--cream-200);
}

.faq summary {
  position: relative;
  padding: 1.6rem 3rem 1.6rem 0;
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: 1.35rem;
  list-style: none;
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  font-family: var(--sans);
  content: "+";
  transform: translateY(-50%);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details > div {
  max-width: 760px;
  padding: 0 0 1.6rem;
  color: var(--muted);
}

.registration-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
}

.registration-intro {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.form-card {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid var(--cream-200);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.form-field {
  min-width: 0;
}

.form-field--full {
  grid-column: 1 / -1;
}

label,
legend {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--navy-900);
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.required {
  color: var(--danger);
}

.optional {
  color: var(--muted);
  font-weight: 400;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.78rem 0.9rem;
  border: 1px solid #aeb6be;
  border-radius: 0;
  background: var(--cream-50);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--navy-800);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--navy-900);
  outline: 3px solid rgb(232 189 108 / 45%);
}

.checkbox-field {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0.8rem;
  align-items: start;
}

.checkbox-field input {
  width: 22px;
  min-height: 22px;
  margin-top: 0.15rem;
}

.checkbox-field label {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
}

.form-help {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.form-status {
  margin-bottom: 1.2rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid currentcolor;
}

.form-status[hidden] {
  display: none;
}

.form-status--error {
  color: var(--danger);
  background: #fff2f2;
}

.form-status--success {
  color: var(--success);
  background: #eef9f2;
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-card {
  min-height: 250px;
  padding: 2rem;
  border: 1px solid var(--cream-200);
  background: var(--white);
}

.contact-card p:last-child {
  margin-bottom: 0;
}

.legal-copy h2 {
  margin-top: 3rem;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.legal-copy h3 {
  margin-top: 2rem;
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 600;
}

.legal-copy ul {
  padding-left: 1.3rem;
}

.site-footer {
  padding: 4.5rem 0 2rem;
  color: rgb(255 255 255 / 68%);
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
}

.footer-brand img {
  width: 160px;
  aspect-ratio: 512 / 121;
  margin-bottom: 1.4rem;
  object-fit: contain;
}

.footer-brand p {
  max-width: 450px;
}

.footer-title {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 0.55rem;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 10%);
  font-size: 0.76rem;
}

.mobile-cta {
  display: none;
}

.empty-state {
  min-height: 65vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.empty-state__content {
  max-width: 720px;
}

.empty-state__code {
  margin-bottom: 1rem;
  color: var(--lake-500);
  font-family: var(--serif);
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 1;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.motion-ready [data-reveal="left"] {
  transform: translateX(-28px);
}

.motion-ready [data-reveal="right"] {
  transform: translateX(28px);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready [data-reveal-delay="1"] {
  transition-delay: 100ms;
}

.motion-ready [data-reveal-delay="2"] {
  transition-delay: 200ms;
}

.motion-ready [data-reveal-delay="3"] {
  transition-delay: 300ms;
}

/* Portfolio navigation */
.nav-projects {
  position: relative;
}

.nav-projects summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgb(255 255 255 / 84%);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-projects summary::-webkit-details-marker {
  display: none;
}

.nav-projects summary svg {
  width: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.75;
}

.nav-projects summary::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--gold-400);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-projects[open] summary::after,
.nav-projects summary[aria-current="page"]::after,
.nav-projects summary:hover::after {
  transform: scaleX(1);
}

.project-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: min(320px, 86vw);
  margin: 0;
  padding: 0.65rem;
  border: 1px solid rgb(255 255 255 / 11%);
  background: var(--navy-950);
  box-shadow: var(--shadow-lg);
  list-style: none;
  transform: translateX(-50%);
}

.project-menu a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0.65rem 0.8rem;
  color: rgb(255 255 255 / 78%);
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  text-decoration: none;
  font-size: 0.82rem;
}

.project-menu li:last-child a {
  border-bottom: 0;
}

.project-menu a:hover,
.project-menu a[aria-current="page"] {
  color: var(--white);
  background: rgb(255 255 255 / 6%);
}

/* Accessible, progressively loaded hero slideshow */
.hero-slideshow [data-slide-panel] {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1100ms ease, transform 8s linear;
  transform: scale(1.015);
}

.hero-slideshow [data-slide-panel].is-active {
  opacity: 1;
  transform: scale(1.045);
}

.slideshow-controls {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.2rem 0.45rem;
  color: var(--white);
  border-radius: 999px;
  background: rgb(16 28 43 / 46%);
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
}

.slideshow-controls button {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 50%;
  color: inherit;
  background: transparent;
  font-size: 0.72rem;
}

.slideshow-controls [data-slide] {
  min-width: 44px;
  color: transparent;
}

.slideshow-controls [data-slide]::before {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  border-radius: 50%;
  background: rgb(255 255 255 / 48%);
  content: "";
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.slideshow-controls [data-slide][aria-current="true"]::before {
  width: 10px;
  height: 10px;
  background: var(--gold-400);
  box-shadow: 0 0 0 4px rgb(232 189 108 / 18%);
  transform: scale(1.05);
}

.slideshow-controls [data-slideshow-toggle] {
  padding-inline: 0.75rem;
}

/* Scroll-led development story: one site evolving through four moments. */
.art-story {
  color: rgb(255 255 255 / 76%);
  background: var(--navy-950);
  overflow: clip;
}

.art-story h2,
.art-story h3,
.art-story .lede {
  color: var(--white);
}

.art-story__intro {
  max-width: 920px;
  padding-block: clamp(5rem, 10vw, 9rem) clamp(3rem, 6vw, 5rem);
}

.story-journey {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.story-journey__visual {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  height: min(72vh, 720px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgb(255 255 255 / 14%);
  background: #1b2a35;
  box-shadow: 0 32px 90px rgb(0 0 0 / 34%);
}

.story-journey__visual::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, transparent 55%, rgb(8 18 29 / 42%));
  content: "";
  pointer-events: none;
}

.story-frame {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 900ms ease, transform 1800ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.story-frame.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.story-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-journey__progress {
  position: absolute;
  z-index: 4;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  gap: 0.5rem;
}

.story-journey__progress span {
  width: 7px;
  height: 7px;
  border: 1px solid rgb(255 255 255 / 68%);
  border-radius: 50%;
  background: rgb(16 28 43 / 32%);
  transition: background-color 300ms ease, transform 300ms ease;
}

.story-journey__progress span.is-active {
  background: var(--gold-400);
  border-color: var(--gold-400);
  box-shadow: 0 0 0 5px rgb(232 189 108 / 14%);
  transform: scale(1.18);
}

.story-chapter {
  min-height: 72vh;
  display: grid;
  align-content: center;
  padding-block: clamp(3rem, 8vw, 7rem);
  border-top: 1px solid rgb(255 255 255 / 12%);
  transition: border-color 450ms ease;
}

.story-chapter:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.story-chapter.is-active {
  border-top-color: rgb(232 189 108 / 66%);
}

.story-chapter__number {
  display: block;
  margin-bottom: 1.35rem;
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 1.55rem;
}

.story-chapter p:not(.eyebrow) {
  max-width: 510px;
}

.story-chapter .text-link {
  justify-self: start;
  margin-top: 1rem;
}

html:not(.js) .story-journey__visual {
  position: relative;
  top: auto;
  height: min(62vw, 650px);
}

html:not(.js) .story-chapter {
  min-height: 0;
  opacity: 1;
}

/* Project stories and location maps */
.project-showcase {
  overflow: hidden;
}

.project-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, 0.86fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-bottom: 1px solid var(--cream-200);
}

.project-feature > *,
.project-feature__media,
.project-feature__media + div,
.project-detail {
  min-width: 0;
}

.project-feature h3,
.project-feature p,
.project-detail span {
  overflow-wrap: anywhere;
}

.project-feature:nth-child(even) .project-feature__media {
  order: 2;
}

.project-feature__media {
  position: relative;
}

.project-feature__image {
  overflow: hidden;
  background: var(--lake-200);
  box-shadow: var(--shadow-lg);
}

.project-feature__image img {
  width: 100%;
  min-height: 470px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.project-feature:hover .project-feature__image img {
  transform: scale(1.025);
}

.location-map {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: min(240px, 48%);
  padding: 1rem;
  color: var(--navy-900);
  border: 1px solid var(--cream-200);
  background: rgb(252 251 248 / 94%);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
  margin: 0;
}

.location-map svg {
  width: 100%;
  height: auto;
}

.location-map__province {
  fill: var(--lake-200);
  stroke: var(--lake-500);
  stroke-width: 2;
  stroke-linejoin: round;
}

.location-map__route {
  fill: none;
  stroke: var(--navy-800);
  stroke-dasharray: 5 7;
  stroke-width: 1.5;
}

.location-map__pin {
  fill: var(--navy-800);
  opacity: 0.3;
}

.location-map__pin.is-active {
  fill: var(--gold-500);
  opacity: 1;
  transform-box: fill-box;
  transform-origin: center;
  animation: map-pulse 2.2s ease-out infinite;
}

.location-map figcaption {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes map-pulse {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.45); }
}

[data-intent="project_registration"] {
  animation: register-attention 3.4s ease-out infinite;
}

@keyframes register-attention {
  0%, 58%, 100% { box-shadow: 0 0 0 0 rgb(232 189 108 / 0%); }
  68% { box-shadow: 0 0 0 0 rgb(232 189 108 / 28%); }
  86% { box-shadow: 0 0 0 8px rgb(232 189 108 / 0%); }
}

.project-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.project-kicker li {
  padding: 0.35rem 0.65rem;
  color: var(--navy-800);
  border: 1px solid var(--cream-200);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.project-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.project-detail {
  min-height: 150px;
  padding: 1.4rem;
  border: 1px solid var(--cream-200);
  background: var(--cream-50);
}

.project-detail strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.project-detail span {
  color: var(--muted);
  font-size: 0.84rem;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  background: var(--lake-200);
}

.testimonial-section::before {
  position: absolute;
  top: -2rem;
  left: 4vw;
  color: rgb(23 40 64 / 8%);
  font-family: var(--serif);
  font-size: clamp(14rem, 28vw, 28rem);
  line-height: 1;
  content: "“";
}

.testimonial-section .quote {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
}

/* Project-page animation building blocks */
.plan-story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.plan-story__visual {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  box-shadow: var(--shadow-lg);
}

.plan-story__visual img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 8s ease-out;
}

.motion-ready [data-reveal].is-visible .plan-story__visual img,
.plan-story__visual:hover img {
  transform: scale(1.05);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

.plan-orbit {
  position: absolute;
  border: 1px solid rgb(232 189 108 / 68%);
  border-radius: 50%;
  opacity: 0.75;
  animation: orbit-breathe 3.6s ease-in-out infinite;
}

.plan-orbit--one { top: 18%; left: 24%; width: 22%; aspect-ratio: 1; }
.plan-orbit--two { right: 13%; bottom: 18%; width: 18%; aspect-ratio: 1; animation-delay: 900ms; }

@keyframes orbit-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgb(232 189 108 / 28%); transform: scale(0.9); }
  50% { box-shadow: 0 0 0 18px rgb(232 189 108 / 0%); transform: scale(1); }
}

.nearby-grid,
.phase-grid,
.stay-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.nearby-card,
.phase-card,
.stay-card {
  position: relative;
  min-height: 260px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  overflow: hidden;
  border: 1px solid var(--cream-200);
  background: var(--cream-50);
}

.nearby-card::before,
.stay-card::before {
  display: block;
  margin-bottom: 2.8rem;
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 2rem;
  content: attr(data-number);
}

.place-features {
  border-top: 1px solid var(--cream-200);
}

.place-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(2.5rem, 8vw, 7rem);
  padding-block: clamp(3.5rem, 8vw, 7rem);
  border-bottom: 1px solid var(--cream-200);
}

.place-feature:nth-child(even) .place-feature__media {
  order: 2;
}

.place-feature__media,
.place-feature__copy {
  min-width: 0;
}

.place-feature__media {
  overflow: hidden;
  background: var(--lake-200);
  box-shadow: var(--shadow-lg);
}

.place-feature__media img {
  width: 100%;
  min-height: 430px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.place-feature:hover .place-feature__media img {
  transform: scale(1.035);
}

.place-feature__number {
  display: block;
  margin-bottom: 1.25rem;
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.phase-card {
  min-height: 330px;
  border-top: 3px solid var(--lake-500);
}

.phase-card--complete {
  border-top-color: var(--success);
}

.phase-card--future {
  border-top-color: var(--gold-500);
}

.video-frame {
  overflow: hidden;
  background: var(--navy-950);
  box-shadow: var(--shadow-lg);
}

.video-frame video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--navy-950);
}

.video-frame__caption {
  margin: 0;
  padding: 1rem 1.25rem;
  color: rgb(255 255 255 / 67%);
  background: var(--navy-950);
  font-size: 0.76rem;
}

.stay-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
  padding-block: clamp(4rem, 8vw, 7rem);
  border-bottom: 1px solid var(--cream-200);
}

.stay-section:nth-child(even) .stay-section__media {
  order: 2;
}

.stay-section__media {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.stay-section__media img {
  width: 100%;
  min-height: 430px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 900ms ease;
}

.stay-section:hover .stay-section__media img {
  transform: scale(1.035);
}

.contact-card h2,
.contact-card a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-card a.contact-card__email {
  display: inline-block;
  max-width: 100%;
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.35vw, 1.2rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.register-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  background: var(--cream-200);
  border: 1px solid var(--cream-200);
}

.register-projects article {
  min-width: 0;
  padding: 1.35rem;
  background: var(--cream-50);
}

.register-projects h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  overflow-wrap: normal;
}

.register-projects p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

@media (max-width: 1080px) {
  .nearby-grid,
  .phase-grid,
  .stay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .register-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  :root {
    --page: min(100% - 32px, 760px);
    --header-height: 72px;
  }

  .js .nav-toggle {
    display: inline-flex;
  }

  .nav-shell {
    position: relative;
  }

  .brand img {
    width: 126px;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: -16px;
    left: -16px;
    display: grid;
    gap: 0;
    padding: 0.8rem 16px 1.4rem;
    background: var(--navy-950);
    box-shadow: var(--shadow-lg);
  }

  .js .nav-links[hidden] {
    display: none;
  }

  .nav-links > li > a:not(.button),
  .nav-links .button {
    width: 100%;
  }

  .nav-links > li > a:not(.button) {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .nav-links .button {
    margin-top: 0.75rem;
  }

  .nav-projects summary {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .nav-projects summary::after {
    display: none;
  }

  .project-menu {
    position: static;
    width: 100%;
    padding: 0 0 0.4rem 0.8rem;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .project-menu a {
    min-height: 44px;
  }

  .split,
  .split--wide-media,
  .registration-layout,
  .agent-panel,
  .project-feature,
  .plan-story,
  .stay-section,
  .place-feature {
    grid-template-columns: 1fr;
  }

  .project-feature:nth-child(even) .project-feature__media,
  .stay-section:nth-child(even) .stay-section__media,
  .place-feature:nth-child(even) .place-feature__media {
    order: initial;
  }

  .story-journey {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .story-journey__visual {
    z-index: 5;
    top: var(--header-height);
    height: 48svh;
  }

  .story-chapter {
    min-height: 58svh;
    padding-inline: clamp(1rem, 7vw, 4rem);
  }

  .split--reverse > :first-child {
    order: initial;
  }

  .registration-intro {
    position: static;
  }

  .fact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact-grid li:nth-child(2) {
    border-right: 0;
  }

  .fact-grid li:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: 0;
  }

  .step__number {
    margin-bottom: 2rem;
  }

  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  :root {
    --page: calc(100% - 28px);
  }

  body {
    padding-bottom: 72px;
  }

  .nav-links {
    right: -14px;
    left: -14px;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.25rem);
  }

  .hero,
  .hero--compact {
    min-height: 72svh;
  }

  .hero__media::after {
    background: linear-gradient(0deg, rgb(10 20 33 / 92%) 0%, rgb(10 20 33 / 42%) 74%, rgb(10 20 33 / 30%) 100%);
  }

  .hero__content {
    padding-block: 5rem 3.8rem;
  }

  .slideshow-controls {
    right: auto;
    bottom: 0.8rem;
    left: 50%;
    padding: 0.3rem;
  }

  .slideshow-controls button {
    min-width: 40px;
    min-height: 40px;
  }

  .button-row {
    display: grid;
  }

  .section-head {
    display: block;
  }

  .section-head .text-link {
    margin-top: 0.8rem;
  }

  .project-grid,
  .audience-grid,
  .gallery-grid,
  .form-grid,
  .contact-grid,
  .footer-grid,
  .nearby-grid,
  .phase-grid,
  .stay-grid,
  .project-details-grid,
  .register-projects {
    grid-template-columns: 1fr;
  }

  .project-feature__image img,
  .plan-story__visual img,
  .stay-section__media img,
  .place-feature__media img {
    min-height: 330px;
  }

  .location-map {
    position: absolute;
    right: 0.65rem;
    bottom: 0.65rem;
    width: 118px;
    padding: 0.4rem;
    margin: 0;
    border-radius: 2px;
  }

  .location-map figcaption {
    display: none;
  }

  .project-card {
    min-height: 470px;
  }

  .media-frame img {
    min-height: 320px;
  }

  .fact-grid li {
    min-height: 125px;
    padding: 1.35rem;
  }

  .audience-card {
    min-height: 0;
  }

  .agent-panel__media {
    min-height: 360px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .details-list li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    display: block;
  }

  .mobile-cta {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: var(--navy-950);
    border-top: 1px solid rgb(255 255 255 / 14%);
    transform: translateY(120%);
    transition: transform 250ms ease;
  }

  .mobile-cta.is-visible {
    transform: translateY(0);
  }

  .mobile-cta .button {
    width: 100%;
  }

  .motion-ready [data-reveal="left"],
  .motion-ready [data-reveal="right"] {
    transform: translateY(28px);
  }

  .motion-ready [data-reveal].is-visible {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .location-map__pin.is-active,
  .plan-orbit,
  [data-intent="project_registration"] {
    animation: none;
  }

  .hero-slideshow [data-slide-panel] {
    transition: none;
    transform: none;
  }
}

.save-data .location-map__pin.is-active,
.save-data .plan-orbit,
.save-data [data-intent="project_registration"] {
  animation: none;
}

.save-data .hero-slideshow [data-slide-panel] {
  transition: none;
  transform: none;
}

.save-data .story-chapter {
  opacity: 1;
}

.save-data .story-journey__progress {
  display: none;
}

@media print {
  .site-header,
  .mobile-cta,
  .button-row,
  .site-footer {
    display: none !important;
  }

  body {
    padding: 0;
    color: #000;
    background: #fff;
  }

  .section {
    padding-block: 2rem;
  }
}
