:root {
  --green: #6AC5A6;
  --orange: #FF5C1D;
  --deep: #143631;
  --sand: #F7F0E4;
  --clay: #E18A4B;
  --ink: #172724;
  --muted: rgba(23, 39, 36, 0.74);
  --line: rgba(20, 54, 49, 0.16);
  --light-line: rgba(255, 246, 233, 0.18);
  --shell: min(1240px, calc(100% - 64px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  background: linear-gradient(180deg, #f8f1e5 0%, #f1e4ce 48%, #f6ecdd 100%);
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 14% 10%, rgba(106, 197, 166, 0.15), transparent 26%), radial-gradient(circle at 86% 11%, rgba(255, 92, 29, 0.14), transparent 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(247, 240, 228, 0));
  opacity: 0.92;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
main { padding-bottom: 22px; }
body[data-page='index.html'] main { padding-bottom: 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.section-kicker { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; background: rgba(20, 54, 49, 0.10); color: var(--deep); border: 1px solid rgba(20, 54, 49, 0.08); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.section-kicker-light { background: rgba(255, 246, 233, 0.10); color: #fff6ea; border-color: rgba(255, 246, 233, 0.14); }
h1, h2, h3 { margin: 0; font-family: 'Bitter', serif; font-weight: 700; line-height: 0.96; letter-spacing: -0.03em; }
h1 { font-size: clamp(3.4rem, 8vw, 6.5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
h3 { font-size: clamp(1.32rem, 2vw, 1.9rem); }
p { margin: 0; color: var(--muted); line-height: 1.72; }
.action-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button, .button-ghost { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 16px; text-decoration: none; font-size: 0.88rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover, .button-ghost:hover { transform: translateY(-2px); }
.button { color: #fff7ec; background: linear-gradient(135deg, var(--orange), #e57436 72%); box-shadow: 0 16px 30px rgba(255, 92, 29, 0.22); }
.button-ghost { color: #fff7ec; background: rgba(255, 246, 233, 0.08); border: 1px solid rgba(255, 246, 233, 0.20); }
.section-heading { display: grid; gap: 12px; max-width: 48rem; margin-bottom: 28px; }
.section-heading p { max-width: 42rem; }
.list-number, .strip-index { font-family: 'Bitter', serif; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1; letter-spacing: -0.04em; color: rgba(20, 54, 49, 0.26); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; padding: 0; background: transparent; overflow: visible; }
.site-header::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 122px; background: linear-gradient(180deg, rgba(7, 22, 20, 0.64), rgba(7, 22, 20, 0.28) 72%, rgba(7, 22, 20, 0)); pointer-events: none; }
.site-header::after { display: none; }
.site-header-shell { position: relative; z-index: 1; width: 100%; min-height: 94px; margin: 14px 0 0; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: transparent; border: none; box-shadow: none; backdrop-filter: none; overflow: visible; }
.header-logo { display: inline-flex; align-items: flex-start; gap: 8px; flex: 0 1 auto; min-width: 0; text-decoration: none; }
.header-mark { display: block; width: 126px; flex: 0 0 auto; overflow: visible; }
.header-mark img { width: 100%; height: auto; filter: drop-shadow(0 14px 22px rgba(8, 23, 21, 0.24)); }
.header-lockup { display: grid; gap: 0; min-width: 0; justify-items: center; margin-left: -10px; padding-top: 18px; }
.header-lockup-top { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.54rem, 3.1vw, 3.62rem); font-style: italic; font-weight: 700; line-height: 0.88; letter-spacing: -0.04em; color: #fff8ef; text-align: center; text-shadow: 0 4px 18px rgba(8, 23, 21, 0.18); }
.header-lockup-bottom { position: relative; display: inline-flex; align-items: center; justify-content: center; margin-top: 4px; white-space: nowrap; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 246, 233, 0.86); }
.header-lockup-bottom::before, .header-lockup-bottom::after { content: ''; position: absolute; top: 50%; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--green), var(--orange)); box-shadow: 0 0 14px rgba(255, 92, 29, 0.18); transform: translateY(-50%); }
.header-lockup-bottom::before { right: calc(100% + 10px); width: 64px; }
.header-lockup-bottom::after { left: calc(100% + 10px); width: 64px; }
.site-nav { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-left: auto; padding: 8px 0 0 0; }
.site-nav::before { display: none; }
.nav-link { position: relative; z-index: 1; text-decoration: none; font-size: 0.74rem; font-weight: 900; letter-spacing: 0.17em; text-transform: uppercase; color: rgba(255, 246, 233, 0.82); min-height: auto; padding: 8px 0 14px 38px; border-radius: 0; background: transparent; border: none; box-shadow: none; transition: color 220ms ease, transform 220ms ease, opacity 220ms ease, text-shadow 220ms ease; }
.nav-link::before { content: ''; position: absolute; left: 0; top: 1px; width: 28px; height: 24px; background: center / contain no-repeat url('nav-nevada-marker-1775977770342.svg'); opacity: 0; transform: translateX(-7px) scale(0.9); transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease; filter: drop-shadow(0 8px 16px rgba(8, 23, 21, 0.22)); }
.nav-link::after { content: ''; position: absolute; left: 30px; right: 0; bottom: 1px; height: 2px; border-radius: 1px; background: linear-gradient(90deg, var(--green) 0 46%, rgba(255, 246, 233, 0.24) 46% 64%, var(--orange) 64% 100%); opacity: 0; transform: scaleX(0.58); transform-origin: left center; transition: opacity 220ms ease, transform 220ms ease; }
.nav-link:hover { color: #fff8ef; transform: translateY(-2px); text-shadow: 0 0 18px rgba(255, 195, 128, 0.18); }
.nav-link:hover::before, .nav-link.is-current::before { opacity: 1; transform: translateX(0) scale(1); }
.nav-link:hover::after, .nav-link.is-current::after { opacity: 1; transform: scaleX(1); }
.nav-link.is-current { color: #fff8ef; text-shadow: 0 0 18px rgba(255, 195, 128, 0.16); }
body[data-page='index.html'] .site-header-shell { min-height: 98px; }
body[data-page='index.html'] .header-mark { width: 132px; }
body[data-page='index.html'] .header-lockup { padding-top: 20px; }
body[data-page='index.html'] .header-lockup-top { font-size: clamp(2.66rem, 3.22vw, 3.78rem); }
body[data-page='index.html'] .header-lockup-bottom { font-size: 0.76rem; }
body[data-page='index.html'] .nav-link { font-size: 0.76rem; padding-left: 40px; }
body[data-page='index.html'] .nav-link::before { width: 30px; height: 26px; }
body[data-page='index.html'] .nav-link::after { left: 32px; }
.nav-toggle { display: none; border: 1px solid rgba(255, 246, 233, 0.12); min-height: 42px; padding: 0 15px; border-radius: 999px; background: rgba(255,255,255,0.12); color: #fff7ec; font: inherit; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.home-mast { position: relative; overflow: hidden; min-height: calc(100svh - 44px); padding: 110px 0 6px; background: linear-gradient(135deg, rgba(12, 39, 34, 0.99), rgba(24, 76, 64, 0.97) 46%, rgba(139, 117, 71, 0.84) 122%); }
.home-hero-rotator { position: absolute; inset: 0; }
.home-hero-slide { position: absolute; inset: 0; overflow: hidden; opacity: 0; background-size: cover; background-repeat: no-repeat; transform: scale(1.018); transition: opacity 3600ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 3600ms cubic-bezier(0.22, 0.61, 0.36, 1), filter 3600ms cubic-bezier(0.22, 0.61, 0.36, 1); filter: saturate(0.95) brightness(0.92); }
.home-hero-slide.is-active { opacity: 1; transform: scale(1); filter: saturate(1) brightness(1); }
.home-hero-slide::before, .home-hero-slide::after { content: ''; position: absolute; inset: 0; pointer-events: none; transition: opacity 3600ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 3600ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-hero-slide::before { background: linear-gradient(118deg, rgba(20, 54, 49, 0.30) 0%, rgba(20, 54, 49, 0.18) 36%, rgba(247, 240, 228, 0.03) 54%, rgba(255, 92, 29, 0.10) 100%); opacity: 0.78; }
.home-hero-slide::after { opacity: 0.66; transform: scale(1.02); }
.home-hero-slide-1 { background-image: url('whitebird-hero-user-housing-1775977770342.jpg'); background-position: center 64%; }
.home-hero-slide-1::before { background: linear-gradient(112deg, rgba(8, 24, 22, 0.48) 0%, rgba(8, 24, 22, 0.34) 34%, rgba(247, 240, 228, 0.04) 56%, rgba(255, 92, 29, 0.10) 100%); opacity: 0.86; }
.home-hero-slide-1::after { background: radial-gradient(circle at 80% 18%, rgba(255, 199, 136, 0.22), transparent 24%), radial-gradient(circle at 22% 82%, rgba(106, 197, 166, 0.16), transparent 22%), linear-gradient(112deg, rgba(16, 40, 36, 0.08), rgba(255, 92, 29, 0.11) 100%); }
.home-hero-slide-2 { background-image: url('whitebird-hero-nevada-ranch-1775977770342.jpg'); background-position: center 58%; }
.home-hero-slide-2::before { background: linear-gradient(112deg, rgba(8, 24, 22, 0.42) 0%, rgba(8, 24, 22, 0.28) 34%, rgba(247, 240, 228, 0.03) 56%, rgba(255, 92, 29, 0.08) 100%); opacity: 0.82; }
.home-hero-slide-2::after { background: radial-gradient(circle at 76% 24%, rgba(255, 189, 124, 0.18), transparent 26%), radial-gradient(circle at 14% 78%, rgba(106, 197, 166, 0.18), transparent 24%), linear-gradient(120deg, rgba(106, 197, 166, 0.12) 0%, rgba(22, 55, 48, 0.05) 42%, rgba(255, 92, 29, 0.08) 100%); }
.home-hero-slide-3 { background-image: url('whitebird-hero-nevada-redrock-1775977770342.jpg'); background-position: center 52%; }
.home-hero-slide-3::after { background: radial-gradient(circle at 78% 18%, rgba(255, 170, 90, 0.20), transparent 22%), radial-gradient(circle at 18% 80%, rgba(106, 197, 166, 0.12), transparent 20%), linear-gradient(122deg, rgba(18, 45, 40, 0.12) 0%, rgba(18, 45, 40, 0.02) 42%, rgba(255, 92, 29, 0.14) 100%); }
.home-mast::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 24, 22, 0.92) 0 28%, rgba(7, 24, 22, 0.68) 48%, rgba(7, 24, 22, 0.56) 70%, rgba(7, 24, 22, 0.66) 100%), linear-gradient(180deg, rgba(6, 18, 17, 0.18), rgba(6, 18, 17, 0.60)), radial-gradient(circle at 80% 20%, rgba(255, 184, 112, 0.22), transparent 18%), radial-gradient(circle at 18% 78%, rgba(106, 197, 166, 0.16), transparent 22%); }
.home-mast::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 246, 233, 0.06), transparent 16%, transparent 76%, rgba(9, 27, 24, 0.24)); mix-blend-mode: screen; pointer-events: none; }
.home-scene-sweep { position: absolute; inset: 0; opacity: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255, 246, 233, 0.12), rgba(255, 246, 233, 0.03) 28%, rgba(255, 92, 29, 0.08) 62%, rgba(106, 197, 166, 0.08)), radial-gradient(circle at 74% 20%, rgba(255, 186, 120, 0.18), transparent 24%), radial-gradient(circle at 18% 78%, rgba(106, 197, 166, 0.14), transparent 28%); mix-blend-mode: screen; filter: blur(14px); }
.home-scene-sweep::before, .home-scene-sweep::after { content: ''; position: absolute; inset: -14%; opacity: 0; pointer-events: none; }
.home-scene-sweep::before { background: linear-gradient(108deg, rgba(255, 246, 233, 0) 8%, rgba(255, 233, 198, 0.22) 28%, rgba(255, 184, 112, 0.28) 42%, rgba(106, 197, 166, 0.22) 58%, rgba(255, 246, 233, 0) 84%); filter: blur(34px); transform: translateX(18%) translateY(-3%) rotate(-5deg); mix-blend-mode: screen; }
.home-scene-sweep::after { background: radial-gradient(circle at 82% 18%, rgba(255, 214, 160, 0.34), transparent 18%), radial-gradient(circle at 16% 84%, rgba(106, 197, 166, 0.20), transparent 20%), linear-gradient(180deg, rgba(255, 246, 233, 0.08), rgba(255, 246, 233, 0)); filter: blur(28px); transform: scale(1.04); }
.home-mast.is-scene-changing .home-scene-sweep { animation: sceneWash 3600ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-mast.is-scene-changing .home-scene-sweep::before { animation: sceneDustBeam 3600ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-mast.is-scene-changing .home-scene-sweep::after { animation: sceneGlowLift 3600ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-mast.is-scene-changing::after { animation: sceneSkyFlash 3600ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-mast.is-quick-scene-changing .home-scene-sweep { animation: sceneWash 1400ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-mast.is-quick-scene-changing .home-scene-sweep::before { animation: sceneDustBeam 1400ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-mast.is-quick-scene-changing .home-scene-sweep::after { animation: sceneGlowLift 1400ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-mast.is-quick-scene-changing::after { animation: sceneSkyFlash 1400ms cubic-bezier(0.22, 0.61, 0.36, 1); }
.home-mast-shell { position: relative; z-index: 1; width: min(1296px, calc(100% - 68px)); min-height: calc(100svh - 168px); margin: 0 auto; display: grid; gap: 8px; align-content: space-between; transition: opacity 1200ms ease; }
.home-mast.is-scene-changing .home-mast-shell { opacity: 0.97; }
.home-mast-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.6fr); gap: clamp(18px, 2.6vw, 38px); align-items: end; }
.home-mast-copy { position: relative; display: grid; gap: 10px; max-width: min(930px, 69vw); justify-items: start; text-align: left; padding: 10px 18px 12px 0; transition: opacity 650ms ease; }
.home-mast-copy::before { content: ''; position: absolute; inset: -18px -24px -26px -28px; border-radius: 36px; background: linear-gradient(135deg, rgba(8, 24, 22, 0.64), rgba(8, 24, 22, 0.36) 44%, rgba(8, 24, 22, 0.18) 70%, rgba(8, 24, 22, 0)); box-shadow: 0 28px 44px rgba(7, 18, 17, 0.18); backdrop-filter: blur(4px); transition: opacity 900ms ease; }
.home-mast-copy > * { position: relative; z-index: 1; }
.home-mast.is-scene-changing .home-mast-copy::before { opacity: 0.92; }
.home-scene-headline-stack { display: grid; min-height: 182px; }
.home-scene-headline { grid-area: 1 / 1; max-width: 11.2ch; color: #fff7ec; font-size: clamp(2.64rem, 4.4vw, 4.38rem); line-height: 0.94; text-wrap: balance; text-shadow: 0 18px 42px rgba(5, 14, 13, 0.40), 0 4px 12px rgba(5, 14, 13, 0.32); opacity: 0; visibility: hidden; transition: opacity 850ms ease; }
.home-scene-headline.is-current { opacity: 1; visibility: visible; }
.home-scene-lead-stack { display: grid; min-height: 90px; }
.home-scene-lead { grid-area: 1 / 1; max-width: 52rem; color: rgba(255, 246, 233, 0.97); font-size: 1.02rem; line-height: 1.58; text-shadow: 0 12px 30px rgba(5, 14, 13, 0.42); opacity: 0; visibility: hidden; transition: opacity 700ms ease; }
.home-scene-lead.is-current { opacity: 1; visibility: visible; }
.home-mast-copy .action-row { justify-content: flex-start; padding-top: 2px; }
.home-scene-copy-stack { display: grid; min-height: 164px; margin-top: 0; }
.home-scene-copy { grid-area: 1 / 1; display: grid; gap: 6px; max-width: 44rem; opacity: 0; visibility: hidden; transition: opacity 700ms ease; }
.home-scene-copy.is-current { opacity: 1; visibility: visible; }
.home-scene-kicker { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 246, 233, 0.74); }
.home-scene-copy h2 { font-size: clamp(1.22rem, 2vw, 1.64rem); line-height: 1; color: #fff8ef; text-shadow: 0 8px 24px rgba(5, 14, 13, 0.28); }
.home-scene-copy p { font-size: 0.94rem; max-width: 44rem; color: rgba(255, 246, 233, 0.92); line-height: 1.56; text-shadow: 0 10px 24px rgba(5, 14, 13, 0.30); }
.home-scene-detail { color: rgba(255, 246, 233, 0.84) !important; max-width: 44rem; font-size: 0.9rem !important; line-height: 1.56 !important; text-shadow: 0 8px 20px rgba(5, 14, 13, 0.24); }
.home-scene-selector { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 2px; }
.home-scene-chip { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255, 246, 233, 0.16); background: rgba(8, 24, 22, 0.34); color: rgba(255, 246, 233, 0.84); font: inherit; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; box-shadow: inset 0 1px 0 rgba(255, 246, 233, 0.08); cursor: pointer; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.home-scene-chip:hover { transform: translateY(-1px); background: rgba(8, 24, 22, 0.48); color: #fff8ef; }
.home-scene-chip.is-current { background: linear-gradient(135deg, rgba(255, 92, 29, 0.30), rgba(106, 197, 166, 0.22)); border-color: rgba(255, 246, 233, 0.28); color: #fff8ef; box-shadow: 0 12px 26px rgba(8, 23, 21, 0.20), inset 0 1px 0 rgba(255, 246, 233, 0.12); }
.home-mast-side { position: relative; align-self: end; display: grid; gap: 10px; padding: 20px 20px 18px; border-radius: 28px; background: linear-gradient(160deg, rgba(10, 26, 23, 0.32), rgba(11, 29, 26, 0.54) 56%, rgba(124, 92, 57, 0.22) 100%); border: 1px solid rgba(255, 246, 233, 0.18); box-shadow: 0 20px 34px rgba(8, 23, 21, 0.16), inset 0 1px 0 rgba(255, 246, 233, 0.08); overflow: hidden; backdrop-filter: blur(10px) saturate(118%); transition: opacity 700ms ease, box-shadow 700ms ease; }
.home-mast-side::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 248, 236, 0.06), rgba(255, 248, 236, 0) 28%), radial-gradient(circle at 84% 18%, rgba(255, 184, 112, 0.14), transparent 28%), radial-gradient(circle at 16% 82%, rgba(106, 197, 166, 0.12), transparent 24%); }
.home-mast-side::after { display: none; }
.home-mast-side > * { position: relative; z-index: 1; }
.home-mast.is-scene-changing .home-mast-side { opacity: 0.9; box-shadow: 0 16px 26px rgba(8, 23, 21, 0.14), inset 0 1px 0 rgba(255, 246, 233, 0.08); }
.home-scene-side { grid-area: 1 / 1; display: grid; gap: 10px; opacity: 0; visibility: hidden; transition: opacity 700ms ease; }
.home-scene-side.is-current { opacity: 1; visibility: visible; }
.home-side-kicker { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 246, 233, 0.78); }
.home-mast-side h2 { color: #fff7ec; font-size: clamp(1.54rem, 2.05vw, 2.16rem); line-height: 0.98; max-width: 15ch; }
.home-mast-side p { max-width: 34ch; color: rgba(255, 246, 233, 0.88); font-size: 0.93rem; }
.home-side-points { display: grid; gap: 8px; margin-top: 4px; }
.home-side-points span { display: flex; align-items: center; gap: 10px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #fff5e8; }
.home-side-points span::before { content: ''; width: 30px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--green), var(--orange)); flex: 0 0 auto; }
.home-pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; transition: opacity 700ms ease; }
.home-pillar-card { position: relative; display: grid; gap: 8px; min-height: 164px; padding: 15px 17px 15px; border-radius: 26px 26px 22px 22px; border: 1px solid rgba(20, 54, 49, 0.12); box-shadow: 0 18px 28px rgba(8, 23, 21, 0.14); overflow: hidden; opacity: 0.92; transform: translateY(0); transition: transform 700ms ease, box-shadow 700ms ease, opacity 700ms ease, border-color 700ms ease; }
.home-pillar-card::before { content: ''; position: absolute; left: 18px; right: 18px; top: 0; height: 4px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg, var(--green), rgba(255, 246, 233, 0.24) 58%, var(--orange)); }
.home-pillar-card::after { display: none; }
.home-pillar-card > * { position: relative; z-index: 1; }
.home-pillar-card.is-active-scene { opacity: 1; transform: translateY(-6px); border-color: rgba(255, 246, 233, 0.36); box-shadow: 0 26px 42px rgba(8, 23, 21, 0.22); }
.home-mast.is-scene-changing .home-pillar-card { opacity: 0.84; transform: translateY(6px); filter: saturate(0.9); }
.home-mast.is-scene-changing .home-pillar-card.is-active-scene { opacity: 0.94; transform: translateY(0); }
.home-pillar-card-1 { background: linear-gradient(180deg, rgba(247, 240, 228, 0.97), rgba(235, 226, 205, 0.97)); }
.home-pillar-card-2 { background: linear-gradient(180deg, rgba(228, 239, 233, 0.97), rgba(210, 225, 216, 0.97)); }
.home-pillar-card-3 { background: linear-gradient(180deg, rgba(239, 228, 209, 0.97), rgba(223, 204, 172, 0.97)); }
.home-pillar-card-1::before { background: linear-gradient(90deg, rgba(106, 197, 166, 0.98), rgba(255, 246, 233, 0.24) 58%, rgba(255, 92, 29, 0.92)); }
.home-pillar-card-2::before { background: linear-gradient(90deg, rgba(255, 246, 233, 0.38), rgba(106, 197, 166, 0.94) 30%, rgba(255, 92, 29, 0.9)); }
.home-pillar-card-3::before { background: linear-gradient(90deg, rgba(255, 92, 29, 0.9), rgba(255, 246, 233, 0.22) 48%, rgba(106, 197, 166, 0.94)); }
.home-pillar-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.home-pillar-card .strip-index { color: rgba(20, 54, 49, 0.22); }
.home-pillar-label { font-size: 0.66rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(20, 54, 49, 0.62); }
.home-pillar-card h3 { color: var(--deep); max-width: 10.5ch; font-size: clamp(1.48rem, 2vw, 2.02rem); line-height: 0.96; }
.home-pillar-card p { max-width: 36ch; color: rgba(20, 54, 49, 0.78); font-size: 0.89rem; line-height: 1.46; }
.home-pillar-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.home-pillar-tags span { display: inline-flex; align-items: center; min-height: 30px; padding: 0 10px; border-radius: 999px; background: rgba(20, 54, 49, 0.08); border: 1px solid rgba(20, 54, 49, 0.12); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--deep); }
.home-mast.is-content-swapping .home-mast-copy { opacity: 0; }
.home-mast.is-content-swapping .home-mast-copy::before { opacity: 0; }
.home-mast.is-content-swapping .home-scene-headline.is-current, .home-mast.is-content-swapping .home-scene-lead.is-current, .home-mast.is-content-swapping .home-scene-copy.is-current { opacity: 0; visibility: hidden; }
.home-mast.is-content-swapping .home-mast-side { opacity: 0; box-shadow: 0 12px 18px rgba(8, 23, 21, 0.10), inset 0 1px 0 rgba(255, 246, 233, 0.05); }
.home-mast.is-content-swapping .home-pillar-grid { opacity: 0; }
.home-mast.is-content-swapping .home-pillar-card { opacity: 0; }
.page-flow { position: relative; display: grid; gap: 24px; margin-top: 10px; padding: 0 0 18px; }
.page-lead { position: relative; overflow: hidden; padding: 124px 0 38px; min-height: 372px; background: linear-gradient(135deg, rgba(10, 32, 29, 0.98), rgba(20, 60, 51, 0.95) 52%, rgba(123, 109, 72, 0.90) 118%); }
.page-lead::before, .page-lead::after { content: ''; position: absolute; inset: 0; pointer-events: none; }
.page-lead::before { background-size: cover; background-repeat: no-repeat; background-position: center; transform: scale(1.02); filter: saturate(0.98) brightness(0.86); }
.page-lead::after { background: linear-gradient(96deg, rgba(7, 24, 22, 0.80) 0 24%, rgba(7, 24, 22, 0.46) 48%, rgba(7, 24, 22, 0.30) 74%, rgba(7, 24, 22, 0.34) 100%), linear-gradient(180deg, rgba(255, 246, 233, 0.02), rgba(7, 24, 22, 0.12) 86%); }
.page-lead.page-lead-services::before { background-image: url('whitebird-header-services-1775977770342.jpg'); background-position: 58% 44%; filter: saturate(0.88) brightness(0.70); }
.page-lead.page-lead-pricing::before { background-image: url('whitebird-header-pricing-1775977770342.jpg'); background-position: 60% 50%; filter: saturate(0.94) brightness(0.76); }
.page-lead.page-lead-owners::before { background-image: url('whitebird-header-owners-1775977770342.jpg'); background-position: 52% 58%; filter: saturate(0.90) brightness(0.72); }
.page-lead.page-lead-contact::before { background-image: url('whitebird-header-contact-1775977770342.jpg'); background-position: 50% 58%; filter: saturate(0.92) brightness(0.72); }
.page-lead.page-lead-services::after { background: linear-gradient(96deg, rgba(7, 24, 22, 0.82) 0 32%, rgba(7, 24, 22, 0.50) 52%, rgba(7, 24, 22, 0.32) 74%, rgba(7, 24, 22, 0.34) 100%); }
.page-lead.page-lead-pricing::after { background: linear-gradient(96deg, rgba(7, 24, 22, 0.82) 0 32%, rgba(7, 24, 22, 0.48) 54%, rgba(7, 24, 22, 0.32) 76%, rgba(7, 24, 22, 0.36) 100%); }
.page-lead.page-lead-owners::after { background: linear-gradient(96deg, rgba(7, 24, 22, 0.84) 0 34%, rgba(7, 24, 22, 0.54) 56%, rgba(7, 24, 22, 0.34) 76%, rgba(7, 24, 22, 0.34) 100%); }
.page-lead.page-lead-contact::after { background: linear-gradient(96deg, rgba(7, 24, 22, 0.80) 0 32%, rgba(7, 24, 22, 0.46) 54%, rgba(7, 24, 22, 0.30) 76%, rgba(7, 24, 22, 0.34) 100%); }
.page-lead-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 0.52fr); gap: 32px; align-items: end; }
.page-lead-copy { position: relative; display: grid; gap: 14px; max-width: 50rem; padding: 12px 0 8px; color: #fff7ec; }
.page-lead-copy::before { content: ''; position: absolute; inset: -22px -26px -28px -32px; border-radius: 36px; background: linear-gradient(135deg, rgba(8, 24, 22, 0.58), rgba(8, 24, 22, 0.32) 42%, rgba(8, 24, 22, 0.14) 72%, rgba(8, 24, 22, 0)); box-shadow: 0 28px 44px rgba(7, 18, 17, 0.18); backdrop-filter: blur(3px); }
.page-lead-copy > * { position: relative; z-index: 1; }
.page-lead-copy p { max-width: 48rem; color: rgba(255, 246, 233, 0.93); text-shadow: 0 12px 28px rgba(5, 14, 13, 0.32); }
.page-lead-trail { font-size: 0.76rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 246, 233, 0.74); }
.page-lead-panel { position: relative; display: grid; gap: 12px; padding: 22px 22px 20px; border-radius: 28px; background: linear-gradient(160deg, rgba(10, 26, 23, 0.34), rgba(11, 29, 26, 0.56) 56%, rgba(124, 92, 57, 0.22) 100%); border: 1px solid rgba(255, 246, 233, 0.18); box-shadow: 0 22px 36px rgba(8, 23, 21, 0.18), inset 0 1px 0 rgba(255, 246, 233, 0.08); overflow: hidden; backdrop-filter: blur(10px) saturate(118%); }
.page-lead-panel::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 248, 236, 0.06), rgba(255, 248, 236, 0) 28%), radial-gradient(circle at 84% 18%, rgba(255, 184, 112, 0.14), transparent 28%), radial-gradient(circle at 16% 82%, rgba(106, 197, 166, 0.12), transparent 24%); }
.page-lead-panel > * { position: relative; z-index: 1; }
.page-lead-panel h2 { color: #fff7ec; font-size: clamp(1.5rem, 2vw, 2.08rem); line-height: 0.98; max-width: 15ch; }
.page-lead-panel p { color: rgba(255, 246, 233, 0.88); font-size: 0.94rem; line-height: 1.62; }
.page-lead-points { display: grid; gap: 8px; margin-top: 4px; }
.page-lead-points span { display: flex; align-items: center; gap: 10px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #fff5e8; }
.page-lead-points span::before { content: ''; width: 30px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--green), var(--orange)); flex: 0 0 auto; }
.section-heading { display: grid; gap: 10px; max-width: 48rem; margin-bottom: 18px; }
.pillar-block, .pricing-section, .boundary-section { position: relative; overflow: hidden; padding: 26px 28px 30px; border-radius: 32px; background: linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(244, 235, 219, 0.96)); box-shadow: 0 18px 34px rgba(13, 35, 31, 0.10); }
.pillar-block::before, .pricing-section::before, .boundary-section::before, .simple-band::before, .owner-story::before, .contact-column::before { content: ''; position: absolute; left: 24px; right: 24px; top: 0; height: 4px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg, var(--green), rgba(255, 246, 233, 0.24) 58%, var(--orange)); }
.pillar-block-1 { background: linear-gradient(180deg, rgba(251, 245, 236, 0.98), rgba(240, 232, 213, 0.98)); }
.pillar-block-2 { background: linear-gradient(180deg, rgba(236, 245, 240, 0.98), rgba(221, 234, 226, 0.98)); }
.pillar-block-3 { background: linear-gradient(180deg, rgba(246, 237, 223, 0.98), rgba(234, 222, 198, 0.98)); }
.pillar-heading { display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: start; margin-bottom: 14px; }
.pillar-summary { color: rgba(20, 54, 49, 0.66); font-weight: 700; }
.pillar-description { max-width: 52rem; margin-bottom: 18px; color: rgba(23, 39, 36, 0.82); }
.service-lines { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-line { position: relative; display: grid; gap: 10px; padding: 18px 18px 16px; border: 1px solid rgba(20, 54, 49, 0.10); border-radius: 22px; background: rgba(255, 250, 243, 0.84); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease; }
.service-line:hover, .service-line:focus-within { transform: translateY(-3px); border-color: rgba(20, 54, 49, 0.18); background: rgba(255, 252, 246, 0.96); box-shadow: 0 16px 30px rgba(13, 35, 31, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.64); }
.service-line-top { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.service-line h3 { font-size: 1.22rem; }
.service-line-cue { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(20, 54, 49, 0.52); transition: color 220ms ease, transform 220ms ease; }
.service-line:hover .service-line-cue, .service-line:focus-within .service-line-cue { color: var(--orange); transform: translateX(2px); }
.service-line p { color: rgba(23, 39, 36, 0.76); }
.service-line-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.service-line-tags span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; background: rgba(20, 54, 49, 0.08); color: rgba(20, 54, 49, 0.70); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.service-line-reveal { display: grid; gap: 6px; padding-top: 2px; opacity: 0.82; max-height: 0; overflow: hidden; transition: max-height 240ms ease, opacity 240ms ease, transform 240ms ease; transform: translateY(6px); }
.service-line:hover .service-line-reveal, .service-line:focus-within .service-line-reveal { max-height: 140px; opacity: 1; transform: translateY(0); }
.service-line-reveal-label { font-size: 0.66rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(20, 54, 49, 0.54); }
.service-line-reveal p { margin: 0; font-size: 0.88rem; line-height: 1.54; color: rgba(23, 39, 36, 0.78); }
.pricing-section-physical { background: linear-gradient(180deg, rgba(249, 241, 228, 0.98), rgba(239, 226, 205, 0.98)); }
.pricing-section-support { background: linear-gradient(180deg, rgba(235, 245, 240, 0.98), rgba(219, 232, 224, 0.98)); }
.pricing-rows { display: grid; gap: 14px; }
.pricing-row { display: grid; grid-template-columns: 110px minmax(0, 1fr) 220px; gap: 20px; align-items: center; padding: 20px 18px; border-radius: 24px; background: rgba(255, 250, 242, 0.82); border: 1px solid rgba(20, 54, 49, 0.10); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55); }
.pricing-row-physical { background: rgba(255, 248, 238, 0.88); }
.pricing-row-support { background: rgba(244, 249, 246, 0.92); }
.pricing-tier-label { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(20, 54, 49, 0.56); }
.pricing-row-copy { display: grid; gap: 8px; }
.pricing-row-note { display: grid; gap: 4px; padding-top: 4px; }
.pricing-row-note span { font-size: 0.64rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(20, 54, 49, 0.54); }
.pricing-row-note p { margin: 0; font-size: 0.86rem; line-height: 1.5; color: rgba(23, 39, 36, 0.72); }
.pricing-row-band { justify-self: end; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); }
.simple-band { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 18px; padding: 28px 30px; border-radius: 30px; background: linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(241, 232, 217, 0.98)); box-shadow: 0 18px 34px rgba(13, 35, 31, 0.10); }
.simple-band-dark { background: linear-gradient(135deg, rgba(16, 46, 41, 0.98), rgba(33, 80, 70, 0.94) 56%, rgba(255, 92, 29, 0.52) 132%); }
.simple-band-dark h2, .simple-band-dark p { color: #fff7ec; }
.boundary-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; color: var(--muted); line-height: 1.7; }
.boundary-list li { padding: 16px 18px; border-left: 4px solid var(--orange); border-radius: 18px; background: rgba(255, 250, 243, 0.82); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55); }
.owners-story { display: grid; gap: 18px; background: none; box-shadow: none; padding: 0; }
.owner-story { position: relative; display: grid; gap: 24px; padding: 24px; border-radius: 32px; background: linear-gradient(180deg, rgba(255, 251, 245, 0.96), rgba(241, 232, 217, 0.98)); border: 1px solid rgba(20, 54, 49, 0.08); box-shadow: 0 18px 34px rgba(13, 35, 31, 0.10); }
.owner-story-featured { grid-template-columns: minmax(0, 390px) 1fr; align-items: start; }
.owner-story-partner { grid-template-columns: minmax(0, 280px) 1fr; align-items: start; background: linear-gradient(180deg, rgba(245, 239, 228, 0.96), rgba(235, 225, 208, 0.98)); }
.owner-story-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 30px; box-shadow: 0 16px 28px rgba(13, 35, 31, 0.14); }
.owner-story-copy { display: grid; gap: 14px; }
.owner-role { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(20, 54, 49, 0.60); }
.owner-focus { color: rgba(20, 54, 49, 0.86); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr); gap: 18px; background: none; box-shadow: none; padding: 0; }
.contact-column { position: relative; display: grid; gap: 14px; padding: 24px; border-radius: 30px; background: linear-gradient(180deg, rgba(255, 251, 245, 0.96), rgba(240, 231, 215, 0.98)); border: 1px solid rgba(20, 54, 49, 0.08); box-shadow: 0 18px 34px rgba(13, 35, 31, 0.10); }
.contact-column-primary { background: linear-gradient(135deg, rgba(16, 46, 41, 0.98), rgba(33, 80, 70, 0.94) 56%, rgba(224, 138, 75, 0.28) 132%); }
.contact-column-primary h2, .contact-column-primary p, .contact-column-primary .contact-list a, .contact-column-primary .contact-list span, .contact-column-primary .field-group span, .contact-column-primary .field-note, .contact-column-primary .form-status { color: #fff7ec; }
.contact-column-primary .section-kicker { color: rgba(255, 246, 233, 0.76); }
.contact-list { display: grid; gap: 10px; margin-top: 6px; }
.contact-list a, .contact-list span { font-size: 1rem; font-weight: 700; text-decoration: none; color: var(--ink); }
.contact-list-secondary { padding-top: 6px; border-top: 1px solid rgba(20, 54, 49, 0.10); }
.contact-form { display: grid; gap: 16px; margin-top: 4px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field-group { display: grid; gap: 7px; }
.field-group span { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 246, 233, 0.82); }
.field-group input, .field-group select, .field-group textarea { width: 100%; border: 1px solid rgba(255, 246, 233, 0.16); border-radius: 16px; background: rgba(255, 248, 236, 0.10); color: #fff7ec; padding: 14px 16px; font: inherit; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.field-group input::placeholder, .field-group textarea::placeholder { color: rgba(255, 246, 233, 0.54); }
.field-group select option { color: var(--ink); }
.field-group input:focus, .field-group select:focus, .field-group textarea:focus { outline: none; border-color: rgba(255, 184, 112, 0.48); box-shadow: 0 0 0 3px rgba(255, 184, 112, 0.12); }
.field-group textarea { resize: vertical; min-height: 148px; }
.field-group-wide { grid-column: 1 / -1; }
.field-group-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form-meta { display: grid; gap: 10px; }
.field-note { margin: 0; font-size: 0.86rem; line-height: 1.6; color: rgba(255, 246, 233, 0.82); }
.form-actions { display: grid; gap: 10px; align-items: start; }
.form-actions .button { width: fit-content; min-width: 176px; }
.form-status { margin: 0; font-size: 0.9rem; line-height: 1.5; color: rgba(255, 246, 233, 0.86); }
.form-status.is-error { color: #ffd7c2; }
.form-status.is-success { color: #d6ffe8; }
.form-status.is-pending { color: #fff0d1; }
.form-status.is-setup { color: rgba(255, 246, 233, 0.84); }
.plain-list { margin: 0; padding-left: 18px; display: grid; gap: 10px; color: var(--muted); line-height: 1.72; }
.site-footer { padding: 0 0 10px; }
.site-footer-shell { padding-top: 6px; border-top: 1px solid rgba(20, 54, 49, 0.10); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.site-footer p, .site-footer a { font-size: 0.9rem; color: rgba(23, 39, 36, 0.78); text-decoration: none; }
body[data-page='index.html'] .site-footer { margin-top: -2px; }
body[data-page='index.html'] .site-footer-shell { padding-top: 4px; }
@media (max-width: 980px) { .home-mast-grid, .home-pillar-grid, .page-lead-shell, .contact-layout, .owner-story-featured, .owner-story-partner, .pricing-row, .simple-band, .service-lines, .boundary-list, .contact-form-grid { grid-template-columns: 1fr; } .pricing-row { gap: 10px; } .home-mast-copy { max-width: none; } .home-mast-shell { min-height: 0; } .home-mast-side { max-width: 34rem; } .home-pillar-card { min-height: 0; } .page-lead-panel { max-width: 34rem; } .pricing-row-band { justify-self: start; } }
@media (max-width: 840px) { .site-header::before { left: 0; right: 0; height: 108px; } .site-header-shell { min-height: 84px; margin-top: 10px; padding: 0 16px; } body[data-page='index.html'] .site-header-shell { min-height: 84px; } .header-mark { width: 104px; } body[data-page='index.html'] .header-mark { width: 104px; } .header-lockup { margin-left: -8px; padding-top: 14px; } body[data-page='index.html'] .header-lockup { padding-top: 14px; } .header-lockup-top { font-size: clamp(2rem, 4.1vw, 2.7rem); } body[data-page='index.html'] .header-lockup-top { font-size: clamp(2rem, 4.1vw, 2.7rem); } .header-lockup-bottom { margin-top: 3px; font-size: 0.64rem; } body[data-page='index.html'] .header-lockup-bottom { font-size: 0.64rem; } .header-lockup-bottom::before, .header-lockup-bottom::after { width: 44px; } .nav-toggle { display: inline-flex; align-items: center; justify-content: center; } .site-nav { position: fixed; top: 88px; left: 16px; right: 16px; display: grid; gap: 12px; padding: 18px; border-radius: 24px; background: rgba(16, 42, 38, 0.98); border: 1px solid rgba(255, 246, 233, 0.10); box-shadow: 0 20px 44px rgba(17, 30, 28, 0.20); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity 180ms ease, transform 180ms ease; } .site-nav::before { display: none; } body.nav-open .site-nav { opacity: 1; pointer-events: auto; transform: translateY(0); } .nav-link { justify-content: flex-start; min-height: 44px; padding: 8px 4px 14px 38px; font-size: 0.84rem; } body[data-page='index.html'] .nav-link { font-size: 0.84rem; padding: 8px 4px 14px 38px; } .nav-link::before { left: 0; top: 3px; width: 24px; height: 20px; } body[data-page='index.html'] .nav-link::before { width: 24px; height: 20px; } .nav-link::after { left: 28px; right: 0; width: auto; } body[data-page='index.html'] .nav-link::after { left: 28px; } .home-mast-shell { width: calc(100% - 36px); min-height: 0; } .home-mast-copy { max-width: none; padding-right: 12px; } .home-mast-copy::before { inset: -16px -14px -20px -18px; } .page-lead-shell { gap: 20px; } .page-lead-copy::before { inset: -18px -16px -22px -18px; } }
@media (max-width: 720px) { .section-shell { width: min(1240px, calc(100% - 32px)); } .site-header::before { left: 0; right: 0; } .site-header-shell { min-height: 78px; padding: 0 12px; } body[data-page='index.html'] .site-header-shell { min-height: 78px; } .header-logo { gap: 5px; } .header-mark { width: 90px; } body[data-page='index.html'] .header-mark { width: 90px; } .header-lockup { margin-left: -4px; padding-top: 12px; } body[data-page='index.html'] .header-lockup { padding-top: 12px; } .header-lockup-top { font-size: 1.76rem; } body[data-page='index.html'] .header-lockup-top { font-size: 1.76rem; } .header-lockup-bottom { font-size: 0.56rem; letter-spacing: 0.14em; } body[data-page='index.html'] .header-lockup-bottom { font-size: 0.56rem; } .header-lockup-bottom::before, .header-lockup-bottom::after { width: 26px; } .home-mast { min-height: 0; padding: 116px 0 40px; } .home-mast-shell { width: calc(100% - 28px); min-height: 0; } .home-mast-copy { padding-top: 0; padding-right: 8px; } .home-mast-copy::before { inset: -12px -10px -16px -12px; border-radius: 28px; } .home-scene-headline-stack { min-height: 170px; } .home-scene-headline { max-width: 10.4ch; font-size: clamp(2.56rem, 11vw, 4.02rem); } .home-scene-lead-stack { min-height: 156px; } .home-scene-copy-stack { min-height: 260px; } .home-scene-selector { width: 100%; } .home-scene-chip { flex: 1 1 calc(33.333% - 8px); min-width: 0; padding: 0 8px; font-size: 0.64rem; letter-spacing: 0.12em; } .home-mast-side h2 { font-size: clamp(1.72rem, 9vw, 2.32rem); } .home-pillar-card { padding: 20px 18px 18px; } .nav-link { min-height: auto; padding: 8px 0 14px 34px; } body[data-page='index.html'] .nav-link { padding: 8px 0 14px 34px; font-size: 0.74rem; } .nav-link::before { left: 0; width: 22px; height: 18px; } body[data-page='index.html'] .nav-link::before { width: 22px; height: 18px; } .nav-link::after { left: 26px; right: 0; } body[data-page='index.html'] .nav-link::after { left: 26px; } .page-lead { min-height: 0; padding: 108px 0 28px; } .page-lead-copy::before { inset: -14px -12px -16px -14px; border-radius: 28px; } .page-lead-panel { padding: 18px 18px 16px; border-radius: 24px; } .pillar-block, .pricing-section, .boundary-section, .owner-story, .contact-column, .simple-band { padding: 22px 20px; border-radius: 26px; } .action-row { width: 100%; } .button, .button-ghost { width: 100%; } h1 { font-size: clamp(2.9rem, 13vw, 4.7rem); } h2 { font-size: clamp(2rem, 10vw, 3.2rem); } .pillar-heading { grid-template-columns: 1fr; gap: 12px; } }
@keyframes sceneWash { 0% { opacity: 0; transform: scale(1.024); } 18% { opacity: 0.18; } 48% { opacity: 0.34; } 100% { opacity: 0; transform: scale(1); } }
@keyframes sceneDustBeam { 0% { opacity: 0; transform: translateX(20%) translateY(-4%) rotate(-6deg) scale(1.04); } 26% { opacity: 0.28; } 56% { opacity: 0.42; } 100% { opacity: 0; transform: translateX(-12%) translateY(2%) rotate(-2deg) scale(1); } }
@keyframes sceneGlowLift { 0% { opacity: 0; transform: scale(1.08); } 32% { opacity: 0.24; } 62% { opacity: 0.34; } 100% { opacity: 0; transform: scale(1); } }
@keyframes sceneSkyFlash { 0% { opacity: 0.2; } 28% { opacity: 0.34; } 62% { opacity: 0.2; } 100% { opacity: 0.12; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } .home-hero-slide { opacity: 0 !important; transform: none !important; } .home-hero-slide-1 { opacity: 1 !important; } }