/*
 * ThirtyEight site layer.
 * Elementor owns content and global fonts/colours (Site Settings).
 * This file owns what Elementor free cannot express: clamp() rhythm, grid
 * templates, blend modes, sticky/fixed behaviour and the contact form.
 * Every rule is scoped to a te-* class set on the Elementor element.
 */
:root{
  --te-pad:clamp(24px,5vw,72px);
  --te-sec:clamp(96px,14vw,200px);
  --te-ink:#111;--te-black:#000;--te-white:#fff;
  --te-text2:#444;--te-muted:#666;
  --te-serif:'DM Serif Display',Georgia,serif;
  --te-sans:'Inter Tight',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--te-ink);font-family:var(--te-sans);-webkit-font-smoothing:antialiased}
body #page{overflow-x:clip}

/* ---------- resets inside TE blocks ---------- */
body .te-sec p{margin:0}
body .te-sec a{color:inherit;text-decoration:none;transition:opacity .15s}
body .te-sec a:hover{opacity:.6;color:inherit}
body .te-sec .elementor-heading-title{font-family:var(--te-serif);font-weight:400;color:inherit;margin:0}
body .te-sec em{font-style:italic}
.elementor .e-con.te-sec,.elementor .e-con.te-sec .e-con{--gap:0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px}
.elementor .e-con.te-sec .elementor-widget{margin:0}

/* shared type */
body .te-eyebrow .elementor-heading-title{font-family:var(--te-sans)!important;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--te-muted)!important;line-height:normal}
body .te-copy,body .te-copy p{font-size:16px;line-height:1.6;color:var(--te-text2);text-wrap:pretty}

/* ---------- header (Xpro template) ---------- */
/* Xpro's nav wrapper is position:relative;z-index:99, which isolates the blend mode */
.xpro-theme-builder-header,.xpro-theme-builder-header-nav{position:static!important;z-index:auto!important;background:transparent!important}
body .te-header-wrap{position:fixed!important;top:0;left:0;right:0;z-index:100;mix-blend-mode:difference;background:transparent!important;pointer-events:none}
.elementor .e-con.te-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:28px var(--te-pad);color:#fff;pointer-events:auto;background:transparent}
body .te-header .te-mark img{width:32px;height:32px;display:block}
body .te-nav .elementor-icon-list-items{display:flex;gap:32px;margin:0;padding:0;list-style:none}
body .te-nav .elementor-icon-list-item{margin:0!important;padding:0!important}
body .te-nav .elementor-icon-list-item::after{display:none!important}
body .te-nav .elementor-icon-list-text{font-family:var(--te-sans);font-size:14px;letter-spacing:.02em;color:#fff!important;padding:0!important}
body .te-nav a:hover{opacity:.6}
body.admin-bar .te-header-wrap{top:32px}
@media (max-width:782px){body.admin-bar .te-header-wrap{top:46px}}

/* ---------- 2 hero ---------- */
.elementor .e-con.te-hero{min-height:100vh;box-sizing:border-box;padding:0 var(--te-pad) clamp(32px,5vw,64px);display:grid;grid-template-rows:1fr auto;position:relative}
body .te-hero-bg{position:absolute!important;left:0;right:0;bottom:0;width:100%!important;height:44vh;pointer-events:none;margin:0}
body .te-hero-bg svg{display:block;width:100%;height:44vh}
.elementor .e-con.te-hero-content{grid-row:2;position:relative;display:flex;flex-direction:column;gap:clamp(32px,5vw,64px)}
body .te-h1 .elementor-heading-title{font-size:clamp(56px,10vw,168px);line-height:.92;letter-spacing:-.025em;max-width:12ch;color:#fff!important}
body .te-h1{mix-blend-mode:difference}
.elementor .e-con.te-hero-meta{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;font-size:14px;line-height:1.5;border-top:1px solid var(--te-ink);padding-top:20px}
body .te-hero-meta .elementor-widget{width:auto}
body .te-hero-meta .te-hero-tag,body .te-hero-meta .te-hero-tag p{max-width:38ch;font-size:14px;line-height:1.5;color:var(--te-ink)}
body .te-hero-meta .te-hero-domain,body .te-hero-meta .te-hero-domain p{font-size:14px;line-height:1.5;color:var(--te-muted)}

/* ---------- 3 channel logos ---------- */
.elementor .e-con.te-channels{padding:40px var(--te-pad);border-bottom:1px solid #e3e3df;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:clamp(20px,3vw,48px) clamp(20px,2.5vw,40px)}
body .te-channels .elementor-widget{width:auto}
body .te-channels img{display:block;width:auto!important;max-width:none}
body .te-logo-meta img{height:clamp(40px,4vw,56px)!important;margin:-12px -14px}
body .te-logo-tiktok img{height:clamp(15px,1.3vw,18px)!important}
body .te-logo-linkedin img{height:clamp(18px,1.6vw,22px)!important}
body .te-logo-bing img{height:clamp(20px,1.8vw,24px)!important}
.elementor .e-con.te-logo-google{display:flex;flex-direction:row;align-items:center;gap:10px;width:auto}
body .te-logo-google img{height:clamp(22px,2vw,28px)!important}
body .te-logo-google .elementor-heading-title{font-family:var(--te-sans)!important;font-weight:500;font-size:clamp(16px,1.4vw,20px);letter-spacing:-.01em;color:#5f6368!important;line-height:1.2}

/* ---------- 4 statement ---------- */
.elementor .e-con.te-statement{padding:clamp(120px,16vw,240px) var(--te-pad) 0;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}
body .te-statement .te-eyebrow{grid-column:1/-1}
body .te-statement .te-statement-text{grid-column:1/span 11}
body .te-statement-text,body .te-statement-text p{font-family:var(--te-serif);font-size:clamp(34px,4.6vw,76px);line-height:1.08;letter-spacing:-.015em;color:var(--te-ink);text-wrap:pretty}
/* offset the fixed header when jumping to anchors */
#statement,#contact{scroll-margin-top:0}

/* ---------- 5 method ---------- */
.elementor .e-con.te-method{padding:var(--te-sec) var(--te-pad);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(48px,6vw,96px) clamp(32px,4vw,64px)}
body .te-method>.te-eyebrow{grid-column:1/-1}
.elementor .e-con.te-step{display:flex;flex-direction:column;gap:20px}
.elementor .e-con.te-step-2{padding-top:clamp(0px,6vw,96px)}
.elementor .e-con.te-step-3{padding-top:clamp(0px,12vw,192px)}
body .te-numeral .elementor-heading-title{font-size:clamp(72px,8vw,120px);line-height:.8}
body .te-step-title .elementor-heading-title{font-size:32px;line-height:1.1}
body .te-step .te-copy{max-width:32ch}

/* ---------- 6 capabilities ---------- */
.elementor .e-con.te-cap{padding:0 var(--te-pad) var(--te-sec);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:clamp(48px,6vw,96px);align-items:start}
.elementor .e-con.te-cap-head{display:flex;flex-direction:column;gap:24px;position:sticky;top:120px}
body .te-section-title .elementor-heading-title{font-size:clamp(40px,4.5vw,64px);line-height:1;letter-spacing:-.015em;max-width:12ch}
.elementor .e-con.te-cap-list{display:flex;flex-direction:column}
.elementor .e-con.te-cap-row{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:28px 0;border-top:1px solid #ddd}
body .te-cap-row:first-child{border-top-color:var(--te-ink)!important}
body .te-cap-row:last-child{border-bottom:1px solid #ddd}
body .te-cap-num .elementor-heading-title{font-family:var(--te-sans)!important;font-size:13px;color:var(--te-muted)!important;padding-top:6px;line-height:normal}
.elementor .e-con.te-cap-body{display:flex;flex-direction:column;gap:8px}
body .te-cap-title .elementor-heading-title{font-size:26px;line-height:1.15}
body .te-cap-body .te-copy,body .te-cap-body .te-copy p{font-size:15px;max-width:44ch}

/* ---------- 7 principles ---------- */
.elementor .e-con.te-principles{background:#f4f4f1;padding:var(--te-sec) var(--te-pad);margin-bottom:var(--te-sec);display:flex;flex-direction:column;gap:clamp(48px,6vw,80px)}
.elementor .e-con.te-pr-list{display:flex;flex-direction:column}
.elementor .e-con.te-pr-row{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;gap:24px;flex-wrap:wrap;padding:24px 0;border-top:1px solid var(--te-ink)}
body .te-pr-row:last-child{border-bottom:1px solid var(--te-ink)}
body .te-pr-row .elementor-widget{width:auto}
body .te-pr-line .elementor-heading-title{font-size:clamp(36px,5.5vw,88px);line-height:1;letter-spacing:-.02em}
body .te-pr-num .elementor-heading-title{font-family:var(--te-sans)!important;font-size:14px;line-height:normal;color:var(--te-muted)!important}

/* ---------- 8 founder ---------- */
.elementor .e-con.te-founder{padding:0 var(--te-pad) var(--te-sec);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:clamp(48px,6vw,96px);align-items:end}
body .te-founder>.te-eyebrow{grid-column:1/-1}
.elementor.elementor .e-con>.te-headshot.elementor-widget{max-width:220px;width:100%}
body .te-headshot img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:16px;filter:grayscale(1) contrast(1.1)}
.elementor .e-con.te-founder-body{display:flex;flex-direction:column;gap:24px;max-width:36ch}
body .te-founder-label{border-top:1px solid var(--te-ink);padding-top:16px}
body .te-founder-label,body .te-founder-label p{font-size:14px;line-height:normal;color:var(--te-muted)}

/* ---------- 9 contact ---------- */
.elementor .e-con.te-contact{background:#000;color:#fff;padding:var(--te-sec) var(--te-pad) 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:clamp(48px,6vw,96px);align-items:start}
body .te-h2 .elementor-heading-title{font-size:clamp(56px,9vw,144px);line-height:.92;letter-spacing:-.025em;color:#fff!important}
body .te-form{display:flex;flex-direction:column;gap:28px}
body .te-form input,body .te-form textarea{font:inherit;font-family:var(--te-sans);font-size:18px;color:#fff;background:none!important;border:0!important;border-bottom:1px solid #555!important;border-radius:0!important;padding:12px 0!important;outline:none;box-shadow:none!important;width:100%;box-sizing:border-box;height:auto!important;min-height:0!important;line-height:normal!important;margin:0}
body .te-form textarea{resize:none;min-height:0}
body .te-form input:focus,body .te-form textarea:focus{border-bottom-color:#fff!important}
body .te-form input::placeholder,body .te-form textarea::placeholder{color:#8a8a8a;opacity:1}
body .te-form .te-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
body .te-form button{align-self:flex-start;margin-top:12px;background:#fff;color:#000;border:0;border-radius:3px;padding:16px 28px;font-family:var(--te-sans);font-size:15px;font-weight:500;line-height:1.2;cursor:pointer;transition:background .15s}
body .te-form button:hover,body .te-form button:focus{background:#ddd;color:#000}
body .te-form-error{color:#ff8a80;font-size:15px;line-height:1.5}

/* thank-you page */
.elementor .e-con.te-thanks{background:#000;color:#fff;min-height:70vh;padding:var(--te-sec) var(--te-pad) 0;display:flex;flex-direction:column;justify-content:flex-end;gap:24px}
body .te-thanks .te-copy,body .te-thanks .te-copy p{color:#bbb}

/* ---------- footer (Xpro template, sits on black) ---------- */
.elementor .e-con.te-footer-wrap{background:#000;padding:clamp(96px,12vw,160px) var(--te-pad) 40px}
.elementor .e-con.te-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;border-top:1px solid #333;padding-top:24px;font-size:13px;color:#999}
body .te-footer .elementor-widget{width:auto}
body .te-footer,body .te-footer *{line-height:normal!important}
.elementor .e-con.te-footer-brand{display:flex;flex-direction:row;align-items:center;gap:12px;width:auto;color:#fff}
body .te-footer-brand img{width:24px;height:24px;display:block}
body .te-footer-brand a,body .te-header .te-mark a{display:block;line-height:0}
body .te-footer-brand .elementor-heading-title{font-size:17px;color:#fff!important;line-height:1.2}
body .te-footer-links .elementor-icon-list-items{display:flex;gap:28px;margin:0;padding:0;list-style:none}
body .te-footer-links .elementor-icon-list-item{margin:0!important;padding:0!important}
body .te-footer-links .elementor-icon-list-item::after{display:none!important}
body .te-footer-links .elementor-icon-list-text{font-size:13px;color:#999!important;padding:0!important}
body .te-footer-copy,body .te-footer-copy p{font-size:13px;color:#999}

/* ---------- responsive ---------- */
@media (max-width:767px){
  .elementor .e-con.te-step-2,.elementor .e-con.te-step-3{padding-top:0}
  .elementor .e-con.te-cap-head{position:static}
  body .te-statement .te-statement-text{grid-column:1/-1}
}

/* logo marks: Elementor's image widget stretches img to the widget box; pin exact sizes */
body .elementor-widget.te-mark,body .elementor-widget.te-footer-mark{width:auto!important;line-height:0}
body .te-mark img{width:32px!important;height:32px!important;max-width:none!important}
body .te-footer-mark img{width:24px!important;height:24px!important;max-width:none!important}
/* inline icon lists ship with a negative side margin */
body .te-nav .elementor-icon-list-items,body .te-footer-links .elementor-icon-list-items{margin:0!important}
/* black sections meet the black footer at fractional y; overlap 1px so no white seam shows */
.elementor .e-con.te-footer-wrap{margin-top:-1px;padding-top:calc(clamp(96px,12vw,160px) + 1px)}

/* ---------- legal pages ---------- */
.elementor .e-con.te-legal{padding:clamp(140px,16vw,220px) var(--te-pad) var(--te-sec);display:flex;flex-direction:column;gap:32px;max-width:calc(72ch + 2 * var(--te-pad));box-sizing:border-box}
body .te-legal-title .elementor-heading-title{font-size:clamp(48px,7vw,104px);line-height:.92;letter-spacing:-.025em;color:var(--te-ink)!important}
body .te-legal-body{font-size:16px;line-height:1.6;color:var(--te-text2)}
body .te-legal-body h2{font-family:var(--te-serif);font-weight:400;font-size:26px;line-height:1.15;color:var(--te-ink);margin:48px 0 12px;padding-top:20px;border-top:1px solid #ddd}
body .te-legal-body h2:first-child{margin-top:16px}
body .te-legal-body p{margin:0 0 14px}
body .te-legal-body ul{margin:0 0 14px;padding-left:20px}
body .te-legal-body li{margin:0 0 6px}
body .te-legal-body a{text-decoration:underline;text-underline-offset:3px}
body .te-legal-body strong{color:var(--te-ink);font-weight:500}
body .te-legal-body .te-legal-date{margin-top:40px;font-size:14px;color:var(--te-muted)}
