.feature-boxes{padding:2.5rem 1.5rem;background:var(--color-bg-dark);margin-left:-1.5rem;margin-right:-1.5rem;box-shadow:0 0 0 100vmax var(--color-bg-dark);clip-path:inset(0 -100vmax)}.feature-boxes__header{font-family:var(--font-display);font-size:1.6rem;color:#fff;text-align:center;margin:0 auto 1rem;max-width:var(--max-width)}.feature-boxes__intro{font-size:.95rem;color:var(--color-accent-mid);line-height:1.6;text-align:center;margin:0 auto 1.75rem}.feature-boxes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:var(--max-width);margin:0 auto}.feature-box{background:var(--color-surface);border:1px solid rgba(255,255,255,.07);border-radius:1rem;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.feature-box__heading{font-family:var(--font-display);font-size:1.1rem;color:#fff;line-height:1.2}.feature-box__body{font-size:.9rem;color:var(--color-accent-mid);line-height:1.5}@media(max-width:767px){.feature-boxes__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.feature-boxes__grid{grid-template-columns:1fr}}:root{--color-primary: #edc607;--color-primary-dark: #c9a800;--color-heading: #7ecdd5;--color-bg: #ffffff;--color-bg-alt: #f2f4ec;--color-accent-mid: #dde5c8;--color-accent: #6b7a3e;--color-bg-dark: #2d2d2d;--color-surface: #3a3a3a;--color-text: #111827;--color-text-inverse: #f3f4f6;--color-muted: #4b5563;--color-border: #e5e7eb;--color-taken: #edc607;--color-taken-text: #111827;--font-sans: "IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-display: "Barlow Semi Condensed", system-ui, sans-serif;--radius: .5rem;--max-width: 1100px;--space-section: 3.5rem;--header-height: 3.7rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@media(max-width:767px),(max-height:500px)and (orientation:landscape){html{font-size:87.5%}.hero-copy{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.hero-copy .cta{display:inline-block}.hero h1{max-width:560px;margin-left:auto;margin-right:auto}}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;padding-top:var(--header-height);scroll-padding-top:var(--header-height)}img,video,iframe{max-width:100%;height:auto;display:block}a{color:var(--color-text);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6,b,strong,.lead-form label,.lead-form button,.cta,.sticky-cta,.spot__label,.brand,.site-header nav a{font-family:var(--font-display)}h1,h2,h3,h4,h5,h6{line-height:1.2}main{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header-wrap{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--color-bg-dark)}.site-footer{max-width:var(--max-width);margin:0 auto;padding:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem}.site-footer__meta{display:flex;flex-direction:column;gap:.35rem}.site-footer__primary,.site-footer__secondary{margin:0}.site-footer__primary{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.site-footer__usa{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}.site-footer__secondary{font-size:.95rem;color:var(--color-muted)}.site-footer__secondary a{text-decoration:underline;text-underline-offset:2px}.site-header{padding:.6rem 2.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.site-header nav,.site-footer nav{display:flex;align-items:center;gap:1.5rem;flex-shrink:0;white-space:nowrap}@media(max-width:767px){.site-header .header-nav{display:none}.site-header{flex-wrap:nowrap;padding:.4rem 1rem;justify-content:space-between}.site-footer{align-items:flex-start}}.header-actions{display:none}@media(max-width:767px){.header-actions{display:flex;align-items:center;gap:.6rem}}.mobile-cta{font-size:.85rem;padding:.35rem .75rem}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem;flex-shrink:0}.hamburger span{display:block;width:22px;height:2px;background:var(--color-text-inverse);border-radius:2px;transition:transform .25s,opacity .25s;transform-origin:center}.hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:767px){.hamburger{display:flex}}.mobile-menu{display:flex;flex-direction:column;position:absolute;left:0;right:0;background:var(--color-bg-dark);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0006;padding:0 1rem;gap:.75rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;z-index:99}.mobile-menu.is-open{max-height:300px;padding:1rem}.mobile-menu a{font-family:var(--font-display);font-size:1rem;color:var(--color-text-inverse);padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu a:last-child{border-bottom:none;padding-bottom:0}@media(min-width:768px){.mobile-menu{display:none!important}}.brand{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--color-text-inverse);flex-shrink:0}.brand-logo{display:block;height:2.5rem;width:auto;max-width:100%}.brand-name{font-family:Barlow,system-ui,sans-serif;font-size:1.375rem;font-weight:700;letter-spacing:.01em}.site-header nav a{color:var(--color-text-inverse)}.site-header nav a:hover{color:#fff;text-decoration:none}.site-header nav a.cta,.site-header .mobile-cta{background:#fff;color:#111827}.site-header nav a.cta:hover,.site-header .mobile-cta:hover{background:#f0f0f0;color:#111827}.cta{display:inline-block;background:var(--color-primary);color:#111827;padding:.6rem 1rem;border-radius:var(--radius);font-weight:500}.cta:hover{background:var(--color-primary-dark);text-decoration:none}.hero{display:grid;gap:2rem;padding:var(--space-section) 0;min-height:calc(100dvh - var(--header-height));align-content:center}@media(max-width:767px){.hero{min-height:calc(100dvh - 3.3rem)}}@media(min-width:768px){.hero{align-items:center;justify-items:center}}.hero-copy{text-align:center;max-width:1100px;margin-left:auto;margin-right:auto}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.2;isolation:isolate}.hero-qualifier{margin:1rem 0 1.25rem;font-size:1.1875rem;line-height:1.4;color:var(--color-text);font-weight:500}.subhead{color:var(--color-muted);margin:1rem 0 2rem;font-size:1.5rem;line-height:1.45}.hero__audience{margin-top:1rem;font-size:1rem;color:var(--color-muted);letter-spacing:.01em}.highlight-brand{background:transparent;color:inherit;padding:.05em .2em;border-radius:3px;position:relative}.highlight-brand:before{content:"";position:absolute;inset:0;background:#ccd9ab8c;border-radius:3px;z-index:-1}.section{padding:var(--space-section) 0;scroll-margin-top:1.5rem}.section h2{font-size:1.875rem;margin-bottom:.5rem}.section__heading-logo{height:3rem;width:auto;display:block;margin-bottom:.5rem}.section-subhead{font-size:1rem;margin-bottom:1.25rem;opacity:.75}@media(max-height:500px)and (orientation:landscape){.section h2{font-size:1.25rem}}.screenshots-how-heading{font-size:1.875rem;margin:2.5rem 0 .75rem;color:var(--color-text)}.screenshots-subtitle{font-size:1.0625rem;color:var(--color-muted);line-height:1.5;margin-top:-1.35rem;margin-bottom:1.5rem}.section-body{font-size:1.0625rem;color:var(--color-muted)}#terms,#faq,.hero{background:var(--color-bg-alt);margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem;box-shadow:0 0 0 100vmax var(--color-bg-alt);clip-path:inset(0 -100vmax)}#reach-out{background:var(--color-bg);margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem;box-shadow:0 0 0 100vmax var(--color-bg);clip-path:inset(0 -100vmax)}.hero{position:relative}.hero:before{content:"";position:absolute;inset:0 0 0 50%;width:100vw;transform:translate(-50%);background-image:linear-gradient(rgba(107,122,62,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(107,122,62,.1) 1px,transparent 1px);background-size:180px 42px;pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.section--alt{background:var(--color-bg-alt);margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem;box-shadow:0 0 0 100vmax var(--color-bg-alt);clip-path:inset(0 -100vmax)}.deliverable-screenshot{margin:2rem 0 0}.deliverable-screenshot__img{width:100%;height:auto;border-radius:6px;border:1px solid var(--color-border);box-shadow:0 4px 24px #0000001a;display:block;margin-left:auto;margin-right:auto}.section--dark{background:var(--color-bg-dark);color:var(--color-text-inverse);margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem;box-shadow:0 0 0 100vmax var(--color-bg-dark);clip-path:inset(0 -100vmax)}.section--dark h2{color:var(--color-heading)}.section--dark .section-body{color:var(--color-accent-mid);max-width:68ch}#video,#how{background:var(--color-bg-dark);color:var(--color-text-inverse);margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem;box-shadow:0 0 0 100vmax var(--color-bg-dark);clip-path:inset(0 -100vmax)}#video h2,#how h2{color:var(--color-heading)}#video .section-body,#how .section-body{color:var(--color-accent-mid)}#how .screenshots-how-heading{color:var(--color-text-inverse)}#how .screenshots-subtitle{color:#dde5c8bf}#how .screenshot-label{color:var(--color-text-inverse)}#how .screenshot-sub{color:#dde5c8bf}#how .screenshot-img{border-color:#22d3ee4d;box-shadow:0 0 32px 4px #22d3ee40,0 8px 32px #0006}#video .video-label{color:var(--color-text-inverse)}#video .video-caption{color:#dde5c8bf}#video .video-embed{border-color:#22d3ee4d;box-shadow:0 0 32px 4px #22d3ee40,0 8px 32px #0006}#how .pilot-terms-col h3{color:var(--color-text-inverse)}#how .spots-steps li{color:var(--color-accent-mid)}#how .spots-steps li ul{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.35rem}#how .spots-steps li ul li{padding-left:1.5rem;font-size:.975rem}#how .spots-steps li ul li:before{content:"— ";position:static;width:auto;height:auto;background:none;border-radius:0;color:var(--color-heading);font-weight:700;margin-left:-1.5rem}#why.section--dark{background:var(--color-bg);color:var(--color-text);box-shadow:0 0 0 100vmax var(--color-bg)}#why.section--dark h2{color:var(--color-text)}#why.section--dark .section-body{color:var(--color-muted);padding-left:0;max-width:68ch}.video-embed{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);border:1px solid var(--color-border);background:#0f172a}.video-embed__trigger,.video-embed__iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-embed__trigger{padding:0;border:0;margin:0;cursor:pointer;background:transparent;overflow:hidden}.video-embed__poster{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .25s ease}.video-embed__trigger:hover .video-embed__poster,.video-embed__trigger:focus-visible .video-embed__poster{transform:scale(1.03)}.video-embed__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(3.25rem,8vw,5rem);height:clamp(3.25rem,8vw,5rem);border-radius:999px;background:#111827bf;border:2px solid rgba(255,255,255,.9);display:grid;place-items:center;transition:transform .2s ease,background .2s ease}.video-embed__play svg{width:55%;height:55%;fill:#fff;transform:translate(6%)}.video-embed__trigger:hover .video-embed__play,.video-embed__trigger:focus-visible .video-embed__play{transform:translate(-50%,-50%) scale(1.05);background:#111827e6}.video-embed__trigger:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px}.video-embed__iframe{opacity:0;pointer-events:none;transition:opacity .2s ease}.video-embed.is-playing .video-embed__trigger{display:none}.video-embed.is-playing .video-embed__iframe{opacity:1;pointer-events:auto}.video-embed__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.lead-form{display:grid;gap:1rem;max-width:480px}.lead-form label{display:grid;gap:.4rem;font-weight:500}.lead-form input,.lead-form select,.lead-form textarea{padding:.6rem .8rem;border:1px solid var(--color-border);border-radius:var(--radius);font:inherit;background:var(--color-bg)}.lead-form button{padding:.7rem 1.2rem;background:var(--color-primary);color:var(--color-text);border:0;border-radius:var(--radius);font:inherit;font-weight:600;cursor:pointer}.lead-form button:hover{background:var(--color-primary-dark)}.lead-form button:disabled{opacity:.6;cursor:progress}.form-caption{font-size:.875rem;color:var(--color-muted);margin-top:-.25rem}.form-success{color:var(--color-text);font-size:1.0625rem}.form-error{color:#b91c1c;font-size:.95rem}.sticky-cta{display:inline-block;position:fixed;bottom:2rem;right:2rem;background:var(--color-primary);color:var(--color-text);padding:.75rem 1.25rem;border-radius:var(--radius);font-weight:600;z-index:100;box-shadow:0 4px 12px #00000026;transition:opacity .2s ease,background .15s ease;opacity:0;pointer-events:none;text-decoration:none}.sticky-cta:hover{background:var(--color-primary-dark);text-decoration:none}@media(max-width:767px){.sticky-cta{display:none}}@media(min-width:900px){.sticky-cta{display:none}}.open-spots-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0}.spot{width:calc((100% - 2rem)/5);aspect-ratio:1 / 1;border-radius:var(--radius);padding:.4rem .5rem;display:flex;flex-direction:column;justify-content:space-between;text-align:left;position:relative;transition:transform .15s ease,box-shadow .15s ease}@media(min-width:768px){.spot{width:calc((100% - 4.5rem)*.1)}}.spot__num{font-size:.6rem;font-weight:600;opacity:.6}.spot__label{font-size:.75rem;font-weight:700;align-self:flex-end}.spot__tag{font-size:.65rem;line-height:1.3;align-self:flex-end}.spot--available{background:var(--color-primary);color:var(--color-text);text-decoration:none;cursor:pointer}.spot--available:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 8px 16px #00000014;text-decoration:none}.spot--taken{background:var(--color-taken);color:var(--color-taken-text);cursor:default;overflow:hidden}.spot--taken:before,.spot--taken:after{content:"";position:absolute;top:50%;left:50%;width:70%;height:1px;background:#00000059;transform-origin:center}.spot--taken:before{transform:translate(-50%,-50%) rotate(45deg)}.spot--taken:after{transform:translate(-50%,-50%) rotate(-45deg)}.spots-counter{font-size:1.125rem;color:var(--color-muted);margin-bottom:1rem}.spots-caption{max-width:720px;margin:1.5rem 0 0;color:var(--color-muted);font-size:1.0625rem}.spots-taken-heading{margin:1.5rem 0 .5rem;font-weight:600;font-size:1rem;color:var(--color-text)}.spots-taken-columns{margin:0;display:flex;flex-direction:column;gap:.6rem}@media(min-width:768px){.spots-taken-columns{flex-direction:row;gap:2rem}.spots-taken-columns .spots-taken-list{flex:1}}.spots-taken-list{list-style:none;padding:0;margin:0}.spots-taken-item{display:flex;gap:.5rem;font-size:1rem;color:var(--color-muted);align-items:baseline;break-inside:avoid;margin-bottom:.6rem}.spots-taken-num{font-weight:700;color:var(--color-taken);flex-shrink:0}.spots-taken-desc{line-height:1.45}.spots-steps{list-style:none;padding:0;margin:2rem 0 0;max-width:100%;display:flex;flex-direction:column;gap:.75rem}.spots-steps li{padding-left:1.35rem;position:relative;font-size:1.0625rem;color:var(--color-muted);line-height:1.6}.spots-steps li:before{content:"";position:absolute;left:0;top:.45em;width:.45em;height:.45em;background:var(--color-primary);border-radius:1px}.spots-closer{margin-top:1rem;font-size:1.0625rem;color:var(--color-muted)}.spots-screenshot{margin:2rem 0}.claim-heading{margin-top:3rem}.footer-disclaimer{text-align:center;font-size:.875rem;color:var(--color-muted);padding:.75rem 1.5rem 1.5rem;max-width:var(--max-width);margin:0 auto}.subhead p{color:var(--color-muted);font-size:clamp(1.125rem,2vw + .75rem,1.5rem)}.subhead .subhead-standout{font-size:clamp(1.25rem,2.5vw + .8rem,1.75rem)}.hero-footnote{font-size:.8125rem;text-align:center;margin:-1.25rem 0 1.25rem;color:var(--color-muted)}.hero-footnote a{color:var(--color-muted);text-decoration:none}.hero-footnote a:hover{text-decoration:underline}.pilot-terms-footnote{margin-top:1.5rem;font-size:.875rem;color:var(--color-muted)}.pilot-terms-footnote a{color:var(--color-muted);text-decoration:underline}.pilot-terms-footnote a:hover{color:var(--color-text)}.subhead p+p{margin-top:.75rem}.subhead{margin:1rem 0 2rem}.prose{max-width:720px;padding:var(--space-section) 0}.prose h1{margin-bottom:1rem}.prose h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem}.prose p{margin-bottom:1rem}.prose ul{margin:0 0 1rem 1.25rem;padding:0}.prose ul li{margin-bottom:.375rem}.prose a{color:var(--color-text);text-decoration:underline}.callout-pain{background:var(--color-accent-mid);color:var(--color-text);font-family:var(--font-sans);font-style:italic;font-size:1.0625rem;line-height:1.65;border-radius:.875rem;padding:1.25rem 1.5rem;margin-top:1.25rem;margin-bottom:1.25rem}.section-body p+p{margin-top:.75rem}.section-subline{color:var(--color-muted);font-size:1.0625rem;margin-bottom:1.5rem}.why-layout{display:flex;flex-direction:column;gap:1rem}@media(max-width:899px){.why-layout{display:block}.why-heading{margin-bottom:1rem}.why-founder{float:left;width:auto;max-width:40%;margin-right:1.25rem;margin-bottom:.5rem}.why-founder a:has(.founder-photo){flex:none;display:block}.founder-photo{width:auto;height:20vh;max-height:20vh;object-fit:cover;border-radius:var(--radius)}.why-layout:after{content:"";display:table;clear:both}}@media(min-width:900px){.why-layout{display:grid;grid-template-columns:1fr 260px;grid-template-rows:auto 1fr;column-gap:3.5rem;row-gap:.5rem}.why-heading{grid-column:1;grid-row:1}.why-content{grid-column:1;grid-row:2}.why-founder{grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column}.why-founder a:has(.founder-photo){flex:none}.founder-photo{height:auto}}.why-founder a:has(.founder-photo){flex:1;overflow:hidden;display:flex;transition:transform .2s ease,box-shadow .2s ease;border-radius:var(--radius)}.why-founder a:has(.founder-photo):hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000002e}.founder-photo{width:100%;height:100%;border-radius:var(--radius);object-fit:cover}.founder-caption{display:flex;flex-direction:column;margin-top:.6rem}.founder-name{font-family:var(--font-display);font-weight:600;font-size:.9375rem;color:var(--color-text);display:flex;align-items:center;gap:.4rem}.founder-linkedin{color:#0a66c2;display:flex;align-items:center;line-height:1}.founder-linkedin:hover{color:#004182}.founder-linkedin--name{color:var(--color-text);text-decoration:none}.founder-linkedin--name:hover{text-decoration:underline}.founder-title{font-size:.875rem;color:var(--color-muted)}.why-bullets{list-style:none;padding:0;margin:1.25rem 0 1.5rem;display:flex;flex-direction:column;gap:.875rem}.why-bullets li{padding-left:1.5rem;position:relative;line-height:1.55}.why-bullets li:before{content:"—";position:absolute;left:0;color:var(--color-heading);font-weight:600}.screenshots-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin:2rem 0}.screenshot-item{display:flex;flex-direction:column;gap:.5rem}.screenshot-item--hero{margin-bottom:2rem}@media(min-width:768px){.screenshot-item--hero .screenshot-img,.screenshot-item--hero .video-embed{max-width:100%;box-shadow:0 0 32px 4px #22d3ee40,0 8px 32px #0006}.screenshot-item--hero .screenshot-label{font-size:1.5rem}}.screenshot-img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--color-border)}.screenshot-caption{display:flex;flex-direction:column;gap:.15rem}.screenshot-label{font-family:var(--font-display);font-weight:600;font-size:1.25rem;color:var(--color-text);line-height:1.3}.screenshot-sub{font-size:1.125rem;color:var(--color-muted);line-height:1.4}.video-label{font-weight:600;font-size:1.0625rem;margin:2rem 0 .75rem}.video-caption{margin-top:.75rem;color:var(--color-muted);font-size:.9375rem}.pilot-terms-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:.5rem}@media(min-width:768px){.pilot-terms-grid{grid-template-columns:1fr 1fr;gap:0}.pilot-terms-col:first-child{padding-right:2rem}.pilot-terms-col:last-child{border-left:1px solid rgba(107,122,62,.2);padding-left:2rem}}@media(max-width:767px){.pilot-terms-col:last-child{border-top:1px solid rgba(107,122,62,.2);padding-top:2rem}}.pilot-terms-col h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.pilot-terms-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.65rem}.pilot-terms-list li{padding-left:1.25rem;position:relative;font-size:1.0625rem;color:var(--color-muted)}.pilot-terms-list li:before{content:"—";position:absolute;left:0;color:var(--color-heading);font-weight:600}.faq-list{display:flex;flex-direction:column;gap:2.5rem;margin-top:.5rem}.faq-item{border-top:1px solid var(--color-border);padding-top:1.25rem}.faq-question{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.4rem}.faq-question:before{content:"— ";color:var(--color-heading);font-weight:700}.faq-answer{font-size:1.0625rem;color:var(--color-muted);line-height:1.65;margin-left:0}.contact-block{display:flex;flex-direction:column;gap:1.25rem}.contact-row{display:flex;align-items:center;gap:1rem}.contact-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);min-width:3.5rem}.contact-image{display:block;height:34px;width:auto;user-select:none;pointer-events:none}.reveal-btn{display:inline-flex;align-items:center;gap:.4rem;height:34px;padding:0 .75rem;font-size:.875rem;font-family:inherit;color:var(--color-accent);background:transparent;border:1px solid var(--color-accent);border-radius:4px;cursor:pointer;transition:background .15s ease,color .15s ease}.reveal-btn:hover{background:var(--color-accent);color:#fff}.contact-row--linkedin{margin-top:.25rem}.contact-linkedin{display:inline-flex;align-items:center;gap:.5rem;color:#0a66c2;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s ease}.contact-linkedin:hover{color:#004182;text-decoration:underline}
