/* ==========================================================================
   That's My Pan!® — Fundraising landing page
   Palette derived from logoclear.png: navy #2A2B59, teal #46C0B3
   ========================================================================== */

:root {
    --ink:        #16173A;
    --navy:       #2A2B59;
    --navy-2:     #3B3D74;
    --navy-soft:  #6C6E9B;
    --teal:       #46C0B3;
    --teal-deep:  #1A736B;
    --teal-wash:  #E4F5F3;
    --honey:      #E29B33;
    --honey-deep: #B87919;
    --cream:      #FBF6EE;
    --cream-2:    #F3EADB;
    --paper:      #FFFFFF;
    --rule:       rgba(42, 43, 89, .14);
    --rule-soft:  rgba(42, 43, 89, .08);

    --display: "Fraunces", "Iowan Old Style", Georgia, serif;
    --body:    "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

    --shell: 1180px;
    --r:     14px;
    --r-sm:  9px;

    --shadow:    0 1px 2px rgba(22, 23, 58, .05), 0 12px 34px -14px rgba(22, 23, 58, .22);
    --shadow-lg: 0 2px 4px rgba(22, 23, 58, .06), 0 34px 70px -26px rgba(22, 23, 58, .34);

    /* Admin Back Office Icon Custom Properties */
    --bar-admin-icon-color: var(--navy, #2A2B59);
    --bar-admin-icon-opacity: 0.35;
    --bar-admin-icon-opacity-hover: 1;
    --bar-admin-tooltip-bg: var(--navy, #2A2B59);
    --bar-admin-tooltip-text: #ffffff;
}

/* --------------------------------------------------------------- reset */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-deep); }

h1, h2, h3 {
    font-family: var(--display);
    font-weight: 600;
    color: var(--navy);
    letter-spacing: -.015em;
    line-height: 1.1;
    margin: 0 0 .5em;
    font-variation-settings: "SOFT" 0, "WONK" 0;
}

p { margin: 0 0 1.1em; }

:focus-visible {
    outline: 3px solid var(--honey);
    outline-offset: 3px;
    border-radius: 3px;
}

.skip {
    position: absolute; left: -9999px;
    background: var(--navy); color: #fff;
    padding: 12px 18px; z-index: 200; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; top: 0; }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 24px; }
.shell--narrow { max-width: 800px; }

.eyebrow {
    font-family: var(--body);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--teal-deep);
    margin: 0 0 14px;
}

.linkish {
    color: var(--teal-deep);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(31, 127, 118, .3);
    white-space: nowrap;
}
.linkish:hover { border-bottom-color: var(--teal-deep); }

/* keep inline calls-to-action inside the 24px minimum target box */
.linkish, .micro a, .close__copy a { display: inline-block; padding: 4px 0; }

/* --------------------------------------------------------------- buttons */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--navy);
    color: #fff;
    font-family: var(--body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .005em;
    text-decoration: none;
    padding: 15px 28px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 10px 24px -12px rgba(42, 43, 89, .8);
}
.btn:hover { background: var(--navy-2); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--sm  { padding: 10px 20px; font-size: 14.5px; }
.btn--lg  { padding: 18px 36px; font-size: 17.5px; }
.btn--full { width: 100%; padding: 17px 24px; font-size: 17px; }

.btn--honey { background: var(--honey); color: #2A1B02; box-shadow: 0 10px 24px -12px rgba(226, 155, 51, .9); }
.btn--honey:hover { background: #F0AC4A; }

/* --------------------------------------------------------------- header */

.bar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(251, 246, 238, .93);
    backdrop-filter: saturate(150%) blur(10px);
    border-bottom: 1px solid var(--rule-soft);
    transition: box-shadow .2s ease;
}
.bar.is-stuck { box-shadow: 0 6px 22px -14px rgba(22, 23, 58, .5); }

.bar__in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.bar__logo img { width: 168px; height: auto; }
.bar__right { display: flex; align-items: center; gap: 22px; }

.bar__tel {
    text-decoration: none;
    line-height: 1.15;
    text-align: right;
}
.bar__tel span {
    display: block;
    font-size: 11.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--navy-soft);
    font-weight: 600;
}
.bar__tel strong { color: var(--navy); font-size: 17px; font-weight: 700; }

/* --------------------------------------------------------------- admin icon */

.bar__admin-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: 14px;
    position: relative;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    text-decoration: none;
    border-radius: 4px;
}

.bar__admin-login:focus-visible {
    outline: 2px solid var(--honey);
    outline-offset: 2px;
}

.bar__admin-icon {
    color: var(--bar-admin-icon-color);
    opacity: var(--bar-admin-icon-opacity);
    transition: opacity .2s ease-in-out;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.bar__admin-login:hover .bar__admin-icon {
    opacity: var(--bar-admin-icon-opacity-hover);
}

/* Admin Login Tooltip Background */
.bar__admin-login::after {
    content: attr(title);
    position: absolute;
    bottom: -32px;
    right: 0;
    background-color: var(--bar-admin-tooltip-bg);
    color: var(--bar-admin-tooltip-text);
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    z-index: 1000;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(42, 43, 89, .15);
}

/* Admin Login Tooltip Arrow */
.bar__admin-login::before {
    content: '';
    position: absolute;
    bottom: -26px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid var(--bar-admin-tooltip-bg);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    z-index: 1001;
    pointer-events: none;
}

.bar__admin-login:hover::after,
.bar__admin-login:hover::before {
    opacity: 1;
    visibility: visible;
}

/* --------------------------------------------------------------- hero */

.hero { position: relative; }

.hero__banner {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.hero__banner img { display: block; width: 100%; height: auto; }

.hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 62%;
    background:
        radial-gradient(120% 80% at 88% 0%, rgba(70, 192, 179, .20), transparent 62%),
        radial-gradient(90% 70% at 6% 12%, rgba(226, 155, 51, .13), transparent 60%);
    pointer-events: none;
}

.hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 60px;
    align-items: start;
    padding-top: 48px;
    padding-bottom: 64px;
}

.hero h1 {
    font-size: clamp(2.5rem, 5.4vw, 4.05rem);
    letter-spacing: -.028em;
    margin-bottom: .38em;
    text-wrap: balance;
}

.lede { font-size: 19.5px; color: #3C3D5C; max-width: 34em; }
.lede strong { color: var(--navy); font-weight: 700; }

.ticks { list-style: none; margin: 30px 0 34px; padding: 0; }
.ticks li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 13px;
    font-size: 16.5px;
    color: #3C3D5C;
}
.ticks li::before {
    content: "";
    position: absolute;
    left: 0; top: .42em;
    width: 19px; height: 19px;
    border-radius: 50%;
    background: var(--teal-wash);
    box-shadow: inset 0 0 0 1.5px rgba(31, 127, 118, .35);
}
.ticks li::after {
    content: "";
    position: absolute;
    left: 6px; top: .72em;
    width: 7px; height: 4px;
    border-left: 2px solid var(--teal-deep);
    border-bottom: 2px solid var(--teal-deep);
    transform: rotate(-45deg);
}
.ticks strong { color: var(--navy); font-weight: 700; }

.hero__cta { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

/* --------------------------------------------------------------- form card */

.card {
    background: var(--paper);
    border-radius: var(--r);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--rule-soft);
    overflow: hidden;
}

.card--form { position: relative; }
.card--form::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, var(--teal) 0%, var(--teal-deep) 48%, var(--honey) 100%);
}

.card__head { padding: 26px 30px 4px; }
.card__head h2 { font-size: 1.65rem; margin-bottom: .3em; }
.card__head p { font-size: 15.5px; color: var(--navy-soft); margin-bottom: 0; }

.tmp-form { padding: 22px 30px 28px; }

.field { margin: 0 0 15px; }
.field label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 6px;
}
.field .opt {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: var(--navy-soft);
    font-size: 12px;
}

.field input,
.field select {
    width: 100%;
    font-family: var(--body);
    font-size: 16.5px;
    color: var(--ink);
    background: #FCFBF8;
    border: 1.5px solid var(--rule);
    border-radius: var(--r-sm);
    padding: 12px 14px;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.field select { appearance: none; background-image: none; padding-right: 34px; }

.field input:hover, .field select:hover { border-color: rgba(42, 43, 89, .28); }
.field input:focus, .field select:focus {
    outline: none;
    background: #fff;
    border-color: var(--teal-deep);
    box-shadow: 0 0 0 4px rgba(70, 192, 179, .22);
}
.field input[aria-invalid="true"], .field select[aria-invalid="true"] {
    border-color: #C0392B;
    box-shadow: 0 0 0 4px rgba(192, 57, 43, .12);
}

.err { display: block; color: #A5281C; font-size: 13.5px; font-weight: 600; margin-top: 5px; }

.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 16px;
    font-size: 15.5px;
    color: #3C3D5C;
}
.check input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--teal-deep); flex: none; }
.check label { cursor: pointer; }

.reveal { border-left: 3px solid var(--teal-wash); padding-left: 16px; margin-bottom: 6px; }

.micro { font-size: 13.5px; color: var(--navy-soft); margin: 14px 0 0; line-height: 1.5; }
.micro a { color: var(--teal-deep); font-weight: 600; }

/* --------------------------------------------------------------- trust strip */

.trust { border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); background: rgba(255, 255, 255, .55); }
.trust__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14.5px;
    color: var(--navy-soft);
}
.trust__in b {
    font-family: var(--display);
    font-size: 17px;
    color: var(--navy);
    margin-right: 4px;
}

/* --------------------------------------------------------------- section heads */

.sec__head { max-width: 46rem; margin-bottom: 42px; }
.sec__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.sec__head h2 { font-size: clamp(1.9rem, 3.5vw, 2.75rem); }
.sec__sub { font-size: 17.5px; color: #4A4B6B; margin-bottom: 0; }

/* --------------------------------------------------------------- band */

.band { background: var(--navy); color: #E8E8F2; padding: 82px 0; margin-top: 0; }
.band__h { color: #fff; font-size: clamp(1.9rem, 3.5vw, 2.7rem); max-width: 20ch; }
.band__sub { color: #A9AAC9; font-size: 18px; max-width: 44ch; margin-bottom: 48px; }

.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.three__item { border-top: 2px solid rgba(70, 192, 179, .45); padding-top: 22px; }
.three__mark {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 12px;
}
.three__item h3 { color: #fff; font-size: 1.35rem; line-height: 1.24; }
.three__item p { color: #B6B7D2; font-size: 16px; margin-bottom: 0; }

/* --------------------------------------------------------------- products */

.prod { padding: 86px 0 78px; }

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.tile {
    display: flex;
    flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--rule-soft);
    border-radius: var(--r);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tile:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    border-color: rgba(70, 192, 179, .5);
}

.tile__img {
    background: var(--paper);
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-bottom: 1px solid var(--rule-soft);
}
.tile__img img { max-height: 100%; width: auto; object-fit: contain; }

.tile__body { padding: 18px 20px 8px; flex: 1 1 auto; }
.tile__body h3 { font-size: 1.08rem; line-height: 1.28; margin-bottom: .45em; }
.tile__body p { font-size: 14.5px; color: #55567A; line-height: 1.5; margin-bottom: 12px; }

.tile__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 20px;
    border-top: 1px solid var(--rule-soft);
    background: #FDFBF7;
}
.tile__price { font-family: var(--display); font-size: 1.2rem; font-weight: 700; color: var(--navy); }
.tile__price small { font-family: var(--body); font-size: 11.5px; font-weight: 600; color: var(--navy-soft); }
.tile__profit {
    font-size: 13px;
    font-weight: 700;
    color: var(--teal-deep);
    background: var(--teal-wash);
    border-radius: 999px;
    padding: 5px 11px;
    white-space: nowrap;
}

.prod__note { margin-top: 34px; font-size: 16.5px; color: #4A4B6B; }

/* --------------------------------------------------------------- ledger */

.ledgerwrap {
    background: linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 100%);
    border-top: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 86px 0;
}

.ledger__grid {
    display: grid;
    grid-template-columns: 1fr .92fr;
    gap: 64px;
    align-items: center;
}
.ledger__copy h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.ledger__copy p { color: #4A4B6B; font-size: 17.5px; }
.ledger__aside {
    border-left: 3px solid var(--honey);
    padding-left: 18px;
    font-size: 16.5px;
    margin-bottom: 30px;
}
.ledger__aside strong { color: var(--navy); }

/* the signature element: a kitchen receipt */
.ledger {
    position: relative;
    background: #FFFDF8;
    border: 1px solid var(--rule);
    border-radius: 4px;
    padding: 34px 32px 28px;
    box-shadow: var(--shadow-lg);
}
.ledger__perf {
    position: absolute;
    left: 0; right: 0; top: -1px;
    height: 9px;
    background:
        radial-gradient(circle at 6px 0, transparent 5px, #FFFDF8 5.5px) repeat-x;
    background-size: 12px 9px;
}
.ledger__title {
    font-family: var(--display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    text-align: center;
    letter-spacing: .04em;
    margin: 0 0 2px;
}
.ledger__meta {
    text-align: center;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--navy-soft);
    margin: 0 0 24px;
    padding-bottom: 18px;
    border-bottom: 1px dashed var(--rule);
}

.ledger__inputs { display: grid; gap: 12px; margin-bottom: 22px; }
.field--num label { color: var(--navy-soft); }

.ledger__lines { margin: 0; border-top: 1px dashed var(--rule); padding-top: 16px; }
.lline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 7px 0;
}
.lline dt { font-size: 15px; color: #55567A; }
.lline dt span { display: block; font-size: 12.5px; color: var(--navy-soft); }
.lline dd {
    margin: 0;
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--navy);
    font-variant-numeric: tabular-nums;
}
.lline--total {
    margin-top: 10px;
    padding-top: 16px;
    border-top: 2px solid var(--navy);
    align-items: center;
}
.lline--total dt {
    font-family: var(--display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--navy);
}
.lline--total dd { font-size: 2.35rem; color: var(--teal-deep); letter-spacing: -.02em; }

.ledger__next {
    margin: 16px 0 0;
    background: rgba(226, 155, 51, .2);
    border-radius: var(--r-sm);
    padding: 11px 14px;
    font-size: 14.5px;
    color: #59400B;
    font-weight: 600;
}
.ledger__next:empty { display: none; }

.ledger__fine { font-size: 12.5px; color: var(--navy-soft); margin: 16px 0 0; line-height: 1.5; }

/* --------------------------------------------------------------- how */

.how { padding: 86px 0; }
.steps { list-style: none; counter-reset: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.step { position: relative; padding-top: 26px; border-top: 2px solid var(--navy); }
.step__n {
    display: inline-block;
    font-family: var(--display);
    font-style: italic;
    font-size: 15px;
    color: var(--teal-deep);
    margin-bottom: 10px;
}
.step h3 { font-size: 1.42rem; line-height: 1.2; }
.step p { color: #4A4B6B; font-size: 16px; margin-bottom: 0; }
.step strong { color: var(--navy); }

/* --------------------------------------------------------------- included */

.incl { background: var(--paper); padding: 86px 0; border-top: 1px solid var(--rule-soft); }
.incl__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 40px; }
.incl__item { padding-left: 18px; border-left: 2px solid var(--teal-wash); }
.incl__item h3 { font-size: 1.16rem; line-height: 1.25; }
.incl__item p { font-size: 15.5px; color: #55567A; margin-bottom: 0; }

/* --------------------------------------------------------------- voices */

.voices { padding: 86px 0; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.q {
    margin: 0;
    background: var(--paper);
    border: 1px solid var(--rule-soft);
    border-radius: var(--r);
    padding: 28px 28px 22px;
}
.q p {
    font-family: var(--display);
    font-size: 1.14rem;
    line-height: 1.4;
    color: var(--navy);
    margin-bottom: 14px;
}
.q p::before { content: "\201C"; }
.q p::after  { content: "\201D"; }
.q cite {
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--teal-deep);
}
.q--big { grid-column: span 3; background: var(--navy); border-color: var(--navy); text-align: center; padding: 44px 32px 36px; }
.q--big p { color: #fff; font-size: clamp(1.5rem, 3.2vw, 2.25rem); line-height: 1.24; max-width: 22ch; margin-left: auto; margin-right: auto; }
.q--big cite { color: var(--teal); }

/* --------------------------------------------------------------- faq */

.faq { padding: 20px 0 86px; }
.acc { border-top: 1px solid var(--rule); }
.acc__item { border-bottom: 1px solid var(--rule); }
.acc__item h3 { margin: 0; font-size: inherit; }

.acc__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    background: none;
    border: 0;
    padding: 21px 4px;
    cursor: pointer;
    text-align: left;
    font-family: var(--display);
    font-size: 1.18rem;
    font-weight: 600;
    color: var(--navy);
    transition: color .15s ease;
}
.acc__btn:hover { color: var(--teal-deep); }

.acc__ico { position: relative; width: 16px; height: 16px; flex: none; }
.acc__ico::before, .acc__ico::after {
    content: "";
    position: absolute;
    left: 0; top: 7px;
    width: 16px; height: 2px;
    background: var(--teal-deep);
    transition: transform .22s ease;
}
.acc__ico::after { transform: rotate(90deg); }
.acc__btn[aria-expanded="true"] .acc__ico::after { transform: rotate(0deg); }

.acc__panel { padding: 0 4px 22px; max-width: 62ch; }
.acc__panel p { color: #4A4B6B; font-size: 16.5px; margin: 0; }

/* --------------------------------------------------------------- close */

.close { background: var(--navy); color: #E8E8F2; padding: 86px 0; }
.close__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.close__copy h2 { color: #fff; font-size: clamp(1.95rem, 3.6vw, 2.85rem); text-wrap: balance; }
.close__copy p { color: #B6B7D2; font-size: 18px; }
.close__tel { font-size: 16.5px; margin-bottom: 0; }
.close__tel a {
    color: var(--teal); font-weight: 700; font-size: 21px; text-decoration: none;
    margin-left: 6px; display: inline-block; padding: 6px 0;
}
.close__tel span { display: block; font-size: 13.5px; color: #A4A6C8; margin-top: 3px; }

.card--dark { background: #FFFDF8; }
.card--dark .card__head,
.card--dark .tmp-form { color: var(--ink); }
.card--dark .card__head p { color: var(--navy-soft); }

/* --------------------------------------------------------------- footer */

.foot { background: var(--ink); color: #9A9BC0; padding: 44px 0; }
.foot__in { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.foot__logo { width: 148px; filter: brightness(0) invert(1); opacity: .82; }
.foot__nav { display: flex; gap: 26px; flex-wrap: wrap; }
.foot__nav a {
    color: #C7C8E4; text-decoration: none; font-size: 15px; font-weight: 600;
    display: inline-flex; align-items: center; min-height: 40px;
}
.foot__nav a:hover { color: var(--teal); }
.foot__legal { width: 100%; font-size: 13px; margin: 0; color: #8E8FB6; }

/* --------------------------------------------------------------- responsive */

@media (max-width: 1080px) {
    .grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 960px) {
    body { font-size: 16.5px; }
    .bar__admin-login { margin-left: 10px; }
    .hero__grid { grid-template-columns: 1fr; gap: 40px; padding-top: 36px; padding-bottom: 48px; }
    .ledger__grid { grid-template-columns: 1fr; gap: 40px; }
    .close__grid { grid-template-columns: 1fr; gap: 38px; }
    .three, .steps, .incl__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .quotes { grid-template-columns: 1fr 1fr; }
    .q--big { grid-column: span 2; }
    .bar__tel { display: none; }
}

@media (max-width: 700px) {
    .shell { padding: 0 18px; }
    .bar__admin-login { width: 40px; height: 40px; margin-left: 6px; }
    .bar__admin-icon { width: 18px; height: 18px; }
    .bar__admin-login::after { bottom: -32px; right: auto; left: 0; }
    .bar__admin-login::before { bottom: -26px; right: auto; left: 8px; }
    .grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .three, .steps, .incl__grid, .quotes { grid-template-columns: 1fr; gap: 28px; }
    .q--big { grid-column: span 1; }
    .band, .prod, .ledgerwrap, .how, .incl, .voices, .close { padding: 58px 0; }
    .faq { padding: 6px 0 58px; }
    .card__head { padding: 22px 22px 4px; }
    .tmp-form { padding: 18px 22px 24px; }
    .ledger { padding: 28px 22px 24px; }
    .trust__in { justify-content: flex-start; gap: 10px 22px; font-size: 13.5px; }
    .hero__cta { gap: 16px; }
    .btn--lg { width: 100%; }
    .tile__body { padding: 14px 14px 4px; }
    .tile__body p { display: none; }
    .tile__foot { padding: 11px 14px; flex-wrap: wrap; }
    .lline--total dd { font-size: 1.95rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
    }
}

/* --------------------------------------------------------------- thank-you page */

.confirm { padding-top: 12px; }

.confirm__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--teal-wash);
    color: var(--teal-deep);
    margin-bottom: 16px;
}
.confirm__badge svg { width: 20px; height: 20px; }

.card__body { padding: 8px 30px 26px; }
.card__body .ticks { margin: 4px 0 0; }
.card__body .ticks li:last-child { margin-bottom: 0; }

.next { background: var(--paper); padding: 70px 0 82px; border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); }
.next__actions { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; margin-top: 8px; text-align: center; }

@media (max-width: 700px) {
    .next { padding: 50px 0 56px; }
    .next__actions { gap: 16px; }
}

/* --------------------------------------------------------------- footer: legal row */

.foot__nav--legal a { color: #9A9BC0; font-size: 13.5px; font-weight: 600; min-height: 32px; }
.foot__nav--legal a:hover { color: var(--teal); }

/* --------------------------------------------------------------- legal pages (terms / privacy / sms) */

.legal-hero { padding: 56px 0 40px; border-bottom: 1px solid var(--rule-soft); }
.legal-hero h1 { font-size: clamp(2rem, 4.4vw, 2.9rem); margin-bottom: .25em; }
.legal-updated { color: var(--navy-soft); font-size: 15px; margin: 0; }

.legal { padding: 48px 0 90px; }

.legal__body h2 {
    font-size: 1.35rem;
    margin: 1.9em 0 .55em;
    padding-top: .1em;
}
.legal__body h2:first-child { margin-top: 0; }
.legal__body h3 {
    font-size: 1.08rem;
    margin: 1.4em 0 .5em;
}
.legal__body p { font-size: 16.5px; color: #3C3D5C; }
.legal__body p.lead { font-size: 18px; color: var(--navy); font-weight: 600; }

.legal__body ul, .legal__body ol {
    margin: 0 0 1.1em;
    padding-left: 26px;
    color: #3C3D5C;
    font-size: 16.5px;
}
.legal__body li { margin-bottom: .5em; }
.legal__body li strong { color: var(--navy); }

.legal__body address {
    font-style: normal;
    background: var(--cream-2);
    border-left: 3px solid var(--teal-deep);
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    padding: 16px 20px;
    margin: 1.2em 0;
    font-size: 16px;
    line-height: 1.7;
}

.legal__body a { color: var(--teal-deep); font-weight: 600; border-bottom: 1.5px solid rgba(31, 127, 118, .3); text-decoration: none; }
.legal__body a:hover { border-bottom-color: var(--teal-deep); }

.legal__note {
    background: rgba(70, 192, 179, .12);
    border-left: 3px solid var(--teal-deep);
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    padding: 18px 22px;
    margin: 0 0 2em;
}
.legal__note h3 { margin-top: 0; }
.legal__note p:last-child { margin-bottom: 0; }

.legal__table { width: 100%; border-collapse: collapse; margin: 1em 0 1.6em; font-size: 15.5px; }
.legal__table td { padding: 10px 14px; border-bottom: 1px solid var(--rule); }
.legal__table td:first-child { font-weight: 700; color: var(--navy); white-space: nowrap; }

@media (max-width: 700px) {
    .legal-hero { padding: 40px 0 30px; }
    .legal { padding: 34px 0 64px; }
    .legal__body h2 { font-size: 1.18rem; }
    .legal__body h3 { font-size: 1rem; }
    .legal__body p, .legal__body ul, .legal__body ol { font-size: 16px; }
}
