:root {
  --rom-ink: #153448;
  --rom-navy: #0c2b3d;
  --rom-blue: #174b67;
  --rom-sea: #3f8295;
  --rom-sand: #f4efe7;
  --rom-cream: #fbf9f4;
  --rom-white: #ffffff;
  --rom-clay: #b85f43;
  --rom-gold: #d6aa61;
  --rom-muted: #65747d;
  --rom-line: rgba(21, 52, 72, .15);
  --rom-shadow: 0 20px 60px rgba(12, 43, 61, .14);
  --rom-radius: 22px;
  --rom-container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rom-ink); background: var(--rom-cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; text-rendering: optimizeLegibility; }
body.rom-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.rom-container { width: var(--rom-container); margin-inline: auto; }
.rom-main { min-height: 70vh; }
.rom-skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; padding: 12px 16px; border-radius: 8px; }
.rom-skip-link:focus { top: 12px; }

h1, h2, h3, h4 { margin: 0 0 .65em; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; color: var(--rom-navy); }
h1 { font-size: clamp(3.25rem, 8vw, 7.25rem); }
h2 { font-size: clamp(2.35rem, 5vw, 4.6rem); }
h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
p { margin: 0 0 1.2em; }

.rom-header { position: fixed; z-index: 1000; inset: 0 0 auto; color: #fff; transition: background .25s ease, box-shadow .25s ease, color .25s ease; }
.rom-header.is-scrolled, body:not(.rom-front-page) .rom-header { background: rgba(251, 249, 244, .96); color: var(--rom-navy); box-shadow: 0 8px 35px rgba(12, 43, 61, .1); backdrop-filter: blur(16px); }
.rom-header__inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.rom-brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; }
.rom-brand__mark { width: 42px; height: 42px; display: grid; place-items: center; }
.rom-brand__mark svg { width: 100%; height: 100%; }
.rom-brand__text { display: grid; line-height: .95; text-transform: uppercase; letter-spacing: .08em; }
.rom-brand__text strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; letter-spacing: .04em; }
.rom-brand__text span { font-size: .72rem; margin-top: 5px; }
.rom-nav { justify-self: end; }
.rom-nav ul { display: flex; align-items: center; gap: 24px; list-style: none; padding: 0; margin: 0; }
.rom-nav a { font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; position: relative; }
.rom-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .2s ease; }
.rom-nav a:hover::after, .rom-nav .current-menu-item a::after { right: 0; }
.rom-header__cta { border: 1px solid currentColor; padding: 11px 17px; border-radius: 999px; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.rom-menu-toggle { display: none; background: none; border: 0; padding: 8px; color: inherit; }
.rom-menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px 0; }

.rom-hero { min-height: 100svh; position: relative; display: grid; align-items: end; color: #fff; background-image: var(--rom-hero-image); background-size: cover; background-position: center; overflow: hidden; }
.rom-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,26,39,.83) 0%, rgba(8,35,51,.48) 50%, rgba(8,35,51,.18) 100%), linear-gradient(0deg, rgba(6,26,39,.7), transparent 55%); }
.rom-hero__content { position: relative; z-index: 2; padding: 180px 0 115px; }
.rom-hero h1 { color: #fff; max-width: 900px; }
.rom-hero__lead { max-width: 720px; font-size: clamp(1.12rem, 2.2vw, 1.55rem); color: rgba(255,255,255,.92); }
.rom-hero__note { position: absolute; right: 26px; bottom: 30px; z-index: 2; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; color: rgba(255,255,255,.76); }
.rom-kicker { margin: 0 0 20px; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; color: var(--rom-gold); }
.rom-kicker--dark { color: var(--rom-clay); }
.rom-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.rom-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 1px solid var(--rom-clay); border-radius: 999px; color: #fff; background: var(--rom-clay); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.rom-button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(184,95,67,.25); }
.rom-button--ghost { background: transparent; border-color: rgba(255,255,255,.65); }
.rom-button--ghost:hover { background: rgba(255,255,255,.12); box-shadow: none; }
.rom-text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 800; color: var(--rom-clay); }
.rom-text-link span { transition: transform .2s ease; }
.rom-text-link:hover span { transform: translateX(5px); }

.rom-section { padding: clamp(78px, 10vw, 140px) 0; }
.rom-section--sand { background: var(--rom-sand); }
.rom-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.rom-prose { max-width: 750px; }
.rom-prose--large { font-size: clamp(1.13rem, 2vw, 1.38rem); }
.rom-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 50px; }
.rom-section-heading h2 { max-width: 800px; }

.rom-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.rom-card-grid--program { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rom-card { background: #fff; border-radius: var(--rom-radius); overflow: hidden; box-shadow: 0 10px 30px rgba(12,43,61,.07); border: 1px solid rgba(21,52,72,.07); opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease, box-shadow .25s ease; }
.rom-card.is-visible { opacity: 1; transform: translateY(0); }
.rom-card:hover { box-shadow: var(--rom-shadow); }
.rom-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #d9e1df; }
.rom-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.rom-card:hover .rom-card__media img { transform: scale(1.035); }
.rom-card__body { padding: 27px; }
.rom-card__body h3 { margin-bottom: 12px; }
.rom-card__body h3 a:hover { color: var(--rom-clay); }
.rom-card__body p { color: #53656f; }
.rom-card__eyebrow, .rom-card__meta { font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; color: var(--rom-clay) !important; }
.rom-program-duration { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; color: var(--rom-navy) !important; }
.rom-card--program .rom-card__media { aspect-ratio: 1 / .78; }
.rom-card--program .rom-card__body { min-height: 320px; display: flex; flex-direction: column; }
.rom-card--program .rom-text-link { margin-top: auto; }
.rom-empty { padding: 30px; border: 1px dashed var(--rom-line); border-radius: var(--rom-radius); }

.rom-season-section { position: relative; color: #fff; background: var(--rom-navy); overflow: hidden; }
.rom-season-section::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -180px; top: -260px; box-shadow: 0 0 0 95px rgba(255,255,255,.025), 0 0 0 190px rgba(255,255,255,.018); }
.rom-season-section h2 { color: #fff; max-width: 900px; }
.rom-principles { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; margin-top: 60px; }
.rom-principles article { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.25); opacity: 0; transform: translateY(20px); transition: .6s ease; }
.rom-principles article.is-visible { opacity: 1; transform: translateY(0); }
.rom-principles span { color: var(--rom-gold); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.rom-principles h3 { color: #fff; margin-top: 18px; font-size: 1.55rem; }
.rom-principles p { color: rgba(255,255,255,.72); }

.rom-network { min-height: 650px; position: relative; display: grid; align-items: center; color: #fff; background-image: var(--rom-network-image); background-size: cover; background-position: center; }
.rom-network__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,29,43,.92), rgba(6,29,43,.58) 58%, rgba(6,29,43,.18)); }
.rom-network__content { position: relative; z-index: 1; }
.rom-network h2 { color: #fff; max-width: 720px; }
.rom-network p:not(.rom-kicker) { max-width: 650px; font-size: 1.15rem; color: rgba(255,255,255,.85); }

.rom-cta-section { background: var(--rom-sand); }
.rom-cta-box { background: #fff; border-radius: 30px; padding: clamp(38px, 6vw, 76px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; box-shadow: var(--rom-shadow); opacity: 0; transform: translateY(20px); transition: .6s ease; }
.rom-cta-box.is-visible { opacity: 1; transform: translateY(0); }
.rom-cta-box h2 { font-size: clamp(2.2rem, 4vw, 4rem); }

.rom-page-hero, .rom-single-hero { padding: 180px 0 90px; background: var(--rom-navy); color: #fff; }
.rom-page-hero h1, .rom-single-hero h1 { color: #fff; font-size: clamp(3rem, 7vw, 6rem); }
.rom-page-hero__lead { max-width: 760px; font-size: 1.25rem; color: rgba(255,255,255,.75); }
.rom-content { max-width: 980px; }
.rom-content > * { max-width: 840px; margin-left: auto; margin-right: auto; }
.rom-content > .alignwide { max-width: 1120px; }
.rom-content h2 { margin-top: 1.3em; }
.rom-content h3 { margin-top: 1.45em; }
.rom-content p, .rom-content li { font-size: 1.08rem; }
.rom-content li { margin-bottom: .45em; }
.rom-content .rom-card-grid, .rom-content .rom-form, .rom-content .rom-alert { max-width: none; }

.rom-single-hero { min-height: 620px; display: grid; align-items: end; position: relative; background-image: var(--rom-single-image); background-size: cover; background-position: center; }
.rom-single-hero__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,27,40,.86), rgba(5,27,40,.18)); }
.rom-single-hero__content { position: relative; z-index: 1; }
.rom-single-hero__content p:not(.rom-kicker) { max-width: 720px; font-size: 1.25rem; }
.rom-single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; align-items: start; }
.rom-single-layout .rom-content > * { margin-left: 0; margin-right: 0; }
.rom-detail-panel { position: sticky; top: 120px; background: #fff; border-radius: var(--rom-radius); padding: 28px; box-shadow: var(--rom-shadow); }
.rom-detail-panel > div { padding: 0 0 18px; margin-bottom: 18px; border-bottom: 1px solid var(--rom-line); }
.rom-detail-panel span { display: block; color: var(--rom-muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.rom-detail-panel strong { display: block; margin-top: 5px; }
.rom-detail-panel .rom-button { width: 100%; }

.rom-form { background: #fff; border-radius: var(--rom-radius); padding: clamp(26px, 5vw, 50px); box-shadow: var(--rom-shadow); margin-top: 38px; }
.rom-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.rom-form label { display: block; font-size: .86rem; font-weight: 800; color: var(--rom-navy); margin-bottom: 20px; }
.rom-form input, .rom-form textarea, .rom-form select { width: 100%; margin-top: 8px; border: 1px solid #cbd3d6; border-radius: 12px; padding: 13px 14px; color: var(--rom-ink); background: #fff; }
.rom-form input:focus, .rom-form textarea:focus, .rom-form select:focus { outline: 3px solid rgba(63,130,149,.18); border-color: var(--rom-sea); }
.rom-checkbox { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.rom-checkbox input { width: auto; margin-top: 4px; }
.rom-honeypot { position: absolute; left: -9999px; }
.rom-alert { padding: 16px 18px; border-radius: 12px; margin-bottom: 22px; }
.rom-alert--success { background: #e8f5ee; color: #1d6844; }
.rom-alert--error { background: #fbebea; color: #8c342b; }

.rom-footer { background: #071f2d; color: rgba(255,255,255,.72); padding: 80px 0 28px; }
.rom-footer__grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 70px; }
.rom-footer h2 { color: #fff; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .1em; font-family: inherit; }
.rom-brand--footer { color: #fff; margin-bottom: 24px; }
.rom-footer ul { list-style: none; padding: 0; margin: 0; }
.rom-footer li { margin-bottom: 8px; }
.rom-footer a:hover { color: #fff; }
.rom-footer__motto { color: var(--rom-gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.rom-footer__bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; }

@media (max-width: 1120px) {
  .rom-header__inner { grid-template-columns: auto auto 1fr auto; }
  .rom-menu-toggle { display: block; grid-column: 4; }
  .rom-header__cta { display: none; }
  .rom-nav { position: fixed; inset: 88px 0 0; background: var(--rom-cream); color: var(--rom-navy); padding: 35px 20px; transform: translateX(100%); transition: transform .25s ease; overflow: auto; }
  .rom-nav.is-open { transform: translateX(0); }
  .rom-nav ul { display: grid; gap: 0; }
  .rom-nav li { border-bottom: 1px solid var(--rom-line); }
  .rom-nav a { display: block; padding: 18px 0; font-size: 1rem; }
  .rom-card-grid--program { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rom-principles { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {
  :root { --rom-container: min(100% - 28px, 1180px); }
  .rom-header__inner { min-height: 76px; }
  .rom-nav { top: 76px; }
  .rom-brand__mark { width: 36px; height: 36px; }
  .rom-hero__content { padding: 145px 0 90px; }
  .rom-hero__note { display: none; }
  .rom-split, .rom-cta-box, .rom-single-layout, .rom-footer__grid { grid-template-columns: 1fr; }
  .rom-section-heading { display: block; }
  .rom-section-heading .rom-text-link { margin-top: 18px; }
  .rom-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rom-single-layout { gap: 35px; }
  .rom-detail-panel { position: static; }
  .rom-form-grid { grid-template-columns: 1fr; gap: 0; }
  .rom-footer__grid { gap: 35px; }
}

@media (max-width: 580px) {
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .rom-brand__text strong { font-size: 1rem; }
  .rom-brand__text span { font-size: .64rem; }
  .rom-card-grid, .rom-card-grid--program, .rom-principles { grid-template-columns: 1fr; }
  .rom-actions { display: grid; }
  .rom-button { width: 100%; }
  .rom-page-hero, .rom-single-hero { padding-top: 140px; }
  .rom-footer__bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .rom-card, .rom-principles article, .rom-cta-box { opacity: 1; transform: none; }
}
