.static-page,
:root {
    --hsh-static-bg: #0e0400;
    --hsh-static-ink: #1c0800;
    --hsh-static-text: #fff5e0;
    --hsh-static-surface: #ffffff;
    --hsh-static-surface-warm: #fffaf2;
    --hsh-static-saffron: #ff6b00;
    --hsh-static-primary: #e8600a;
    --hsh-static-primary-strong: #c84d00;
    --hsh-static-leaf: #138808;
    --hsh-static-blue: #27447b;
    --hsh-static-neutral-warm: #fafaf8;
    --hsh-static-success-text: #226843;
    --hsh-static-cta-success-text: #0f6a08;
    --hsh-static-warning-text: #9a3f05;
    --hsh-static-contact-focus: #9ec5fe;
    --hsh-static-error-bg: #fff0f0;
    --hsh-static-error-border: #ffc6c6;
    --hsh-static-error-text: #9f2b2b;
    --hsh-static-gradient-start: #b87944;
    --hsh-static-gradient-end: #4a8b67;
}

.app-page-shell--static-page,
.app-content-shell--static-page {
    background: var(--hsh-static-bg);
    min-height: 100vh;
    padding: 0;
}

.static-page {
    background: var(--hsh-static-bg);
    color: var(--hsh-static-text);
    font-family: var(--hsh-ds-font-body);
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 68px;
}

.static-page *,
.static-page *::before,
.static-page *::after {
    box-sizing: border-box;
}

.static-page a {
    text-decoration: none;
}

.static-nav {
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgba(14, 4, 0, 0.65);
    border-bottom: 1px solid rgba(255, 245, 224, 0.05);
    display: flex;
    height: 68px;
    justify-content: space-between;
    left: 0;
    padding: 0 clamp(16px, 4vw, 48px);
    position: fixed;
    right: 0;
    top: 0;
    transition: background 0.4s ease, border-color 0.4s ease;
    z-index: 1000;
}

.static-nav--light {
    background: rgba(14, 4, 0, 0.65);
    border-bottom-color: rgba(255, 245, 224, 0.05);
}

.static-brand {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 0;
}

.static-brand img {
    height: 40px;
    object-fit: contain;
    width: 40px;
}

.static-brand > span {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    white-space: nowrap;
}

.static-brand__name {
    background: linear-gradient(90deg, var(--hsh-static-saffron), var(--hsh-static-primary) 35%, var(--hsh-static-text) 60%, var(--hsh-static-leaf));
    background-clip: text;
    color: transparent;
    font-family: var(--hsh-ds-font-display);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.static-nav--light .static-brand__name {
    background: linear-gradient(90deg, var(--hsh-static-saffron), var(--hsh-static-primary) 35%, var(--hsh-static-text) 60%, var(--hsh-static-leaf));
    background-clip: text;
    -webkit-background-clip: text;
}

.static-brand__meta {
    color: rgba(255, 245, 224, 0.42);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 1px;
    text-transform: uppercase;
}

.static-nav--light .static-brand__meta {
    color: rgba(255, 245, 224, 0.42);
}

.static-nav__links {
    align-items: center;
    display: flex;
    gap: 14px;
}

.static-nav__link {
    align-items: center;
    color: rgba(255, 245, 224, 0.62);
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    gap: 6px;
    line-height: 1;
}

.static-nav__link:hover,
.static-nav__link:focus {
    color: var(--hsh-static-primary);
}

.static-nav--light .static-nav__link {
    color: rgba(255, 245, 224, 0.62);
}

.static-nav__page {
    color: rgba(255, 245, 224, 0.34);
    display: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.static-btn {
    align-items: center;
    background: var(--hsh-static-primary);
    border: 0;
    border-radius: 28px;
    color: var(--hsh-static-surface);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    padding: 9px 20px;
}

.static-nav .static-btn {
    border-radius: 22px;
    font-size: 13px;
    font-weight: 600;
    min-height: 0;
    min-width: 0;
    padding: 8px 18px;
}

.static-btn:hover,
.static-btn:focus {
    background: var(--hsh-static-primary-strong);
    color: var(--hsh-static-surface);
}

.static-hero {
    background:
        radial-gradient(ellipse at 18% 50%, rgba(232, 96, 10, 0.14), transparent 55%),
        radial-gradient(ellipse at 85% 30%, rgba(196, 135, 10, 0.08), transparent 50%),
        var(--hsh-static-bg);
    overflow: hidden;
    padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 80px);
    position: relative;
}

.static-hero::after,
.static-legal-hero::after,
.static-strip::before,
.static-strip::after {
    background: linear-gradient(90deg, var(--hsh-static-saffron), var(--hsh-static-surface), var(--hsh-static-leaf));
    content: "";
    height: 3px;
    left: 0;
    opacity: 0.38;
    position: absolute;
    right: 0;
}

.static-hero::after,
.static-strip::after,
.static-legal-hero::after {
    bottom: 0;
}

.static-strip::before {
    top: 0;
}

.static-hero__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(36px, 5vw, 76px);
    justify-content: center;
    margin: 0 auto;
    max-width: 1040px;
}

.static-hero__copy {
    flex: 1 1 320px;
    max-width: 540px;
}

.static-kicker {
    align-items: center;
    background: rgba(232, 96, 10, 0.09);
    border: 1px solid rgba(232, 96, 10, 0.24);
    border-radius: 24px;
    color: var(--hsh-static-primary);
    display: inline-flex;
    font-size: 11.5px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    padding: 6px 16px;
}

.static-kicker::before {
    background: var(--hsh-static-primary);
    border-radius: 50%;
    content: "";
    height: 5px;
    width: 5px;
}

.static-hero h1,
.static-section h2,
.static-legal-hero h1 {
    font-family: var(--hsh-ds-font-display);
}

.static-hero h1 {
    font-size: clamp(40px, 7vw, 80px);
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.04;
    margin: 0 0 22px;
}

.static-hero h1 em,
.static-hero h1 strong {
    color: var(--hsh-static-primary);
    display: block;
    font-style: normal;
}

.static-hero p {
    color: rgba(255, 245, 224, 0.62);
    font-size: clamp(14px, 1.8vw, 17px);
    line-height: 1.85;
    max-width: 460px;
}

.static-hero--centered {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 52vh;
    text-align: center;
}

.static-hero--centered p {
    margin-inline: auto;
}

.static-logo-card {
    align-items: center;
    background: linear-gradient(145deg, var(--hsh-static-ink), var(--hsh-static-bg));
    border: 1px solid rgba(232, 96, 10, 0.18);
    border-radius: 32px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5), 0 0 60px rgba(232, 96, 10, 0.07);
    display: flex;
    height: clamp(200px, 30vw, 260px);
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: clamp(200px, 30vw, 260px);
}

.static-logo-card::before,
.static-logo-card::after {
    background: linear-gradient(90deg, var(--hsh-static-saffron), var(--hsh-static-surface), var(--hsh-static-leaf));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.static-logo-card::before {
    top: 0;
}

.static-logo-card::after {
    bottom: 0;
    opacity: 0.3;
}

.static-logo-card img {
    height: 62%;
    object-fit: contain;
    width: 62%;
}

.static-section {
    padding: clamp(72px, 9vw, 112px) clamp(20px, 5vw, 64px);
}

.static-section--cream {
    background: var(--hsh-static-surface-warm);
    color: var(--hsh-static-ink);
}

.static-section--ivory {
    background: var(--hsh-static-text);
    color: var(--hsh-static-ink);
}

.static-section--dark {
    background: var(--hsh-static-bg);
    color: var(--hsh-static-text);
}

.static-container {
    margin: 0 auto;
    max-width: 1040px;
}

.static-section__header {
    margin: 0 auto 52px;
    max-width: 760px;
    text-align: center;
}

.static-eyebrow {
    color: var(--hsh-static-primary);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.static-section h2 {
    font-size: clamp(28px, 5vw, 54px);
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 16px;
}

.static-section p {
    font-size: 14.5px;
    line-height: 1.78;
}

.static-muted {
    color: rgba(28, 8, 0, 0.56);
}

.static-section--dark .static-muted,
.static-strip .static-muted {
    color: rgba(255, 245, 224, 0.58);
}

.static-card-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.static-card {
    background: var(--hsh-static-surface);
    border: 1px solid rgba(28, 8, 0, 0.05);
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(28, 8, 0, 0.06);
    padding: 28px 24px;
}

.static-card h3 {
    color: var(--hsh-static-ink);
    font-family: var(--hsh-ds-font-display);
    font-size: 20px;
    font-weight: 700;
}

.static-card__icon {
    align-items: center;
    background: rgba(232, 96, 10, 0.09);
    border-radius: 14px;
    color: var(--hsh-static-primary);
    display: inline-flex;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    margin-bottom: 14px;
    width: 48px;
}

.static-timeline {
    margin: 0 auto;
    max-width: 760px;
    padding-left: 48px;
    position: relative;
}

.static-timeline::before {
    background: linear-gradient(to bottom, var(--hsh-static-primary), rgba(232, 96, 10, 0.08));
    border-radius: 2px;
    bottom: 8px;
    content: "";
    left: 14px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.static-timeline__item {
    margin-bottom: 42px;
    position: relative;
}

.static-timeline__item::before {
    background: var(--hsh-static-primary);
    border: 2px solid rgba(232, 96, 10, 0.5);
    border-radius: 50%;
    content: "";
    height: 14px;
    left: -40px;
    position: absolute;
    top: 8px;
    width: 14px;
}

.static-timeline__item h3 {
    color: var(--hsh-static-text);
    font-family: var(--hsh-ds-font-display);
    font-size: clamp(19px, 2.8vw, 25px);
    font-weight: 700;
}

.team-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-card {
    background: var(--hsh-static-surface);
    border: 1px solid rgba(28, 8, 0, 0.05);
    border-radius: 22px;
    box-shadow: 0 2px 18px rgba(28, 8, 0, 0.07);
    overflow: hidden;
}

.team-card__avatar {
    align-items: center;
    color: var(--hsh-static-surface);
    display: flex;
    font-family: var(--hsh-ds-font-display);
    font-size: 32px;
    font-weight: 700;
    height: 180px;
    justify-content: center;
}

.team-card__body {
    padding: 20px 18px 22px;
}

.team-card h3 {
    color: var(--hsh-static-ink);
    font-family: var(--hsh-ds-font-display);
    font-size: 18px;
    font-weight: 700;
}

.team-card strong {
    color: var(--hsh-static-primary);
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.static-strip {
    background: linear-gradient(135deg, var(--hsh-static-ink), var(--hsh-static-bg));
    overflow: hidden;
    padding: clamp(56px, 7vw, 88px) clamp(20px, 5vw, 64px);
    position: relative;
    text-align: center;
}

.static-strip blockquote {
    color: var(--hsh-static-text);
    font-family: var(--hsh-ds-font-display);
    font-size: clamp(22px, 4vw, 42px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 auto 32px;
    max-width: 760px;
}

.contact-layout {
    align-items: flex-start;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
}

.contact-card,
.contact-form {
    background: var(--hsh-static-surface);
    border: 1px solid rgba(28, 8, 0, 0.05);
    border-radius: 22px;
    box-shadow: 0 2px 18px rgba(28, 8, 0, 0.07);
    color: var(--hsh-static-ink);
    padding: clamp(24px, 4vw, 40px);
}

.contact-item {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.contact-item__icon {
    align-items: center;
    background: rgba(232, 96, 10, 0.08);
    border-radius: 10px;
    color: var(--hsh-static-primary);
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
}

.contact-form label {
    color: rgba(28, 8, 0, 0.5);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    background: var(--hsh-static-neutral-warm);
    border: 1.5px solid rgba(28, 8, 0, 0.1);
    border-radius: 11px;
    color: var(--hsh-static-ink);
    font-family: var(--hsh-ds-font-body);
    font-size: 14px;
    padding: 12px 14px;
    width: 100%;
}

.contact-form textarea {
    line-height: 1.7;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--hsh-static-primary);
    box-shadow: 0 0 0 3px rgba(232, 96, 10, 0.12);
    outline: none;
}

.contact-form__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form__stack {
    display: grid;
    gap: 18px;
}

.contact-form__stack--spaced {
    margin-top: 24px;
}

.contact-submit {
    border: 0;
    border-radius: 14px;
    min-height: 48px;
    width: 100%;
}

.contact-card--spaced {
    margin-top: 28px;
}

.contact-card__brand-row {
    align-items: center;
    border-bottom: 1px solid rgba(28, 8, 0, 0.06);
    display: flex;
    gap: 12px;
    padding-bottom: 18px;
}

.contact-card__brand-logo {
    height: 44px;
    object-fit: contain;
    width: 44px;
}

.static-muted--flush {
    margin: 0;
}

.static-muted--privacy {
    font-size: 12px;
    text-align: center;
}

.static-link-accent {
    color: var(--hsh-static-primary) !important;
    font-weight: 600;
}

.contact-status {
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 18px;
    padding: 12px 14px;
}

.contact-status--success {
    background: rgba(19, 136, 8, 0.1);
    border: 1px solid rgba(19, 136, 8, 0.22);
    color: var(--hsh-static-cta-success-text);
}

.contact-status--error {
    background: rgba(232, 96, 10, 0.1);
    border: 1px solid rgba(232, 96, 10, 0.28);
    color: var(--hsh-static-warning-text);
}

.contact-status--pending {
    background: rgba(28, 8, 0, 0.06);
    border: 1px solid rgba(28, 8, 0, 0.12);
    color: rgba(28, 8, 0, 0.68);
    text-align: center;
}

.static-legal {
    background: var(--hsh-static-surface-warm);
    color: var(--hsh-static-ink);
    font-family: var(--hsh-ds-font-body);
    min-height: 100vh;
    padding-top: 68px;
}

.static-legal *,
.static-legal *::before,
.static-legal *::after {
    box-sizing: border-box;
}

.static-legal-hero {
    background: linear-gradient(135deg, var(--hsh-static-ink), var(--hsh-static-bg));
    overflow: hidden;
    padding: clamp(56px, 7vw, 88px) 0;
    position: relative;
}

.static-legal-hero::before {
    background: linear-gradient(90deg, var(--hsh-static-saffron), var(--hsh-static-surface), var(--hsh-static-leaf));
    content: "";
    height: 3px;
    left: 0;
    opacity: 0.45;
    position: absolute;
    right: 0;
    top: 0;
}

.static-legal-hero__inner,
.legal-body {
    margin: 0 auto;
    max-width: 880px;
    width: min(880px, calc(100% - clamp(40px, 10vw, 128px)));
}

.static-legal-hero h1 {
    color: var(--hsh-static-text);
    font-size: clamp(36px, 6vw, 60px);
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 14px;
}

.static-legal-hero p {
    color: rgba(255, 245, 224, 0.56);
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.72;
    margin: 0;
    max-width: 720px;
}

.legal-body {
    padding: clamp(48px, 7vw, 78px) 0 clamp(64px, 8vw, 96px);
}

.legal-body h2 {
    color: var(--hsh-static-ink);
    font-family: var(--hsh-ds-font-display);
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 700;
    line-height: 1.25;
    margin: 42px 0 12px;
}

.legal-body > h2:first-of-type {
    margin-top: 34px;
}

.legal-body h3 {
    color: var(--hsh-static-primary);
    font-family: var(--hsh-ds-font-display);
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0 8px;
}

.legal-body p,
.legal-body li {
    color: rgba(28, 8, 0, 0.72);
    font-size: 15px;
    line-height: 1.86;
}

.legal-body p {
    margin-bottom: 14px;
}

.legal-body ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 10px 0 18px 24px;
    padding-left: 14px;
}

.legal-body strong {
    color: var(--hsh-static-ink);
    font-weight: 600;
}

.legal-callout {
    background: rgba(232, 96, 10, 0.06);
    border: 1px solid rgba(232, 96, 10, 0.18);
    border-radius: 16px;
    margin-top: 12px;
    padding: 22px 24px;
}

.legal-links {
    border-top: 1px solid rgba(28, 8, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
    padding-top: 28px;
}

.legal-links a {
    border: 1px solid rgba(232, 96, 10, 0.25);
    border-radius: 20px;
    color: var(--hsh-static-primary);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
}

.legal-links a:hover,
.legal-links a:focus {
    background: rgba(232, 96, 10, 0.07);
}

.hsh-site-footer {
    background: var(--hsh-static-bg);
    border-top: 1px solid rgba(255, 245, 224, 0.07);
    color: rgba(255, 245, 224, 0.56);
    font-family: var(--hsh-ds-font-body);
}

.hsh-site-footer__body {
    display: grid;
    gap: clamp(32px, 4vw, 56px);
    grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(130px, 0.65fr)) minmax(220px, 1fr);
    margin: 0 auto;
    max-width: 1200px;
    padding: clamp(52px, 7vw, 80px) clamp(20px, 5vw, 64px) 40px;
}

.hsh-site-footer__brand {
    max-width: 320px;
}

.hsh-site-footer__logo {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    min-width: 0;
}

.hsh-site-footer__logo img {
    height: 50px;
    object-fit: contain;
    width: 50px;
}

.hsh-site-footer__name {
    background: linear-gradient(90deg, var(--hsh-static-saffron), var(--hsh-static-primary) 35%, var(--hsh-static-text) 60%, var(--hsh-static-leaf));
    background-clip: text;
    color: transparent;
    display: block;
    font-family: var(--hsh-ds-font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hsh-site-footer__tag {
    color: rgba(255, 245, 224, 0.45);
    display: block;
    font-size: 9px;
    letter-spacing: 2px;
    margin-top: 2px;
    text-transform: uppercase;
}

.hsh-site-footer__description {
    color: rgba(255, 245, 224, 0.38);
    font-size: 13px;
    line-height: 1.78;
    margin: 0 0 18px;
    max-width: 270px;
}

.hsh-site-footer__company {
    border-top: 1px solid rgba(255, 245, 224, 0.06);
    color: rgba(255, 245, 224, 0.28);
    font-size: 11.5px;
    line-height: 1.68;
    margin: 0;
    max-width: 270px;
    padding-top: 14px;
}

.hsh-site-footer__company strong {
    color: rgba(255, 245, 224, 0.48);
    font-weight: 500;
}

.hsh-site-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.hsh-site-footer__social a {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 245, 224, 0.1);
    border-radius: 50%;
    color: rgba(255, 245, 224, 0.68);
    display: flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 36px;
}

.hsh-site-footer__social a:hover,
.hsh-site-footer__social a:focus {
    background: rgba(232, 96, 10, 0.25);
    border-color: var(--hsh-static-primary);
    color: var(--hsh-static-text);
}

.hsh-site-footer__column h4 {
    color: rgba(255, 245, 224, 0.35);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.hsh-site-footer__column a {
    color: rgba(255, 245, 224, 0.58);
    display: block;
    font-size: 13.5px;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hsh-site-footer__column a:hover,
.hsh-site-footer__column a:focus {
    color: var(--hsh-static-primary);
}

.hsh-site-footer__cta {
    align-items: center;
    background: var(--hsh-static-primary);
    border-radius: 22px;
    color: var(--hsh-static-surface) !important;
    display: inline-flex !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    gap: 6px;
    margin-top: 8px;
    padding: 9px 18px;
}

.hsh-site-footer__cta:hover,
.hsh-site-footer__cta:focus {
    background: var(--hsh-static-primary-strong);
}

.hsh-site-footer__contact {
    max-width: 280px;
}

.hsh-site-footer__contact-row {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.hsh-site-footer__contact-row i {
    color: var(--hsh-static-primary);
    flex: 0 0 auto;
    font-size: 14px;
    margin-top: 2px;
}

.hsh-site-footer__contact-row p,
.hsh-site-footer__contact-row a {
    color: rgba(255, 245, 224, 0.52);
    font-size: 12.5px;
    line-height: 1.72;
    margin: 0;
}

.hsh-site-footer__contact-row a {
    color: var(--hsh-static-primary);
    font-weight: 500;
}

.hsh-site-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 245, 224, 0.06);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 18px clamp(20px, 5vw, 64px);
}

.hsh-site-footer__bottom p {
    color: rgba(255, 245, 224, 0.28);
    font-size: 11.5px;
    margin: 0;
}

.hsh-site-footer__accent {
    background: linear-gradient(90deg, var(--hsh-static-saffron), var(--hsh-static-surface), var(--hsh-static-leaf));
    border-radius: 2px;
    height: 3px;
    opacity: 0.35;
    width: 72px;
}

@media (max-width: 900px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .hsh-site-footer__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .static-brand__meta,
    .static-nav__page,
    .static-nav .static-btn {
        display: none;
    }

    .static-nav {
        height: 68px;
        padding: 0 18px;
    }

    .static-brand {
        gap: 10px;
    }

    .static-brand img {
        height: 44px;
        width: 44px;
    }

    .static-brand__name {
        font-size: 19px;
    }

    .static-nav__link {
        font-size: 15px;
    }

    .static-hero {
        padding-top: 52px;
    }

    .hsh-site-footer__body {
        grid-template-columns: 1fr;
    }

    .hsh-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-grid,
    .contact-form__grid {
        grid-template-columns: 1fr;
    }
}

/* Design-system alignment for marketing support pages */
.app-page-shell--static-page,
.app-content-shell--static-page {
    background: var(--hsh-ds-background);
    padding: 0;
}

.static-page,
.static-legal {
    background:
        radial-gradient(circle at 12% 16%, rgba(242, 163, 89, 0.24), transparent 28rem),
        radial-gradient(circle at 88% 14%, rgba(95, 180, 121, 0.22), transparent 30rem),
        var(--hsh-ds-background);
    color: var(--hsh-ds-foreground);
    font-family: var(--hsh-ds-font-body);
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 0;
}

.static-page a,
.static-legal a {
    color: inherit;
    text-decoration: none;
}

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-legal h1,
.static-legal h2,
.static-legal h3,
.static-legal h4 {
    font-family: var(--hsh-ds-font-display);
    letter-spacing: 0;
}

.static-page p,
.static-page li,
.static-page input,
.static-page textarea,
.static-page select,
.static-page button,
.static-legal p,
.static-legal li,
.static-legal input,
.static-legal textarea,
.static-legal select,
.static-legal button {
    font-family: var(--hsh-ds-font-body);
}

.static-nav {
    background: rgba(254, 251, 246, 0.92);
    border-bottom: 1px solid transparent;
    box-shadow: none;
    height: auto;
    min-height: auto;
    padding: 0.75rem max(1.5rem, calc((100vw - var(--hsh-ds-container)) / 2));
    position: sticky;
    top: 0;
    z-index: 50;
}

.static-brand {
    gap: 0.75rem;
}

.static-brand img {
    border-radius: 999px;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
}

.static-brand__name,
.static-nav--light .static-brand__name {
    background: none;
    color: var(--hsh-ds-ink);
    font-family: var(--hsh-ds-font-display);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    -webkit-text-fill-color: currentColor;
}

.static-brand__meta,
.static-nav--light .static-brand__meta {
    color: var(--hsh-ds-muted-foreground);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.static-nav__links {
    gap: 0.25rem;
}

.static-nav__page {
    display: none;
}

.static-nav__link {
    border-radius: 999px;
    color: var(--hsh-ds-muted-foreground);
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
}

.static-nav__link:hover,
.static-nav__link:focus {
    background: var(--hsh-ds-muted);
    color: var(--hsh-ds-ink);
}

.static-nav__link:focus-visible,
.static-btn:focus-visible,
.hsh-site-footer a:focus-visible {
    box-shadow: var(--hsh-ds-focus-shadow);
    outline: 0;
}

.static-btn {
    background: var(--hsh-ds-primary);
    border: 1px solid var(--hsh-ds-primary);
    border-radius: 999px;
    box-shadow: var(--hsh-ds-shadow-soft);
    color: var(--hsh-ds-primary-foreground) !important;
    font-family: var(--hsh-ds-font-body);
    font-size: 0.875rem;
    font-weight: 800;
    margin-left: 0.5rem;
    padding: 0.625rem 1.25rem;
    text-decoration: none;
}

.static-btn:hover,
.static-btn:focus {
    background: var(--hsh-static-blue);
    border-color: var(--hsh-static-blue);
    color: var(--hsh-ds-primary-foreground) !important;
}

.static-kicker,
.static-eyebrow {
    color: var(--hsh-ds-saffron);
    font-family: var(--hsh-ds-font-body);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.static-hero,
.static-legal-hero {
    background: transparent;
    color: var(--hsh-ds-foreground);
    min-height: auto;
    padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(2.25rem, 5vw, 4rem);
}

.static-hero::before,
.static-hero::after,
.static-legal-hero::before,
.static-legal-hero::after {
    display: none;
}

.static-hero__inner,
.static-container,
.static-legal-hero__inner {
    max-width: var(--hsh-ds-container);
    padding-inline: 1.5rem;
}

.static-legal-hero__inner,
.legal-body {
    max-width: 56rem;
}

.static-hero h1,
.static-legal-hero h1 {
    color: var(--hsh-ds-ink);
    font-family: var(--hsh-ds-font-display);
    font-size: clamp(2.5rem, 5.2vw, 5.25rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.95;
}

.static-hero h1 span,
.static-hero h1 strong,
.static-legal-hero h1 {
    color: var(--hsh-ds-ink);
    -webkit-text-fill-color: currentColor;
}

.static-hero h1 strong {
    background: linear-gradient(100deg, var(--hsh-static-gradient-start), var(--hsh-ds-primary) 68%, var(--hsh-static-gradient-end));
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.static-hero p,
.static-legal-hero p,
.static-muted {
    color: var(--hsh-ds-muted-foreground);
    font-family: var(--hsh-ds-font-body);
}

.static-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.static-section,
.static-section--cream,
.static-section--ivory,
.static-section--dark {
    background: transparent;
    color: var(--hsh-ds-foreground);
}

.static-section__header h2,
.static-card h3,
.contact-card h3,
.contact-form h2,
.legal-body h2,
.legal-body h3,
.legal-callout h2 {
    color: var(--hsh-ds-ink) !important;
    font-family: var(--hsh-ds-font-display) !important;
    letter-spacing: 0;
}

.static-section__header p,
.static-card p,
.legal-body p,
.legal-body li,
.legal-callout p {
    color: var(--hsh-ds-muted-foreground);
}

.static-section--dark .static-card .static-muted,
.static-section--dark .static-card p {
    color: var(--hsh-ds-muted-foreground) !important;
}

.static-card,
.static-logo-card,
.contact-card,
.contact-form,
.legal-body,
.legal-callout {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--hsh-ds-border);
    border-radius: var(--hsh-ds-radius-lg);
    box-shadow: var(--hsh-ds-shadow-soft);
    color: var(--hsh-ds-foreground);
}

.legal-body {
    margin: 0 auto;
    margin-bottom: clamp(3rem, 6vw, 5rem);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.legal-callout {
    background: var(--hsh-ds-muted);
    box-shadow: none;
}

.static-card__icon,
.contact-item__icon {
    background: rgba(242, 163, 89, 0.18);
    color: var(--hsh-ds-primary);
}

.contact-layout {
    align-items: start;
    gap: 1.5rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    background: var(--hsh-static-surface);
    border: 1px solid var(--hsh-ds-border);
    border-radius: 1rem;
    color: var(--hsh-ds-foreground);
    font-family: var(--hsh-ds-font-body);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--hsh-static-contact-focus);
    box-shadow: 0 0 0 0.24rem rgba(47, 80, 143, 0.14);
    outline: none;
}

.contact-form label {
    color: var(--hsh-ds-foreground);
    font-family: var(--hsh-ds-font-body);
}

.contact-status--success {
    background: rgba(95, 180, 121, 0.16);
    border-color: rgba(95, 180, 121, 0.42);
    color: var(--hsh-static-success-text);
}

.contact-status--error {
    background: var(--hsh-static-error-bg);
    border-color: var(--hsh-static-error-border);
    color: var(--hsh-static-error-text);
}

.contact-status--pending {
    background: var(--hsh-ds-muted);
    border-color: var(--hsh-ds-border);
    color: var(--hsh-ds-primary);
}

.hsh-site-footer {
    background: var(--hsh-ds-card);
    border-top: 1px solid var(--hsh-ds-border);
    color: var(--hsh-ds-muted-foreground);
    font-family: var(--hsh-ds-font-body);
}

.hsh-site-footer__body {
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 1.8fr) minmax(8rem, 0.8fr) minmax(9rem, 0.9fr) minmax(10rem, 1fr);
    max-width: var(--hsh-ds-container);
    padding: 3rem 1.5rem 2rem;
}

.hsh-site-footer__name {
    background: none;
    color: var(--hsh-ds-ink);
    font-family: var(--hsh-ds-font-display);
    font-size: 1rem;
    -webkit-text-fill-color: currentColor;
}

.hsh-site-footer__tag,
.hsh-site-footer__description,
.hsh-site-footer__company,
.hsh-site-footer__bottom p,
.hsh-site-footer__contact-row p,
.hsh-site-footer__contact-row a {
    color: var(--hsh-ds-muted-foreground);
}

.hsh-site-footer__company {
    border-top-color: var(--hsh-ds-border);
}

.hsh-site-footer__company strong,
.hsh-site-footer__column h4 {
    color: var(--hsh-ds-ink);
}

.hsh-site-footer__column a {
    color: var(--hsh-ds-muted-foreground);
}

.hsh-site-footer__column a:hover,
.hsh-site-footer__column a:focus,
.hsh-site-footer__contact-row a,
.hsh-site-footer__contact-row i {
    color: var(--hsh-ds-primary);
}

.hsh-site-footer__social a {
    background: var(--hsh-ds-muted);
    border-color: var(--hsh-ds-border);
    color: var(--hsh-ds-primary);
}

.hsh-site-footer__social a:hover,
.hsh-site-footer__social a:focus {
    background: var(--hsh-ds-primary);
    border-color: var(--hsh-ds-primary);
    color: var(--hsh-static-surface);
}

.hsh-site-footer__cta {
    background: var(--hsh-ds-primary);
    border-radius: 999px;
    color: var(--hsh-static-surface) !important;
}

.hsh-site-footer__cta:hover,
.hsh-site-footer__cta:focus {
    background: var(--hsh-static-blue);
}

.hsh-site-footer__bottom {
    border-top-color: var(--hsh-ds-border);
    max-width: var(--hsh-ds-container);
    padding-inline: 1.5rem;
}

.static-page .hsh-ds-brand,
.static-page .hsh-ds-brand *,
.static-page .hsh-ds-footer a,
.static-page .hsh-ds-footer a:hover,
.static-page .hsh-ds-footer a:focus,
.static-legal .static-brand,
.static-legal .static-brand *,
.static-legal .static-nav__link,
.static-legal .static-btn,
.static-legal .hsh-ds-brand,
.static-legal .hsh-ds-brand *,
.static-legal .hsh-ds-footer a,
.static-legal .hsh-ds-footer a:hover,
.static-legal .hsh-ds-footer a:focus {
    text-decoration: none;
}

@media (max-width: 900px) {
    .hsh-site-footer__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .static-page,
    .static-legal {
        padding-top: 0;
    }

    .static-nav {
        height: auto;
        padding: 0.75rem 1.25rem;
    }

    .static-brand img {
        flex-basis: 44px;
        height: 44px;
        width: 44px;
    }

    .static-brand__name {
        font-size: 0.94rem;
    }

    .static-nav__link {
        font-size: 0.9rem;
    }

    .static-hero,
    .static-legal-hero {
        padding-top: 2.75rem;
    }

    .static-hero h1,
    .static-legal-hero h1 {
        font-size: clamp(2.25rem, 13vw, 3.8rem);
    }

    .hsh-site-footer__body {
        grid-template-columns: 1fr;
    }
}
