:root {
  --navy: #08164b;
  --navy-deep: #040b2b;
  --navy-mid: #12256b;
  --blue: #123cff;
  --blue-bright: #2e5bff;
  --ivory: #f6f2e9;
  --paper: #fcfaf5;
  --ink: #10183a;
  --muted: #5d647b;
  --gold-deep: #8b6425;
  --gold: #c79a42;
  --gold-bright: #edce7d;
  --gold-shine: #fff0b8;
  --gold-metal: linear-gradient(115deg, #8b6425 0%, #d7ad58 24%, #fff0b8 48%, #c18d34 72%, #f0d286 100%);
  --line: rgba(18, 60, 255, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 19px; line-height: 1.68; overflow-x: hidden; }
body::before { content: ""; position: fixed; z-index: 90; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--blue) 0 48%, var(--gold-shine) 48% 52%, var(--gold) 52% 100%); }
img { display: block; width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: white; color: #000; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.2rem, 4vw, 5rem); background: rgba(4, 11, 43, .12); color: white; border-bottom: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); transition: background .35s ease, height .35s ease; }
.site-header.scrolled { background: rgba(4, 11, 43, .96); height: 72px; box-shadow: 0 10px 35px rgba(4,11,43,.2); }
.brand-pair { display: flex; align-items: center; gap: .55rem; text-decoration: none; }
.brand-unit { display: grid; place-items: center; min-width: 118px; height: 52px; padding: .35rem .7rem; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.brand-unit-ttg { min-width: 172px; }
.brand-pair img { object-fit: contain; filter: brightness(0) invert(1); }
.brand-pair .sitterle-mark { width: 92px; height: 40px; }
.brand-pair .ttg-mark { width: 145px; height: 42px; }
.brand-cross { color: var(--gold-bright); font-family: var(--serif); font-size: 1.4rem; }
nav { display: flex; align-items: center; gap: 1.5rem; font-size: .9375rem; letter-spacing: .07em; text-transform: uppercase; }
nav a { text-decoration: none; }
.nav-cta { border: 1px solid var(--gold-bright); padding: .8rem 1rem; background: rgba(18,60,255,.32); }
.nav-label-short { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; color: white; overflow: hidden; }
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 54% 50%; animation: hero-settle 10s cubic-bezier(.22,1,.36,1) both; }
.hero-scrim { background: linear-gradient(90deg, rgba(4,11,43,.94) 0%, rgba(8,22,75,.7) 42%, rgba(18,60,255,.12) 76%), linear-gradient(0deg, rgba(4,11,43,.78), transparent 48%); }
.hero-copy { position: relative; z-index: 2; width: min(930px, 88vw); padding: 8rem 0 5.5rem clamp(1.5rem, 8vw, 9rem); }
.hero-partnership-mark { display: inline-flex; align-items: center; gap: .8rem; margin: 0 0 1.6rem; padding: .7rem .9rem; border: 1px solid rgba(237,206,125,.42); background: rgba(4,11,43,.34); backdrop-filter: blur(9px); }
.hero-partnership-mark img { width: 132px; height: 52px; object-fit: contain; filter: brightness(0) invert(1); }
.hero-partnership-mark img:last-child { width: 190px; }
.hero-partnership-mark i { color: var(--gold-bright); font-family: var(--serif); font-size: 1.25rem; font-style: normal; }
.eyebrow, .section-kicker { margin: 0 0 1.4rem; color: var(--gold-deep); font-size: 1rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow, .section-kicker.light { color: var(--gold-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { margin-bottom: 1.7rem; font-size: clamp(3.5rem, 6.2vw, 6.7rem); }
h1 em, h2 em { color: var(--gold-bright); font-weight: 400; }
.community-heading h2 em, .conversation h2 em { color: transparent; background: var(--gold-metal); -webkit-background-clip: text; background-clip: text; }
.hero-lede { max-width: 720px; margin-bottom: 2.2rem; color: rgba(255,255,255,.92); font-size: clamp(1.18rem, 1.5vw, 1.38rem); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .95rem 1.35rem; text-decoration: none; font-size: .9375rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.button-gold { color: #171126; background: var(--gold-metal); border: 1px solid rgba(255,240,184,.72); box-shadow: 0 14px 38px rgba(4,11,43,.26), inset 0 1px rgba(255,255,255,.55); }
.text-link { text-decoration: none; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,.62); }
.hero-note { position: absolute; z-index: 3; right: 4vw; bottom: 2rem; display: flex; gap: 1.8rem; color: rgba(255,255,255,.88); font-size: .9375rem; letter-spacing: .08em; text-transform: uppercase; }
.co-brand-ribbon { display: grid; grid-template-columns: 1fr 74px 1fr; color: white; background: var(--navy-deep); border-bottom: 1px solid rgba(237,206,125,.28); }
.ribbon-brand { display: flex; align-items: center; gap: 1.6rem; min-height: 156px; padding: 2rem clamp(1.5rem, 5vw, 5rem); }
.ribbon-sitterle { justify-content: flex-end; text-align: right; background: linear-gradient(100deg, var(--navy-deep), var(--navy)); }
.ribbon-ttg { background: linear-gradient(100deg, var(--blue), #0c2aa5); }
.ribbon-brand img { width: 120px; max-height: 58px; object-fit: contain; filter: brightness(0) invert(1); }
.ribbon-ttg img { width: 170px; }
.ribbon-brand span, .ribbon-brand strong { display: block; }
.ribbon-brand span { color: var(--gold-bright); font-size: 1rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ribbon-brand strong { margin-top: .3rem; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; line-height: 1.3; }
.ribbon-center { display: grid; place-items: center; background: var(--gold-metal); color: var(--navy-deep); }
.ribbon-center span { font-family: var(--serif); font-size: 2.4rem; }
.signal-bar { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(1.5rem, 6vw, 7rem); background: var(--ivory); border-bottom: 1px solid var(--line); }
.signal-bar div { padding: 2.1rem 1.6rem; border-right: 1px solid var(--line); }
.signal-bar div:last-child { border-right: 0; }
.signal-bar strong, .signal-bar span { display: block; }
.signal-bar strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2.25rem); font-weight: 400; color: var(--navy); }
.signal-bar span { color: var(--muted); font-size: 1rem; letter-spacing: .065em; text-transform: uppercase; }
.section-pad { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.5rem, 8vw, 9rem); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; }
h2 { font-size: clamp(2.8rem, 5.3vw, 5.7rem); }
.lead { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.35; }
.intro-copy { padding-top: .5rem; color: #46514d; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 6rem; border-top: 1px solid var(--line); }
.promise-card { padding: 2.4rem 2.8rem 0 0; }
.promise-card + .promise-card { padding-left: 2.8rem; border-left: 1px solid var(--line); }
.promise-card span { color: var(--gold); font-family: var(--serif); }
.promise-card h3 { margin: 1rem 0 .7rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.promise-card p, .source-note { color: var(--muted); }
.source-note, .proof-note { margin: 3rem 0 0; font-size: .9375rem; line-height: 1.65; }
.community-section { position: relative; overflow: hidden; color: white; background-color: var(--navy); background-image: radial-gradient(circle at 88% 8%, rgba(46,91,255,.48), transparent 31%), radial-gradient(circle at 12% 92%, rgba(199,154,66,.13), transparent 27%), linear-gradient(145deg, var(--navy-deep), var(--navy) 52%, #0d2caa); }
.community-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; bottom: -260px; border: 1px solid rgba(237,206,125,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(237,206,125,.035), 0 0 0 140px rgba(237,206,125,.025); }
.community-heading { position: relative; max-width: 1100px; }
.community-heading .lead { max-width: 920px; color: rgba(255,255,255,.82); }
.community-now { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.4rem; margin: 3.2rem 0 1.6rem; padding: 1.45rem 1.6rem; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); box-shadow: 0 22px 55px rgba(1,5,25,.24), inset 0 1px rgba(255,255,255,.18); backdrop-filter: blur(16px); }
.community-now p { margin: 0; color: rgba(255,255,255,.84); }
.status-pill { padding: .5rem .8rem; color: var(--navy-deep); background: var(--gold-metal); font-size: 1rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.community-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1.45rem; background: transparent; border: 0; }
.community-card { position: relative; isolation: isolate; min-height: 430px; overflow: hidden; padding: clamp(2.2rem, 4vw, 3.8rem); border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(145deg, rgba(17,38,107,.96), rgba(4,11,43,.94) 62%, rgba(2,7,28,.98)); box-shadow: 0 28px 70px rgba(1,5,25,.34), 0 8px 22px rgba(1,5,25,.2), inset 0 1px rgba(255,255,255,.17); transition: transform .35s ease, box-shadow .35s ease; }
.community-card::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 100% 0, rgba(46,91,255,.26), transparent 39%), linear-gradient(120deg, rgba(255,255,255,.07), transparent 28%); }
.community-card:hover { transform: translateY(-5px); box-shadow: 0 36px 85px rgba(1,5,25,.42), 0 12px 28px rgba(1,5,25,.24), inset 0 1px rgba(255,255,255,.2); }
.community-card-future { background: linear-gradient(145deg, rgba(25,67,219,.76), rgba(8,27,99,.96) 48%, rgba(3,10,39,.98)); }
.card-symbol { position: relative; z-index: 1; display: inline-grid; grid-template-columns: 54px auto; align-items: center; gap: .85rem; min-height: 58px; color: var(--gold-bright); }
.card-symbol svg { width: 58px; height: 58px; padding: .6rem; border: 1px solid rgba(255,240,184,.42); border-radius: 16px; background: linear-gradient(145deg, rgba(255,240,184,.15), rgba(139,100,37,.04)); box-shadow: 0 12px 28px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.2); stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.card-symbol span { font-family: var(--serif); font-size: 1.15rem; letter-spacing: .08em; }
.card-label { position: relative; z-index: 1; margin: 1.25rem 0 .65rem; color: #f7dda0; font-size: 1rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.community-card h3 { max-width: 510px; margin: .6rem 0 1rem; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.7rem); font-weight: 400; line-height: 1.08; }
.community-card > p:not(.card-label) { position: relative; z-index: 1; color: rgba(255,255,255,.9); }
.campaign-hook { position: relative; z-index: 1; margin-top: 1.7rem; padding-top: 1.3rem; border-top: 1px solid rgba(237,206,125,.42); color: #ffe9ac; font-family: var(--serif); font-size: 1.2rem; line-height: 1.45; }
.community-strategy { position: relative; display: grid; grid-template-columns: .42fr 1.58fr; gap: 5vw; margin-top: 1.6rem; padding: clamp(2rem, 5vw, 4.5rem); overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.32); border-radius: 22px; background: linear-gradient(145deg, #fffefb, #f3eee4); box-shadow: 0 28px 70px rgba(1,5,25,.28), inset 0 1px rgba(255,255,255,.9); }
.community-strategy h3 { margin: 0 0 1rem; color: var(--blue); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 400; line-height: 1.05; }
.community-strategy p:last-child { margin-bottom: 0; color: var(--muted); }
.strategy-brand { display: flex; align-items: flex-start; }
.strategy-brand img { width: min(250px, 100%); height: 76px; object-fit: contain; object-position: left center; }
.community-source { position: relative; color: rgba(255,255,255,.63); }
.legacy-section, .feedback-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; background: var(--ivory); }
.legacy-media, .feedback-image { position: relative; min-height: 620px; overflow: hidden; }
.legacy-media img, .feedback-image img { width: 100%; height: 100%; object-fit: cover; }
.legacy-stamp { position: absolute; right: 2.5rem; bottom: 2.5rem; width: 145px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--navy); color: var(--gold-bright); border: 1px solid rgba(237,206,125,.72); box-shadow: 0 18px 35px rgba(4,11,43,.28), inset 0 0 0 5px rgba(237,206,125,.08); font-family: var(--serif); font-size: 1.15rem; transform: rotate(-8deg); }
.legacy-copy { display: flex; flex-direction: column; justify-content: center; }
.chapter-brand { width: auto; height: 62px; margin: 0 0 2.2rem; object-fit: contain; object-position: left center; }
.chapter-brand-sitterle { max-width: 170px; filter: brightness(0) saturate(100%) invert(12%) sepia(49%) saturate(1809%) hue-rotate(206deg) brightness(79%); }
.chapter-brand-ttg { max-width: 230px; }
.legacy-copy p:not(.section-kicker) { color: #56605c; }
blockquote { margin: 2rem 0 1rem; color: var(--navy); font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.2rem); line-height: 1.32; }
.attribution { font-size: .875rem; letter-spacing: .05em; }
.gallery-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 3vw; align-items: end; margin-bottom: 4rem; }
.gallery-heading .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p:last-child { max-width: 470px; color: var(--muted); justify-self: end; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 440px 440px; gap: 1.4rem; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--navy); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-tall { grid-row: 1 / 3; }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 4rem 1.6rem 1.5rem; color: white; background: linear-gradient(transparent, rgba(4,11,43,.9)); }
.gallery-grid figcaption span, .gallery-grid figcaption small { display: block; }
.gallery-grid figcaption span { font-family: var(--serif); font-size: 1.6rem; }
.gallery-grid figcaption small { color: rgba(255,255,255,.88); font-size: 1rem; }
.buyer-section { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; overflow: hidden; background: radial-gradient(circle at 8% 12%, rgba(69,111,255,.48), transparent 30%), linear-gradient(135deg, var(--blue), #0b258e 68%, var(--navy)); color: white; }
.buyer-section::after { content: ""; position: absolute; right: -12%; bottom: -42%; width: 640px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: inset 0 0 0 82px rgba(255,255,255,.018), inset 0 0 0 164px rgba(255,255,255,.018); pointer-events: none; }
.buyer-title { align-self: center; }
.buyer-list { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; align-content: center; }
.buyer-list article { position: relative; display: grid; grid-template-columns: 62px 1fr; gap: 1.2rem; min-height: 210px; padding: 1.7rem; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(4,11,43,.2)); box-shadow: 0 22px 52px rgba(1,5,25,.2), inset 0 1px rgba(255,255,255,.16); backdrop-filter: blur(8px); }
.buyer-list article::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,229,151,.72), transparent); }
.buyer-icon { display: grid; place-items: center; width: 58px; height: 58px; color: var(--gold-bright); border: 1px solid rgba(255,229,151,.44); border-radius: 17px; background: linear-gradient(145deg, rgba(255,239,190,.18), rgba(4,11,43,.12)); box-shadow: 0 12px 28px rgba(1,5,25,.22), inset 0 1px rgba(255,255,255,.18); }
.buyer-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.buyer-copy span { display: block; color: var(--gold-bright); font-family: var(--serif); font-size: 1.65rem; line-height: 1.15; }
.buyer-list p { margin: .65rem 0 0; color: rgba(255,255,255,.9); font-size: 1rem; line-height: 1.58; }
.engine { background-color: var(--paper); background-image: radial-gradient(circle at 88% 12%, rgba(18,60,255,.09), transparent 28%), linear-gradient(180deg, #fffefb, var(--paper)); }
.engine-intro { max-width: 980px; margin-bottom: 5rem; }
.engine-intro > p:last-child { max-width: 800px; color: var(--muted); font-size: 1.2rem; }
.engine-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem; border: 0; }
.engine-steps article { display: grid; grid-template-columns: 76px 1fr; gap: 1.5rem; padding: 2rem; border: 1px solid rgba(18,60,255,.09); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(246,247,252,.92)); box-shadow: 0 20px 46px rgba(8,22,75,.1), 0 5px 14px rgba(8,22,75,.06), inset 0 1px rgba(255,255,255,1); }
.engine-symbol { display: grid; place-items: center; width: 64px; height: 64px; color: var(--blue); border: 1px solid rgba(18,60,255,.16); border-radius: 17px; background: linear-gradient(145deg, #ffffff, #e9edff); box-shadow: 0 12px 24px rgba(18,60,255,.14), inset 0 1px rgba(255,255,255,1); }
.engine-symbol svg { width: 38px; height: 38px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.engine-steps h3 { margin-bottom: .45rem; color: var(--navy); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.engine-steps p { margin-bottom: 0; color: var(--muted); font-size: 1rem; }
.proof { background: var(--navy-deep); color: white; }
.proof-heading { max-width: 850px; }
.proof-heading > p:last-child { color: rgba(255,255,255,.65); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4.5rem; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.proof-grid article { padding: 2.6rem; background: linear-gradient(145deg, var(--navy-deep), #08164b); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--gold-bright); font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 4.8rem); font-weight: 400; letter-spacing: -.04em; }
.proof-grid span { color: rgba(255,255,255,.88); font-size: 1rem; letter-spacing: .075em; text-transform: uppercase; }
.proof-note { color: rgba(255,255,255,.72); }
.plan-heading { max-width: 1060px; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 5rem; }
.timeline article { padding: 2.3rem; background: var(--ivory); border-top: 3px solid var(--gold); }
.day { color: var(--gold-deep); font-size: 1rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.timeline h3 { margin: 1rem 0 1.4rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.timeline ul { margin: 0; padding-left: 1.2rem; color: var(--muted); }
.timeline li + li { margin-top: .65rem; }
.feedback-copy { display: flex; flex-direction: column; justify-content: center; }
.feedback-copy > p:not(.section-kicker) { color: var(--muted); }
.checklist { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.checklist li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.checklist span { color: var(--gold); font-family: var(--serif); }
.conversation { position: relative; display: grid; place-items: center; min-height: 820px; text-align: center; color: white; background: linear-gradient(rgba(4,11,43,.88), rgba(8,22,75,.92)), url('/media/teramo-covered-patio.jpg') center/cover; }
.conversation-inner { max-width: 960px; }
.closing-lockup { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin: 0 auto 2.2rem; }
.closing-lockup img { width: 190px; height: 110px; object-fit: contain; filter: brightness(0) invert(1); }
.closing-lockup img:last-child { width: 250px; }
.closing-lockup span { color: var(--gold-bright); font-family: var(--serif); font-size: 2.5rem; }
.closing-logo-link { display: block; border-radius: 10px; transition: transform .25s ease, box-shadow .25s ease; }
.closing-logo-link:hover { transform: translateY(-3px); }
.closing-logo-link:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 6px; box-shadow: 0 0 0 7px rgba(4,11,43,.72); }
.conversation-inner p:not(.section-kicker) { max-width: 760px; margin: 0 auto 2.5rem; color: rgba(255,255,255,.9); }
.conversation-actions { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.72); background: rgba(4,11,43,.28); backdrop-filter: blur(8px); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--gold-bright); background: rgba(18,60,255,.34); }
footer { padding: 3rem clamp(1.5rem, 6vw, 7rem); background: #030823; color: rgba(255,255,255,.76); font-size: .9375rem; text-align: center; }
.footer-lockup { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1.5rem; }
.footer-brand { display: grid; justify-items: center; gap: .45rem; min-width: 190px; }
.footer-lockup img { width: 160px; height: 56px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand:first-child img { width: 118px; }
.footer-brand small { color: var(--gold-bright); font-size: .9375rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-lockup span { color: var(--gold); }
footer p { max-width: 820px; margin: .6rem auto; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes hero-settle { from { transform: scale(1.07); } to { transform: scale(1); } }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .site-header { height: 76px; padding-inline: 1.25rem; }
  .site-header.scrolled { height: 68px; }
  .brand-pair { gap: .42rem; }
  .brand-unit { min-width: 96px; height: 48px; padding: .3rem .55rem; }
  .brand-unit-ttg { min-width: 142px; }
  .brand-pair .sitterle-mark { width: 78px; height: 34px; }
  .brand-pair .ttg-mark { width: 122px; height: 36px; }
  .nav-cta { padding: .68rem .82rem; font-size: .8rem; }
  .intro-grid, .buyer-section, .legacy-section, .feedback-section { grid-template-columns: 1fr; }
  .gallery-heading { grid-template-columns: 1fr; }
  .gallery-heading > p:last-child { justify-self: start; }
  .legacy-media, .feedback-image { min-height: 70vw; }
  .buyer-section { gap: 3.5rem; }
  .timeline { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .community-strategy { grid-template-columns: 1fr; gap: 1rem; }
  .co-brand-ribbon { grid-template-columns: 1fr 54px 1fr; }
  .ribbon-brand { align-items: flex-start; flex-direction: column; }
  .ribbon-sitterle { align-items: flex-end; }
  .community-grid { grid-template-columns: 1fr; }
  .community-card { min-height: auto; }
}

@media (max-width: 700px) {
  body { font-size: 18px; }
  .site-header { height: 70px; padding-inline: 1rem; }
  .brand-pair .sitterle-mark { width: 68px; }
  .brand-pair .ttg-mark { width: 102px; }
  .brand-unit { min-width: auto; height: 45px; padding: .25rem .4rem; border: 0; background: transparent; }
  .brand-unit-ttg { min-width: auto; }
  .brand-cross { font-size: 1.1rem; }
  .nav-cta { padding: .62rem .7rem; font-size: .8rem; }
  .nav-label-full { display: none; }
  .nav-label-short { display: inline; }
  .hero { min-height: 860px; }
  .hero-scrim { background: linear-gradient(0deg, rgba(4,11,43,.97) 0%, rgba(8,22,75,.7) 62%, rgba(18,60,255,.14)); }
  .hero-copy { width: auto; padding: 8rem 1.3rem 8.5rem; align-self: end; }
  .hero-partnership-mark { gap: .45rem; max-width: 100%; }
  .hero-partnership-mark img { width: 96px; height: 42px; }
  .hero-partnership-mark img:last-child { width: 140px; }
  .hero-partnership-mark i { font-size: 1rem; }
  h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero-note { left: 1.3rem; right: 1.3rem; justify-content: space-between; gap: 1rem; }
  .signal-bar { grid-template-columns: 1fr 1fr; padding-inline: 0; }
  .signal-bar div:nth-child(2) { border-right: 0; }
  .signal-bar div { padding: 1.5rem 1.2rem; border-bottom: 1px solid var(--line); }
  .section-pad { padding: 5.5rem 1.3rem; }
  .promise-grid, .engine-steps { grid-template-columns: 1fr; }
  .promise-grid { margin-top: 3.5rem; }
  .promise-card, .promise-card + .promise-card { padding: 2rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 440px); }
  .gallery-tall { grid-row: auto; }
  .buyer-list { grid-template-columns: 1fr; }
  .buyer-list article { grid-template-columns: 58px 1fr; min-height: 0; gap: 1rem; padding: 1.45rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .community-now { grid-template-columns: 1fr; }
  .co-brand-ribbon { grid-template-columns: 1fr; }
  .ribbon-brand, .ribbon-sitterle { align-items: center; justify-content: center; text-align: center; }
  .ribbon-center { min-height: 48px; }
  .ribbon-center span { font-size: 1.8rem; }
  .closing-lockup { gap: .6rem; }
  .closing-lockup img { width: 115px; height: 82px; }
  .closing-lockup img:last-child { width: 150px; }
  .closing-lockup span { font-size: 1.8rem; }
  .footer-lockup { gap: .45rem; }
  .footer-brand { min-width: 0; }
  .footer-lockup img { width: 120px; }
  .footer-brand:first-child img { width: 90px; }
  .proof-grid article { padding: 2rem; }
  .engine-steps article { grid-template-columns: 68px 1fr; }
  .conversation { min-height: 760px; }
}

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