:root {
  --blue: #0038b1;
  --cyan: #00c8fb;
  --ice: #e2ebf2;
  --black: #080b12;
  --white: #ffffff;
  --muted: #465063;
  --line: #d3dce6;
  --display: 'Poppins', system-ui, sans-serif;
  --body: 'Montserrat', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--black); background: var(--white); font: 400 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
figure { margin: 0; }
p { margin: 0 0 1.2em; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.045em; }
h1 { font-size: clamp(44px, 5.8vw, 72px); line-height: 1.08; }
h2 { font-size: clamp(30px, 3.5vw, 46px); line-height: 1.15; }
h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.025em; }
em { font-style: normal; }
::selection { background: var(--cyan); color: var(--black); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[hidden] { display: none !important; }
.shell { width: 100%; max-width: 1200px; padding-inline: 40px; margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 100; padding: 12px 18px; color: var(--white); background: var(--blue); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; }
.button { min-height: 52px; padding: 15px 23px; border: 0; border-radius: 9px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-family: var(--display); font-size: 15px; font-weight: 600; line-height: 1.4; text-align: center; transition: background .18s ease, transform .18s ease; }
.button svg { width: 21px; height: 21px; flex: none; }
.button-cyan { color: var(--black); background: var(--cyan); }
.button-blue { color: var(--white); background: var(--blue); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 15px; font-weight: 700; line-height: 1.5; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link svg { width: 18px; height: 18px; flex: none; }
.microcopy { margin: 13px 0 0; font-size: 13px; line-height: 1.6; color: var(--muted); }

/* The white masthead keeps contact and navigation legible throughout the page. */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--ice); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: block; width: 145px; flex: none; color: var(--blue); }
.brand svg { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 600; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.site-nav .nav-cta { padding: 11px 17px; border-radius: 8px; color: var(--white); background: var(--blue); }
.menu-toggle { display: none; width: auto; min-height: 44px; padding: 10px 12px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-size: 13px; font-weight: 600; line-height: 1.4; white-space: nowrap; cursor: pointer; }
.menu-toggle svg { width: 23px; height: 23px; }
.menu-toggle span { display: block; color: var(--blue); font-size: 18px; line-height: 1; }

/* Real creative work is the hero's visual proof. */
.hero { padding: 65px 0 72px; color: var(--white); background: var(--blue); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }
.hero-copy, .hero-art { min-width: 0; }
.hero .eyebrow { color: var(--cyan); }
.hero h1 { max-width: 12ch; }
.hero h1 em { color: var(--cyan); }
.hero-lead { max-width: 48ch; margin: 25px 0 0; color: var(--ice); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px 24px; margin-top: 30px; }
.hero .text-link { color: var(--white); }
.hero .microcopy { max-width: 46ch; color: var(--ice); }
.hero :focus-visible, .contact :focus-visible, .app-banner :focus-visible { outline-color: var(--cyan); }
.hero-art { width: 100%; max-width: 430px; justify-self: end; }
.art-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; }
.art-heading > span { font-weight: 700; }
.art-heading label { color: var(--ice); font-size: 11px; text-align: right; }
.art-phones { height: 414px; padding: 29px 19px 24px; display: flex; align-items: flex-end; justify-content: center; gap: 20px; }
.phone { position: relative; flex: 1 1 0; min-width: 0; max-width: 188px; aspect-ratio: 9/16; border: 5px solid var(--black); border-radius: 25px; overflow: hidden; background: var(--black); box-shadow: 0 18px 26px rgba(0,0,0,.14); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-one { transform: rotate(-6deg); align-self: flex-start; }
.phone-two { transform: rotate(5deg); }
.phone-caption { position: absolute; bottom: 0; inset-inline: 0; padding: 10px 9px; background: var(--black); color: var(--white); font-size: 11px; font-weight: 600; line-height: 1.45; }
.art-note { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.35); color: var(--ice); font-size: 12px; line-height: 1.55; }
.art-note strong { color: var(--white); }
.art-note a { display: inline-flex; min-height: 44px; align-items: center; flex-shrink: 0; color: var(--white); text-decoration: underline; text-underline-offset: 4px; }

.brand-strip { padding: 31px 0 32px; overflow: hidden; border-bottom: 1px solid var(--ice); }
.brand-label { margin: 0 0 20px; color: var(--muted); text-align: center; font-size: 12px; font-weight: 600; }
.logo-marquee { width: 100%; overflow: hidden; }
.logo-track { display: flex; width: max-content; animation: logo-marquee 42s linear infinite; will-change: transform; }
.logo-set { display: flex; align-items: center; flex: none; gap: 24px; padding-right: 24px; }
.client-logo { width: 176px; height: 72px; flex: none; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.client-logo > img { width: 100%; height: 100%; object-fit: contain; }
.posto-francisca-logo > img { width: 220px; max-width: none; height: 275px; flex: none; object-fit: contain; }
.dimorare-logo { flex-direction: column; gap: 0; }
.dimorare-mark { position: relative; display: block; width: 64px; height: 53px; overflow: hidden; }
.dimorare-mark img { position: absolute; width: 210px; max-width: none; height: 105px; left: -73px; top: -15px; }
.dimorare-logo > span:last-child { margin-top: -1px; color: #505050; font: 600 11px/1 var(--body); letter-spacing: .18em; }
.logo-marquee:hover .logo-track, .logo-marquee:focus-within .logo-track { animation-play-state: paused; }
@keyframes logo-marquee { to { transform: translateX(-50%); } }
.section { padding-block: 86px; }
.section-heading { max-width: 780px; margin-bottom: 33px; }
.section-heading h2 { max-width: 23ch; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 62ch; margin: 17px 0 0; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.work-card { display: block; min-width: 0; background: var(--ice); border-radius: 14px; overflow: hidden; }
.work-card > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; border-bottom: 1px solid var(--line); }
.work-card-copy { padding: 24px 26px 25px; }
.work-card-copy h3 { color: var(--blue); }
.work-card-copy p { margin: 10px 0 12px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.work-card-copy > span { display: inline-flex; align-items: center; min-height: 32px; color: var(--blue); font-size: 13px; font-weight: 700; }
.reel-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; max-width: 790px; margin-top: 28px; }
.reel-card { display: block; min-width: 0; overflow: hidden; color: var(--white); background: var(--black); border-radius: 12px; }
.reel-card img { width: 100%; aspect-ratio: 9/12; object-fit: cover; }
.reel-card > span { display: block; padding: 15px 17px; font-size: 13px; font-weight: 600; line-height: 1.5; }
.reel-card small { display: block; margin-top: 8px; color: var(--ice); font-size: 11px; font-weight: 400; }

/* Each offer starts compact; the visitor chooses the detail they need. */
.services { border-top: 1px solid var(--ice); }
.services-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; align-items: start; }
.service-card { min-width: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.service-card[open] { border-color: var(--blue); }
.service-card summary { min-height: 103px; display: grid; grid-template-columns: 26px minmax(0,1fr) 23px; align-items: center; gap: 16px; padding: 23px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.service-number { color: var(--muted); font-size: 12px; font-weight: 600; }
.service-name { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.service-name small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.service-name strong { color: var(--blue); font: 600 18px/1.35 var(--display); letter-spacing: -.025em; }
.plus { display: block; position: relative; width: 22px; height: 22px; color: var(--blue); }
.plus::before, .plus::after { content: ''; position: absolute; inset: 10px 3px auto; height: 2px; background: currentColor; }
.plus::after { transform: rotate(90deg); transition: transform .15s ease; }
.service-card[open] .plus::after { transform: rotate(0deg); }
.service-body { padding: 0 24px 25px 65px; }
.service-body h3 { margin-bottom: 12px; font-size: 19px; }
.service-body p { margin: 0 0 16px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-body ul { padding-left: 19px; margin: 0 0 14px; font-size: 14px; line-height: 1.7; }
.service-body li + li { margin-top: 7px; }
.service-body li::marker { color: var(--blue); }
.service-body .text-link { font-size: 14px; }

.analysis { background: var(--ice); }
.analysis-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.analysis-copy { min-width: 0; }
.analysis-copy h2 { max-width: 21ch; }
.analysis-copy h2 + p { margin-top: 21px; }
.analysis-copy .lead { margin: 23px 0 18px; color: var(--muted); line-height: 1.75; }
.analysis-copy > p:not(.eyebrow):not(.lead):not(.microcopy) { color: var(--muted); font-size: 15px; }
.check-list { list-style: none; padding: 0; margin: 23px 0 27px; }
.check-list li { position: relative; padding-left: 27px; margin: 12px 0; font-size: 15px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 700; }
.profile-audit { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 12px 0 rgba(0,56,177,.055); }
.audit-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-bottom: 22px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.audit-top span { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.profile-audit h3 { max-width: 22ch; margin-bottom: 22px; font-size: 25px; }
.audit-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; min-height: 56px; padding-block: 13px; border-top: 1px solid var(--ice); }
.audit-row > span { font-size: 14px; font-weight: 600; }
.audit-row small { color: var(--muted); font-size: 12px; }
.audit-bottom { margin: 20px -12px -12px; padding: 19px; border-radius: 8px; color: var(--white); background: var(--blue); font-size: 14px; line-height: 1.65; }
.audit-bottom strong { display: block; margin-bottom: 3px; }
.method-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; }
.method-step { border-top: 2px solid var(--blue); padding-top: 20px; }
.step-number { display: block; margin-bottom: 18px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.method-step h3 { font-size: 19px; }
.method-step p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.app-banner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 52px; align-items: center; margin-top: 48px; padding: 37px 40px; border-radius: 15px; color: var(--white); background: var(--black); }
.app-banner .eyebrow { color: var(--cyan); margin-bottom: 12px; }
.app-banner h2 { font-size: clamp(26px,2.5vw,33px); max-width: 21ch; }
.app-banner p:not(.eyebrow) { color: var(--ice); margin: 16px 0 0; font-size: 14px; }
.app-banner .text-link { color: var(--cyan); }
.app-checklist { display: grid; gap: 16px; }
.app-checklist > span { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; }
.app-checklist > span::before { content: '✓'; color: var(--cyan); font-weight: 700; }

.faq { border-top: 1px solid var(--ice); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); margin-top: 20px; max-width: 32ch; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 21px 0; cursor: pointer; list-style: none; font: 600 16px/1.5 var(--display); letter-spacing: -.015em; }
.faq-list summary::after { content: '+'; flex: none; color: var(--blue); font: 400 26px/1 var(--body); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details[open] summary { color: var(--blue); }
.faq-list p { margin: 0; padding: 0 28px 23px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact { color: var(--white); background: var(--blue); }
.contact-inner { max-width: 820px; text-align: center; }
.contact .eyebrow { color: var(--cyan); }
.contact h2 { font-size: clamp(32px,4vw,49px); }
.contact-inner > p:not(.eyebrow):not(.microcopy) { max-width: 55ch; margin: 23px auto 27px; color: var(--ice); }
.contact .microcopy { color: var(--ice); }
.site-footer { padding-block: 33px; background: var(--black); color: var(--ice); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 25px; }
.site-footer .brand { width: 118px; color: var(--white); }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 12px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; overflow-wrap: anywhere; }
.footer-inner > p { width: 100%; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); font-size: 11px; }
.site-footer :focus-visible { outline-color: var(--cyan); }
.mobile-cta { display: none; }

/* The dedicated profile page uses the same rhythm and components. */
.analysis-page .analysis-hero { padding-block: 66px; }
.analysis-page .analysis-hero .hero-grid { max-width: 1040px; grid-template-columns: 1.12fr .88fr; gap: 50px; }
.analysis-page .analysis-hero h1 { max-width: 15ch; font-size: clamp(40px,4.7vw,60px); }
.analysis-hero .profile-audit { color: var(--black); }
.analysis-hero .microcopy { color: var(--ice); }
.deliverable-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.deliverable-card { padding: 27px; border: 1px solid var(--line); border-radius: 12px; }
.deliverable-card h3 { color: var(--blue); font-size: 19px; }
.deliverable-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .button-cyan:hover { background: var(--white); color: var(--blue); }
  .analysis .button-blue:hover { background: var(--black); }
  .site-nav a:not(.nav-cta):hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
  .text-link:hover { text-decoration-thickness: 2px; }
  .work-card:hover .work-card-copy > span { text-decoration: underline; text-underline-offset: 4px; }
  .service-card summary:hover, .faq-list summary:hover { color: var(--blue); }
}
@media (max-width: 1050px) {
  .shell { padding-inline: 28px; }
  .site-nav { gap: 17px; font-size: 12px; }
  .hero-grid { gap: 34px; }
  .art-phones { height: 366px; padding-inline: 14px; gap: 15px; }
  .analysis-grid { gap: 38px; }
  .faq-grid { gap: 45px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 88px; }
  .shell { padding-inline: 20px; }
  h1 { font-size: clamp(38px,8.4vw,58px); }
  h2 { font-size: clamp(29px,6.5vw,39px); }
  .section { padding-block: 57px; }
  .section-heading { margin-bottom: 26px; }
  .eyebrow { margin-bottom: 15px; font-size: 11px; letter-spacing: .11em; }
  .header-inner { position: relative; min-height: 68px; gap: 14px; flex-wrap: wrap; padding-block: 11px; }
  .brand { width: 125px; }
  .site-nav { flex: 1 0 100%; flex-wrap: wrap; gap: 6px 20px; padding-bottom: 5px; font-size: 13px; }
  html.js .menu-toggle { display: inline-flex; margin-left: auto; }
  html.js .site-nav { display: none; position: absolute; inset: 100% 0 auto; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 18px rgba(0,0,0,.06); }
  html.js body.menu-open .site-nav { display: flex; }
  html.js .site-nav > a { flex: 1 0 100%; min-height: 48px; }
  html.js .site-nav .nav-cta { justify-content: center; margin-top: 6px; }
  .hero { padding: 39px 0 41px; }
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 31px; }
  .hero h1 { max-width: 14ch; }
  .hero-lead { margin-top: 21px; font-size: 16px; line-height: 1.7; max-width: 47ch; }
  .hero-actions { margin-top: 24px; gap: 12px 20px; }
  .hero-art { justify-self: center; max-width: 340px; }
  .art-heading { padding-bottom: 10px; font-size: 11px; }
  .art-heading label { font-size: 10px; }
  .art-phones { height: 286px; gap: 18px; padding: 20px 18px 17px; }
  .phone { max-width: 137px; border-width: 4px; border-radius: 20px; }
  .phone-caption { font-size: 11px; padding: 8px; }
  .art-note { padding-top: 11px; font-size: 11px; }
  .brand-strip { padding-block: 25px; }
  .brand-label { margin-bottom: 15px; font-size: 11px; }
  .logo-set { gap: 16px; padding-right: 16px; }
  .client-logo { width: 142px; height: 62px; }
  .posto-francisca-logo > img { width: 190px; height: 238px; }
  .work-grid { gap: 17px; }
  .work-card-copy { padding: 19px; }
  .work-card-copy h3 { font-size: 18px; }
  .reel-row { gap: 14px; }
  .services-grid { grid-template-columns: minmax(0,1fr); gap: 11px; }
  .service-card summary { min-height: 88px; padding: 19px; gap: 13px; }
  .service-name strong { font-size: 17px; }
  .service-body { padding: 0 20px 22px 58px; }
  .analysis-grid { grid-template-columns: minmax(0,1fr); gap: 31px; }
  .analysis-copy h2 { max-width: 23ch; }
  .profile-audit { width: 100%; max-width: 520px; padding: 25px; }
  .method-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 22px; }
  .app-banner { grid-template-columns: minmax(0,1fr); gap: 26px; margin-top: 35px; padding: 29px; }
  .app-banner h2 { max-width: 24ch; }
  .faq-grid { grid-template-columns: minmax(0,1fr); gap: 25px; }
  .faq-grid > div:first-child > p:not(.eyebrow) { max-width: 46ch; margin: 17px 0 0; }
  .faq-list summary { font-size: 15px; gap: 20px; }
  .contact-inner { text-align: left; }
  .contact-inner > p:not(.eyebrow):not(.microcopy) { margin: 22px 0 25px; }
  .site-footer { padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)); }
  .footer-inner { align-items: flex-start; gap: 21px; }
  .footer-links { width: 100%; gap: 5px 22px; }
  .footer-inner > p { font-size: 11px; line-height: 1.7; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 40; display: block; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 -4px 20px rgba(0,0,0,.06); transition: transform .2s ease, visibility .2s ease; }
  .mobile-cta .button { width: 100%; min-height: 50px; color: var(--white); background: var(--blue); font-size: 14px; }
  .mobile-cta.is-hidden { visibility: hidden; transform: translateY(110%); pointer-events: none; }
  .analysis-page .analysis-hero { padding-block: 39px; }
  .analysis-page .analysis-hero .hero-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .analysis-page .analysis-hero h1 { font-size: clamp(36px,8vw,51px); max-width: 16ch; }
  .deliverable-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
  .deliverable-card { padding: 22px; }
}
@media (max-width: 520px) {
  .hero h1 { font-size: clamp(36px,9.2vw,47px); }
  .hero-actions { align-items: stretch; gap: 9px; }
  .hero-actions > .button { width: 100%; }
  .hero-actions > .text-link { padding-inline: 1px; min-height: 44px; }
  .hero .microcopy { margin-top: 9px; font-size: 12px; }
  .work-grid { grid-template-columns: minmax(0,1fr); }
  .work-card > img { aspect-ratio: 16/9; }
  .reel-row { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 73%; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; padding-bottom: 13px; scrollbar-width: thin; scrollbar-color: var(--blue) var(--ice); }
  .reel-card { scroll-snap-align: start; }
  .reel-card img { aspect-ratio: 9/11; }
  .service-card summary { grid-template-columns: 21px minmax(0,1fr) 21px; padding: 18px 16px; gap: 10px; }
  .service-body { padding: 0 19px 21px 47px; }
  .service-body ul { font-size: 14px; }
  .analysis-copy > .button { width: 100%; }
  .profile-audit { padding: 22px; }
  .profile-audit h3 { font-size: 23px; }
  .audit-row { align-items: flex-start; flex-direction: column; gap: 3px; }
  .method-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .method-step { position: relative; padding: 19px 0 0 41px; }
  .method-step .step-number { position: absolute; left: 0; top: 20px; }
  .method-step h3 { font-size: 19px; }
  .method-step p { margin-top: 9px; font-size: 15px; }
  .app-banner { padding: 25px 23px; }
  .contact .button { width: 100%; }
  .contact h2 { max-width: 17ch; }
  .deliverable-grid { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 359px) {
  .hero h1 { font-size: 36px; }
  .hero-art { max-width: 280px; }
  .art-phones { height: 245px; gap: 15px; padding-inline: 14px; }
  .phone { max-width: 119px; }
  .hero .eyebrow { max-width: 28ch; }
  .service-name strong { font-size: 16px; }
  .service-body { padding-left: 20px; }
  .button { padding-inline: 17px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .logo-marquee { overflow-x: auto; scrollbar-width: thin; }
  .logo-set[aria-hidden="true"] { display: none; }
}
