/* AWES warm mono company intro page. Scoped to .awes-page so YapZip policy/support pages keep their existing structure. */
:root {
    --awes-paper: #f4f1ea;
    --awes-paper-2: #ece7dd;
    --awes-paper-3: #ded7c9;
    --awes-ink: #191714;
    --awes-ink-soft: rgba(25, 23, 20, 0.68);
    --awes-ink-muted: rgba(25, 23, 20, 0.46);
    --awes-ink-faint: rgba(25, 23, 20, 0.12);
    --awes-line: rgba(25, 23, 20, 0.14);
    --awes-line-strong: rgba(25, 23, 20, 0.32);
    --awes-surface: rgba(255, 252, 246, 0.48);
    --awes-danger: #8f2626;
    --awes-success: #2d5f3c;
    --awes-radius: 18px;
    --awes-ease: cubic-bezier(0.19, 1, 0.22, 1);
    --awes-display: "Instrument Serif", Georgia, serif;
    --awes-sans: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --awes-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

html {
    scroll-behavior: smooth;
}

.awes-page {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background: var(--awes-paper);
    color: var(--awes-ink);
    font-family: var(--awes-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.awes-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 .5H88M.5 0V88' fill='none' stroke='%23191714' stroke-opacity='.12'/%3E%3C/svg%3E");
    opacity: 0.18;
    z-index: 0;
}

.awes-page::after {
    content: "";
    position: fixed;
    inset: 18px;
    border: 1px solid rgba(25, 23, 20, 0.08);
    border-radius: 28px;
    pointer-events: none;
    z-index: 20;
}

.awes-page > * {
    position: relative;
    z-index: 1;
}

.awes-page a {
    color: inherit;
    text-decoration: none;
}

.awes-page button,
.awes-page input,
.awes-page textarea {
    font: inherit;
}

.awes-nav,
.awes-hero,
.awes-content-section,
.awes-contact-section,
.awes-footer {
    width: min(1480px, calc(100vw - 36px));
    margin: 0 auto;
}

.awes-nav {
    position: sticky;
    top: 0;
    z-index: 12;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 24px 10px 18px;
    background: rgba(244, 241, 234, 0.72);
    border-bottom: 1px solid rgba(25, 23, 20, 0.08);
    backdrop-filter: blur(18px);
}

.awes-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 190px;
}

.slash-mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
}

.brand-mark-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-word strong {
    display: block;
    color: var(--awes-ink);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.brand-word span {
    display: block;
    margin-top: 2px;
    color: var(--awes-ink-muted);
    font-family: var(--awes-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.awes-nav-center,
.awes-nav-cta {
    display: flex;
    align-items: center;
}

.awes-nav-center {
    justify-content: center;
    gap: 6px;
}

.awes-nav-cta {
    justify-self: end;
}

.awes-nav-link,
.awes-nav-cta {
    min-height: 40px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 10px 12px;
    color: var(--awes-ink-soft);
    font-size: 13px;
    transition: 0.24s var(--awes-ease);
}

.awes-nav-link:hover,
.awes-nav-link:focus-visible,
.awes-nav-cta:hover,
.awes-nav-cta:focus-visible {
    color: var(--awes-ink);
    border-color: var(--awes-line);
    background: rgba(255, 255, 255, 0.28);
    outline: none;
}

.awes-nav-cta {
    border-color: var(--awes-line-strong);
    color: var(--awes-ink);
    background: rgba(255, 255, 255, 0.32);
}

.awes-hero {
    min-height: calc(100vh - 86px);
    display: grid;
    grid-template-rows: 1fr auto;
    padding: clamp(36px, 6vw, 84px) 10px 26px;
    border-top: 1px solid var(--awes-line);
}

.awes-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
    gap: clamp(32px, 6vw, 92px);
    align-items: center;
}

.awes-eyebrow,
.awes-section-label,
.awes-caption-line,
.awes-summary strong,
.awes-contact-note strong,
.awes-identity-panel h3,
.awes-footer-row {
    font-family: var(--awes-mono);
    text-transform: uppercase;
}

.awes-eyebrow {
    margin: 0 0 22px;
    color: var(--awes-ink-muted);
    font-size: 12px;
    letter-spacing: 0.16em;
}

.awes-hero h1,
.awes-section-body h2,
.awes-contact-section h2,
.awes-footer h2 {
    color: var(--awes-ink);
    font-family: var(--awes-display);
    font-weight: 400;
}

.awes-hero h1:focus,
.awes-section-body h2:focus,
.awes-contact-section h2:focus,
.awes-footer h2:focus {
    outline: none;
}

.awes-hero h1 {
    max-width: 1010px;
    margin: 0 0 28px;
    font-size: clamp(70px, 11vw, 168px);
    line-height: 0.82;
    letter-spacing: -0.065em;
}

.awes-hero h1 em,
.awes-footer h2 em {
    font-style: italic;
    letter-spacing: -0.045em;
}

.awes-lead,
.awes-section-body > p,
.awes-contact-grid > div > p,
.awes-statement-card p,
.awes-principle p {
    color: var(--awes-ink-soft);
}

.awes-lead {
    max-width: 680px;
    margin: 0;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.64;
}

.awes-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.awes-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    border: 1px solid var(--awes-line-strong);
    border-radius: 999px;
    padding: 12px 16px;
    background: transparent;
    color: var(--awes-ink);
    cursor: pointer;
    transition: 0.24s var(--awes-ease);
}

.awes-button.primary {
    background: var(--awes-ink);
    color: var(--awes-paper);
}

.awes-button:hover,
.awes-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(25, 23, 20, 0.08);
    outline: none;
}

.awes-button:disabled {
    cursor: progress;
    opacity: 0.62;
    transform: none;
}

.awes-statement-card {
    align-self: stretch;
    display: grid;
    align-content: space-between;
    min-height: 520px;
    padding: 24px;
    border: 1px solid var(--awes-line);
    border-radius: 26px;
    background: var(--awes-surface);
    box-shadow: 0 40px 90px rgba(25, 23, 20, 0.08);
}

.awes-symbol-field {
    position: relative;
    min-height: 250px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--awes-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.22);
}

.awes-symbol-field::before {
    content: "//.";
    position: absolute;
    right: -10px;
    bottom: -72px;
    color: rgba(25, 23, 20, 0.055);
    font-family: var(--awes-mono);
    font-size: 230px;
    font-weight: 500;
    letter-spacing: -0.2em;
    line-height: 0.75;
    pointer-events: none;
}

.slash-big {
    width: min(58%, 220px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 28px;
    transition: 0.45s var(--awes-ease);
}

.awes-symbol-field:hover .slash-big {
    transform: rotate(-5deg) scale(1.03);
}

.awes-caption-line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 18px;
    color: var(--awes-ink-muted);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.awes-statement-card h2 {
    margin: 34px 0 16px;
    color: var(--awes-ink);
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 450;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.awes-statement-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.66;
}

.awes-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 58px;
    overflow: hidden;
    border: 1px solid var(--awes-line);
    border-radius: 22px;
    background: var(--awes-line);
}

.awes-summary div {
    min-height: 112px;
    padding: 18px;
    background: rgba(244, 241, 234, 0.78);
}

.awes-summary strong {
    display: block;
    margin-bottom: 22px;
    color: var(--awes-ink-muted);
    font-size: 10px;
    letter-spacing: 0.14em;
}

.awes-summary span {
    display: block;
    color: var(--awes-ink);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.awes-content-section,
.awes-contact-section {
    display: grid;
    grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
    gap: clamp(28px, 7vw, 112px);
    padding: clamp(70px, 10vw, 138px) 10px;
    border-top: 1px solid var(--awes-line);
}

.awes-section-label {
    position: sticky;
    top: 96px;
    align-self: start;
    color: var(--awes-ink-muted);
    font-size: 12px;
    letter-spacing: 0.14em;
}

.awes-section-body h2,
.awes-contact-section h2 {
    max-width: 860px;
    margin: 0 0 34px;
    font-size: clamp(48px, 7vw, 96px);
    line-height: 0.9;
    letter-spacing: -0.055em;
}

.awes-section-body > p,
.awes-contact-grid > div > p {
    max-width: 780px;
    margin: 0;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.7;
}

.awes-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 44px;
    overflow: hidden;
    border: 1px solid var(--awes-line);
    border-radius: 24px;
    background: var(--awes-line);
}

.awes-principle {
    position: relative;
    min-height: 260px;
    padding: 24px;
    background: rgba(255, 252, 246, 0.34);
    transition: 0.28s var(--awes-ease);
}

.awes-principle:hover {
    background: rgba(255, 252, 246, 0.62);
}

.awes-principle::after {
    content: attr(data-no);
    position: absolute;
    right: 18px;
    bottom: 8px;
    color: rgba(25, 23, 20, 0.055);
    font-family: var(--awes-display);
    font-size: 96px;
    line-height: 1;
}

.awes-principle h3 {
    margin: 0 0 18px;
    color: var(--awes-ink);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.awes-principle p {
    margin: 0;
    line-height: 1.68;
}

.awes-identity-board {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1px;
    margin-top: 44px;
    overflow: hidden;
    border: 1px solid var(--awes-line);
    border-radius: 24px;
    background: var(--awes-line);
}

.awes-identity-panel {
    padding: 28px;
    background: rgba(255, 252, 246, 0.34);
}

.awes-identity-panel.dark {
    background: var(--awes-ink);
    color: var(--awes-paper);
}

.awes-identity-panel h3 {
    margin: 0 0 26px;
    color: currentColor;
    font-size: 12px;
    letter-spacing: 0.14em;
    opacity: 0.62;
}

.awes-logo-row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(25, 23, 20, 0.12);
}

.awes-identity-panel.dark .awes-logo-row {
    border-color: rgba(244, 241, 234, 0.18);
}

.awes-wordmark {
    color: currentColor;
    font-size: clamp(44px, 8vw, 96px);
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0.085em;
}

.awes-slash-text {
    color: currentColor;
    font-family: var(--awes-mono);
    font-size: clamp(52px, 9vw, 110px);
    letter-spacing: -0.28em;
    line-height: 0.8;
}

.awes-token-list {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.awes-token {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(25, 23, 20, 0.12);
    color: var(--awes-ink-soft);
}

.awes-token b {
    color: var(--awes-ink);
    font-weight: 500;
}

.awes-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
    gap: clamp(30px, 6vw, 86px);
    align-items: start;
}

.awes-contact-note {
    display: grid;
    gap: 8px;
    max-width: 520px;
    margin-top: 34px;
    padding: 18px;
    border: 1px solid var(--awes-line);
    border-radius: var(--awes-radius);
    background: rgba(255, 252, 246, 0.34);
}

.awes-contact-note strong {
    color: var(--awes-ink-muted);
    font-size: 11px;
    letter-spacing: 0.12em;
}

.awes-contact-note span {
    color: var(--awes-ink-soft);
}

.awes-contact-form {
    display: grid;
    gap: 18px;
    padding: clamp(20px, 4vw, 30px);
    border: 1px solid var(--awes-line);
    border-radius: 26px;
    background: rgba(255, 252, 246, 0.48);
    box-shadow: 0 40px 90px rgba(25, 23, 20, 0.08);
}

.awes-field {
    display: grid;
    gap: 9px;
}

.awes-field label {
    color: var(--awes-ink);
    font-size: 14px;
    font-weight: 500;
}

.awes-field label span {
    color: var(--awes-danger);
}

.awes-field textarea,
.awes-field input {
    width: 100%;
    border: 1px solid var(--awes-line-strong);
    border-radius: 16px;
    background: rgba(244, 241, 234, 0.7);
    color: var(--awes-ink);
    font-size: 16px;
    outline: none;
    transition: 0.2s var(--awes-ease);
}

.awes-field textarea {
    min-height: 148px;
    padding: 15px 16px;
    resize: vertical;
}

.awes-field input {
    min-height: 52px;
    padding: 0 16px;
}

.awes-field textarea:focus,
.awes-field input:focus {
    border-color: var(--awes-ink);
    box-shadow: 0 0 0 4px rgba(25, 23, 20, 0.08);
}

.awes-button.submit {
    width: 100%;
}

.awes-form-message {
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.45;
}

.awes-form-message.success {
    border: 1px solid rgba(45, 95, 60, 0.32);
    background: rgba(45, 95, 60, 0.08);
    color: var(--awes-success);
}

.awes-form-message.error {
    border: 1px solid rgba(143, 38, 38, 0.32);
    background: rgba(143, 38, 38, 0.08);
    color: var(--awes-danger);
}

.awes-footer {
    position: relative;
    overflow: hidden;
    padding: 90px 10px 38px;
    border-top: 1px solid var(--awes-line);
}

.awes-footer h2 {
    max-width: 1080px;
    margin: 0 0 26px;
    font-size: clamp(58px, 12vw, 180px);
    line-height: 0.78;
    letter-spacing: -0.07em;
}

.awes-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-top: 80px;
    color: var(--awes-ink-muted);
    font-size: 11px;
    letter-spacing: 0.1em;
}

.awes-footer-row a:hover,
.awes-footer-row a:focus-visible {
    color: var(--awes-ink);
    outline: none;
}

@media (max-width: 980px) {
    .awes-page::after {
        inset: 10px;
        border-radius: 20px;
    }

    .awes-nav,
    .awes-hero,
    .awes-content-section,
    .awes-contact-section,
    .awes-footer {
        width: min(100vw - 24px, 760px);
    }

    .awes-nav {
        grid-template-columns: 1fr auto;
    }

    .awes-nav-center {
        display: none;
    }

    .awes-hero,
    .awes-hero-grid,
    .awes-content-section,
    .awes-contact-section,
    .awes-contact-grid,
    .awes-identity-board {
        grid-template-columns: 1fr;
    }

    .awes-hero {
        min-height: auto;
    }

    .awes-statement-card {
        min-height: auto;
    }

    .awes-summary,
    .awes-principles {
        grid-template-columns: 1fr;
    }

    .awes-section-label {
        position: static;
    }

    .awes-footer-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .awes-nav {
        padding-top: 18px;
    }

    .brand-word span,
    .awes-nav-cta {
        display: none;
    }

    .awes-hero h1 {
        font-size: clamp(58px, 19vw, 88px);
    }

    .awes-section-body h2,
    .awes-contact-section h2 {
        font-size: clamp(44px, 14vw, 72px);
    }

    .awes-statement-card {
        padding: 18px;
    }

    .awes-caption-line,
    .awes-token {
        flex-direction: column;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .awes-page *,
    .awes-page *::before,
    .awes-page *::after {
        animation: none !important;
        transition: none !important;
    }
}
