/* Stock Lens responsive refinement. Keep these rules after the base stylesheet. */
:root{--muted:#526359;--line:#d8e3db}
.green{color:#466b4e}.console .workspace-bottom>span{color:#496249}
[hidden]{display:none!important}
html{scroll-padding-top:110px}body{min-width:0}img{max-width:100%;height:auto}
.container{width:min(1320px,calc(100% - 96px))}
.header{position:sticky;top:0;background:#f7f9f7f5;backdrop-filter:blur(16px)}
.nav{min-height:88px;height:auto;padding-block:14px;gap:26px}
.nav nav a,.text-link{display:inline-flex;align-items:center;min-height:48px}
.button{min-height:48px;border-radius:8px;line-height:1.5}
.hero{overflow:visible;background:radial-gradient(ellipse at 85% 15%,#165b38 0,transparent 58%),var(--green)}
.hero-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:48px;padding-block:72px 56px}
.hero-copy{min-width:0;padding:0}.hero-copy h1{font-size:clamp(48px,4.8vw,76px);letter-spacing:-.055em;line-height:1.1}
.hero-copy>p{color:#d2e1d7}.hero .eyebrow{color:#d2e1d6;line-height:1.65}
.hero-actions{flex-wrap:wrap;gap:20px}.hero-notes{color:#c6dacd;line-height:1.7}
.hero-product{scroll-margin-top:110px}.product-caption,.product-under{color:#c4d9cb;line-height:1.6}
.product-caption>span:last-child{flex-shrink:0;border-color:#6b8d75;padding:4px 10px}
.app-window{border-radius:14px;box-shadow:0 24px 65px #001a1460}
.app-top{height:auto;min-height:56px;padding:12px 16px;gap:12px}
.mini-brand b{font-size:12px}.app-location{font-size:12px}.avatar{flex-shrink:0;width:30px;height:30px}
.app-body{grid-template-columns:132px minmax(0,1fr)}
.preview-tabs button{min-width:0;min-height:44px;font-size:14px;border-radius:7px;line-height:1.5}
.preview-tabs button[aria-selected=true]{background:var(--green);color:#fff;box-shadow:0 3px 7px #03311d18}
.app-content{padding:22px 18px 18px}.app-heading{gap:12px;margin-bottom:20px}
.app-heading h2{font-size:22px;line-height:1.35}.app-overline{color:var(--muted)}
.sample-tag{font-size:12px;color:var(--muted);line-height:1.4}
.metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.metrics>div{padding:13px 10px;border-radius:8px}.metrics span,.metrics small{color:var(--muted);line-height:1.5}
.metrics strong{font-size:24px;letter-spacing:-.05em;font-variant-numeric:tabular-nums}.metrics small.amber{color:#875612}
.chart-card{border-radius:8px;padding:16px 12px}.chart-title{flex-wrap:wrap;line-height:1.5;gap:8px}
.chart{height:152px;gap:10px}.chart-labels{color:var(--muted);padding-bottom:24px}
.bars{min-width:0;gap:9px}.bars>div{min-width:0}.bars span{white-space:nowrap;line-height:1.2;color:var(--muted)}
.activity{border-radius:8px}.activity-icon{flex-shrink:0}.activity strong,.activity span{line-height:1.5}.activity span{color:var(--muted)}
.hero-bottom{color:#c4d9cb;line-height:1.6}.hero-bottom a{width:44px;height:44px;flex-shrink:0}
.module-ribbon>.container{flex-wrap:wrap}.module-ribbon span{font-size:14px;line-height:1.5}
.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.65fr);gap:48px;align-items:end}
.section-heading h2,.faq h2{font-size:clamp(34px,3.7vw,48px);letter-spacing:-.045em}
.section-heading>p{max-width:390px}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.feature-card{display:flex;flex-direction:column;min-width:0;border-radius:12px}
.feature-card:hover{box-shadow:0 12px 30px #173e2110}.feature-icon{width:44px;height:44px;border-radius:10px}
.feature-number{color:var(--muted)}.feature-card h3{font-size:22px;line-height:1.4}
.feature-card p{margin-bottom:24px}.feature-tags{margin-top:auto}.feature-tags span{color:#4c6352;background:#f7f9f5;line-height:1.5}
.workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-card{display:flex;flex-direction:column;border-radius:14px}
.workspace-card h3{line-height:1.3}.workspace-label{line-height:1.7}.workspace-bottom{margin-top:auto}
.workspace-bottom a{min-height:44px}.counter>p{color:#c5dacd}.counter .workspace-bottom>span{color:#c2d9ca}
.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.step-number{color:#54774e}
.faq{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.faq summary{min-height:44px}.faq summary>span{flex-shrink:0}
.closing{border-radius:16px}.closing-action{flex-shrink:0}.closing .eyebrow,.closing p,.closing-action>span{color:#c5d9cc;line-height:1.6}
.footer{flex-wrap:wrap}
.menu-toggle span{transition:transform .2s}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}
#mobile-nav a{min-height:48px;line-height:1.5}#mobile-nav .button{margin-top:8px}

/* Laptop product preview uses horizontal tabs to retain readable card widths. */
@media(max-width:1439px){
 .hero-grid{gap:36px}.app-body{display:grid;grid-template-columns:minmax(0,1fr)}
 .app-sidebar{padding:10px 14px;border-right:0;border-bottom:1px solid var(--line)}.side-label{display:none}
 .preview-tabs{display:flex;gap:8px}.preview-tabs button{flex:1;justify-content:center}
 .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{padding:30px}
}
/* iPad portrait and landscape: reflow the hero and keep paired feature cards. */
@media(max-width:1099px){
 .container{width:calc(100% - 64px)}.nav{min-height:80px;gap:16px;padding-block:12px}.nav nav{display:none}
 .nav-cta{margin-left:auto}.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex-shrink:0;width:48px;height:48px;padding:0;border:1px solid #c4d4c7;border-radius:8px;background:transparent}
 .menu-toggle span{display:block;width:20px;height:2px;background:var(--green)}
 #mobile-nav:not([hidden]){display:flex;flex-direction:column;gap:4px;border-top:1px solid var(--line);padding:12px 32px 20px;background:var(--paper)}
 #mobile-nav a{display:flex;align-items:center;padding:10px 12px;border-radius:6px;font-size:16px}
 .hero-grid{grid-template-columns:minmax(0,1fr);padding-block:58px 42px;gap:42px}.hero-copy{max-width:760px}
 .hero-copy h1{font-size:clamp(56px,7.6vw,80px);letter-spacing:-.055em}.hero-copy>p{max-width:560px;font-size:18px}
 .hero-product{width:100%;max-width:820px}.app-body{grid-template-columns:minmax(0,1fr)}
 .app-content{padding:26px}.app-heading h2{font-size:24px}.metrics{gap:12px}.metrics>div{padding:18px}.metrics strong{font-size:30px}
 .chart{height:180px}.chart-card{padding:18px}.module-ribbon>.container{justify-content:center;gap:20px 30px}
 .section,.workflow{padding-block:64px}.workspaces{padding-bottom:64px}.section-heading{gap:32px}
 .workspace-card{padding:28px}.workspace-card h3{font-size:28px}.steps{gap:28px}.faq{gap:36px;padding-top:64px}
 .closing{padding:40px;margin-block:60px}
}
/* Small tablets and phones: readable stacked sections and full touch targets. */
@media(max-width:767px){
 .container{width:calc(100% - 40px)}.nav{min-height:76px}.brand{font-size:24px}.brand img{width:34px;height:32px}.brand-tag{font-size:12px;margin-left:6px}
 .nav-cta{display:none}.menu-toggle{margin-left:auto}#mobile-nav:not([hidden]){padding-inline:20px}
 .hero-grid{padding-block:44px 30px;gap:36px}.hero-copy h1{font-size:clamp(42px,9.3vw,70px);letter-spacing:-.055em;margin-top:20px}
 .eyebrow{font-size:12px;line-height:1.65}.hero-copy>p{font-size:16px;margin-top:22px}.hero-actions{gap:16px;margin-top:26px}
 .hero-notes{margin-top:22px;gap:8px 16px;font-size:12px}.product-caption{gap:10px}.product-caption>span:first-child{max-width:190px;font-size:12px;letter-spacing:.06em}
 .product-caption>span:last-child{font-size:12px}.app-top{padding:12px 14px;gap:10px}.app-sidebar{padding:10px}.app-body{display:grid}
 .app-content{padding:20px 14px 14px}.app-heading h2{font-size:22px}.app-overline{font-size:12px}
 .metrics>div{padding:12px 10px}.metrics{gap:8px}.metrics strong{font-size:26px}.metrics span,.metrics small{font-size:12px}
 .chart-card{padding:14px 12px}.chart{height:160px}.chart-title,.activity strong{font-size:14px}.chart-title span,.chart-labels,.bars span,.activity span{font-size:12px}
 .product-under{font-size:12px}.hero-bottom{gap:20px}.hero-bottom>span{max-width:200px;font-size:12px}
 .module-ribbon>.container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px;padding-block:24px}
 .module-ribbon span{white-space:normal;font-size:14px}.module-ribbon span:nth-child(3){grid-column:1/-1;grid-row:3;justify-content:center}
 .section,.workflow{padding-block:56px}.section-heading{grid-template-columns:minmax(0,1fr);gap:20px;margin-bottom:28px}
 .section-heading h2,.faq h2{font-size:36px}.section-heading>p{max-width:560px;margin-top:0}
 .workspaces{padding-bottom:56px}.workspace-grid{grid-template-columns:minmax(0,1fr);gap:18px}.workspace-card{padding:30px}.workspace-card h3{font-size:30px}
 .steps{grid-template-columns:minmax(0,1fr);gap:28px}.steps article{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:16px;padding-top:22px}
 .step-number{grid-row:1/3;font-size:28px;margin:4px 0 0}.steps p{grid-column:2;margin-top:10px}
 .faq{display:grid;grid-template-columns:minmax(0,1fr);gap:30px;padding-top:56px}.faq-list{margin-top:0}.faq details{padding-block:16px}.faq details p{padding-right:0}
 .closing{display:block;padding:34px 28px;margin-block:48px}.closing-action{align-items:flex-start;margin-top:28px}
 .footer{gap:16px}.footer small{flex-basis:100%;margin-left:0;font-size:12px}.footer>span{margin-left:auto}
}
@media(max-width:599px){
 .feature-grid{grid-template-columns:minmax(0,1fr);gap:16px}.feature-card{padding:26px}.feature-top{margin-bottom:22px}.feature-card h3{font-size:24px}
 .product-under{align-items:flex-start;gap:18px}.product-under>span:first-child{max-width:200px}.product-under>span:last-child{max-width:115px}
 .hero-bottom>span:nth-child(2){display:none}.hero-bottom>span:first-child{max-width:none}
}
/* Narrow phones: feature the first metric, with two secondary cards below it. */
@media(max-width:479px){
 .hero-actions .button{flex:1 1 100%;min-height:52px}.hero-actions .text-link{margin-inline:auto}.hero-actions{gap:6px}.hero-notes{display:grid;gap:7px}
 .product-caption>span:first-child{max-width:165px}.app-top{padding-inline:12px}.mini-brand{font-size:16px}.app-location{font-size:12px;gap:4px}.app-location svg{display:none}.avatar{width:26px;height:26px}
 .preview-tabs{gap:4px}.preview-tabs button{gap:5px;padding:10px 5px;font-size:14px}.preview-tabs button svg{width:14px;height:14px}
 .metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
 .metrics>div:first-child{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:0 10px;background:#edf4e8;border-color:#c9dcbc;padding:14px}
 .metrics>div:first-child strong{grid-column:2;grid-row:1/3;margin:0;font-size:30px}.metrics>div:first-child small{margin-top:3px}
 .metrics>div:not(:first-child){padding:14px 12px}.metrics strong{font-size:24px}.app-heading{gap:10px}.sample-tag{padding:3px 6px}
 .chart{gap:8px}.bars{gap:5px}.activity{padding:10px;gap:8px}.activity-arrow{display:none}.product-under>span:last-child{max-width:92px}
 .workspace-card{padding:26px 24px}.closing .button{width:100%;gap:14px}.closing-action{align-items:stretch}.closing-action>span{text-align:center}.footer>span{margin-left:0}
}
@media(max-width:359px){
 .container{width:calc(100% - 32px)}.brand{gap:7px;font-size:22px}.brand img{width:30px}.brand-tag{margin-left:4px;padding:3px 4px}.nav{gap:10px}
 .hero-copy h1{font-size:40px}.eyebrow{letter-spacing:.065em}.preview-tabs button svg{display:none}
 .app-location{max-width:60px;line-height:1.4}.app-top{gap:8px}.app-content{padding-inline:10px}.chart-card{padding-inline:9px}.bars{gap:3px}
 .section-heading h2,.faq h2{font-size:32px}.feature-card,.workspace-card{padding:24px 20px}.closing{padding:30px 22px}.closing .button{padding-inline:12px}
 .module-ribbon>.container{column-gap:10px}.module-ribbon span{gap:6px}.module-ribbon svg{width:18px;height:18px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
