:root{--ivory: #EDE9E3;--onyx: #2A2A29;--biscotti: #C7B8A2;--driftwood: #8B7765;--rust: #B5654F;--off-white: #F7F4EF;--white: #FFFFFF;--border: #DDDDDD;--ivory-linen: #FAF8F4;--soft-onyx: #1A1A1A;--rust-accent: #A0522D}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;font-size:16px;background:var(--white);color:var(--onyx);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:600}a{text-decoration:none;color:inherit}button{font-family:DM Sans,sans-serif;cursor:pointer}input{font-family:DM Sans,sans-serif}.over-title{font-family:DM Sans,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--rust)}.over-title.centered{text-align:center}.btn{display:inline-block;font-family:DM Sans,sans-serif;font-weight:500;font-size:15px;padding:14px 28px;border-radius:4px;border:none}.btn-rust{background:var(--rust);color:var(--white)}.btn-outline{background:transparent;border:1px solid var(--biscotti);color:var(--ivory)}.js-reveal main>section{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.js-reveal main>section.section-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.js-reveal main>section{opacity:1;transform:none;transition:none}}.not-found{position:relative;overflow:hidden;background:var(--onyx);padding:140px 40px;text-align:center}.not-found h1{font-size:clamp(34px,5vw,48px);color:var(--ivory);max-width:560px;margin:16px auto 0}.not-found-body{font-size:16px;color:var(--biscotti);margin:18px auto 0;line-height:1.65}.not-found-btn{margin-top:32px}.nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid transparent}.nav-scrolled{border-bottom:1px solid var(--border)}.nav-inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:14px 40px}.wordmark{display:inline-flex;flex-direction:column;line-height:1}.wordmark-seam{font-family:Cormorant Garamond,serif;font-weight:600;font-size:26px;letter-spacing:.18em;margin-right:-.18em;color:var(--onyx)}.wordmark-index{display:flex;justify-content:space-between;width:100%;font-family:DM Sans,sans-serif;font-weight:500;font-size:10px;text-transform:uppercase;color:var(--rust);margin-top:5px}.nav-wordmark{display:inline-flex}.nav-links{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:28px}.nav-links a{font-size:15px;color:#4a4a47}.nav-cta{background:var(--rust);color:var(--white);font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;padding:9px 20px;border-radius:4px;border:none}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:6px}.nav-hamburger span{display:block;width:20px;height:2px;background:var(--onyx)}.nav-mobile-menu{display:none}.footer{background:var(--onyx);padding:32px 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.footer-wordmark{display:inline-flex}.footer-wordmark .wordmark-seam{font-size:21px;color:var(--ivory)}.footer-wordmark .wordmark-index{font-size:9px;margin-top:4px}.footer-tagline{font-size:13px;color:var(--driftwood);margin-top:4px}.footer-links{display:flex;gap:24px;justify-content:center}.footer-links a{font-size:14px;color:var(--biscotti)}.footer-copyright{font-size:13px;color:var(--driftwood);text-align:right}.home-hero{position:relative;overflow:hidden;background:var(--onyx);padding:110px 40px;text-align:center}.hero-stitch{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-stitch svg{width:100%;height:100%;display:block}.stitch-path{fill:none;stroke:var(--rust);stroke-width:2;stroke-dasharray:10 12;stroke-dashoffset:0;opacity:.55;animation:stitch-move 8s linear infinite}.stitch-path-2{stroke:var(--biscotti);opacity:.35;animation-duration:12s;animation-direction:reverse}.stitch-path-3{stroke:var(--driftwood);opacity:.45;animation-duration:10s}@keyframes stitch-move{0%{stroke-dashoffset:0}to{stroke-dashoffset:-440px}}.stitch-node{fill:var(--rust);opacity:.2;animation:node-pulse 4.5s ease-in-out infinite}@keyframes node-pulse{0%,to{opacity:.15}50%{opacity:.85}}.stitch-runner{fill:var(--rust);opacity:.95;offset-path:path("M-60,340 C220,220 440,440 740,320 S1180,190 1500,310");animation:runner-move 10s linear infinite}.stitch-runner-2{fill:var(--biscotti);opacity:.8;offset-path:path("M-60,190 C300,330 560,120 880,250 S1260,370 1500,210");animation-duration:14s}.stitch-runner-3{fill:var(--driftwood);opacity:.85;offset-path:path("M-60,470 C360,400 700,510 1020,420 S1340,360 1500,430");animation-duration:12s}@keyframes runner-move{0%{offset-distance:0%}to{offset-distance:100%}}.hero-content{position:relative;z-index:1}.home-hero h1{font-size:clamp(38px,5vw,54px);color:var(--ivory);max-width:640px;margin:16px auto 0}.home-hero-subhead{font-size:17px;color:var(--biscotti);max-width:520px;margin:20px auto 0;line-height:1.65}.home-hero-buttons{display:flex;justify-content:center;gap:12px;margin-top:36px}.ticker{background:#1e1e1d;padding:14px 0;overflow:hidden;white-space:nowrap}.ticker-track{display:inline-flex;animation:ticker-scroll 70s linear infinite}.ticker-item{font-size:14px;color:var(--biscotti);white-space:nowrap}.ticker-dot{color:var(--rust);padding:0 12px}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.shift{background:var(--ivory);padding:80px 40px}.shift-heading{text-align:center;font-size:clamp(28px,4vw,34px);color:var(--onyx);max-width:560px;margin:12px auto 48px}.shift-columns{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:880px;margin:0 auto;border-radius:8px;overflow:hidden}.shift-col{padding:32px}.shift-col-without{background:#eeeae3}.shift-col-with{background:var(--onyx)}.shift-label{font-family:DM Sans,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--rust);margin-bottom:10px}.shift-col h3{font-weight:500;font-size:24px;margin-bottom:16px}.shift-col-without h3{color:var(--onyx)}.shift-col-with h3{color:var(--ivory)}.shift-row{display:flex;border-top:1px solid #DDD;padding:12px 0}.shift-row-with{border-top:1px solid #3A3A38}.shift-prefix{margin-right:10px}.shift-dash{color:var(--driftwood)}.shift-check{color:var(--rust)}.shift-row-text{font-size:15px;color:#4a4a47;line-height:1.65}.shift-row-text-with{color:var(--biscotti)}.intelligence{background:var(--white);padding:80px 40px;text-align:center}.intelligence h2{font-size:clamp(28px,4vw,34px);color:var(--onyx);max-width:620px;margin:12px auto 0}.intelligence-body{font-size:17px;color:#4a4a47;max-width:580px;margin:18px auto 0;line-height:1.65}.index-cta-label{font-family:DM Sans,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--rust-accent);text-align:center}.btn-rust-accent{background:var(--rust-accent);color:var(--white)}.index-cta-btn{display:inline-block;margin-top:28px}.email-form{display:flex;gap:8px;max-width:380px;margin:0 auto}.email-form input{border:1px solid var(--border);border-radius:4px;padding:11px 14px;font-size:16px;flex:1;min-width:0}.btn-notify{display:inline-block;background:var(--rust);color:var(--white);font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;padding:12px 20px;border-radius:4px;border:none;white-space:nowrap}.what-seam-does{background:var(--off-white);padding:72px 40px}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1240px;margin:32px auto 0}.card{background:var(--white);border:.5px solid var(--border);border-radius:8px;padding:28px 24px}.card-tag{font-family:DM Sans,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--rust);margin-bottom:10px}.card h3{font-weight:500;font-size:24px;color:var(--onyx);margin-bottom:10px}.card-body{font-size:15px;color:#4a4a47;line-height:1.65;margin-bottom:16px}.card-link{font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;color:var(--rust)}.faq{background:var(--off-white);padding:72px 40px}.faq-heading{text-align:center;font-size:clamp(26px,4vw,30px);color:var(--onyx);max-width:480px;margin:12px auto 48px}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:.5px solid var(--border);padding:22px 0}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;text-align:left;font-family:DM Sans,sans-serif;font-weight:500;font-size:17px;color:var(--onyx);padding:0}.faq-icon{font-size:22px;font-weight:400;line-height:1;color:var(--rust);transition:transform .25s ease;flex-shrink:0}.faq-open .faq-icon{transform:rotate(45deg)}.faq-answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-open .faq-answer-wrap{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer{font-size:16px;color:#4a4a47;line-height:1.65;padding-top:12px}.services-hero{position:relative;overflow:hidden;background:var(--onyx);padding:80px 40px;text-align:center}.services-hero h1{font-size:clamp(34px,4.5vw,46px);color:var(--ivory);max-width:760px;margin:16px auto 0}.services-hero-subhead{font-size:17px;color:var(--biscotti);max-width:560px;margin:18px auto 0;line-height:1.65}.problem{background:var(--ivory);padding:72px 40px;text-align:center}.problem-intro{font-size:17px;color:#4a4a47;max-width:560px;margin:0 auto 24px}.problem-question{font-size:18px;color:var(--driftwood);font-style:italic;max-width:460px;margin:10px auto}.problem-statement{font-weight:500;font-size:17px;color:var(--onyx);margin-top:24px}.stages{background:var(--white);padding:72px 40px}.stages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1080px;margin:0 auto}.stage-card{background:var(--white);border:.5px solid var(--border);border-radius:8px;padding:28px 24px;cursor:pointer}.stage-inner{display:grid}.stage-front,.stage-back{grid-area:1 / 1;transition:opacity .3s ease,transform .3s ease}.stage-back{opacity:0;transform:translateY(8px);pointer-events:none}.stage-card:hover .stage-front,.stage-card:focus-visible .stage-front,.stage-open .stage-front{opacity:0}.stage-card:hover .stage-back,.stage-card:focus-visible .stage-back,.stage-open .stage-back{opacity:1;transform:none;pointer-events:auto}.stage-card h3{font-weight:500;font-size:24px;color:var(--onyx);margin-bottom:10px}.stage-front p{font-size:15px;color:#4a4a47;line-height:1.65}.stage-hint{display:inline-block;font-family:DM Sans,sans-serif;font-weight:500;font-size:13px;color:var(--rust);margin-top:16px}.stage-back ul{list-style:none}.stage-back li{display:flex;font-size:14px;color:#4a4a47;line-height:1.5;padding:8px 0}.stage-back li+li{border-top:.5px solid var(--border)}.stage-back li:before{content:"·";color:var(--rust);font-weight:700;margin-right:10px}.services-bottom-cta{background:var(--onyx);padding:64px 40px;text-align:center}.services-bottom-cta h2{font-size:clamp(26px,4vw,30px);color:var(--ivory);max-width:440px;margin:0 auto}.bottom-cta-subhead{font-size:15px;color:var(--biscotti);max-width:420px;margin:14px auto 0;line-height:1.6}.bottom-cta-btn{margin-top:24px}.bottom-cta-note{font-size:13px;color:var(--driftwood);margin-top:14px}.blog-hero{position:relative;overflow:hidden;background:var(--soft-onyx);padding:100px 40px;text-align:center}.intel-hero-label{font-family:DM Sans,sans-serif;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--rust-accent)}.blog-hero h1{font-size:clamp(36px,5vw,48px);color:var(--white);max-width:680px;margin:16px auto 0}.blog-hero-subhead{font-size:17px;color:#faf8f4b8;max-width:580px;margin:18px auto 0;line-height:1.65}.intel-section-b{background:var(--white);padding:80px 40px}.intel-section-c{background:var(--ivory-linen);padding:80px 40px}.intel-heading{text-align:center;font-size:clamp(26px,4vw,32px);color:var(--soft-onyx);max-width:620px;margin:0 auto}.intel-subtext{text-align:center;font-size:15px;color:#1a1a1ab8;max-width:560px;margin:14px auto 0;line-height:1.6}.intel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1180px;margin:40px auto 0}.intel-card{background:var(--white);border:.5px solid var(--border);border-radius:8px;padding:24px 20px;transition:border-color .2s ease}.intel-card-active:hover{border-color:var(--rust-accent)}.intel-card-label{font-family:DM Sans,sans-serif;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--rust-accent);margin-bottom:10px}.intel-card-soon .intel-card-label{opacity:.5}.intel-card-name{font-weight:600;font-size:19px;color:var(--soft-onyx);margin-bottom:10px}.intel-card-desc{font-size:13px;color:#1a1a1ab3;line-height:1.6;margin-bottom:16px}.intel-card-soon .intel-card-desc{opacity:.5}.intel-card-cta{font-family:DM Sans,sans-serif;font-weight:500;font-size:13px;color:var(--rust-accent)}.intel-card-soon-tag{display:inline-block;font-family:DM Sans,sans-serif;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#1a1a1a66;background:#1a1a1a0f;padding:4px 10px;border-radius:4px}.report-item{background:var(--white);border:.5px solid var(--border);border-radius:8px;padding:32px 36px;max-width:720px;margin:40px auto 0}.report-item-label{font-family:DM Sans,sans-serif;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--rust-accent);margin-bottom:12px}.report-item-title{font-weight:600;font-size:24px;color:var(--soft-onyx);margin-bottom:12px}.report-item-desc{font-size:15px;color:#1a1a1ab8;line-height:1.65;margin-bottom:16px}.report-item-cta{font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;color:var(--rust-accent)}.report-header{background:var(--soft-onyx);padding:90px 40px 70px;text-align:center}.report-header-label{margin:0 auto 18px}.report-header-title{font-size:clamp(30px,4.2vw,44px);color:var(--white);max-width:780px;margin:0 auto;line-height:1.25}.report-byline{font-family:DM Sans,sans-serif;font-size:14px;color:#faf8f4a6;margin-top:22px}.report-pullquote{background:var(--ivory-linen);border-left:4px solid var(--rust-accent);max-width:740px;margin:-36px auto 0;padding:28px 36px;position:relative;z-index:1}.report-pullquote-heading{font-family:DM Sans,sans-serif;font-weight:700;font-size:12px;letter-spacing:.08em;color:var(--soft-onyx);margin-bottom:10px}.report-pullquote-text{font-family:DM Sans,sans-serif;font-size:15px;color:#1a1a1ad9;line-height:1.65}.report-body{max-width:740px;margin:0 auto;padding:64px 24px 40px;font-family:DM Sans,sans-serif;font-size:17px;line-height:1.8;color:#1a1a1ad9}.report-body h2{font-size:26px;color:var(--soft-onyx);margin:48px 0 18px}.report-body p{margin-bottom:20px}.report-bullets{list-style:none;margin-bottom:20px}.report-bullets li{position:relative;padding-left:22px;margin-bottom:12px}.report-bullets li:before{content:"•";position:absolute;left:0;color:var(--rust-accent);font-weight:700}.report-figure{margin:32px 0}.report-figure img{display:block;width:100%;border-radius:8px;box-shadow:0 4px 20px #1a1a1a1f}.report-figure figcaption{font-family:DM Sans,sans-serif;font-style:italic;font-size:13px;color:#1a1a1a8c;margin-top:10px;text-align:center}.report-cta{background:var(--ivory-linen);padding:72px 40px;text-align:center}.report-cta h2{font-size:clamp(24px,3vw,28px);color:var(--soft-onyx);max-width:460px;margin:0 auto}.report-cta-subtext{font-family:DM Sans,sans-serif;font-size:15px;color:#1a1a1ab8;margin:12px auto 0;max-width:420px}.report-cta-btn{margin-top:24px}.tool-logo-img{width:100%;height:100%;object-fit:contain;border-radius:8px;background:var(--white);display:block;flex-shrink:0}.tool-logo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ededed;color:var(--soft-onyx);font-family:DM Sans,sans-serif;font-weight:700;flex-shrink:0}.tool-index-hero{background:var(--soft-onyx);padding:90px 40px;text-align:center}.tool-index-hero h1{font-size:clamp(32px,4.5vw,44px);color:var(--white);max-width:700px;margin:16px auto 0}.tool-index-hero-subhead{font-family:DM Sans,sans-serif;font-size:16px;color:#faf8f4b8;max-width:620px;margin:18px auto 0;line-height:1.65}.tool-index-list{background:var(--ivory-linen);padding:56px 40px 64px}.tool-rows{display:flex;flex-direction:column;gap:12px;max-width:960px;margin:0 auto}.tool-row{display:flex;align-items:center;gap:18px;background:var(--white);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 4px #1a1a1a0f;padding:14px 20px;transition:border-color .2s ease}.tool-row:hover{border-color:var(--rust-accent)}.tool-row-logo{width:60px;height:60px}.tool-row-logo.tool-logo-fallback{font-size:22px}.tool-row-info{flex:1;min-width:0}.tool-row-name{font-family:DM Sans,sans-serif;font-weight:700;font-size:16px;color:var(--soft-onyx);margin-bottom:3px}.tool-row-desc{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a1a9e;line-height:1.5}.tool-row-pill{flex-shrink:0;font-family:DM Sans,sans-serif;font-size:12px;color:#1a1a1aa6;background:#efefef;padding:5px 14px;border-radius:999px;white-space:nowrap}.tool-row-cta{flex-shrink:0;font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;color:var(--rust-accent);white-space:nowrap}.tool-index-divider{max-width:960px;margin:40px auto 20px;border:none;border-top:.5px solid var(--border)}.tool-index-footnote{text-align:center;font-family:DM Sans,sans-serif;font-size:13px;font-style:italic;color:#1a1a1a8c}.tool-header{background:var(--soft-onyx);padding:56px 40px 48px;text-align:center}.tool-breadcrumb{font-family:DM Sans,sans-serif;font-size:13px;color:#faf8f48c;margin-bottom:24px}.tool-breadcrumb a{color:#faf8f4cc}.tool-header-logo{width:80px;height:80px;margin:0 auto}.tool-header-logo.tool-logo-fallback{font-size:30px}.tool-header h1{font-size:clamp(28px,4vw,38px);color:var(--white);max-width:680px;margin:20px auto 0}.tool-header-desc{font-family:DM Sans,sans-serif;font-size:16px;color:#faf8f4b8;max-width:560px;margin:12px auto 0;line-height:1.6}.tool-meta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:700px;margin:24px auto 0}.tool-meta-tag{font-family:DM Sans,sans-serif;font-size:12px;color:#faf8f4bf;border:.5px solid rgba(250,248,244,.25);border-radius:4px;padding:4px 10px}.tool-seams-take{background:var(--ivory-linen);padding:56px 40px}.tool-seams-take-box{background:var(--white);border-left:4px solid var(--rust-accent);max-width:800px;margin:0 auto;padding:32px 36px}.tool-seams-take-label{font-family:DM Sans,sans-serif;font-weight:700;font-size:11px;letter-spacing:.08em;color:var(--rust-accent);margin-bottom:20px}.tool-seams-take-row{font-family:DM Sans,sans-serif;font-size:15px;color:#1a1a1acc;line-height:1.6}.tool-seams-take-row+.tool-seams-take-row{margin-top:20px}.tool-seams-take-heading{font-weight:700;color:var(--soft-onyx);margin-bottom:6px}.tool-specs{background:var(--white);padding:56px 40px}.tool-specs-grid{display:grid;grid-template-columns:200px 1fr;gap:16px 24px;max-width:800px;margin:0 auto}.tool-specs-row{display:contents}.tool-specs-label{font-family:DM Sans,sans-serif;font-size:13px;color:#1a1a1a80;padding-top:2px}.tool-specs-value{font-family:DM Sans,sans-serif;font-size:15px;color:var(--soft-onyx);line-height:1.55;padding-bottom:16px;border-bottom:.5px solid var(--border)}.tool-specs-row:last-child .tool-specs-value,.tool-specs-row:last-child .tool-specs-label{border-bottom:none}.tool-visibility{background:var(--ivory-linen);padding:56px 40px;text-align:center}.tool-visibility h2{font-size:26px;color:var(--soft-onyx)}.tool-visibility-engines{display:flex;justify-content:center;flex-wrap:wrap;gap:28px;margin:28px auto 0}.tool-visibility-engine{display:flex;flex-direction:column;align-items:center;gap:8px}.tool-visibility-dot{width:16px;height:16px;border-radius:50%;border:2px solid rgba(26,26,26,.2);background:transparent}.tool-visibility-dot-cited{background:var(--rust-accent);border-color:var(--rust-accent)}.tool-visibility-engine-label{font-family:DM Sans,sans-serif;font-size:13px;color:#1a1a1aa6}.tool-visibility-context{font-family:DM Sans,sans-serif;font-size:15px;color:#1a1a1abf;max-width:680px;margin:28px auto 0;line-height:1.65;text-align:left}.tool-evidence{background:var(--white);padding:56px 40px 64px}.tool-evidence h2{font-size:26px;color:var(--soft-onyx);text-align:center;margin-bottom:24px}.tool-evidence p,.tool-evidence-list{max-width:680px;margin:0 auto 16px;font-family:DM Sans,sans-serif;font-size:15px;color:#1a1a1abf;line-height:1.65}.tool-back-link{display:block;text-align:center;font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;color:var(--rust-accent);max-width:680px;margin:32px auto 0}.brief-strip{background:var(--ivory);padding:64px 40px;text-align:center}.brief-strip h2{font-size:clamp(24px,3vw,28px);color:var(--onyx);max-width:440px;margin:12px auto 0}.brief-strip-body{font-size:15px;color:#4a4a47;max-width:440px;margin:12px auto 0;line-height:1.65}.brief-strip-btn{margin-top:24px}.texture{background-image:url(/texture-light.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.texture-dark{background-image:url(/texture-dark.svg);background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 1180px){.cards-grid,.intel-grid{grid-template-columns:repeat(2,1fr);max-width:700px}}@media (max-width: 1024px){.stages-grid{grid-template-columns:1fr;max-width:560px}.nav-links{gap:20px}}@media (max-width: 900px){.cards-grid,.intel-grid{grid-template-columns:1fr;max-width:520px}.nav-links,.nav-cta{display:none}.nav-hamburger{display:flex}.nav-mobile-menu{display:flex;flex-direction:column;gap:16px;padding:16px 20px 24px;background:var(--white);border-bottom:1px solid var(--border)}.nav-mobile-menu a{font-size:15px;color:#4a4a47}.nav-cta-mobile{display:inline-block;align-self:flex-start;background:var(--rust);color:var(--white);font-weight:500;font-size:14px;padding:9px 20px;border-radius:4px}}@media (max-width: 768px){.nav-inner{padding:14px 20px}.footer{grid-template-columns:1fr;text-align:center}.footer-links{flex-direction:column;gap:12px}.footer-copyright{text-align:center}.home-hero,.blog-hero{padding:80px 20px}.home-hero-buttons{flex-direction:column;align-items:center}.shift,.intelligence,.intel-section-b,.intel-section-c,.report-header,.report-cta{padding:64px 20px}.what-seam-does,.faq,.problem,.stages{padding:56px 20px}.services-hero{padding:64px 20px}.services-bottom-cta{padding:56px 20px}.shift-columns{grid-template-columns:1fr}.intelligence-pills{flex-direction:column;align-items:center}.pill{max-width:380px;width:100%}.stage-card,.report-item{padding:24px 20px}.report-figure img{box-shadow:none}.tool-row{flex-wrap:wrap}.tool-row-info{flex-basis:100%;order:1}.tool-row-pill{order:2}.tool-row-cta{order:3;margin-left:auto}.tool-specs-grid{grid-template-columns:1fr}.tool-specs-row{display:block;margin-bottom:16px}.tool-specs-label{font-weight:700;margin-bottom:4px}.tool-specs-value{border-bottom:none;padding-bottom:0}.email-form{max-width:100%}}
