:root {
  --bg: #08080a;
  --panel: #101014;
  --panel-2: #15151a;
  --text: #f2f1f5;
  --muted: #a8a5b0;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.22);
  --pink: #ff3b94;
  --cyan: #54d9e8;
  --max: 1180px;
  --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--text); color: var(--bg); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.ambient { position: fixed; border-radius: 999px; filter: blur(100px); opacity: .12; pointer-events: none; z-index: -1; }
.ambient-one { width: 420px; height: 420px; background: var(--pink); top: -180px; right: -120px; }
.ambient-two { width: 400px; height: 400px; background: var(--cyan); top: 62vh; left: -260px; opacity: .07; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; transition: .2s ease; }
.site-header.scrolled { background: rgba(8,8,10,.9); backdrop-filter: blur(18px); border-color: var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: .12em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 8px; background: linear-gradient(145deg, rgba(255,59,148,.14), rgba(84,217,232,.08)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.brand-word { font-size: .96rem; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { text-decoration: none; color: var(--muted); font-size: .88rem; }
.site-nav a:hover { color: var(--text); }
.nav-contact { border: 1px solid var(--line-strong); border-radius: 999px; padding: 9px 14px; color: var(--text) !important; }
.menu-toggle { display: none; color: var(--text); background: transparent; border: 0; }
.hero { padding: 78px 0 80px; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.9fr); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--cyan); font-weight: 800; font-size: .72rem; letter-spacing: .2em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 7vw, 6.7rem); line-height: .94; letter-spacing: -.07em; font-weight: 840; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border-radius: 10px; text-decoration: none; border: 1px solid transparent; font-weight: 750; cursor: pointer; }
.button-primary { color: #08080a; background: var(--text); }
.button-primary:hover { background: var(--pink); color: white; }
.button-secondary { border-color: var(--line-strong); background: rgba(255,255,255,.025); }
.button-secondary:hover { border-color: var(--cyan); }
.hero-system { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); padding: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.system-core { min-height: 175px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); padding: 22px; border-radius: 15px; background: radial-gradient(circle at 90% 10%, rgba(255,59,148,.2), transparent 35%), #0c0c10; }
.system-kicker { color: var(--muted); letter-spacing: .16em; font-size: .65rem; }
.system-core strong { margin-top: 10px; font-size: 2.8rem; letter-spacing: -.05em; }
.system-core small { color: var(--muted); }
.system-line { width: 1px; height: 26px; margin-left: 30px; background: var(--line-strong); }
.system-nodes { display: grid; gap: 8px; }
.system-nodes a { display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 10px; padding: 13px 15px; text-decoration: none; color: var(--muted); background: rgba(255,255,255,.015); }
.system-nodes a span { color: var(--pink); font-size: .72rem; }
.system-nodes a:hover { color: var(--text); border-color: var(--line-strong); transform: translateX(3px); }
.section { padding: 110px 0; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 42px; }
.section-heading h2, .about-title h2, .contact-copy h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.destination-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.destination { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; overflow: hidden; background: #101014; transition: transform .2s ease, border-color .2s ease; }
.destination::after { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -150px; border-radius: 50%; filter: blur(12px); opacity: .14; }
.destination-music::after, .destination-btr::after { background: var(--pink); }
.destination-tech::after, .destination-demo::after { background: var(--cyan); }
.destination:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.destination-top { display: flex; justify-content: space-between; color: var(--muted); font-size: .78rem; }
.destination-label { color: var(--cyan); font-size: .66rem; letter-spacing: .18em; margin: 0 0 10px; }
.destination h3 { margin: 0 0 13px; font-size: clamp(2rem,4vw,3.3rem); letter-spacing: -.05em; }
.destination p:last-child { max-width: 500px; color: var(--muted); margin: 0; }
.section-work { background: #0d0d11; border-block: 1px solid var(--line); }
.work-list { border-top: 1px solid var(--line); }
.work-item { display: grid; grid-template-columns: 56px 1fr auto; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.work-index { color: var(--pink); font-size: .75rem; }
.work-category { margin: 0 0 6px; color: var(--cyan); font-size: .62rem; letter-spacing: .18em; }
.work-content h3 { margin: 0 0 8px; font-size: 1.55rem; }
.work-content p:last-child { color: var(--muted); margin: 0; max-width: 720px; }
.work-item > a { text-decoration: none; white-space: nowrap; color: var(--muted); }
.work-item > a:hover { color: var(--text); }
.about-copy { padding-top: 5px; }
.contact-section { background: linear-gradient(145deg, #151117, #0a0b0d); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-copy > p { max-width: 500px; color: var(--muted); }
.email-link { display: inline-block; margin-top: 22px; font-size: clamp(1.25rem,3vw,2rem); text-decoration: none; font-weight: 760; }
.email-link:hover { color: var(--pink); }
.contact-note { font-size: .9rem; }
.contact-note a { color: var(--text); }
.contact-form { display: grid; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: rgba(8,8,10,.58); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: .8rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: var(--text); background: #0d0d11; border: 1px solid var(--line); border-radius: 9px; padding: 12px 13px; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.form-status { margin: 0; color: var(--muted); font-size: .77rem; }
.site-footer { border-top: 1px solid var(--line); padding: 58px 0 22px; background: #070709; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 55px; }
.footer-brand { margin-bottom: 15px; }
.footer-grid p { color: var(--muted); }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links a { text-decoration: none; color: var(--muted); font-size: .88rem; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 48px; padding-top: 20px; color: #74717a; font-size: .72rem; letter-spacing: .06em; }
.maker-mark { letter-spacing: .18em; }
@media (max-width: 880px) {
  .menu-toggle { display: flex; gap: 10px; align-items: center; }
  .menu-icon { width: 20px; height: 12px; border-block: 1px solid currentColor; }
  .site-nav { position: absolute; top: 70px; left: 20px; right: 20px; display: none; padding: 14px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 14px; background: rgba(12,12,15,.97); box-shadow: 0 25px 60px rgba(0,0,0,.45); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-contact { border: 0; border-radius: 0; }
  .hero { grid-template-columns: 1fr; gap: 44px; padding-top: 55px; }
  .hero-system { max-width: 620px; }
  .section-heading { display: grid; gap: 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 66px; }
  .hero { padding: 46px 0 58px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .section { padding: 78px 0; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination { min-height: 270px; }
  .work-item { grid-template-columns: 28px 1fr; gap: 16px; }
  .work-item > a { grid-column: 2; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 20px; align-items: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* WEB-001-B01 route and mobile refinements */
.section-end-link { margin-top: 32px; display: flex; justify-content: flex-end; }
.page-hero { padding: 92px 0 74px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 920px; }
.page-lede { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem,2vw,1.3rem); }
.content-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.content-grid h2 { margin: 0; font-size: clamp(2.2rem,4.6vw,4.7rem); line-height: 1; letter-spacing: -.055em; }
.prose { max-width: 760px; } .prose p { color: var(--muted); font-size: 1.05rem; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.principle-grid article { min-height: 250px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #101014; }
.principle-grid span, .project-directory span { color: var(--cyan); font-size: .68rem; letter-spacing: .16em; }
.principle-grid h3 { margin: 70px 0 12px; font-size: 1.8rem; } .principle-grid p { color: var(--muted); }
.project-directory { display: grid; gap: 12px; }
.project-directory a { display: grid; grid-template-columns: 170px 1fr 1.2fr auto; gap: 24px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.project-directory a:first-child { border-top: 1px solid var(--line); }
.project-directory h2 { margin: 0; font-size: clamp(1.5rem,3vw,2.5rem); letter-spacing: -.04em; }
.project-directory p { color: var(--muted); margin: 0; } .project-directory b { color: var(--muted); white-space: nowrap; }
.project-directory a:hover b { color: var(--pink); }
.legal-page { min-height: 64vh; }
.legal-placeholder { max-width: 790px; margin-top: 40px; padding: 26px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.legal-placeholder strong { color: var(--pink); letter-spacing: .12em; font-size: .76rem; } .legal-placeholder p { color: var(--muted); }
@media (max-width: 880px) { .content-grid { grid-template-columns: 1fr; gap: 38px; } .principle-grid { grid-template-columns: 1fr; } .principle-grid article { min-height: 190px; } .principle-grid h3 { margin-top: 45px; } .project-directory a { grid-template-columns: 105px 1fr auto; } .project-directory p { grid-column: 2 / -1; } }
@media (max-width: 640px) { .page-hero { padding: 58px 0 52px; } .page-hero h1 { font-size: clamp(2.85rem,14vw,4.4rem); } .section-end-link { justify-content: stretch; } .project-directory a { grid-template-columns: 1fr auto; gap: 9px 16px; padding: 24px 0; } .project-directory span { grid-column: 1 / -1; } .project-directory h2 { grid-column: 1 / -1; } .project-directory p { grid-column: 1 / -1; } .project-directory b { grid-column: 1 / -1; } .footer-bottom { flex-direction: column; align-items: flex-start; } .contact-form { padding: 18px; } }

/* WEB-001-B01 staging, accessibility, and integration refinements */
.site-nav a[aria-current="page"] { color: var(--text); }
.site-nav a[aria-current="page"]::after { content: ""; display: block; height: 1px; margin-top: 4px; background: var(--pink); }
.contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible { border-color: var(--cyan); outline-offset: 2px; }
.contact-form button:disabled { cursor: not-allowed; opacity: .58; background: #b8b5bd; color: #08080a; }
.form-status { max-width: 62ch; }
.project-directory a, .destination, .work-item { min-width: 0; }
.project-directory p, .work-content p, .page-lede, .prose p { overflow-wrap: anywhere; }
@media (max-width: 640px) {
  .site-nav { left: 14px; right: 14px; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; }
  .site-nav a[aria-current="page"]::after { display: none; }
  .hero-system { padding: 16px; }
  .system-core { min-height: 150px; padding: 18px; }
  .system-core strong { font-size: 2.35rem; }
  .destination, .principle-grid article { padding: 20px; }
  .legal-placeholder { padding: 20px; }
}
@media (max-width: 380px) {
  .shell { width: min(calc(100% - 22px), var(--max)); }
  h1, .page-hero h1 { font-size: clamp(2.65rem, 14vw, 3.65rem); }
  .brand { gap: 8px; }
  .brand-word { letter-spacing: .08em; }
}

/* WEB-001-F02 Managed Forms integration */
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.turnstile-slot { min-height: 70px; display: flex; align-items: center; overflow: hidden; }
.contact-form button:disabled { cursor: not-allowed; opacity: .58; }
.form-status[data-state="success"] { color: #9be7be; }
.form-status[data-state="validation-error"],
.form-status[data-state="turnstile-incomplete"],
.form-status[data-state="rejected"],
.form-status[data-state="rate-limited"],
.form-status[data-state="temporarily-unavailable"],
.form-status[data-state="unexpected-error"] { color: #ffb6c9; }

.form-honeypot[hidden] { display: none !important; }
.form-status[data-state="verification-loading"] { color: var(--muted); }
.form-status[data-state="turnstile-error"] { color: #ffb6c9; }


/* WEB-001-B01 maintainers-only staging visibility */
.staging-indicator {
  margin: 0 auto 22px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #8d8993;
  background: rgba(255,255,255,.018);
  font-size: .7rem;
  letter-spacing: .055em;
}
.legal-placeholder h2 { margin: 28px 0 8px; font-size: 1.15rem; letter-spacing: -.02em; }
.legal-placeholder a { color: var(--text); }


/* WEB-001-B01 branding and copy polish */
.brand-lockup { display: grid; gap: 1px; line-height: 1; }
.brand-company { color: var(--muted); font-size: .56rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header .brand { position: relative; padding: 5px 8px 5px 5px; border: 1px solid transparent; border-radius: 10px; }
.site-header .brand::after { content: ""; position: absolute; inset: auto 8px 2px 48px; height: 1px; background: linear-gradient(90deg, var(--pink), var(--cyan)); opacity: .7; }
.site-header .brand:hover { border-color: var(--line); background: rgba(255,255,255,.02); }
.destination-action { display: inline-flex; margin-top: 24px; color: var(--text); font-size: .78rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.destination:hover .destination-action { color: var(--pink); }
.about-copy { max-width: 680px; }
.footer-brand { padding: 5px 0; }
.footer-brand .brand-mark { border-color: var(--line-strong); }
.maker-mark { display: inline-flex; align-items: center; gap: 8px; font-weight: 760; color: #96919c; }
.maker-mark::before { content: ""; width: 24px; height: 1px; background: linear-gradient(90deg, var(--pink), var(--cyan)); }
@media (max-width: 640px) {
  .brand-company { font-size: .5rem; letter-spacing: .13em; }
  .site-header .brand { padding-right: 6px; }
  .site-header .brand::after { right: 6px; }
  .destination-action { margin-top: 20px; }
}


/* WEB-001-B01 approved CESRB Creative LLC brand integration */
:root { --brand-silver: #b8b8b8; --brand-black: #080808; --brand-charcoal: #1a1a1a; }
.site-header .brand { min-width: 0; padding: 4px 6px; border-radius: 8px; }
.site-header .brand::after { inset: auto 10px 1px 10px; background: var(--pink); opacity: .72; }
.brand-logo { display: block; line-height: 0; }
.brand-logo img { display: block; width: 220px; height: auto; max-height: 48px; object-fit: contain; object-position: left center; }
.hero-system { position: relative; isolation: isolate; overflow: hidden; }
.hero-brand-watermark { position: absolute; z-index: -1; right: -42px; top: 50%; width: min(330px, 55%); transform: translateY(-50%) rotate(-2deg); opacity: .16; filter: saturate(.92) contrast(1.08); pointer-events: none; }
.hero-system::before, .hero-system::after { content: ""; position: absolute; width: 72px; height: 72px; pointer-events: none; opacity: .75; }
.hero-system::before { top: 12px; left: 12px; border-top: 1px solid var(--pink); border-left: 1px solid var(--brand-silver); clip-path: polygon(0 0,100% 0,100% 1px,18px 1px,1px 18px,1px 100%,0 100%); }
.hero-system::after { right: 12px; bottom: 12px; border-right: 1px solid var(--pink); border-bottom: 1px solid var(--brand-silver); }
h1, h2, .destination h3, .work-content h3 { text-shadow: 0 1px 0 rgba(255,255,255,.06); }
.section-heading, .about-title { position: relative; }
.section-heading::before, .about-title::before { content: ""; position: absolute; left: -18px; top: 3px; width: 8px; height: 28px; border-left: 2px solid var(--pink); border-top: 1px solid var(--brand-silver); }
.destination { position: relative; }
.destination::before { content: ""; position: absolute; top: 12px; left: 12px; width: 18px; height: 18px; border-top: 1px solid rgba(255,30,122,.78); border-left: 1px solid rgba(184,184,184,.7); pointer-events: none; }
.footer-brand { display: inline-flex; padding: 4px 0; }
.footer-logo-image { display: block; width: min(290px, 100%); height: auto; max-height: 70px; object-fit: contain; object-position: left center; }
.site-footer { position: relative; }
.site-footer::before { content: ""; position: absolute; top: -1px; left: max(20px, calc((100% - var(--max))/2)); width: 130px; height: 2px; background: linear-gradient(90deg,var(--pink),var(--brand-silver),transparent); }
@media (max-width: 880px) { .brand-logo img { width: 198px; max-height: 44px; } }
@media (max-width: 640px) {
  .site-header .brand { padding: 2px; }
  .site-header .brand::after { display: none; }
  .brand-logo img { width: 42px; height: 42px; border-radius: 9px; object-fit: cover; }
  .hero-brand-watermark { right: -26px; width: 250px; opacity: .13; }
  .section-heading::before, .about-title::before { left: -9px; height: 20px; }
  .footer-logo-image { width: 230px; }
}

/* WEB-001-B01 brand hierarchy and commercial credibility repair */
.brand-clean,
.footer-wordmark {
  display: inline-grid;
  grid-template-columns: auto;
  gap: 2px;
  text-decoration: none;
  line-height: 1;
}
.brand-clean { position: relative; padding: 3px 6px 5px 0 !important; border: 0 !important; background: transparent !important; }
.brand-clean::before { content: ""; position: absolute; left: 0; bottom: 0; width: 54px; height: 1px; background: var(--pink); box-shadow: 12px 0 0 rgba(184,184,184,.35); }
.brand-clean::after { display: none !important; }
.brand-word { display: block; color: #ececef; font-size: 1.12rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.brand-word > span { color: var(--pink); }
.brand-support { color: var(--muted); font-size: .53rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.brand-mobile-mark { display: none; width: 36px; height: 36px; border-radius: 8px; object-fit: cover; }

.hero { align-items: stretch; }
.hero-copy { align-self: center; }
.hero h1 { max-width: 830px; }
.hero-lede { max-width: 560px; font-size: clamp(1.1rem,2vw,1.35rem); }
.hero-system { background: linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.01)); }
.hero-system::before { width: 96px; height: 96px; }
.hero-system::after { width: 120px; height: 120px; opacity: .5; }
.system-core strong { color: #ececef; letter-spacing: .09em; }
.system-core strong::after { content: ""; display: block; width: 58px; height: 2px; margin-top: 12px; background: linear-gradient(90deg,var(--pink),var(--brand-silver)); }

.compact-heading { margin-bottom: 32px; }
.capability-section { background: #0c0c0f; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-width: 0; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.capability-grid span { color: var(--pink); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.capability-grid h3 { margin: 34px 0 10px; font-size: clamp(1.3rem,2.2vw,1.85rem); }
.capability-grid p { margin: 0; color: var(--muted); line-height: 1.65; }


.text-link { color: var(--text); font-weight: 760; text-decoration: none; white-space: nowrap; }
.text-link:hover { color: var(--pink); }

.work-featured { border-color: rgba(255,30,122,.42); background: linear-gradient(90deg,rgba(255,30,122,.055),transparent 60%); }
.work-featured .work-category { color: var(--pink); }

.footer-identity { align-self: start; }
.footer-wordmark .brand-word { font-size: 1.4rem; }
.footer-wordmark .brand-support { font-size: .58rem; }
.footer-finish { padding-top: 8px; padding-bottom: 24px; overflow: hidden; }
.footer-signature-wordmark { display: block; width: min(760px,72vw); height: auto; opacity: .96; filter: drop-shadow(0 0 18px rgba(255,30,122,.08)); }
.footer-finish::after { content: ""; display: block; width: min(540px,58vw); height: 1px; margin-top: 8px; background: linear-gradient(90deg,var(--pink),rgba(184,184,184,.45),transparent); }

@media (max-width: 1024px) {
  .capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }}
@media (max-width: 768px) {  .footer-signature-wordmark { width: min(680px,90vw); }
}
@media (max-width: 640px) {
  .brand-word, .brand-support { display: none; }
  .brand-mobile-mark { display: block; }
  .brand-clean { padding: 0 !important; }
  .brand-clean::before { display: none; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { padding: 22px; }
  .capability-grid h3 { margin-top: 24px; }
    .footer-wordmark .brand-word, .footer-wordmark .brand-support { display: block; }
  .footer-signature-wordmark { width: 94vw; max-width: 600px; }
}


/* WEB-001-B01 approved transparent production-brand integration */
.brand-approved {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-decoration: none;
}
.brand-approved::before,
.brand-approved::after { display: none !important; }
.brand-approved picture { display: block; line-height: 0; }
.brand-desktop-logo {
  display: block;
  width: clamp(236px, 22vw, 330px);
  height: 68px;
  object-fit: contain;
  object-position: left center;
}
.brand-mobile-logo { display: none; width: 42px; height: 42px; object-fit: contain; }
.footer-company-name {
  display: inline-block;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-company-name:hover { color: var(--pink); }
.footer-signature-approved {
  display: block;
  width: min(360px, 42vw);
  max-height: 150px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 24px rgba(255,30,122,.1));
}
.footer-finish { padding-top: 18px; padding-bottom: 26px; }
.footer-finish::after {
  content: "";
  display: block;
  width: min(520px, 56vw);
  height: 1px;
  margin-top: 2px;
  background: linear-gradient(90deg,var(--pink),rgba(184,184,184,.42),transparent);
}
@media (max-width: 880px) {
  .brand-desktop-logo { width: 250px; height: 58px; }
}
@media (max-width: 640px) {
  .brand-approved picture { display: none; }
  .brand-mobile-logo { display: block; }
  .footer-signature-approved { width: min(300px, 78vw); max-height: 126px; }
}

/* WEB-001-B01 approved production asset correction */
.footer-signature-approved { display: none !important; }
.footer-logo-approved {
  display: block;
  width: min(360px, 42vw);
  height: auto;
  max-height: 138px;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 640px) {
  .footer-logo-approved { width: min(300px, 78vw); max-height: 116px; }
}

/* WEB-001-B01 focused landing-page layout */
.landing-main { min-height: 60vh; }
.landing-hero { padding: clamp(72px, 10vw, 132px) 0 clamp(64px, 8vw, 104px); }
.landing-hero-copy { max-width: 980px; }
.landing-hero h1 { max-width: 980px; font-size: clamp(3.4rem, 7.5vw, 7.2rem); }
.landing-hero .hero-lede { max-width: 680px; }
.landing-destinations { padding-top: 84px; }
.landing-heading { align-items: end; }
.landing-grid .destination { min-height: 290px; }
.landing-secondary-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.landing-secondary-links a { min-width: 0; display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; align-items: start; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.012); text-decoration: none; }
.landing-secondary-links strong { font-size: 1rem; }
.landing-secondary-links span { grid-column: 1; color: var(--muted); font-size: .84rem; }
.landing-secondary-links b { grid-column: 2; grid-row: 1 / span 2; color: var(--pink); font-weight: 700; }
.landing-secondary-links a:hover { border-color: var(--line-strong); transform: translateY(-2px); }
@media (max-width: 768px) {
  .landing-hero { padding-top: 58px; }
  .landing-hero h1 { font-size: clamp(3rem, 13.5vw, 5.4rem); }
  .landing-secondary-links { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .landing-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); line-height: .96; }
  .landing-destinations { padding-top: 64px; }
  .landing-grid .destination { min-height: 250px; }
}
