:root {
    --sbas-ink: #11110f;
    --sbas-paper: #f3efe6;
    --sbas-paper-2: #e6dfd1;
    --sbas-white: #fffdf7;
    --sbas-accent: #c7b38c;
    --sbas-line: rgba(255,255,255,.18);
    --sbas-shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sbas-site {
    margin: 0;
    background: var(--sbas-ink);
    color: var(--sbas-white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.sbas-site.admin-bar .sbas-header { top: 32px; }
body.sbas-site a { color: inherit; }
body.sbas-site img { max-width: 100%; display: block; }
.sbas-shell { width: min(calc(100% - 48px), var(--sbas-shell)); margin-inline: auto; }
.sbas-skip { position: fixed; left: 12px; top: -60px; z-index: 10000; padding: 10px 14px; background: #fff; color: #000 !important; }
.sbas-skip:focus { top: 12px; }

.sbas-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    background: rgba(17,17,15,.82);
    border-bottom: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(18px);
}
.sbas-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.sbas-brand { font-size: .83rem; font-weight: 800; letter-spacing: .22em; text-decoration: none; }
.sbas-nav { display: flex; gap: 28px; align-items: center; }
.sbas-nav a { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; opacity: .84; }
.sbas-nav a:hover, .sbas-nav a:focus { opacity: 1; }
.sbas-menu-toggle { display: none; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; padding: 9px 13px; border-radius: 999px; font: inherit; }

.sbas-main { overflow: hidden; }
.sbas-hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: 150px 0 84px; isolation: isolate; background: #161410; }
.sbas-hero__image-wrap { position: absolute; inset: 0; z-index: -3; }
.sbas-hero__image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; filter: saturate(.88) contrast(1.03); }
.sbas-hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(10,10,9,.86) 0%, rgba(10,10,9,.54) 43%, rgba(10,10,9,.12) 72%), linear-gradient(0deg, rgba(10,10,9,.75), transparent 55%); }
.sbas-hero__content { position: relative; }
.sbas-eyebrow { margin: 0 0 18px; font-size: .72rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.sbas-eyebrow--dark { color: #38352f; }
.sbas-hero h1, .sbas-page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.2rem, 10vw, 9.6rem); font-weight: 400; letter-spacing: -.055em; line-height: .82; max-width: 900px; }
.sbas-hero__text { max-width: 600px; margin: 34px 0 0; font-size: clamp(1.05rem, 2vw, 1.4rem); line-height: 1.55; color: rgba(255,255,255,.86); }
.sbas-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.sbas-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--sbas-white); background: var(--sbas-white); color: var(--sbas-ink) !important; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .12em; transition: .2s ease; }
.sbas-button:hover, .sbas-button:focus { transform: translateY(-1px); }
.sbas-button--secondary { background: transparent; color: inherit !important; }
.sbas-section--light .sbas-button--secondary, .sbas-section--paper .sbas-button--secondary, .sbas-section--accent .sbas-button--secondary { border-color: var(--sbas-ink); color: var(--sbas-ink) !important; }

.sbas-section { padding: clamp(72px, 10vw, 132px) 0; }
.sbas-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.sbas-section--light { background: var(--sbas-white); color: var(--sbas-ink); }
.sbas-section--paper { background: var(--sbas-paper); color: var(--sbas-ink); }
.sbas-section--dark { background: #151512; color: var(--sbas-white); }
.sbas-section--accent { background: var(--sbas-accent); color: var(--sbas-ink); }
.sbas-grid { display: grid; gap: clamp(36px, 7vw, 100px); }
.sbas-grid--mailing { grid-template-columns: .8fr 1.2fr; align-items: center; }
.sbas-grid--split { grid-template-columns: 1fr 1fr; align-items: start; }
.sbas-lead { margin: 24px 0 0; max-width: 700px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.7; }
.sbas-lead--large { font-size: clamp(1.3rem, 2.3vw, 1.8rem); }
.sbas-form-card { min-height: 180px; padding: 28px; border: 1px solid rgba(17,17,15,.16); background: rgba(255,255,255,.5); }
.sbas-quote-block { padding: 12px 0 0; }
.sbas-quote-block p { margin: 28px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 3.25rem); line-height: 1.15; }
.sbas-rule { display: block; width: 80px; height: 1px; background: currentColor; opacity: .5; }
.sbas-text-link { display: inline-block; margin-top: 28px; text-underline-offset: 5px; }
.sbas-cta { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.sbas-cta .sbas-actions { margin-top: 0; flex-shrink: 0; }

.sbas-page-hero { position: relative; min-height: 72svh; display: flex; align-items: flex-end; padding: 190px 0 88px; background: #171713; }
.sbas-page-hero h1 { font-size: clamp(4.5rem, 11vw, 10rem); }
.sbas-page-intro { max-width: 720px; margin: 34px 0 0; font-size: clamp(1.1rem, 2vw, 1.5rem); color: rgba(255,255,255,.8); }
.sbas-page-hero--image { min-height: 82svh; isolation: isolate; }
.sbas-page-hero__image, .sbas-page-hero__shade { position: absolute; inset: 0; z-index: -2; }
.sbas-page-hero__image { background-size: cover; background-position: center 38%; }
.sbas-page-hero__shade { z-index: -1; background: linear-gradient(0deg, rgba(10,10,8,.82), rgba(10,10,8,.18) 68%); }
.sbas-copy-column { max-width: 820px; }
.sbas-copy-column > p:not(.sbas-lead) { margin-top: 26px; font-size: 1.05rem; }

.sbas-footer { padding: 64px 0 28px; background: #0b0b0a; color: rgba(255,255,255,.78); border-top: 1px solid rgba(255,255,255,.09); }
.sbas-footer__inner { display: flex; justify-content: space-between; gap: 40px; }
.sbas-brand--footer { color: #fff !important; }
.sbas-footer p { margin: 14px 0 0; font-size: .9rem; }
.sbas-footer__links { display: flex; flex-wrap: wrap; gap: 22px; align-content: flex-start; }
.sbas-footer__links a, .sbas-footer__bottom a { text-underline-offset: 5px; }
.sbas-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

/* Kit form normalization */
.sbas-form-card .formkit-form { max-width: none !important; margin: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.sbas-form-card .formkit-fields { gap: 10px !important; }
.sbas-form-card input { min-height: 50px !important; border-radius: 0 !important; border: 1px solid rgba(17,17,15,.25) !important; background: #fff !important; color: #111 !important; font: inherit !important; }
.sbas-form-card button { min-height: 50px !important; border-radius: 0 !important; background: #11110f !important; color: #fff !important; font: inherit !important; font-size: .76rem !important; font-weight: 800 !important; letter-spacing: .08em !important; text-transform: uppercase !important; }

@media (max-width: 782px) {
    body.sbas-site.admin-bar .sbas-header { top: 46px; }
}
@media (max-width: 760px) {
    .sbas-shell { width: min(calc(100% - 32px), var(--sbas-shell)); }
    .sbas-header__inner { min-height: 68px; }
    .sbas-menu-toggle { display: inline-flex; }
    .sbas-nav { display: none; position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); padding: 18px; background: #11110f; border: 1px solid rgba(255,255,255,.13); flex-direction: column; align-items: stretch; gap: 0; }
    .sbas-nav.is-open { display: flex; }
    .sbas-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .sbas-nav a:last-child { border-bottom: 0; }
    .sbas-hero { min-height: 92svh; padding: 130px 0 54px; }
    .sbas-hero__image { object-position: 62% 32%; }
    .sbas-hero__shade { background: linear-gradient(0deg, rgba(10,10,9,.92) 0%, rgba(10,10,9,.58) 48%, rgba(10,10,9,.15) 100%); }
    .sbas-hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
    .sbas-grid--mailing, .sbas-grid--split { grid-template-columns: 1fr; }
    .sbas-cta, .sbas-footer__inner, .sbas-footer__bottom { align-items: flex-start; flex-direction: column; }
    .sbas-cta .sbas-actions { margin-top: 8px; }
    .sbas-form-card { padding: 18px; }
    .sbas-page-hero { min-height: 64svh; padding: 150px 0 60px; }
    .sbas-page-hero--image { min-height: 72svh; }
}
