:root {
  --navy: #07162e; --blue: #176bff; --cyan: #32d8ff; --orange: #ff7a1a;
  --white: #fff; --muted: #64748b; --border: #dce4ef; --space: 1rem;
  --radius: .9rem; --shadow: 0 18px 45px rgba(7, 22, 46, .1);
}
* { box-sizing: border-box; }
body { color: var(--navy); font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 1100; background: var(--white); color: var(--navy); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-nav, .site-footer { background: var(--navy); color: var(--white); }
.brand-logo { display: block; width: auto; height: 4rem; object-fit: contain; }
.navbar-brand span, .hero h1 span { color: var(--cyan); }
.site-nav .nav-link { color: rgba(255,255,255,.82); }
.hero { color: var(--white); background: radial-gradient(circle at 85% 25%, rgba(50,216,255,.22), transparent 25%), linear-gradient(125deg, var(--navy), #0b3470); overflow: hidden; }
.hero h1 { max-width: 850px; font-size: clamp(2.8rem, 8vw, 6.4rem); font-weight: 900; line-height: .98; letter-spacing: -.055em; }
.hero .lead { color: #d7e4f5; margin: 1.75rem 0; }
.min-vh-75 { min-height: 72vh; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; color: var(--orange); }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-soft { background: #f4f8fd; }
.section-heading { max-width: 650px; margin-bottom: 2.5rem; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 850; letter-spacing: -.035em; }
.btn-brand { color: var(--white); background: var(--blue); border: 2px solid var(--blue); font-weight: 700; padding: .75rem 1.25rem; }
.btn-brand:hover { color: var(--navy); background: var(--cyan); border-color: var(--cyan); }
.program-card { position: relative; background: var(--white); padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.program-card h3 { font-weight: 800; margin-top: 1.5rem; }
.card-number { display: block; color: var(--blue); font-size: 2rem; font-weight: 900; }
.placeholder-label { display: inline-block; padding: .2rem .55rem; border-radius: 99px; background: #fff2e8; color: #a94300; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.status-section, .page-hero { color: var(--white); background: var(--navy); }
.page-hero { padding: 5rem 0 4rem; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.5rem, 6vw, 4.75rem); font-weight: 900; }
.status-list { list-style: none; padding: 0; }
.status-list li { padding: .8rem 0 .8rem 2rem; border-bottom: 1px solid rgba(255,255,255,.16); position: relative; }
.status-list li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }
.narrow { max-width: 780px; }
.site-footer a { color: #d7e4f5; margin-left: 1.25rem; }
.error-page { min-height: 65vh; display: grid; place-items: center; padding: 4rem 0; }
.error-code { color: var(--blue); font-size: clamp(5rem, 15vw, 10rem); font-weight: 900; line-height: 1; margin: 0; }
.auth-shell { min-height: 76vh; display: grid; align-items: center; padding: 4rem 0; background: radial-gradient(circle at 15% 20%, rgba(50,216,255,.16), transparent 25%), var(--navy); }
.auth-card { background: var(--white); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,.3); padding: clamp(1.5rem, 5vw, 3rem); border-top: 5px solid var(--orange); }
.auth-card h1 { font-weight: 900; letter-spacing: -.04em; }
.form-control:focus, .form-check-input:focus { border-color: var(--blue); box-shadow: 0 0 0 .25rem rgba(23,107,255,.22); }
.password-toggle { min-width: 4.75rem; }
@media (max-width: 575.98px) { .site-footer a { display: block; margin: .4rem 0; } }

/* Phase 4 public experience */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: var(--white); }
.fw-black { font-weight: 900; }
.site-header { position: relative; z-index: 1000; }
.site-nav { min-height: 4.75rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-nav .nav-link { padding: .6rem .65rem; border-radius: .35rem; }
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--white); background: rgba(50,216,255,.11); }
.identity-label { max-width: 12rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.flash-stack { position: relative; z-index: 20; margin-top: 1rem; }
.announcement { background: var(--cyan); color: var(--navy); font-weight: 750; }
.announcement .container { display: flex; gap: .8rem; align-items: center; justify-content: center; padding: .55rem 1rem; }
.announcement span:first-child { background: var(--navy); color: var(--white); border-radius: 99px; padding: .1rem .55rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.announcement a { color: var(--navy); text-decoration-thickness: 2px; }
.public-hero { min-height: clamp(36rem, 77vh, 52rem); display: grid; align-items: center; color: var(--white); background: radial-gradient(circle at 82% 22%, rgba(50,216,255,.22), transparent 28%), linear-gradient(130deg, var(--navy), #0b3470); padding: clamp(5rem, 10vw, 9rem) 0; }
.public-hero h1 { max-width: 900px; font-size: clamp(3rem, 8.8vw, 7.2rem); font-weight: 950; line-height: .93; letter-spacing: -.06em; overflow-wrap: anywhere; }
.hero-copy { color: #d7e4f5; max-width: 690px; font-size: clamp(1.1rem, 2vw, 1.35rem); margin: 1.75rem 0; }
.hero-image, .detail-image { width: 100%; height: auto; object-fit: cover; border-radius: calc(var(--radius) * 1.4); box-shadow: 0 25px 70px rgba(0,0,0,.3); aspect-ratio: 4 / 4.5; }
.public-hero picture { position: relative; display: block; }
.public-hero picture::after { content: ""; position: absolute; inset: 0; border-radius: calc(var(--radius) * 1.4); background: rgba(7,22,46,var(--hero-overlay,0)); pointer-events: none; }
.hero-center .row { justify-content: center; text-align: center; }
.hero-center .d-flex { justify-content: center; }
.split-intro { display: grid; grid-template-columns: minmax(10rem, .6fr) 1.3fr; gap: clamp(1.5rem, 5vw, 5rem); align-items: start; }
.split-intro .eyebrow { grid-column: 1 / -1; margin: 0; }
.split-intro h2 { margin: 0; }
.stats-strip { padding: 2rem 0; background: var(--navy); color: var(--white); }
.stat-item { height: 100%; border-left: 3px solid var(--cyan); padding: .6rem 1rem; }
.stat-item strong, .stat-item span { display: block; overflow-wrap: anywhere; }
.stat-item strong { font-size: clamp(1.5rem, 4vw, 2.6rem); line-height: 1; }
.stat-item span { margin-top: .5rem; color: #cbd8e9; }
.content-card, .profile-card, .quote-card { position: relative; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.content-card { padding: clamp(1.4rem, 4vw, 2rem); }
.card-media { width: calc(100% + clamp(2.8rem, 8vw, 4rem)); max-width: none; height: auto; aspect-ratio: 16 / 10; object-fit: cover; margin: calc(-1 * clamp(1.4rem, 4vw, 2rem)) calc(-1 * clamp(1.4rem, 4vw, 2rem)) 1.5rem; }
.content-card h3, .profile-card h3 { font-weight: 850; overflow-wrap: anywhere; }
.content-card h3 a { color: inherit; text-decoration: none; }
.content-card h3 a::after { content: ""; position: absolute; inset: 0; }
.content-card .arrow-link { position: relative; z-index: 1; }
.card-accent { width: 3.5rem; height: .35rem; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: 99px; margin-bottom: 1.25rem; }
.card-kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 850; }
.arrow-link, .section-link { color: #075bd9; font-weight: 800; text-decoration: none; }
.arrow-link:hover, .section-link:hover { text-decoration: underline; }
.section-link { display: inline-block; margin-top: 2rem; }
.profile-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; background: var(--navy); }
.profile-card-body { padding: 1.5rem; }
.profile-card-body .arrow-link { display: inline-block; margin-top: .5rem; }
.section-navy { background: var(--navy); color: var(--white); }
.section-navy .section-heading p { color: var(--orange); }
.schedule-list { display: grid; gap: 1rem; }
.schedule-list article { display: grid; grid-template-columns: minmax(9rem, .32fr) 1fr; gap: 1.5rem; align-items: center; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem; background: var(--white); color: var(--navy); }
.schedule-list time { color: var(--blue); font-weight: 850; }
.schedule-list h2, .schedule-list h3 { font-size: 1.15rem; font-weight: 850; margin: 0; }
.schedule-list p { margin: .25rem 0 0; color: var(--muted); }
.quote-card { margin: 0; padding: 2rem; }
.quote-card p { font-size: 1.25rem; color: var(--navy); }
.quote-card footer { color: var(--muted); font-weight: 750; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.gallery-grid figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--navy); position: relative; }
.gallery-grid img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-grid figcaption { padding: .8rem 1rem; background: var(--white); color: var(--navy); }
.cta-band { background: linear-gradient(105deg, var(--blue), #0849ad); color: var(--white); padding: clamp(3rem, 7vw, 5rem) 0; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { margin: 0; }
.contact-summary { display: grid; gap: 1rem; }
.contact-summary p { display: grid; gap: .15rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); margin: 0; overflow-wrap: anywhere; }
.contact-summary a { color: var(--blue); }
.form-panel { padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.empty-state { text-align: center; padding: clamp(2rem, 6vw, 4rem); border: 1px dashed #b6c5d8; border-radius: var(--radius); background: #f8fbff; }
.empty-state span { display: inline-grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 1.3rem; }
.empty-state p { margin: 1rem 0 0; color: var(--muted); font-weight: 700; }
.content-sections { display: grid; gap: 5rem; }
.content-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.content-section:nth-child(even) img { order: -1; }
.content-section img { width: 100%; height: auto; border-radius: var(--radius); object-fit: cover; aspect-ratio: 3 / 2; }
.legal-section + .legal-section { margin-top: 3rem; }
.preserve-lines { white-space: pre-line; }
.site-footer { padding-top: 1rem; }
.site-footer a { margin: 0; }
.footer-brand { color: var(--white); font-size: 1.35rem; font-weight: 950; text-decoration: none; }
.footer-brand span { color: var(--cyan); }
.site-footer p { color: #b9c7da; max-width: 32rem; margin-top: 1rem; }
.footer-heading { font-size: .8rem; text-transform: uppercase; letter-spacing: .15em; color: var(--cyan); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: .45rem 0; }
.footer-links a { color: #d7e4f5; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: .75rem 2rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.13); padding: 1rem 0; }
.footer-bottom p { margin: 0; }
.footer-bottom .developer-credit { color: #d7e4f5; }
.developer-credit a { color: var(--cyan); font-weight: 750; }
.social-links { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }
.social-links a { color: var(--cyan); font-weight: 750; }

@media (max-width: 1199.98px) {
  .site-nav .navbar-collapse { padding: 1rem 0 1.5rem; }
  .site-nav .nav-link { padding: .65rem 0; }
  .identity-label { max-width: 100%; }
}
@media (max-width: 767.98px) {
  .brand-logo { height: 3.4rem; }
  .public-hero { min-height: auto; }
  .split-intro, .content-section, .schedule-list article { grid-template-columns: 1fr; }
  .content-section:nth-child(even) img { order: initial; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band .container { align-items: flex-start; flex-direction: column; }
  .announcement .container { align-items: flex-start; flex-direction: column; gap: .35rem; }
}
@media (max-width: 479.98px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .public-hero h1 { font-size: clamp(2.5rem, 13vw, 3.4rem); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Production visual system: developer-controlled public composition */
:root {
  --navy-deep: #030b19;
  --navy: #06162e;
  --blue: #0877ff;
  --cyan: #24d8ff;
  --orange: #ff7a00;
  --surface: #f5f8fc;
  --muted: #5f7087;
  --border: #dbe5f0;
  --radius: 1.15rem;
  --shadow: 0 22px 60px rgba(4, 18, 43, .11);
}
body { font-size: 1rem; text-rendering: optimizeLegibility; }
h1, h2, h3, .navbar-brand { text-wrap: balance; }
p { text-wrap: pretty; }
.container { --bs-gutter-x: clamp(1.4rem, 4vw, 2.2rem); }
.site-header { background: var(--navy-deep); }
.site-nav { min-height: 5.5rem; background: rgba(3, 11, 25, .96); backdrop-filter: blur(16px); }
.brand-logo { height: 4.3rem; filter: drop-shadow(0 8px 16px rgba(0,0,0,.25)); }
.site-nav .nav-link { font-size: .86rem; font-weight: 700; letter-spacing: .015em; }
.site-nav .nav-link:hover, .site-nav .nav-link.active { background: transparent; color: var(--cyan); }
.btn { border-radius: .7rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { background: linear-gradient(135deg, var(--blue), #0757dd); box-shadow: 0 12px 28px rgba(8, 119, 255, .28); }
.btn-brand:hover { color: var(--navy-deep); box-shadow: 0 14px 34px rgba(36, 216, 255, .27); }
.announcement { background: linear-gradient(90deg, #16c6f0, var(--cyan), #66e5ff); }
.announcement .container { min-height: 2.75rem; }
.home-hero { position: relative; min-height: clamp(42rem, 82vh, 58rem); isolation: isolate; background: radial-gradient(circle at 82% 35%, rgba(8,119,255,.22), transparent 29%), radial-gradient(circle at 30% 10%, rgba(36,216,255,.1), transparent 26%), linear-gradient(118deg, var(--navy-deep) 0%, #071d3b 60%, #06162e 100%); overflow: hidden; }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.home-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: .35rem; background: linear-gradient(90deg, var(--orange), var(--cyan), var(--blue)); }
.home-hero .hero-content { position: relative; z-index: 2; }
.home-hero h1 { margin: .7rem 0 0; font-size: clamp(3.25rem, 7.5vw, 6.9rem); line-height: .91; letter-spacing: -.067em; }
.home-hero h1 span { background: linear-gradient(100deg, var(--cyan), #69e6ff 45%, var(--blue)); background-clip: text; color: transparent; }
.hero-tagline { color: var(--orange); font-size: clamp(.85rem, 1.4vw, 1.1rem); font-weight: 900; letter-spacing: .18em; margin: 1.5rem 0 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin-top: 2.2rem; color: #aebed3; font-size: .82rem; font-weight: 750; }
.hero-trust span::before { content: ""; display: inline-block; width: .42rem; height: .42rem; margin: 0 .55rem .08rem 0; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.hero-mark { position: relative; min-height: 30rem; display: grid; place-items: center; }
.hero-mark::before { content: ""; position: absolute; width: 115%; aspect-ratio: 1; border: 1px solid rgba(36,216,255,.22); border-radius: 50%; box-shadow: inset 0 0 90px rgba(8,119,255,.13), 0 0 90px rgba(8,119,255,.12); }
.hero-mark img { position: relative; z-index: 2; width: min(100%, 35rem); height: auto; filter: drop-shadow(0 30px 55px rgba(0,0,0,.55)); animation: mark-float 5s ease-in-out infinite; }
.hero-speed-line { position: absolute; left: -25%; width: 130%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 -45px 0 rgba(36,216,255,.28), 0 45px 0 rgba(255,122,0,.38); transform: rotate(-8deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(36,216,255,.13); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 30rem; height: 30rem; right: -15rem; top: -10rem; }
.hero-orbit-two { width: 22rem; height: 22rem; left: -14rem; bottom: -8rem; }
@keyframes mark-float { 50% { transform: translateY(-10px); } }
.home-stats { padding: 0; background: #fff; color: var(--navy); box-shadow: 0 18px 45px rgba(5,21,45,.09); }
.home-stats .stat-item { padding: 1.65rem; border-left-color: var(--blue); }
.home-stats .stat-item span { color: var(--muted); }
.section { padding: clamp(4.75rem, 8vw, 7.5rem) 0; }
.section-soft { background: linear-gradient(180deg, #f7fafe, #eef4fa); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.7rem; }
.section-heading-row p:last-child { color: var(--muted); margin-bottom: 0; }
.section-heading-row .section-link { flex: 0 0 auto; margin: 0 0 .6rem; }
.split-intro { align-items: center; }
.split-intro > div:last-child { padding-left: clamp(0rem, 5vw, 4rem); border-left: 1px solid var(--border); }
.content-card, .profile-card, .quote-card { border: 0; box-shadow: 0 18px 45px rgba(4,18,43,.09); transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover, .profile-card:hover { transform: translateY(-7px); box-shadow: 0 28px 65px rgba(4,18,43,.16); }
.content-card { min-height: 100%; }
.card-media { transition: transform .45s ease; }
.content-card:hover .card-media { transform: scale(1.035); }
.schedule-premium article { grid-template-columns: 5rem 1fr auto; padding: 1rem 1.25rem; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.schedule-premium article:hover { transform: translateX(5px); border-color: #9bc6ff; box-shadow: 0 14px 34px rgba(4,18,43,.08); }
.schedule-date { display: grid; place-items: center; min-height: 4.6rem; border-radius: .8rem; color: #fff; background: linear-gradient(145deg, var(--blue), #064aaf); }
.schedule-date time, .schedule-date span { display: block; text-align: center; }
.schedule-date strong { display: block; font-size: 1.65rem; line-height: 1; }
.schedule-date span { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.session-arrow { color: var(--blue); font-size: 1.5rem; }
.performance-section { position: relative; background: radial-gradient(circle at 85% 0, rgba(8,119,255,.3), transparent 35%), var(--navy-deep); }
.performance-section .empty-state { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); }
.performance-section .empty-state p { color: #c7d5e7; }
.light-link { color: var(--cyan); }
.journey-grid { display: grid; grid-template-columns: 1.05fr .95fr; border-radius: 1.5rem; overflow: hidden; box-shadow: var(--shadow); }
.journey-panel { padding: clamp(2.5rem, 6vw, 5rem); color: #fff; background: radial-gradient(circle at 80% 10%, rgba(36,216,255,.25), transparent 30%), linear-gradient(135deg, var(--navy-deep), #0b3875); }
.journey-panel h2 { max-width: 12ch; }
.journey-panel p:not(.eyebrow) { color: #c6d5e8; max-width: 35rem; }
.testimonial-panel { padding: clamp(2.5rem, 5vw, 4rem); background: #fff; }
.testimonial-panel .quote-card { padding: 1.35rem 0; border-radius: 0; border-bottom: 1px solid var(--border); box-shadow: none; }
.compact-notices { display: grid; gap: 1rem; }
.compact-notices .content-card { padding: 1.35rem; }
.gallery-preview { grid-template-columns: repeat(2, 1fr); }
.page-hero { position: relative; padding: clamp(4.5rem, 9vw, 7.5rem) 0; background: radial-gradient(circle at 85% 10%, rgba(8,119,255,.32), transparent 30%), linear-gradient(120deg, var(--navy-deep), #092750); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 24rem; height: 24rem; right: -8rem; bottom: -16rem; border: 1px solid rgba(36,216,255,.22); border-radius: 50%; }
.page-hero h1 { position: relative; z-index: 1; }
.form-panel { background: #fff; box-shadow: 0 25px 65px rgba(4,18,43,.12); }
.site-footer { position: relative; padding-top: 2rem; background: var(--navy-deep); border-top: .3rem solid transparent; border-image: linear-gradient(90deg, var(--orange), var(--cyan), var(--blue)) 1; }
.footer-brand { font-size: 1.7rem; }
.footer-bottom { padding: 1.4rem 0; }
@media (max-width: 991.98px) {
  .home-hero { padding-top: 5rem; }
  .hero-mark { min-height: 22rem; }
  .hero-mark img { width: min(78vw, 28rem); }
  .journey-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
  .home-hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-mark { min-height: 18rem; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .split-intro > div:last-child { padding: 1.5rem 0 0; border: 0; border-top: 1px solid var(--border); }
  .schedule-premium article { grid-template-columns: 4.3rem 1fr; }
  .session-arrow { display: none; }
}
@media (max-width: 479.98px) {
  .home-hero .container, .home-hero .row, .home-hero .row > * { min-width: 0; max-width: 100%; }
  .home-hero .row { margin-left: 0; margin-right: 0; }
  .home-hero .row > * { padding-left: 0; padding-right: 0; }
  .home-hero h1 { max-width: 100%; font-size: clamp(2.7rem, 11.5vw, 3.25rem); letter-spacing: -.055em; overflow-wrap: normal; }
  .home-hero .d-flex { display: grid !important; grid-template-columns: 1fr; }
  .home-hero .btn { width: 100%; }
  .hero-copy { max-width: 100%; font-size: 1.05rem; }
  .hero-trust { display: grid; }
  .hero-mark { min-height: 15rem; }
  .gallery-preview { grid-template-columns: 1fr; }
}
