/*
Theme Name: BREEZESA
Theme URI: https://breezesa.example/
Author: BREEZESA
Description: A structured network-services dossier with login-gated Stripe Payment Links.
Version: 0.6.0
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: breezesa
Tags: one-column, accessibility-ready, custom-colors
*/

:root {
    --breezesa-paper: #f3f1ea;
    --breezesa-paper-light: #fbfaf6;
    --breezesa-surface: #ffffff;
    --breezesa-ink: #11181a;
    --breezesa-muted: #596164;
    --breezesa-rule: #c8cbc7;
    --breezesa-signal: #007f82;
    --breezesa-signal-hover: #00686b;
    --breezesa-signal-pale: #dcebe8;
    --breezesa-technical: #10272a;
    --breezesa-technical-muted: #afc3bf;
    --breezesa-focus: #006fb4;
    --breezesa-wide: 1240px;
    --breezesa-reading: 660px;
    --breezesa-font: Manrope, "Segoe UI", Arial, sans-serif;
    --breezesa-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--breezesa-page-bg, var(--breezesa-paper));
    color: var(--breezesa-ink);
    font-family: var(--breezesa-font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body[data-page-colour-scheme="dark"] {
    --breezesa-ink: #ffffff;
    --breezesa-muted: #afc3bf;
    --breezesa-rule: rgba(255, 255, 255, 0.24);
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline: 2px solid var(--breezesa-focus);
    outline-offset: 3px;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--breezesa-section-strong, var(--breezesa-ink));
    font-weight: 620;
    letter-spacing: -0.04em;
    line-height: 1.03;
    text-wrap: balance;
}

.breezesa-container {
    width: min(calc(100% - 48px), var(--breezesa-wide));
    margin-inline: auto;
}

.breezesa-skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    transform: translateY(-180%);
    border: 1px solid currentColor;
    border-radius: 2px;
    background: var(--breezesa-ink);
    color: #fff;
    padding: 10px 16px;
}

.breezesa-skip-link:focus {
    transform: translateY(0);
}

.breezesa-site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--breezesa-rule);
    background: var(--breezesa-header-bg, var(--breezesa-paper-light));
}

.breezesa-site-header[data-colour-scheme="dark"] {
    --breezesa-header-strong: #ffffff;
    --breezesa-header-muted: #afc3bf;
    --breezesa-header-rule: rgba(255, 255, 255, 0.28);
    border-bottom-color: var(--breezesa-header-rule);
    color: var(--breezesa-header-strong);
}

.breezesa-header-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.breezesa-wordmark {
    color: inherit;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.025em;
    text-decoration: none;
}

.breezesa-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
}

.breezesa-brand-mark {
    width: 40px;
    height: 40px;
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
}

.breezesa-site-footer .breezesa-brand-lockup {
    gap: 8px;
}

.breezesa-site-footer .breezesa-brand-mark {
    width: 32px;
    height: 32px;
}

.breezesa-auth-dialog {
    width: min(560px, 100%);
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0 0 0 auto;
    overflow-y: auto;
    border: 0;
    border-left: 1px solid var(--breezesa-rule);
    background: var(--breezesa-paper-light);
    color: var(--breezesa-ink);
    padding: 0;
}

.breezesa-auth-dialog::backdrop {
    background: rgba(17, 24, 26, 0.42);
}

.breezesa-auth-dialog__panel {
    min-height: 100%;
    padding: 32px clamp(28px, 6vw, 48px) 48px;
}

.breezesa-auth-dialog__header {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid var(--breezesa-rule);
    padding-bottom: 24px;
}

.breezesa-auth-dialog__close {
    width: 44px;
    min-width: 44px;
    display: inline-grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
    color: var(--breezesa-ink);
    cursor: pointer;
    padding: 0;
}

.breezesa-auth-dialog__close:hover {
    border-color: var(--breezesa-rule);
    color: var(--breezesa-signal);
}

.breezesa-auth-dialog__tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid var(--breezesa-rule);
    margin-top: 20px;
}

.breezesa-auth-dialog__tabs button {
    position: relative;
    border: 0;
    background: transparent;
    color: var(--breezesa-muted);
    cursor: pointer;
    font: inherit;
    padding: 8px 4px 12px;
}

.breezesa-auth-dialog__tabs button[aria-selected="true"] {
    color: var(--breezesa-ink);
    font-weight: 700;
}

.breezesa-auth-dialog__tabs button[aria-selected="true"]::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--breezesa-signal);
    content: "";
}

.breezesa-auth-dialog__body {
    padding-top: clamp(54px, 9vh, 88px);
}

.breezesa-auth-dialog__body h2 {
    max-width: 430px;
    margin-bottom: 16px;
    font-size: clamp(34px, 5vw, 46px);
}

.breezesa-auth-dialog__description {
    max-width: 430px;
    color: var(--breezesa-muted);
    margin-bottom: 34px;
}

.breezesa-auth-dialog__status {
    border-left: 3px solid var(--breezesa-signal);
    background: var(--breezesa-signal-pale);
    margin: -12px 0 28px;
    padding: 12px 14px;
}

.breezesa-auth-dialog form {
    display: grid;
    gap: 10px;
}

.breezesa-auth-dialog label {
    font-weight: 650;
}

.breezesa-auth-dialog button,
.breezesa-auth-dialog input {
    min-height: 44px;
}

.breezesa-auth-dialog input[type="email"] {
    width: 100%;
    border: 1px solid var(--breezesa-rule);
    border-radius: 2px;
    background: #ffffff;
    color: var(--breezesa-ink);
    font: inherit;
    padding: 12px 14px;
}

.breezesa-auth-dialog input[type="email"]:focus {
    border-color: var(--breezesa-signal);
}

.breezesa-auth-dialog__submit {
    width: 100%;
    border: 1px solid var(--breezesa-technical);
    border-radius: 2px;
    background: var(--breezesa-technical);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    margin-top: 22px;
    padding: 12px 18px;
}

.breezesa-auth-dialog__submit:hover {
    border-color: var(--breezesa-signal);
    background: var(--breezesa-signal-hover);
}

.breezesa-auth-dialog form[aria-busy="true"] {
    opacity: 0.72;
}

.breezesa-auth-dialog button:disabled {
    cursor: wait;
}

.breezesa-auth-dialog__note {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--breezesa-muted);
    margin: 34px 0 0;
    font-size: 14px;
    text-align: center;
}

.breezesa-auth-dialog__note::before,
.breezesa-auth-dialog__note::after {
    height: 1px;
    flex: 1;
    background: var(--breezesa-rule);
    content: "";
}

.breezesa-auth-honeypot {
    position: fixed !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 680px) {
    .breezesa-auth-dialog {
        width: 100%;
        height: min(720px, 100dvh);
        margin: auto 0 0;
        border-top: 1px solid var(--breezesa-rule);
        border-left: 0;
    }

    .breezesa-auth-dialog__panel {
        padding: 22px 24px 34px;
    }

    .breezesa-auth-dialog__body {
        padding-top: 36px;
    }
}

.breezesa-nav,
.breezesa-footer-main nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.breezesa-nav a,
.breezesa-footer-main nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--breezesa-muted);
    font-family: var(--breezesa-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 150ms ease, border-color 150ms ease;
}

.breezesa-site-header[data-colour-scheme="dark"] .breezesa-nav a {
    color: var(--breezesa-header-muted);
}

.breezesa-site-header[data-colour-scheme="dark"] .breezesa-nav .breezesa-nav__account {
    border-color: var(--breezesa-header-strong);
    color: var(--breezesa-header-strong);
}

.breezesa-nav a:hover {
    color: var(--breezesa-signal);
}

.breezesa-nav .breezesa-nav__account {
    border: 1px solid var(--breezesa-ink);
    border-radius: 2px;
    color: var(--breezesa-ink);
    padding: 0 18px;
}

.breezesa-nav .breezesa-nav__account:hover {
    border-color: var(--breezesa-signal);
    color: var(--breezesa-signal);
}

.breezesa-section {
    --breezesa-section-strong: var(--breezesa-ink);
    --breezesa-section-muted: var(--breezesa-muted);
    border-bottom: 1px solid var(--breezesa-rule);
    background: var(--breezesa-section-bg, transparent);
    color: var(--breezesa-section-strong);
    padding-block: clamp(52px, 6vw, 76px);
}

.breezesa-section[data-colour-scheme="dark"] {
    --breezesa-section-strong: #ffffff;
    --breezesa-section-muted: var(--breezesa-technical-muted);
    --breezesa-rule: rgba(255, 255, 255, 0.24);
}

.breezesa-section-code,
.breezesa-plan-card .breezesa-eyebrow,
.breezesa-section-editor__type {
    color: var(--breezesa-signal);
    font-family: var(--breezesa-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.09em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

[data-colour-scheme="dark"] .breezesa-section-code {
    color: #7dd5cf;
}

.breezesa-section-intro {
    max-width: var(--breezesa-reading);
    margin-bottom: clamp(30px, 4vw, 44px);
}

.breezesa-section-intro h1 {
    font-size: clamp(3.4rem, 8vw, 6.4rem);
    font-weight: 580;
    letter-spacing: -0.058em;
    line-height: 0.93;
    margin-bottom: 28px;
}

.breezesa-section-intro h2 {
    font-size: clamp(2.2rem, 4.7vw, 3.7rem);
    margin-bottom: 20px;
}

.breezesa-section-copy {
    color: var(--breezesa-section-muted);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 0;
}

.breezesa-section--hero {
    min-height: 0;
    display: flex;
    align-items: stretch;
    padding-block: clamp(72px, 8vw, 104px) clamp(64px, 7vw, 88px);
}

.breezesa-hero-layout {
    min-height: 320px;
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(240px, 4fr);
    align-items: end;
    gap: 48px;
}

.breezesa-hero-layout .breezesa-section-intro {
    max-width: 900px;
    margin-bottom: 0;
}

.breezesa-hero-layout .breezesa-actions {
    border-top: 1px solid var(--breezesa-rule);
    padding-top: 24px;
}

.breezesa-actions {
    display: grid;
    gap: 10px;
}

.breezesa-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: var(--breezesa-mono);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.04em;
    line-height: 1.2;
    padding: 14px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.breezesa-button::after {
    content: "→";
    margin-left: 24px;
}

.breezesa-button--primary {
    background: var(--breezesa-signal);
    color: #fff;
}

.breezesa-button--primary:hover {
    background: var(--breezesa-signal-hover);
    color: #fff;
}

.breezesa-button--secondary {
    border-color: currentColor;
    background: transparent;
    color: var(--breezesa-section-strong);
}

.breezesa-button--secondary:hover {
    border-color: var(--breezesa-signal);
    color: var(--breezesa-signal);
}

.breezesa-button--full {
    width: 100%;
}

.breezesa-section--principles {
    padding-block: 0;
}

.breezesa-section--principles .breezesa-container {
    display: grid;
    grid-template-columns: 2fr 10fr;
    align-items: stretch;
}

.breezesa-section--principles .breezesa-section-code {
    display: flex;
    align-items: center;
    border-left: 1px solid var(--breezesa-rule);
    margin: 0;
    padding: 24px;
}

.breezesa-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.breezesa-principles li {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-left: 1px solid var(--breezesa-rule);
    padding: 20px 24px;
}

.breezesa-principles li:last-child {
    border-right: 1px solid var(--breezesa-rule);
}

.breezesa-principles span,
.breezesa-process-register > li > span,
.breezesa-service-directory article > span {
    color: var(--breezesa-signal);
    font-family: var(--breezesa-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.breezesa-principles strong {
    font-size: 14px;
}

.breezesa-editorial-split,
.breezesa-cta-layout {
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(220px, 4fr);
    align-items: end;
    gap: 48px;
}

.breezesa-editorial-split .breezesa-section-intro,
.breezesa-cta-layout .breezesa-section-intro {
    margin-bottom: 0;
}

.breezesa-service-directory {
    border-top: 1px solid var(--breezesa-rule);
}

.breezesa-service-directory article {
    display: grid;
    grid-template-columns: 72px minmax(180px, 0.75fr) minmax(260px, 1.25fr);
    align-items: start;
    gap: clamp(18px, 3vw, 42px);
    border-bottom: 1px solid var(--breezesa-rule);
    padding: 24px 0;
}

.breezesa-service-directory h3 {
    font-size: 21px;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}

.breezesa-service-directory p {
    color: var(--breezesa-section-muted);
    margin-bottom: 0;
}

.breezesa-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    border-top: 1px solid var(--breezesa-rule);
    border-left: 1px solid var(--breezesa-rule);
}

.breezesa-plan-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--breezesa-rule);
    border-bottom: 1px solid var(--breezesa-rule);
    background: var(--breezesa-surface);
    color: var(--breezesa-ink);
}

.breezesa-plan-card.is-featured {
    border-top: 4px solid var(--breezesa-signal);
}

.breezesa-plan-card__content {
    padding: 18px 20px 16px;
}

.breezesa-plan-card__heading {
    min-height: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.breezesa-plan-card .breezesa-eyebrow {
    margin-bottom: 0;
}

.breezesa-plan-badge {
    flex: none;
    border: 1px solid var(--breezesa-signal);
    border-radius: 2px;
    color: var(--breezesa-signal-hover);
    font-family: var(--breezesa-mono);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 7px;
    text-transform: uppercase;
}

.breezesa-plan-card h3 {
    font-size: 23px;
    margin: 14px 0 8px;
}

.breezesa-plan-card__summary {
    color: var(--breezesa-muted);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 0;
}

.breezesa-feature-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.breezesa-feature-list li {
    position: relative;
    border-top: 1px solid var(--breezesa-rule);
    font-size: 14px;
    padding: 9px 0 9px 20px;
}

.breezesa-feature-list li::before {
    position: absolute;
    left: 0;
    color: var(--breezesa-signal);
    content: "—";
    font-weight: 800;
}

.breezesa-plan-card__notes {
    display: grid;
    gap: 10px;
}

.breezesa-plan-card__notes p {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 10px;
    color: var(--breezesa-muted);
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

.breezesa-plan-card__notes strong {
    color: var(--breezesa-ink);
    font-family: var(--breezesa-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.breezesa-plan-card__commerce {
    display: grid;
    gap: 12px;
    border-top: 1px solid var(--breezesa-rule);
    background: var(--breezesa-signal-pale);
    padding: 16px 20px 18px;
}

.breezesa-plan-card__commerce.is-guest {
    background: var(--breezesa-paper-light);
}

.breezesa-price-lock {
    color: var(--breezesa-muted);
    font-family: var(--breezesa-mono);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
}

.breezesa-plan-price {
    color: var(--breezesa-ink);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    overflow-wrap: anywhere;
}

.breezesa-plan-card__details {
    border-top: 1px solid var(--breezesa-rule);
}

.breezesa-plan-card__details > summary {
    min-height: 44px;
    display: list-item;
    cursor: pointer;
    color: var(--breezesa-signal-hover);
    font-family: var(--breezesa-mono);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.05em;
    line-height: 24px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.breezesa-plan-card__details-content {
    overflow-wrap: anywhere;
    padding: 0 20px 18px;
}

.breezesa-member-services {
    border-top: 1px solid var(--breezesa-rule);
}

.breezesa-member-services__plans {
    padding-block: clamp(56px, 7vw, 88px);
}

.breezesa-member-services__plans .breezesa-section-intro {
    max-width: 780px;
    margin-bottom: clamp(30px, 4vw, 44px);
}

.breezesa-member-services__plans .breezesa-section-intro h1 {
    font-size: clamp(2.7rem, 6vw, 4.8rem);
}

.breezesa-member-consultation {
    border-top: 1px solid var(--breezesa-rule);
}

.breezesa-member-consultation .breezesa-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(24px, 5vw, 72px);
    align-items: end;
}

.breezesa-payment-unavailable,
.breezesa-plans-empty {
    border: 1px solid var(--breezesa-rule);
    border-radius: 2px;
    color: var(--breezesa-muted);
    font-size: 13px;
    margin: 0;
    padding: 13px 16px;
}

.breezesa-payment-unavailable {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
}

.breezesa-process-register {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.breezesa-process-register li {
    min-height: 200px;
    border-top: 1px solid var(--breezesa-rule);
    border-left: 1px solid var(--breezesa-rule);
    padding: 24px 20px;
}

.breezesa-process-register li:last-child {
    border-right: 1px solid var(--breezesa-rule);
}

.breezesa-process-register h3 {
    font-size: 19px;
    margin: 36px 0 12px;
}

.breezesa-process-register p,
.breezesa-notice-register p {
    color: var(--breezesa-section-muted);
    font-size: 14px;
    line-height: 1.7;
}

.breezesa-notice-register {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--breezesa-rule);
    border-left: 1px solid var(--breezesa-rule);
}

.breezesa-notice-register article {
    min-height: 154px;
    border-right: 1px solid var(--breezesa-rule);
    border-bottom: 1px solid var(--breezesa-rule);
    padding: 24px;
}

.breezesa-notice-register h3 {
    font-size: 18px;
    margin-bottom: 18px;
}

.breezesa-faq-register {
    border-top: 1px solid var(--breezesa-rule);
}

.breezesa-faq-register details {
    border-bottom: 1px solid var(--breezesa-rule);
}

.breezesa-faq-register summary {
    min-height: 68px;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 620;
    list-style: none;
    padding: 14px 0;
}

.breezesa-faq-register summary::-webkit-details-marker {
    display: none;
}

.breezesa-faq-register summary::after {
    justify-self: end;
    color: var(--breezesa-signal);
    content: "+";
    font-family: var(--breezesa-mono);
}

.breezesa-faq-register details[open] summary::after {
    content: "−";
}

.breezesa-faq-register summary span {
    color: var(--breezesa-signal);
    font-family: var(--breezesa-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.breezesa-faq-register details > p {
    max-width: 760px;
    color: var(--breezesa-section-muted);
    margin: 0 0 22px 110px;
}

.breezesa-text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: var(--breezesa-signal);
    font-family: var(--breezesa-mono);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}

.breezesa-section--contact .breezesa-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(24px, 5vw, 72px);
    align-items: end;
}

.breezesa-section--contact .breezesa-section-intro {
    margin-bottom: 0;
}

.breezesa-section--cta {
    padding-block: clamp(52px, 6vw, 72px);
}

.breezesa-section--cta .breezesa-button {
    justify-self: end;
}

.breezesa-site-footer {
    --breezesa-footer-strong: #ffffff;
    --breezesa-footer-muted: var(--breezesa-technical-muted);
    --breezesa-footer-rule: rgba(255, 255, 255, 0.22);
    border-top: 1px solid var(--breezesa-footer-rule);
    background: var(--breezesa-footer-bg, var(--breezesa-technical));
    color: var(--breezesa-footer-strong);
}

.breezesa-site-footer[data-colour-scheme="light"] {
    --breezesa-footer-strong: #11181a;
    --breezesa-footer-muted: #596164;
    --breezesa-footer-rule: #c8cbc7;
}

.breezesa-footer-main {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 48px;
    padding-block: 44px;
}

.breezesa-footer-main p {
    max-width: 560px;
    color: var(--breezesa-footer-muted);
    font-size: 14px;
    margin: 14px 0 0;
}

.breezesa-footer-main nav {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.breezesa-footer-main nav a {
    color: var(--breezesa-footer-muted);
}

.breezesa-footer-main nav a:hover {
    color: var(--breezesa-footer-strong);
}

.breezesa-footer-legal {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid var(--breezesa-footer-rule);
    color: var(--breezesa-footer-muted);
    font-family: var(--breezesa-mono);
    font-size: 11px;
    letter-spacing: 0.03em;
    padding-block: 18px;
}

.breezesa-content-shell {
    min-height: 55vh;
    padding-block: clamp(64px, 9vw, 110px);
}

.breezesa-content-shell h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
}

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

@media (max-width: 900px) {
    .breezesa-hero-layout,
    .breezesa-editorial-split,
    .breezesa-cta-layout,
    .breezesa-section--contact .breezesa-container,
    .breezesa-member-consultation .breezesa-container,
    .breezesa-footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .breezesa-hero-layout {
        min-height: 0;
    }

    .breezesa-hero-layout .breezesa-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .breezesa-section--principles .breezesa-container {
        grid-template-columns: 1fr;
    }

    .breezesa-section--principles .breezesa-section-code {
        border-right: 1px solid var(--breezesa-rule);
    }

    .breezesa-process-register {
        grid-template-columns: repeat(2, 1fr);
    }

    .breezesa-process-register li:nth-child(even) {
        border-right: 1px solid var(--breezesa-rule);
    }

    .breezesa-section--cta .breezesa-button {
        justify-self: start;
    }
}

@media (max-width: 782px) {
    .breezesa-container {
        width: min(calc(100% - 40px), var(--breezesa-wide));
    }

    .breezesa-header-inner {
        min-height: 64px;
    }

    .breezesa-nav {
        gap: 8px;
    }

    .breezesa-nav > a:not(.breezesa-nav__account) {
        display: none;
    }

    .breezesa-section {
        padding-block: 46px;
    }

    .breezesa-section--hero {
        min-height: 0;
        padding-block: 56px 48px;
    }

    .breezesa-section-intro h1 {
        font-size: clamp(3.05rem, 15vw, 4.7rem);
    }

    .breezesa-hero-layout .breezesa-actions,
    .breezesa-principles,
    .breezesa-process-register,
    .breezesa-notice-register {
        grid-template-columns: 1fr;
    }

    .breezesa-principles li,
    .breezesa-principles li:last-child {
        min-height: 74px;
        border-right: 1px solid var(--breezesa-rule);
        border-bottom: 1px solid var(--breezesa-rule);
    }

    .breezesa-principles li:last-child {
        border-bottom: 0;
    }

    .breezesa-service-directory article {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .breezesa-service-directory article p {
        grid-column: auto;
    }

    .breezesa-process-register li,
    .breezesa-process-register li:nth-child(even) {
        min-height: 0;
        border-right: 1px solid var(--breezesa-rule);
        border-bottom: 1px solid var(--breezesa-rule);
    }

    .breezesa-process-register h3 {
        margin-top: 28px;
    }

    .breezesa-faq-register summary {
        grid-template-columns: 58px 1fr;
        font-size: 16px;
    }

    .breezesa-faq-register details > p {
        margin-left: 58px;
    }

    .breezesa-footer-main nav {
        justify-content: flex-start;
    }

    .breezesa-footer-legal {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .breezesa-plan-grid {
        grid-template-columns: 1fr;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
