:root {
  --navy: #05364c;
  --navy-deep: #032938;
  --blue: #1687b5;
  --sky: #d8eef5;
  --cream: #f6f2e9;
  --warm: #e1aa57;
  --ink: #18262d;
  --muted: #607079;
  --white: #fff;
  --line: rgba(5, 54, 76, 0.14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.header-inner { height: 96px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 13px; margin-right: auto; }
.brand img { width: 60px; height: 60px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.brand small { opacity: .74; font-size: 11px; margin-top: 5px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { font-size: 14px; opacity: .88; transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: 1; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; font-size: 14px; font-weight: 700; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 42px; right: 0; width: 210px; padding: 14px; display: grid; background: var(--white); color: var(--navy); border-radius: 10px; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.mobile-menu nav a { padding: 10px 12px; border-radius: 6px; }
.mobile-menu nav a:hover { background: var(--sky); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border-radius: 4px; border: 1px solid transparent; background: var(--navy); color: var(--white); font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue); }
.button-small { min-height: 43px; padding: 0 18px; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.45); }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover { background: var(--warm); color: var(--navy-deep); }
.button-outline-light { background: transparent; border-color: rgba(255,255,255,.52); }
.button-outline-light:hover { background: var(--white); color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.light-link { color: var(--white); }

.hero { position: relative; min-height: 860px; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,29,41,.92) 0%, rgba(2,35,49,.72) 48%, rgba(3,39,55,.36) 100%), linear-gradient(0deg, rgba(1,25,35,.42), transparent 44%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 130px; }
.hero h1 { max-width: 820px; margin: 22px 0 25px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(54px, 7.2vw, 94px); line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin: 0 0 38px; font-size: 19px; line-height: 1.7; color: rgba(255,255,255,.87); }
.eyebrow { margin: 0; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #bfe4f2; }
.hero-quick-info { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); min-height: 105px; display: grid; grid-template-columns: .75fr 1.25fr auto; align-items: center; background: var(--white); color: var(--ink); box-shadow: 0 22px 70px rgba(0,0,0,.18); }
.hero-quick-info > * { min-height: 62px; padding: 0 30px; display: flex; flex-direction: column; justify-content: center; }
.hero-quick-info > * + * { border-left: 1px solid var(--line); }
.hero-quick-info strong { color: var(--navy); font-size: 16px; }
.hero-quick-info > a { color: var(--blue); font-weight: 800; font-size: 13px; flex-direction: row; align-items: center; gap: 8px; white-space: nowrap; }
.quick-label { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }

.section { padding: 130px 0; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
h2 { margin: 16px 0 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.intro-copy { padding-top: 4px; }
.intro-copy p { color: var(--muted); max-width: 650px; }
.intro-copy .lead-copy { margin-top: 0; color: var(--ink); font-size: 21px; line-height: 1.65; }
.intro-copy .text-link { margin-top: 18px; }

.schedule-section { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading > p { color: var(--muted); max-width: 520px; margin: 0; }
.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.schedule-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: var(--cream); border-top: 4px solid var(--sky); }
.schedule-card.featured { position: relative; background: var(--navy); color: var(--white); border-color: var(--warm); transform: translateY(-12px); }
.card-badge { position: absolute; top: 24px; right: 24px; color: #f4cf95; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.schedule-time { display: flex; flex-direction: column; }
.schedule-time span { color: var(--blue); font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.featured .schedule-time span { color: #bfe4f2; }
.schedule-time strong { margin-top: 6px; color: var(--navy); font-family: Georgia, serif; font-size: 50px; font-weight: 400; }
.featured .schedule-time strong { color: var(--white); }
.schedule-card h3 { margin: 0 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.schedule-card.featured h3 { color: var(--white); }
.schedule-card p { margin: 0; color: var(--muted); font-size: 14px; }
.schedule-card.featured p { color: rgba(255,255,255,.72); }

.photo-break { background: var(--navy); color: var(--white); padding: 0 0 95px; }
.photo-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.photo-wrap { transform: translateY(-50px); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.photo-wrap img { width: 100%; aspect-ratio: 16 / 9.1; object-fit: cover; }
.photo-copy { padding-bottom: 4px; }
.photo-copy h2 { color: var(--white); font-size: clamp(38px, 4vw, 55px); }
.photo-copy p:last-child { color: rgba(255,255,255,.73); }

.projects { background: var(--cream); }
.projects-heading { align-items: start; }
.project-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card { background: var(--white); overflow: hidden; box-shadow: 0 14px 40px rgba(5,54,76,.07); }
.project-card > img { width: 100%; aspect-ratio: 16 / 9.6; object-fit: cover; transition: transform .35s ease; }
.project-card:hover > img { transform: scale(1.025); }
.project-card-content { position: relative; padding: 30px 34px 34px 74px; }
.project-card-content > span { position: absolute; top: 36px; left: 30px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.project-card h3 { margin: 0 0 10px; color: var(--navy); font-family: Georgia, serif; font-weight: 400; font-size: 30px; }
.project-card p { margin: 0; color: var(--muted); }

.contact-section { padding: 120px 0; background: var(--navy-deep); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 110px; }
.contact-main h2 { color: var(--white); max-width: 650px; }
.contact-main > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); font-size: 18px; margin: 24px 0 34px; }
.contact-details { display: grid; gap: 28px; padding: 8px 0 0 38px; border-left: 1px solid rgba(255,255,255,.18); }
.contact-details > div { display: flex; flex-direction: column; }
.contact-details span { color: #9fd6e9; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 9px; }
.contact-details strong, .contact-details a { font-size: 16px; line-height: 1.65; }
.contact-details a:hover { color: #f4cf95; }
.location-photo { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.location-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 72%; opacity: .88; transition: transform .3s ease, opacity .3s ease; }
.location-photo:hover img { transform: scale(1.03); opacity: 1; }
.location-photo span { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 13px 16px; background: linear-gradient(0deg, rgba(2,31,43,.94), rgba(2,31,43,.35)); color: var(--white); }

footer { background: #021f2b; color: rgba(255,255,255,.65); border-top: 1px solid rgba(255,255,255,.09); }
.footer-inner { min-height: 105px; display: flex; align-items: center; gap: 40px; font-size: 13px; }
.footer-brand { margin-right: auto; display: flex; align-items: center; gap: 12px; color: var(--white); text-transform: uppercase; letter-spacing: .08em; }
.footer-brand img { width: 46px; height: 46px; }
.footer-inner a:hover { color: var(--white); }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { position: static; background: var(--navy-deep); }
.legal-main { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 90px 0 120px; }
.legal-main h1 { margin: 16px 0 35px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(44px, 7vw, 70px); font-weight: 400; line-height: 1; }
.legal-main h2 { margin-top: 45px; font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 700; letter-spacing: 0; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main a { color: var(--blue); text-decoration: underline; }

.videos-page { min-height: 100vh; background: var(--cream); }
.page-header { position: static; background: var(--navy-deep); }
.page-header .desktop-nav a[aria-current="page"] { color: #f4cf95; opacity: 1; }
.videos-main { padding: 100px 0 120px; }
.videos-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.videos-heading h1 { max-width: 760px; margin: 16px 0 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 7vw, 82px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.videos-heading-copy { color: var(--muted); }
.videos-heading-copy p { margin: 0 0 22px; }
.video-shell { padding: 12px; background: var(--navy-deep); box-shadow: 0 24px 70px rgba(5,54,76,.17); }
.video-frame { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #000; }
.video-note { margin: 20px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

@media (max-width: 960px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 800px; }
  .hero-quick-info { grid-template-columns: 1fr 1fr; }
  .hero-quick-info > a { display: none; }
  .intro-grid, .section-heading, .photo-grid, .contact-grid, .videos-heading { grid-template-columns: 1fr; gap: 48px; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-card { min-height: 280px; }
  .schedule-card.featured { transform: none; }
  .photo-break { padding-bottom: 85px; }
  .photo-grid { gap: 0; }
  .photo-copy { padding-top: 18px; }
  .contact-details { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 38px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 82px; }
  .brand img { width: 50px; height: 50px; }
  .brand small { display: none; }
  .brand strong { font-size: 12px; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero-content { padding-top: 150px; padding-bottom: 160px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-lead { font-size: 17px; }
  .button-row { gap: 18px; }
  .hero-quick-info { min-height: 118px; grid-template-columns: 1fr; }
  .hero-quick-info > div { min-height: 59px; padding: 8px 18px; }
  .hero-quick-info > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .intro-grid { gap: 38px; }
  h2 { font-size: 42px; }
  .section-heading { gap: 28px; margin-bottom: 44px; }
  .schedule-card { min-height: 315px; padding: 28px; }
  .card-badge { position: static; order: -1; margin-bottom: 16px; }
  .photo-break { padding-bottom: 70px; }
  .photo-wrap { width: calc(100% + 28px); margin-left: -14px; transform: translateY(-28px); }
  .project-list { grid-template-columns: 1fr; gap: 18px; }
  .project-card-content { padding: 26px 25px 30px 64px; }
  .project-card-content > span { top: 31px; left: 24px; }
  .project-card h3 { font-size: 27px; }
  .contact-section { padding: 90px 0; }
  .contact-grid { gap: 60px; }
  .contact-main .button-row { align-items: stretch; flex-direction: column; }
  .contact-main .button { width: 100%; }
  .footer-inner { padding: 28px 0; flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-brand { margin: 0; }
  .videos-main { padding: 72px 0 90px; }
  .videos-heading { gap: 28px; margin-bottom: 38px; }
  .videos-heading h1 { font-size: clamp(46px, 14vw, 64px); }
  .video-shell { width: calc(100% + 16px); margin-left: -8px; padding: 6px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
:focus-visible { outline: 3px solid var(--warm); outline-offset: 4px; }
